﻿/* General */
html, body {
    padding: 0;
    margin: 0;
    font: 14px VistaSansReg, Arial, Helvetica, sans-serif;
    color: #787878;
    width: 100%;
    height: 100%;
    /*background-color: #dfe3ee;
    color: #333333;
    font: 12px 'Segoe UI',Helvetica,'Droid Sans',Tahoma,Geneva,sans-serif;*/
}

.clear {
    clear: both;
}

.k-grid {
    font-size: 11px;
}

a {
    text-decoration: none;
    color: #5f5c5b;
}



.wrapper {
    display: table;
    table-layout: fixed;
    height: auto;
    width: auto;
    overflow: auto;
}

.sub-wrapper {
    display: table;
    table-layout: fixed;
    /*height: 100%;*/
    width: 100%;
    padding-bottom: 10px;
}

#divError {
    display: none;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

#divLoading {
    padding: 2px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    background-color: lightyellow;
    color: #000;
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -90px;
    width: 120px;
    box-shadow: 0 3px 9px #999;
}



.panel-default > .panel-heading {
    background-color: #FFF !important;
}

/* Typography */
h1 {
    font-size: 26px;
    font-weight: normal;
}

h2 {
    font-size: 22px;
    font-weight: normal;
}

h3 {
    font-size: 18px;
    font-weight: normal;
}

h4 {
    font-size: 14px;
    font-weight: normal;
}

h5 {
    font-size: 12px;
    font-weight: normal;
}

h6 {
    font-size: 11px;
    font-weight: normal;
}


/* Sidebar */
.sidebar {
    padding: 0;
    margin: 0;
    background-color: #F9F9F9;
    color: #808285;
    display: table-cell;
    vertical-align: top;
    width: 250px;
    height: 100%;
    border-right: 1px solid #E6E6E6;
}

    .sidebar h2 {
        color: #5F5C5C;
        font-size: 14px;
        font-weight: bold;
        margin: 0;
        padding: 0;
        line-height: 32px;
    }

    .sidebar a {
        color: #808285;
    }

    .sidebar h4 {
        color: #5F5C5C;
        margin: 0;
        padding-bottom: 10px;
    }

    .sidebar .people-list {
        border: 0;
        padding: 0;
    }

        .sidebar .people-list li {
            border-bottom: 1px solid #DFDFDF;
            padding: 15px;
        }

        .sidebar .people-list .userName {
            margin: 0px;
        }

        .sidebar .people-list .userID {
            font-size: 11px;
            line-height: 14px;
        }

        .sidebar .people-list .userPhoto img {
            width: 35px;
            height: 35px;
        }

    .sidebar .sb-icon {
        background: url("/Content/images/sidebar-icons.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        display: inline-block;
        height: 16px;
        margin-right: 3px;
        width: 16px;
    }

#my-info {
    background-position: 0 0;
}

.user {
    border-bottom: 1px solid #DFDFDF;
    padding: 15px;
}

.userPhoto {
    border: 1px solid #AFAFAF;
    float: left;
    margin-right: 10px;
    height: 55px;
    width: 55px;
}

.userID {
    font-size: 12px;
    float: left;
}

.userName {
    float: left;
    margin-top: 10px;
}

#panelbar {
    border: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
}




/* Menubar */
#menubar {
    margin-left: -15px; 
    margin-right: -15px;
    border-top-width:3px;
    border-top-style:solid;
    border-top-color:#787878;
    border-bottom:1px solid #aaa;
}

#menubar .k-link:hover, #menubar .k-state-active {
    background: #787878 !important;
    color: white !important;
}




/* Main Content */
#mainContent {
    background-color: #FFF;
    /*   border-top: 1px solid #E6E6E6; */
    width: auto;
    /*height: 100%;*/
    vertical-align: top;
}

#menu .k-sprite {
    background-image: url("/Content/images/icons-white2.png");
}

.icon-dash {
    background-position: 0 0;
}

.icon-apps {
    background-position: -15px 0;
}

.icon-comms {
    background-position: -30px 0;
}

.icon-perf {
    background-position: -45px 0;
}

.icon-pols {
    background-position: -60px 0;
}

.icon-prodinfo {
    background-position: -75px 0;
}

.icon-res {
    background-position: -90px 0;
}

.icon-stat {
    background-position: -15px 0;
}

.icon-app-stat {
    background-position: -30px 0;
}

.icon-commissions {
    background-position: -45px 0;
}

.icon-policies {
    background-position: -60px 0;
}

.icon-faq {
    background-position: -75px 0;
}

.icon-contact {
    background-position: -90px 0;
}



/* Breadcrumb */
#breadcrumb {
    vertical-align: top;
    margin: 10px;
}


/* Footer */
#footer {
    position: relative;
    border-top: 1px solid #999;
    background-color: #DFDFDF;
    color: #999;
    margin: 0;
    padding: 0;
    font-size: 12px;
    width: 100%;
}

    #footer a {
        color: inherit;
    }


/* jquery-ui overrides */
.ui-datepicker {
    width: 15em !important;
    margin-top: 4px;
    font-size: 13px !important;
}

    .ui-datepicker select {
        height: 20px !important;
        padding: 0 !important;
    }




/* Kendo Overrides */
/*
.k-button {
    line-height: 17px !important;
    vertical-align: inherit !important;
}*/

 

/* Constant white down arrow */


#panelbar .k-state-selected {
    background-color: #DDD !important;
    color: #FFF !important;
    border-bottom: 1px solid #DDD !important;
    background-image: none !important;
}

#panelbar .k-state-focused {
    box-shadow: none !important;
}

#panelbar .k-state-hover {
    background-color: #DDD !important;
    border-bottom: 1px solid #DDD !important;
    color: #FFF !important;
    background-image: none !important;
}

#panelbar .k-state-hightlight {
    background-color: #DDD !important;
    color: #FFF !important;
    border-bottom: 1px solid #DDD !important;
}

#panelbar .k-i-arrow-n {
    background-position: 0 0 !important;
}

#panelbar .k-i-arrow-s {
    background-position: 0 -32px !important;
}

#panelbar .k-header {
    background-color: #F9F9F9 !important;
}

#panelbar .k-content {
    background-color: #FFF !important;
}

.k-splitter {
    height: 100% !important;
}

.k-splitbar {
    background-color: #DDD !important;
}

.k-widget.k-tooltip {
    background-color: white !important;
    padding: 10px;
    text-align: left;
    word-wrap: normal;
    color: black !important;
    border-color: #25a0da;
}



.splash-body {
    background-color: #ECECEC;
}

.splash-container {
    background-color: #F9F9F9;
    box-shadow: 5px 5px 10px #999;
    padding: 25px;
}

/* Reset Password */
.reset-container {
    width: 450px;
    text-align: left;
    font-size: 17px;
    color: #87898C;
}

    .reset-container #username {
        border: 1px solid #E6E6E6;
        color: #87898C;
        font-size: 20px;
        height: 30px;
        padding: 10px;
        width: 255px;
        max-width: 280px;
    }

    .reset-container h4 {
        font-size: 16px;
        font-weight: bold;
    }


/* Register */
.register-container {
    text-align: left;
    font-size: 17px;
    color: #87898C;
}

    .register-container .left-col {
        padding: 3px;
    }

    .register-container .right-col {
        padding: 3px;
    }

    .register-container h4 {
        font-size: 20px;
        font-weight: bold;
        margin: 0;
    }

    .register-container input[type=text],
    .register-container input[type=password] {
        width: 100%;
        box-sizing:border-box;
    }

    .register-container select {
        width: 212px;
    }

    .register-container a {
        color: #02b4df;
        font-style: italic;
    }

/* Change Password */
#changepassword-container {
    padding: 10px;
    text-align: left;
    font-size: 17px;
    color: #87898C;
}

    #changepassword-container .left-col {
        padding: 5px;
    }

    #changepassword-container .right-col {
    }

    #changepassword-container h4 {
        font-size: 18px;
        font-weight: bold;
        margin: 0;
    }

    #changepassword-container input[type=text], #changepassword-container input[type=password] {
        box-sizing:border-box;
        width:100%;
    }



/* Signon Popup */
/*.login-container {
    width: 450px;
}*/

.splashLogo {
    background-size: 100% 100%;
}

.login-container #username, .login-container #password, .login-container #securityAnswer {
    border: 1px solid #E6E6E6;
    color: #87898C;
    font-size: 20px;
    height: 30px;
    padding: 10px;
    width: 255px;
    max-width: 280px;
}

.login-container h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.login-container p {
    color: #87898C;
    font-size: 15px;
    margin: 10px 5px;
}

.stay-sign-in {
    width: 100%;
}

.splashLogo {
    margin: 10px 5px;
}

.registerLink {
    color: #02b4df;
    font-size: 13px;
    font-weight: bold;
}

.forgotPasswordLink {
    color: #02b4df;
    font-size: 13px;
    font-weight: bold;
}

.securityQuestion {
    font-size: 13px;
    margin: 2px;
}
/* End Signon */

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    font-size: 14px;
    border: 1px solid #DDD;
    padding: 5px;
    vertical-align: middle;
}

    input[type=text]:focus {
        border-color: #333;
    }

    input[type=password]:focus {
        border-color: #333;
    }

    button, button > a,
    input[type=button],
    input[type=submit] {
        padding: 3px 15px;
        color: #FFF;
        font-size: 14px;
        font-weight: bold;
        border: 0 none;
        cursor: pointer;
    }



        input[type=submit]:disabled {
            background-color: #DDD;
            cursor: default;
        }
/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}




/* CSS Images & Logos */
#logo {
    background-size: contain;
    background-repeat: no-repeat;
    width: 250px;
    color: transparent;
    white-space: nowrap;
    overflow: hidden;
}

.excel-icon {
    background: url("/Content/images/excel.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 24px;
    width: 24px;
    margin: -10px 0;
}

.pdf-icon {
    background: url("/Content/images/pdf.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 24px;
    width: 24px;
    margin: -10px 0;
}

.help-icon {
    background: url("/Content/images/help.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: -5px 0 -5px -10px;
}

.add-notes {
    background: url("/Content/images/note787878.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-size: 24px 24px;
    display: inline-block;
    height: 24px;
    width: 24px;
}

.help-icon-red {
    background: url("/Content/images/help-red.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: -5px 0 -5px -10px;
}






/*---------------------- THEMES ----------------------*/


.topSplashLogo {
    height: 22px;
    width: 100px;
    margin: 8px auto 0;
    padding: 4px;
}

.logoAnchor:hover {
    background: #848484;
}

#menu {
    /*background-color: #25a0da !important;*/
}



.k-menu {
    /*background-color: #25a0da !important;*/
}




/*User Admin*/
#infoTabs li:not(.roleLI) {
    background-color: #25a0da !important;
    border-color: #25a0da !important;
    margin-right: 1px;
    margin-top: 1px;
}

#infoTabs li > a.k-link {
    color: #FFF;
}

#infoTabs li.k-state-hover {
    background-image: none !important;
    opacity: 0.5 !important;
    background-color: #25a0da !important;
    border-color: #25a0da !important;
}

    #infoTabs li.k-state-hover:hover {
        background-image: none !important;
        opacity: 0.5 !important;
        background-color: #25a0da !important;
        border-color: #25a0da !important;
    }

#infoTabs li.k-state-active {
    background-image: none !important;
    border-color: #A8D9F0 !important;
    background-color: #A8D9F0 !important;
    margin-top: 0;
    padding-bottom: 3px;
}

#userAdmin label.pageHeader, #profilePropertyDefinitions label.pageHeader, #publishedReports label.pageHeader, #summaryBilling label.pageHeader {
    color: #787878;
}



#userAdmin .k-tabstrip .k-content {
    border-color: #A8D9F0 !important;
}

span.checkmark {
    display: inline-block;
}

    span.checkmark:after {
        /*Add another block-level blank space*/
        content: '';
        display: block;
        /*Make it a small rectangle so the border will create an L-shape*/
        width: 6px;
        height: 12px;
        /*Add a white border on the bottom and left, creating that 'L' */
        border: solid #25a0da;
        border-width: 0 2px 2px 0;
        /*Rotate the L 45 degrees to turn it into a checkmark*/
        transform: rotate(45deg);
        margin: 0 10px 0 0;
    }

    span.checkmark.selected:after {
        /*Add another block-level blank space*/
        content: '';
        display: block;
        /*Make it a small rectangle so the border will create an L-shape*/
        width: 6px;
        height: 12px;
        /*Add a white border on the bottom and left, creating that 'L' */
        border: solid #FFF;
        border-width: 0 2px 2px 0;
        /*Rotate the L 45 degrees to turn it into a checkmark*/
        transform: rotate(45deg);
        margin: 0 10px 0 0;
    }

span.bigcheckmark {
    display: inline-block;
}

    span.bigcheckmark:after {
        /*Add another block-level blank space*/
        content: '';
        display: block;
        /*Make it a small rectangle so the border will create an L-shape*/
        width: 14px;
        height: 28px;
        /*Add a white border on the bottom and left, creating that 'L' */
        border: solid #25a0da;
        border-width: 0 2px 2px 0;
        /*Rotate the L 45 degrees to turn it into a checkmark*/
        transform: rotate(45deg);
        margin: 0 10px 0 0;
    }



.isApproved {
    color: #25a0da;
}

:disabled.k-button:hover {
    background: #FFF !important;
    border: 1px solid #ddd !important;
}

.k-button.k-primary {
    background-color: #25a0da;
    border: #25a0da 1px solid;
}

.k-button.approve {
    background-color: #25a0da;
    border: #25a0da 1px solid;
    color: #FFF;
}
