﻿@media screen and (min-width: 1025px) {
    .main-header {
        position: fixed;
    }

    .main-wrap {
        margin-top: 72px;
    }
}


@media screen and (min-width: 1201px) {

    .main-wrap {
        margin-top: 82px;
    }
}


.hprime-vendor-logo {
    position: relative;
}

    .hprime-vendor-logo img {
        max-width: 200px;
        max-height: 100px;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: absolute;
    }




@media screen and (max-width: 767px) {

    .hprime-vendor-logo img {
        max-width: 128px;
    }
}


.hprime-vendor-logo-small {
    position: relative;
    width: 120px;
    height: 50px;
    display: block;
    margin-left: 10px;
}

    .hprime-vendor-logo-small img {
        max-width: 120px;
        max-height: 50px;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: absolute;
        height: 100%;
    }


:focus {
    outline: none !important;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgb(255, 255, 255) !important;
    background-image: none !important;
    color: #555 !important;
}


.hprime-page-header {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    background: #ecece9;
    background: -moz-linear-gradient(top, #ecece9 0%, #f9f9f9 3%, #fafafa 5%, #f3f3f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecece9), color-stop(3%,#f9f9f9), color-stop(5%,#fafafa), color-stop(100%,#f3f3f3));
    background: -webkit-linear-gradient(top, #ecece9 0%,#f9f9f9 3%,#fafafa 5%,#f3f3f3 100%);
    background: -o-linear-gradient(top, #ecece9 0%,#f9f9f9 3%,#fafafa 5%,#f3f3f3 100%);
    background: -ms-linear-gradient(top, #ecece9 0%,#f9f9f9 3%,#fafafa 5%,#f3f3f3 100%);
    background: linear-gradient(to bottom, #ecece9 0%,#f9f9f9 3%,#fafafa 5%,#f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecece9', endColorstr='#f3f3f3',GradientType=0 );
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0px 0px 15px 0px;
    padding: 10px 20px 15px 20px;
    border: none;
    position: relative;
}


    .hprime-page-header .page-header {
        color: #555 !important;
        font-weight: 100 !important;
        font-size: 2em !important;
        margin: 0px !important;
        padding: 10px 0px !important;
        line-height: 0.9em;
        border-bottom: 2px solid #00aeef !important;
    }



        .hprime-page-header .page-header i {
            margin-right: 10px;
        }

/*@media screen and (max-width: 480px) {
    .hprime-vendor-logo-small {
        display: block;
        width: 210px;
        height: 30px;
        background: url(../images-new/logo-jammedical.svg) no-repeat left center;
        background-size: contain;
        top: 10px;
        left: 10px;
        position: relative;
    }
}*/


.hprime-topnav-icon {
    display: block;
    font-size: 24px !important;
    text-align: center;
    color: #969fa1;
    margin-top: 3px !important;
}



.hprime-settings-icon {
    font-size: 24px;
    display: inline;
}


.hprime-topnav-heading {
    color: #555 !important;
    font-size: 0.9em !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    text-transform: none;
}

.hprime-topnav-right {
    line-height: 1.1em;
    margin: 5px 3px 0px 0px;
    color: #969fa1;
    background: transparent;
    font-size: 1.3em;
}


.hprime-topnav-right-bg {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.20);
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-top: -10px;
    margin-right: 5px;
}


@media screen and (max-width: 1200px) {
    .hprime-topnav-middle-bg {
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
        background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
        background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%);
        background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%);
        background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
        -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
        -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.20);
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        width: 120px;
        height: 37px;
        margin: -18px auto 0px auto;
        line-height: 1.1em;
    }

        .hprime-topnav-middle-bg i {
            font-size: 1.3em;
            color: #969fa1;
        }

        .hprime-topnav-middle-bg:hover i {
            color: #555;
        }
}


@media screen and (max-width: 480px) {

    .hprime-topnav-middle-bg {
        margin-left: 8px;
    }
}


.hprime-topnav-right:hover {
    color: #555;
}

#responsive-hprime-topnav {
    width: 100%;
    margin-top: 4px;
}

@media screen and (max-width: 1200px) {
    #responsive-hprime-topnav-bg {
        /*margin-top: 70px;*/
        text-align: center;
        width: 100%;
        margin-left: 2px;
    }
}


.hprime-system-logo {
    display: none;
}

@media screen and (min-width: 768px) {
    .hprime-system-logo {
        display: block;
        height: 200px;
        width: inherit;
        background: #f7f7f7;
        background: -moz-linear-gradient(top, #f7f7f7 65%, #f1f1f1 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(65%,#f7f7f7), color-stop(100%,#f1f1f1));
        background: -webkit-linear-gradient(top, #f7f7f7 65%,#f1f1f1 100%);
        background: -o-linear-gradient(top, #f7f7f7 65%,#f1f1f1 100%);
        background: -ms-linear-gradient(top, #f7f7f7 65%,#f1f1f1 100%);
        background: linear-gradient(to bottom, #f7f7f7 65%,#f1f1f1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
        border-bottom: 1px solid #dfdfdf;
        position: relative;
        margin: 42px 0px;
    }
}

.hprime-system-logo div.hprime {
    width: 90%;
    height: 90%;
    background: url(../images-new/logo-hprime.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 5%;
    top: 5%;
}

.hprime-system-logo div.developedby {
    font-size: 0.7em;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    text-decoration: none;
    width: 100%;
    color: #555;
    text-shadow: none;
    text-align: center;
    position: absolute;
    left: 0%;
    bottom: -17px;
}

.jamweblogo {
    height: 15px;
}

.hprime-logo-menu {
    width: 100%;
    height: 56%;
    /*margin-left: 4%;
    margin-top: 10%;
    margin-bottom: 5%;*/
}

.hprime-icon-playstore {
    background-color: transparent;
}


@media screen and (max-width: 479px) {
    .hprime-icon-playstore {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .hprime-icon-playstore {
        display: inline;
        height: auto;
        width: 110px;
    }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
    .hprime-icon-playstore {
        display: none;
        height: auto;
        width: 110px;
        padding-bottom: 0em;
        position: relative;
        margin-top: 6px;
        margin: 2px 0px;
        padding-left: 0em;
        margin-left: 80px;
    }
}

@media screen and (min-width: 768px) {
    .hprime-icon-playstore {
        height: auto;
        width: 170px;
        display: inline;
    }
}

@media screen and (min-width:480px) and (max-width: 767px) {
    .hprime-icon-playstore-nav {
        display: inline;
        height: auto;
        width: 110px;
        padding-left: 0em;
    }
}

@media screen and (max-width: 480px) {
    .hprime-icon-playstore-nav {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .hprime-icon-playstore-nav {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .hprime-icon-playstore-div {
        display: none;
    }
}

.hprime-logo-storelink {
    width: 150px;
    margin-left: 10px;
    height: 60px;
    border-radius: 15px;
    border: none;
    padding-top: 1em;
    margin-top: 3px;
    background-color: transparent;
}

.hprime-system-logo div.jamweb {
    width: 60%;
    height: 18%;
    background: url(../images-new/logo-jamweb.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 20%;
    bottom: -40px;
}

.developedbyText {
    display: inline;
    font-size: 10px;
}

.hprime-login-logo {
    background: #fafafa;
    background: -moz-linear-gradient(top, #ffffff 0%, #f0f0ed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0ed));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0ed 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f0f0ed 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f0f0ed 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0ed',GradientType=0 );
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.20);
    margin-top: 16px;
    padding: 16px;
    -webkit-border-top-left-radius: 16px;
    -webkit-border-top-right-radius: 16px;
    -moz-border-radius-topleft: 16px;
    -moz-border-radius-topright: 16px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.hprime-login-logo-main {
}
/*.hprime-login-row-icons {
    display:none;
}

@media screen and (min-width: 768px) {
    .hprime-login-row-icons {
        display:block;
        margin-bottom: 64px;

    }
}*/
.hprime-login-icon {
    background: #fafafa;
    background: -moz-linear-gradient(top, #fafafa 0%, #f0f0ed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f0f0ed));
    background: -webkit-linear-gradient(top, #fafafa 0%,#f0f0ed 100%);
    background: -o-linear-gradient(top, #fafafa 0%,#f0f0ed 100%);
    background: -ms-linear-gradient(top, #fafafa 0%,#f0f0ed 100%);
    background: linear-gradient(to bottom, #fafafa 0%,#f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f0f0ed',GradientType=0 );
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.20);
    -webkit-border-bottom-right-radius: 16px;
    -webkit-border-bottom-left-radius: 16px;
    -moz-border-radius-bottomright: 16px;
    -moz-border-radius-bottomleft: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    text-align: center;
    padding: 16px 0px;
}

    .hprime-login-icon p {
        margin: -3px 0px 0px 0px !important;
    }

    .hprime-login-icon img {
        display: block;
        margin: 0 auto;
        max-width: 143px;
        padding-top: 10px;
        padding: 2px;
        height: 50px;
        border-radius: 15px;
    }


.hprime-login-row-details {
    margin-top: 8px;
}

@media screen and (min-width: 768px) {

    .hprime-login-row-details {
        margin-top: 16px;
    }
}


@media screen and (min-width: 768px) {

    .hprime-login-logo {
        margin: 32px 0px 0px 0px;
    }
}


.hprime-login-logo img {
    position: relative;
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 65px;
}



.hprime-login-heading {
    font-weight: 700 !important;
    color: #00aeef !important;
    background: #fafafa;
}


.hprime-login-vendor-logo {
    max-width: 100%;
    padding: 16px 8px;
}

@media screen and (min-width: 768px) {
    .hprime-login-vendor-logo {
        padding: 16px 256px 16px 0px;
    }
}

.hprime-login-vendor-welcome {
    font-weight: 300 !important;
    line-height: 1.4em;
    margin: 0px;
    padding: 0px 0px 32px 0px;
}

.hprime-login-vendor-externaluser {
    font-weight: 300 !important;
    line-height: 1.4em;
    margin: 0px;
}

.hprime-login-organisation {
}

.hprime-login-ExternalUser {
    min-height: 190px;
}

.hprime-passwordreset-box {
    min-height: 224px;
}

.LoginAs-bar, .Impersonation-bar {
    list-style-type: none;
}


.hprime-usersettings-title {
    color: #555 !important;
    border-bottom: 3px solid #00aeef !important;
    padding-bottom: 8px;
    font-weight: 600;
    text-transform: uppercase;
}

#pnlUserImpersonationSelection > p {
    margin: 16px 0px 4px 0px;
    padding: 0px;
    color: #555;
}

.list-group-usersettings {
    margin: 20px 0px;
    border-top: 3px solid #00aeef !important;
    padding-top: 20px;
}


.btnLogOffImp {
    font-size: 0.85em !important;
    font-weight: 700 !important;
    padding: 3px 14px !important;
    max-width: 166px !important;
}

#pnlUserImpersonationInfo .text-primary {
    color: #555;
    font-size: 0.9em;
    padding: 5px;
    border: 1px dashed #969fa1;
}

.pnlSearchCl {
    min-height: 100px;
}

.val-summary ul {
    display: none;
}

.form-group em {
    color: red;
    font-size: 13px;
    line-height: 0;
    font-style: normal;
}


.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #00aeef;
    background-color: #f0f0ed;
    border-color: #f7f7f7;
}

.pagination > li > a, .pagination > li > span {
    font-weight: 600;
    border: 2px solid #f7f7f7;
}



.panel-footer {
    padding: 10px 15px 10px 15px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    background: #f9f9f9;
    background: -moz-linear-gradient(top, #f9f9f9 0%, #fafafa 5%, #f3f3f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(5%,#fafafa), color-stop(100%,#f3f3f3));
    background: -webkit-linear-gradient(top, #f9f9f9 0%,#fafafa 5%,#f3f3f3 100%);
    background: -o-linear-gradient(top, #f9f9f9 0%,#fafafa 5%,#f3f3f3 100%);
    background: -ms-linear-gradient(top, #f9f9f9 0%,#fafafa 5%,#f3f3f3 100%);
    background: linear-gradient(to bottom, #f9f9f9 0%,#fafafa 5%,#f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f3f3f3',GradientType=0 );
    border-top: 1px solid #f0f0ed;
}


input:-webkit-autofill, input:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}



.hprime-label {
    font-weight: 100;
    font-size: 1.8em;
    margin-bottom: 10px;
}



#divLearningPlanner .row {
    border-bottom: 2px solid #f0f0ed !important;
}

    #divLearningPlanner .row p {
        margin: 10px 0px !important;
    }

#divLearningPlanner input[type=radio] {
    margin-top: 10px !important;
}


#divSendMessage textarea.form-control, #metaFormInfo textarea.form-control {
    height: 38px !important;
}


::selection {
    background: #00aeef !important;
    color: #fff !important;
}


.alert-danger .hprime-btn-cancel-simple, .alert-danger .hprime-btn-delete-simple {
    margin: 0px 5px !important;
}

.hprime-btn-journals {
    padding-left: 32px;
    background: url(../images-new/icon-journals.svg) no-repeat 10px center, -moz-linear-gradient(top, #ffffff 0%, #efefef 100%) !important;
    background: url(../images-new/icon-journals.svg) no-repeat 10px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)) !important;
    background: url(../images-new/icon-journals.svg) no-repeat 10px center, -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-journals.svg) no-repeat 10px center, -o-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-journals.svg) no-repeat 10px center, -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 100%) !important;
    background: url(../images-new/icon-journals.svg) no-repeat 10px center, linear-gradient(to bottom, #ffffff 0%,#efefef 100%) !important;
}

.hprime-btn-ok {
    padding-left: 32px;
    color: #00aeef !important;
    background: url(../images-new/icon-generic-ok.svg) no-repeat 10px center, -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%) !important;
    background: url(../images-new/icon-generic-ok.svg) no-repeat 10px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7)) !important;
    background: url(../images-new/icon-generic-ok.svg) no-repeat 10px center, -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 100%) !important;
    background: url(../images-new/icon-generic-ok.svg) no-repeat 10px center, -o-linear-gradient(top, #ffffff 0%,#f7f7f7 100%) !important;
    background: url(../images-new/icon-generic-ok.svg) no-repeat 10px center, -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 100%) !important;
    background: url(../images-new/icon-generic-ok.svg) no-repeat 10px center, linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%) !important;
}

.hprime-btn-send {
    padding-left: 32px;
    color: #00aeef !important;
    background: url(../images-new/icon-generic-send.svg) no-repeat 10px center, -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%) !important;
    background: url(../images-new/icon-generic-send.svg) no-repeat 10px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7)) !important;
    background: url(../images-new/icon-generic-send.svg) no-repeat 10px center, -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 100%) !important;
    background: url(../images-new/icon-generic-send.svg) no-repeat 10px center, -o-linear-gradient(top, #ffffff 0%,#f7f7f7 100%) !important;
    background: url(../images-new/icon-generic-send.svg) no-repeat 10px center, -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 100%) !important;
    background: url(../images-new/icon-generic-send.svg) no-repeat 10px center, linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%) !important;
}



.hprime-btn-cancel {
    padding-left: 32px;
    background: url(../images-new/icon-generic-cancel.svg) no-repeat 10px center, -moz-linear-gradient(top, #ffffff 0%, #efefef 100%) !important;
    background: url(../images-new/icon-generic-cancel.svg) no-repeat 10px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)) !important;
    background: url(../images-new/icon-generic-cancel.svg) no-repeat 10px center, -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-generic-cancel.svg) no-repeat 10px center, -o-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-generic-cancel.svg) no-repeat 10px center, -ms-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-generic-cancel.svg) no-repeat 10px center, linear-gradient(to bottom, #ffffff 0%,#efefef 100%) !important;
}

.modal-footer .hprime-btn-cancel {
    padding-left: 32px;
    background: transparent url(../images-new/icon-generic-cancel.svg) no-repeat 10px center !important;
    border: 2px dotted #969fa1;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: !important;
    box-shadow: !important;
}

.hprime-btn-delete {
    padding-left: 32px;
    background: url(../images-new/icon-generic-close.svg) no-repeat 10px center, -moz-linear-gradient(top, #ffffff 0%, #efefef 100%) !important;
    background: url(../images-new/icon-generic-close.svg) no-repeat 10px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)) !important;
    background: url(../images-new/icon-generic-close.svg) no-repeat 10px center, -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-generic-close.svg) no-repeat 10px center, -o-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-generic-close.svg) no-repeat 10px center, -ms-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-generic-close.svg) no-repeat 10px center, linear-gradient(to bottom, #ffffff 0%,#efefef 100%) !important;
}

.hprime-btn-edit {
    padding-left: 32px;
    background: url(../images-new/icon-generic-edit.svg) no-repeat 10px center, -moz-linear-gradient(top, #ffffff 0%, #efefef 100%) !important;
    background: url(../images-new/icon-generic-edit.svg) no-repeat 10px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)) !important;
    background: url(../images-new/icon-generic-edit.svg) no-repeat 10px center, -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-generic-edit.svg) no-repeat 10px center, -o-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-generic-edit.svg) no-repeat 10px center, -ms-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-generic-edit.svg) no-repeat 10px center, linear-gradient(to bottom, #ffffff 0%,#efefef 100%) !important;
}


.hprime-btn-add {
    padding-left: 32px;
    background: url(../images-new/icon-generic-add.svg) no-repeat 10px center, -moz-linear-gradient(top, #ffffff 0%, #efefef 100%) !important;
    background: url(../images-new/icon-generic-add.svg) no-repeat 10px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)) !important;
    background: url(../images-new/icon-generic-add.svg) no-repeat 10px center, -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-generic-add.svg) no-repeat 10px center, -o-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-generic-add.svg) no-repeat 10px center, -ms-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-generic-add.svg) no-repeat 10px center, linear-gradient(to bottom, #ffffff 0%,#efefef 100%) !important;
}

.hprime-btn-save {
    padding-left: 32px;
    background: url(../images-new/icon-generic-save.svg) no-repeat 10px center, -moz-linear-gradient(top, #ffffff 0%, #efefef 100%) !important;
    background: url(../images-new/icon-generic-save.svg) no-repeat 10px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)) !important;
    background: url(../images-new/icon-generic-save.svg) no-repeat 10px center, -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-generic-save.svg) no-repeat 10px center, -o-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-generic-save.svg) no-repeat 10px center, -ms-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-generic-save.svg) no-repeat 10px center, linear-gradient(to bottom, #ffffff 0%,#efefef 100%) !important;
}

.hprime-btn-ok-simple {
    padding-left: 32px;
    color: #00aeef !important;
    background: #f7f7f7 url(../images-new/icon-generic-ok.svg) no-repeat 10px center !important;
}

.hprime-btn-send-simple {
    padding-left: 32px;
    color: #00aeef !important;
    background: #f7f7f7 url(../images-new/icon-generic-send.svg) no-repeat 10px center !important;
}

.hprime-btn-cancel-simple {
    padding-left: 32px;
    background: #f7f7f7 url(../images-new/icon-generic-cancel.svg) no-repeat 10px center !important;
}

.hprime-btn-delete-simple {
    padding-left: 32px;
    background: #f7f7f7 url(../images-new/icon-generic-close.svg) no-repeat 10px center !important;
}

.hprime-btn-edit-simple {
    padding-left: 32px;
    background: #f7f7f7 url(../images-new/icon-generic-edit.svg) no-repeat 10px center !important;
}

.hprime-btn-add-simple {
    padding-left: 32px;
    background: #f7f7f7 url(../images-new/icon-generic-add.svg) no-repeat 10px center !important;
}
.hprime-btn-add-bulk-simple {
    padding-left: 32px;
    background: #f7f7f7 url(../images-new/add-bulk.com.svg) no-repeat 4px center !important;
    background-size: 12% !important;
}

.hprime-btn-save-simple {
    padding-left: 32px;
    background: #f7f7f7 url(../images-new/icon-generic-save.svg) no-repeat 10px center !important;
}

.hprime-btn-back {
    color: #00aeef !important;
    padding-left: 32px;
    background: #f7f7f7 url(../images-new/icon-generic-previous.svg) no-repeat 10px center !important;
}

@media screen and (max-width: 480px) {

    .hprime-calltoaction .btn {
        width: 100% !important;
        text-align: left !important;
        margin-bottom: 5px !important;
    }
}

.divGroupControl {
    border-width: 2px;
    border-color: #c0c2c7 !important;
    border-style: solid;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}


#formDesigner .divGroupControl {
    border: 2px dotted #c0c2c7 !important;
}

#formDesigner .icon-widget-collapse, #formDesigner .icon-widget-expand {
    color: #00aeef !important;
}

#formDesigner .pull-right {
    margin: 0px 2px !important;
}


#divUserPermissions {
    margin-bottom: -20px;
}


#hprime-roster {
    position: relative !important;
}

    #hprime-roster .panel-heading i {
        font-size: 16px;
    }


    #hprime-roster .form-group {
        margin-bottom: 0px !important;
    }

span.hprime-roster-title {
    line-height: 36px !important;
}

#hprime-new {
    margin-top: 20px;
}

#hprime-new2 {
    margin-top: 13px;
}


#cphMain_ddlRoster {
    cursor: pointer !important;
}

#hprime-roster-daypicker {
    float: right !important;
    padding: 4px;
    margin-left: 10px;
    /*border: 2px solid #c0c2c7;
    padding: 4px;
    margin-left: 10px;
    border-radius: 4px;

    cursor:pointer;*/
}

#cphMain_btnPrev {
    font-weight: 900 !important;
}

#cphMain_btnNext {
    font-weight: 900 !important;
}

.hprime-checkboxlist label {
    margin-left: 5px;
}

.hprime-radiobuttonlist label {
    margin-left: 5px;
    margin-right: 8px;
}

/*#hprime-roster label.checkbox {
    font-size:11px !important;
}

#hprime-roster-view, #hprime-roster-select {
    margin-bottom:0px !important;
}

#hprime-roster-view .btn {
    padding-top:45px;
    padding-bottom:15px;

    font-size: 0.7em;
    font-weight: 400;

    width:70px !important;
}*/

.hprime-rosterview-day {
    /*background: url(../images-new/rosterview-day.svg) no-repeat 10px center !important;
    padding-left:35px;*/
}

.hprime-rosterview-week {
    /*background:#f7f7f7 url(../images-new/rosterview-week.svg) no-repeat 10px center !important;
    padding-left:35px;*/
}

.hprime-rosterview-roster {
    /*background:#f7f7f7 url(../images-new/rosterview-roster.svg) no-repeat 10px center !important;
    padding-left:35px;*/
}

.hprime-rosterview-tabular {
    /*background:#f7f7f7 url(../images-new/rosterview-table.svg) no-repeat 10px center !important;
    padding-left:35px;*/
}

.rosterview-active {
    -webkit-box-shadow: inset 0 0px 3px 0 rgba(0,0,0,.15) !important;
    -moz-box-shadow: inset 0 0px 3px 0 rgba(0,0,0,.15) !important;
    box-shadow: inset 0 0px 3px 0 rgba(0,0,0,.15) !important;
    color: #00aeef !important;
}



.tooltip-inner {
    max-width: 280px;
    padding: 8px 8px;
    color: #555;
    text-align: center;
    text-decoration: none;
    background-color: #f7f7f7;
    border-radius: 4px;
    border: 2px solid #969fa1;
    font-weight: 600;
    cursor: pointer;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #969fa1;
    cursor: pointer;
}

#cphMain_chkShowOnlyShiftStaff {
    cursor: pointer !important;
}





#hprime-dashboard .table-striped a {
    text-decoration: underline !important;
    color: #555 !important;
}




/* FREE TRIAL SIGN UP - THIS IS JUST FOR testdrive.hprime2.com.au  ============================= */

.hprime-freetrial-bg {
    background: #00aeef;
    color: #fff;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    -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;
    position: fixed;
    width: 200px;
    height: 240px;
    z-index: 1000000;
    bottom: -205px;
    right: 40px;
    transition: all 1s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
}

@media screen and (max-width: 480px) {
    .hprime-freetrial-bg {
        right: -160px;
    }
}

.hprime-freetrial-bg-active {
    bottom: 0px !important;
    right: 40px !important;
}

.hprime-freetrial-btn {
    background: #00aeef;
    color: #fff;
    display: block;
    text-align: right;
    width: 100%;
    outline: none;
    border: none;
    font-weight: 600;
    height: 35px;
    line-height: 35px;
    -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;
    padding-right: 15px;
}

    .hprime-freetrial-btn i {
        font-size: 20px;
        position: absolute;
        left: 0px;
        top: 0px;
        background-color: rgba(0, 0, 0, 0.15);
        width: 40px;
        height: 35px;
        line-height: 35px;
        text-align: center;
    }


.hprime-freetrial-content {
    background-color: #fff;
    margin: 2px;
}

    .hprime-freetrial-content img {
        width: 70%;
        height: auto;
        display: block;
        margin: 0 auto;
    }



    .hprime-freetrial-content h4 {
        color: #00aeef;
        font-weight: 600;
        font-size: 14px;
        text-align: center;
        margin: 0px;
    }



    .hprime-freetrial-content p {
        color: #555;
        font-size: .9em;
        margin: 5px 11px;
        text-align: center;
    }


    .hprime-freetrial-content a {
        margin: 0px 0px;
        display: inline-block;
        /* text-align: center; */
        width: 100%;
        padding: 13px 15px;
        background-color: #555;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        text-decoration: none !important;
        font-size: 1.2em;
        font-weight: 600;
    }


        .hprime-freetrial-content a:hover {
            text-align: center;
            text-decoration: none !important;
        }


/* TELERIK OVERRIDES ============================= */

.RadGrid input[type="checkbox"] {
    cursor: pointer !important;
}

.reWrapper {
    border: none !important;
}


.RadEditor {
    border: 2px solid #c0c2c7 !important;
    background-color: #f7f7f7 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}



    .reToolbar li, .reSpinBox a, .reToolbar .reSeparator, .reToolbar .reGrip, .reDialog .reTool, .reModule .reTool, .reDialog .reTool:hover, .reToolbar .reTool:hover, .reModule .reTool:hover, .reToolbar .reTool.reTool_selected, .reToolbar .reTool.reTool_selected:hover, .reToolbar .reTool_text:hover, .reToolbar .reTool_text.reTool_selected, .reToolbar .reTool_text.reTool_selected:hover, .reTool .split_arrow, .reSplitButton.reTool_text .split_arrow, .reToolbar .reTool_text .split_arrow, .reDialog .reTool.reSplitButton, .reModule .reTool.reSplitButton, .reDropdown, .reTool_disabled.reDropdown:hover, .reResizeCell div, .reInsertTable .reToolbar li .reTool:hover, .RadEditor.reRtl .reDropdown:hover {
        background: none !important;
    }



.reContentCell, .reColorPicker, .reInsertTable, .reDropDownBody, .reCustomLinks a:hover {
    border: 2px solid #f0f0ed !important;
    color: #555 !important;
}


    .reToolbar a, .reDropdown, .reSpinBox input, .RadEditor input, .reModule, .reModule td, .reEditorModes a, .reDropDownBody, .reDropDownBody td, .reAjaxspell_wrapper, .reAjaxspell_button, .reAjaxspell_addicon, .reAjaxspell_ignoreicon, .reAjaxspell_okicon, .reInsertTable .reTlbVertical ul a.reTool_text span.reButton_text, .reColorPicker .reCustomColor {
        font-family: 'Open Sans', sans-serif;
    }

.RadListBox_Office2010Silver .rlbGroup {
    border: 2px solid #c0c2c7 !important;
    background: #fff !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}


.RadUpload_Office2010Silver .ruButton {
    font-family: 'Open Sans', sans-serif;
    background: none !important;
    font-weight: 600 !important;
    font-family: 'Open Sans', sans-serif !important;
    transition: background .2s;
    padding: 9px 12px !important;
    border: 0 !important;
    background-color: #f7f7f7 !important;
    color: #555 !important;
    cursor: pointer !important;
}

.RadUpload .ruBrowse {
    width: initial;
}

.RadGrid_Office2010Silver .rgHeader, .RadGrid_Office2010Silver th.rgResizeCol, .RadGrid_Office2010Silver .rgHeaderWrapper {
    border: none !important;
    background: #f0f0ed !important;
}


.RadGrid_Office2010Silver .rgMasterTable, .RadGrid_Office2010Silver .rgDetailTable, .RadGrid_Office2010Silver .rgGroupPanel table, .RadGrid_Office2010Silver .rgCommandRow table, .RadGrid_Office2010Silver .rgEditForm table, .RadGrid_Office2010Silver .rgPager table {
    font-family: 'Open Sans' !important;
}

.RadGrid_Office2010Silver {
    border: none !important;
    background: #fff;
    color: #555;
    font-family: 'Open Sans' !important;
}

    .RadGrid_Office2010Silver .rgHeader {
        color: #555 !important;
        font-weight: 600 !important;
        font-size: 1.1em !important;
    }

.RadGrid .rgHeader, .RadGrid th.rgResizeCol {
    padding: 10px 5px !important;
}

.RadGrid_Office2010Silver .rgFilterRow td {
    border: none !important;
}

.RadGrid_Office2010Silver .rgFilterRow {
    background: #f7f7f7 !important;
}


.RadGrid_Office2010Silver .rgFilterBox {
    border: 2px solid #c0c2c7 !important;
    background: #fff !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    color: #555 !important;
    font-family: 'Open Sans' !important;
    height: initial !important;
    font-size: 1.1em !important;
}


.RadGrid_Office2010Silver .rgRow td {
    border-color: #f0f0ed !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 2px solid #f0f0ed;
}


.RadGrid_Office2010Silver .rgAltRow td {
    border-color: #f0f0ed !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 2px solid #f0f0ed;
}

.RadGrid .rgRow td, .RadGrid .rgAltRow td, .RadGrid .rgEditRow td, .RadGrid .rgFooter td {
    padding: 10px 5px !important;
}


.RadGrid_Office2010Silver .rgSelectedRow {
    background: #00aeef !important;
    color: #fff !important;
}


.RadGrid_Office2010Silver .rgMasterTable .rgActiveCell, .RadGrid_Office2010Silver .rgActiveRow, .RadGrid_Office2010Silver .rgHoveredRow {
    background: #00aeef !important;
    color: #fff !important;
}

.RadGrid_Office2010Silver .rgSelectedRow > td {
    background-image: none !important;
}


.RadGrid_Office2010Silver .rgPager {
    background: #f7f7f7 !important;
    color: #555 !important;
}

    .RadGrid_Office2010Silver .rgMasterTable, .RadGrid_Office2010Silver .rgDetailTable, .RadGrid_Office2010Silver .rgGroupPanel table, .RadGrid_Office2010Silver .rgCommandRow table, .RadGrid_Office2010Silver .rgEditForm table, .RadGrid_Office2010Silver .rgPager table {
        font-family: 'Open Sans' !important;
    }

.RadGrid .rgPageFirst, .RadGrid .rgPagePrev, .RadGrid .rgPageNext, .RadGrid .rgPageLast {
    width: 32px !important;
    height: 32px !important;
}

.RadGrid_Office2010Silver td.rgPagerCell {
    border-top: none !important;
    border-left: none !important;
}

.RadGrid td.rgPagerCell {
    padding: 10px 5px !important;
}


.RadGrid .rgWrap {
    line-height: 32px !important;
}

.RadGrid_Office2010Silver .rgPageFirst {
    color: #555 !important;
    background: url(../images-new/icon-pagination-first.svg) no-repeat center center;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.40) !important;
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.40) !important;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.40) !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    background-image: url(../images-new/icon-pagination-first.svg) no-repeat center center, -moz-linear-gradient(top, #ffffff 0%, #efefef 100%) !important;
    background: url(../images-new/icon-pagination-first.svg) no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)) !important;
    background: url(../images-new/icon-pagination-first.svg) no-repeat center center, -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-pagination-first.svg) no-repeat center center, -o-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-pagination-first.svg) no-repeat center center, -ms-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-pagination-first.svg) no-repeat center center, linear-gradient(to bottom, #ffffff 0%,#efefef 100%) !important;
}

.RadGrid_Office2010Silver .rgPagePrev {
    color: #555 !important;
    background: url(../images-new/icon-pagination-first.svg) no-repeat center center;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.40) !important;
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.40) !important;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.40) !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    background-image: url(../images-new/icon-pagination-previous.svg) no-repeat center center, -moz-linear-gradient(top, #ffffff 0%, #efefef 100%) !important;
    background: url(../images-new/icon-pagination-previous.svg) no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)) !important;
    background: url(../images-new/icon-pagination-previous.svg) no-repeat center center, -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-pagination-previous.svg) no-repeat center center, -o-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-pagination-previous.svg) no-repeat center center, -ms-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-pagination-previous.svg) no-repeat center center, linear-gradient(to bottom, #ffffff 0%,#efefef 100%) !important;
}

.RadGrid_Office2010Silver .rgPageNext {
    color: #555 !important;
    background: url(../images-new/icon-pagination-first.svg) no-repeat center center;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.40) !important;
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.40) !important;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.40) !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    background-image: url(../images-new/icon-pagination-next.svg) no-repeat center center, -moz-linear-gradient(top, #ffffff 0%, #efefef 100%) !important;
    background: url(../images-new/icon-pagination-next.svg) no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)) !important;
    background: url(../images-new/icon-pagination-next.svg) no-repeat center center, -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-pagination-next.svg) no-repeat center center, -o-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-pagination-next.svg) no-repeat center center, -ms-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-pagination-next.svg) no-repeat center center, linear-gradient(to bottom, #ffffff 0%,#efefef 100%) !important;
}

.RadGrid_Office2010Silver .rgPageLast {
    color: #555 !important;
    background: url(../images-new/icon-pagination-first.svg) no-repeat center center;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.40) !important;
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.40) !important;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.40) !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    background-image: url(../images-new/icon-pagination-last.svg) no-repeat center center, -moz-linear-gradient(top, #ffffff 0%, #efefef 100%) !important;
    background: url(../images-new/icon-pagination-last.svg) no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)) !important;
    background: url(../images-new/icon-pagination-last.svg) no-repeat center center, -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-pagination-last.svg) no-repeat center center, -o-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-pagination-last.svg) no-repeat center center, -ms-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-pagination-last.svg) no-repeat center center, linear-gradient(to bottom, #ffffff 0%,#efefef 100%) !important;
}


.RadGrid_Office2010Silver .rgNumPart a:hover span, .RadGrid_Office2010Silver .rgNumPart a.rgCurrentPage span {
    color: #00aeef;
    background: none !important;
}

.RadGrid .rgNumPart a {
    line-height: 32px !important;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.40) !important;
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.40) !important;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.40) !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)) !important;
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%) !important;
    margin: 0 2px !important;
    padding: 0 5px 0 5px !important;
    color: #555 !important;
    font-weight: 600 !important;
    font-size: 1.2em !important;
}

.RadGrid_Office2010Silver .rgNumPart a:hover, .RadGrid_Office2010Silver .rgNumPart a.rgCurrentPage, .rgPageNext:hover, .rgPageLast:hover, .rgPagePrev:hover, .rgPageFirst:hover {
    background: #f2f2f2;
    background: -moz-linear-gradient(top, #f2f2f2 0%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#f7f7f7));
    background: -webkit-linear-gradient(top, #f2f2f2 0%,#f7f7f7 100%);
    background: -o-linear-gradient(top, #f2f2f2 0%,#f7f7f7 100%);
    background: -ms-linear-gradient(top, #f2f2f2 0%,#f7f7f7 100%);
    background: linear-gradient(to bottom, #f2f2f2 0%,#f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f7f7f7',GradientType=0 );
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.1) !important;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.1) !important;
    -moz-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.1) !important;
}


.RadGrid .rgNumPart span {
    padding: 0px 2px !important;
}

.RadComboBox_Office2010Silver .rcbReadOnly .rcbInput {
    color: #555 !important;
}


.RadComboBox_Office2010Silver .rcbInputCell, .RadComboBox_Office2010Silver .rcbArrowCell {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.40) !important;
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.40) !important;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.40) !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)) !important;
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%) !important;
}

.RadComboBox_Office2010Silver .rcbInput {
    line-height: 32px !important;
    padding: 0px 2px !important;
    font-family: 'Open Sans' !important;
    color: #555 !important;
    cursor: pointer !important;
}

.RadComboBox .rcbArrowCell a {
    background: url(../images-new/icon-pagination-down.svg) no-repeat center center !important;
    cursor: pointer !important;
}

.RadComboBoxDropDown_Office2010Silver .rcbHovered {
    color: #fff !important;
    background: #00aeef !important;
    cursor: pointer !important;
}

.RadComboBoxDropDown .rcbItem, .RadComboBoxDropDown .rcbHovered, .RadComboBoxDropDown .rcbDisabled, .RadComboBoxDropDown .rcbLoading, .RadComboBoxDropDown .rcbCheckAllItems, .RadComboBoxDropDown .rcbCheckAllItemsHovered {
    font-family: 'Open Sans' !important;
}


.RadCalendar_Office2010Silver .rcMain {
    border: none !important;
}

table.RadCalendar_Office2010Silver {
    background: #f7f7f7 !important;
    font-family: 'Open Sans',sans-serif !important;
    color: #555 !important;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}

.RadCalendar_Office2010Silver .rcMainTable {
    font-family: 'Open Sans' !important;
    border-spacing: 3px !important;
}

.RadCalendar_Office2010Silver .rcMain .rcRow a, .RadCalendar_Office2010Silver .rcMain .rcRow span {
    color: #555 !important;
}

.RadCalendar_Office2010Silver .rcRow td {
    border: none !important;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.RadCalendar_Office2010Silver .rcWeek th {
    border-top: none !important;
    border-bottom: none !important;
    padding: 2px 6px 2px 0 !important;
    background-color: #f7f7f7 !important;
    font-weight: 700 !important;
}

.RadCalendar_Office2010Silver .rcRow th {
    background-color: #f7f7f7 !important;
    border-top: none !important;
    border-bottom: none !important;
}

.RadCalendar .rcRow th {
    font-weight: 700 !important;
}

.RadCalendar_Office2010Silver .rcTitlebar .rcPrev, .RadCalendar_Office2010Silver .rcTitlebar .rcNext, .RadCalendar_Office2010Silver .rcTitlebar .rcFastPrev, .RadCalendar_Office2010Silver .rcTitlebar .rcFastNext {
    background-color: #f0f0ed !important;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}

.RadCalendar_Office2010Silver .rcRow .rcHover {
    background-image: none !important;
    background-color: #00aeef !important;
    color: #fff !important;
}

    .RadCalendar_Office2010Silver .rcRow .rcHover a {
        color: #fff !important;
    }

.RadCalendar_Office2010Silver .rcTitlebar {
    background-image: none !important;
    background-color: #f0f0ed !important;
    border: none !important;
    padding: 10px 0px !important;
    font-weight: 600 !important;
}

    .RadCalendar_Office2010Silver .rcTitlebar a.rcFastPrev:hover {
        background-position: 0 -200px !important;
        -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    }

    .RadCalendar_Office2010Silver .rcTitlebar a.rcPrev:hover {
        background-position: 0 -300px !important;
        -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    }

    .RadCalendar_Office2010Silver .rcTitlebar a.rcNext:hover {
        background-position: 0 -400px !important;
        -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    }

    .RadCalendar_Office2010Silver .rcTitlebar a.rcFastNext:hover {
        background-position: 0 -500px !important;
        -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    }



.RadCalendarPopupShadows > .rcShadTR {
    background-image: none !important;
}

.RadCalendarPopupShadows > .rcShadBL, .RadCalendarPopupShadows > .rcShadBR {
    background-image: none !important;
}

.RadCalendarMonthView_Office2010Silver .rcSelected a {
    border: none !important;
    background-image: none !important;
    background: #00aeef !important;
    color: #fff !important;
}

.RadCalendarMonthView_Office2010Silver a {
    color: #555 !important;
    font-weight: 600 !important;
    font-family: 'Open sans', sans-serif !important;
    font-size: 1.1em !important;
}

table.RadCalendarMonthView_Office2010Silver {
    color: #555;
    font-family: 'Open sans', sans-serif !important;
    border: none !important;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}

.RadCalendarMonthView_Office2010Silver #rcMView_Feb, .RadCalendarMonthView_Office2010Silver #rcMView_Apr, .RadCalendarMonthView_Office2010Silver #rcMView_Jun, .RadCalendarMonthView_Office2010Silver #rcMView_Aug, .RadCalendarMonthView_Office2010Silver #rcMView_Oct, .RadCalendarMonthView_Office2010Silver #rcMView_Dec {
    border-right: 2px solid #969fa1 !important;
}

.RadCalendarMonthView_Office2010Silver input {
    background-image: none !important;
    border: none !important;
    padding: 5px 10px !important;
    font: 600 12px "Open Sans",sans-serif !important;
    background: #ffffff !important;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)) !important;
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ) !important;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.30) !important;
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.30) !important;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.30) !important;
    color: #555 !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.RadCalendar_Office2010Silver .rcRow .rcSelected {
    background-image: none !important;
    background-color: #00aeef;
    color: #fff !important;
}


.RadUpload_Telerik .ruButton {
    background-image: none !important;
    font-family: 'Open Sans', sans-serif !important;
    color: #555 !important;
    background-color: #f7f7f7 !important;
    cursor: pointer !important;
    font-weight: 600 !important;
    font-size: 1.3em;
    border: none !important;
    height: 38px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.RadUpload .ruFileWrap {
    height: 38px !important;
}

.RadUpload .ruStyled .ruFileInput, .RadUpload .ruFakeInput {
    cursor: pointer;
}


.RadListBox_Office2010Silver .rlbButton .rlbButtonTL, .RadListBox_Office2010Silver .rlbButton .rlbButtonTR, .RadListBox_Office2010Silver .rlbButton .rlbButtonBL, .RadListBox_Office2010Silver .rlbButton .rlbButtonBR {
    background-image: none !important;
}


.RadListBox_Office2010Silver .rlbButtonAreaLeft .rlbTransferToDisabled .rlbButtonText, .RadListBox_Office2010Silver .rlbButtonAreaRight .rlbTransferFromDisabled .rlbButtonText, .RadListBox_Office2010Silver .rlbButtonAreaLeft .rlbTransferToDisabled:hover .rlbButtonText, .RadListBox_Office2010Silver .rlbButtonAreaRight .rlbTransferFromDisabled:hover .rlbButtonText, .RadListBox_Office2010Silver .rlbButtonAreaLeft .rlbTransferTo .rlbButtonText, .RadListBox_Office2010Silver .rlbButtonAreaRight .rlbTransferFrom .rlbButtonText {
    color: #555 !important;
    background: url(../images-new/icon-arrow-R.svg) no-repeat center center;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.30) !important;
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.30) !important;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.30) !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    background-image: url(../images-new/icon-arrow-R.svg) no-repeat center center, -moz-linear-gradient(top, #ffffff 0%, #efefef 100%) !important;
    background: url(../images-new/icon-arrow-R.svg) no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)) !important;
    background: url(../images-new/icon-arrow-R.svg) no-repeat center center, -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-arrow-R.svg) no-repeat center center, -o-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-arrow-R.svg) no-repeat center center, -ms-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-arrow-R.svg) no-repeat center center, linear-gradient(to bottom, #ffffff 0%,#efefef 100%) !important;
    cursor: pointer;
}


.RadListBox_Office2010Silver .rlbButtonAreaRight .rlbTransferToDisabled .rlbButtonText, .RadListBox_Office2010Silver .rlbButtonAreaLeft .rlbTransferFromDisabled .rlbButtonText, .RadListBox_Office2010Silver .rlbButtonAreaLeft .rlbTransferFromDisabled:hover .rlbButtonText, .RadListBox_Office2010Silver .rlbButtonAreaRight .rlbTransferToDisabled:hover .rlbButtonText, .RadListBox_Office2010Silver .rlbButtonAreaRight .rlbTransferTo .rlbButtonText, .RadListBox_Office2010Silver .rlbButtonAreaLeft .rlbTransferFrom .rlbButtonText {
    color: #555 !important;
    background: url(../images-new/icon-arrow-L.svg) no-repeat center center;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.30) !important;
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.30) !important;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.30) !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    background-image: url(../images-new/icon-arrow-L.svg) no-repeat center center, -moz-linear-gradient(top, #ffffff 0%, #efefef 100%) !important;
    background: url(../images-new/icon-arrow-L.svg) no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)) !important;
    background: url(../images-new/icon-arrow-L.svg) no-repeat center center, -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-arrow-L.svg) no-repeat center center, -o-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-arrow-L.svg) no-repeat center center, -ms-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-arrow-L.svg) no-repeat center center, linear-gradient(to bottom, #ffffff 0%,#efefef 100%) !important;
    cursor: pointer;
}

.RadListBox_Office2010Silver .rlbButtonAreaLeft .rlbTransferAllTo .rlbButtonText, .RadListBox_Office2010Silver .rlbButtonAreaRight .rlbTransferAllFrom .rlbButtonText, .RadListBox_Office2010Silver .rlbButtonAreaLeft .rlbTransferAllToDisabled .rlbButtonText, .RadListBox_Office2010Silver .rlbButtonAreaRight .rlbTransferAllFromDisabled .rlbButtonText, .RadListBox_Office2010Silver .rlbButtonAreaLeft .rlbTransferAllToDisabled:hover .rlbButtonText, .RadListBox_Office2010Silver .rlbButtonAreaRight .rlbTransferAllFromDisabled:hover .rlbButtonText {
    color: #555 !important;
    background: url(../images-new/icon-arrow-RR.svg) no-repeat center center;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.30) !important;
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.30) !important;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.30) !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    background-image: url(../images-new/icon-arrow-RR.svg) no-repeat center center, -moz-linear-gradient(top, #ffffff 0%, #efefef 100%) !important;
    background: url(../images-new/icon-arrow-RR.svg) no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)) !important;
    background: url(../images-new/icon-arrow-RR.svg) no-repeat center center, -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-arrow-RR.svg) no-repeat center center, -o-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-arrow-RR.svg) no-repeat center center, -ms-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-arrow-RR.svg) no-repeat center center, linear-gradient(to bottom, #ffffff 0%,#efefef 100%) !important;
    cursor: pointer;
}

.RadListBox_Office2010Silver .rlbButtonAreaRight .rlbTransferAllTo .rlbButtonText, .RadListBox_Office2010Silver .rlbButtonAreaLeft .rlbTransferAllFrom .rlbButtonText, .RadListBox_Office2010Silver .rlbButtonAreaRight .rlbTransferAllToDisabled .rlbButtonText, .RadListBox_Office2010Silver .rlbButtonAreaLeft .rlbTransferAllFromDisabled .rlbButtonText, .RadListBox_Office2010Silver .rlbButtonAreaLeft .rlbTransferAllFromDisabled:hover .rlbButtonText, .RadListBox_Office2010Silver .rlbButtonAreaRight .rlbTransferAllToDisabled:hover .rlbButtonText {
    color: #555 !important;
    background: url(../images-new/icon-arrow-LL.svg) no-repeat center center;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.30) !important;
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.30) !important;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.30) !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    background-image: url(../images-new/icon-arrow-LL.svg) no-repeat center center, -moz-linear-gradient(top, #ffffff 0%, #efefef 100%) !important;
    background: url(../images-new/icon-arrow-LL.svg) no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)) !important;
    background: url(../images-new/icon-arrow-LL.svg) no-repeat center center, -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-arrow-LL.svg) no-repeat center center, -o-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-arrow-LL.svg) no-repeat center center, -ms-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-arrow-LL.svg) no-repeat center center, linear-gradient(to bottom, #ffffff 0%,#efefef 100%) !important;
    cursor: pointer;
}

.RadListBox_Office2010Silver .rlbGroup .rlbHovered, .RadListBox_Office2010Silver .rlbGroup .rlbSelected {
    background: #00aeef !important;
    color: #fff !important;
}


.RadAjax_Office2010Silver .raDiv {
    background-image: url('../images-new/loading.gif') !important;
    position: relative;
    z-index: 2;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
}

.RadAjax_Office2010Silver .raTransp {
    background-color: #f0f0ed !important;
    opacity: 0.7 !important;
}


.RadInput_Office2010Silver .riTextBox, .RadInputMgr_Office2010Silver {
    border: none !important;
    color: #555 !important;
    font-family: 'Open Sans', sans-serif !important;
}

.RadButton_Office2010Silver.RadButton.rbLinkButton {
    background-color: #f0f0ed !important;
    color: #555 !important;
    font-family: 'Open Sans', sans-serif !important;
    border: none !important;
}


.RadGrid_Office2010Silver .rgRow a, .RadGrid_Office2010Silver .rgAltRow a, .RadGrid_Office2010Silver .rgEditRow a, .RadGrid_Office2010Silver .rgFooter a, .RadGrid_Office2010Silver .rgEditForm a {
    background-color: #f0f0ed !important;
    color: #555 !important;
    padding: 4px !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


.rgRow a:hover, .rgAltRow a:hover {
    text-decoration: none !important;
}


.RadTreeView_Office2010Silver .rtSelected .rtIn {
    background-image: none !important;
    background-color: #00aeef !important;
    color: #fff !important;
}

.RadTreeView_Office2010Silver .rtHover .rtIn {
    background-image: none !important;
    background-color: #00aeef !important;
    color: #fff !important;
    border: none !important;
}



.RadDropDownTree_Office2010Silver {
    color: #555 !important;
    font-family: 'Open Sans', sans-serif !important;
    width: 100% !important;
    min-height: 32px !important;
    border: 2px solid #c0c2c7 !important;
    color: #555 !important;
    background-color: #fff !important;
    background-image: none !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

    .RadDropDownTree_Office2010Silver .rddtInner {
        border-radius: 3px;
        background-image: none !important;
        border-color: transparent !important;
        color: #555 !important;
        background-color: transparent !important;
    }

    .RadDropDownTree_Office2010Silver .rddtEmptyMessage {
        font-style: normal !important;
        color: #555 !important;
        line-height: 32px !important;
        font-size: 13px !important;
        font-weight: 600 !important;
    }

    .RadDropDownTree_Office2010Silver .rddtFocused {
        border: none !important;
        color: #555 !important;
        background-color: #fff !important;
        background-image: none !important;
    }

.RadDropDownTree .rddtFakeInput {
    height: 32px !important;
}


.RadListBox_Office2010Silver {
    color: #555 !important;
    font-family: 'Open Sans', sans-serif !important;
}

#FormBuilder-one .RadListBox_Office2010Silver {
    width: 100% !important;
}


    #FormBuilder-one .RadListBox_Office2010Silver .rlbGroup {
        border: none !important;
    }

    #FormBuilder-one .RadListBox_Office2010Silver li {
        float: left !important;
        cursor: pointer !important;
        width: 100%;
        padding: 10px 5px !important;
        border: 2px solid #c0c2c7;
        margin: 3px !important;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }


@media screen and (min-width: 768px) {
    #FormBuilder-one .RadListBox_Office2010Silver li {
        width: 48%;
    }
}


.RadGrid_Office2010Silver td.rgGroupCol, .RadGrid_Office2010Silver td.rgExpandCol {
    background-color: #969fa1 !important;
}

.RadGrid_Office2010Silver .rgGroupHeader {
    line-height: 32px !important;
}

    .RadGrid_Office2010Silver .rgGroupHeader td {
        border-bottom: 2px solid #f0f0ed;
    }

.RadGrid_Office2010Silver .rgGroupHeader {
    background-color: #969fa1 !important;
    color: #fff !important;
}

.RadWindow_Office2010Silver a.rwIcon {
    background-image: none !important;
    display: none;
}

.RadWindow .rwTitleRow em {
    color: #555 !important;
    font: normal 600 12px "Open Sans" !important;
}

    .RadWindow .rwTitleRow em .RadWindow_Office2010Silver .rwTopLeft, .RadWindow_Office2010Silver .rwTopRight, .RadWindow_Office2010Silver .rwTitlebar, .RadWindow_Office2010Silver .rwFooterLeft, .RadWindow_Office2010Silver .rwFooterRight, .RadWindow_Office2010Silver .rwFooterCenter, .RadWindow_Office2010Silver .rwTopResize, .RadWindow_Office2010Silver .rwStatusbar div, .RadWindow_Office2010Silver .rwStatusbar, .RadWindow_Office2010Silver .rwPopupButton, .RadWindow_Office2010Silver .rwPopupButton span, .RadWindow_Office2010Silver.rwMinimizedWindow .rwCorner {
        background-image: none !important;
        background-color: #f7f7f7 !important;
    }

        .RadWindow_Office2010Silver .rwTopLeft, .RadWindow_Office2010Silver .rwTopRight, .RadWindow_Office2010Silver .rwTitlebar, .RadWindow_Office2010Silver .rwFooterLeft, .RadWindow_Office2010Silver .rwFooterRight, .RadWindow_Office2010Silver .rwFooterCenter, .RadWindow_Office2010Silver .rwTopResize, .RadWindow_Office2010Silver .rwStatusbar div, .RadWindow_Office2010Silver .rwStatusbar, .RadWindow_Office2010Silver .rwPopupButton, .RadWindow_Office2010Silver .rwPopupButton span, .RadWindow_Office2010Silver.rwMinimizedWindow .rwCorner {
            background-image: none !important;
            background-color: #f7f7f7 !important;
            -webkit-border-top-left-radius: 3px !important;
            -moz-border-radius-topleft: 3px !important;
            border-top-left-radius: 3px !important;
        }


            .RadWindow_Office2010Silver .rwTopLeft, .RadWindow_Office2010Silver .rwTopRight, .RadWindow_Office2010Silver .rwTitlebar, .RadWindow_Office2010Silver .rwFooterLeft, .RadWindow_Office2010Silver .rwFooterRight, .RadWindow_Office2010Silver .rwFooterCenter, .RadWindow_Office2010Silver .rwTopResize, .RadWindow_Office2010Silver .rwStatusbar div, .RadWindow_Office2010Silver .rwStatusbar, .RadWindow_Office2010Silver .rwPopupButton, .RadWindow_Office2010Silver .rwPopupButton span, .RadWindow_Office2010Silver.rwMinimizedWindow .rwCorner {
                background-image: none !important;
                background-color: #f7f7f7 !important;
                -webkit-border-top-right-radius: 3px !important;
                -moz-border-radius-topright: 3px !important;
                border-top-right-radius: 3px !important;
            }


.RadWindow_Office2010Silver .rwBodyLeft, .RadWindow_Office2010Silver .rwBodyRight, .RadWindow_Office2010Silver .rwStatusbarRow .rwCorner, .RadWindow_Office2010Silver .rwBodyLeft, .RadWindow_Office2010Silver .rwBodyRight, .RadWindow_Office2010Silver .rwStatusbarRow .rwCorner {
    background-image: none !important;
    background-color: #f7f7f7 !important;
}

.RadWindow_Office2010Silver .rwControlButtons a {
    background: url(../images-new/icon-generic-close.svg) no-repeat center center !important;
    cursor: pointer !important;
}

.reInsertImageWrapper, .reInsertLinkWrapper, .reInsertTableLightWrapper {
    font-weight: normal !important;
    color: #555 !important;
    font: normal 500 12px "Open Sans" !important;
}

.rfdIgnore {
    border: 2px solid #c0c2c7 !important;
    padding: 2px !important;
}

    .rfdIgnore:hover, .rfdIgnore:focus, .rfdIgnore:active {
        background-color: transparent !important;
    }


.reConfirmCancelButtonsTblLight button {
    font-weight: 600 !important;
    font-family: 'Open Sans', sans-serif !important;
    transition: background .2s !important;
    padding: 9px 12px !important;
    border: 0 !important;
    background-color: #f7f7f7 !important;
    color: #555 !important;
}

.glyphicon-info-sign {
    background-color: white !important;
}

.reports table[id$='_fixedTable'] {
    margin: 0 auto;
}

.videoguide-btn {
    display: none;
    width: 100%;
    height: 50px;
    background: -webkit-linear-gradient(#00aeef, #00448f);
    background: -o-linear-gradient(#00aeef, #00448f);
    background: -moz-linear-gradient(#00aeef, #00448f);
    background: linear-gradient(#00aeef, #00448f);
    border-radius: 3px;
    margin: 20px auto 0px auto;
    position: relative;
}

    .videoguide-btn img {
        width: auto;
        height: inherit;
        padding: 10px 0 12px 12px;
    }

    .videoguide-btn span {
        color: #fff;
        font-weight: 400 !important;
        text-decoration: none;
        font-size: 1.7em;
        line-height: 48px;
        float: right;
        margin-right: 15px;
    }


@media screen and (min-width: 1025px) {

    .videoguide-btn {
        height: 50px;
        width: 230px;
        display: none;
        background: -webkit-linear-gradient(#00aeef, #00448f);
        background: -o-linear-gradient(#00aeef, #00448f);
        background: -moz-linear-gradient(#00aeef, #00448f);
        background: linear-gradient(#00aeef, #00448f);
        border-radius: 3px;
        position: absolute;
        right: 20px;
        top: 20px;
        margin: initial;
    }

        .videoguide-btn img {
            width: auto;
            height: inherit;
            padding: 12px 10px 13px 16px;
        }

        .videoguide-btn span {
            color: #fff;
            font-weight: 400 !important;
            text-decoration: none;
            font-size: 1.7em;
            line-height: 48px;
            float: right;
            margin-right: 15px;
        }
}


#modal-videoguide .modal-dialog {
    min-width: 100%;
    margin: 0px;
}

@media screen and (min-width: 1200px) {

    #modal-videoguide .modal-dialog {
        min-width: 1050px;
        margin: 10px auto;
    }
}

@media screen and (min-width: 1367px) {

    #modal-videoguide .modal-dialog {
        min-width: 1320px;
        margin: 10px auto;
    }
}

#modal-videoguide .close {
    float: right;
    font-size: 45px;
    font-weight: 700;
    line-height: 25px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .3;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


i.shine {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    /*   gradient   */
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    width: 50%;
    height: 100%;
    transform: skew(-10deg, 0deg);
    -webkit-transform: skew(-10deg, 0deg);
    -moz-transform: skew(-10deg, 0deg);
    -ms-transform: skew(-10deg, 0deg);
    -o-transform: skew(-10deg, 0deg);
    /*  animating it  */
    animation: move 2s;
    animation-iteration-count: infinite;
    animation-delay: 2s;
    -webkit-animation: move 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 2s;
    -moz-transform: skew(-10deg, 0deg);
    -moz-animation: move 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-delay: 2s;
    -ms-transform: skew(-10deg, 0deg);
    -ms-animation: move 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-delay: 2s;
    -o-transform: skew(-10deg, 0deg);
    -o-animation: move 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-delay: 2s;
}


@keyframes move {
    0% {
        left: -40%;
        opacity: 0;
    }

    5% {
        opacity: 0.0;
    }

    48% {
        opacity: 0.4;
    }

    80% {
        opacity: 0.0;
    }

    100% {
        left: 120%;
    }
}

@-webkit-keyframes move {
    0% {
        left: -40%;
        opacity: 0;
    }

    5% {
        opacity: 0.0;
    }

    48% {
        opacity: 0.4;
    }

    80% {
        opacity: 0.0;
    }

    100% {
        left: 120%;
    }
}

@-moz-keyframes move {
    0% {
        left: -40%;
        opacity: 0;
    }

    5% {
        opacity: 0.0;
    }

    48% {
        opacity: 0.4;
    }

    80% {
        opacity: 0.0;
    }

    100% {
        left: 120%;
    }
}

@-ms-keyframes move {
    0% {
        left: -40%;
        opacity: 0;
    }

    5% {
        opacity: 0.0;
    }

    48% {
        opacity: 0.4;
    }

    80% {
        opacity: 0.0;
    }

    100% {
        left: 120%;
    }
}

@-o-keyframes move {
    0%; {
        left: -40%;
        opacity: 0;
    }

    5% {
        opacity: 0.0;
    }

    48% {
        opacity: 0.4;
    }

    80% {
        opacity: 0.0;
    }

    100% {
        left: 100%;
    }
}


#modal-welcome .modal-title img {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 80%;
}


#modal-welcome .modal-body > h1 {
    font-weight: 100;
    text-align: center;
    margin-bottom: 50px;
}

#modal-welcome .modal-body > h2 {
    font-weight: 100;
    color: #00aeef;
    border-bottom: 2px solid #00aeef;
    padding-bottom: 10px;
    font-size: 2em;
    margin: 10px 0px;
}

.MylearningPlannerContent {
    padding: 10px;
}

.LPNotificationDiv1 {
    float: left;
    padding-right: 5px;
}

.LPNotificationDiv2 {
    float: left;
    padding-right: 8px;
}

.LPNotificationDivText {
    float: left;
    padding-right: 8px;
    line-height: 38px;
}

.AddItemhistoryExperienceDiv {
    padding: 20px;
}

.tableRemoveMargin {
    margin-bottom: 0px !important;
}
/*For hiding extra text -- Start*/
.morecontent span {
    display: none;
}
/*For hiding extra text -- End*/
.ReadOnlySpan {
    font-weight: normal;
}

.chkboxlist-control label {
    font-weight: 500 !important;
}

.RadSlider, .RadSlider * {
    box-sizing: border-box !important;
}

.radSliderFiveOptionHeadingtable {
    margin-left: 20px;
}

    .radSliderFiveOptionHeadingtable td {
        width: 173px;
        text-align: center;
    }

.radSliderFourOptionHeadingtable {
    margin-left: 20px;
}

    .radSliderFourOptionHeadingtable td {
        width: 320px;
        text-align: center;
    }

.Portfoliobody {
    padding-left: 25px;
}

.UploadControls {
    height: 35px;
    font-size: 11px;
}

.EditButton {
    font-size: 18px;
    background-color: #F8F8F8;
    padding: 10px;
}

.RotationSupervisorDiv {
    padding-top: 10px;
    padding-bottom: 5px;
}

.divEmail {
    border-radius: 5px;
    border: 1px solid #D8D8D8;
    width: 600px;
    height: auto;
    overflow: auto;
    padding: 7px;
}

.divSentItemModal {
    width: 800px;
}

.tdClearBottomBorder {
    border-bottom: 0px !important;
}

.PortfolioPersonalTable {
    padding-right: 5px;
    padding-top: 3px;
}

.table th {
    background-color: #f9f9f9;
}

.tableAllowedext td {
    padding: 2px;
}

.tableAllowedext {
    font-size: 12px;
    width: 30px;
}

.acfmapping-icon {
    font-size: 10px;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    margin: 1px;
    border: 2px solid lightgray;
    border-radius: 4px;
    background-color: #f7f7f7;
    cursor: pointer;
    color: black;
}

.BulkUserTable {
    width: 100%;
}

    .BulkUserTable tr td {
        height: 20px;
    }

.BulkUserTabletd {
    min-width: 180px;
}

.modal-dialog.large {
    width: 800px;
}

.acfmapping-item {
    font-size: 11px;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    margin: 1px;
    border: 1px solid lightgray;
    border-radius: 4px;
    background-color: #f7f7f7;
    display: block;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.acfMappingTableColumn {
    width: 140px;
}

.acfMapping-Domain {
    background-color: #9EA0A3;
    color: white;
    font-weight: 700;
    text-shadow: 1px 1px 1px black;
}

.acfMapping-SubDomain {
    background-color: #F3F3F3;
    color: black;
    font-weight: 500;
}

.Mainheading-color {
    background-color: #EAF4FB;
}

.Mainheading-div {
    font-size: 25px;
    font-weight: bolder;
    color: #231F20;
}

.Mainheading-div2 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.Mainheading-text {
    color: white;
    font-weight: bolder;
    padding: 4px;
}

.Mainheading-text2 {
    color: black;
    font-weight: bolder;
    padding: 4px;
}

.DomainHeading-color {
    background-color: #62B5E5;
}

.Domain-leftsection {
    padding-left: 0px !important;
}

.Domain-Rightsection {
    padding-right: 0px !important;
}

.Domain-innersection {
    border-style: solid;
    border-width: 1px;
}

.Domain1-headingcolor {
    background-color: #EAF4FB;
}

    .Domain1-headingcolor p {
        padding: 5px;
        color: black;
    }

.Domain1-bordercolor {
    border-color: #62B5E5;
}

.Domain2Heading-color {
    background-color: #FBB45F;
}

.Domain2-bordercolor {
    border-color: #FBB45F;
}

.Domain2-headingcolor {
    background-color: #FEE7CB;
}

    .Domain2-headingcolor p {
        padding: 5px;
        color: black;
    }

.Domain3Heading-color {
    background-color: #D2D870;
}

.Domain3-bordercolor {
    border-color: #D2D870;
}

.Domain3-headingcolor {
    background-color: #EFF2D4;
}

    .Domain3-headingcolor p {
        padding: 5px;
        color: black;
    }

.Domain4Heading-color {
    background-color: #FECD08;
}

.Domain4-bordercolor {
    border-color: #FECD08;
}

.Domain4-headingcolor {
    background-color: #FEF3D2;
}

    .Domain4-headingcolor p {
        padding: 5px;
        color: black;
    }

.Domains table {
    border-collapse: collapse;
    border-spacing: 0;
}

.Domains td, th {
    padding-right: 10px !important;
}

.Domains input[type="checkbox"] {
    margin-left: 5px !important;
}

.AMCCommmentBox {
    background-color: #EAF4FB;
}

.AttendanceGrid rgSelectedRow {
    color: #EAF4FB !important;
}

.userimageContainer {
    float: left;
    margin: 5px;
    position: relative;
    /*background: #eeeeee;*/
    margin: 15px;
    height: 205px;
    background-color: white;
    cursor: pointer;
}

    .userimageContainer:hover {
        background-color: rgb(0, 174, 239);
    }

.imageContainer:hover {
    background-color: #a1da29 !important;
}

.RosterCombobox .rcbInput {
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 8px 10px !important;
    font-family: inherit !important;
}

.RosterCombobox table td.rcbInputCell {
    border-width: 2px !important;
    border-right-width: 0 !important;
}

.RosterCombobox table td.rcbArrowCell {
    border-width: 2px !important;
    border-left-width: 0 !important;
}

.RosterAttendanceBackColor {
    background-color: #E0E0E0;
}

.DivMainImage {
    width: 140px;
    color: white;
    text-align: center;
    vertical-align: middle;
    text-shadow: 0px 0px 1px;
    font-size: 11px;
    padding-top: 5px;
    height: 40px;
}

.RosterAttendanceImage {
    max-width: 100px;
    height: 100px;
    border-radius: 5px;
}

.RosterAttendanceDivImage {
    text-align: center;
    padding-top: 5px;
}

.RosterAttendanceCheckInTiming {
    text-align: center;
    padding-top: 5px;
    font-weight: 600;
    color: #B0B0B0;
}

.RosterAttendanceShiftTiming {
    color: black;
    text-align: center;
    font-weight: 700;
    font-size: 10px;
    padding-top: 5px;
}

.GreenLegend {
    width: 12px;
    height: 12px;
    background-color: green;
    border: solid;
    border-width: 1px;
    margin-right: 2px;
    margin-left: 7px;
    display: inline-block;
}

.GreyLegend {
    width: 12px;
    height: 12px;
    background-color: grey;
    border: solid;
    border-width: 1px;
    margin-right: 2px;
    margin-left: 7px;
    display: inline-block;
    padding-top: 2px;
}

.OrangeLegend {
    width: 12px;
    height: 12px;
    background-color: orange;
    border: solid;
    border-width: 1px;
    margin-right: 2px;
    margin-left: 7px;
    display: inline-block;
}

.RedLegend {
    width: 12px;
    height: 12px;
    background-color: red;
    border: solid;
    border-width: 1px;
    margin-right: 2px;
    margin-left: 7px;
    display: inline-block;
}

.RadScheduler_Default .rsHeader, .RadScheduler_Default .rsHeader ul a:hover, .RadScheduler_Default .rsHeader ul a:hover span, .RadScheduler_Default .rsHeader .rsSelected, .RadScheduler_Default .rsHeader .rsSelected em, .RadScheduler_Default .rsHeader .rsDatePickerActivator, .RadScheduler_Default .rsHeader .rsPrevDay, .RadScheduler_Default .rsHeader .rsNextDay {
    background-image: none !important;
    background-color: #f0f0ed !important;
    color: #555 !important;
}

.AttendeesHistoryModal {
    position: relative;
    padding: 0px;
    padding-top: 15px;
}

/* Roster related CSS*/
.rsAptColor {
    text-align: center !important;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.rsHorizontalHeaderTable th {
    text-align: center;
}


.btnAddShift {
    position: absolute;
    right: 4px;
    bottom: 2px;
    border: 1px solid #969fa1;
    width: 24px;
    background: transparent;
    text-align: center;
    -webkit-border-radius: 3px;
    opacity: 0.5;
}

.btnShiftInfo {
    position: absolute;
    right: 2px;
    bottom: 2px;
    border: 1px solid #969fa1;
    width: 24px;
    background: transparent;
    text-align: center;
    -webkit-border-radius: 3px;
    opacity: 0.5;
}

.btnShiftCycleInfo {
    padding-left: 6px !important;
    padding-right: 6px !important;
    border: 1px solid #969fa1;
    background: transparent;
    text-align: center;
    -webkit-border-radius: 3px;
    opacity: 0.5;
}

.rsAllDayRow td {
    position: relative;
}

.ResourceDiv {
    height: 60px;
    padding-top: 15px !important;
}

.AddRosterShifts td {
    margin-bottom: 10px !important;
    border-top: 0px !important;
    border: none;
    line-height: 34px !important;
    vertical-align: top !important;
}

.AddRosterShifts tr {
    border: none;
    padding: 0px;
    margin-bottom: 10px;
}

.tblResource {
}

    .tblResource .tdImage {
        width: 45px;
    }

    .tblResource .tdInfo {
        padding-left: 10px;
        padding-right: 10px;
    }

.Resourcepopup {
    cursor: pointer;
}

.btnshiftdiscipline {
    position: absolute;
    right: 32px;
    bottom: 2px;
    border: 1px solid #969fa1;
    width: 24px;
    background: transparent;
    text-align: center;
    -webkit-border-radius: 3px;
    opacity: 0.5;
}

.TimeSlotdisabled {
    background-color: #f0f0ed;
}

.tblUserShift {
    font-size: 8px;
    border-collapse: collapse !important;
    color: #333;
}

    .tblUserShift td {
        padding: 0px 2px 0px 2px !important;
        text-align: center;
    }

.rosterfooter {
    font-size: 10px;
    padding: 5px !important;
    color: #333;
}

.rsAptContent {
    margin-left: 1px !important;
    margin-right: 1px !important;
}

.btnRosterNote {
    background: transparent;
    text-align: center;
    -webkit-border-radius: 3px;
    opacity: 0.7;
    padding-left: 4px !important;
    padding-right: 4px !important;
}
/*Roster related CSS end*/

.summaryrow {
    background-color: grey;
    font-size: 14px;
    color: white;
    font-weight: bold;
}

.btnAddRotationUnit {
    border: 1px solid #969fa1;
    width: 24px;
    background: transparent;
    text-align: center;
    -webkit-border-radius: 3px;
    opacity: 0.5;
    margin-left: 5px;
    height: 26px;
    display: inline-block;
}

.btnViewRotationUnit {
    position: absolute;
    border: 1px solid #969fa1;
    width: 24px;
    background: transparent;
    background-image: url('/Content/Images/blue-document.png');
    text-align: center;
    -webkit-border-radius: 3px;
    opacity: 0.8;
    margin-left: 5px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
}



/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 11px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #aeb4b6;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        /*left: 4px;*/
        bottom: -7px;
        background-color: #00aeef;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2ebcf1;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 103px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.badge-primary {
    background-color: #0069b4;
    font-size: 11px;
}

.list-group {
    margin-bottom: 0;
}


.list-group-item {
    padding: 0px 15px;
}

    .list-group-item h5 {
        margin-bottom: 0;
        padding-right: 4rem;
    }

.documenthumbnail {
    display: block !important;
    float: left;
    padding-right: 10px;
}

.RadToolTip.rtShadow .rtCalloutTopCenter {
    margin-top: -10px !important;
}

.updatepanelloading {
    background-color: #f0f0ed !important;
    opacity: 0.7 !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: url('../images-new/loading.gif') no-repeat center center;
}

.div-scrollable {
    max-height: 1410px;
    overflow-y: scroll;
}

.resourcedescription {
    margin-bottom: 10px;
}

.resource-widget-footer {
    margin: 0px;
    padding: 0px 15px 0px 15px;
}

.breadcrumbdocument {
    margin-top: -8px;
    padding-bottom: 20px;
}

.float-right {
    float: right;
}

.hide-scroll {
    overflow: hidden;
}

.pb-1 {
    padding-bottom: .75rem !important;
}

.pl-1 {
    padding-left: 1rem !important;
}

.widget-alert-danger {
    background-color: transparent;
    color: red;
    border: 2px dotted red !important;
    font-weight: 600;
    padding: 10px 10px;
}

.ml-widget {
    margin-left: 90%;
}

#divQuickLinksPanel {
    margin-top: -15px;
}

.widget-popover {
    background-color: #fff !important;
    color: #555 !important;
    min-width: 100px;
    min-height: 50px;
    font-size: .85em;
    border: 1px solid #c0c2c7;
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 2px 3px 4px #828282;
    padding-top: 5px;
}

.widget-popover-arrow {
    background-color: #fff !important;
}

.widget-popover.bottom > .arrow:after {
    border-bottom-color: #fff !important;
}


.widgetRow-y {
    padding-top: 15px;
    padding-bottom: 11px;
}

.RadButton_Office2010Silver.rbLinkButton {
    background-image: none !important;
}

.tbl-rotations {
    float: left;
    margin-right: 20px;
}

.tbl-rotations-header {
    background: #858689;
    color: #fff;
    font-size: .87em;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #8b8c8d;
    padding: 7px 10px;
    border-bottom: 7px solid #ddd;
}

.px-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.mt-half {
    margin-top: .5rem !important;
}

.mt-2 {
    margin-top: 2rem !important;
}

.mb-2 {
    margin-bottom: 2rem !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.my-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.div-bottom-bordered {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
    padding-bottom: 2rem !important;
    border-bottom: solid 1px #ddd;
}

.rotations-panel-title {
    color: #555;
    background-color: #fafafa;
    font-size: 1.2em;
}

.btn-transparent {
    background-color: transparent;
    padding: 0px !important;
}

.RadWizard .rwzButton {
    min-width: 1px !important;
    padding: 9px 12px 9px 32px !important;
    border-width: initial !important;
    border-style: none !important;
    outline: 0 !important;
    font: 600 14px 'Open Sans', sans-serif !important;
    text-align: initial !important;
    display: initial !important;
    user-select: none;
}

.RadWizard .rwzContent + .rwzNav {
    margin: 10px 10px 10px 10px !important;
}

.hprime-btn-cancel-padding {
    padding-left: 35px;
    background: url(../images-new/icon-generic-cancel.svg) no-repeat 7px center, -moz-linear-gradient(top, #ffffff 0%, #efefef 100%) !important;
    background: url(../images-new/icon-generic-cancel.svg) no-repeat 7px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)) !important;
    background: url(../images-new/icon-generic-cancel.svg) no-repeat 7px center, -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-generic-cancel.svg) no-repeat 7px center, -o-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-generic-cancel.svg) no-repeat 7px center, -ms-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-generic-cancel.svg) no-repeat 7px center, linear-gradient(to bottom, #ffffff 0%,#efefef 100%) !important;
}

.rbVerticalList .rbCheckBox {
    display: block;
    padding: 10px 0 4px !important;
}

.divOverlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: auto; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    display: block;
}

.center {
    margin: auto;
    padding: 10px;
}

.candidateList {
    list-style-type: none;
    margin-top: 1rem !important;
}


.form-group-label {
    font-size: 13px;
    line-height: 0;
    font-style: normal;
}

.RadGrid_Office2010Silver .rgRow .completed {
    background-color: #f0f0ed !important;
}

.RadGrid_Office2010Silver .rgRow .incomplete {
    background-color: #FAF296 !important;
}

.hprime-btn-previous {
    padding-left: 32px;
    background: url(../images-new/icon-pagination-previous.svg) no-repeat 10px center, -moz-linear-gradient(top, #ffffff 0%, #efefef 100%) !important;
    background: url(../images-new/icon-pagination-previous.svg) no-repeat 10px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)) !important;
    background: url(../images-new/icon-pagination-previous.svg) no-repeat 10px center, -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-pagination-previous.svg) no-repeat 10px center, -o-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-pagination-previous.svg) no-repeat 10px center, -ms-linear-gradient(top, #ffffff 0%,#efefef 100%) !important;
    background: url(../images-new/icon-pagination-previous.svg) no-repeat 10px center, linear-gradient(to bottom, #ffffff 0%,#efefef 100%) !important;
}

@media (min-width: 768px) {
    .modal-dialog-signature {
        width: 60%;
    }
}

.alert-danger-big {
    background-color: transparent;
    color: #00aeef;
    border: 2px dotted #00aeef !important;
    font-weight: 600;
    min-height: 125px;
}


.requirementToolTip .rtCallout {
    height: 0px;
    width: 0px;
    line-height: 0;
    border-bottom-color: transparent !important;
    border-style: none;
}

#divEventSurveyModal .modal-dialog {
    width: 800px;
}

#divEventSurveyModal .rbVerticalList {
    margin-right: 50px;
}

.inline-block {
    display: inline-block;
}

.legend .legend-row:nth-of-type(odd) {
    background-color: #f9f9f9;
    padding: 5px 0px 5px 0px;
}

.legend .legend-row:nth-of-type(even) {
    background: #FFFFFF;
    padding: 5px 0px 5px 0px;
}

/*begin -Responsive table for document upload - Resource Share*/
.divFileUploadTable {
    margin: 0px;
}

.divFileUploadTableHeader {
    background: #858689;
    color: #fff;
    font-size: .87em;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #8b8c8d;
    border-bottom: 7px solid #ddd;
}

.divFileUploadTableBody {
    background-color: #f9f9f9;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-top: 1px solid #e2eae9;
    border-bottom: 1px solid #ddd;
}

.divFileFormatsBody {
    vertical-align: middle;
    border: 1px solid #ddd;
    border-top: 1px solid #e2eae9;
    border-bottom: 1px solid #ddd;
}

.divFileUploadHeaderCell {
    padding: 7px 10px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.divFileUploadBodyCell {
    padding: 7px 10px;
    max-height: 50px;
    min-height: 50px;
    text-align: center;
    border-left: 1px solid #ddd;
}

.divFilFormatHeaderCell {
    border-left: 1px solid #ddd;
}

.divFilFormatBodyCell {
    max-height: 50px;
    min-height: 50px;
    border-left: 1px solid #ddd;
    padding: 7px 10px;
}
/*End -Responsive table for document upload - Resource Share*/

/* Stack rows vertically on small screens */
@media (max-width: 43em) {
    /* Hide column labels */
    .RadGrid thead tr {
        position: absolute;
        top: -9999em;
        left: -9999em;
    }

    .rgMasterTable colgroup col {
        width: inherit !important;
    }

    .rgGroupHeader, .rgRow, .rgAltRow {
        border: 0.1em solid #c0c2c7;
    }
    /* Leave a space between table rows and rows and pager */
    .RadGrid tr + tr,
    .RadGrid .rgWrap {
        margin-top: 0.5em;
    }

    .rgGroupHeader,
    .rgRow,
    .rgAltRow {
        width: auto !important;
    }

        /* Get table cells to act like rows */
        .rgGroupHeader,
        .rgRow,
        .rgAltRow,
        .rgGroupHeader td,
        .rgRow td,
        .rgAltRow td {
            display: block;
            text-align: left !important;
        }

            .rgGroupHeader td,
            .rgRow td,
            .rgAltRow td {
                border: none;
                /* Leave a space for data labels */
                padding-left: 25%;
            }

                .rgGroupHeader td:before {
                    display: inline-block;
                    line-height: 1.5;
                    width: 7%;
                }

            .rgGroupHeader .rgCollapse {
                margin-left: 10px !important;
            }
            /* Add data labels */
            .rgRow td:before,
            .rgAltRow td:before {
                content: attr(data-label);
                display: inline-block;
                font-weight: bold;
                line-height: 1.5;
                margin-left: 0;
                width: 25%;
            }

    .nav-tabs {
        min-width: 100%;
        display: inline-grid;
    }

        .nav-tabs > li.active > a {
            border-bottom-color: #c0c2c7 !important;
        }

    #rrRating.RadRating {
        width: 360px !important;
        float: right;
    }

    .RadGrid .rgRow .smallScreenRating {
        padding-top: 0px !important;
        padding-bottom: 20px !important;
    }

    .divEmail {
        width: auto !important;
    }

    .divSentItemModal {
        width: auto !important;
    }

    #divEventSurveyModal .modal-dialog {
        width: auto !important;
    }

    .alert-danger {
        min-height: 80px !important;
    }

    .modal-dialog.large {
        width: auto !important;
    }

    #SendNewRequestModal div,
    #SendActiveNewRequestModal div {
        width: auto !important;
    }
}

.border-bottom {
    border-bottom: solid 1px #ccc;
}

#divPaymentTerms {
    text-transform: uppercase;
    font-weight: bold;
    font-size: smaller;
}

#divPaymentDetails {
    font-style: italic;
    font-size: smaller;
}

.mb-4 {
    margin-bottom: 4rem !important;
}

#btnUpdateRate {
    padding: 0px;
}

.widget-responsive {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 1400px) {
    .widget-responsive {
        width: 100%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1024px) {
    .ModalTemplate {
        width: 1024px !important;
    }
}
/*if screen is above 1400px*/
@media (min-width: 1400px) {
    .modal-dialog {
        width: 1080px !important;
    }
}

.doctor-blueprint {
    overflow: auto;
}

    .doctor-blueprint table {
        width: 100%;
    }

    .doctor-blueprint .heading1 {
        background-color: #969fa1;
        color: white;
        text-align: center;
        font-weight: 700;
    }

    .doctor-blueprint td {
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 3px;
        padding-bottom: 3px;
        border-width: 1px;
        border-style: solid;
        border-color: #969fa1;
    }

    .doctor-blueprint .heading2 {
        font-weight: 700;
    }

    .doctor-blueprint .heading3 {
        background-color: #00aeef;
        color: white;
        font-weight: 700;
    }

.candidateinfo td {
    padding: 5px;
}

.candidateinfo .name {
    font-weight: 700;
    font-size: 15px;
}

.doctor-blueprint-print td {
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-width: 1px;
    border-style: solid;
    border-color: #969fa1;
}

.doctor-blueprint-print {
    overflow: auto;
}

.doctor-blueprint table {
    width: 100%;
}

.doctor-blueprint-print .heading1 {
    background-color: #969fa1;
    color: white;
    text-align: center;
    font-weight: 700;
}

.doctor-blueprint-print .heading2 {
    font-weight: 700;
}

.doctor-blueprint-print .heading3 {
    background-color: #00aeef;
    color: white;
    font-weight: 700;
}

.managecategorymenu > li.active > a,
.managecategorymenu > li.active > a:focus,
.managecategorymenu > li.active > a:hover {
    background-color: #00aeef;
    color: #fff;
}

.managecategorymenu > li > a:hover {
    background-color: #00aeef;
    color: #fff;
}

.managecategorymenu {
    border-bottom: none;
}

.managecategorycontent > .active {
    background-color: #F8F8F8;
    border: 1px solid #c0c2c7;
    margin-left: 1%;
    width: 99;
}

.managecategorymenu > li > a {
    border: 1px solid #c0c2c7 !important;
    text-align: center;
    height: 80px;
    line-height: 55px;
    font-size: 17px;
    font-weight: 400
}

.managecategorymenu > li {
    width: 24%;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: 1%;    
}

.managecategorycontent li {
    float: left;
    color: #969fa1;
    font-size: 35px;
}

    .managecategorycontent li a {
        padding-right: 100px;
    }

.managecategorycontent ul {
    margin: 0px;
}

    .managecategorycontent ul a {
        list-style-type: circle;
        float: left;
        display: block;
        font-size: 15px;
        line-height: 55px;
        width: 420px;
    }

.gptr-searchresult {
    display: flex;
    padding: 1rem 0;
}

    .gptr-searchresult .gptr-information {
        margin-left: 1rem;
        flex: 1;
        font-size: 1.25rem;
    }

.gptr-footer {
    font-size: 12px;
    border-top: 1px solid #e4e4e1;
    margin-top: 1rem;
    padding-top: 0.5rem;  
    color:#555;
}

    .gptr-footer .badge {
        font-size: 1rem;
    }

.gptr-searchresult .gptr-information .badge {
    float: right;
}


@media only screen and (max-width: 600px) {
    .age_textbox1 {
        width: 25%;
    }

    .cal_dropdown {
        width: 55%;
    }
}


@media only screen and (min-width: 600px) {
    .age_textbox1 {
        width: 15%;
    }

    .cal_dropdown {
        width: 24%;
    }
}

@media only screen and (min-width: 768px) {
    .age_textbox1 {
        width: 13%;
    }

    .cal_dropdown {
        width: 24%;
    }
}
@media only screen and (min-width: 992px) {
    .age_textbox1 {
        width: 10%;
    }

    .cal_dropdown {
        width: 21%;
    }
}
@media only screen and (min-width: 1200px) {
    .age_textbox1 {
        width: 10%;
    }

    .cal_dropdown {
        width: 21%;
    }
}
#loading-hprime {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    background-color: #fff;
    z-index: 1000;
}

#loading-image-hprime {

}