/* Minification failed. Returning unminified contents.
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(18,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(19,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(20,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(21,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(22,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(26,23): run-time error CSS1039: Token not allowed after unary operator: '-ff-roboto'
(35,23): run-time error CSS1039: Token not allowed after unary operator: '-ff-roboto'
(186,23): run-time error CSS1039: Token not allowed after unary operator: '-ff-roboto'
(597,23): run-time error CSS1039: Token not allowed after unary operator: '-ff-roboto'
(615,23): run-time error CSS1039: Token not allowed after unary operator: '-ff-roboto'
(630,23): run-time error CSS1039: Token not allowed after unary operator: '-ff-roboto'
(1720,23): run-time error CSS1039: Token not allowed after unary operator: '-ff-roboto'
(1742,23): run-time error CSS1039: Token not allowed after unary operator: '-ff-roboto'
(1987,23): run-time error CSS1039: Token not allowed after unary operator: '-ff-roboto'
(3699,23): run-time error CSS1039: Token not allowed after unary operator: '-ff-roboto'
(3744,23): run-time error CSS1039: Token not allowed after unary operator: '-ff-roboto'
(3750,23): run-time error CSS1039: Token not allowed after unary operator: '-ff-roboto'
(4338,23): run-time error CSS1039: Token not allowed after unary operator: '-ff-roboto'
(4475,23): run-time error CSS1039: Token not allowed after unary operator: '-ff-roboto'
(4852,23): run-time error CSS1039: Token not allowed after unary operator: '-second-family'
(4961,22): run-time error CSS1039: Token not allowed after unary operator: '-gray4'
(4971,21): run-time error CSS1039: Token not allowed after unary operator: '-white'
(4976,26): run-time error CSS1039: Token not allowed after unary operator: '-ok-color2'
(4983,22): run-time error CSS1039: Token not allowed after unary operator: '-ok-color2'
(4989,17): run-time error CSS1039: Token not allowed after unary operator: '-white'
(4997,28): run-time error CSS1039: Token not allowed after unary operator: '-gray2'
(5001,23): run-time error CSS1039: Token not allowed after unary operator: '-second-family'
(5006,17): run-time error CSS1039: Token not allowed after unary operator: '-black'
(5008,22): run-time error CSS1039: Token not allowed after unary operator: '-gray2'
(5012,23): run-time error CSS1039: Token not allowed after unary operator: '-second-family'
(5017,17): run-time error CSS1039: Token not allowed after unary operator: '-gray3'
(5020,35): run-time error CSS1039: Token not allowed after unary operator: '-gray2'
(5028,22): run-time error CSS1039: Token not allowed after unary operator: '-ok-color2'
(5031,23): run-time error CSS1039: Token not allowed after unary operator: '-second-family'
(5035,17): run-time error CSS1039: Token not allowed after unary operator: '-white'
 */
/*@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700&display=swap');*/
html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}
:root {
    --ff-roboto: 'Roboto', sans-serif;
    --second-family: "Open Sans", sans-serif;
    --gray1: #f9f9f9;
    --gray2: #ddd;
    --gray3: #4d4d4d;
    --gray4: #dddbda;
    --gray5: #d4d4d4;
    --gray6: #828282;
    --ok-color: #03FFCF;
    --ok-color2: #02c385;
    --black: #000;
    --black-gray1: #383838;
    --white: #fff;
    --blue1: #32B4C0;
    --red1: #F26964;
}

h1, h2, h3, h4, h5, h6, p, div, span {
    font-family: var(--ff-roboto);
}


body {
    background-color: #f0f3f7;
    /*border-top: solid 10px #000;*/
    /*color: #2f659b;*/
    /*font-size: .85em;*/
    font-family: var(--ff-roboto) !important;
    font-weight: 500;
    margin: 0;
    /*padding: 0 0 80px 0;*/
}

a {
    color: #161626;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
}

    a:link, a:visited,
    a:active, a:hover {
        /*color: #333;*/
    }

    a:hover {
        /*background-color: #c7d1d6;*/
        text-decoration: underline;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

header {
    height: 130px;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-leftReport {
    float: left;
    margin-left: -54px;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #333;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 1.3em;
    line-height: 1.5em;
    margin-top: 5px;
}

h2 {
    font-size: 1.3em;
}

h3 {
    font-size: 1.1em;
}

h4 {
    font-size: 18px;
    font-family: inherit;
    font-weight: 500 !important;
    line-height: 1.1;
    color: inherit;
    /*font-size: 1em;*/
}

h5, h6 {
    /*font-size: 0.9em;*/
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }
/*---------------------*/


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 1180px !important;
}


.main-inner {
    background-color: #f0f3f7;
}

#body {
    /*background-color: #f0f3f7;*/
    background-color: #f9f9f9;
    clear: both;
    /*padding-bottom: 35px;*/
    /*min-height: 254px;*/
    min-height: 82vh;
    /*min-height: 70vh;*/
}

.main-content {
    /*background: url("../Images/accent.png") no-repeat; 
        padding-left: 10px;*/
    padding: 10px 0px;
}

.featured + .main-content {
    /*    background: url("../Images/herooent.png") no-repeat;*/
}

header .content-wrapper {
    padding-top: 20px;
}

footer {
    clear: both;
    font-size: .8em;
    height: 121px;
    background: url("../Images/footerbgstrip.png") repeat-x 100% 100%;
    color: #2e2e2e;
    margin-top: 10px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: var(--ff-roboto);
    font-size: 2.3em;
    margin: 0;
    background-color: transparent;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }


/* login
----------------------------------------------------------*/
#login {
    display: block;
    margin: 0 0 40px;
    text-align: right;
    height: 10px;
}

.adminnavbar #login {
    margin: 0 0 100px;
}

#login a {
    margin-left: 30px;
    margin-right: 3px;
    padding: 2px 3px;
    text-decoration: none;
    color: #326797;
    font-weight: bold;
    font-size: .8em;
}

#login a.username {
    background: none;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

#login ul {
    margin: 0;
}

#login li {
    display: inline;
    list-style: none;
    background: transparent url('../Images/loginbg.png') no-repeat left top;
    width: 25px;
    height: 25px;
    padding: 1px 0 5px;
}

#login .registerLink {
    display: inline;
    list-style: none;
    background: transparent url('../Images/registerbg.png') no-repeat left top;
    width: 25px;
    height: 25px;
    padding: 1px 0 5px;
}

/**/


/* menu
----------------------------------------------------------*/
ul.menu {
    font-size: 1.1em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

ul.menu li {
    display: inline;
    list-style: none;
}

ul.menu li :hover {
    cursor: pointer;
}

ul.menu li a {
    background: transparent url(../Images/menu-nonactive-strip.png) repeat-x 100% 100%;
    color: #326797;
    text-decoration: none;
    padding: 6px 31px;
    border-radius: 5px;
    margin: 3px;
}

ul.menu li a:hover {
        background: transparent url('../Images/menu-active-strip.png') repeat-x 100% 100%;
        color: #ffffff;
        text-decoration: none;
    }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    /*background-color: #fff;*/
    /*background: transparent url("../Images/homefeaturestrip.png") repeat-x 100% 100%;*/
    height: 165px;
    /*box-shadow: rgba(0,0,0,0.75) 0px -2px 1px;*/
}

.featured .content-wrapper {
    color: #ffffff;
    padding: 0px 40px 0px 40px;
}

.featured hgroup.title h1, .featured hgroup.title h2 {
    color: #fff;
}

.featured p {
    font-size: 1.1em;
    /*padding-left: 55px;*/
    color: white;
}


.home-welcome {
    /*float: left;
    width: 60%;*/
    padding: 10px 25px 0px 10px;
}

.home-welcome-img {
    background: transparent url('../Images/ebnfeaturehome.png') no-repeat 100% 100%;
    width: 161px;
    height: 82px;
    float: left;
    padding-top: 82px;
}
/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
        font-size: 1.2em;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

ol.round li {
    margin: 25px 0;
    padding-left: 45px;
}

ol.round li.zero {
    background: url("../Images/orderedList0.png") no-repeat;
}

ol.round li.one {
    background: url("../Images/orderedList1.png") no-repeat;
}

ol.round li.two {
    background: url("../Images/orderedList2.png") no-repeat;
}

ol.round li.three {
    background: url("../Images/orderedList3.png") no-repeat;
}

ol.round li.four {
    background: url("../Images/orderedList4.png") no-repeat;
}

ol.round li.five {
    background: url("../Images/orderedList5.png") no-repeat;
}

ol.round li.six {
    background: url("../Images/orderedList6.png") no-repeat;
}

ol.round li.seven {
    background: url("../Images/orderedList7.png") no-repeat;
}

ol.round li.eight {
    background: url("../Images/orderedList8.png") no-repeat;
}

ol.round li.nine {
    background: url("../Images/orderedList9.png") no-repeat;
}

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/*
.loginform {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}*/

.loginform .validation-error, .RegisterForm .validation-error {
    display: block;
    margin-left: 15px;
}

.loginform .validation-summary-errors ul, .RegisterForm .validation-summary-errors ul {
    margin: 0;
    padding: 0;
}

.loginForm .validation-summary-errors li {
    display: inline;
    list-style: none;
    margin: 0;
}

.RegisterForm .validation-summary-errors li {
    display: list-item;
    /*list-style: none;*/
    margin: 0;
}

/*.loginform input {
        width: 250px;
       
    }*/



#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    /*padding: 0;*/
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }



label.autowidth {
    width: auto;
    display: block;
}

label.checkbox {
    display: inline;
}

input, textarea, select, .numberTxtBox, .numberTxtBoxMed, .otherTxtBoxMed {
    /*border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1em;
    margin: 5px 0 0 0;
    padding: 5px;
    width: 300px;
    /* To give the same size to all text field */
    /*-moz-box-sizing: border-box;
    box-sizing: border-box;*/
}

input {
    padding: 6px;
}

.numberTxtBox {
    width: 100px;
    background-color: #efefef63 !important;
}

.numberTxtBoxMed {
    /*width: 300px;*/
}

.otherTxtBoxMed {
    width: 160px;
}

textarea {
    font-family: inherit;
    width: 451px;
    min-height: 100px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input:read-only {
    border-color: #e2e2e2;
    background-color: #efefef63;
}

textarea:read-only {
    border-color: #e2e2e2;
    background-color: #efefef63;
}
/*input.disabled:focus, textarea.disabled:focus
     {
         border-color:;
     }*/

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    /*background-color: #02c385;*/
    border-radius: 5px;
    cursor: pointer;
    /*padding: 6px 20px !important;*/
    margin-right: 8px;
    width: auto;
    color: #ffffff;
    border: none;
    font-family: var(--ff-roboto);
    /*margin-top:-3px;*/
    display: inline-block;
    /*margin-bottom: 5px;*/
}

/* temporary*/

.changeColor input[type="button"],
.changeColor button {
    background-color: #51789B;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 20px;
    margin-right: 8px;
    width: auto;
    color: #ffffff;
    border: none;
    font-family: var(--ff-roboto);
    margin-top: 0;
}

.changeColor2 input[type="submit"],
.changeColor2 input[type="button"],
.changeColor2 button {
    background-color: #51789B;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 20px;
    margin-right: 8px;
    width: auto;
    color: #ffffff;
    border: none;
    font-family: var(--ff-roboto);
    margin-top: 0;
}


.changeColor input[type="submit"]:hover,
.changeColor input[type="button"]:hover,
button:hover {
    /*background-color: #51789B;*/
}


.changeColor2 form {
    margin: 0 auto;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
}

.changeColor form {
    /*margin: 0 auto;*/
}




/* end temporary*/


input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
    /*background-color: #009551;*/
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/**/
.Comment {
    clear: both;
    margin-left: 20px;
    margin-bottom: 15px;
}
/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #FF0000;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #FF0000;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #FF0000;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #f01515;
    float: none;
    font-size: 1em;
    margin-bottom: 20px;
    margin-top: 1%;
    padding: 0px 15px;
    width: 90%;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    /*margin-top: 0.75em;*/
    border: 0 none;
}

th {
    font-size: 1.1em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
    /**/
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul.menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul.menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    .loginform, .RegisterForm {
        border-right: none;
        float: none;
        width: auto;
    }





    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
            color: #2e2e2e;
        }
}

/*Sherry edits*/
.registerlist #Reseller, .registerlist #Partner {
    background-color: #FF0000;
    float: left;
    height: 25px;
    width: 50px;
}

/* featured title in all pages */
.featuredTitle {
    background: transparent url('../Images/homefeaturestrip_edit.png') repeat-x 100% 100%;
    /*background-color: #fff;*/
    /*background:transparent url("../Images/homefeaturestrip.png") repeat-x 100% 100% ;*/
    height: 35px;
    /*box-shadow: rgba(0,0,0,0.75) 0px -2px 1px;*/
}

    .featuredTitle .content-wrapper {
        color: #ffffff;
        padding: 0px 40px 0px 40px;
    }

    .featuredTitle hgroup.title h1, .featuredTitle hgroup.title h2 {
        /*color: #fff;*/
    }

    .featuredTitle p {
        font-size: 1.1em;
        padding-left: 55px;
    }


.bottomTitle {
    /*background:#f0f3f7;*/
    height: 40px;
    /*box-shadow: rgba(0,0,0,0.75) 0px 1px 3px;*/
    /*margin-top: 10px;*/
    padding-top: 5px;
    margin-right: 10px;
    margin-left: 7px;
    margin-bottom: 10px;
}

.topTitle {
    /*background: #EEEEEE;*/
    height: 40px;
    margin-top: 0px;
    padding-top: 15px;
    /*box-shadow: rgba(0,0,0,0.75) 0px -1px 2px;*/
}

    .bottomTitle .content-wrapper, .topTitle .content-wrapper {
        color: #ffffff;
        padding: 0px 40px 0px 40px;
    }

    .bottomTitle hgroup.title h1, .bottomTitle hgroup.title h2, .topTitle hgroup.title h1, .topTitle hgroup.title h2 {
        color: #fff;
    }

    .bottomTitle p, .topTitle p {
        font-size: 1.1em;
        padding-left: 55px;
    }

#CustomerInfo, #CustAddCont, #ResellerPartnerInfo, #CreatePartner, #AddOrder, #CustInfo, #CustBenInfo, #attachfiles, #AddnewConnection, #CopyBillingchk, #AddnewConnection2, #CreatePartner2 {
    width: 48%;
    border-radius: 5px;
    /*border: 1px solid #e2e2e2;*/
    margin: 15px 10px 10px 0;
    float: left;
    /*background-color: #EFEFEF;*/
    /*margin-top: -2px;*/
    /*background-color: #efefef63;*/
    /*box-shadow: 0 0 5px #aaaaaa47;*/
}


/*#CopyBilling {
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    margin: 30px 10px 10px 0;
    background-color: #EFEFEF;
    width: 100%;
    float: left;
}*/

#CopyBillingchk {
    margin-top: 5px;
    width: 20px;
}

.copyRaw {
    width: 261px;
    margin-left: 10px;
    margin-top: 10px;
}

.CreatePartnerCont.EditUsr input#FullName {
    margin-top: 0;
}

.CreatePartnerCont.EditUsr label#UserName {
    height: 30px;
    line-height: 30px;
}

#orderpage label {
    font-weight: normal;
}



#CustomerInfo {
    height: 200px;
}

#CustAddCont {
    height: 300px;
}

#ResellerPartnerInfo, #attachfiles {
    width: 98%;
    margin-left: 7px !important;
}

.relapos.phase_name {
    float: left;
    /*margin-left: 30px;*/
    padding-left: 20px;
}

#CreatePartner, #AddOrder, #CustInfo, #CustBenInfo, #AddnewConnection, #TicketsDetails, #AddnewConnection2, #CreatePartner2 {
    width: 98%;
    margin: 10px 5px;
}

    #CustInfo .mapping_info {
        padding: 10px;
        overflow: hidden;
    }

.main_section .section_content {
    margin: 0 !important;
    border: none !important;
}

.main_section .section_content {
}

#CustBenInfo {
    margin-top: 30px;
}

.CustomerInfoContainer {
    background-color: #FFFFFF;
    height: 17px;
    margin: -32px 4px 0;
    width: 160px;
    padding: 0 10px 5px;
}

    .CustomerInfoContainer h4 label {
        width: 300px;
    }

.CustomerInfotable {
    margin-left: 15px;
    float: left;
}

.CustomerInfoLabeltable {
    width: 25%;
}


/*
.horizontalLine {
    clear: both;
    background-color: #e2e2e2;
    width: 100%;
    height: 1px;
    margin: 150px 0px 10px;
}*/
.actionbtnscont {
    clear: both;
    float: left;
    margin: 0px 7px 13px;
    width: 47% !important;
}

.formdv.actionbtnscont {
    margin-left: 2%;
}

.CreatePartnerCont {
    padding: 10px;
}

.createPartnerLeft label, .PartnerName {
    width: 125px;
}

.createPartnerRight label, .placeOrderRight label {
    width: 60px;
}

.registerRight label {
    width: 90px;
}

.registerLeft label {
    width: 140px;
}

.partnerInfoLeft label {
    width: 110px;
}

.partnerInfoLeft2 label {
    width: 250px;
}


.partnerInforight label {
    width: 125px;
}

.wholeline {
    margin-left: 10px;
    width: 200px;
    margin-bottom: 10px;
    font-weight: 600;
}

.wholeline1 {
    margin-left: 10px;
    width: 220px;
    margin-top: 15px;
    font-weight: 600;
}

.ResellerPartnerInfoCont input {
    width: 30px;
    vertical-align: top;
}

.ResellerPartnerInfoCont label, .CreatePartnerCont label {
    /*  line-height:32px;*/
}

.neworderBtnCont {
    clear: both;
    text-align: left;
    margin-left: 7px;
}

.ResellerPartnerInfoCont #LblSelectedPartner {
    width: auto;
}

.PartnerRadioBtn, .ResellerRadioBtn {
    width: 25px;
    vertical-align: baseline;
}


.ResellerLbl, .PartnerLbl, .PartnerRadioBtn, .ResellerRadioBtn, .PartnerRadioBtn1, .ResellerRadioBtn1, .PartnerRadioBtn2, .ResellerRadioBtn2 {
    cursor: pointer;
}

.PartnerRadioBtn1, .ResellerRadioBtn1 {
    width: 25px;
    vertical-align: text-bottom;
    height: 22px;
}

.PartnerRadioBtn2, .ResellerRadioBtn2 {
    width: 13px !important;
    vertical-align: text-bottom;
    height: 19px;
}

.createPartnerLeft, .placeOrderLeft, .partnerInfoLeft, .partnerInfoLeft2 {
    float: left;
    width: 50%;
    margin-left: 10px;
    margin-bottom: 10px;
}

    .partnerInfoLeft.addconnection {
        width: 50%;
    }

.partnerInforight {
    float: left;
    width: 48%;
    margin-bottom: 10px;
    margin-right: 10px;
}

.partnerInfoLeft.refundPartnerInfo input.RD20 {
    width: 20px;
    margin-top: 10px;
}

.partnerInfoLeft2.refundPartnerInfo input.RD20 {
    width: 20px;
    margin-top: 10px;
}

.underlineLabel.trash {
    background: transparent url('../Images/trash.png') no-repeat left center;
    padding-left: 20px;
}

.underlineLabel.download {
    background: transparent url('../Images/download-3.png') no-repeat left center;
    padding-left: 20px;
    width: 200px;
}

.download {
    background: transparent url('../Images/download-3.png') no-repeat left center;
    padding-left: 20px;
    width: 200px;
}

.forward {
    background: transparent url('../Images/forward.png') no-repeat left center;
    padding-left: 20px;
    width: 200px;
}

.errors {
    background: transparent url('../Images/error-mark_2.png') no-repeat left center;
    padding-left: 20px;
}

.warnings {
    background: transparent url('../Images/warn_ico_2.png') no-repeat left center;
    padding-left: 20px;
}

.sign {
    background: transparent url('../Images/signup.png') no-repeat left center;
    background-size: 21% 90%;
    padding-left: 20px;
}

.viewForm {
    background: transparent url('../Images/ViewForm.png') no-repeat left center;
    background-size: 15% 76%;
    padding-left: 20px;
}

.underlineLabel {
    cursor: pointer;
    color: #333;
}

    .underlineLabel:hover {
        text-decoration: underline;
    }

#cancelR .requiredFieldLft {
    left: 155px;
}

.partnerInfoLeft {
    width: 48%;
}

.partnerInfoLeft2 {
    width: 45%;
}

.table_header div.customerClass {
    float: left;
    padding: 15px;
}

.customerClass label {
    width: 300px;
}

.classCodes {
    clear: both;
}



.partnerInfoLeft.refundPartnerInfo {
    float: none;
    width: 100%;
}

    .partnerInfoLeft.refundPartnerInfo.setup {
        float: none;
    }

    .partnerInfoLeft.refundPartnerInfo.RFL {
        width: 45%;
        float: left;
    }

    .partnerInfoLeft.refundPartnerInfo input, .partnerInfoLeft.refundPartnerInfo select {
        width: 250px;
    }

    .partnerInfoLeft.refundPartnerInfo.RFL input {
        width: 200px;
    }

    .partnerInfoLeft.refundPartnerInfo.setup label {
        width: 175px;
    }

/*.partnerInfoLeft.addconnection { float:left; margin-left:1%}*/

.partnerInfoLeft.addconnection label {
    width: 110px;
}

.partnerInfoLeft.refundPartnerInfo label {
    width: 257px;
}

.partnerInfoLeft.refundPartnerInfo .requiredFieldLft {
    left: 249px;
}

.partnerInforight.refundPartnerInfo.setup.date .requiredFieldLft {
    left: 118px;
}

.partnerInfoLeft.refundPartnerInfo.setup .requiredFieldLft {
    left: 170px;
}

.createPartnerRight, .placeOrderRight {
    float: right;
    width: 42%;
}

.registerRight {
    float: right;
    width: 43%;
}

.CreatePartReseller {
    width: 161px;
    float: left;
    margin-left: 10px;
}

.RegisterCont {
    padding: 0 10px;
    float: left;
    display: inline-block;
    width: 98%;
}

.partnerInfoRight {
    float: right;
    width: 48%;
}

    .partnerInfoRight.RF {
        margin-top: 10px;
        float: right;
        width: 53%;
    }

        .partnerInfoRight.RF label {
            width: 225px;
        }

        .partnerInfoRight.RF input {
            width: 250px;
        }

        .partnerInfoRight.RF .requiredFieldRght {
            left: 220px;
        }

#RefundTable .partnerInfoRight, #RefundTable2 .partnerInfoRight {
    width: 12%;
    float: left !important;
}

.appendEmp {
    clear: both;
}

    .appendEmp input {
        width: 150px;
        margin-right: 10px;
        margin-left: 10px;
    }

.appendEmp2 input {
    width: 150px;
    margin-right: 10px;
    margin-left: 19px;
    float: left;
}

.removeEmp {
    float: right;
    background: transparent url(../Images/remove_icon.png) no-repeat center;
    width: 32px;
    height: 32px;
}

.removeOther {
    float: right;
    margin-top: -30px;
    margin-right: -90px;
}

.newConnRight.partnerInfoRight {
    position: relative;
}

.RefundItem .partnerInfoLeft {
    margin-top: 0px;
}

.RefundItem .partnerInfoRight {
    margin-top: 0px;
}

.add_ref_conn {
    float: left;
    /*background: transparent url('../Images/menu-nonactive-strip.png') repeat-x 100% 100%;
color: #326797;
text-decoration: none;
*/
    padding: 6px 9px 7px;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 10px;
    clear: both;
    margin-bottom: 10px;
}

.RefundItem .partnerInfoLeft {
    width: 39%;
}



.newConnRigh input {
    width: 65px;
    float: left;
}

.newConnRighPercentage {
    margin-top: 10px;
}

.relapos.in_before {
    float: left;
    /*margin-right:10px;*/
}

    .relapos.in_before select {
        width: 75px;
    }

.relapos.phase_name select {
    width: 255px;
}

.relapos.checkbox {
    margin-top: 10px;
}

.table_header div {
    font-weight: bold;
    /*background-color: #3b6c9a;
    color: #FFFFFF;*/
    padding: 5px;
    border-radius: 5px;
}

.table_header2 div {
    font-weight: bold;
    /*background-color: #3b6c9a;
    color: #FFFFFF;*/
    /*padding: 5px;*/
    border-radius: 5px;
}

.Other_header div {
    font-weight: bold;
    /*background-color: #3b6c9a;
    color: #FFFFFF;*/
    padding: 5px;
    border-radius: 5px;
}

.table_header .partnerInfoLeft {
    /* margin-bottom:0px; */
    width: 18%;
}

.Other_header .partnerInfoLeft {
    /* margin-bottom:0px; */
    width: 12%;
}

.appendEmp select {
    width: 110px;
}

#RefundTable2 .table_header .partnerInfoLeft, #PResourceTable .table_header .partnerInfoLeft, #OtherService .table_header .partnerInfoLeft {
    width: 160px;
    margin-left: 20px;
}

#RefundTable2 .table_header .partnerInfoLeft2, #PResourceTable .table_header .partnerInfoLeft2, #OtherService .table_header .partnerInfoLeft2 {
    /*width: 300px;*/
    margin-left: 20px;
}

#RefundTable2 .Other_header .partnerInfoLeft, #PResourceTable .Other_header .partnerInfoLeft, #OtherService .Other_header .partnerInfoLeft {
    width: 140px;
    margin-left: 20px;
}

#RefundTable2 .Other_header .partnerInfoLeft2, #PResourceTable .Other_header .partnerInfoLeft2, #OtherService .Other_header .partnerInfoLeft2 {
    width: 140px;
    margin-left: 20px;
}

.clear_both, .RefundItem {
    clear: both;
}

.partnerInfoRight label {
    width: 145px;
}

.width145 {
    width: 145px !important;
}

.width135 {
    width: 135px !important;
}

.width165 {
    width: 165px !important;
}

#RefundTable .partnerInfoRight label, #RefundTable2 .partnerInfoRight label {
    width: 70px;
}

.divbutton {
    float: left;
    margin-top: 4px;
}

.MultiCompsRadioBtn {
    min-width: 90px !important;
}
/* Grid view */


/*test*/
.grid {
    width: 99%;
    border-collapse: collapse;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    margin-top: 0;
    margin: 8px 6px 5px 6px;
    box-shadow: 0px 0px 6px #aaaaaa33;
}
    /* Zebra striping */
    .grid td, .grid th {
        padding: 5px;
        border-left: 1px solid #e2e2e2;
        text-align: left;
        width: auto;
        /*max-width: 221px;*/
        overflow: hidden;
        color: #333;
        /*white-space: nowrap;*/
    }

    .grid th {
        background: #333;
        /*background: transparent url('../Images/menu-active-strip_edit.png') repeat-x 100% 100%;*/
        color: white;
        font-weight: bold;
        height: 30px;
        padding: 0px 5px;
        white-space: pre;
        text-align: left;
    }

.home.grid th {
    min-width: 8.5%;
}

.grid thead {
    border: 1px solid #fff;
}

.grid .gridrow {
    background-color: #eeeeee;
}

.grid .gridrow_group {
    background-color: #e2e2e2;
}

.grid .gridrow_alternate {
    background-color: #ffffff;
}

.labelcancelres {
    width: 215px;
}

.labelcancelres2 {
    width: 210px;
}

.txtEffectiveDate {
    width: 100px;
}

.addPartner {
    background: transparent url('../Images/add.png') no-repeat left center;
    padding-left: 15px;
    font-weight: bold;
}

.markai {
    font-weight: bold;
    background: transparent url(../Images/success.png) no-repeat left center;
    padding-left: 15px;
}

.colorButton a.markai {
    background-color: #a73030;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 20px;
    margin-left: 10px;
    width: auto;
    color: #fff;
    border: none;
    font-family: var(--ff-roboto);
    /*margin-top: -3px;*/
    display: inline-block;
    background-image: none;
}


.colorButton .markai:hover {
    background-color: #b93535;
    text-decoration: none;
}


.colorButton a.addPartner {
    background-color: #009551;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 20px;
    margin-left: 10px;
    width: auto;
    color: #fff;
    border: none;
    font-family: var(--ff-roboto);
    margin-top: -3px;
    display: inline-block;
    background-image: none;
}


.colorButton .addPartner:hover {
    background-color: #02c385;
    text-decoration: none;
}

.addPartner:hover {
    background: transparent url('../Images/add_hover.png') no-repeat left center;
    padding-left: 15px;
    color: #6499c9;
    font-weight: bold;
}

.editBtn {
    background: transparent url('../Images/edit.png') no-repeat left center;
    padding-left: 15px;
}

    .editBtn:hover {
        background: transparent url('../Images/edit_hover.png') no-repeat left center;
        padding-left: 15px;
        color: #3c82b4;
    }

.placeOrderLeft label, .placeOrderPartLbl {
    width: 140px;
}

.CustomerLbl {
    background-color: #FFFFFF;
    padding: 0 10px;
    width: 170px;
    z-index: 2147483647;
}

.margleft10 {
    margin-left: 10px;
}

.margleft43 {
    margin-left: 43px;
}

.margleft59 {
    margin-left: 59px;
}

.margleft51 {
    margin-left: 51px;
}



.margleft100 {
    margin-left: 100px;
}

.margleft5 {
    margin-left: 5px;
}

.margleft50 {
    margin-left: 50px;
}

.margleft65 {
    margin-left: 65px;
}

.margleftdisc {
    margin-left: 50px;
    width: 205px;
}

.margleft155 {
    margin-left: 155px;
}

.addCarrierRight {
    float: right;
    width: 47%;
}

    .addCarrierRight label {
        width: 122px;
    }

.addCarrierLeft {
    float: left;
    width: 50%;
    margin-bottom: 10px;
    margin-left: 10px;
}

    .addCarrierLeft label {
        width: 125px;
    }

.deleteCarrier {
    float: right;
    font-weight: normal !important;
}

.deleteBtn {
    background: transparent url('../Images/trash.png') no-repeat left center;
    padding-left: 20px;
    line-height: 20px;
}

.viewConnBtn {
    background: transparent url('../Images/connection.png') no-repeat left center;
    padding-left: 27px;
    line-height: 20px;
}

.viewPlanBtn {
    background: transparent url('../Images/viewplan.png') no-repeat left center;
    padding-left: 20px;
    line-height: 20px;
    padding-right: 40px;
}

    .viewPlanBtn.summaryBtn {
        padding-right: 5px;
        background: transparent url("../Images/viewplan.png") no-repeat scroll 8px center / 13px;
        /*font-size: 14px;*/
        line-height: 20px;
        padding-left: 26px;
        /*font-weight:bold;*/
        display: inline-block;
        min-width: 130px;
    }

.viewPlanBtn2 {
    background: transparent url('../Images/viewplan.png') no-repeat left center;
    padding-left: 20px;
    line-height: 20px;
    padding-right: 40px;
}

.addOEBtn {
    background: transparent url('../Images/Plus-Button-Icon.png') no-repeat left center;
    padding-left: 20px;
    line-height: 20px;
}

.changeBtn {
    background: transparent url('../Images/chngreq.png') no-repeat left center;
    padding-left: 19px;
    line-height: 20px;
}
/*
.deleteBtn:hover {
    background: transparent url('../Images/delete_hover.png') no-repeat left center;
    padding-left: 15px;
     color:#3c82b4;
}*/
.viewOrdersBtn {
    background: transparent url('../Images/u18.png') no-repeat left center;
    padding-left: 20px;
}

    .viewOrdersBtn:hover {
        background: transparent url('../Images/u18.png') no-repeat left center;
        padding-left: 20px;
        color: #3c82b4;
    }

.customFieldsBtn {
    background: transparent url('../Images/customfield.png') no-repeat left center;
    padding-left: 20px;
}

    .customFieldsBtn:hover {
        background: transparent url('../Images/customfield.png') no-repeat left center;
        padding-left: 20px;
        color: #3c82b4;
    }



.ReportFrame {
    border: none;
}

.errormsg {
    color: #FF0000;
    display: inline;
    line-height: 17px;
    margin: 0.5em 0 0;
    font-weight: normal;
}

.paddL150 {
    padding-left: 150px;
}

.paddL100 {
    padding-left: 100px;
}

.paddL110 {
    padding-left: 110px;
}

.paddL135 {
    padding-left: 135px;
}

.paddL70 {
    padding-left: 70px;
}

.Successmsg {
    background: transparent url("../Images/mark-true.gif") no-repeat left center;
    height: 30px;
    padding-top: 20px;
    text-indent: 40px;
}

.Errsmsg {
    background: transparent url("../Images/error-mark.png") no-repeat left center;
    height: 30px;
    padding-top: 20px;
    text-indent: 40px;
}

.GridGroupHeader {
    font-weight: 600;
    font-size: 15px;
    padding: 6px 6px !important;
    color : #fff !important;
}

.RequestPW input[type="submit"] {
    width: 200px;
    color: #044a8c;
    background-color: white;
    font-size: 13.6px;
    font-family: var(--ff-roboto);
}

.RequestPW {
    padding-left: 100px;
    margin-top: -7px;
}

    .RequestPW input[type="submit"]:hover {
        text-decoration: underline;
    }

.wordwrap {
    max-width: 500px;
    text-overflow: ellipsis;
    white-space: pre-line;
    overflow: hidden;
    word-wrap: break-word;
}

/*test*/
.gridView {
    width: 100%;
    border-collapse: collapse;
    border-radius: 5px;
}
    /* Zebra striping */
    .gridView th {
        background: #cbe1cc70 none repeat scroll 0 0 !important;
        height: 26px;
        color: #000000a3 !important;
    }

    .gridView td, .gridView th {
        padding: 2px 5px;
        border: 2px solid #ffffffa8;
        text-align: left;
    }

    .gridView thead {
        border: 1px solid #fff;
    }

    .gridView tr {
        background-color: #cbe1cc14 !important;
    }

    .gridView .gridrow_group {
        background-color: #2D2D3C !important;
        color: #fff !important;
    }
    .SumLabelLrg{
        color : #fff;

    }

.grid th a:link, .grid th a:visited, .grid th a:active, .grid th a:hover {
    /*color: #FFFFFF;*/
    /*font-weight: bold;*/
    padding: 0;
    text-decoration: none;
    color: #fff !important;
}

.grid th a:hover {
    text-decoration: underline;
}
/*
.viewPartnersList .grid th:first-child  a{
    background-color: red;
}
.viewPartnersList .grid th:first-child  a:hover{
    background-color: cadetblue;
}*/
.sort_asc a {
    background: transparent url("../Images/arrow_down.png") no-repeat scroll right 70% !important;
    display: inline-block;
    padding-right: 16px !important;
}

.sort_asc a {
    background: transparent url('../Images/arrow_down.png') no-repeat right 70% !important;
}

.pagination {
    text-align: center;
    padding: 10px 5px;
}

.ContactInfo, .CustInfo, .newCustInfo {
    /*background-color: #efefef;*/
    /* border-left: 1px solid #e2e2e2; */
    /* border-radius: 5px; */
    /* border-right: 1px solid #e2e2e2; */
    /* border-top: 1px solid #e2e2e2; */
    font-size: 1.1em;
    font-weight: bold !important;
    height: 13px;
    /*margin-left: 10px; 
    padding: 4px 5px 4px 10px;*/
    width: 235px;
}

.wizhelp {
    background-color: #EFEFEF;
    border-left: 1px solid #E2E2E2;
    border-radius: 5px;
    border-right: 1px solid #E2E2E2;
    border-top: 1px solid #E2E2E2;
    font-size: 1.1em;
    font-weight: bold !important;
    height: 13px;
    margin-left: 10px;
    padding: 4px 5px 4px 10px;
    width: 235px !important;
}

.CustInfo {
    width: 160px;
}


.newCustInfo {
    width: 218px;
}

.CustBenInfoLeft label {
    width: 160px;
}

.CustBenInfoLbl {
    width: 150px !important;
}

.CustBenInfoLeft {
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
    width: 32%;
}

.CustBenInfoMid, .CustBenInfoRight {
    float: left;
    width: 32%;
}

    .CustBenInfoRight label {
        width: 160px;
    }

.spcialInstCont {
    clear: both;
    margin: 0 0 10px 10px;
}

    .spcialInstCont textarea {
        vertical-align: top;
        width: 72%;
    }

.MultiCompCont {
    margin-top: 5px;
}

.MultiCompCont1 {
    margin-top: 5px;
    margin-left: 10px;
}

.addCompLeft {
    float: left;
    /*width: 50%;*/
    margin-bottom: 10px;
    margin-left: 5px;
}

    .addCompLeft label {
        width: 125px;
    }

.addCompRight {
    float: right;
    /*width: 48%;*/
}

    .addCompRight label {
        width: 139px;
    }

.deleteCompany {
    float: right;
    font-weight: normal !important;
}

.CobraLabel {
    width: 350px;
    float: left;
    line-height: 35px;
    margin-left: 10px;
}

.OEQuestLabel {
    /*width: 645px;*/
    width: 53%;
    float: left;
    line-height: 35px;
    margin-left: 10px;
}

.OEQuestLabelgreyOut {
    width: 645px;
    float: left;
    line-height: 35px;
    margin-left: 10px;
    color: #C0C0C0;
}


.ui-accordion-content {
    /*overflow: hidden;*/
    background-color: #efefef63;
}

.CobraLabel2 {
    width: 350px;
}

.invoicingTotal {
    width: 200px;
}

.RadioLabel {
    width: 120px !important;
}

#BillingTime {
    margin-bottom: 10px;
}

.selectCompLink {
    float: left;
    line-height: 35px;
    margin-left: 6px;
    width: 348px;
    color: #2F659B !important;
    font-weight: bold;
}

.carrierTable {
    width: 100%;
}

    .carrierTable tr {
        float: left;
        width: 20%;
    }

    .carrierTable td {
        padding: 0.25em 0.8em 0.25em 0;
    }

        .carrierTable td label {
            display: inline-table !important;
            width: 150px !important;
        }

    .carrierTable input[type=text] {
        margin: 0px;
        margin-bottom: -5px;
        width: 170px !important;
    }

.compDialog label {
    margin-left: 10px;
    width: 200px;
}

.compDialog input[type=checkbox] {
    line-height: 35px;
}

input[type=image] {
    width: auto !important;
    border: none !important;
    padding: 0px !important;
    margin: 0px !important;
}

.dateIcon {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

.notetip {
    margin: 10px 0px;
    color: #FF0000;
}

    .notetip label {
        width: auto !important;
    }

.custnameLabel {
    width: auto;
    font-weight: bold;
}

.custnameValue {
    font-weight: normal;
}

#viewProjectSec {
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    margin: 15px 6px 15px 6px;
    width: 99%;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 6px #aaaaaa33;
}

#ActivitySec {
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    margin: 15px 0;
    /* background-color: #efefef; */
    height: 65px;
    box-shadow: 0 0 10px #aaaaaa9c;
    width: 99%;
    margin-left: 7px;
}

.projnameCheck {
    vertical-align: top;
    margin-right: 5px;
    cursor: pointer;
}
/* order summary */
#orderSummarypage .Companyaccordion {
}

.Companyaccordiondivs, .Carrieraccordiondivs {
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    margin-bottom: 10px;
    background-color: #EFEFEF;
    width: 100%;
    float: left;
}

#setupaccordion section div {
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#setupaccordion {
    margin-top: 15px;
}



#partneraccordion section div {
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#partneraccordion {
    margin-top: 15px;
}

#otheraccordion section div {
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#otheraccordion {
    margin-top: 15px;
}

#carrierplansaccordion section {
    padding-right: 10px;
    padding-left: 10px;
}

#carrierplansaccordion.ui-accordion .ui-accordion-header {
    color: #333;
    font-size: 15px;
}


#carrierplansaccordion section div {
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#carrierplansaccordion {
    margin-top: 15px;
}


    #carrierplansaccordion .ui-accordion-content .grid th {
        font-size: 15px;
    }

    #carrierplansaccordion .ui-accordion-content .grid td, #carrierplansaccordion .ui-accordion-content .gridView td {
        font-size: 14px;
        color: #2f659b;
    }


#oeaccordion section div {
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#oeaccordion {
    margin-top: 15px;
}

.searchContainer, .searchPartnerContainer {
    border-radius: 5px;
    border: 1px solid #f9f9f9;
    margin: 15px 7px 24px 7px;
    background-color: #f9f9f9;
    width: 99%;
    min-height: 100px;
    box-shadow: 0px 0px 10px #aaaaaa9c;
}

.searchContainer2 {
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    margin: 30px 0 15px;
    background-color: #EFEFEF;
    width: 104%;
    height: 150px;
}

.searchContainer3 {
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    margin: 30px 0 15px 20px;
    background-color: #EFEFEF;
    width: 100%;
    height: 100px;
}

.searchPartnerContainer {
    height: 75px;
    display: table;
}

.searchContTitle {
    background-color: #EFEFEF;
    border-left: 1px solid #E2E2E2;
    border-radius: 5px;
    border-right: 1px solid #E2E2E2;
    border-top: 1px solid #E2E2E2;
    font-size: 1.1em;
    font-weight: bold !important;
    height: 15px;
    margin-left: 10px;
    padding: 1px 5px 4px 10px;
    width: 110px;
}

.videosanddocuements .searchContTitle {
    height: 20px;
    font-size: 14px;
    width: 125px;
}

.bottomTitle.docsandvideosbottom {
    background-color: transparent
}
/*.searchContLeft {
    float: left;
    width: 45%;
    margin-bottom: 10px;
    margin-left: 10px;
}*/

.searchContLeft {
    float: left;
    width: 45%;
    margin-left: 10px;
}

.searchContLeft4 #Status {
    margin-left: 42px;
    width: 200px;
}

#SearchButton2 {
    width: 100px;
    float: right;
}

.searchContLeft2 {
    float: left;
    width: 45%;
    margin-bottom: 10px;
}

    .searchContLeft2 label {
        width: 100px;
    }

.searchContLeft4 {
    float: left;
    width: 45%;
    margin-bottom: 10px;
    margin-left: 10px;
    clear: both;
}

.searchContLeft3 {
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
}

.searchContRight2 {
    margin-left: 100px;
    float: left;
}

.searchContRight {
    /*float: right;*/
    float: left;
    /*width: 51%;*/
}

    .searchContRight .float-right {
        margin-right: 77px;
    }

/*.searchContRight3 {
    float: right;
    width: 15%;
}*/

.searchContRight3 {
    float: right;
    margin: 4px 20px 10px 10px;
}


.searchContRight4 {
    float: right;
    width: 53%;
}

    .searchContRight4 .float-right {
        margin-right: 77px;
    }


.searchContLeft label {
    width: 110px;
}

.searchContRight label {
    width: 100px;
}

.SearchButton {
    width: 110px;
    float: right;
}

.searchPartnerLeft label {
    width: 140px;
}

.searchPartnerRight label {
    width: 80px;
}

.searchPartnerContainer .SearchButton {
    width: 90px;
    float: right;
    margin: 10px 20px 10px 10px;
}

.searchPartnerLeft {
    float: left;
    margin: 10px 20px 10px 10px;
}

.searchPartnerRight {
    margin-top: 10px;
}


/* order summary page*/
#orderinfo, #sumContInfo {
    background-color: #EFEFEF;
    border: 1px solid #E2E2E2;
    border-radius: 5px;
    float: left;
    margin: 10px;
    width: 100%;
}

.ordersummarypage #CreatePartner label {
    width: auto;
}

.ordersummarypage .SumLabelSml {
    font-weight: bold;
    padding: 3px;
}

.ordersummarypage .SumLabelLrg {
    font-weight: bold;
    /*width: 200px;*/
    font-size: 15px;
    padding: 3px;
}

.Total.SumLabelLrg {
    font-weight: bold;
    width: 120px;
}

#addOrderForm, #orderpage {
    font-size: .95em;
    margin: 0 auto;
    /*max-width: 1180px;*/
}

.ordersummarypage .numberTxtBox {
    border: none;
    background-color: transparent;
    /*color: #2F659B;*/
    margin: 0px;
    padding: 0px;
}

#startDate.numberTxtBoxMed, #endDate.numberTxtBoxMed {
    width: 300px;
}

.ordersummarypage .SumValue {
    width: 100px;
}

.orderinfoLeft {
    background-color: red;
    width: 45%;
    float: left;
    margin-right: 10px;
    padding: 10px;
}

.orderinfoRight {
    background-color: yellow;
    float: left;
    width: 50%;
    padding: 10px;
}

.ordersummarypage label {
    width: auto;
}

.orderTypeSearchValue {
    width: 200px;
}

.SearchStringTxtBox {
    margin-left: 42px;
}

.keywordsearch.SearchStringTxtBox {
    margin-left: 0px;
}

input#SrchCusTxt, input#SrchPartTxt {
    width: 200px;
}

.searchbyCont {
    margin: 10px 0px 0px 0px;
}

.relapos {
    position: relative;
    clear: both;
    /*font-size: 15px;*/
}

.customerData {
    BACKGROUND-COLOR: #eeeeee !important;
    FLOAT: left;
    WIDTH: 100%;
}

    .customerData table.gridView {
        margin: 0;
    }

.carrierplansTable {
    margin-left: 1em;
    width: 100px;
    height: auto;
}

.customer_form.carrierplansTable {
    margin-left: 0;
    width: auto;
}

    .customer_form.carrierplansTable label {
        width: 195px;
        color: #333;
    }

    .customer_form.carrierplansTable td {
        word-break: break-all;
    }

.delegateSection {
    margin-bottom: 15px;
    background-color: #efefefd1;
    /* margin-top: 10px; */
    border-radius: 5px 5px 5px;
    border: 1px solid #e2e2e2;
    padding: 23px 16px;
    display: table;
    width: 96%;
    margin-left: 12px;
    margin-right: 12px;
}

.requiredRegRight {
    color: #FF0000;
    left: 182px;
    position: inherit;
    top: 10px;
    width: 10px;
    font-weight: bold;
}

.requiredNumField {
    color: #FF0000;
    float: left;
    left: 143px;
    position: absolute;
    top: 10px;
    width: 10px;
    font-weight: bold;
}

.requiredFieldLft {
    color: #FF0000;
    top: 9px;
    width: 10px;
    float: left;
    left: 85px;
    position: absolute;
    font-weight: bold;
}

.requiredFieldLft3 {
    color: #FF0000;
    top: 10px;
    width: 10px;
    float: left;
    left: 93px;
    position: absolute;
    font-weight: bold;
}

.requiredFieldLft2 {
    color: #FF0000;
    top: 10px;
    width: 10px;
    float: left;
    left: 120px;
    position: absolute;
    font-weight: bold;
}

.requiredFieldLft4 {
    color: #FF0000;
    top: 10px;
    width: 10px;
    float: left;
    left: 120px;
    position: absolute;
    font-weight: bold;
}

.requiredFieldLftReport {
    color: #FF0000;
    top: 10px;
    width: 10px;
    float: left;
    left: 80px;
    position: absolute;
    font-weight: bold;
}

.requiredFieldLft5, .requiredFieldRght {
    color: #FF0000;
    width: 10px;
    font-weight: bold;
}

.requiredFieldLft7 {
    color: #FF0000;
    width: 10px;
    font-weight: bold;
    left: 141px;
    position: absolute;
    top: 10px;
}

.requiredFieldLft6 {
    color: #FF0000;
    top: 10px;
    width: 10px;
    float: left;
    left: 174px;
    position: absolute;
    font-weight: bold;
}



.requiredRegLft, .requiredRegRght {
    color: #FF0000;
    font-weight: bold;
}


.requiredFieldRght {
    color: #FF0000;
    float: left;
    left: 94px;
    position: absolute;
    top: 10px;
    width: 10px;
    font-weight: bold;
}

.requiredFieldRghtCompany {
    color: #FF0000;
    float: left;
    left: 112px;
    position: absolute;
    top: 10px;
    width: 10px;
    font-weight: bold;
}

.requiredFieldRghtReport {
    color: #FF0000;
    float: left;
    left: 535px;
    position: absolute;
    top: 10px;
    width: 10px;
    font-weight: bold;
}



.requiredMedField {
    color: #FF0000;
    float: left;
    left: 113px;
    position: absolute;
    top: 10px;
    width: 10px;
    font-weight: bold;
}

.requiredCompField {
    color: #FF0000;
    float: left;
    left: 345px;
    position: absolute;
    top: 10px;
    width: 10px;
    font-weight: bold;
}

.requiredPlanField {
    color: #FF0000;
    float: left;
    left: 70px;
    position: absolute;
    top: 2px;
    width: 10px;
    font-weight: bold;
}

.requiredParPhField {
    color: #FF0000;
    float: left;
    left: 50px;
    position: absolute;
    top: 10px;
    width: 10px;
    font-weight: bold;
}

.requiredEMPRightField {
    color: #FF0000;
    float: left;
    left: 92px;
    position: absolute;
    top: 10px;
    width: 10px;
    font-weight: bold;
}


.attach {
    border: 1px solid #fefffed9;
    height: 40px;
    margin: 5px 0;
    padding: 20px 20px 0px;
    text-align: left;
    background-color: #fefffed9;
    box-shadow: 0px 0px 10px #dcdcdc;
    border-radius: 5px;
}

.attachinput {
    border: none;
    background: none;
    width: 51%;
}

.deletefile {
    background: transparent url('../Images/trash.png') no-repeat left center;
    padding-left: 20px;
    line-height: 20px;
    color: #044A8C;
}

    .deletefile:hover {
        text-decoration: underline;
    }

.cancelledStatus {
    color: #d61b1bcc;
    font-weight: bold;
    float: right;
    width: 380px;
    text-align: right;
}

.CustomerFormStatus {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}

.CustFormStatus {
    width: auto;
    cursor: text;
}

.RPLabel {
    width: 110px;
    padding-left: 10px;
}

.notification {
    border-radius: 5px;
    padding: 10px 20px 10px 70px;
    margin-bottom: 10px;
    clear: both;
    font-size: small;
    margin-top: 15px;
}

.info {
    background: #03ffcf33 url('../Images/info_ico.png') no-repeat 2% 50%;
    border: 1px solid #03FFCF;
}


.infodialog {
    background: transparent url('../Images/info_ico.png') no-repeat 2% 20%;
    padding-left: 50px;
    margin-top: 15px;
    height: 34px;
}

.warningdialog {
    background: transparent url('../Images/warn_ico.png') no-repeat 2% 20%;
    padding-left: 50px;
    margin-top: 15px;
    height: 34px;
}

.quesdialog {
    /*background: transparent url('../Images/ques_ico.png') no-repeat 2% 20%;*/
    padding-left: 50px;
    margin-top: 15px;
    height: 40px;
}

.helpclass {
    background: transparent url('../Images/help_ico.png') no-repeat 2% 20%;
    padding-left: 50px;
    margin-top: 15px;
    height: 40px;
}

.notification label {
    font-weight: bold !important;
    font-size: 1.2em;
    width: auto !important;
}

.warning {
    background: #FEFCCB url('../Images/warn_ico.png') no-repeat 2% 50%;
    border: 1px solid #E5DB55;
    color: #878314;
}

    .warning label {
        font-weight: bold !important;
        font-size: 1.2em;
        width: auto !important;
        color: #878314;
    }

@media print {

    ul.menu, #login, .info, footer, .neworderBtnCont {
        display: none;
    }

    .featuredTitle {
        background-color: #2F659B;
        background-image: none;
    }

    @page {
        margin: 1em 1.5em;
    }

    .main-content {
        padding-left: 0px;
    }

    body {
        font-size: .8em;
    }

    .home-welcome {
        padding: 0px;
    }

    #body {
        padding-bottom: 0px;
    }

    .featuredTitle .content-wrapper {
        padding: 0px 10px;
    }
}

.AccMgrLbl {
    width: 110px !important;
}

.rolevalue {
    display: inline;
    line-height: 35px;
}

.tooltip {
    display: none;
    position: absolute;
    /*border: 1px solid #e2e2e2;*/
    /*background-color: #3B6C9A;*/
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    white-space: pre-wrap;
}

.masterTooltip {
    min-width: 5px !important;
    cursor: pointer;
    font-weight: bold !important;
    color: red !important;
}

.Premapping_masterToolTip {
    /*width: 5px !important;*/
    cursor: pointer;
    font-weight: bold;
    background: url(../Images/help_icon.png) no-repeat center;
    width: auto;
    color: transparent;
    width: 14px;
    height: 19px;
}

.homeLink {
    font-weight: bold;
    font-size: 1.1em;
}

.adminhomeTab {
    float: left;
    width: 22%;
    margin: 0px 10px;
    text-align: center;
}

.partnerHomeTab {
    float: left;
    margin: 15px 14px;
    text-align: center;
    width: 12.7%;
}

.partnerHomeTab2 {
    float: left;
    margin: 15px 14px;
    text-align: center;
    width: 15%;
}

.adminhomeTabAcc {
    float: left;
    width: 17%;
    margin: 0px 10px;
    text-align: center;
}

.homeTab {
    float: left;
    width: 22%;
    margin: 0px 10px;
    text-align: center;
}

.userhomeTab {
    float: left;
    width: 17%;
    margin: 0px 37px;
    text-align: center;
}

.createTab {
    background: url('../Images/createorder.png') transparent no-repeat; /*100% 100%;*/
    /*width: 135px;*/
    height: 100px;
    background-position: top center;
}

.viewTab {
    background: url('../Images/vieworders.png') transparent no-repeat; /*100% 100%;*/
    /*width: 141px;*/
    height: 100px;
    background-position: top center;
}

.pendingReqTab {
    background: url('../Images/pendingrequests-2.png') transparent no-repeat 100% 100%;
    width: 137px;
    height: 100px;
}

.pendingFormsTab {
    background: url('../Images/pendingforms.png') transparent no-repeat 100% 100%;
    width: 137px;
    height: 100px;
}

.pendingInvalidFile {
    background: url('../Images/pending_dhc_new.png') transparent no-repeat 100% 100%;
    width: 137px;
    height: 100px;
}

.pendingReqTabnew {
    background: url('../Images/pendingrequests-2.png') transparent no-repeat 100% 100%;
    width: 145px;
    height: 100px;
}

.pendingReqTabAcnew {
    background: url('../Images/pendingrequests-2.png') transparent no-repeat 100% 100%;
    width: 140px;
    height: 100px;
}


.adviewTab {
    background: url('../Images/vieworders.png') transparent no-repeat 100% 100%;
    width: 141px;
    height: 100px;
}

.adviewTabnew {
    background: url('../Images/vieworders.png') transparent no-repeat 100% 100%;
    width: 145px;
    height: 100px;
}

.acviewTabnew {
    background: url('../Images/vieworders.png') transparent no-repeat 100% 100%;
    width: 140px;
    height: 100px;
}

.createResllerTab {
    background: url('../Images/createreseller.png') transparent no-repeat 100% 100%;
    width: 127px;
    height: 100px;
}

.adcreateResllerTab {
    background: url('../Images/createreseller.png') transparent no-repeat 100% 100%;
    width: 104px;
    height: 100px;
}


.viewResllerTab {
    background: url('../Images/viewreseller2.png') transparent no-repeat 100% 100%;
    width: 130px;
    height: 100px;
}

.adviewResllerTab {
    background: url('../Images/viewreseller2.png') transparent no-repeat 100% 100%;
    width: 150px;
    height: 100px;
}

.adviewResllerTabnew {
    background: url('../Images/viewreseller2.png') transparent no-repeat 100% 100%;
    width: 135px;
    height: 100px;
}

.acviewResllerTabnew {
    background: url('../Images/viewreseller2.png') transparent no-repeat 100% 100%;
    width: 135px;
    height: 100px;
}

.addNewCarrierTab {
    background: url('../Images/addnewcarrier.png') transparent no-repeat 100% 100%;
    width: 118px;
    height: 100px;
}

.adaddNewCarrierTab {
    background: url('../Images/addnewcarrier.png') transparent no-repeat 100% 100%;
    width: 118px;
    height: 120px;
}

.viewCarrierTab {
    background: url('../Images/viewcarrier.png') transparent no-repeat 100% 100%;
    width: 160px;
    height: 100px;
}

.adviewCarrierTab {
    background: url('../Images/viewcarrier.png') transparent no-repeat 100% 100%;
    width: 160px;
    height: 120px;
}

.adviewReportTab {
    background: url('../Images/reports.png') transparent no-repeat 100% 100%;
    width: 145px;
    height: 100px;
}

.adviewReportTabSuper {
    background: url('../Images/reports.png') transparent no-repeat 100% 100%;
    width: 160px;
    height: 100px;
}

.acviewReportTab {
    background: url('../Images/reports.png') transparent no-repeat 100% 100%;
    width: 144px;
    height: 100px;
}

.addnewAdminTab {
    background: url('../Images/addnewadmin.png') transparent no-repeat 100% 100%;
    width: 103px;
    height: 100px;
}

.viewAdminsTab {
    background: url('../Images/viewadmin.png') transparent no-repeat 100% 100%;
    width: 135px;
    height: 100px;
}

.viewAdminsTabSuper {
    background: url('../Images/viewadmin.png') transparent no-repeat 100% 100%;
    width: 150px;
    height: 100px;
}

.modifyRulesTab {
    background: url('../Images/modifyrules.png') transparent no-repeat 100% 100%;
    width: 156px;
    height: 100px;
}



.modifyRulesTabAcc {
    background: url('../Images/modifyrules.png') transparent no-repeat 100% 100%;
    width: 80%;
    height: 100px;
}

.adcreateResllerTabnew {
    background: url('../Images/createreseller.png') transparent no-repeat 100% 100%;
    width: 103px;
    height: 100px;
}


.submittedNum {
    background-color: #254F79 !important;
    background-image: none !important;
    border: medium none;
    font-size: 1.8em;
}

.actionItemsNum {
    /*background-color: ghostwhite!important;*/
    background-image: none !important;
    font-size: large;
    width: auto;
    font-weight: bold;
    /*text-align:center;*/
}

.partnerNamelbl {
    font-weight: bold;
    margin-top: 5px;
    width: auto !important;
}

.testingstamp {
    background: url('../Images/testingstamp.png') transparent no-repeat 100% 100%;
    width: 230px;
    /*height: 35px;
    margin-bottom: 5px;*/
}

.Demostamp {
    background: url('../Images/demoenv.png') transparent no-repeat 100% 100%;
    width: 230px;
    height: 35px;
    margin-bottom: 5px;
}

.disableplantype {
    color: #C0C0C0;
}

.margtop5 {
    margin-top: 5px;
}

.margtopneg10 {
    margin-top: -10px;
}

.radiolbloption {
    line-height: 40px;
}

.addcarrbtn {
    background: transparent url('../Images/add.png') no-repeat left center;
    padding: 0 0 0 15px;
    margin: 0px 10px;
    font-weight: bold;
}

.editservicebtn {
    background: transparent url('../Images/edit-4.png') no-repeat left center;
    padding: 0 0 0 15px;
    margin: 0px 10px;
    /*font-weight: bold;*/
}

.editservicebtn2, .grayed_out_link {
    background: transparent url('../Images/edit-4-grayedout.png') no-repeat left center;
    padding: 0 0 0 15px;
    margin: 0px 10px;
    font-weight: bold;
    color: #C0C0C0;
    cursor: not-allowed;
}

.message-button.grayed_out_button {
    /*background: transparent url('../Images/edit-4-grayedout.png') no-repeat left center;*/
    padding: 0 0 0 15px;
    margin: 0px 10px;
    font-weight: bold;
    background-color: #C0C0C0;
    color: white;
    cursor: not-allowed;
    /*pointer-events: none;*/
}

.cnclcarrbtn {
    background: transparent url('../Images/cancel.png') no-repeat left center;
    padding: 0 0 0 15px;
    margin: 0px 10px;
    font-weight: bold;
}

.cnclorder {
    background: transparent url('../Images/cancel.png') no-repeat left center;
    padding: 0 0 0 15px;
    margin: 0px 10px;
    font-weight: bold;
}

.backbtn {
    font-weight: bold;
}

input[type="text"]:disabled, textarea:disabled, .disabled {
    background-color: #efefef;
}

input[type="radio"]:disabled, input[type="check"]:read-only {
    background: #dddddd;
}

input[type="check"]:disabled, input[type="check"]:read-only {
    background: #dddddd;
}

/*#AddCarrierServForm .addCarrierLeft {
    width: 47%;
    clear:both;
}

#AddCarrierServForm .addCarrierRight {
    width: 50%;
}

    #AddCarrierServForm .addCarrierRight label {
        width: 130px;
    }

    #AddCarrierServForm .addCarrierRight .requiredFieldLft {
        left: 122px;
    }*/


#setupaccordion .ui-accordion-content .grid th {
    font-size: 15px;
}

#setupaccordion .ui-accordion-content .grid td, #setupaccordion .ui-accordion-content .gridView td {
    font-size: 14px;
    color: #2f659b;
}

#setupaccordion .ui-accordion-content .gridView input {
    width: 50px;
}


    #setupaccordion .ui-accordion-content .gridView input.xcomment {
        width: 200px;
    }

#setupaccordion section {
    padding-right: 10px;
    padding-left: 10px;
}

#setupaccordion.ui-accordion .ui-accordion-header {
    color: #2f659b;
    font-size: 15px;
}


#partneraccordion .ui-accordion-content .grid th {
    font-size: 15px;
}

#partneraccordion .ui-accordion-content .grid td, #partneraccordion .ui-accordion-content .gridView td {
    font-size: 14px;
    color: #2f659b;
}

#partneraccordion .ui-accordion-content .gridView input {
    width: 50px;
}


    #partneraccordion .ui-accordion-content .gridView input.xcomment {
        width: 200px;
    }

#partneraccordion section {
    padding-right: 10px;
    padding-left: 10px;
}

#partneraccordion.ui-accordion .ui-accordion-header {
    color: #2f659b;
    font-size: 15px;
}

#otheraccordion.ui-accordion .ui-accordion-header {
    color: #2f659b;
    font-size: 15px;
}

#otheraccordion .ui-accordion-content .grid th {
    font-size: 15px;
}

#otheraccordion .ui-accordion-content .grid td, #otheraccordion .ui-accordion-content .gridView td {
    font-size: 14px;
    color: #2f659b;
}

#otheraccordion .ui-accordion-content .gridView input {
    width: 50px;
}


    #otheraccordion .ui-accordion-content .gridView input.xcomment {
        width: 200px;
    }

#otheraccordion section {
    padding-right: 10px;
    padding-left: 10px;
}

#otheraccordion.ui-accordion .ui-accordion-header {
    color: #2f659b;
    font-size: 15px;
}

#oeaccordion .ui-accordion-content .grid th {
    font-size: 15px;
}

#oeaccordion .ui-accordion-content .grid td, #oeaccordion .ui-accordion-content .gridView td {
    font-size: 14px;
    color: #2f659b;
}

#oeaccordion .ui-accordion-content .gridView input {
    width: 50px;
}


    #oeaccordion .ui-accordion-content .gridView input.xcomment {
        width: 200px;
    }

#oeaccordion section {
    padding-right: 10px;
    padding-left: 10px;
}

#oeaccordion.ui-accordion .ui-accordion-header {
    color: #2f659b;
    font-size: 15px;
}




#recuringaccordion .ui-accordion-content .grid th {
    font-size: 15px;
}

#recuringaccordion .ui-accordion-content .grid td, #recuringaccordion .ui-accordion-content .gridView td {
    font-size: 14px;
    color: #2f659b;
}

#recuringaccordion .ui-accordion-content .gridView input {
    width: 50px;
}


    #recuringaccordion .ui-accordion-content .gridView input.xcomment {
        width: 200px;
    }

#recuringaccordion section {
    padding-right: 10px;
    padding-left: 10px;
}

#recuringaccordion.ui-accordion .ui-accordion-header {
    color: #2f659b;
    font-size: 15px;
}

#recuringaccordion section div {
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#recuringaccordion {
    margin-top: 15px;
}

.partnerInfoLeft.refundPartnerInfo.setup.date {
    float: left;
    width: 50%;
}

.partnerInfoLeft2.refundPartnerInfo.setup.date {
    float: left;
    width: 50%;
}

.partnerInfoLeft.add_new_conn label {
    width: 127px;
}

.partnerInfoLeft2.add_new_conn label {
    width: 174px;
}

.partnerInfoLeft.add_new_conn2 label {
    width: 190px;
}

.partnerInforight.date {
    width: 45%;
}

.searchkeyword {
    margin-left: 70px;
    width: 70px;
}

label.underlineLabel.trash {
    width: 35px;
}

a.viewPlanBtnInv:link, a.viewPlanBtnInv:visited, a.viewPlanBtnInv:hover, a.viewPlanBtnInv:active {
    width: 80px;
    display: block;
}

a.viewPlanBtn2v:link, a.viewPlanBtn2:visited, a.viewPlanBtn2:hover, a.viewPlanBtn2:active {
    width: 80px;
    display: block;
}

#DiscountProfile #startDate, #DiscountProfile #endDate {
    width: 200px;
}

#DiscountProfile .relapos {
    padding: 0 10px 10px;
}

#DiscountProfile .requiredFieldRghtReport {
    left: 435px;
}

#DiscountProfile .chkbox {
    width: 200px;
    float: left;
}

.OtherError label {
    color: #555;
    border-radius: 10px;
    font-family: var(--ff-roboto);
    font-size: 11px;
    padding: 0px;
    margin: 0px;
    background-color: #ffecec;
    clear: both;
    float: left;
    width: 100%;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
}

.dimmed {
    background-color: #efefef;
}

.DisdateLeft {
    float: left;
}

.Disdateright {
    float: left;
    margin-left: 40px;
}

.relapos.DiscAmount {
    clear: both;
}

#DiscountProfile .Disdateright .requiredFieldRghtReport.DToDate {
    left: 471px;
}

.DiscAmount .margleftdisc {
    margin-left: 0;
}

.DiscAmount input {
    margin-top: 10px;
}

.IssueLable {
    color: #2F659B;
    font-size: 1.25em;
    font-family: var(--ff-roboto);
}

.margleft50.IssueLable {
    color: #2F659B;
    font-size: 1.25em;
    font-family: var(--ff-roboto);
    width: 52px;
}

/************************************/
.partnerInfoLeft2.customized {
    width: 100%;
    float: left;
}

    .partnerInfoLeft2.customized .relapos label {
        float: left;
        line-height: 33px;
    }

.partnerInfoLeft.customized {
    width: 100%;
    float: left;
}

    .partnerInfoLeft.customized .relapos label {
        float: left;
        line-height: 33px;
    }

.wrapperlabels {
    float: left;
    border: 1px dashed #aaa;
    width: 487px;
    margin-top: 10px;
    padding: 5px;
}

    .wrapperlabels label {
        text-align: center;
        margin-top: 6px;
    }

.partnerInfoRight.Attachment input {
    width: 266px;
}

.partnerInfoRight.Attachment Label {
    width: 87px;
}

/*******************************************/
.deleteitem {
    float: right;
    margin-top: 11px;
    margin-right: 3px;
}

    .deleteitem input {
        float: left;
    }

.partnerInfoLeft.customized .relapos .deleteitem label {
    padding: 0px;
    margin: 0px;
    line-height: 20px;
    text-align: left;
    width: auto;
}

.partnerInfoLeft2.customized .relapos .deleteitem label {
    padding: 0px;
    margin: 0px;
    line-height: 20px;
    text-align: left;
    width: auto;
}

.requiredRegLft.DR {
    left: 110px;
}

.custnameValue.Viewprojects {
    width: 348px;
}
/*.open_action_items th {
padding-right:
}*/
.open_action_items th a {
    background-image: url('../Images/arrow_down-top.png');
    background-repeat: no-repeat;
    /*background-position: right 4px;*/
    padding-right: 15px !important;
    display: block;
}

#orderpage .input-validation-error {
    border: 0px solid #000000;
}
/* analyst form page */
.float_left {
    float: left;
}

.float_right {
    float: right;
}

.name {
    margin-bottom: 5px;
}

    .name label {
        margin-left: 5px;
    }

.brk_sep {
    width: 100%;
    height: 1px;
    overflow: hidden;
    border-bottom: 1px solid #cfcfcf;
    margin: 20px 0;
}

.brk {
    width: 100%;
    overflow: hidden;
    margin: 10px auto;
}

.section_ttl label {
    font-size: 16px;
    line-height: 10px;
    padding: 12px;
    width: auto;
    border-radius: 3px 3px 0 0;
    margin: 0 0 -1px;
}

.main_section {
    border-radius: 0 5px 5px;
    border: 0.5px solid #e2e2e2;
    overflow: hidden;
    padding: 23px 16px;
    box-shadow: 0px 5px 20px #eaeaeab0;
    width: 97%;
    margin: -1px 0 20px 6px;
    background-color: #efefef03 !important;
}

    .main_section.Questionnaire {
        border-radius: 5px;
        border: 1px solid #e2e2e2;
        margin: 0px 20px 20px 20px !important;
        overflow: hidden;
        background-color: #EFEFEF;
        padding: 10px;
    }

    .main_section .wholeline1 {
        margin-bottom: 10px;
        margin-left: 0;
        margin-top: 0;
    }

    .main_section .wholeline {
        margin-bottom: 0;
        margin-top: 10px;
        margin-left: 0;
    }

    .main_section .requiredPlanField {
        float: none;
        position: relative;
        width: auto;
        left: 0;
    }

    .main_section .ui-accordion .ui-accordion-header {
        background-image: none;
    }

    .main_section .row_head label {
        margin-bottom: 10px;
    }

    .main_section .appendEmp2 input {
        margin: 0 10px 0 0;
        width: 300px;
    }


    .main_section select:not(.select_right) {
        margin-top: 0px;
        margin-right: 20px;
    }


    .main_section .spcialInstCont {
        margin: 0;
    }

    .main_section .appendEmp2 textarea {
        margin-top: 0;
    }

    .main_section #RefundTable22 .appendEmp2, .main_section #RefundTable2 .appendEmp2, .main_section .RefundTableSection .appendEmp2 {
        margin-bottom: 25px;
        border-bottom: 1px solid #e2e2e2;
        padding-bottom: 25px;
    }

        .main_section #RefundTable22 .appendEmp2:last-child, .main_section #RefundTable2 .appendEmp2:last-child, .main_section .RefundTableSection .appendEmp2:last-child {
            margin-bottom: 25px;
            border-bottom: none;
            padding-bottom: 0;
        }

    .main_section .button.float_right button {
        margin: 0;
    }

    .main_section .partnerInfoLeft {
        margin: 0;
        /*width: 300px;*/
    }

.connection_details .partnerInfoLeft {
    width: 48%;
}

.main_section .plan_with_remove {
    margin-bottom: 10px;
    overflow: hidden;
}

.main_section .add_ref_conn {
    margin-left: 0;
}

.main_section .Comment {
    margin-left: 0;
    margin-bottom: 0;
}

    .main_section .Comment label {
        width: auto;
        margin-bottom: 7px;
    }

.main_section .remove_plan_custom {
    overflow: hidden;
}



.message-button, .large-button {
    padding: 4px 22px !important;
    font-size: 0.9em !important;
    margin: 0 !important;
}

.section_name {
    margin-bottom: 20px;
}
/* customer form page */

.main_section .DateError label {
    width: auto;
    color: red;
    margin-top: 3px;
}

.main_section .ui-widget-content {
    background: transparent !important;
}

.helper_text {
    background: #03ffcf33 none repeat scroll 0 0;
    border-radius: 5px;
    margin-top: 0;
    padding: 10px;
}

.main_section .classCodes, .main_section .classCodes label {
    padding-left: 0;
}

    .main_section .classCodes input {
        width: 300px;
        margin-left: 10px;
    }

    .main_section .classCodes label {
        width: 250px;
    }

.main_section .partnerInfoLeft2 {
    width: 300px;
}

.main_section .customerClass {
    margin-left: 10px;
}

.main_section .partnerInfoLeft.plan_name {
    width: 550px;
}

.main_section #carrierplansaccordion .ui-accordion-content {
    background: #fff !important;
}

.main_section .carrierplansTable td {
    padding: 3px;
}


.main_section .codes {
    border-bottom: 1px solid #cfcfcf;
    height: auto;
    margin: 20px 0;
    overflow: hidden;
    padding: 0 0 20px;
    overflow: hidden;
    width: 100%;
}

    .main_section .codes:last-child {
        border-bottom: none;
        height: auto;
        margin: 0px;
        overflow: hidden;
        padding: 0px;
    }

    .main_section .codes label {
        width: auto;
        display: block;
    }

    .main_section .codes input {
        width: 374px;
    }

    .main_section .codes textarea {
        /*width: 375px;*/
        margin-top: 5px;
        margin-bottom: 0px;
        height: 209px;
    }

.inline_label {
    display: inline;
}

/* tables alternate row colors > css solution */
table.grid tr:nth-child(odd) td {
    background: #f9f9f9;
}

table.grid tr:nth-child(even) td {
    background: #fff;
}
/* view projects*/
label.editservicebtn2 {
    width: auto !important;
}
/* fixing dimmed mask height issue*/
.ui-widget-overlay {
    position: fixed !important;
    opacity: 0.4;
}
/* resizing modal window manually*/
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
    left: 50% !important;
    width: 40% !important;
    position: fixed;
    top: 50% !important;
    left: 50%;
    z-index: 1050;
    width: 560px !important;
    margin: -250px 0 0 -280px;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-background-clip: padding-box;
}

.SummaryPage {
    clear: both;
}

    .SummaryPage .GridGroupHeader {
        font-size: 16px;
    }
/**/
#ContactList {
    width: 350px;
}

.delegateBtns a {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    /*padding: 2px 30px !important;*/
}

    .delegateBtns a:hover {
        text-decoration: none;
        background-color: #009551;
    }

.orderNoSearch {
    width: 136px;
}

.disabled {
    background-color: #efefef;
}

.DHPercent {
    font-weight: 800;
    font-size: 33px;
    /*// background-color:whi*/
    background: -webkit-linear-gradient(#E9EDF2, #3b6c9a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.DHPercent2 {
    font-size: 28px;
    /*// background-color:whi*/
    background: -webkit-linear-gradient(#E9EDF2, #3b6c9a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.verticalBar {
    background-color: #f5f3f3;
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
    box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.43);
    padding: 0px 0 5px 19px;
    position: fixed;
    right: 0;
    top: 177px;
    width: 155px;
    z-index: 100;
}

.removeBorder {
    border-bottom: none !important;
}

.baritem a {
    border-bottom: 1px solid #999999;
    display: block;
    padding: 8px 0 14px;
    font-weight: 500;
}

    .baritem a:hover {
        color: lightcoral;
        text-decoration: none;
    }

.whiteTD td {
    background-color: white;
}

.fail {
    background: transparent url('../Images/error-mark_2.png') no-repeat left center;
    padding-left: 20px;
    color: #f01515;
    font-weight: 800;
    letter-spacing: 1.2px;
    padding: 0 0 0 23px;
    margin: 0px 7px;
}

.pass {
    background: transparent url('../Images/success_ico.png') no-repeat left center;
    padding-left: 20px;
    color: green;
    font-weight: 800;
    letter-spacing: 1.2px;
    padding: 0 0 0 23px;
    margin: 0px 7px;
}

.NavBar {
    text-align: center;
    margin-bottom: 10px;
    color: #2f659b;
    text-shadow: 3px 2px 4px darkgrey;
    background-color: #e6e6e6;
    padding: 4px 0px;
    border-radius: 9px;
    margin-right: 12px;
}

#ajax_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #000000;
    opacity: 0.5;
    display: none;
    z-index: 9999;
    top: 0px;
}

#loading_ajax_img {
    margin: auto;
    /*margin-top: 300px;*/
    width: 300px;
    text-align: center;
    color: #FFFFFF;
}

.comment {
    width: 220PX;
    padding: 0 30px 0 10px;
    border-left: solid 1px #2f659b;
    margin-left: 20px;
}

.OELabel2 {
    width: 100% !important;
    margin: 15px 0 0px 0 !important;
}

.OELabel {
    width: 300px;
}

.summaryExplain {
    margin-left: 35px;
    font-weight: bold;
}

.oequest {
    color: #ff0000;
    font-weight: bold;
}
/*.commentarea {
    display: inline-block;
    width: 528px;
}*/
.comment {
    width: 75PX;
    padding: 0 30px 0 10px;
    border-left: solid 1px #2f659b;
    margin-left: 20px;
}

.commentarea {
    width: 663px;
}

.TransitionCheckBox {
    margin-left: -63px;
}

.Transition {
    width: auto !important;
}

.TransitionDiv {
    margin: 35px 27px -6px 76px;
}

.searchtickt {
    padding-top: 20px;
}

.TicketError {
    clear: both;
    color: #FF0000;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
    width: 500px;
}

.TicketStyle {
    font-family: var(--ff-roboto);
    font-size: small;
    height: auto;
    line-height: 30px;
    padding-left: 10px;
    min-width: 490px;
}



.ui-dialog-titlebar-close {
    visibility: hidden;
}

.searchPartnerContainer.searchTicket label {
    width: 110px;
}

.coordinationLabel {
    width: 145px;
    margin-left: 18px;
}

    .coordinationLabel label:after {
        min-width: 18px !important;
    }

.radiolbloption {
    width: auto !important;
    margin-right: 6px;
}

.linktoButton {
    background-color: #03FFCF;
    border: medium none;
    border-radius: 5px;
    color: #161626 !important;
    cursor: pointer;
    font-weight: 600;
    margin-right: 8px;
    padding: 7px 20px;
    border: 1px solid #09D3AD !important;
    box-shadow: 0px 0px 4px #e2e2e2;
    transition: all 0.3s ease 0s;
}

    .linktoButton:hover {
        transform: translateY(-9%);
        text-decoration: none;
        background-color: #03FFCF !important;
    }

.forwardrep #RefundTable2, .forwardrep #textmsg {
    width: 400px;
    float: left;
}

.forwardrep #RefundTable3 {
    clear: both;
}

.radiobuttonLabel {
    width: 450px;
    display: inline-block;
}

.Label50px {
    width: 50px !important;
}

.EmployerHomeTab {
    float: left;
    margin: 15px 14px;
    text-align: center;
    width: 17%;
}

.DHhome {
    width: 400px;
    height: 100px;
    margin: 82px auto;
}

    .DHhome .partnerHomeTab {
        width: auto !important;
        margin: 15px 41px !important;
    }

#DFgrid {
    width: 65% !important;
    margin: 0 auto !important;
    height: 0px;
    border-collapse: collapse;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
}

#pdf {
    width: 100%;
    height: 5500px !important;
    margin: 2em auto;
    border-style: groove;
}

    #pdf p {
        padding: 1em;
    }

    #pdf object {
        display: block;
    }

.inputBtn {
    background-color: #3b6c9a;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.85em;
    padding: 5px;
    margin-right: 8px;
    width: auto;
    color: #ffffff !important;
    border: none;
    font-family: inherit;
}

.EmpFieldsRight {
    float: left;
    margin-left: 200px;
}

.clearfix {
    /*width: 100%;*/
    clear: both;
}

.modalDialog {
    position: fixed;
    font-family: var(--ff-roboto);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

    .modalDialog:target {
        opacity: 1;
        pointer-events: auto;
    }

    .modalDialog > div {
        width: 400px;
        position: relative;
        margin: 10% auto;
        padding: 5px 20px 13px 20px;
        border-radius: 10px;
        background: #fff;
        background: -moz-linear-gradient(#fff, #999);
        background: -webkit-linear-gradient(#fff, #999);
        background: -o-linear-gradient(#fff, #999);
    }

.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

    .close:hover {
        background: #00d9ff;
    }


/*new styles*/
.pagination a {
    border: medium none;
    float: none;
    line-height: 34px;
    padding: 0;
    text-decoration: none;
}

input, textarea, select, .uneditable-input {
    height: auto;
}

#keywordTxt {
    /*margin-left:100px;*/
}

.top20Margin {
    margin-top: 20px;
}

.commonButton {
    background-color: #03FFCF !important;
    border: 1px solid #09D3AD !important;
    border-radius: 5px;
    box-shadow: 0px 0px 4px #E2E2E2;
    color: #161626 !important;
    cursor: pointer;
    padding: 5px 20px;
    width: auto;
    font-weight : 600 !important;
    transition: all 0.3s ease 0s;
}

.commonButton:hover {
    background-color: #03FFCF !important;
    text-decoration: none;
    transform: translateY(-9%);
}

form#AddCustomerData {
    /*max-width : 1100px !important;*/
}

/*.subnavbar .container > ul > li:last-child {
    background-image: none !important;
}*/
.oldsitelink a:link, .oldsitelink a:visited {
    background-color: #02c385;
    border-radius: 4px;
    color: #fff;
    float: right;
    margin-top: 18px;
    padding: 5px 10px;
}

li#tickets {
    background-image: none !important;
}

.bigicon {
    display: block !important;
    font-size: 100px !important;
    margin-bottom: 0px;
    text-align: center;
    margin-right: 0;
    margin-top:10px;
}

.text-success {
    color: #02c385;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.modal-header h4, .modal-body p {
    text-align: center;
}


.rescheckbox {
    margin-left: 40px !important;
}


.CobraLabel.CobraLabelFix {
    width: 330px;
    margin-left: 0;
}

.leftCon {
    display: inline-block;
    margin-left: 65px;
    margin-top: 8px;
}



.MultiCompsRadioBtn.MultiCompsRadioBtnFix {
    width: auto !important;
}

.masterTooltip.masterTooltipFix {
    margin-right: 35px;
    margin-left: 5px;
}

.min170 {
    min-width: 170px !important;
}

select.mangWidth {
    width: 248px;
}

.changeColor {
    color: rgba(51, 51, 51, 0.68) !important;
}




.tt-menu {
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    max-height: 300px;
    overflow-y: auto;
}

.tt-cursor {
    background-color: #02C385;
    color: #fff;
    font-weight: normal;
}

.tt-selectable {
    padding: 5px;
    font-weight: normal;
}

.typeahead.search-query.tt-input:focus {
    padding: 4px 9px !important;
}

.tt-selectable:hover {
    background-color: #02C385;
    cursor: pointer;
    color: #fff;
}


.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    max-height: 300px;
    overflow-y: scroll;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

a.ui-corner-all:hover, a.ui-corner-all:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #02c385;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
    cursor: pointer;
}

#confirm + .ui-dialog-buttonpane .ui-dialog-buttonset button {
    float: left;
    padding: 0;
}

.partnerInfoLeft #attachfiles {
    margin-top: 5px;
}

.CreatePartnerCont.EditUsr .partnerInfoLeft .relapos {
    margin-bottom: 0
}

.ordersummarypage td {
    text-align: left !important;
}

.requiredClass .relapos label:after {
    content: "*";
    color: red;
    margin-left: 3px;
}

.relapos label {
    min-width: 31% ;
}

.body-container {
    min-height: unset !important;
}

.user-tag {
    width: 60px;
    padding: 0px;
    height: 60px;
    line-height: 66px;
}

.alert-info {
    background-color: #03ffcf33;
    border-color: #bce8f1;
    color: black;
}

/*==============================================UNUM*/
.unum-card {
    background: #f9f9f9;
    border-radius: 8px;
   border:1px solid #ddd;
   padding:45px 70px;
}

@media (min-width:1400px) and (max-width:1660px){
    .unum-card{
        padding:45px; 
    }
}

.unum-heading {
    font-weight: 700;
    font-size: 24px;
    line-height: 70%;
    letter-spacing: 0.01em;
    color: #000;
}

.unum-sub-heading {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #4d4d4d;
}

.unum-like-hr {
    width:100%;
    height:1px ;
    background :#ddd;
}

.unum-info {
    display: flex !important;
    flex-direction: column !important;
}

.unum-info-label {
    font-weight: 600;
    font-size: 12px;
    line-height: 167%;
    color: #4d4d4d;
}


.unum-info-value {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 14px;
    line-height: 143%;
    color: #000;
}


.unum-footer {
    font-weight: 400;
    font-size: 12px;
    line-height: 142%;
    color: #828282;
}

.unum-footer-link {
    font-weight: 600;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #32b4c0;
}
@media (min-width: 1200px) {
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        float: left;
    }

    .col-xl-2 {
        width: calc(100% / (12/2));
    }

    .col-xl-4 {
        width: calc(100% / (12/4));
    }

    .col-xl-6 {
        width: calc(100% / (12/6));
    }

}

.my-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.d-flex{
    display:flex;
}

.flex-column{
    flex-direction:column !important;
}

.flex-center-center {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.unum-table form .grid{
    width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
}

.unum-table form .grid thead {
    border: none !important;
}

.unum-table form .grid th {
    border-left: none;
    background: #ddd !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 167%;
    color: #4d4d4d !important;
}

.unum-table form .grid td {
    border-left: none !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 143%;
    color: #000 !important;
    height:65px !important;
}


/*unum-table-checkbox-cell-container*/

.unum-table-checkbox-cell-container input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin: 0 !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: var(--gray4);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .unum-table-checkbox-cell-container input[type="checkbox"]:checked::after {
        content: "✔";
        font-size: 14px;
        color: var(--white);
        font-weight: bold;
    }

    .unum-table-checkbox-cell-container input[type="checkbox"]:checked {
        background: var(--ok-color2);
    }


.unum-table button[type="submit"] {
    width: 165px;
    height: 42px;
    background: var(--ok-color2);
    border: none !important;
    outline: none !important;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: var(--white) !important;
    cursor: pointer !important;
    text-shadow: none !important;

    margin-top:36px !important;
}

.unum-table {
    border: 1px solid var(--gray2);
}

.unum-table thead tr th {
    font-family: var(--second-family);
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 143% !important;
    text-align: center;
    color: var(--black) !important;
    height: 50px !important;
    background: var(--gray2) !important;
    border-right: none !important;
}
.unum-table tbody tr td {
    font-family: var(--second-family);
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 143%;
    text-align: center;
    color: var(--gray3) !important;
    padding: 0;
    height: 65px !important;
    border-bottom: 1px solid var(--gray2) !important;
    border-right:none !important;
}

.unum-eoi-button {
    border-radius: 3px;
    width: 165px;
    height: 42px;
    background: var(--ok-color2);
    border: none !important;
    outline: none !important;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: var(--white) !important;
    cursor: pointer !important;
}

.ml-0 {
    margin-left: 0 !important
}
.mt-80-px{
    margin-top:80px;
}
.align-items-center{
    align-items:center;
}
