* {
    margin: 0px;
    padding: 0x;
}

body {
    font-family: "Gill Sans MT", "Gill Sans MT Condensed", "Gill Sans MT Ext Condensed Bold", "Gill Sans Ultra Bold";
}

a {
    text-decoration: none;
}

.clr {
    clear: both !important;
}

.validateBorderRed {
    border-color: red !important;
}

.validateBorderDefault {
    border-color: #e1e1e2 !important;
}

.ErrorMsg {
    font-size: 12px;
    color: red;
    display: none;
}

.container {
    max-width: 1000px;
    margin: 0px auto;
    width: 100%;
    height: auto;
    display: block;
}

.newContainer {
    max-width: 1180px !important;
}



@font-face {
    font-family: 'elemental_endregular';
    src: url('elemental_end-webfont.eot');
    src: url('elemental_end-webfont.eot?#iefix') format('embedded-opentype'), url('elemental_end-webfont.woff2') format('woff2'), url('elemental_end-webfont.woff') format('woff'), url('elemental_end-webfont.ttf') format('truetype'), url('elemental_end-webfont.svg#elemental_endregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


ul.ovalBtns {
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    margin-top: 10px;
    padding: 0px;
    align-items: center;
}

    ul.ovalBtns li {
        list-style-type: none;
        width: inherit;
        cursor: pointer;
        margin: 0px 1px;
        border-radius: 50%;
        background: rgb(4,138,187);
        background: -moz-linear-gradient(top, rgba(4,138,187,1) 0%, rgba(48,111,154,1) 100%);
        background: -webkit-linear-gradient(top, rgba(4,138,187,1) 0%,rgba(48,111,154,1) 100%);
        background: linear-gradient(to bottom, rgba(4,138,187,1) 0%,rgba(48,111,154,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#048abb', endColorstr='#306f9a',GradientType=0 );
    }

.service-box {
    position: relative;
    overflow: hidden;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    height: 60px;
}

.service-icon {
    width: 100%;
    text-align: center;
    transition: all 0.5s ease;
}

.service-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 60px;
    padding: 0px;
    border-radius: 50%;
    border-color: #c1c1c1;
    text-align: center;
    transition: all 0.5s ease;
    background: rgb(241,241,242); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(241,241,242,1) 0%, rgba(209,209,209,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(241,241,242,1) 0%,rgba(209,209,209,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(241,241,242,1) 0%,rgba(209,209,209,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f2', endColorstr='#d1d1d1',GradientType=0 ); /* IE6-9 */
    backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform: translateY(110px) rotateX(-90deg);
    -moz-transform: translateY(110px) rotateX(-90deg);
    -ms-transform: translateY(110px) rotateX(-90deg);
    -o-transform: translateY(110px) rotateX(-90deg);
    transform: translateY(110px) rotateX(-90deg);
}


    .service-content i {
        display: block;
        margin: 4px auto 6px auto;
        font-size: 24px;
        color: #048abb;
    }

    .service-content label {
        font-size: 14px;
        color: #048abb;
        text-align: center;
        margin-bottom: 5px;
        text-transform: uppercase;
        font-family: elemental_endregular !important
    }

.service-box .service-icon .front-content {
    position: relative;
    top: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .service-box .service-icon .front-content i {
        display: block;
        margin: 12px auto 7px auto;
        font-size: 24px;
        color: white;
    }

    .service-box .service-icon .front-content label {
        font-size: 14px;
        color: #fff;
        text-align: center;
        margin-bottom: 5px;
        text-transform: uppercase;
        font-family: elemental_endregular !important
    }

.service-box .service-content label {
    font-size: 15px;
    color: #048abb;
    text-align: center;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: elemental_endregular !important
}

.service-box:hover .service-icon {
    opacity: 0;
    -webkit-transform: translateY(-110px) rotateX(90deg);
    -moz-transform: translateY(-110px) rotateX(90deg);
    -ms-transform: translateY(-110px) rotateX(90deg);
    -o-transform: translateY(-110px) rotateX(90deg);
    transform: translateY(-110px) rotateX(90deg);
}

.service-box:hover .service-content {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
}



.row {
    width: 100%;
}

.header {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
}

.logo {
    width: 100%;
    max-width: 130px;
    float: left;
    margin: 0px;
}

    .logo img {
        margin-top: 5px;
        float: left;
    }

.login_headpart {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    position: absolute;
    float: left;
    left: 31%;
    top: 115px;
    background: #fff;
    cursor: pointer;
    width: 220px;
    height: 220px;
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    border-radius: 100% !important;
}

    .login_headpart img {
        display: block;
        /*margin: 75px auto;*/
        border: none;
    }

    .login_headpart span {
        font-family: 'Lato', Sans-Serif;
        font-size: 16px;
        color: #000 !important;
        text-align: center !important;
        font-weight: 400;
        text-transform: uppercase;
        display: block;
        padding: 5px 0px;
    }


.body_bg {
    background: url(../TriageImages/triage_bg.jpg) center center no-repeat;
}

.login_box {
    width: 100%;
    height: auto;
    float: left;
    margin: 20px auto 0px auto;
    padding: 0px;
    clear: both;
}

    .login_box h1 {
        font-family: Century Gothic;
        max-width: 110px;
        font-size: 26px;
        background: #fff;
        color: #4e2274;
        margin: 0px auto;
        text-align: center !important;
        font-weight: 900;
        color: #4e2274;
        padding: 4px 12px;
        -webkit-border-top-left-radius: 25px;
        -webkit-border-bottom-right-radius: 25px;
        -moz-border-radius-topleft: 25px;
        -moz-border-radius-bottomright: 25px;
        border-top-left-radius: 25px;
        border-bottom-right-radius: 25px;
    }

        .login_box h1 span {
            color: #fff;
            text-shadow: 1px 1px 0 #4e2274, -1px -1px 0 #4e2274, 1px -1px 0 #4e2274, -1px 1px 0 #4e2274, 1px 1px 0 #4e2274;
            font-weight: 700;
            font-size: 25px;
        }

        .login_box h1 a {
            text-decoration: none;
            color: #4e2274 !important;
        }

    .login_box h4 {
        font-family: 'Lato', Sans-Serif;
        font-size: 14px;
        color: #fff !important;
        text-align: center !important;
        font-weight: 400;
        background: none !important;
        border: none !important;
        line-height: 20px !important;
        margin-top: 10px !important;
    }

.form_box {
    width: 100%;
    max-width: 490px;
    height: 490px;
    box-shadow: 0px 0px 15px #333;
    margin: 150px auto 10px auto;
    background: rgba(255,255,255,0.8);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.form_imgbox {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 0px;
}

    .form_imgbox img {
        display: block;
        margin: 0px auto;
    }

.form_heading {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .form_heading img {
        display: block;
        margin: 0px auto 40px auto;
    }

    .form_heading h2 {
        font-family: 'Lato', sans-serif;
        font-size: 18px;
        text-transform: uppercase;
        color: #000;
        text-align: center !important;
        font-weight: 600;
        background: url(../TriageImages/underline-bg.png) center bottom no-repeat;
        padding-bottom: 10px;
        /* white-space: nowrap; */
        width: 15rem;
        line-height: 1.4;
    }

    .form_heading p {
        font-family: 'Lato', sans-serif;
        font-size: 20px;
        margin-top: 10px;
        color: #333;
        text-align: center !important;
        font-weight: 400;
        padding: 0px;
        line-height: 14px;
    }

.form_box_bot {
    width: 74%;
    height: auto;
    float: left;
    margin: 40px auto 0px auto;
    padding: 0px 60px;
}

    .form_box_bot .input_text {
        width: 100% !important;
        background: #fff;
        color: #000;
        -webkit-border-radius: 5px !important;
        -moz-border-radius: 5px !important;
        border-radius: 5px !important;
        border: 1px solid #c0c0c0 !important;
        height: 55px !important;
        display: block !important;
        transition: all 0.3s ease 0s !important;
        margin-bottom: 10px !important;
    }

        .form_box_bot .input_text img {
            float: left;
            margin: 2px 10px 2px 5px;
        }

    .form_box_bot input[type="text"] {
        font-family: 'Lato', Sans-Serif !important;
        font-size: 16px !important;
        width: 82% !important;
        padding: 16px 0px 20px 0px !important;
        color: #000 !important;
        height: auto !important;
        border: none;
        background: none;
    }

    .form_box_bot input[type="password"] {
        font-family: 'Lato', Sans-Serif !important;
        font-size: 16px !important;
        width: 82% !important;
        ;
        padding: 16px 0px 20px 0px !important;
        color: #000 !important;
        height: auto !important;
        border: none;
        background: none;
    }

    .form_box_bot input[type="checkbox"] {
        width: 100% !important;
        max-width: 15px !important;
        float: left !important;
        padding-left: 10px !important;
        border-radius: none !important;
        margin: 0px !important;
        background: none !important;
        height: 40px !important;
        border: none !important;
        margin-bottom: 1px !important;
    }

span.ctext {
    font-family: 'Lato', sans-serif;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
    color: #000;
    padding-left: 5px;
}

.forgot_pswd {
    float: right !important;
    margin-top: 3px;
    text-align: right !important;
    width: 240px;
}

    .forgot_pswd a {
        font-family: 'Lato', sans-serif;
        cursor: pointer;
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        color: #000 !important;
        float: right;
        text-decoration: underline;
    }

.login_box placeholder {
    color: #333 !important;
}

.login_btn {
    border: 1px solid #fff;
    position: relative;
    float: right;
    left: 70px;
    top: -80px;
    background: #c0c0c0;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    display: block;
    width: 100%;
    max-width: 140px;
    height: 140px;
    font-size: 24px;
    color: #000;
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    border-radius: 100% !important;
    text-transform: uppercase;
    font-weight: 600;
}

    .login_btn:hover {
        background: #fff;
        border: 1px solid #c0c0c0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.row {
    width: 100%;
    float: left;
}

.pswd_dtls {
    width: 100%;
    float: left;
    margin-top: 20px;
    padding: 0px;
    clear: both;
}

    .pswd_dtls a {
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        color: #7b7b7b;
        text-align: center;
        font-weight: 400;
        text-decoration: none;
        display: block;
    }

        .pswd_dtls a span {
            color: #7b7b7b;
            background: #f1f1f2;
            padding: 8px 12px;
        }

            .pswd_dtls a span:hover {
                color: #fff;
                background: #4297cd;
            }

.cright {
    width: 100%;
    float: left;
    margin: 0px;
    height: auto;
    background: #222;
}

    .cright p {
        font-family: Arial;
        font-size: 12px;
        color: #fff;
        text-align: center;
        font-weight: 400;
        line-height: 20px;
        font-weight: 400;
    }

img.shadow {
    position: relative;
    left: 31%;
}

img.arrow {
    position: relative;
    top: -22px;
    left: 48%;
}

.validation_box {
    width: 100%;
    position: relative;
    height: auto;
}

.validation_text {
    font-family: 'Lato', sans-serif !important;
    font-size: 14px !important;
    color: #f00 !important;
    text-align: center !important;
    display: inherit;
    line-height: 20px;
}
/* Loging page Css Ends ---> Added on Feb 23, 2015 */
.incorrect_text {
    font-family: 'Lato', sans-serif !important;
    font-size: 14px !important;
    color: #f00 !important;
    text-align: center !important;
    display: inherit;
    line-height: 22px;
}

.powered {
    width: 100%;
    float: left;
    margin-top: 120px;
    height: auto;
}

    .powered img {
        display: block;
        margin: 0px auto;
        width: auto;
        border: none;
    }

.invalid_pswd {
    color: #f00;
    padding: 10px 0px;
    top: 0px !important;
    position: relative;
    text-align: center;
    font-family: "Gill Sans MT";
    font-size: 16px;
    font-weight: normal;
}





/*Forgot Password Icon Css ---   Added on Jan 15*/
#sign_up {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #eef2f7;
    border: 1px solid #536376;
    -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
    -moz-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
    padding: 30px 60px;
    width: 540px;
    position: relative;
    display: none;
}

    #sign_up h3 {
        font-family: "Gill Sans MT";
        font-size: 18px;
        color: #333;
        font-weight: 300;
        padding-bottom: 5px;
        border-bottom: 1px solid #4c4c4c;
        margin-bottom: 10px;
    }

    #sign_up h6 {
        font-family: "Gill Sans MT";
        font-size: 15px;
        color: #4c4c4c;
        font-weight: 300;
        margin-bottom: 10px;
    }

    #sign_up #sign_up_form {
        margin-top: 13px;
    }

    #sign_up label {
        display: block;
        margin-bottom: 10px;
        color: #536376;
        font-family: "Gill Sans MT";
        font-size: 15px;
        color: #4c4c4c;
    }

    #sign_up input {
        display: block;
        width: 225px !important;
        height: 25px;
        padding-left: 5px;
        font-size: 15px;
        line-height: 31px;
        font-family: "Gill Sans MT";
        font-size: 14px;
        color: #4c4c4c;
    }

#sign_up_form {
    position: relative;
    background: url(divider.png) repeat-x bottom left;
    padding-bottom: 54px;
    margin-bottom: 12px;
}

#actions {
    float: right;
    position: absolute;
    right: 0;
    height: 31px;
    bottom: 0px;
    width: 100%;
    max-width: 535px;
}

a.form_button {
    font-family: "Gill Sans MT";
    font-size: 15px;
    color: #fff !important;
    padding: 5px 10px;
    background: #2e75b6;
    border: none !important;
    float: right;
    margin: 10px 0px 0px 5px;
}

    a.form_button:hover {
        color: #2e75b6 !IMPORTANT;
        background: #fff !IMPORTANT;
        outline: 1px solid #2e75b6 !IMPORTANT;
    }
/*Forgot Password Icon Css ENDS ---   Added on Jan 15*/

/*Change Password Icon Css ---   Added on Jan 15*/
#change_pswd {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #536376;
    background: #eef2f7;
    -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
    -moz-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
    ;
    padding: 30px 60px;
    width: 600px;
    position: relative;
    display: none;
}

    #change_pswd h3 {
        font-family: "Gill Sans MT";
        font-size: 18px;
        color: #333;
        font-weight: 300;
        padding-bottom: 5px;
        border-bottom: 1px solid #4c4c4c;
        margin-bottom: 10px;
    }

    #change_pswd h6 {
        font-family: "Gill Sans MT";
        font-size: 15px;
        color: #4c4c4c;
        font-weight: 300;
        margin-bottom: 10px;
    }

    #change_pswd #sign_up_form {
        margin-top: 13px;
    }

    #change_pswd label {
        display: block;
        margin-top: 7px;
        float: left;
        color: #536376;
        font-family: "Gill Sans MT";
        font-size: 15px;
        color: #4c4c4c;
        width: 140px;
    }

    #change_pswd input {
        display: block;
        width: 250px !important;
        height: 25px;
        padding-left: 5px;
        font-size: 15px;
        font-family: "Gill Sans MT";
        font-size: 14px;
        color: #4c4c4c;
        float: right;
        margin-bottom: 10px;
        border-radius: 5px;
        border: 1px solid #999 !important;
    }

        #change_pswd input[type="password"] {
            display: block;
            width: 250px !important;
            height: 26px;
            padding-left: 5px;
            font-size: 15px;
            line-height: 31px;
            font-family: "Gill Sans MT";
            font-size: 14px;
            color: #4c4c4c;
            float: right;
            margin-bottom: 10px;
            background: #fff;
            border-radius: 5px !important;
            border: 1px solid #999 !important;
        }
/*Change Password Icon Css Ends---   Added on Jan 15*/






/*After Login the Header CSS starts*/
.t_head {
    width: 100%;
    float: left;
    height: auto;
    max-height: 38px;
    background: #404756;
    padding: 0px;
}

.comp_name {
    width: auto;
    max-width: 500px;
    float: left;
}

    .comp_name img {
        float: left;
        margin: 5px 5px 0px 0px;
    }

    .comp_name label {
        font-family: "Gill Sans MT";
        font-size: 18px;
        color: #EA0083;
        font-weight: 400;
        line-height: 28px;
        background: url(../TriageImages/dashboard_icon.png) left center no-repeat;
        background-position: 0% 50%;
        padding-left: 25px;
        position: absolute;
    }

.user_info {
    width: 100%;
    max-width: 380px;
    float: right;
    height: auto;
    margin-top: 0px;
}

    .user_info p {
        font-family: "Gill Sans MT";
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        display: inline;
        text-align: right;
        float: right;
        margin-left: 30px;
    }

        .user_info p a {
            color: #fefffd;
        }

            .user_info p a:hover {
                color: #c2c2c2;
            }



.emailTaskBox {
    float: right;
    position: absolute;
    right: 35%;
}

    .emailTaskBox a .fa {
        padding-right: 5px;
    }

    .emailTaskBox a.unreadEmails {
        font-size: 16px;
        color: #fff;
        padding: 10px 0px;
        display: inline-block;
        margin: 0px;
        text-decoration: none !important;
        font-family: Calibri !important;
    }

    .emailTaskBox a.incompleteTasks {
        font-size: 16px;
        color: #fff;
        padding: 10px 0px;
        display: inline-block;
        margin: 0px 32px;
        text-decoration: none !important;
        font-family: Calibri !important;
    }

span.unreadMailTask {
    position: relative;
    float: right;
    border-radius: 10px;
    font-size: 12px;
    padding: 0 7px;
    top: 0px;
    left: 5px;
    line-height: 18px;
}

.emailBgGreen {
    background: #008cd2;
}

.tasksBgYellow {
    background: #fe7000;
}

.logout_head {
    font-size: 14px !important;
    line-height: 17px !important;
    color: #fff !important;
    font-weight: 400 !important;
    display: inline !important;
    text-align: right !important;
    float: right !important;
    margin-left: 30px !important;
}

    .logout_head:hover {
        color: #c2c2c2;
    }

    .logout_head span {
        font-family: "Gill Sans MT";
        !important;
    }

.neworangebtn {
    background: #fe7f00;
    padding: 7px 10px;
    cursor: pointer;
    border: 1px solid #fe7f00 !important;
    font-weight: 400;
    font-family: Gill Sans MT;
    font-size: 16px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .neworangebtn:hover {
        background: #fff;
        color: #fe7f00;
        transition-duration: 0.3s;
        transition-timing-function: linear;
        -webkit-transition-duration: 0.3s;
        -webkit-transition-timing-function: linear;
    }

.newbluebtn {
    background: #048abb;
    padding: 7px 10px;
    cursor: pointer;
    border: 1px solid #048abb !important;
    font-weight: 400;
    font-family: Gill Sans MT;
    font-size: 16px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .newbluebtn:hover {
        background: #fff;
        color: #048abb;
        transition-duration: 0.3s;
        transition-timing-function: linear;
        -webkit-transition-duration: 0.3s;
        -webkit-transition-timing-function: linear;
    }

.newyellowbtn {
    background: #fcad26;
    padding: 7px 10px;
    cursor: pointer;
    border: 1px solid #fcad26 !important;
    font-weight: 400;
    font-family: Gill Sans MT;
    font-size: 16px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .newyellowbtn:hover {
        background: #fff;
        color: #fcad26;
        transition-duration: 0.3s;
        transition-timing-function: linear;
        -webkit-transition-duration: 0.3s;
        -webkit-transition-timing-function: linear;
    }


.newredbtn {
    background: #cc0000 !important;
    padding: 7px 10px;
    cursor: pointer;
    border: 1px solid #cc0000 !important;
    font-weight: 400;
    font-family: Gill Sans MT;
    font-size: 16px;
    color: #fff !important;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    min-width: 70px;
}

    .newredbtn:hover {
        background: #fff !important;
        color: #cc0000 !important;
        transition-duration: 0.3s;
        transition-timing-function: linear;
        -webkit-transition-duration: 0.3s;
        -webkit-transition-timing-function: linear;
    }


.newgreenbtn {
    background: #009900 !important;
    padding: 7px 10px;
    cursor: pointer;
    border: 1px solid #009900 !important;
    font-weight: 400;
    font-family: Gill Sans MT;
    font-size: 16px;
    color: #fff !important;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    min-width: 70px;
}

    .newgreenbtn:hover {
        background: #fff !important;
        color: #009900 !important;
        transition-duration: 0.3s;
        transition-timing-function: linear;
        -webkit-transition-duration: 0.3s;
        -webkit-transition-timing-function: linear;
    }


.newbluebtn {
    background: #008cd2;
    padding: 7px 10px;
    cursor: pointer;
    border: 1px solid #008cd2 !important;
    font-weight: 400;
    font-family: Gill Sans MT;
    font-size: 16px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .newbluebtn:hover {
        background: #fff;
        color: #008cd2;
        transition-duration: 0.3s;
        transition-timing-function: linear;
        -webkit-transition-duration: 0.3s;
        -webkit-transition-timing-function: linear;
    }


.newblackbtn {
    background: #000;
    padding: 7px 10px;
    cursor: pointer;
    border: 1px solid #000 !important;
    font-weight: 400;
    font-family: Gill Sans MT;
    font-size: 16px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .newblackbtn:hover {
        background: #fff;
        color: #000;
        transition-duration: 0.3s;
        transition-timing-function: linear;
        -webkit-transition-duration: 0.3s;
        -webkit-transition-timing-function: linear;
    }

.newdardgreybtn {
    background: #4c4c4c;
    padding: 7px 10px;
    cursor: pointer;
    border: 1px solid #4c4c4c !important;
    font-weight: 400;
    font-family: Gill Sans MT;
    font-size: 16px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .newdardgreybtn:hover {
        background: #fff;
        color: #4c4c4c;
        transition-duration: 0.3s;
        transition-timing-function: linear;
        -webkit-transition-duration: 0.3s;
        -webkit-transition-timing-function: linear;
    }

.newlightgreybtn {
    background: #999;
    padding: 7px 10px;
    cursor: pointer;
    border: 1px solid #999 !important;
    font-weight: 400;
    font-family: Gill Sans MT;
    font-size: 16px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .newlightgreybtn:hover {
        background: #fff;
        color: #999;
        transition-duration: 0.3s;
        transition-timing-function: linear;
        -webkit-transition-duration: 0.3s;
        -webkit-transition-timing-function: linear;
    }


.purplebtn {
    background: #9d4cea;
    padding: 7px 10px;
    cursor: pointer;
    font-weight: 400;
    font-family: Gill Sans MT;
    font-size: 16px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .purplebtn:hover {
        background: #9d4cea;
    }


.newlightgreybtn_greycolor {
    background: #999;
    padding: 7px 10px;
    cursor: pointer;
    border: 1px solid #999 !important;
    font-weight: 400;
    font-family: Gill Sans MT;
    font-size: 16px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.newgreenbtn_greencolor {
    background: #009900;
    padding: 7px 10px;
    cursor: pointer;
    border: 1px solid #009900 !important;
    font-weight: 400;
    font-family: Gill Sans MT;
    font-size: 16px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.newredbtn_redcolor {
    background: #cc0000;
    padding: 7px 10px;
    cursor: pointer;
    border: 1px solid #cc0000 !important;
    font-weight: 400;
    font-family: Gill Sans MT;
    font-size: 16px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}



.EntAppLinks {
    width: 100%;
    min-width: 250px;
    padding-top: 0;
    height: auto;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0,10,30,0.2), 0 3px 6px 0 rgba(0,10,30,0.2);
    display: none;
    position: relative;
    z-index: 9999999;
    background: #fff;
}

.userAdminBoxbg {
    min-width: 280px;
    right: 0px !important;
    left: unset !important;
    padding-top: 0 !important;
}

.adminUserBox {
    width: 100%;
    display: block;
    border-bottom: 1px solid #d5d5d5;
}

.adminUserImgBox {
    padding: 0px;
}

    .adminUserImgBox .userImg {
        width: 100%;
        max-width: 100px;
        border: 1px solid #048abb;
        display: block;
        margin: 0px auto 10px auto;
        border-radius: 50%;
    }

    .adminUserImgBox .userLblTxt {
        font-size: 15px;
        color: #048abb;
        text-align: center;
        display: block;
        margin-bottom: 10px;
    }

.settingBtnBg {
    background: #e5e6e8
}

.helpHeading {
    display: block;
    margin: 10px auto;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-indent: 15px;
}

.mgRight15 {
    margin-right: 15px;
}

.borderTop {
    border-top: 1px solid #d5d5d5;
}

.logOutBtn {
    background: transparent;
    padding: 10px 12px;
    cursor: pointer;
    border-right: 1px solid rgba(255,255,255,0.15);
    font-weight: 400;
    font-size: 15px;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    border-radius: 0px;
    display: block;
    margin: 0px auto 0px 10px;
    border-left: 1px solid rgba(255,255,255,0.15);
}

    .logOutBtn:hover {
        background: #cc0000;
        color: #fff !important;
        transition-duration: 0.3s;
        transition-timing-function: linear;
        -webkit-transition-duration: 0.3s;
        -webkit-transition-timing-function: linear;
    }


.adminUserImgBox .userLblTxt {
    font-size: 15px;
    color: #048abb;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.settingBtnBg {
    background: #e5e6e8
}

.helpHeading {
    display: block;
    padding: 10px 0;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-indent: 15px;
}

.mgRight15 {
    margin-right: 15px;
}

.borderTop {
    border-top: 1px solid #d5d5d5;
}

.borderBottom {
    border-bottom: 1px solid #d5d5d5;
}

.logOutBtn {
    background: transparent;
    padding: 10px 12px;
    cursor: pointer;
    border-right: 1px solid rgba(255,255,255,0.15);
    font-weight: 400;
    font-size: 15px;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    border-radius: 0px;
    display: block;
    margin: 0px auto 0px 10px;
    border-left: 1px solid rgba(255,255,255,0.15);
}

    .logOutBtn:hover {
        background: #cc0000;
        color: #fff !important;
        transition-duration: 0.3s;
        transition-timing-function: linear;
        -webkit-transition-duration: 0.3s;
        -webkit-transition-timing-function: linear;
    }


.EntAppLinkBtn {
    width: auto;
    color: #fff;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    margin: 0px;
    text-align: left;
    font-weight: 400;
    padding: 10px 0px;
}

    .EntAppLinkBtn:hover {
        color: #f1f1f1;
    }

        .EntAppLinkBtn:hover .EntAppLinks {
            display: block;
            transition-duration: 0.3s;
            transition-timing-function: linear;
            -webkit-transition-duration: 0.3s;
            -webkit-transition-timing-function: linear;
            position: absolute;
            left: 0px;
            top: 38px;
            width: 100%;
            text-align: left;
            /*animation: animatetop 0.4s*/
        }

@keyframes animatetop {
    from {
        top: 0px;
        opacity: 0
    }

    to {
        top: 38px;
        opacity: 1
    }
}

.EntLinksBox {
    width: 100%;
    padding: 0px;
    border-bottom: 1px solid #c5c5c5;
}

    .EntLinksBox:last-child {
        background: #e5e6e8;
    }

    .EntLinksBox p {
        font-size: 18px;
        color: #4c4c4c;
        font-weight: 600;
        display: block;
        margin: 10px auto 0px auto;
    }

    .EntLinksBox a {
        font-size: 15px;
        color: #000a1e !important;
        text-decoration: none !important;
        font-weight: 400;
        display: block;
        padding: 10px 15px;
        margin: 0px 0px;
    }

        .EntLinksBox a:hover {
            background: #e5e6e8;
            transition-duration: 0.1s;
            transition-timing-function: linear;
            -webkit-transition-duration: 0.1s;
            -webkit-transition-timing-function: linear;
        }

.SettingMenu {
    width: 100%;
    height: auto;
    padding: 30px 0px;
    float: left;
    margin: 0px;
}

.SettingMenuBox {
    width: 100%;
    max-width: 450px;
    float: left;
    margin: 0px 2%;
}

    .SettingMenuBox h3 {
        font-size: 16px;
        color: rgba(0,10,30,.75);
        text-align: left;
        font-weight: 400;
        background: none;
        display: block;
        padding-left: 0px;
    }

    .SettingMenuBox ul {
        margin-top: 10px;
        border: 1px solid #ced0d4;
        border-radius: 5px;
        padding: 0px;
    }

        .SettingMenuBox ul li {
            list-style-type: none;
            display: block;
            padding: 17px 20px;
            text-align: left;
            border-bottom: 1px solid #ced0d4;
        }

            .SettingMenuBox ul li:hover, .SettingMenuBox ul li:focus {
                background: #f2f3f4;
                transition-duration: 0.2s;
                transition-timing-function: ease-in-out;
                -webkit-transition-duration: 0.2s;
                -webkit-transition-timing-function: ease-in-out;
            }

            .SettingMenuBox ul li:last-child {
                border-bottom: none;
            }

            .SettingMenuBox ul li a {
                color: #0078c8;
                font-size: 16px;
                font-weight: 400;
                display: block;
                margin: 0px auto 5px auto;
            }

            .SettingMenuBox ul li span {
                color: rgba(0,10,30,.75);
                font-size: 14px;
                display: block;
                line-height: 20px;
            }






.main_menu {
    width: 100%;
    float: left;
    height: auto;
    background: #048abb;
    margin: 0px;
    z-index: 9999;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
}

    #cssmenu:after,
    #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #cssmenu #menu-button {
        display: none;
    }

#cssmenu {
    font-family: "Gill Sans MT";
}

    #cssmenu > ul > li {
        float: left;
    }

    #cssmenu.align-center > ul {
        font-size: 0;
        text-align: center;
    }

        #cssmenu.align-center > ul > li {
            display: inline-block;
            float: none;
        }

    #cssmenu.align-center ul ul {
        text-align: left;
    }

    #cssmenu.align-right > ul > li {
        float: right;
    }

    #cssmenu > ul > li > a {
        padding: 13px 35px 14px 35px;
        font-size: 17px;
        text-decoration: none;
        color: #fff;
        font-weight: 400;
    }

    #cssmenu > ul > li:hover > a {
        color: #ffffff;
        background: #057aa5;
    }

    #cssmenu > ul > li.has-sub > a {
        padding-right: 25px;
    }

        #cssmenu > ul > li.has-sub > a:after {
            position: absolute;
            top: 22px;
            right: 11px;
            width: 8px;
            height: 2px;
            display: block;
            background: #dddddd;
            content: '';
        }

        #cssmenu > ul > li.has-sub > a:before {
            position: absolute;
            top: 19px;
            right: 14px;
            display: block;
            width: 2px;
            height: 8px;
            background: #dddddd;
            content: '';
            -webkit-transition: all .25s ease;
            -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
            -o-transition: all .25s ease;
            transition: all .25s ease;
        }

    #cssmenu > ul > li.has-sub:hover > a:before {
        top: 23px;
        height: 0;
    }

    #cssmenu ul ul {
        position: absolute;
        left: -9999px;
    }

    #cssmenu.align-right ul ul {
        text-align: right;
    }

    #cssmenu ul ul li {
        height: 0;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

    #cssmenu li:hover > ul {
        left: auto;
    }

    #cssmenu.align-right li:hover > ul {
        left: auto;
        right: 0;
    }

    #cssmenu li:hover > ul > li {
        height: 35px;
    }

    #cssmenu ul ul ul {
        margin-left: 100%;
        top: 0;
    }

    #cssmenu.align-right ul ul ul {
        margin-left: 0;
        margin-right: 100%;
    }

    #cssmenu ul ul li a {
        border-bottom: 1px solid #f00;
        padding: 10px 20px;
        min-width: 280px;
        font-size: 16px;
        text-decoration: none;
        color: #fff;
        font-weight: 400;
        background: #057aa5;
    }

    #cssmenu ul ul li:last-child > a,
    #cssmenu ul ul li.last-item > a {
        border-bottom: 0;
    }

    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li a:hover {
        background: #048abb;
        color: #fff;
    }

    #cssmenu ul ul li.has-sub > a:after {
        position: absolute;
        top: 16px;
        right: 11px;
        width: 8px;
        height: 2px;
        display: block;
        background: #dddddd;
        content: '';
    }

    #cssmenu.align-right ul ul li.has-sub > a:after {
        right: auto;
        left: 11px;
    }

    #cssmenu ul ul li.has-sub > a:before {
        position: absolute;
        top: 13px;
        right: 14px;
        display: block;
        width: 2px;
        height: 8px;
        background: #dddddd;
        content: '';
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

    #cssmenu.align-right ul ul li.has-sub > a:before {
        right: auto;
        left: 14px;
    }

    #cssmenu ul ul > li.has-sub:hover > a:before {
        top: 17px;
        height: 0;
    }

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu {
        width: 100%;
    }

        #cssmenu ul {
            width: 100%;
            display: none;
        }

        #cssmenu.align-center > ul {
            text-align: left;
        }

        #cssmenu ul li {
            width: 100%;
            border-top: 1px solid rgba(255, 255, 255, 0.2);
        }

        #cssmenu ul ul li,
        #cssmenu li:hover > ul > li {
            height: auto;
            background: #333;
        }

            #cssmenu ul li a,
            #cssmenu ul ul li a {
                width: 100%;
                border-bottom: 0;
            }

        #cssmenu > ul > li {
            float: none;
        }

        #cssmenu ul ul li a {
            padding-left: 25px;
        }

        #cssmenu ul ul ul li a {
            padding-left: 35px;
        }

        #cssmenu ul ul li a {
            color: #dddddd;
            background: none;
        }

        #cssmenu ul ul li:hover > a,
        #cssmenu ul ul li.active > a {
            color: #ffffff;
        }

        #cssmenu ul ul,
        #cssmenu ul ul ul,
        #cssmenu.align-right ul ul {
            position: relative;
            left: 0;
            width: 100%;
            margin: 0;
            text-align: left;
        }

            #cssmenu > ul > li.has-sub > a:after,
            #cssmenu > ul > li.has-sub > a:before,
            #cssmenu ul ul > li.has-sub > a:after,
            #cssmenu ul ul > li.has-sub > a:before {
                display: none;
            }

        #cssmenu #menu-button {
            display: block;
            padding: 15px;
            color: #fff;
            cursor: pointer;
            font-size: 16px;
            text-transform: uppercase;
            font-weight: 400;
        }

            #cssmenu #menu-button:after {
                position: absolute;
                top: 22px;
                right: 17px;
                display: block;
                height: 4px;
                width: 20px;
                border-top: 2px solid #dddddd;
                border-bottom: 2px solid #dddddd;
                content: '';
            }

            #cssmenu #menu-button:before {
                position: absolute;
                top: 16px;
                right: 17px;
                display: block;
                height: 2px;
                width: 20px;
                background: #dddddd;
                content: '';
            }

            #cssmenu #menu-button.menu-opened:after {
                top: 23px;
                border: 0;
                height: 2px;
                width: 15px;
                background: #ffffff;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            #cssmenu #menu-button.menu-opened:before {
                top: 23px;
                background: #ffffff;
                width: 15px;
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

        #cssmenu .submenu-button {
            position: absolute;
            z-index: 99999;
            right: 0;
            top: 0;
            display: block;
            border-left: 1px solid rgba(120, 120, 120, 0.2);
            height: 46px;
            width: 46px;
            cursor: pointer;
        }

            #cssmenu .submenu-button.submenu-opened {
                background: #262626;
            }

        #cssmenu ul ul .submenu-button {
            height: 34px;
            width: 34px;
        }

        #cssmenu .submenu-button:after {
            position: absolute;
            top: 22px;
            right: 19px;
            width: 8px;
            height: 2px;
            display: block;
            background: #dddddd;
            content: '';
        }

        #cssmenu ul ul .submenu-button:after {
            top: 15px;
            right: 13px;
        }

        #cssmenu .submenu-button.submenu-opened:after {
            background: #ffffff;
        }

        #cssmenu .submenu-button:before {
            position: absolute;
            top: 19px;
            right: 22px;
            display: block;
            width: 2px;
            height: 8px;
            background: #dddddd;
            content: '';
        }

        #cssmenu ul ul .submenu-button:before {
            top: 12px;
            right: 16px;
        }

        #cssmenu .submenu-button.submenu-opened:before {
            display: none;
        }
}

.setPin {
    position: relative;
    top: 0px;
    /*right: 5px;
    float: right;*/
    left: 5px;
    float: left;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
}

.unSetPin {
    position: relative;
    top: 0px;
    /*right: 5px;
    float: right;*/
    left: 5px;
    float: left;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
}

.marginBottom {
    margin-bottom: 145px !important;
    transition: 0.3s;
}


.fixednav {
    width: 100%;
    margin-top: -1px;
    height: auto;
    float: left;
    background: #f9f9f9;
    padding: 0px 0px 5px 0px;
    display: none;
    position: absolute;
    left: 0px;
    z-index: 99;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
}


.fnav_box {
    width: 121px;
    float: left;
    margin-top: 1px;
    height: 52px;
    padding: 10px 0px;
    border: 1px solid #e5e5e5;
    background: #e9e9e9; /* Old browsers */
    background: -moz-linear-gradient(top, #e9e9e9 0%, #fff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#fff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e9e9e9 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e9e9e9 0%,#fff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e9e9e9 0%,#fff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e9e9e9 0%,#fff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#fff',GradientType=0 ); /* IE6-9 */
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0px 0px 0px 1px #fff inset;
    border-right: none;
    border-bottom: 3px solid #e5e5e5;
}

    .fnav_box:last-child {
        border-right: 1px solid #e5e5e5;
    }

    .fnav_box:hover {
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%,#e9e9e9 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%,#e9e9e9 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 0%,#e9e9e9 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
        border: 1px solid #fff;
        border-bottom: 3px solid #e5e5e5;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        box-shadow: 0px 0px 0px 1px #fff inset;
    }

    .fnav_box .iconimg {
        float: left;
        margin: 0px 47px !important;
        color: #048abb;
    }

        .fnav_box .iconimg:hover {
            color: #777;
        }

    .fnav_box p {
        font-family: "Gill Sans MT";
        font-size: 15px;
        color: #048abb;
        text-align: center;
        font-weight: 300;
        line-height: 30px;
    }

        .fnav_box p:hover {
            color: #777;
        }







.login_footer {
    width: 100%;
    float: left;
    background: #f9f9f9;
    height: auto;
    padding: 10px 0px;
    padding-bottom: 25px;
    position: relative;
    z-index: 997;
    border-top: 1px solid #d9d8d7;
}

.license_box {
    width: 100%;
    float: left;
    height: auto;
    border-top: 1px solid #e5e5e5;
    margin-top: 10px;
}

    .license_box p {
        font-family: "Gill Sans MT";
        font-size: 14px;
        color: #7f7f7f;
        text-align: center;
        font-weight: 300;
        line-height: 22px;
    }

.footer_nav {
    width: 100%;
    max-width: 1000px;
    float: right;
    margin-top: 20px;
    text-align: center;
}

    .footer_nav a {
        font-family: 'Gill Sans MT';
        text-decoration: unset !important;
        font-size: 14px;
        color: #4a4a4a !important;
        text-align: center;
        font-weight: 300;
        line-height: 22px;
        padding: 0px 5px;
    }

        .footer_nav a:hover {
            color: #048abb;
        }


/*After Login the Header CSS Ends*/


.breadcrumb {
    width: 100%;
    height: auto;
    float: left !Important;
    margin-top: 0px;
    border-bottom: 1px dotted #e5e5e5;
    padding: 7px 0px;
    text-align: right
}

    .breadcrumb a {
        font-family: "Gill Sans MT";
        font-size: 15px;
        color: #7f7f7f;
        text-align: left;
        font-weight: 400;
    }

        .breadcrumb a:hover {
            color: #048abb;
        }

        .breadcrumb a.active {
            color: #048abb;
        }


/*Master Page CSS starts here ---  ADDED on Jan 19 2015 */
.cont {
    width: 100%;
    float: left;
    height: auto;
    margin: 0px;
}

.cont_col {
    background: #f9faf9;
    padding: 0px;
    margin-top: 15px;
    padding: 15px;
    max-width: 970px;
}

.master_box {
    width: 141px;
    height: 113px;
    background: #fff;
    border: 1px solid #e5e5e5;
    text-align: center;
    float: left;
    margin-right: 16px;
    margin-bottom: 18px;
    padding: 0px 2px;
}

    .master_box:hover {
        border: 1px dashed #048abb;
        transition-duration: 0.5s;
        transition-timing-function: ease;
        -webkit-transition-duration: 0.5s;
        -webkit-transition-timing-function: ease;
    }

    .master_box:last-child {
        margin-right: 0px;
    }

    .master_box img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .master_box a {
        font-family: "Gill Sans MT";
        font-size: 14px;
        color: #6f6f6f;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 17px;
    }

        .master_box a:hover {
            color: #048abb;
        }

/*Master Page CSS Ends here ---  ADDED on Jan 19 2015 */





/*Profile Page CSS starts here ---  ADDED on Jan 19 2015 */
.reports {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 20px;
}

    .reports h6 {
        font-family: "Gill Sans MT";
        font-size: 16px;
        color: #545454;
        font-weight: 400;
        text-align: left;
        padding-bottom: 20px;
    }

.reports_box {
    width: 100%;
    max-width: 310px;
    height: auto;
    float: left;
    padding-bottom: 20px;
    border: 1px solid #d2d2d2;
    background: #f9faf9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-top: none;
    margin-right: 30px;
    margin-bottom: 50px;
    display: block !important;
}

    .reports_box:last-child {
        margin-right: 0px;
    }

    .reports_box p {
        font-family: "Gill Sans MT";
        font-size: 20px;
        color: #fff;
        font-weight: 400;
        background: #048abb;
        line-height: 40px;
        text-align: center;
        border: 1px solid #006098;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        text-shadow: 0px 0px 1px #000;
    }

        .reports_box p:hover {
            background: #00adef;
            border: 1px solid #00adef;
        }

    .reports_box a {
        font-family: "Gill Sans MT";
        font-size: 15px;
        color: #6f6f6f;
        font-weight: 400;
        display: block;
        padding-left: 40px;
        margin: 15px 0px;
        background: url(../TriageImages/star.png) left top no-repeat;
        background-position: 5% 50%;
        line-height: 20px;
    }

        .reports_box a:hover {
            color: #048abb;
            background: url(../TriageImages/star-h.png) left center no-repeat;
            background-position: 5% 50%;
        }



/*Profile Page CSS Ends here ---  ADDED on Jan 19 2015 */



#tabs {
    overflow: auto;
    width: 100%;
    list-style: none;
    margin-top: 30px;
    padding: 0;
}

    #tabs li {
        margin: 0;
        padding: 0;
        float: left;
    }

    #tabs a {
        -moz-box-shadow: -4px 0 0 rgba(0, 0, 0, .2);
        -webkit-box-shadow: -4px 0 0 rgba(0, 0, 0, .2);
        box-shadow: -1px 0 0 #fff;
        background: #00adef;
        color: #fff;
        float: left;
        font-family: "Gill Sans MT";
        font-size: 16px;
        height: auto;
        padding: 10px 64px 10px 63px;
        text-decoration: none;
    }

        #tabs a:hover {
            background: #048abb;
        }

        #tabs a:focus {
            outline: 0;
        }

    #tabs #current a {
        background: #048abb;
        text-shadow: none;
        color: #fff;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

#content {
    background-color: #f9f9f9;
    -moz-border-radius: 0 2px 2px 2px;
    -webkit-border-radius: 0 2px 2px 2px;
    border-radius: 0 2px 2px 2px;
    -moz-box-shadow: 0 1px 1px #e5e5e5, 0 -1px 0 #fff inset;
    -webkit-box-shadow: 0 1px 1px #e5e5e5, 0 -1px 0 #fff inset;
    box-shadow: 0 1px 1px #e5e5e5, 0 -1px 0 #fff inset;
    padding: 20px 40px;
    border: 1px solid #e5e5e5;
    clear: both !important;
    width: 100%;
    height: auto;
    float: left;
    max-width: 1070px;
}


    #content h2 {
        font-family: "Gill Sans MT";
        font-size: 18px;
        color: #048abb;
        font-weight: 400;
        text-align: left;
        border-bottom: 1px dashed #ddd;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }

.master_col {
    width: 100%;
    max-width: 330px;
    height: auto;
    float: left;
    padding-bottom: 20px;
    margin-right: 40px;
    margin-top: 10px;
    display: block !important;
}

    .master_col:last-child {
        margin-right: 0px;
    }

    .master_col p {
        font-family: "Gill Sans MT";
        font-size: 16px;
        color: #048abb;
        font-weight: 400;
        text-align: left;
        padding: 10px 0px;
        display: block;
        text-transform: capitalize;
        background: #fff;
        margin-bottom: 1px;
        border: 1px solid #e5e5e5;
    }

        .master_col p span {
            padding-left: 5px;
        }

        .master_col p a {
            color: #6f6f6f;
            padding-left: 20px;
        }

            .master_col p a:hover {
                color: #048abb;
                margin-left: 5px;
            }






.ApplicantSearchMenu_h {
    font-family: "Gill Sans MT";
    line-height: 22px;
    font-size: 14px;
    color: #4c4c4c;
    font-weight: 400;
    text-align: left;
}

    .ApplicantSearchMenu_h h4 {
        background: none !important;
    }

    .ApplicantSearchMenu_h span {
        color: #048abb;
    }



label {
    cursor: pointer;
}

#menu-toggle {
    display: none;
}

#menu {
    display: none;
}

.toggle_menu {
    display: block;
}

    .toggle_menu ul {
        margin: 0px;
        padding: 0px;
        background: #0048ba;
    }

        .toggle_menu ul li {
            list-style-type: none !important;
        }


#menu-toggle:checked + #menu {
    display: block;
    position: relative;
    z-index: 9999999;
    background: #fff;
    min-width: 180px;
    box-shadow: 0px 2px 5px 0px #048abb;
    margin-top: 35px;
    position: absolute;
}
/*#menu-toggle:checked + #menu ul {margin:0px;}
#menu-toggle:checked + #menu ul li {list-style-type:none !important;}*/

/*
Popup Compny registration Detail
*/
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
}

    .overlay:target {
        visibility: visible;
        z-index: 99999;
        opacity: 1;
    }

.popup {
    margin: 100px auto;
    padding-bottom: 10px;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    max-width: 850px;
    position: relative;
    border: 5px solid #048abb;
    z-index: 9999999;
    min-height: 410px;
    height: auto;
}

    .popup h2 {
        margin-top: 0;
        color: #fff;
        padding: 10px;
        font-family: "Gill Sans MT";
        background: #048abb;
        font-size: 20px;
        font-weight: 400;
        float: none !important;
        text-align: left !important;
    }

    .popup .close {
        position: absolute;
        top: 0px;
        right: 10px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: 600;
        text-decoration: none;
        color: #bfdbff;
    }

        .popup .close:hover {
            color: #fff;
        }





/* start pop up div for Settings Modal Box*/
.settingModalBox {
    margin: 5% auto;
    padding-bottom: 10px;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    max-width: 680px;
    position: relative;
    transition: all 5s ease-in-out;
    border: 5px solid #048abb;
    z-index: 9999999;
    height: auto;
    min-height: 440px;
    max-height: 700px;
}

    .settingModalBox h2 {
        margin-top: 0;
        color: #fff;
        padding: 10px;
        font-family: "Gill Sans MT";
        background: #048abb;
        font-size: 20px;
        font-weight: 400;
        float: none !important;
        text-align: center !important;
    }

    .settingModalBox .close {
        position: absolute;
        top: 0px;
        right: 10px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: 600;
        text-decoration: none;
        color: #bfdbff;
    }

        .settingModalBox .close:hover {
            color: #fff;
        }

.SettingMenuWrapper {
    width: 45%;
    margin: 0px 2% 0px 3%;
    float: left;
}

    .SettingMenuWrapper:last-child {
        width: 45%;
        margin: 0px 3% 0px 2%;
        float: left;
    }

p.SettingMenuHeading {
    color: #fff;
    font-family: "Gill Sans MT";
    font-size: 16px;
    background: #444;
    font-weight: 400;
    margin: 20px 0px 0px 0px;
    padding: 7px 10px;
}

.emppage_anchors {
    display: block;
    margin: 0px;
    padding: 0.50rem 0.60rem;
    border-radius: 1px;
    left: 0px;
    color: #444;
    font-size: 15px;
    transition: all 0.3s;
    text-align: left;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 1px solid #e0e0e0;
}
    /*.emppage_anchors:after {content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-color: #f1f1f2;  color:#444; border-radius: 1px; z-index: -2; }
.emppage_anchors:before {content: ""; position: absolute; bottom: 0; left: 0; width: 0%; height: 100%; background-color: #d9d9d9; color:#fff; transition: all 0.3s; border-radius: 1px; z-index: -1;}
*/
    .emppage_anchors:hover {
        background: #ebeff3;
        color: #008cd2;
    }

.settingIconTxt {
    display: inline-block;
    float: left;
    font-size: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #048abb;
    border: 5px solid #fff;
    color: White;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

    .settingIconTxt i {
        line-height: 40px;
    }

.settingPopupBox {
    max-width: 640px;
    height: 80% !important;
    overflow-y: auto;
    top: 7%;
}

.containerbox {
    width: 92%;
    padding: 15px 6% 15px 2%;
    display: block;
    margin: 0px auto;
}

.checkSetLbl {
    font-size: 15px;
    float: left;
    margin: 0px;
    height: auto;
    text-align: left;
    color: #141414;
    font-size: 15px;
}

.checkSetInput {
    float: left;
    margin: 0px;
    border: 1px solid #ccc;
    padding: 4px 0px 4px 1%;
    font-size: 15px;
    color: #777;
    width: 99%;
    font-family: Gill Sans MT;
}

/* start pop up div for Settings Modal Box*/


.sw_reg_dtls {
    height: auto;
    overflow: auto;
    padding: 0px 20px;
    width: 100%;
    max-width: 800px;
}

    .sw_reg_dtls h3 {
        color: #048abb;
        font-family: "Gill Sans MT";
        font-size: 18px;
        background: none !important;
        font-weight: 400;
        border-bottom: 1px dashed #e5e5e5;
        padding-bottom: 10px;
        margin: 0px;
        padding-left: 0px !important;
    }

.sw_reg_dtls_l {
    width: 100%;
    max-width: 380px;
    float: left;
    margin-top: 10px;
}

    .sw_reg_dtls_l label {
        width: 100%;
        max-width: 150px;
        padding: 2px 0px 2px 5px;
        float: left;
        font-family: "Gill Sans MT";
        font-size: 14px;
        color: #6f6f6f;
        text-align: left;
        margin: 5px 0px;
    }

        .sw_reg_dtls_l label span {
            color: #f00;
        }

    .sw_reg_dtls_l p {
        width: 100%;
        margin: 5px 0px;
        max-width: 215px;
        float: left;
        font-family: "Gill Sans MT";
        font-size: 14px;
        color: #6f6f6f;
        text-align: left;
        border: 1px solid #e5e5e5;
        font-size: 14px;
        padding: 2px 0px 2px 5px;
        overflow: auto;
        min-height: 15px;
    }

.sw_reg_dtls_r {
    width: 100%;
    max-width: 380px;
    float: right;
    margin-top: 10px;
}

    .sw_reg_dtls_r label {
        width: 100%;
        max-width: 135px;
        padding: 2px 0px 2px 5px;
        float: left;
        font-family: "Gill Sans MT";
        font-size: 14px;
        color: #6f6f6f;
        text-align: left;
        margin: 5px 0px;
    }

        .sw_reg_dtls_r label span {
            color: #f00;
        }

    .sw_reg_dtls_r input[type="text"], [type="file"] {
        width: 100%;
        margin: 5px 0px;
        max-width: 190px;
        float: left;
        font-family: "Gill Sans MT";
        font-size: 14px;
        color: #6f6f6f;
        text-align: left;
        border: 1px solid #e5e5e5;
        font-size: 14px;
        padding: 2px 0px 2px 5px;
    }

        .sw_reg_dtls_r input[type="text"]:focus, [type="file"]:focus {
            color: #000;
        }

    .sw_reg_dtls_r input[type="file"] {
        width: 100%;
        margin: 5px 0px;
        max-width: 190px;
        float: left;
        font-family: "Gill Sans MT";
        font-size: 14px;
        color: #6f6f6f;
        text-align: left;
        border: none;
        font-size: 14px;
        padding: 2px 0px 2px 0px;
    }

.choosefile_btn {
    background: #048abb;
    padding: 5px 10px;
    border: none;
}

.sw_reg_dtls_r input[type="file"]:focus {
    color: #000;
}

.sw_reg_dtls_r p {
    width: 100%;
    margin: 5px 0px;
    max-width: 230px;
    float: left;
    font-family: "Gill Sans MT";
    font-size: 14px;
    color: #6f6f6f;
    text-align: left;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    padding: 2px 0px 2px 5px;
    overflow: auto;
    min-height: 15px;
}




.clearclose_btn img {
    margin: 0px 3px -1px 0px;
}



/*Admin Content*/
.blueclostBtn {
    display: inline-block;
    margin: 0;
    padding: 2px 10px;
    background-color: #048abb;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

    .blueclostBtn:hover {
        background: #000;
    }

.state {
    position: absolute;
    top: 0;
    left: -100vw;
}

    .state:checked ~ .admincontent {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .state:checked ~ .backdrop {
        bottom: 0;
        opacity: 1;
        z-index: 1;
    }

.lightbox {
    position: fixed;
    top: 25px;
    right: 0;
    left: 25%;
    height: 0;
    padding: 0 20px;
    z-index: 999;
}

    .lightbox .admincontent {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden;
        position: relative;
        z-index: 2;
        max-width: 500px;
        height: auto;
        margin: 20px auto;
        padding: 0px;
        background: #fff;
        -webkit-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
        transform: translateY(-200%);
        -webkit-transition: 0.3s -webkit-transform ease-in-out;
        transition: 0.3s transform ease-in-out;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

        .lightbox .admincontent h3 {
            font-family: "Gill Sans MT";
            font-size: 18px;
            color: #fff;
            background: #048abb;
            min-width: 457px;
            text-align: left;
            padding-left: 10px;
            font-weight: 400;
        }

    .lightbox .head {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background: #048abb;
        height: 30px;
    }

        .lightbox .head .button:not(:first-child), .lightbox .footer .button:not(:first-child) {
            margin-left: auto;
        }

    .lightbox .main {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 0px 10px;
        background: #f9f9f9;
    }

.user_img {
    width: 100%;
    max-width: 160px;
    float: left;
    margin-top: -5px;
}

    .user_img img {
        float: left;
        margin-top: 20px;
    }

.user_details {
    width: 100%;
    max-width: 320px;
    float: right;
    margin-top: 5px;
}

    .user_details ul {
        margin: 0px;
    }

        .user_details ul li {
            list-style-type: none;
            display: block;
            font-family: "Gill Sans MT";
            font-size: 15px;
            color: #6f6f6f;
            text-align: left;
            margin: 10px 0px;
        }

            .user_details ul li a {
                font-family: "Gill Sans MT";
                font-size: 15px;
                color: #6f6f6f;
                text-align: left;
                text-decoration: none;
            }




.homeDashboardWrapper {
    width: 100%;
    display: block;
    margin: 20px auto 0px auto;
}

.col3Box {
    width: 31%;
    float: left;
    margin-right: 3.5%;
    margin-bottom: 15px;
    background: white;
}

    .col3Box:last-child {
        margin-right: 0%;
    }

.homeDashboardBox {
    background: #f9f9f9;
    min-height: 185px;
    padding: 15px 0px;
    text-align: center;
    position: relative;
    outline: 1px solid #e7e8e9;
    transition: all 0.5s ease 0s;
}

    .homeDashboardBox:hover {
        outline: 1px solid #428ef8;
    }

    .homeDashboardBox:before, .homeDashboardBox:after {
        content: "";
        width: 70%;
        height: 5px;
        background: #428ef8;
        opacity: 0;
        position: absolute;
        top: -3px;
        left: 35%;
        transform: translateX(-50%);
        transition: all 0.5s ease 0s;
    }

    .homeDashboardBox:hover:before, .homeDashboardBox:hover:after {
        opacity: 1;
        left: 50%;
    }

    .homeDashboardBox:after {
        top: auto;
        bottom: -3px;
    }

    .homeDashboardBox .service-icon {
        width: 65px;
        height: 65px;
        line-height: 65px;
        border-radius: 50%;
        background: #428ef8;
        margin: 0 autox;
        font-size: 36px;
        color: #fff;
    }

    .homeDashboardBox .title {
        display: block;
        margin: 20px auto;
        width: 100%;
        transition: all 0.5s ease 0s;
    }

        .homeDashboardBox .title .txtAreaBox {
            font-size: 14px;
            font-weight: 400;
            color: #7a7a7a;
            line-height: 20px;
            border: 1px solid #e1e1e2;
            height: 40px;
            overflow-y: auto;
            padding: 5px 2%;
            width: 90%;
            display: block;
            text-align: left;
            margin: 0 auto;
            background: #fff;
        }

            .homeDashboardBox .title .txtAreaBox:focus {
                font-size: 14px;
                font-weight: 400;
                color: #7a7a7a;
                line-height: 20px;
                border: 1px solid #e1e1e2;
                height: 40px;
                overflow-y: auto;
                padding: 5px 2%;
                width: 90%;
                display: block;
                text-align: left;
                margin: 0 auto;
                background: #fff;
            }

            .homeDashboardBox .title .txtAreaBox placeholder {
                color: #c9c9c9;
            }

    .homeDashboardBox .description {
        font-size: 15px;
        color: #7a7a7a;
        line-height: 25px;
        margin: 0;
        transition: all 0.5s ease 0s;
    }









/*person Page CSS starts here ---  ADDED on Feb 18 2015 */
.person_box {
    width: 100%;
    max-width: 230px;
    height: auto;
    float: left;
    padding: 0px;
    border: 1px solid #f1f1f2;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 20px;
    margin-bottom: 50px;
    display: block !important;
}

    .person_box:last-child {
        margin-right: 0px;
    }

    .person_box h6 {
        font-family: "Gill Sans MT";
        font-size: 18px;
        color: #fff;
        background: #048abb;
        font-weight: 400 !important;
        text-align: left;
        line-height: 20px;
        padding: 5px 2px !important;
    }
        /*#3b8df1*/
        .person_box h6 a {
            font-size: 15px !important;
            padding-left: 10px !important;
            text-transform: uppercase;
            background: none !important;
            color: #fff !important;
        }

            .person_box h6 a span {
                line-height: 0px;
                font-size: 13px;
                color: #fff;
                font-weight: 600;
            }

    .person_box p {
        font-family: "Gill Sans MT";
        font-size: 14px;
        padding-left: 10px;
        color: #fff;
        background: #3b8df1;
        font-weight: 400 !important;
        text-align: left;
        line-height: 0px;
        padding: 5px 10px !important;
        padding-bottom: -1px !important;
    }

    .person_box ul {
        margin-top: 0px;
        padding: 0px;
    }

        .person_box ul li {
            display: block;
            padding: 5px 10px;
            line-height: 20px;
            border-bottom: 1px solid #f1f1f2;
        }
            /*.person_box ul li:hover{background:#f1f1f2;}*/
            .person_box ul li a {
                color: #3b8df1;
                font-family: "Gill Sans MT";
                font-size: 13px;
                font-weight: 400;
            }

                .person_box ul li a span:hover {
                    color: #048abb;
                    padding-left: 5px;
                }

                .person_box ul li a span {
                    color: #6f6f6f;
                }

.containerPerson {
    max-width: 1250px;
    margin: 0px auto;
    width: 100%;
    height: auto
}
/*person Page CSS Ends here ---  ADDED on Feb 18 2015 */


/*Communication Dashboard Page CSS starts here ---  ADDED on AUG 22 2015 */ By Abhineet

.Communication_box {
    width: 100%;
    max-width: 200px;
    height: auto;
    float: left;
    padding: 0px;
    border: 1px solid #f1f1f2;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-right: 20px;
    margin-bottom: 50px;
    display: block;
}

.Communication_box:last-child {
    margin-right: 0px;
}

.Communication_box h6 {
    font-family: "Gill Sans MT";
    font-size: 18px;
    color: #fff;
    background: #048abb;
    font-weight: 400 !important;
    text-align: left;
    line-height: 20px;
    padding: 5px 9px !important;
}

    .Communication_box h6 a {
        font-size: 18px !important;
        padding-left: 7px !important;
        background: none !important;
        color: #fff !important;
    }

        .Communication_box h6 a span {
            line-height: 0px;
            font-size: 14px;
            color: #fff;
            font-weight: 600;
        }

.Communication_box p {
    height: 5px;
    padding: 4px 0 6px 0;
    text-align: center;
    font-size: 12px;
    font-family: "Gill Sans MT";
    color: #fff;
    background: #048abb;
    font-weight: 400 !important;
    line-height: 0px;
}

    .Communication_box p > a {
        float: left;
        margin: 0 0 0 9px;
        color: #fff;
    }

.Communication_box ul {
    margin-top: 0px;
    padding: 0px;
}

    .Communication_box ul li {
        display: block;
        padding: 5px 10px;
        line-height: 20px;
        border-bottom: 1px solid #f1f1f2;
        text-align: left;
    }
        /*.person_box ul li:hover{background:#f1f1f2;}*/
        .Communication_box ul li a {
            color: #048abb;
            font-family: "Gill Sans MT";
            font-size: 15px;
            font-weight: 400;
            margin: 0 0 0 4px;
        }

            .Communication_box ul li a span:hover {
                color: #048abb;
                padding-left: 5px;
            }

            .Communication_box ul li a span {
                color: #6f6f6f;
            }

.divwidth {
    max-width: 95%;
}

.barbtns {
    font-size: 32px !important;
    color: #048abb;
    cursor: pointer;
}

.innerlabel {
    margin: 0px 0 0 0;
    width: 100px;
    float: left;
}














.ih-item {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

    .ih-item,
    .ih-item * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .ih-item a {
            text-align: center;
            margin-top: 40px;
            color: #fff;
            text-decoration: none !important;
        }

            .ih-item a:hover {
                text-decoration: none;
            }

        .ih-item img {
            width: 100%;
            height: 100%;
        }

        .ih-item.circle {
            position: relative;
            width: 124px;
            height: 124px;
            border-radius: 50%;
            float: none;
            margin-right: 1px;
            display: inline-block;
        }

            .ih-item.circle p {
                font-family: "Gill Sans MT";
                font-size: 15px;
                color: #048abb;
                text-align: center;
                font-weight: 300;
                margin-top: 4px;
            }


            .ih-item.circle .img {
                position: relative;
                width: 124px;
                height: 124px;
                border-radius: 50%;
            }

                .ih-item.circle .img i {
                    font-size: 44px;
                    padding-top: 25px;
                    color: #048abb;
                }




            .ih-item.circle p {
                color: #048abb;
                text-align: center;
                display: block;
            }


            .ih-item.circle .img:before {
                position: absolute;
                display: block;
                content: '';
                width: 100%;
                height: 100%;
                border-radius: 50%;
                box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
                -webkit-transition: all 0.35s ease-in-out;
                -moz-transition: all 0.35s ease-in-out;
                transition: all 0.35s ease-in-out;
            }

            .ih-item.circle .img img {
                border-radius: 50%;
            }

            .ih-item.circle .info {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                text-align: center;
                border-radius: 50%;
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
            }

            .ih-item.circle.effect10 .img {
                z-index: 11;
                background: #eee;
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1);
                -webkit-transition: all 0.35s ease-in-out;
                -moz-transition: all 0.35s ease-in-out;
                transition: all 0.35s ease-in-out;
            }

            .ih-item.circle.effect10.colored .info {
                background: #1a4a72;
            }

            .ih-item.circle.effect10 .info {
                background: #048abb;
                opacity: 0;
                -webkit-transform: scale(0);
                -moz-transform: scale(0);
                -ms-transform: scale(0);
                -o-transform: scale(0);
                transform: scale(0);
                -webkit-transition: all 0.35s ease-in-out;
                -moz-transition: all 0.35s ease-in-out;
                transition: all 0.35s ease-in-out;
            }

                .ih-item.circle.effect10 .info h3 {
                    color: #fff;
                    text-transform: uppercase;
                    position: relative;
                    letter-spacing: 2px;
                    font-size: 22px;
                    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
                }

                .ih-item.circle.effect10 .info p {
                    color: #fff;
                    font-size: 18px;
                    font-family: "Gill Sans MT";
                    padding: 2px 5px !important;
                    border-top: 1px solid rgba(255, 255, 255, 0.2);
                    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
                }

            .ih-item.circle.effect10 a:hover .info {
                visibility: visible;
                opacity: 1;
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1);
            }

            .ih-item.circle.effect10.top_to_bottom .info h3 {
                margin: 0 30px;
                padding: 25px 0 0 0;
                height: 78px;
            }

            .ih-item.circle.effect10.top_to_bottom .info p {
                margin: 28px 0px;
            }

            .ih-item.circle.effect10.top_to_bottom a:hover .img {
                -webkit-transform: translateY(50px) scale(0.5);
                -moz-transform: translateY(50px) scale(0.5);
                -ms-transform: translateY(50px) scale(0.5);
                -o-transform: translateY(50px) scale(0.5);
                transform: translateY(50px) scale(0.5);
            }

            .ih-item.circle.effect10.bottom_to_top .info h3 {
                margin: 95px 30px 0;
                padding: 25px 0 0 0;
                height: 78px;
            }

            .ih-item.circle.effect10.bottom_to_top .info p {
                margin: 0 30px;
                padding: 0px;
            }

            .ih-item.circle.effect10.bottom_to_top a:hover .img {
                -webkit-transform: translateY(-50px) scale(0.5);
                -moz-transform: translateY(-50px) scale(0.5);
                -ms-transform: translateY(-50px) scale(0.5);
                -o-transform: translateY(-50px) scale(0.5);
                transform: translateY(-50px) scale(0.5);
            }












.pageheading {
    color: #4297cd;
    font-weight: 600;
    font-family: Arial;
    font-size: 18px;
    padding-top: 30px;
    padding-left: 20px;
    margin: 0px;
    float: left;
}

.reqsupp {
    width: 100%;
    float: left;
    margin: 0px;
    height: auto;
    padding: 0px;
}

.pagewrap {
    width: 100%;
    margin: 0px auto;
    height: auto;
}

.askuslft {
    width: 46%;
    height: auto;
    float: left;
    margin: 30px 0px 80px 0px;
    background: #f1f1f1;
    padding: 30px 0px 30px 0px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

    .askuslft h1 {
        font-family: Arial;
        font-size: 56px;
        color: #333;
        text-align: left;
        padding: 0px 3% 10px 3%;
        font-weight: 400;
        display: block;
        margin: 0px auto;
        background: url(../TriageImages/black-line.png) left bottom no-repeat;
        background-position: 4% 100%;
    }

        .askuslft h1 span {
            font-weight: 600;
            color: #333;
        }

    .askuslft h4 {
        font-family: Arial;
        font-size: 28px;
        color: #048abb;
        text-align: left;
        padding: 15px 3% 10px 3%;
        font-weight: 400;
        display: block;
        margin: 0px auto;
        background: none;
    }

    .askuslft p {
        font-family: Arial;
        font-size: 16px;
        color: #000;
        text-align: justify;
        font-weight: 400;
        margin-top: 10px;
        padding: 0px 3% 0px 3%;
        line-height: 30px;
    }

        .askuslft p span {
            color: #c40000 !important;
        }

        .askuslft p a {
            font-size: 20px;
            color: #333;
        }


.reqsupform {
    width: 46%;
    height: auto;
    float: right;
    margin-top: 30px 0px 80px 0px;
    padding: 40px 3% 65px 5%;
    background: url(../TriageImages/triangle-icon.png) center left no-repeat #fff;
    background-position: 0% 65%;
}

.reqestformbox {
    width: 100%;
    height: auto;
    padding: 0px;
    float: left;
    margin: 0px;
}

.leftbox {
    width: 47%;
    float: left;
    margin: 0px;
    height: auto;
}

.rightbox {
    width: 47%;
    float: right;
    margin: 0px;
    height: auto;
}

.rowspace {
    margin: 20px 0px;
    float: left;
    width: 100%;
}

.request_label {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
    font-family: Arial;
    font-size: 14px;
    color: #333;
    text-align: left;
    padding-bottom: 5px;
}

    .request_label span {
        color: #f00;
    }

.request_inptype {
    width: 99%;
    height: auto;
    float: left;
    margin: 0px;
    font-family: Arial;
    font-size: 14px;
    color: #333;
    text-align: left;
    padding: 12px 0px 12px 10px;
    padding-left: 10px;
    background: #f1f1f1;
    border: none;
    border-top: 2px solid #048abb;
}

    .request_inptype:hover {
        box-shadow: 0px 0px 0px 1px #048abb;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .request_inptype:focus {
        box-shadow: 0px 0px 0px 1px #048abb;
    }

.textareabox {
    width: 99%;
    height: 240px;
    float: left;
    margin: 0px;
    font-family: Arial;
    font-size: 14px;
    color: #333;
    text-align: left;
    padding: 12px 0px 12px 10px;
    padding-left: 10px;
    background: #f1f1f1;
    border: none;
    border-top: 2px solid #048abb;
}

    .textareabox:hover {
        box-shadow: 0px 0px 0px 1px #048abb;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .textareabox:focus {
        box-shadow: 0px 0px 0px 1px #048abb;
    }

label.dropdown select {
    padding: 12px 42px 12px 10px;
    background: #f1f1f1;
    color: #444;
    border: none;
    border-top: 2px solid #048abb;
    border-radius: 0;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
    width: 100%;
}

    label.dropdown select:hover {
        box-shadow: 0px 0px 0px 1px #048abb;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    label.dropdown select:focus {
        box-shadow: 0px 0px 0px 1px #048abb;
    }

    label.dropdown select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #444;
    }

    label.dropdown select::-ms-expand {
        display: none;
    }

label.dropdown:before {
    content: '';
    right: 5px;
    top: -7px;
    width: 30px;
    height: 33px;
    background: #f8f8f8;
    position: absolute;
    pointer-events: none;
    display: block;
}

label.dropdown {
    position: relative;
}

    label.dropdown:after {
        content: '>';
        font: 16px Consolas, monospace;
        color: #444;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 2px;
        top: -3px;
        border-bottom: 1px solid #aaa;
        position: absolute;
        pointer-events: none;
        width: 35px;
        padding: 0 0 5px 0;
        text-indent: 14px;
    }

@media screen\0 {
    label.dropdown:after {
        width: 38px;
        text-indent: 15px;
        right: 0;
    }
}

@media screen and (min--moz-device-pixel-ratio:0) {
    label.dropdown select {
        padding-right: 40px;
    }

    label.dropdown:before {
        right: 6px;
    }

    label.dropdown:after {
        text-indent: 14px;
        right: 0px;
        top: 32px;
        width: 36px;
    }
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #333333;
    background: rgba(0,0,0,0.9);
}

    .lightbox:target {
        display: block;
        outline: none;
    }

    .lightbox .box {
        max-width: 440px;
        width: 100%;
        margin: 8% auto;
        padding-top: 50px;
        background: -moz-linear-gradient(45deg, rgba(47,144,205,1) 0%, rgba(47,144,205,1) 50%, rgba(34,138,204,1) 51%, rgba(34,138,204,1) 100%); /* ff3.6+ */
        background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(47,144,205,1)), color-stop(50%, rgba(47,144,205,1)), color-stop(51%, rgba(34,138,204,1)), color-stop(100%, rgba(34,138,204,1))); /* safari4+,chrome */
        background: -webkit-linear-gradient(45deg, rgba(47,144,205,1) 0%, rgba(47,144,205,1) 50%, rgba(34,138,204,1) 51%, rgba(34,138,204,1) 100%); /* safari5.1+,chrome10+ */
        background: -o-linear-gradient(45deg, rgba(47,144,205,1) 0%, rgba(47,144,205,1) 50%, rgba(34,138,204,1) 51%, rgba(34,138,204,1) 100%); /* opera 11.10+ */
        background: -ms-linear-gradient(45deg, rgba(47,144,205,1) 0%, rgba(47,144,205,1) 50%, rgba(34,138,204,1) 51%, rgba(34,138,204,1) 100%); /* ie10+ */
        background: linear-gradient(45deg, rgba(47,144,205,1) 0%, rgba(47,144,205,1) 50%, rgba(34,138,204,1) 51%, rgba(34,138,204,1) 100%); /* w3c */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#228acc', endColorstr='#2f90cd',GradientType=1 ); /* ie6-9 */
        box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.1);
        border: 5px solid #228acc;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .lightbox img {
        display: block;
        margin: 0px auto;
    }

    .lightbox .title {
        font-family: Arial;
        font-size: 32px;
        color: #fff;
        text-align: center;
        padding-top: 20px;
        font-weight: 600;
        margin: 0px;
    }

    .lightbox .content {
        font-family: Arial;
        font-size: 17px;
        color: #fff;
        text-align: center;
        margin: 0px;
        padding: 10px 20px 0px 20px;
        font-weight: 400;
        line-height: 30px;
    }

    .lightbox .close {
        float: right;
        display: block;
        text-decoration: none;
        font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 22px;
        color: #fff;
        position: relative;
        left: 25px;
        top: -75px;
    }

.ticketbox {
    background: url(../TriageImages/tip-icon.png) center top no-repeat #fff;
    padding: 60px 0px;
    margin-top: 30px;
    height: auto;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.ticketbtn {
    font-family: Arial;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    padding: 12px 25px;
    border: 2px solid #228acc;
    background: #2f90cd;
    width: 120px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin: 0px auto;
    display: block;
    box-shadow: -7px 7px 0px 0px #dad9d7;
}

    .ticketbtn:hover {
        border: 2px solid #2f90cd;
        background: #228acc;
        box-shadow: -5px 5px 0px 0px #555;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

.successimg {
    margin-left: 39% !important;
}


.sendreqbtn {
    width: 100%;
    background: #048abb;
    padding: 15px 0px;
    font-family: Arial;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
    border: none;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0px;
    float: left;
    text-decoration: none;
    text-align: center;
}

    .sendreqbtn:hover {
        background: #000;
        color: #fff;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }









/* Styling navigation for TUTORIALS button */
#accordian {
    background: #404756;
    min-width: 250px;
    width: 100%;
    margin: 0px auto 0 auto;
    color: white;
    /*Some cool shadow and glow effect*/
}
    /*heading styles*/
    #accordian h3 {
        font-family: Gill Sans MT;
        font-size: 15px;
        transition: all 0.15s;
        line-height: 30px;
        padding: 5px 10px;
        font-weight: 400;
        cursor: pointer;
        background: #003040;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
        /*heading hover effect*/
        #accordian h3:hover {
            background: #003545;
            border-left: 5px solid #048abb;
        }
        /*iconfont styles*/
        #accordian h3 span {
            font-size: 24px;
            float: right;
            line-height: 30px;
        }
    /*list items*/
    #accordian li {
        list-style-type: none;
    }
    /*links*/
    #accordian ul ul li a {
        color: white;
        font-family: Gill Sans MT;
        font-size: 14px;
        text-decoration: none;
        line-height: 27px;
        display: block;
        padding: 5px 15px;
        transition: all 0.15s;
        background: #048abb;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
        /*hover effect on links*/
        #accordian ul ul li a:hover {
            background: #003545;
            border-left: 5px solid #048abb;
        }
    /*Lets hide the non active LIs by default*/
    #accordian ul ul {
        display: none;
    }

    #accordian li.active ul {
        display: block;
    }

/* Styling navigation for TUTORIALS button */




/* Contact card page css STARTS - added on March 27-2017 by NARESH*/

.contactcrd_top {
    width: 100%;
    float: left;
    margin: 0px;
    height: auto;
}

.contactcrd_textheading {
    font-size: 18px;
    color: #000;
    text-align: left;
    padding: 10px 0px;
    display: block;
}

.contactcrd_textheading {
    font-size: 18px;
    color: #000;
    text-align: left;
    padding: 10px 0px;
    display: block;
}

.contactcrd_btns {
    width: 100%;
    float: left;
    margin: 10px auto;
    float: left;
}

.contactcrd_lft {
    width: 100%;
    float: left;
    margin: 0px;
    height: auto;
}

.card_btn {
    width: auto;
    float: left;
    margin: 0px 10PX 0px 0px;
    float: left;
    max-width: 24%;
    min-width: 155px;
    max-height: 40px;
    cursor: pointer !important;
    padding: 0px;
}

    .card_btn i {
        font-size: 24px;
        vertical-align: middle;
        color: #fff;
        text-align: center;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-right: 1px solid rgba(255,255,255,0.5);
    }

    .card_btn input {
        background: none;
        font-size: 14px;
        color: #fff;
        border: none;
        font-weight: 400;
        padding: 0px 10px;
        text-transform: uppercase;
        font-family: Gill Sans MT;
        line-height: 24px;
        cursor: pointer !important;
    }

.greenbg {
    background: #28b779;
}

    .greenbg:hover {
        background: #4a4a4a;
        transition-duration: 0.3s;
        transition-timing-function: linear;
        -webkit-transition-duration: 0.3s;
        -webkit-transition-timing-function: linear;
    }

.blugbg {
    background: #27a9e3;
}

    .blugbg:hover {
        background: #4a4a4a;
        transition-duration: 0.3s;
        transition-timing-function: linear;
        -webkit-transition-duration: 0.3s;
        -webkit-transition-timing-function: linear;
    }

.yellowbg {
    background: #ffb848;
}

    .yellowbg:hover {
        background: #4a4a4a;
        transition-duration: 0.3s;
        transition-timing-function: linear;
        -webkit-transition-duration: 0.3s;
        -webkit-transition-timing-function: linear;
    }

.redbg {
    background: #da542e;
}

    .redbg:hover {
        background: #4a4a4a;
        transition-duration: 0.3s;
        transition-timing-function: linear;
        -webkit-transition-duration: 0.3s;
        -webkit-transition-timing-function: linear;
    }

.greybg {
    background: #c9c9c9;
}

    .greybg:hover {
        background: #c9c9c9;
        transition-duration: 0.3s;
        transition-timing-function: linear;
        -webkit-transition-duration: 0.3s;
        -webkit-transition-timing-function: linear;
    }


.contactcrd_right {
    width: 45%;
    float: left;
    margin: 0px;
    height: auto;
}

.cardlbldes {
    font-size: 14px;
    color: #fff;
    background: #4c4c4c;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    float: left;
    display: inline;
    line-height: 20px;
}

.dateperiod {
    font-size: 14px;
    float: left;
    display: inline;
    text-align: left;
    font-weight: 400;
    border: 1px solid #ababab;
    padding: 10px 5px;
    background: #fff;
    border: 1px solid #c1c1c1;
    color: #3d3d3d;
}

.showdatebox {
    width: auto;
    float: left;
    display: inline;
    vertical-align: middle;
    line-height: 38px;
    font-size: 14px;
    color: #4a4a4a;
}

.dateinput {
    background: #fff !important;
    color: #000 !important;
    max-width: 115px !important;
    padding: 7px 10px !important;
    margin-top: -3px !important;
    border: 1px solid #c2c2c2 !important;
    font-size: 14px !important;
}

.cardsearchbox {
    width: 100%;
    float: left;
    margin: 0px;
    height: auto;
}

.contactcrd_midsearch {
    width: 100%;
    float: left;
    margin: 10px 0px;
    height: auto;
}

.userselect_btn {
    width: 32%;
    float: left;
    margin: 0px 0px 0px 0px;
    max-height: 40px;
    cursor: pointer !important;
    padding: 0px;
}

    .userselect_btn:last-child {
        margin: 0px 0px 0px 0px;
        width: 7%;
    }

.cardlbldes_width {
    font-size: 15px;
    color: #333;
    padding: 10px 10px 10px 0px;
    text-align: center;
    vertical-align: middle;
    float: left;
    display: inline;
    line-height: 19px;
}

.dateperiod_width {
    font-size: 14px !important;
    font-family: Gill Sans MT;
    width: 50%;
    float: left;
    display: inline;
    height: 22px;
    text-align: left;
    font-weight: 400;
    border: 1px solid #c2c2c2;
    color: #3d3d3d;
    margin-top: 10px;
}


.card_search {
    font-size: 22px;
    color: #fff;
    background: #048abb;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}



.carddtlstable {
    width: 91%;
    float: left;
    margin: -1px 4% 0px 5%;
    height: auto;
    background: #f9f9f9;
    border: 1px solid #c2c2c2;
    border-top: none;
    padding: 8px 8px 10px 8px;
}

.contactcardwidth {
    min-width: 91%;
    margin: 0px 4% 0px 5%;
}


.tblheading {
    text-align: center;
    padding: 10px 10px;
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    background: #eee;
    color: #048abb;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.tblth_heading {
    background: #048abb !important;
    color: #fff !important;
    text-align: left !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    border-right: 1px solid rgba(255,255,255,0.5) !important;
}

.newcontactlog {
    width: 100%;
    max-width: 1200px;
    background: #fff;
    padding: 0px;
    height: auto;
    position: absolute;
    z-index: 99999;
    display: block;
    top: 3%;
    left: 15%;
    box-shadow: 0px 0px 30px 0px #000;
    border: 10px solid #fff;
}

.newlog {
    width: 100%;
    float: left;
    margin: 0px;
    height: auto;
    padding: 0px;
}

.loghead {
    width: 98%;
    padding: 5px 1%;
    height: auto;
    float: left;
    margin: 0px;
    background: #399dec;
}

.logheading {
    width: 40%;
    height: auto;
    float: left;
    margin: 0px;
    text-align: left;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    font-family: Gill Sans MT;
    text-transform: uppercase;
}

.logtimedate {
    width: 58%;
    height: auto;
    float: left;
    margin: 0px;
    text-align: right;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    font-family: Gill Sans MT;
    line-height: 24px;
}

.logmidform {
    width: 98%;
    display: block;
    margin: 0px auto;
    height: auto;
    float: left;
    padding: 0px 1%;
    background: #eee !important;
}

.log_lbltxt {
    width: 100%;
    max-width: 180px;
    font-size: 15px !important;
    font-family: Gill Sans MT !important;
    color: #333 !important;
    font-weight: 400 !important;
    margin: 5px 0px 5px 0px;
    text-align: left !important;
    float: left;
    margin-right: 10px;
}

    .log_lbltxt span {
        color: #f00;
    }

.log_inptxt {
    font-size: 15px !important;
    font-family: Gill Sans MT !important;
    color: #333 !important;
    font-weight: 400 !important;
    display: inline-block;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px 10px;
    width: 100%;
    max-width: 370px;
    float: left;
}

.log_inptxt_message {
    font-size: 15px !important;
    font-family: Gill Sans MT !important;
    color: #000 !important;
    font-weight: 400 !important;
    display: inline-block;
    padding: 5px 0px;
    width: 100%;
    max-width: 370px;
    float: left;
}

    .log_inptxt_message a {
        color: #048abb !important;
    }

.row {
    width: 100%;
    margin: 5px auto;
}

.colhalf {
    width: 48%;
    float: left;
    margin: 0px;
}

    .colhalf:last-child {
        float: right;
    }

.log_textarea {
    font-size: 15px !important;
    font-family: Gill Sans MT !important;
    color: #333 !important;
    font-weight: 400 !important;
    display: block;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px 10px;
    width: 100%;
    max-width: 540px;
}

.setremindericon {
    width: 30px;
    height: 30px;
    float: left;
    background: #fe7f00;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    margin-right: 5px;
    border-radius: 5px;
}

.wd320 {
    max-width: 335px !important;
}

.contactcardpg_btns {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

    .contactcardpg_btns ul {
        margin: 0px auto;
        max-width: 550px;
        padding: 0px;
    }

.editdialogbtnbox {
    max-width: 275px !important;
    margin: 0px auto;
    padding: 0px;
}

.previous_log_text {
    font-weight: bold !important;
}


.contactcardpg_btns ul li {
    list-style-type: none;
    display: table-cell;
}


.loghrline {
    background: #000;
    height: 3px;
    box-shadow: none;
    width: 98%;
    display: block;
    margin: 10px auto;
}

.logfootdtls {
    width: 100%;
    display: block;
    margin: 0px;
    height: auto;
    float: left;
    padding: 0px;
    background: #eee !important;
}

.logcontacttxt {
    font-family: Gill Sans MT;
    font-size: 15px;
    color: #000;
}

.log_lbltxt_inline {
    width: 26%;
    font-size: 15px !important;
    font-family: Gill Sans MT !important;
    color: #333 !important;
    font-weight: 400 !important;
    margin: 10px 0px;
    text-align: left !important;
    float: left;
}

    .log_lbltxt_inline span {
        color: #f00;
    }

.log_inptxt_inline {
    width: 100%;
    max-width: 350px;
    font-size: 15px !important;
    font-family: Gill Sans MT !important;
    color: #333 !important;
    font-weight: 400 !important;
    float: left;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px 10px;
}

.checkboxdes {
    width: 65%;
    font-size: 14px !important;
    display: inline;
    float: right;
    padding-right: 5px;
    line-height: 30px;
}

.rowborder {
    padding: 0px;
    margin-left: -10px;
    border-left: none;
    border-right: none;
}

.bl_btn {
    width: auto;
    float: right;
    margin: -5px 20px 0px 0px;
    height: auto;
    padding: 7px 25px;
    cursor: pointer !important;
    background: #008cd2;
    border: 2px solid #008cd2;
    font-family: Gill Sans MT !important;
    letter-spacing: 1px;
    font-size: 15px !important;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

    .bl_btn:hover {
        background: #fff;
        color: #008cd2;
        transition-duration: 0.3s;
        transition-timing-function: linear;
        -webkit-transition-duration: 0.3s;
        -webkit-transition-timing-function: linear;
    }

.cancelbtn {
    width: auto;
    float: right;
    margin: -5px 20px 0px 0px;
    height: auto;
    padding: 7px 25px;
    cursor: pointer !important;
    background: #cc0000;
    border: 2px solid #cc0000;
    font-family: Gill Sans MT !important;
    letter-spacing: 1px;
    font-size: 15px !important;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

    .cancelbtn:hover {
        background: #fff;
        color: #cc0000;
        transition-duration: 0.3s;
        transition-timing-function: linear;
        -webkit-transition-duration: 0.3s;
        -webkit-transition-timing-function: linear;
    }

.savebtn {
    width: auto;
    float: right;
    margin-top: -5px;
    height: auto;
    padding: 7px 25px;
    cursor: pointer !important;
    background: #009900;
    border: 2px solid #009900;
    font-family: Gill Sans MT !important;
    letter-spacing: 1px;
    font-size: 15px !important;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

    .savebtn:hover {
        background: #fff;
        color: #009900;
        transition-duration: 0.3s;
        transition-timing-function: linear;
        -webkit-transition-duration: 0.3s;
        -webkit-transition-timing-function: linear;
    }

.txtleft {
    text-align: left;
}

.txtright {
    text-align: right;
}

.cardlogclose {
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: #cc0000;
    border: 1px solid #cc0000;
    padding: 4px 8px 8px 8px;
    cursor: pointer;
    float: right;
    line-height: 20px;
    position: absolute;
    right: 0px;
    top: 0px;
}

    .cardlogclose:hover {
        background: #fff;
        color: #cc0000;
    }

.contactlog_btntabs {
    width: 100%;
    height: auto;
    float: left;
    padding: 1px 0px 5px 0px;
    background: #eee;
}

    .contactlog_btntabs .mysettingbtn {
        text-transform: uppercase;
        float: left;
        margin-right: 15px;
        font-size: 14px;
        color: #fff;
        background: #399dec;
        padding: 5px 15px;
    }

        .contactlog_btntabs .mysettingbtn i {
            font-size: 24px;
            text-align: left;
            margin-right: 10px;
            line-height: 25px;
            display: inline;
            vertical-align: middle;
            padding: 0px 10px;
            margin-right: 0px;
        }



.lblreasonofcontact {
    display: block;
    width: 100%;
}

.overlayblackbg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: rgba(0,0,0,0.7);
    height: 100vh;
    z-index: 9999;
}

.multipleactive {
    font-size: 13px;
    color: #048abb;
    text-align: left;
    float: left;
    padding-left: 110px;
    cursor: pointer;
}

.multipleinactive {
    font-size: 13px;
    color: #999;
    text-align: left;
    float: left;
    padding-left: 110px;
    cursor: pointer;
}

.overlaycardpg {
    display: none;
    position: fixed;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 99999;
}

.cardpg_alertbox {
    width: 100%;
    max-width: 500px;
    padding: 0px;
    background: #fff;
    min-height: 200px;
    position: relative;
    margin: 10% auto;
    border: 10px solid #eee;
}

.dialougeclnts_alertbox {
    width: 100%;
    max-width: 700px;
}

.alertbx_head {
    text-align: center;
    padding: 20px 0px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.cardconfirmbox {
    width: 225px;
    display: block;
    margin: 10px 40%;
}

.profsearchicon {
    float: right;
    margin: 5px 15px 0px 0px;
    font-size: 22px;
    color: #fff;
    padding: 5px;
    background: #048abb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.contactcardoverlaypg {
    display: none;
}

.proftabledata {
    background: #fff !important;
    font-size: 14px !important;
    color: #000 !important;
    border: 1px solid #999 !important;
    padding: 0px;
    overflow-y: scroll;
    max-height: 380px;
    overflow-x: hidden;
    width: 810px !important;
    position: relative;
    margin: 10% auto;
    top: 10px;
}

    .proftabledata tr:nth-child(even) {
        background-color: #eee;
        height: 40px;
    }

    .proftabledata tr td {
        padding: 8px 15px;
        border-bottom: 1px solid #c2c2c2;
        font-size: 13px;
        text-transform: capitalize;
    }

.closetableicon {
    position: relative;
    top: -141px;
    left: 22%;
    font-size: 24px !important;
    padding: 3px 9px;
    margin-right: 0px;
}

.dialougeclnts {
    position: absolute;
    margin: 0px auto;
}

.prof_tblheading {
    background: #000;
    display: block;
    font-size: 30px;
    clear: both;
    text-align: center;
    padding: 10px 0px;
    height: 78px;
    font-weight: 400;
    color: #fff;
}
/* Contact card page css ENDS - added on March 27-2017 by NARESH*/


/*CSS added for Dialouge Reason Contact by Naresh Singh as on Sep-25-2017 */
.dialreasoncontact {
    background: rgba(0,0,0,0.4);
    position: fixed;
    width: 100%;
    height: 101%;
    left: 0%;
    top: 0%;
    z-index: 9999;
}

.dialreasoncontact_heading {
    font-family: Gill Sans MT;
    font-size: 20px;
    color: #fff;
    background: #000;
    font-weight: 400;
    text-align: left;
    display: block;
    margin: 0px auto;
    padding: 10px;
}

.dialreasoncontact_box {
    width: 500px;
    height: 240px;
    float: none;
    display: block;
    margin: 0px auto;
    position: relative;
    left: 0px;
    top: 20%;
    background: #eee;
    border: 20px solid #fff;
}

.reasonofcontact {
    width: 80%;
    padding: 30px 10% 20px 10%;
    display: block;
    margin: 0px auto;
}

.reasonofcontact_btns {
    width: 56%;
    padding: 25px 0px;
    display: block;
    margin: 15px auto;
}

.select_reasonofcontact {
    width: 100%;
    height: 30px;
    font-size: 12px;
    display: block;
}

.viewemailtemplatebox {
    position: relative;
    z-index: 9999999;
    border: 10px solid #fff;
    width: 90%;
    background: #f1f1f2;
    text-align: center;
    min-height: 560px;
    padding: 15px !important;
    word-wrap: break-word;
    display: block;
    margin: 2% auto 0px auto;
    text-align: left;
}


.creatlog_txtinput {
    font-size: 13px;
    color: #fe7f00;
    float: right;
    margin-right: 38px;
}

/*CSS added for Email Template Preview  by Naresh Singh as on Feb-21-2018 */

.divemailpreview_formbox {
    width: 97.9%;
    /*max-width: 1035px;*/
    display: block;
    margin: 0px auto;
    float: none;
    background: #fff;
    padding: 15px 1%;
    border: 1px solid #048abb;
    max-height: 500px;
    overflow-y: scroll;
}

.divemailpreview_lblname {
    font-size: 15px;
    line-height: 30px;
    color: #333;
    text-align: left;
    width: 150px;
    float: left;
}

.divemailpreview_inpdesign {
    font-size: 14px;
    color: #333;
    text-align: left;
    width: 100%;
    max-width: 760px;
    float: left;
    background: #fff;
    text-align: left;
    margin: 0px 0px 0px 10px;
    padding: 5px 10px;
    border: 1px solid #eee;
}

.divemailpreview_txtareadesign {
    font-size: 14px;
    color: #333;
    text-align: left;
    width: 98%;
    float: left;
    background: #f9f9f9;
    text-align: left;
    margin: 0px 0px 10px 0px;
    padding: 5px 10px 5px 1%;
    border: 1px solid #eee;
}

.colorblue {
    color: #048abb !important;
    border: none !important;
    padding: 5px 0px !important;
}

.disablegrey {
    color: #545454 !important;
    border: 1px solid #ccc !important;
    padding: 5px 0px !important;
    background: #f9f9f9;
}

.emailpreview_heading {
    background: #048abb;
    color: #fff;
    text-align: center;
    display: block;
    padding: 10px 0px;
    border-radius: 5px 5px 0px 0px;
    font-size: 16px;
    text-transform: uppercase;
}
/*CSS added for Email Template Preview  by Naresh Singh as on Feb-21-2018 */







/*Start reenrollment notification on dashboard by swashant date 21/04/2020*/
.reEnNotification {
    display: none;
    margin: auto;
    text-align: right;
    margin-bottom: 15px;
    padding: 0 15px;
}

    .reEnNotification ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .reEnNotification ul li {
            display: inline-block;
            list-style: none;
            font: 500 16px/20px 'Gill Sans MT';
        }

            .reEnNotification ul li a {
                color: #ffffff;
                display: block;
                padding: 7px 10px 7px 15px;
                background-color: #E91E63;
                border-radius: 25px;
                -webkit-border-radius: 25px;
                -moz-border-radius: 25px;
            }

            .reEnNotification ul li .nobadge {
                font-size: 14px;
                background-color: #fec3d7;
                border: 1px solid #fec3d7;
                padding: 2px 5px;
                color: #000000;
                border-radius: 25px;
                -webkit-border-radius: 25px;
                -moz-border-radius: 25px;
                margin-left: 5px;
            }

            .reEnNotification ul li:hover a {
                background-color: rgba(158, 158, 158, 0.18);
                color: #0c68ca;
            }

@media only screen and (max-width:544px) {
    .reEnNotification ul li {
        margin-bottom: 10px;
    }
}
/*End reenrollment notification on dashboard by swashant date 21/04/2020*/

/*Start reenrollment notification popup swashant date 08/05/2020*/
.screenWrapper {
    height: calc( 100% - 4%) !important;
    min-width: 1024px;
    width: 80% !important;
    border: 0 !important;
}

@media only screen and (max-width:1366px) {
    .screenWrapper {
        max-width: 100%;
        min-width: 90%;
        width: 90% !important;
    }
}

@media only screen and (max-width: 1024px) {
    .screenWrapper {
        max-width: 100%;
        min-width: 96%;
        width: 96% !important;
    }
}

@media only screen and (max-width:991px) {
    .screenWrapper {
        max-width: 100%;
        min-width: 100%;
        width: 100% !important;
        height: calc( 100% - 0px) !important;
    }
}

@media only screen and (max-width:767px) {
    .screenWrapper {
        max-height: 100%;
        width: 100% !important;
        top: 0 !important;
        left: 0 !important;
        height: 100vh !important;
        overflow-y: scroll;
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
    }
}
/*End reenrollment notification popup swashant date 08/05/2020*/


/* common css for page box shadow, side window, side window title, grid etc*/
.greyBodyWrap {
    width: 100%;
    height: auto;
    margin-top: 0;
    float: left;
    padding: 15px;
    background: #f1f1f2 !important;
    border-bottom: 1px solid #e9e9e9;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.whiteBoxWrapper {
    width: 100%;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.4);
    display: block;
    margin: 0 auto;
    height: auto;
    padding: 15px 30px;
    background: #fff;
}

.pageTitleBox {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.pageTitleHd {
    font-size: 18px;
    color: #404040;
    font-weight: 600;
    text-align: left;
    display: block;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
    cursor: auto;
    margin-bottom: 10px;
}

.overlayBox {
    background: rgba(0,0,0,0.1);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1000;
}

.sideWindBox {
    z-index: 1001;
    top: 0;
    right: -100%;
    display: block;
    position: fixed;
    padding: 0;
    bottom: 0;
    width: 85%;
    height: 100%;
    min-height: 100%;
    background-color: #ffffff;
    overflow-y: auto;
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: right,box-shadow;
    -moz-transition-property: right,box-shadow;
    -o-transition-property: right,box-shadow;
    transition-property: right,box-shadow;
    -webkit-box-shadow: 0 1px 9px -3px rgba(0,0,0,.75);
    -moz-box-shadow: 0 1px 9px -3px rgba(0,0,0,.75);
    box-shadow: 0 1px 9px -3px rgba(0,0,0,.75);
    -webkit-box-shadow: -1px 3px 6px 0 rgba(0,0,0,.1);
    -moz-box-shadow: -1px 3px 6px 0 rgba(0,0,0,.1);
    box-shadow: -1px 3px 6px 0 rgba(0,0,0,.1);
}

.sideWindExpand {
    right: 0 !important;
}

.sideWindHd {
    color: #fff;
    font: 500 18px/24px Calibri;
    background-color: #008cd2;
    border-bottom: #ebebeb solid 3px;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
}

.sideWindCloseBtn {
    cursor: pointer;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    display: inline-block;
    padding: 1px 9px;
    border-radius: 3px;
    transition: all .3s;
}

/* grid wrapper*/
.gridCustomBox {
    display: grid;
    padding: 15px 0;
}

.gridCustomWrapper {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.gridCustomUI {
}

    .gridCustomUI .k-grid-header .k-header > .k-link {
        font-weight: 600;
        padding: 8px 6px;
    }

    .gridCustomUI .k-grid-norecords-template {
        border: none;
    }

    .gridCustomUI .k-grid-toolbar {
        text-align: right;
    }
/*.k-button.k-button-icontext{ background-color: #008cd2; color:#fff;  cursor: pointer; border: 1px solid #008cd2 !important;background-image: none;-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
.k-button.k-button-icontext:hover{background-color: transparent; color:#008cd2;}*/
.k-grid-content tr:last-child td, .k-grid-content-locked tr:last-child td {
    border-bottom-width: 1px;
}
/*.gridCustomUI.k-grid tr.k-alt { background-color: transparent !important;}*/
.k-grid tbody tr.k-state-hover, .k-grid tbody tr:hover, .gridCustomUI.k-grid tr.k-alt:hover {
    background-color: #ededed !important;
}

.gridCustomUI.k-grid td {
    border-width: 0 0 1px 1px;
    vertical-align: middle;
}

.gridCustomUI.k-grid tr td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
}

.gridCustomUI.k-grid td, .gridCustomUI .k-grid th {
    padding: 5px 8px;
}

.gridCustomUI .k-pager-numbers .k-current-page {
    display: none;
}

.gridCustomUI .k-pager-numbers .k-link.k-state-hover, .k-pager-numbers .k-link:hover {
    color: #008cd2 !important;
    background-color: rgba(0,140,210,.08) !important;
}

.gridCustomUI .k-pager-numbers .k-state-selected {
    padding: 4px 4px;
    border-width: 0;
    border-style: solid;
    line-height: 22px;
    width: 30px;
    text-align: center;
    background-color: #008cd2;
    color: #fff;
}

/*Start For Header Menu finance 16/10/2020 Nitin/Swashant */
#css3menu1 {
    display: flex
}

#cssmenu > ul > li > a {
    padding: 13px 20px 14px 25px !important;
}

.topmenu ul li a i {
    width: 20px;
    text-align: center;
}
/*End For Header Menu finance 16/10/2020 Nitin/Swashant */

.removescroll {
    overflow: hidden;
}

/* Notifications message */
.k-notification {
    width: 300px;
    box-sizing: unset !important;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.03), 0 4px 5px 0 rgba(0,0,0,.04);
}

.k-animation-container > .k-notification {
    margin: 1px 0 !important;
}

.k-notification-wrap {
    padding: 15px !important;
    white-space:normal;
    display:flex;
}

.k-notification-wrap .k-icon{
    margin-right:5px;
}


.k-notification-content {
    width: 240px;
    line-height: 20px;
    font-size: 15px;
}

.k-notification .k-icon {
    width: 94 !important;
    font-size: 20px;
}

    .k-notification .k-icon.k-i-close {
        width: 20px !important;
        font-size: 16px;
        line-height: 22px;
    }

.themetextcolor {
    color: #048ABB;
}

.themebgcolor {
    background-color: #048ABB;
}
/* Notifications message */
.k-notification {
    width: 300px;
    box-sizing: unset !important;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.03), 0 4px 5px 0 rgba(0,0,0,.04);
}

.k-animation-container > .k-notification {
    margin: 1px 0 !important;
}

.k-notification-wrap {
    padding: 15px !important;
}

.k-notification-content {
    width: 240px;
    line-height: 20px;
    font-size: 15px;
}

.k-notification .k-icon {
    min-width: 25px !important;
    font-size: 20px;
}

    .k-notification .k-icon.k-i-close {
        width: 20px !important;
        font-size: 16px;
        line-height: 22px;
    }

@media only screen and (max-width: 767px) {
    .sideWindBox {
        width: 100%;
        max-width: 100%;
    }

    .sideWindExpand {
        width: 100% !important;
    }
}



/* All Mobile Sizes (devices and browser) */
@media only screen and (min-width:1920px) {
    .newcontactlog {
        left: 18%;
    }
}

@media only screen and (min-width:1680px) and (max-width:1919px) {
    .newcontactlog {
        left: 12%;
    }
}

@media only screen and (min-width:1600px) and (max-width:1679px) {
    .newcontactlog {
        left: 9%;
    }
}

@media only screen and (min-width:1440px) and (max-width:1599px) {
    .newcontactlog {
        left: 7%;
    }
}

@media only screen and (min-width:1400px) and (max-width:1439px) {
    .newcontactlog {
        left: 5%;
    }
}

@media only screen and (min-width:1360px) and (max-width:1399px) {
    .newcontactlog {
        left: 4%;
    }
}





@media only screen and (min-width:800px) and (max-width:1130px) {
    .body_bg {
        background: url(../TriageImages/triage_bg.jpg) top center no-repeat;
    }

    .form_box {
        width: 98%;
        max-width: 440px;
        height: 440px;
    }

    .form_heading {
        width: 100%;
        margin-top: 30px;
    }

        .form_heading h2 {
            font-size: 20px;
        }

        .form_heading p {
            font-size: 15px;
        }

    .form_box_bot {
        width: 80%;
        padding: 0px 45px;
    }

        .form_box_bot .input_text {
            height: 55px !important;
            margin: 0px;
        }

            .form_box_bot .input_text img {
                float: left;
                width: auto;
                margin: 2px 10px 2px 5px;
            }

        .form_box_bot input[type="text"] {
            width: 75% !important;
            padding: 15px 0px !important;
            margin: 0px;
        }

        .form_box_bot input[type="password"] {
            width: 75% !important;
            ;
            padding: 14px 0px !important;
            margin: 0px;
        }

        .form_box_bot input[type="checkbox"] {
            margin-top: -2px !important;
        }

    span.ctext {
        line-height: 35px;
    }

    .forgot_pswd {
        text-align: left;
    }

        .forgot_pswd a {
            line-height: 25px;
        }

    .login_box placeholder {
        color: #333 !important;
    }

    .login_btn {
        left: 50px;
        top: -60px;
    }

    .row {
        width: 100%;
        float: left;
    }

    .validation_text {
        font-size: 9px !important;
    }

    .incorrect_text {
        font-size: 9px !important;
    }

    .powered img {
        width: auto;
    }
}



@media only screen and (min-width:800px) and (max-width:979px) {
    .askuslft {
        width: 100%;
    }

        .askuslft h1 {
            font-size: 34px;
            padding: 0px 8% 25px 5%;
        }

    .reqsupform {
        width: 95%;
        padding: 20px 3% 40px 5%;
        background: none;
    }
}


@media only screen and (min-width:1920px) and (max-width:2880px) {
    .login_headpart {
        left: 32%;
        top: 150px;
    }

    .body_bg {
        background: url(../TriageImages/triage_bg.jpg) top center no-repeat;
        background-position: 75% 30%;
        background-size: 100%;
    }

    .form_heading {
        width: 100%;
        margin-top: 70px;
    }

    .powered {
        margin-top: 90px;
    }

    .form_box {
        margin: 180px auto 10px auto;
    }
}

@media only screen and (min-width:1680px) and (max-width:1919px) {
    .login_headpart {
        left: 30%;
        top: 150px;
    }

    .body_bg {
        background: url(../TriageImages/triage_bg.jpg) top center no-repeat;
        background-position: 75% 30%;
        background-size: 100%;
    }

    .form_heading {
        width: 100%;
        margin-top: 70px;
    }

    .powered {
        margin-top: 130px;
    }

    .form_box {
        margin: 200px auto 10px auto;
    }
}

@media only screen and (min-width:1600px) and (max-width:1679px) {
    .login_headpart {
        left: 28%;
        top: 110px;
    }

    .body_bg {
        background: url(../TriageImages/triage_bg.jpg) top center no-repeat;
        background-position: 75% 30%;
        background-size: 100%;
    }

    .form_heading {
        width: 100%;
        margin-top: 70px;
    }

    .powered {
        margin-top: 35px;
    }
}

@media only screen and (min-width:1440px) and (max-width:1599px) {
    .login_headpart {
        left: 27%;
        top: 100px;
    }

    .body_bg {
        background: url(../TriageImages/triage_bg.jpg) top center no-repeat;
        background-position: 75% 30%;
        background-size: 100%;
    }

    .form_heading {
        width: 100%;
        margin-top: 70px;
    }

    .powered {
        margin-top: 35px;
    }
}

@media only screen and (min-width:1366px) and (max-width:1439px) {
    .login_headpart {
        left: 24%;
        top: 10px;
    }

    .body_bg {
        background: url(../TriageImages/triage_bg.jpg) top center no-repeat;
        background-position: 75% 30%;
        background-size: 100%;
    }

    .form_heading {
        width: 100%;
        margin-top: 60px;
    }

    .powered {
        margin-top: 0px;
    }

    .form_box {
        margin: 50px auto 10px auto;
    }
}

@media only screen and (min-width:1280px) and (max-width:1365px) {
    .login_headpart {
        left: 22%;
        top: 55px;
    }

    .body_bg {
        background: url(../TriageImages/triage_bg.jpg) top center no-repeat;
        background-position: 75% 30%;
        background-size: 100%;
    }

    .form_heading {
        width: 100%;
        margin-top: 60px;
    }

    .powered {
        margin-top: 0px;
    }

    .form_box {
        margin: 100px auto 10px auto;
    }
}

@media only screen and (min-width:1024px) and (max-width:1279px) {
    .login_headpart {
        left: 17%;
        top: 90px;
    }

    .body_bg {
        background: url(../TriageImages/triage_bg.jpg) top center no-repeat;
        background-position: 75% 30%;
        background-size: 100%;
    }

    .form_heading {
        width: 100%;
        margin-top: 60px;
    }

    .powered {
        margin-top: 0px;
    }

    .emailTaskBox {
        right: 31%;
    }
}


@media only screen and (min-width:980px) and (max-width:1023px) {
    .login_headpart {
        left: 15%;
        top: 100px;
    }

    .body_bg {
        background: url(../TriageImages/triage_bg.jpg) top center no-repeat;
        background-position: 75% 30%;
        background-size: 100%;
    }

    .form_heading {
        width: 100%;
        margin-top: 50px;
    }

    .powered {
        margin-top: 0px;
    }

    .emailTaskBox {
        right: 27%;
    }
}


@media only screen and (min-width:960px) and (max-width:979px) {
    .login_headpart {
        left: 15%;
        top: 100px;
    }

    .body_bg {
        background: url(../TriageImages/triage_bg.jpg) top center no-repeat;
        background-position: 75% 30%;
        background-size: 100%;
    }

    .form_heading {
        width: 100%;
        margin-top: 70px;
    }

    .powered {
        margin-top: 0px;
    }

    .emailTaskBox {
        right: 26%;
    }
}



@media only screen and (min-width:853px) and (max-width:959px) {
    .login_headpart {
        left: 11%;
        top: 90px;
    }

    .body_bg {
        background: url(../TriageImages/triage_bg.jpg) top center no-repeat;
        background-position: 75% 30%;
    }

    .form_heading {
        width: 100%;
        margin-top: 60px;
    }

    .powered {
        margin-top: 0px;
    }

    .emailTaskBox {
        right: 27%;
    }
}



@media only screen and (min-width:800px) and (max-width:852px) {
    .login_headpart {
        left: 7%;
        top: 50px;
    }

    .body_bg {
        background: url(../TriageImages/triage_bg.jpg) top center no-repeat;
        background-position: 75% 30%;
    }

    .form_heading {
        width: 100%;
        margin-top: 70px;
    }

    .powered {
        margin-top: 0px;
    }

    .emailTaskBox {
        right: 26%;
    }
}





@media only screen and (min-width:768px) and (max-width:799px) {
    .login_headpart {
        left: 7%;
        top: 50px;
    }

    .body_bg {
        background: url(../TriageImages/triage_bg.jpg) top center no-repeat;
        background-position: 75% 30%;
    }

    .form_box {
        width: 98%;
        max-width: 440px;
        height: 440px;
    }

    .form_heading {
        width: 100%;
        margin-top: 70px;
    }

        .form_heading h2 {
            font-size: 20px;
        }

        .form_heading p {
            font-size: 15px;
        }

    .form_box_bot {
        width: 80%;
        padding: 0px 45px;
    }

        .form_box_bot .input_text {
            height: 55px !important;
            margin: 0px;
        }

            .form_box_bot .input_text img {
                float: left;
                width: auto;
                margin: 2px 10px 2px 5px;
            }

        .form_box_bot input[type="text"] {
            width: 75% !important;
            padding: 15px 0px !important;
            margin: 0px;
        }

        .form_box_bot input[type="password"] {
            width: 75% !important;
            ;
            padding: 14px 0px !important;
            margin: 0px;
        }

        .form_box_bot input[type="checkbox"] {
            margin-top: -2px !important;
        }

    span.ctext {
        line-height: 35px;
    }

    .forgot_pswd {
        text-align: left;
    }

        .forgot_pswd a {
            line-height: 25px;
        }

    .login_box placeholder {
        color: #333 !important;
    }

    .login_btn {
        left: 50px;
        top: -60px;
    }

    .row {
        width: 100%;
        float: left;
    }

    .validation_text {
        font-size: 9px !important;
    }

    .incorrect_text {
        font-size: 9px !important;
    }

    .powered {
        margin-top: 0px;
    }

        .powered img {
            width: auto;
        }

    .emailTaskBox {
        right: 25%;
    }
}



@media only screen and (min-width:640px) and (max-width:767px) {
    .login_headpart {
        left: 1%;
        top: 40px;
    }

    .body_bg {
        background: url(../TriageImages/triage_bg.jpg) top center no-repeat;
        background-position: 75% 30%;
    }

    .form_box {
        width: 98%;
        max-width: 440px;
        height: 440px;
    }

    .form_heading {
        width: 100%;
        margin-top: 60px;
    }

        .form_heading h2 {
            font-size: 20px;
        }

        .form_heading p {
            font-size: 15px;
        }

    .form_box_bot {
        width: 80%;
        padding: 0px 45px;
    }

        .form_box_bot .input_text {
            height: 55px !important;
            margin: 0px;
        }

            .form_box_bot .input_text img {
                float: left;
                width: auto;
                margin: 2px 10px 2px 5px;
            }

        .form_box_bot input[type="text"] {
            width: 75% !important;
            padding: 15px 0px !important;
            margin: 0px;
        }

        .form_box_bot input[type="password"] {
            width: 75% !important;
            ;
            padding: 14px 0px !important;
            margin: 0px;
        }

        .form_box_bot input[type="checkbox"] {
            margin-top: -2px !important;
        }

    span.ctext {
        line-height: 35px;
    }

    .forgot_pswd {
        text-align: left;
    }

        .forgot_pswd a {
            line-height: 25px;
        }

    .login_box placeholder {
        color: #333 !important;
    }

    .login_btn {
        left: 50px;
        top: -60px;
    }

    .row {
        width: 100%;
        float: left;
    }

    .validation_text {
        font-size: 9px !important;
    }

    .incorrect_text {
        font-size: 9px !important;
    }

    .powered {
        margin-top: 0px;
    }

        .powered img {
            width: auto;
        }

    .emailTaskBox {
        right: 12%;
    }
}


@media only screen and (min-width:600px) and (max-width:639px) {
    .login_headpart {
        left: 1%;
        top: 25px;
    }

    .body_bg {
        background: url(../TriageImages/triage_bg.jpg) top center no-repeat;
        background-position: 75% 30%;
    }

    .form_box {
        width: 98%;
        max-width: 440px;
        height: 440px;
    }

    .form_heading {
        width: 100%;
        margin-top: 60px;
    }

        .form_heading h2 {
            font-size: 20px;
        }

        .form_heading p {
            font-size: 15px;
        }

    .form_box_bot {
        width: 80%;
        padding: 0px 45px;
    }

        .form_box_bot .input_text {
            height: 55px !important;
            margin: 0px;
        }

            .form_box_bot .input_text img {
                float: left;
                width: auto;
                margin: 2px 10px 2px 5px;
            }

        .form_box_bot input[type="text"] {
            width: 75% !important;
            padding: 15px 0px !important;
            margin: 0px;
        }

        .form_box_bot input[type="password"] {
            width: 75% !important;
            ;
            padding: 14px 0px !important;
            margin: 0px;
        }

        .form_box_bot input[type="checkbox"] {
            margin-top: -2px !important;
        }

    span.ctext {
        line-height: 35px;
    }

    .forgot_pswd {
        text-align: left;
    }

        .forgot_pswd a {
            line-height: 25px;
        }

    .login_box placeholder {
        color: #333 !important;
    }

    .login_btn {
        left: 50px;
        top: -60px;
    }

    .row {
        width: 100%;
        float: left;
    }

    .validation_text {
        font-size: 9px !important;
    }

    .incorrect_text {
        font-size: 9px !important;
    }

    .powered {
        margin-top: 0px;
    }

        .powered img {
            width: auto;
        }

    .emailTaskBox {
        right: 12%;
    }
}



@media only screen and (min-width:568px) and (max-width: 599px) {
    .login_headpart {
        left: 1%;
        top: 20px;
    }

    .body_bg {
        background: url(../TriageImages/triage_bg.jpg) top center no-repeat;
        background-position: 80% 20%;
    }

    .form_box {
        width: 98%;
        max-width: 440px;
        height: 440px;
    }

    .form_heading {
        width: 100%;
        margin-top: 60px;
    }

        .form_heading h2 {
            font-size: 20px;
        }

        .form_heading p {
            font-size: 15px;
        }

    .form_box_bot {
        width: 80%;
        padding: 0px 45px;
    }

        .form_box_bot .input_text {
            height: 55px !important;
            margin: 0px;
        }

            .form_box_bot .input_text img {
                float: left;
                width: auto;
                margin: 2px 10px 2px 5px;
            }

        .form_box_bot input[type="text"] {
            width: 75% !important;
            padding: 15px 0px !important;
            margin: 0px;
        }

        .form_box_bot input[type="password"] {
            width: 75% !important;
            ;
            padding: 14px 0px !important;
            margin: 0px;
        }

        .form_box_bot input[type="checkbox"] {
            margin-top: -2px !important;
        }

    span.ctext {
        line-height: 35px;
    }

    .forgot_pswd {
        text-align: left;
    }

        .forgot_pswd a {
            line-height: 25px;
        }

    .login_box placeholder {
        color: #333 !important;
    }

    .login_btn {
        left: 50px;
        top: -60px;
    }

    .row {
        width: 100%;
        float: left;
    }

    .validation_text {
        font-size: 9px !important;
    }

    .incorrect_text {
        font-size: 9px !important;
    }

    .powered {
        margin-top: 0px;
    }

        .powered img {
            width: auto;
        }

    .emailTaskBox {
        right: 12%;
    }
}



@media only screen and (min-width:480px) and (max-width: 567px) {
    .login_headpart {
        left: 1%;
        top: 10px;
    }

    .body_bg {
        background: url(../TriageImages/triage_bg.jpg) top center no-repeat;
        background-position: 70% 30%;
    }

    .form_box {
        width: 98%;
        max-width: 440px;
        height: 440px;
    }

    .form_heading {
        width: 100%;
        margin-top: 60px;
    }

        .form_heading h2 {
            font-size: 20px;
        }

        .form_heading p {
            font-size: 15px;
        }

    .form_box_bot {
        width: 80%;
        padding: 0px 45px;
    }

        .form_box_bot .input_text {
            height: 55px !important;
            margin: 0px;
        }

            .form_box_bot .input_text img {
                float: left;
                width: auto;
                margin: 2px 10px 2px 5px;
            }

        .form_box_bot input[type="text"] {
            width: 75% !important;
            padding: 15px 0px !important;
            margin: 0px;
        }

        .form_box_bot input[type="password"] {
            width: 75% !important;
            ;
            padding: 14px 0px !important;
            margin: 0px;
        }

        .form_box_bot input[type="checkbox"] {
            margin-top: -2px !important;
        }

    span.ctext {
        line-height: 35px;
    }

    .forgot_pswd {
        text-align: left;
    }

        .forgot_pswd a {
            line-height: 25px;
        }

    .login_box placeholder {
        color: #333 !important;
    }

    .login_btn {
        left: 50px;
        top: -60px;
    }

    .row {
        width: 100%;
        float: left;
    }

    .validation_text {
        font-size: 9px !important;
    }

    .incorrect_text {
        font-size: 9px !important;
    }

    .powered {
        margin-top: 0px;
    }

        .powered img {
            width: auto;
        }

    .emailTaskBox {
        right: 14%;
        top: 1px;
    }

        .emailTaskBox a.incompleteTasks {
            margin: 0px 15px !important;
        }

        .emailTaskBox a .fa {
            padding-right: 0px;
        }

    .EntAppLinkBtn {
        font-size: 15px;
    }

    .emailTaskBox a.unreadEmails {
        font-size: 14px;
    }

    .emailTaskBox a.incompleteTasks {
        font-size: 14px;
    }
}





@media only screen and (min-width: 414px) and (max-width: 479px) {
    .login_headpart {
        left: 1%;
        top: 10px;
    }

    .body_bg {
        background: url(../TriageImages/triage_bg.jpg) top center no-repeat;
        background-position: 70% 30%;
    }

    .form_box {
        width: 98%;
        max-width: 400px;
        height: 400px;
    }

    .form_heading {
        width: 100%;
        margin-top: 70px;
    }

        .form_heading h2 {
            font-size: 20px;
        }

        .form_heading p {
            font-size: 15px;
        }

    .form_box_bot {
        width: 80%;
        padding: 0px 40px;
        margin-top: 20px;
    }

        .form_box_bot .input_text {
            height: 50px !important;
            margin: 0px;
        }

            .form_box_bot .input_text img {
                float: left;
                width: 15%;
                margin: 2px 10px 2px 5px;
            }

        .form_box_bot input[type="text"] {
            width: 75% !important;
            padding: 14px 0px !important;
            margin: 0px;
        }

        .form_box_bot input[type="password"] {
            width: 75% !important;
            ;
            padding: 14px 0px !important;
            margin: 0px;
        }

        .form_box_bot input[type="checkbox"] {
            margin-top: -13px !important;
        }

    span.ctext {
        line-height: 12px;
    }

    .forgot_pswd {
        text-align: center !important;
        width: 100%;
        text-align: left;
    }

        .forgot_pswd a {
            line-height: 20px;
            float: none;
        }

    .login_box placeholder {
        color: #333 !important;
    }

    .login_btn {
        left: 40px;
        top: -85px;
    }

    .row {
        width: 100%;
        float: left;
    }

    .validation_text {
        font-size: 9px !important;
    }

    .incorrect_text {
        font-size: 9px !important;
    }

    .powered {
        margin-top: 0px;
    }

        .powered img {
            width: auto;
        }


    .emailTaskLblTxt {
        display: none;
    }

    .emailTaskBox {
        right: 22%;
    }

        .emailTaskBox a.incompleteTasks {
            margin: 0px 20px !important;
        }

        .emailTaskBox a .fa {
            padding-right: 0px;
        }

    .EntAppLinkBtn {
        font-size: 14px;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 360px) and (max-width: 413px) {
    .login_headpart {
        left: 0%;
        top: 0px;
    }

    .body_bg {
        background: url(../TriageImages/triage_bg.jpg) top center no-repeat;
        background-position: 70% 30%;
    }

    .form_box {
        width: 98%;
        max-width: 300px;
        height: 300px;
        margin-top: 180px;
    }

    .form_heading {
        width: 100%;
        margin-top: 30px;
    }

        .form_heading h2 {
            font-size: 18px;
        }

        .form_heading p {
            font-size: 15px;
        }

    .form_box_bot {
        width: 80%;
        padding: 0px 30px;
        margin-top: 10px;
    }

        .form_box_bot .input_text {
            height: 40px !important;
            margin: 0px;
        }

            .form_box_bot .input_text img {
                float: left;
                width: 15%;
                margin: 2px 10px 2px 5px;
            }

        .form_box_bot input[type="text"] {
            width: 75% !important;
            padding: 10px 0px !important;
            margin: 0px;
        }

        .form_box_bot input[type="password"] {
            width: 75% !important;
            ;
            padding: 10px 0px !important;
            margin: 0px;
        }

        .form_box_bot input[type="checkbox"] {
            margin-top: -13px !important;
        }

    span.ctext {
        line-height: 12px;
    }

    .forgot_pswd {
        text-align: center !important;
        width: 100%;
        text-align: left;
    }

        .forgot_pswd a {
            line-height: 20px;
            float: none;
        }

    .login_box placeholder {
        color: #333 !important;
    }

    .login_btn {
        left: 40px;
        top: -75px;
    }

    .row {
        width: 100%;
        float: left;
    }

    .validation_text {
        font-size: 9px !important;
    }

    .incorrect_text {
        font-size: 9px !important;
    }

    .powered {
        margin-top: 0px;
    }

        .powered img {
            width: auto;
        }


    .emailTaskLblTxt {
        display: none;
    }

    .emailTaskBox {
        right: 22%;
    }

        .emailTaskBox a.incompleteTasks {
            margin: 0px 10px !important;
        }

        .emailTaskBox a .fa {
            padding-right: 0px;
        }

    .EntAppLinkBtn {
        font-size: 14px;
    }
}



@media only screen and (min-width: 320px) and (max-width: 359px) {
    .login_headpart {
        left: 0%;
        top: 0px;
    }

    .body_bg {
        background: url(../TriageImages/triage_bg.jpg) top center no-repeat;
        background-position: 70% 30%;
    }

    .form_box {
        width: 98%;
        max-width: 300px;
        height: 300px;
        margin-top: 180px;
    }

    .form_heading {
        width: 100%;
        margin-top: 30px;
    }

        .form_heading h2 {
            font-size: 18px;
        }

        .form_heading p {
            font-size: 15px;
        }

    .form_box_bot {
        width: 80%;
        padding: 0px 30px;
        margin-top: 10px;
    }

        .form_box_bot .input_text {
            height: 40px !important;
            margin: 0px;
        }

            .form_box_bot .input_text img {
                float: left;
                width: 15%;
                margin: 2px 10px 2px 5px;
            }

        .form_box_bot input[type="text"] {
            width: 75% !important;
            padding: 10px 0px !important;
            margin: 0px;
        }

        .form_box_bot input[type="password"] {
            width: 75% !important;
            ;
            padding: 10px 0px !important;
            margin: 0px;
        }

        .form_box_bot input[type="checkbox"] {
            margin-top: -13px !important;
        }

    span.ctext {
        line-height: 12px;
    }

    .forgot_pswd {
        text-align: center !important;
        width: 100%;
        text-align: left;
    }

        .forgot_pswd a {
            line-height: 20px;
            float: none;
        }

    .login_box placeholder {
        color: #333 !important;
    }

    .login_btn {
        left: 40px;
        top: -75px;
    }

    .row {
        width: 100%;
        float: left;
    }

    .validation_text {
        font-size: 9px !important;
    }

    .incorrect_text {
        font-size: 9px !important;
    }

    .powered {
        margin-top: 0px;
    }

        .powered img {
            width: auto;
        }

    .emailTaskLblTxt {
        display: none;
    }

    .emailTaskBox {
        right: 28%;
    }

        .emailTaskBox a.incompleteTasks {
            margin: 0px 5px !important;
        }

        .emailTaskBox a .fa {
            padding-right: 0px;
        }

    span.unreadMailTask {
        display: none !important;
    }

    .EntAppLinkBtn {
        font-size: 14px;
    }
}



/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width:980px) and (max-width: 1130px) {
    .body_bg {
        background: url(../TriageImages/triage_bg.jpg) top center no-repeat;
    }
}

.newpinkbtn {
    background: #f97979;
    padding: 7px 10px;
    cursor: pointer;
    border: 1px solid #f97979 !important;
    font-weight: 400;
    font-family: Gill Sans MT;
    font-size: 16px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .newpinkbtn:hover {
        background: #fff;
        color: #f97979;
        transition-duration: 0.3s;
        transition-timing-function: linear;
        -webkit-transition-duration: 0.3s;
        -webkit-transition-timing-function: linear;
    }

.newskybtn {
    background: #39c1e8;
    padding: 7px 10px;
    cursor: pointer;
    border: 1px solid #39c1e8 !important;
    font-weight: 400;
    font-family: Gill Sans MT;
    font-size: 16px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .newskybtn:hover {
        background: #fff;
        color: #39c1e8;
        transition-duration: 0.3s;
        transition-timing-function: linear;
        -webkit-transition-duration: 0.3s;
        -webkit-transition-timing-function: linear;
    }

.newdarkbluebtn {
    background: #3f51b5;
    padding: 7px 10px;
    cursor: pointer;
    border: 1px solid #3f51b5 !important;
    font-weight: 400;
    font-family: Gill Sans MT;
    font-size: 16px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .newdarkbluebtn:hover {
        background: #fff;
        color: #3f51b5;
        transition-duration: 0.3s;
        transition-timing-function: linear;
        -webkit-transition-duration: 0.3s;
        -webkit-transition-timing-function: linear;
    }


@media only screen and (min-width:320px) and (max-width:599px) {
    .popup {
        display: none;
    }
}

/* Standard Media queries for Multiple Devices */

@media (min-width: 320px) and (max-width: 768px) {



    .validation_text {
        font-size: 12px !important;
        position: relative;
        top: -116px;
        text-align: right !important;
    }

    .wrap-check {
        display: inline-block;
        width: 100%;
    }

        .wrap-check .ctext {
            line-height: 1;
        }
}

@media (min-width: 768px) and (max-width: 1024px) {
}

@media (min-width: 481px) and (max-width: 767px) {
}

@media (min-width: 1025px) and (max-width: 1280px) {
}


.xeople-sign-nav i {
    float: right;
}

.xeople-sign-nav:hover {
    background: #e5e6e8;
}

.xeople-sign-nav ul > li i {
    float: left;
    margin-right: 10px;
}

.xeople-sign-nav ul {
    display: none;
}

.xeople-sign-nav:hover > ul {
    display: block;
    list-style: none;
    margin: 0;
    background: #f5f6f7;
    padding: 0;
    border-top: 1px solid #bbbaba;
}

    .xeople-sign-nav:hover > ul > li {
        border-bottom: 1px solid #bbbaba;
        color: #000;
        padding-bottom: 8px;
        padding-top: 8px;
        padding-left: 48px;
    }

        .xeople-sign-nav:hover > ul > li:hover {
            background: #e5e6e8;
        }

        .xeople-sign-nav:hover > ul > li:last-child {
            border-bottom: none
        }

.xeople-sign-nav .EntLinksBox {
    background: #fff;
}

    .xeople-sign-nav .EntLinksBox i {
        float: left;
    }


img.catgory_avtr {
    border-radius: 50px;
    height: 25px;
    width: 25px;
    border: 1px solid #ccc;
    object-fit: contain;
}


#AddNewCaseNoteSideWindow {
    max-width: 90% !important;
}

#divConfirmation {
    position: fixed;
}

#divAttachment {
    position: fixed;
}

    #divAttachment p.attachFiles {
        border-bottom: 1px solid #ccc;
        padding: 10px 0px;
        margin: 0 15px;
    }

    #divAttachment .client-goal-input {
        padding: 0px !important;
    }

    #divAttachment p.attachFiles:nth-last-child(2) {
        border-bottom: none;
    }

.load_more_rt .newbluebtn {
    max-width: 145px;
}


#divAttachment.divFilter p.attachFiles {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    color: #008cd2;
    transition: all .3s;
    cursor: pointer;
}

    #divAttachment.divFilter p.attachFiles:hover {
        color: #008cd2;
    }


#divAttachment.divFilter .fa-download {
    color: #999;
    font-size: 12px;
    border: 1px solid #999;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}

#divAttachment.divFilter p.attachFiles:hover .fa-download {
    color: #008cd2;
    border: 1px solid #008cd2;
}





#gridGoal .k-pager-numbers li span, #gridGoal .k-pager-numbers li a {
    margin: 0px !important;
    padding: 0px 5px !important;
    min-width: 30px !important;
    height: auto !important;
    font-size: 17px;
    color: #555;
    text-align: center;
    border-top: 2px solid transparent;
}

#gridGoal .k-pager-numbers li .k-state-selected, #gridGoal .k-pager-numbers li .k-state-selected {
    color: #007cc0;
    border-top: 2px solid #007cc0;
}



#gridGoal .k-pager-nav {
    padding: 0px 0px 8px;
    cursor: pointer;
}

#NotesTitle li.k-tool-group {
    display: flex;
}

.frm_bldr_form {
    max-width: 90% !important;
}

    .frm_bldr_form .right-panel {
        padding: 0px;
    }

    .frm_bldr_form .panel-info {
        height: 94% !important;
        margin: 0 !important;
    }

    .frm_bldr_form iframe {
        border: none !important;
        height: 100% !important;
    }

    .frm_bldr_form .panel-body {
        padding: 0px;
        padding-bottom: 10px;
    }

    .frm_bldr_form .cancel-button-sidebar img {
        position: relative;
        top: 4px;
    }


.prevw_icn_cstm {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 1px;
    right: 2px;
}

    .prevw_icn_cstm .fa-file-o {
        position: absolute;
        font-size: 20px;
    }

    .prevw_icn_cstm .fa-search {
        position: absolute;
        font-size: 10px;
        right: 0;
        bottom: 9px;
    }

.prevw_icn_mn.gsearch {
    position: relative;
    margin-left: 15px;
}


#window_confirm .save_cancel {
    text-align: center;
}

#confirm_Message {
    padding: 0 0 10px;
    text-align: center;
}

#window_confirm {
    padding: 15px;
}

.cstm_modal {
    position: fixed !important;
    background: rgba(0,0,0,.4) !important;
    z-index: 999;
}

    .cstm_modal #ifNoteEngine {
        width: 600px;
        height: 400px;
        background: #fff;
        padding: 0px;
        border: none;
        box-sizing: border-box;
        box-shadow: 0 0 10px 1px rgba(0,0,0,.2);
    }



.sideWindExpand.usernotes_category_popup .panel.panel-info {
    height: 100% !important;
    margin: 0px !important;
}

.sideWindExpand.usernotes_category_popup .right-panel {
    padding: 0 !important;
}

.sideWindExpand.usernotes_category_popup .panel-heading {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
}


.sideWindBox .panel-heading {
    background-color: #f1f1f2 !important;
    border-color: #e1e1e2 !important;
}

.sideWindExpand.usernotes_category_popup .cancel-button-sidebar {
    right: 0px;
    top: 13px !important;
}

.sideWindExpand.usernotes_category_popup .whiteWrapper {
    padding-top: 50px !important;
}

.sideWindExpand.usernotes_category_popup #ifrCaseNotes {
    height: 100% !important;
}

.sideWindExpand.casenotes_popup .panel.panel-info {
    height: 94vh !important;
    margin: 0px !important;
}

.sideWindExpand.usernotes_category_popup.casenotes_popup .cancel-button-sidebar {
    top: 10px !important;
}

.divShiftTable table {
    width: 100%;
    margin: 0px auto 0px;
    border: 1px solid #ccc;
}

    .divShiftTable table th, .divShiftTable table td {
        font-weight: normal;
        font-size: 14px;
        padding: 10px 15px;
        text-align: left;
        color: #555;
    }

    .divShiftTable table th {
        background: #f1f1f1;
        font-weight: 600;
        color: #222;
    }

    .divShiftTable table td {
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

    .divShiftTable table th {
        border-right: 1px solid #ccc;
    }

        .divShiftTable table td:last-child, .divShiftTable table th:last-child {
            border-right: none;
        }


.searcTableShift input {
    width: 100%;
    border: none;
    border-radius: 0;
    min-height: 30px;
    color: #555;
    padding: 0 10px;
    padding-right: 25px;
}

    .searcTableShift input::placeholder {
        color: #888;
    }

.divShiftTable {
    max-height: 260px;
    overflow-y: auto;
    margin: 0 15px;
    min-height: 240px;
}

.searcTableShift {
    position: relative;
    border: 1px solid #ccc;
    width: 333px;
}

    .searcTableShift i {
        position: absolute;
        top: 10px;
        right: 9px;
        font-size: 12px;
        color: #888;
    }

#divShiftFilter .panel-heading {
    padding: 10px 15px;
}

.searcTableShiftMain .TitlHeading {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.searcTableShiftMain {
    display: flex;
    margin: 10px 15px;
    align-items: center;
    justify-content: space-between;
}

#divUserType .k-dropdown-wrap .k-clear-value {
    top: 15px !important;
}

#divUserType .k-state-hover .k-clear-value {
    top: 5px !important;
}

#divMandateTimesheet {
    padding: 20px;
    font-family: Calibri !important;
    height: 100%;
}
