﻿@font-face {
    font-family: 'TradeGothicLT';
    src: url('fonts/TradeGothicLT.eot');
    src: local('Trade Gothic LT'), local('TradeGothicLT'), url('fonts/TradeGothicLT.eot?#iefix') format('embedded-opentype'), url('fonts/TradeGothicLT.woff') format('woff'), url('fonts/TradeGothicLT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.ccpa-notice {
    /*position: fixed;
    bottom: 20px;
    z-index: 10000;
    width: 100%;
    margin: 1%;
    text-align: center;
    padding: 5px 5px 5px 5px;
    margin-left: 2%;
    background: rgba(0, 0, 0, 0.7);
    min-height: 40px;
    color: white;
    font-size: 11px;
    font-family: Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif*/
    display: none;
    position: fixed;
    bottom: 10px;
    z-index: 10000;
    margin: 1%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.8);
    min-height: 74px;
    color: white;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    line-height: 1.5;
    text-align: left;
    font-size: 11pt;
}

.ccpa-gotit {
    /*background: #5cb8e6;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-weight: bolder !important;
    margin-left: 10%;
    font-size: 14px;
    width: 60px;*/
    background: #5cb8e6;
    color: #ffffff;
    border: none;
    width: 60px;
    padding: 10px;
    position: absolute;
    right: 20px;
    top: 46px;
    text-align: center;
    text-decoration: none !important;
}

#NOTICE {
    color: #ffffff;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 9.5pt;
}

#Acceptbutton {
    /*background-color: #425b76!important;*/
    /*border: 1px solid #425b76 !important;
    margin-right: 5px !important;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400 !important;
    line-height: inherit;
    text-align: left;
    text-shadow: none !important;
    border-radius: 3px;
    display: inline-block;
    padding: 10px 10px !important;
    text-decoration: none !important;
    float: right;*/
}

html, body {
    height: 99%;
    width: 99.7%;
}

body {
    font: 8.5pt Verdana;
}

.Disabled {
    color: Silver;
}

#MainFrame {
    background-color: #4d4d4d;
    /*background-image: url(../Images/bg5.png), url(../Images/bg7.png), url(../Images/bg11.png)!important;*/
}

#TitleIQLeftNav {
    float: left;
    width: 230px;
    height: 99%;
    vertical-align: top;
}

#TitleIQLogo {
    margin-left: 20px;
    padding-top: 10px;
}

ul.LeftNav {
    padding-left: 25px;
    height: 100%;
}

.LeftNav > li {
    height: 16px;
    background: #48c0db;
    color: black;
    list-style: none;
    font: 9pt Verdana;
    margin: 7px 0px;
    padding: 10px;
    cursor: pointer;
}

    .LeftNav > li ul {
        margin-top: 12px;
        padding-left: 5px;
    }

        .LeftNav > li ul li {
            height: 16px;
            list-style: none;
            padding: 10px;
            background-color: black;
            border: 1px solid #AAAAAA;
            border-top: 0;
            border-collapse: collapse;
        }

#TitleIQPages {
    background-color: white;
    height: 98.5%;
    width: 99.78%;
}

#DataTraceLogo {
    margin-left: 25px;
    background-color: black;
}

.Required, .Error, .ConditionalRequired {
    color: Red;
}

#ValidationSummary {
    width: 97%;
    border: 1px solid Red;
    background-color: LightPink;
    color: Black;
    padding: 10px;
}
/*#WebUsername, #WebPassword {
    width: 300px;
    height: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 6px;
    padding-left: 6px;
}*/
#WebUsername, #WebPassword {
    margin: 5px 0;
    border-radius: 0;
    display: block;    
    width: 92%;
    padding: 0px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: 40px;
    font-size: 14px;
}

div#WebUsername, div#WebPassword {
    background: transparent;
    border: none;
    height: auto;
}

input[type=text], input[type=password], select, textarea {
    /*`background-image: url(../Images/Gradient.gif);
    background-repeat: repeat-x;*/
}

.PropInfoTable {
    table-layout: fixed;
}

.LoginControls table {
    width: 100%;
}

/*.loginButton {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #10B9DF;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 32px;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
    border-radius: 5px;
    border-color: transparent;
    margin-top: 20px;
    height: 40px;
}*/

 .loginButton {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #10B9DF;
    color: #FFF;
    font-weight: 600;   
    padding: 4px 32px;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
    border-radius: 5px;
    border-color: transparent;
    margin-top: 30px;
    height: 30px;   
    text-decoration:none;
}

    .loginButton:hover {
        background-color: #72FDFF;
        color: #000000;
    }

 .loginButton1 {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #10B9DF;
    color: #FFF;
    font-weight: 600;   
    padding: 4px 32px;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
    border-radius: 5px;
    border-color: transparent;
    margin-top: 30px;
    height: 20px;   
    text-decoration:none;
}

    .loginButton1:hover {
        background-color: #72FDFF;
        color: #000000;
    }

    .loginButton2 {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #10B9DF;
    color: #FFF;
    font-weight: 600;   
    padding: 4px 52px;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
    border-radius: 5px;
    border-color: transparent;
    margin-top: 30px;
    height: 20px;   
    text-decoration:none;
}

    .loginButton2:hover {
        background-color: #72FDFF;
        color: #000000;
    }

.LoginBox {
    color: White;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    margin-right: auto;
    text-align: center;
    position: absolute;
    top: 30%;
    margin-top: -100px;     
}

.LoginControls {
    color: Black;
    padding: 5px;
}

.LoginError {
    color: White;
    background-color: #12497A;
    padding: 15px;
    width: 250px;
    left: 51%;
    margin-left: -125px;
    margin-right: auto;
    text-align: center;
    position: absolute;
    margin-top: 10px;
    font: 9pt Verdana;
    top: 1px;
}

.UserPass {
    color: #8E0100;
    /*background-color: White;*/
    padding: 15px;
    width: 250px;
    left: 50%;
    margin-left: -125px;
    margin-right: auto;
    text-align: left;
    position: absolute;
    top: 9%;
    margin-top: -25px;
    left: 50%;
    font: 9pt Verdana;
}

#AdditionalInformation {
    width: 307px;
    height: 100px;
}

.CompanyName {
    width: 250px;
}

.MI {
    width: 30px;
}

.SSN {
    width: 50px;
}

.Address {
    width: 307px;
}

.Zip {
    width: 90px;
}

.Invisible {
    display: none;
}

.Image {
    cursor: pointer;
    left: 145px;
    top: -3px;
}

.spacer {
    margin-top: 5px;
    margin-bottom: 5px;
}

.ClearButton, .SubmitButton {
    border-width: 0px;
    position: relative;
    left: 0px;
    top: 2px;
}

.SubmitButton {
    float: right;
}

.Container {
    /*margin-top: 15px;*/
    overflow: hidden;
}

.OrderContainer {
    margin-top: 15px;
    overflow: hidden;
}

.Header {
    background: #4d4d4d !important;
    background-position: left top;
    background-repeat: repeat-x;
    font-family: Verdana;
    color: white;
    text-indent: 2px;
    height: 23px;
    font-size: 11px;
    font-weight: bold;
    padding-top: 9px;
    width: 100%;
    margin-top: 0px;
}

#DataTable {
    position: absolute;
    top: 80px; /*250px;*/
    left: 50px;
    background-color: White;
    height: 510px;
    width: 920px; /*737px;*/
    font-family: Calibri, Arial;
    font-size: 1.1em;
}

#selectButton {
    position: absolute;
    top: 250px;
    left: 50px;
    background-color: Blue;
    height: 100px;
    width: 50px;
    font-family: Calibri, Arial;
    font-size: 1.1em;
}

#uploadButton {
    position: absolute;
    top: 250px;
    left: 50px;
    background-color: Blue;
    height: 100px;
    width: 50px;
    font-family: Calibri, Arial;
    font-size: 1.1em;
}

#HideUploadButton {
    position: absolute;
    top: 250px;
    left: 50px;
    background-color: White;
    height: 400px;
    width: 400px;
    font-family: Calibri, Arial;
    font-size: 1.1em;
}

.slick-cell {
    text-overflow: clip;
    white-space: normal !important;
    line-height: normal !important;
}

    .slick-cell input[type=button] {
        font-size: 70% !important;
    }

.errorDialogClose {
    background-color: Red;
    margin: 3px;
    color: White;
    font: bold 9pt Verdana;
    float: right;
    text-align: center;
    vertical-align: bottom;
    width: 12px;
    height: 12px;
    line-height: 12px;
    border-top: solid 1px ButtonHighlight;
    border-left: solid 1px ButtonHighlight;
    border-right: solid 1px ButtonShadow;
    border-bottom: solid 1px ButtonShadow;
    cursor: cursor;
}

.DashboardDatePickerText {
    width: 50px;
    font-size: 7pt;
}

.DashboardDatePickerButton {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}

.Filter {
    position: absolute;
}

.DashboardFilter {
    width: 155px;
}

#FilterContainer {
    height: 75px;
}

#Dashboard {
    height: 425px;
    font: 8pt Arial;
    width: 100%;
    *left: 0px;
}

#DashboardPager {
    height: 32px;
    vertical-align: middle;
    font: 8pt Arial;
    width: 931px;
    *left: 0px;
}

.slick-pager-settings-expanded {
    display: inline !important;
}

.ui-icon-lightbulb {
    display: none !important;
}

.slick-pager-nav {
    text-align: right !important;
}

#Dashboard .slick-header-column {
    text-overflow: clip !important;
}

.Check, .Flag {
    text-overflow: clip !important;
}

.slick-pager {
    border-top: gray 1px solid !important;
}

.even .slick-cell {
    background-color: #FFFFFF !important;
    background-image: none !important;
}

.odd .slick-cell {
    background-color: #EEEEEE !important;
    background-image: none !important;
}

.slick-cell.selected {
    background-color: Yellow !important;
    background-image: none !important;
}

.DashboardCalendar {
    padding: 2px;
    background-color: #EEEEEE;
}

    .DashboardCalendar .calweekdayrow {
        background-color: #CCCCCC;
    }

    .DashboardCalendar .selectable {
        background-color: White;
    }

        .DashboardCalendar .selectable a {
            text-decoration: none;
            color: Navy;
        }

    .DashboardCalendar .calcell {
        padding: 2px;
        text-align: right;
    }

    .DashboardCalendar .calhead {
        background-image: url(../Images/Services.png);
        color: White;
    }

    .DashboardCalendar .today a {
        background-color: #8F0100;
        color: White;
    }

        .DashboardCalendar .today a:hover {
            background-color: #8F0100 !important;
            color: White !important;
        }

    .DashboardCalendar .calnavleft {
        background-image: url(../Images/CalendarPrevious.gif);
        background-repeat: no-repeat;
        background-position: top left;
        left: 2px;
        width: 20px;
        margin-top: 2px;
    }

    .DashboardCalendar .calnavright {
        background-image: url(../Images/CalendarNext.gif);
        background-repeat: no-repeat;
        background-position: top right;
        margin-top: 2px;
        left: 105px;
        width: 20px;
    }

.DashboardDocument a, .DashboardDocument a img {
    color: #2E6AB2;
    text-decoration: none;
    border: none;
}

.DocumentDate {
    position: absolute;
    left: 300px;
    font: 8pt Arial;
}

#RefreshButton, #RefreshImage {
    position: absolute;
    left: 400px;
    top: 173px;
    z-index: 200;
    *width: 32px;
    *top: 157px;
}

#ExcelButton {
    position: absolute;
    left: 900px;
    top: 137px;
    z-index: 10;
    *width: 32px;
    *top: 157px;
}

#NoOfOrders {
    position: absolute;
    left: 800px;
    border: 1px solid gray;
    margin-top: 10px;
    margin-left: -110px;
    margin-right: auto;
    width: 100px;
    height: 15px;
    font-weight: normal;
    text-align: center;
}

#gridLoadingSpinner {
    position: absolute;
    left: 45px;
    top: 137px;
    z-index: 11;
    *width: 32px;
    *top: 157px;
}

.yui3-aclist-list {
    background-color: White;
    border: 1px outset Black;
}

.yui3-aclist-item:hover {
    background-color: Black;
    color: White;
}

.yui3-aclist-item-active {
    background-color: Black;
    color: White;
}

p { /*margin-bottom: 1.5em;*/
    margin-top: 1px;
}

button {
    padding: 4px 8px;
}


#fbOverlay {
    display: none;
}

.yui-widget #fbOverlay {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 10px;
}

#DocPopUpHeader .yui-widget-hd {
    border: #3B5998 1px solid;
    background: #6D84B4;
    color: #fff;
    padding: 0 10px;
    cursor: move;
}

#DocPopUpBoday .yui-widget-bd {
    background: #fff;
    border: #555 1px solid;
    border-top: none;
    border-bottom: none;
    padding: 0 10px;
}

#DocPopUpFooter .yui-widget-ft {
    border: #555 1px solid;
    border-top: none;
    background: #f2f2f2;
}

    #DocPopUpFooter .yui-widget-ft > div {
        border-top: #ccc 1px solid;
        padding: 5px 10px;
        text-align: right;
    }

.rowEven {
    background-color: #FCF6CF;
}

.rowOdd {
    background-color: #FEFEF2;
}

.DocPopUp-hd {
    border: #48c0db 1px solid;
    background: #48c0db;
    color: #FFFFFF;
    height: 21px;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    font-family: Verdana;
}

.DocPopUp-bd {
    background: #FFFFFF;
    border: #555 1px solid;
    border-top: none;
    border-bottom: none;
    padding: 0 10px;
    height: 450px;
    overflow: auto;
    font-family: Verdana;
    font-size: 1.1em;
}

.DocPopUp-ft {
    border: #555 1px solid;
    border-top: none;
    background: #f2f2f2;
    height: 30px;
    padding-right: 10px;
}

.DocPopUp-loc {
    position: absolute;
    top: 250px;
    left: 150px;
    background-color: White;
    width: 375px;
    height: 500px;
    z-index: 1;
    display: none;
}

.RejectPopUp-loc {
    position: absolute;
    top: 10px;
    left: 350px;
    background-color: White;
    width: 375px;
    height: 150px;
    z-index: 1;
    display: none;
}

.RejecttextArea {
    width: 100%;
    height: 200px;
}

.RejectPopUp-bd {
    background: #FFFFFF;
    border: #555 1px solid;
    border-top: none;
    border-bottom: none;
    padding: 0 10px;
    height: 215px;
    overflow: auto;
    font-family: Verdana;
    font-size: 1.1em;
}

.HeaderRow {
    background-color: White;
    font-weight: bold;
}

.ChildRow {
    margin-left: 15px;
    margin-top: -3px;
    background-color: White;
    font-weight: bold;
}

.OddRow {
    background-color: #FFFFFF;
}

.EvenRow {
    background-color: #FFFFFF;
}

.OddTD {
    font-weight: normal;
}

.EvenTD {
    font-weight: normal;
}

.Outage_TextArea {
    width: 500px;
    height: 500px;
    overflow: hidden;
}

table.emailInfotable {
    font-family: verdana,arial,sans-serif;
    font-size: 11px;
    color: #333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
}

    table.emailInfotable th {
        border-width: 1px;
        padding: 8px;
        border-style: solid;
        border-color: #666666;
        background-color: #8E0100;
        color: #FFFFFF;
    }

    table.emailInfotable td {
        border-width: 1px;
        padding: 8px;
        border-style: solid;
        border-color: #666666;
        background-color: #ffffff;
    }

.buttonAsLink {
    background-color: transparent;
    text-decoration: underline;
    border: none;
    padding: 0 !important; /*border is optional*/
    cursor: pointer;
}

.status_span {
    border: 1px solid #888;
    padding: 4px;
}

.Collapser {
    cursor: pointer;
}

.LoanCollapser {
    cursor: pointer;
}

.Hint {
    color: #666;
    font-size: 80%;
}

.custTextArea {
    resize: none;
    width: 340px;
    margin-top: -42px;
}

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    width: 100%;
}

    ul.tabs li {
        float: left;
        margin: 0;
        cursor: pointer;
        padding: 0px 21px;
        height: 31px;
        line-height: 31px;
        border: 1px solid #999999;
        border-left: none;
        font-weight: bold;
        background: #EEEEEE;
        overflow: hidden;
        position: relative;
    }

        ul.tabs li:hover {
            background: #CCCCCC;
        }

        ul.tabs li.active {
            background: #FFFFFF;
            border-bottom: 1px solid #FFFFFF;
        }

.tab_container {
    border: 1px solid #999999;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #FFFFFF;
}

.tab_content {
    padding: 20px;
    /*font-size: 1.2em;*/
    display: none;
}

ul.tabs1 {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    width: 100%;
}

    ul.tabs1 li {
        float: left;
        margin: 0;
        cursor: pointer;
        padding: 0px 21px;
        height: 31px;
        line-height: 31px;
        border: 1px solid #999999;
        border-left: none;
        font-weight: bold;
        background: #EEEEEE;
        overflow: hidden;
        position: relative;
    }

        ul.tabs1 li:hover {
            background: #CCCCCC;
        }

        ul.tabs1 li.active {
            background: #FFFFFF;
            border-bottom: 1px solid #FFFFFF;
        }

.tab_container1 {
    border: 1px solid #999999;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #FFFFFF;
}

.tab_content1 {
    padding: 20px;
    font-size: 1.2em;
    display: none;
}


.validate {
    background-color: #EEEEEE;
    cursor: pointer;
}

.dropdown dd, .dropdown dt {
    margin: 0px;
    padding: 0px;
}

.dropdown ul {
    margin: 0px;
    padding: 0px;
}

.dropdown dd {
    position: relative;
    margin: 0px;
    padding: 0px;
}

.dropdown a, .dropdown a:visited {
    color: #000000;
    text-decoration: none;
    outline: none;
    margin: 0px;
    padding: 0px;
    min-height: 30px;
    border-radius: 9px;
    border: 1px solid black;
}

.dropdown dt a {
    background-color: #f2f2f2;
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0px;
    padding-bottom: 10px;
    height: 30px;
}

    .dropdown dt a span, .multiSel span {
        cursor: pointer;
        display: inline-block;
        margin-top: 1px;
        /* padding: 5px 10px;*/
    }

.dropdown dd ul {
    background-color: #f2f2f2;
    top: 1px;
    color: #000000;
    display: none;
    position: absolute;
    width: 100%;
    list-style: none;
    height: 100px;
    overflow: auto;
    margin: 0px;
    padding: 0px;
    border: 1px solid black;
}

.dropdown span.value {
    display: none;
    border-radius: 3px;
    margin: 0px;
    padding: 0px;
}

.dropdown dd ul li a {
    display: block;
    margin: 0px;
    padding: 0px;
}

    .dropdown dd ul li a:hover {
        background-color: #fff;
        margin: 0px;
        padding: 0px;
    }

.caret {
    width: 0;
    height: 0;
    margin-right: 5px;
    vertical-align: middle;
    border-top: 10px solid;
    border-top-color: Gray;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    float: right;
    position: relative;
    top: 10px;
}

#divpolicytypes ul {
    border: 1px solid black;
    margin: 10px;
    float: left;
    padding: 0;
    zoom: 1;
    position: relative;
    overflow: auto;
    width: 80%;
    margin-left: 45px;
}


    #divpolicytypes ul li {
        background-image: none;
        list-style-type: none;
        padding-left: 20px;
        padding: 5px;
        margin: 1px;
        cursor: move;
        zoom: 1;
        position: relative;
        color: White;
        background-color: #48c0db;
    }

        #divpolicytypes ul li.ddlpolicytypes {
            color: White;
            background-color: #48c0db;
            border: 1px solid #48c0db;
        }

.Checkboxtext {
    cursor: auto;
}

/*TIQNav*/
.topnav {
    /*background-color: #333;*/
    /*overflow: hidden;*/
}

    .topnav a {
        float: left;
        color: #f2f2f2;
        text-align: center;
        padding: 10px;
        text-decoration: none;
        font-size: 13px;
        margin: 7px 0px;
        font: Verdana;
        cursor: pointer;
    }

        .topnav a:hover {
            background-color: #8d8585;
            color: white;
            cursor: pointer;
        }

        /* Add a color to the active/current link */
        .topnav a.active {
            background-color: #48c0db;
            color: #fefef2;
        }

.width10 {
    width: 10%;
}

.width29 {
    width: 29%;
}

.width100 {
    width: 100%;
}

.width55 {
    width: 55%;
}

.width40 {
    width: 40%;
}

.width5 {
    width: 5%;
}

.width90 {
    width: 90%;
}
/*TIQNav*/


/*Customer Profile styles*/
.CustomerProfileContainer {
    margin-top: 15px;
    overflow: hidden;
}

.step-app > .step-steps {
    margin: 0;
    padding: 0;
    display: flex;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

    .step-app > .step-steps > li {
        list-style: none;
        flex: 1;
    }

        .step-app > .step-steps > li:last-child a {
            border: none;
        }

        .step-app > .step-steps > li > a {
            display: block;
            padding: 10px;
            color: #333;
            background-color: #e5e5e5;
            text-decoration: none;
            border-right: 1px solid #fff;
            cursor: pointer;
        }

            .step-app > .step-steps > li > a > .number {
                background: #fff;
                padding: 0 8px;
                display: inline-block;
                text-align: center;
                margin-right: 15px;
                border-radius: 3px;
                color: #333;
            }

            .step-app > .step-steps > li > a:hover {
                background-color: #ddd;
                cursor: pointer;
            }

        .step-app > .step-steps > li.active a {
            background-color: #48c0db;
            color: #fff;
        }

        .step-app > .step-steps > li.error a {
            background-color: #e7505a;
            color: #fff;
        }

        .step-app > .step-steps > li.done a {
            background-color: #64ce93;
            color: #fff;
        }

.step-app > .step-content {
    border: 1px solid #e5e5e5;
    padding: 10px;
    border-top: 0;
}

    .step-app > .step-content > .step-tab-panel {
        display: none;
    }

        .step-app > .step-content > .step-tab-panel.active {
            display: block;
        }

.step-app > .step-footer {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .step-app > .step-footer > .step-btn {
        padding: 4px 16px;
        color: #333;
        text-decoration: none;
        background: #e5e5e5;
        border-radius: 3px;
        border: none;
        outline: none;
        cursor: pointer;
    }

.cpWidth100 {
    width: 100%;
}

.cpFloatLeft {
    float: left;
}

.cpFloatRight {
    float: right;
}

.cpWidth33 {
    width: 33%;
}

.cpWidth16 {
    width: 16%;
}

.cpWidth60px {
    width: 60px;
}

.cpTxtAlgnCenter {
    text-align: center;
}

.cpWidth34 {
    width: 34%;
}

.spacing-table {
    border-collapse: separate;
    border-spacing: 0 10px; /* this is the ultimate fix */
}

.readOnlyBlur {
    background-color: #e1dfdf;
    border: 1px solid #aaa;
    height: 19px;
}

#sortable1, #sortable2 {
    border: 1px solid black;
    width: 142px;
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    float: left;
    margin-right: 10px;
    height: 300px;
    /*max-height:300px;*/
    overflow-y: auto;
}

    #sortable1 li, #sortable2 li {
        margin: 0 5px 5px 5px;
        padding: 8px;
        /*height:20px;*/
        font-size: 1.2em;
        border: 1px solid black;
    }

.listWrapper {
    /*height:300px;
        max-height:300px;
        overflow-y:auto;
        border: 1px solid black;*/
}

/*End Customer Profile styles*/
.center-table {
    margin: 0px auto;
}

#stateAndCountyCheckboxDiv ul {
    list-style-type: none;
}

#btn-add, #btn-remove {
    display: block;
    width: 115px;
    height: 25px;
    padding: 7px;
    text-align: center;
}

#ProductMaster, #ProductGroup {
    border: 1px solid black;
    width: 120px;
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    height: 200px;
    overflow-y: auto;
}

/*New Styles*/
.login-page-info, .loginButton, .loginButton1,.loginButton2, #WebUsername, #WebPassword {
    font-family: TradeGothicLT, sans-serif !important;
}

    .login-page-info .linksubheader {
        font-size: 30px;
        font-weight: 100;
        margin: 10px 0 15px 0 !important;
    }

    .login-page-info .lead {
        font-size: 17px;
        margin-bottom: 5px;
        font-weight: 400;
    }

        .login-page-info .lead a {
            color: #3fa6d9;
            font-weight: bold;
            text-decoration: none;
        }

.legal {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    font-size: 11px;
    color: #7c8185;
    padding: 20px 0;
}

.messagecls {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12.5px;
    font-family: inherit;
    border: #555 1px solid;
    border-top: none;
    border-bottom: none;
    height: 150px;
}


.copy-panel-display {
    font-size: 11.5px;
}

.copy-panel-css {
    /*height:150px;*/
    width: 525px;
    position: absolute;
    top: 10px;
    left: 350px;
    background-color: White;
    z-index: 1;
    display: none;
}

.CopyPopUp-bd {
    background: #FFFFFF;
    border: #555 1px solid;
    border-top: none;
    border-bottom: none;
    padding: 0 10px;
    /*height: 155px;*/
    overflow: auto;
    font-family: Verdana;
    font-size: 1.1em;
}

.dataFoundTable tr, .dataFoundTable tr td, .dataFoundTable tr th {
    border: 1px solid silver !important;
}

/*dependency description user story related css changes*/
.info-hd-css {
    height: 150px;
    width: 525px;
    position: absolute;
    top: 10px;
    left: 350px;
    background-color: White;
    z-index: 1;
    display: none;
}

.info-bd-css {
    background: #FFFFFF;
    border: #555 1px solid;
    border-top: none;
    border-bottom: none;
    padding: 0 10px;
    height: 285px;
    overflow: auto;
    font-family: Verdana;
    font-size: 1.1em;
}

.info-table-css {
    font-size: 11.5px;
}

.info-ft-css {
    border: #555 1px solid;
    border-top: none;
    background: #f2f2f2;
    height: 30px;
    padding-right: 10px;
}

.info-popup-css {
    border: #48c0db 1px solid;
    background: #48c0db;
    color: #FFFFFF;
    height: 21px;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    font-family: Verdana;
}

.valid-css {
    margin-bottom: 20px;
}

.active-div {
    margin: 0px auto;
    display: block;
    width: 450px;
    height: 360px;
}

.active-table {
    border: 1px solid #cecece;
    width: 100%;
    table-layout: fixed;
    text-align: center;
}

    .active-table th {
        padding: 10px 0px;
        font-size: 13px;
    }

.toggle:checked {
    background: #10b9df;
}

/*Toggle checkbox style starts*/
.switch {
    position: relative;
    display: block;
    vertical-align: top;
    width: 100px;
    height: 30px;
    padding: 1px;
    margin: 5px 5px 5px 25px;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    box-sizing: content-box;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: content-box;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #4d4d4d;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    box-sizing: content-box;
    font-weight: bolder;
}

    .switch-label:before, .switch-label:after {
        position: absolute;
        top: 50%;
        margin-top: -.5em;
        line-height: 1;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
        box-sizing: content-box;
    }

    .switch-label:before {
        content: attr(data-off);
        right: 11px;
        color: #aaaaaa;
    }

    .switch-label:after {
        content: attr(data-on);
        left: 11px;
        color: #FFFFFF;
        opacity: 0;
    }

.switch-input:checked ~ .switch-label {
    background: #10b9df;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

    .switch-input:checked ~ .switch-label:before {
        opacity: 0;
    }

    .switch-input:checked ~ .switch-label:after {
        opacity: 1;
    }

.switch-handle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 28px;
    height: 28px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    border-radius: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

    .switch-handle:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -6px 0 0 -6px;
        width: 12px;
        height: 12px;
        background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
        background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
        border-radius: 6px;
        box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    }

.switch-input:checked ~ .switch-handle {
    left: 72px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* Transition
========================== */
.switch-label, .switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

#CustomerStatusInformation {
    padding: 10px;
    background-color: #ffeb3b;
    color: black;
    width: 37%;
}

#buttonsSection {
    padding: 4px 15px;
}

.custDescription {
    font-size: 12.4667px;
    resize: none;
    font-family: Verdana;
}

.customizationDescEditBtn {
    border: none !important;
    padding-left: 10px;
}

.customizationDesCancelBtn {
    float: right;
    margin-top: 1px;
}

.customizationHover {
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.custDescTable tr, .custDescTable tr td, .custDescTable tr th {
    border: 1px solid silver;
}

.divPosition-rel {
    position: relative;
}

.customizationGridContainer {
    border: 1px solid;
    width: 95%;
    height: 350px;
}

.customizationSlaGridContainer {
    border: 1px solid;
    width: 100%;
    height: 200px;
    display: none;
}

.customizationDivDelim {
    font-family: Verdana;
    font-size: 10pt;
}

.cpStep3TableMainTd {
    display: flex;
    align-items: center;
    align-content: center;
}

.cpStep3Div {
    text-align: center;
    margin: 0 auto;
}

.cpStep3Product {
    width: 250px;
}

.custProfileGrid {
    border: 1px solid grey;
    width: 480px;
}

.cpDependencyDesc {
    width: 60%;
}
/*Toggle checkbox style ends*/



/*
body1 {
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
}

#MainFrame {
    height: 100%;
    position: absolute;
    width: 100%;
    overflow: hidden;
}*/

/*US326168 START*/
.disableCPTable {
    display: none;
    height: 50px;
}

.enableMinCPTable {
    display: block;
    height: 10px;
}

.enableMaxCPTable {
    display: block;
    height: 50px;
}

.alert {
    padding: 20px;
    background-color: #48c0db;
    color: white;
    margin: 10px 0px;
}

.copyTable {
    border: 1px solid grey;
}

.paddingbtm10px {
    padding-bottom: 10px;
}

.paddingtop10px {
    padding-top: 10px;
}
/*US326168 END*/
/*US333749 START*/
.multiselectfilter {
    width: 155px;
}
/*US333749 END*/
