/* Minification failed. Returning unminified contents.
(2026,32): run-time error CSS1030: Expected identifier, found '.'
(2302,21): run-time error CSS1035: Expected colon, found 'bold'
(5700,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6046,1): run-time error CSS1019: Unexpected token, found '}'
 */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666;
    background: url(../images/Login/bodyBG.png) top repeat-x;
}

/* Sticky Footer Styling */
* {
    margin: 0;
}

html, body {
    height: 100%;
}

a img {
    border: 0;
}

a.round-button {
    text-decoration: none;
    display: inline-block;
    zoom: 1;
    *display: inline;
}


input[type="button"], input[type="submit"], button[type="submit"] {
    background: rgb(122,217,105); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzdhZDk2OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MmJiNDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(122,217,105,1) 1%, rgba(82,187,69,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(122,217,105,1)), color-stop(100%,rgba(82,187,69,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(122,217,105,1) 1%,rgba(82,187,69,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(122,217,105,1) 1%,rgba(82,187,69,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(122,217,105,1) 1%,rgba(82,187,69,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(122,217,105,1) 1%,rgba(82,187,69,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ad969', endColorstr='#52bb45',GradientType=0 ); /* IE6-8 */
    padding: 5px 10px;
    border-radius: 5px;
    color: White;
    font-weight: bold;
    border: none;
    margin-top: 10px;
    cursor: pointer;
    font-size: 11px;
}

.wrapper {
    min-height: 99.7vh;
    height: auto !important;
    height: 100%;
    margin: 0 auto -40px auto; /* the bottom margin is the negative value of the footer's height */
}

.push {
    height: 40px; /* .push must be the same height as .footer */
}

/* Footer */
.footer {
    line-height: 16px;
    color: #FFF;
    padding-top: 10px;
    text-align: left;
    height: 95px !important;
    background-color: #999 !important;
}

    .footer a {
        color: #FFF;
        text-decoration: none;
        margin: 0 10px;
    }

    .footer span {
        display: block;
        color: #EEE;
        margin: 0 10px;
    }

    .footer a:hover {
        text-decoration: underline;
    }

    .footer .left {
        float: left;
    }

    .footer .right {
        float: right;
    }
/* END Sticky Footer Styling */

body.loading {
    overflow: hidden;
}

    body.loading .modal {
        display: block;
    }

.banner {
    height: 64px;
    background: url(../images/Login/bannerImage.png) center no-repeat #FFF;
    overflow: hidden;
}

.bannerLogo {
    width: 200px !important;
    height: 64px;
    float: left;
    background: url(../images/Login/banner-logo.png) no-repeat;
}

.globalMenu {
    height: 35px;
    width: 325px;
    margin: 24px 0 0 0;
    float: right;
    border: 0px solid #F00;
    text-align: right;
}

    .globalMenu a {
        height: 35px;
        line-height: 20px;
        padding: 0 0 0 24px;
        margin: 0 20px 0 0;
        text-decoration: none;
        color: #666;
        display: inline-block;
    }

        .globalMenu a:hover {
            color: #069
        }

        .globalMenu a.portalGuide {
            background: url(../images/Login/globalNav-portalGuide.png) top left no-repeat;
        }

            .globalMenu a.portalGuide:hover {
                background: url(../images/Login/globalNav-portalGuide-hover.png) top left no-repeat;
            }

        .globalMenu a.contactUs {
            background: url(../images/Login/globalNav-contactUs.png) top left no-repeat;
        }

            .globalMenu a.contactUs:hover {
                background: url(../images/Login/globalNav-contactUs-hover.png) top left no-repeat;
            }

        .globalMenu a.logOut {
            background: url(../images/Login/globalNav-logOut.png) top left no-repeat;
        }

            .globalMenu a.logOut:hover {
                background: url(../images/Login/globalNav-logOut-hover.png) top left no-repeat;
            }

        .globalMenu a.logIn {
            background: url(../images/Login/globalNav-login.png) top left no-repeat;
        }

            .globalMenu a.logIn:hover {
                background: url(../images/Login/globalNav-login-hover.png) top left no-repeat;
            }


.menuContainer {
    height: 64px;
    width: 100%;
    background: url(../images/Login/menuContainerBG.png) top repeat-x;
    overflow: hidden;
    position: relative;
}

.menu {
    height: 64px;
    background: url(../images/Login/menuBG.png);
    overflow: hidden;
    margin: 0 360px 0 0;
}

a.menuItem {
    float: left;
    height: 64px;
    line-height: 86px;
    width: 25%;
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    border-right: 1px solid #59adc8;
    margin-left: -1px;
}


.myAccounts {
    background: url(../images/Login/menu-myAccounts.png) top center no-repeat;
}

    .myAccounts:hover, .myAccounts.selected {
        background: url(../images/Login/menu-myAccounts-hover.png) top center no-repeat;
    }

.manageMyAccounts {
    background: url(../images/Login/menu-manageMyAccounts.png) top center no-repeat;
}

    .manageMyAccounts:hover, .manageMyAccounts.selected {
        background: url(../images/Login/menu-manageMyAccounts-hover.png) top center no-repeat;
    }

.myPaymentAccounts {
    background: url(../images/Login/menu-MyPaymentAccounts.png) top center no-repeat;
}

    .myPaymentAccounts:hover, .myPaymentAccounts.selected {
        background: url(../images/Login/menu-MyPaymentAccounts-hover.png) top center no-repeat;
    }

.myProfile {
    background: url(../images/Login/menu-myProfile.png) top center no-repeat;
}

    .myProfile:hover, .myProfile.selected {
        background: url(../images/Login/menu-myProfile-hover.png) top center no-repeat;
    }

.searchTab {
    height: 64px;
    width: 360px;
    background: url(../images/Login/searchTab.png) left bottom no-repeat;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

    .searchTab .inputs {
        position: absolute;
        bottom: 0;
        right: 15px;
    }

.main {
    margin: 15px 20px 20px 20px;
}

h1 {
    color: #069;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
}

h2 {
    color: #54b948;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 1px dotted #CCC;
    padding-bottom: 5px;
    margin-bottom: 15px;
    margin-top: 15px;
}

h3 {
    color: #066295;
}

    h3 span {
        color: #54b948;
        font-size: 10px;
    }

p {
    margin: 0 0 15px 0;
    line-height: 16px;
}

a {
    color: #54b948;
}

/** Data Grid **/
.dataGrid {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666;
    border: 0px solid #e7e7e7;
    border-collapse: collapse;
    background: #FFF;
    margin: 0 0 20px 0;
}

    .dataGrid th {
        text-align: left;
        vertical-align: bottom;
        color: #54b948;
        font-weight: normal;
        padding: 5px 10px;
        border-bottom: 3px solid #54b948;
    }

    .dataGrid td {
        text-align: left;
        vertical-align: top;
        color: #666;
        padding: 5px 10px;
        border: 1px solid #e7e7e7;
    }

td.center, th.center {
    text-align: center;
}

td.right, th.right {
    text-align: right;
}

.dataGrid a {
    color: #005c96;
    text-decoration: none;
}

.dataGrid img {
    border: 0;
}

.dataGrid .altRow {
    background: #f5f5f5;
}

/** Legend **/
.legend {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666;
    border-collapse: collapse;
    border: 0px solid #DDD;
    margin-bottom: 20px;
}

    .legend td {
        vertical-align: top;
        border-bottom: 1px solid #DDD;
    }

        .legend td.item {
            padding: 5px 10px 5px 5px;
            width: 1%;
            white-space: nowrap;
            color: #66cc33;
        }

        .legend td.description {
            padding: 5px 5px 5px 10px;
            width: 99%;
        }

/** Success **/
.success {
    width: auto;
    display: table;
    padding: 15px 15px 15px 45px;
    margin: 15px 0;
    border: 1px solid #54b948;
    background: url(../images/Login/checkmark.png) 10px 10px no-repeat;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
}

    .success span {
        font-weight: bold;
        font-size: 14px;
        color: #54b948;
    }


/** Button **/
.buttonContainer {
    height: 30px;
    width: 100%;
    margin: 20px 0 0 0;
    border-top: 3px solid #CCC;
    padding-top: 10px;
    clear: both;
}

    .buttonContainer .left {
        height: 30px;
        float: left;
        width: 50%;
    }

    .buttonContainer .right {
        height: 30px;
        float: right;
        width: 50%;
    }

span.button {
    background: url(../images/Login/buttonInputBG.png) #66cc00 bottom repeat-x;
    border: 1px solid #360;
    padding: 0;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
}

    span.button input {
        background: none;
        border: 0;
        margin: 0;
        cursor: pointer;
        color: #FFF;
        font-size: 12px;
        padding: 7px 10px;
        height: 30px;
    }

    span.button:hover {
        background: none #35c725;
    }


/*Site Wide*/
/*------------------------------------------------------------------------------------------*/


.cf:before,
.cf:after {
    content: ' ';
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

.field-validation-error {
    color: Red;
    font-size: 12px;
    padding-left: 10px;
}

.validation-summary-errors {
    color: Red;
    font-size: 12px;
}

.input-validation-error {
    border: 2px solid #FF6E6E !important;
    color: #FF6E6E;
}

.blue-button {
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../images/Login/ajax-loader.gif') 50% 50% no-repeat;
}

a.account-button {
    display: block;
    text-decoration: none;
}

.account-button {
    background: url('../images/Login/signin-button.png');
    width: 140px;
    height: 31px;
    border: none;
    font-weight: bold;
    color: #518B1C;
    line-height: 31px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
}

    .account-button:hover {
        background: url('../images/Login/signin-button.png') -140px 0px;
    }

.combobox {
    display: inline-block;
    height: 27px;
    vertical-align: middle;
    line-height: 27px;
}

    .combobox select {
        height: 27px;
        padding: 5px;
        border: none;
    }

form {
    margin-bottom: 10px;
    padding-bottom: 10px;
}


    form.standard label {
        color: black;
        margin: 10px 0px 5px 0px;
    }

    form.standard input[type="text"] {
        outline: none;
        border: 1px solid silver;
        height: 20px;
        font-size: 11px;
        padding: 5px 5px 5px 10px;
    }



.editable {
    display: inline-block;
}

    .editable input, .editable span {
    }

    .editable .input, .editable .save, .editable .cancel {
        display: none;
    }

    .editable .display {
        font-size: inherit;
        font-weight: inherit;
    }

    .editable .edit, .editable .save, .editable .cancel {
        margin-left: 10px;
        font-size: 10px;
        cursor: pointer;
    }

.error {
    color: Red;
    font-size: 12px;
}

.green {
    color: forestgreen !important;
}

.red {
    color: Red !important;
}

.black {
    color: Black !important;
}


/* Icons
------------------------------------------------------------------------------------------------------------------------------- */
.icon:before, .icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
}

.icon a:before, .icon a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
}

.icon {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 0px;
    margin: 0 0 0.25em;
}

    .icon a {
        padding-left: 30px;
    }

/* Info
------------------------------------------------------------------------------------------------------------------------------- */
.info a:before {
    content: "i";
    left: 3px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    font-size: 1em;
    font-weight: bold;
    font-style: italic;
    line-height: 15px;
    text-align: center;
    color: Black;
    background: white;
    /* css3 */
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

/* PROFILE
------------------------------------------------------------------------------------------------------------------------------- */
.profile a:before {
    left: 4px;
    width: 16px;
    height: 5px;
    margin-top: 1px;
    /* css3 */
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background: white;
}

.profile a:after {
    left: 9px;
    width: 6px;
    height: 10px;
    margin-top: -7px;
    /* css3 */
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px 10px;
    -webkit-border-bottom-left-radius: 5px 10px;
    -moz-border-radius: 5px 5px 5px 5px / 5px 5px 10px 10px;
    border-radius: 5px 5px 5px 5px / 5px 5px 10px 10px;
    background: white;
}

/* Question
------------------------------------------------------------------------------------------------------------------------------- */
.question a:before {
    content: "?";
    left: 3px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    font-size: 1em;
    font-weight: bold;
    font-style: italic;
    line-height: 15px;
    text-align: center;
    color: Black;
    background: white;
    /* css3 */
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}


/* View */
/*------------------------------------------------------------------------------------------------------------------------------- */
.view a:before {
    left: 3px;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #555;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius: 12px 0 12px 0;
    border-radius: 12px 0 12px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.view a:after {
    left: 6px;
    width: 4px;
    height: 4px;
    border: 2px solid #fff;
    margin-top: -5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/*Header Styles*/
/*------------------------------------------------------------------------------------------*/
.page-header {
    width: 100%;
    background: url('../images/Login/header.png');
    padding-top: 50px;
}

#header-top {
    text-align: right;
    height: 35px;
}

    #header-top ul {
        display: inline-block;
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        #header-top ul li {
            float: left;
            line-height: 35px;
            vertical-align: middle;
        }

            #header-top ul li a {
                cursor: pointer;
                color: White;
                text-decoration: none;
                padding: 0px 30px;
                display: block;
            }

    #header-top span.title {
        float: left;
        color: White;
        padding-left: 20px;
        line-height: 35px;
        font-size: 20px;
    }

nav {
    font-weight: bold;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 15px;
    border-bottom: 1px solid black;
    background: white;
}

    nav .left img {
        float: left;
        height: 50px;
        padding-left: 20px;
    }

    nav .right {
        float: right;
        padding-right: 20px;
    }

    nav ul li {
        float: left;
    }

        nav ul li a {
            color: Black;
            text-decoration: none;
            line-height: 50px;
            border-right: 1px solid silver;
            padding: 0px 15px;
        }

        nav ul li:last-child a {
            border: none;
        }

    nav span {
        float: right;
        line-height: 50px;
        padding-right: 20px;
    }


#nav {
    float: left;
    width: 100%;
    padding-right: 20px;
}

#welcome {
    float: left;
    background: url('../images/Login/welcome.png') repeat-x;
    height: 45px;
    line-height: 45px;
    padding: 0px 15px;
    font-size: 20px;
}

    #welcome a {
        text-decoration: none;
    }

#welcome-left {
    color: #838383;
}

#welcome-right {
    color: #065180;
}


/*Search*/
/*------------------------------------------------------------------------------------------*/
#search {
    display: block;
    font-size: 19px;
    font-weight: bold;
    float: right;
    line-height: 35px;
    padding-right: 20px;
}

.search-loading {
    background: white url('../images/Login/loading.gif') no-repeat right;
}


/*Menu*/
/*------------------------------------------------------------------------------------------*/
#menu {
    padding: 0px;
    margin: 0px;
    height: 45px;
    float: left
}

    #menu li {
        display: inline-block;
        zoom: 1;
        *display: inline;
        line-height: 45px;
    }

        #menu li:hover {
            background: white;
        }

        #menu li a {
            display: inline-block;
            color: White;
            font-size: 12px;
            text-decoration: none;
            padding: 0px 15px;
        }

            #menu li a:hover {
                color: #065180;
                background: white;
            }


/*Content Area*/
/*------------------------------------------------------------------------------------------*/

#UserGuide {
    width: 830px;
    margin: 0 auto;
    text-align: right;
    padding: 0px;
    text-decoration: none;
}


#leftpanel {
    float: left;
    padding: 10px;
    margin: auto;
}

    #leftpanel ul {
        list-style: none;
        font-size: 12px;
        padding: 0px;
        margin: 0px;
    }

    #leftpanel li {
        padding: 3px 0px;
    }

        #leftpanel li a {
            color: #579F4F;
            text-decoration: none;
        }

            #leftpanel li a:hover {
                color: #EC7821;
                text-decoration: underline;
            }

#rightpanel {
    float: left;
    width: 840px;
    padding: 10px;
}

/*Footer*/
/*------------------------------------------------------------------------------------------*/
footer {
    background: silver;
    color: Gray;
    text-align: right;
}

    footer ul {
        list-style: none;
        margin: 0px;
        padding: 0px 20px;
    }

        footer ul li {
            display: block;
        }

            footer ul li a {
                display: block;
                float: left;
                color: Gray;
                padding: 0px 10px;
            }


/*Reports*/
/*------------------------------------------------------------------------------------------*/
.report {
    width: 100%;
    font-size: 8pt;
    border-collapse: collapse;
}

    .report th, .report td {
        border: 1px solid #065180;
    }

        .report th.header {
            cursor: pointer;
            background-repeat: no-repeat;
            background-position: center right;
            background-image: url('../images/Login/table_sort_bg.png');
        }

        .report th.headerSortUp {
            background-image: url('../images/Login/table_sort_asc.png');
        }

        .report th.headerSortDown {
            background-image: url('../images/Login/table_sort_desc.png');
        }

    .report th {
        text-align: left;
        background: #065180;
        color: white;
        padding: 5px 20px 5px 5px;
        text-align: left;
    }

    .report tbody td {
        font-size: .8em;
        padding: 0px 5px;
    }

        .report tbody td.right {
            text-align: right;
        }

/*Breadcrumb*/
/*------------------------------------------------------------------------------------------*/
.breadcrumb:before,
.breadcrumb:after {
    content: ' ';
    display: table;
}

.breadcrumb:after {
    clear: both;
}

.breadcrumb {
    zoom: 1;
}

.breadcrumb {
    list-style: none;
    padding: 0px;
    margin: 0px; /*border-bottom: 1px solid #ccc;*/
    margin-bottom: 10px;
    padding-bottom: 10px;
}

    .breadcrumb li {
        float: left;
        color: #066295;
    }

        .breadcrumb li a {
            color: #066295;
            padding-right: 20px;
            padding-left: 3px;
            background: url('../images/Login/icon-breadcrumbseparator.png') no-repeat right top;
            font-weight: bold;
            font-size: 12px;
            text-decoration: none;
        }

        .breadcrumb li:last-child a {
            background: none;
        }

/* Misc */
/*------------------------------------------------------------------------------------------*/
.register-section {
    color: #626263; /*font-family: Arial;*/
    line-height: 18px;
    font-size: 1.1em;
}

    .register-section h3 {
        font-size: 18px;
        font-weight: bold;
        line-height: 21px;
    }

    .register-section p {
        width: 425px;
        padding-left: 20px;
    }

    .register-section .editor-label {
        display: inline-block;
        font-size: 11px;
        font-weight: bold;
        width: 175px;
        text-align: right;
        padding-right: 10px;
    }

    .register-section .editor-field {
        display: inline-block;
    }

    .register-section .editor-validation {
        display: inline-block;
    }

    .register-section .editor-field input[type="text"], .register-section .editor-field input[type="password"] {
        width: 250px;
    }

    .register-section .editor-field.phone input {
        width: 45px;
    }

#tree ul {
    padding-left: 20px;
    margin: 0px;
}

    #tree ul li {
        list-style: none;
        margin: 7px 0px;
        border-bottom: 1px dotted #ccc;
    }

        #tree ul li a {
            text-decoration: none;
        }

            #tree ul li a.tree-icon {
                height: 16px;
                width: 16px;
                display: block;
                float: left;
            }

            #tree ul li a.arrow {
                background: url('../images/Login/icon-expand.png');
            }

            #tree ul li a.arrow-down {
                background: url('../images/Login/icon-collapse.png');
            }

            #tree ul li a.account-link, #tree ul li span.account-link {
                color: #066295;
                padding-left: 10px;
            }

        #tree ul li span.account-link {
            color: #999;
        }


/*Account Page Styles*/
section.account-section {
}

    section.account-section header h3 {
        cursor: pointer;
        color: #006699;
        background: #FFF url(../images/Login/panel-headerBG-collapsed.png) bottom repeat-x;
        border: 1px solid #CCC;
        border-radius: 7px;
        padding: 5px 5px 5px 10px;
        font-size: 12px !important;
        line-height: 12px !important;
        margin: 10px 0px 0px 0px;
    }

        section.account-section header h3 a {
            color: #54b948;
            display: block;
            text-decoration: none;
        }

        section.account-section header h3.expanded {
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
            background: #FFF url(../images/Login/panel-headerBG.png) bottom repeat-x;
            border: 1px solid #54b948;
            padding: 5px;
        }

        section.account-section header h3:before {
            content: " ";
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 5px solid #54b948;
            display: block;
            float: left;
            margin-right: 10px;
        }

        section.account-section header h3.expanded:before {
            border-bottom: none;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #54b948;
        }

    section.account-section div.content {
        border: 1px solid #54b948;
        border-top: 0;
        border-bottom-right-radius: 7px;
        border-bottom-left-radius: 7px;
        padding: 15px 15px 20px 15px;
        background: #FFF;
    }


/* Icon List
------------------------------------------------------------------------------------------------------------------------------- */
ul.icon-list {
    padding: 0;
    margin: 0;
}

.icon-list li {
    position: relative;
    z-index: 1;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0 0 0.25em;
}

    .icon-list li a:link,
    .icon-list li a:visited {
        display: block;
        border: 0;
        padding-left: 28px;
        color: #066295;
        font-size: 11px;
        text-decoration: none;
    }

    .icon-list li a:hover,
    .icon-list li a:focus,
    .icon-list li a:active {
        color: #52BB45;
        background: transparent;
    }

    .icon-list li:before,
    .icon-list li:after,
    .icon-list li a:before,
    .icon-list li a:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
    }

    .icon-list li a:before,
    .icon-list li a:after {
        margin: -8px 0 0;
        background: #066295;
    }

    .icon-list li a:hover:before,
    .icon-list li a:focus:before,
    .icon-list li a:active:before {
        background: #52BB45;
    }

/* FOLDER
------------------------------------------------------------------------------------------------------------------------------- */

.folder a:before {
    left: 4px !important;
    width: 16px;
    height: 12px;
    margin-top: -6px !important;
    /* css3 */
    -webkit-border-bottom-right-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
    -moz-border-radius: 0 0 1px 1px;
    border-radius: 0 0 1px 1px;
}

.folder a:after {
    left: 6px !important;
    width: 6px;
    height: 2px;
    margin-top: -8px !important;
    background: #066295;
    /* css3 */
    -webkit-border-top-right-radius: 1px;
    -webkit-border-top-left-radius: 1px;
    -moz-border-radius: 1px 1px 0 0;
    border-radius: 1px 1px 0 0;
}

.folder a:hover:after,
.folder a:focus:after,
.folder a:active:after {
    background: #52BB45;
}

/* FILE
------------------------------------------------------------------------------------------------------------------------------- */

.file a:before {
    left: 5px !important;
    width: 8px;
    height: 12px;
    border: 2px solid #066295;
    background: transparent !important;
}

.file a:after {
    left: 4px !important;
    border-width: 3px;
    border-style: solid;
    border-color: #fff #066295 #066295 #fff;
    margin-top: -9px;
    background: transparent;
}

.file a:hover:before,
.file a:focus:before,
.file a:active:before {
    border-color: #52BB45;
    background: transparent;
}

.file a:hover:after,
.file a:focus:after,
.file a:active:after {
    border-color: #fff #52BB45 #52BB45 #fff;
}

/* HOME
------------------------------------------------------------------------------------------------------------------------------- */

.home a:before {
    left: 1px !important;
    border-style: solid;
    border-color: transparent;
    border-width: 8px 7px;
    border-bottom-color: #066295;
    margin-top: -16px !important;
    background: transparent !important;
}

.home a:after {
    left: 3px !important;
    width: 2px;
    height: 4px;
    border-style: solid;
    border-color: #066295 #066295 transparent;
    border-width: 3px 4px 0;
    margin-top: 0 !important;
    background: transparent !important;
}

.home a:hover:before,
.home a:focus:before,
.home a:active:before {
    border-bottom-color: #52BB45;
    background: transparent;
}

.home a:hover:after,
.home a:focus:after,
.home a:active:after {
    border-color: #52BB45 #52BB45 transparent;
}

/* LOCATION
------------------------------------------------------------------------------------------------------------------------------- */
.location {
    padding-left: 28px;
}

    .location a:before {
        left: 6px !important;
        width: 2px;
        height: 2px;
        border: 3px solid #066295;
        border-bottom: 0;
        margin-top: -9px !important;
        background: #fff !important;
        -webkit-border-top-left-radius: 8px;
        -webkit-border-top-right-radius: 8px;
        -moz-border-radius: 8px 8px 0 0;
        border-radius: 8px 8px 0 0;
    }

    .location a:after {
        left: 6px !important;
        border-width: 12px 4px 0;
        border-style: solid;
        border-color: #066295 transparent;
        margin-top: -4px !important;
        background: transparent !important;
    }

    .location a:hover:before,
    .location a:focus:before,
    .location a:active:before {
        border-color: #52BB45;
        background: transparent;
    }

    .location a:hover:after,
    .location a:focus:after,
    .location a:active:after {
        border-color: #52BB45 transparent;
    }


/* RIBBON
------------------------------------------------------------------------------------------------------------------------------- */

.ribbon a:before {
    left: 6px !important;
    border-width: 10px 5px 6px;
    border-style: solid;
    border-color: #066295 #066295 transparent;
    margin: -8px 0 0 !important;
    background: transparent !important;
}

.ribbon a:hover:before {
    border-color: #52BB45 #52BB45 transparent;
}

/* Star
------------------------------------------------------------------------------------------------------------------------------- */

.star:before,
.star a:before {
    left: 6px !important;
    border-width: 10px 0 10px 8px;
    border-style: solid;
    border-color: transparent white;
    margin-top: -9px !important;
    background: transparent !important;
    /* css3 */
    -webkit-transform: rotate(22.5deg);
    -moz-transform: rotate(22.5deg);
    -ms-transform: rotate(22.5deg);
    -o-transform: rotate(22.5deg);
    transform: rotate(22.5deg);
}

.star a:before {
    left: 6px !important;
    /* css3 */
    -webkit-transform: rotate(157.5deg);
    -moz-transform: rotate(157.5deg);
    -ms-transform: rotate(157.5deg);
    -o-transform: rotate(157.5deg);
    transform: rotate(157.5deg);
}

.star a:after {
    border-width: 8px 10px 0;
    border-style: solid;
    border-color: white transparent !important;
    margin-top: -3px !important;
    background: transparent !important;
}

.star.selected:before,
.star a.selected:before, {
    border-left-color: #52BB45;
    background: transparent !important;
}

.star a:hover:after,
.star a:focus:after,
.star a:active:after {
    border-top-color: #52BB45;
    background: transparent !important;
}


/* EDIT
------------------------------------------------------------------------------------------------------------------------------- */

.edit a:before {
    left: 3px !important;
    width: 5px;
    height: 5px;
    margin-top: 2px !important;
    background: white !important;
    -webkit-transform: skew(-10deg, -10deg);
    -moz-transform: skew(-10deg, -10deg);
    -ms-transform: skew(-10deg, -10deg);
    -o-transform: skew(-10deg, -10deg);
    transform: skew(-10deg, -10deg);
}

.edit a:after {
    left: 3px !important;
    width: 13px;
    height: 6px;
    border-left: 1px solid #fff !important;
    margin-top: -3px !important;
    /* css3 */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}



/* TRASH
------------------------------------------------------------------------------------------------------------------------------- */

.trash:after {
    left: 6px !important;
    width: 1px;
    height: 7px;
    border-right: 3px double white;
    border-left: 1px solid white;
    margin-top: -2px !important;
}

.trash a:before {
    left: 2px !important;
    width: 9px;
    height: 11px;
    margin-top: -6px !important;
    border: 2px solid white;
    background: transparent !important;
}

.trash a:after {
    left: 5px !important;
    width: 3px;
    height: 2px;
    margin-top: -9px !important;
    border: 2px solid white !important;
    border-bottom: 0;
    background: transparent;
    /* css3 */
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

/* USER
------------------------------------------------------------------------------------------------------------------------------- */
.user {
    padding-left: 28px !important;
    color: #066295;
    font-size: 14px;
}

    .user:before {
        left: 4px !important;
        width: 16px;
        height: 5px;
        margin-top: 1px !important;
        /* css3 */
        -webkit-border-top-right-radius: 5px;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        background: #066295;
    }

    .user:after {
        left: 9px !important;
        width: 6px;
        height: 10px;
        margin-top: -7px !important;
        /* css3 */
        -webkit-border-top-right-radius: 5px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px 10px;
        -webkit-border-bottom-left-radius: 5px 10px;
        -moz-border-radius: 5px 5px 5px 5px / 5px 5px 10px 10px;
        border-radius: 5px 5px 5px 5px / 5px 5px 10px 10px;
        background: #066295;
    }

    .user:hover:after,
    .user:focus:after,
    .user:active:after,
    .user:hover:before,
    .user:focus:before,
    .user:active:before {
        background: #52BB45;
    }

/* EMAIL
------------------------------------------------------------------------------------------------------------------------------- */

.email {
    padding-left: 28px !important;
    color: #066295;
    font-size: 14px;
}

    .email:before {
        z-index: 10;
        left: 6px;
        width: 12px;
        height: 12px;
        border-width: 0 1px 1px 0;
        border-style: solid;
        border-color: #fff;
        margin-top: -13px;
        background: transparent;
        -webkit-transform: rotate(39deg) skew(-12deg);
        -moz-transform: rotate(39deg) skew(-12deg);
        -ms-transform: rotate(39deg) skew(-12deg);
        -o-transform: rotate(39deg) skew(-12deg);
        transform: rotate(39deg) skew(-12deg);
    }

    .email:after {
        z-index: 10;
        left: 6px;
        width: 12px;
        height: 12px;
        border-width: 0 1px 1px 0;
        border-style: solid;
        border-color: #fff;
        margin-top: -13px;
        background: transparent;
        -webkit-transform: rotate(39deg) skew(-12deg);
        -moz-transform: rotate(39deg) skew(-12deg);
        -ms-transform: rotate(39deg) skew(-12deg);
        -o-transform: rotate(39deg) skew(-12deg);
        transform: rotate(39deg) skew(-12deg);
    }

    .email:hover:after,
    .email:focus:after,
    .email:active:after,
    .email:hover:before,
    .email:focus:before,
    .email:active:before {
        background: #52BB45;
    }

/* DELETE
------------------------------------------------------------------------------------------------------------------------------- */

.delete a:before {
    width: 16px;
    height: 16px;
    /* css3 */
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.delete a:after {
    left: 3px;
    width: 10px;
    height: 2px;
    margin-top: -1px;
    background: #fff;
    /* css3 */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.delete:before {
    z-index: 10;
    left: 7px;
    width: 2px;
    height: 10px;
    margin-top: -5px;
    background: #fff;
    /* css3 */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Alternative style */

.delete-alt a:before,
.delete-alt a:after {
    left: 6px;
    width: 5px;
    height: 15px;
    margin-top: -7px;
    background: #c55500;
    /* css3 */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.delete-alt a:after {
    left: 1px;
    width: 15px;
    height: 5px;
    margin-top: -2px;
}

.delete-alt a:hover:after,
.delete-alt a:focus:after,
.delete-alt a:active:after {
    background: #730800;
}

.esiidlist {
    padding: 0px 10px 10px 10px;
}

    .esiidlist table {
        width: 773px;
    }

        .esiidlist table th {
            text-align: left;
            padding: 5px;
        }

        .esiidlist table tbody tr:hover {
            background: silver;
        }

    .esiidlist ul {
        padding: 0px 10px;
        margin: 0px;
        list-style-type: decimal-leading-zero;
    }

    .esiidlist li {
    }

        .esiidlist li a { /*font-family: Arial;*/
            text-decoration: none;
        }

.paymentaccountlist {
    display: inline-block;
    position: relative;
}

.EsiidTableAccountNumber {
    width: 100px;
}

.EsiidTableEsiidNumber {
    width: 150px;
}

.EsiidTableEsiidName {
    width: 150px;
}

.EsiidTableAddress {
}

.EsiidTableStatus {
    width: 100px;
}

.EsiidTableEdit {
    width: 100px;
}



.jqplot-highlighter-tooltip, .jqplot-canvasOverlay-tooltip {
    background: #459E00 !important;
    color: White !important;
    font-size: 12pt !important;
    padding: 4px !important;
    z-index: 90 !important;
}

.displayform {
}

    .displayform label {
        display: block;
        font-weight: bold;
        width: 200px;
        text-align: right;
        padding-right: 10px;
        float: left;
    }

    .displayform span {
        display: block;
    }

.datepick {
    width: 80px;
    text-align: center;
}

.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.round-button {
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
    color: White;
    font-weight: bold;
    border: none;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 11px;
}

/*Gradients*/
/*------------------------------------------------------------------------------------------*/
.gradient-green {
    background: rgb(122,217,105); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzdhZDk2OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MmJiNDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(122,217,105,1) 1%, rgba(82,187,69,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(122,217,105,1)), color-stop(100%,rgba(82,187,69,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(122,217,105,1) 1%,rgba(82,187,69,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(122,217,105,1) 1%,rgba(82,187,69,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(122,217,105,1) 1%,rgba(82,187,69,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(122,217,105,1) 1%,rgba(82,187,69,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ad969', endColorstr='#52bb45',GradientType=0 ); /* IE6-8 */
}

.gradient-gexa-v {
    background: #066295; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2NjI5NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI3JSIgc3RvcC1jb2xvcj0iIzI5ODlkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkzJSIgc3RvcC1jb2xvcj0iIzUyYmI0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MmJiNDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #066295 0%, #2989d8 27%, #52bb45 93%, #52bb45 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#066295), color-stop(27%,#2989d8), color-stop(93%,#52bb45), color-stop(100%,#52bb45)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #066295 0%,#2989d8 27%,#52bb45 93%,#52bb45 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #066295 0%,#2989d8 27%,#52bb45 93%,#52bb45 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #066295 0%,#2989d8 27%,#52bb45 93%,#52bb45 100%); /* IE10+ */
    background: linear-gradient(to bottom, #066295 0%,#2989d8 27%,#52bb45 93%,#52bb45 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#066295', endColorstr='#52bb45',GradientType=0 ); /* IE6-8 */
}

.gradient-gexa-h {
    background: #066295; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2NjI5NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI3JSIgc3RvcC1jb2xvcj0iIzI5ODlkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkzJSIgc3RvcC1jb2xvcj0iIzUyYmI0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MmJiNDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #066295 0%, #2989d8 27%, #52bb45 93%, #52bb45 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#066295), color-stop(27%,#2989d8), color-stop(93%,#52bb45), color-stop(100%,#52bb45)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #066295 0%,#2989d8 27%,#52bb45 93%,#52bb45 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #066295 0%,#2989d8 27%,#52bb45 93%,#52bb45 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #066295 0%,#2989d8 27%,#52bb45 93%,#52bb45 100%); /* IE10+ */
    background: linear-gradient(to right, #066295 0%,#2989d8 27%,#52bb45 93%,#52bb45 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#066295', endColorstr='#52bb45',GradientType=1 ); /* IE6-8 */
}

.gradient-gray {
    background: #565656; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU2NTY1NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzc5Nzk3OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzZlNmU2ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhOGE4YTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #565656 0%, #797979 50%, #6e6e6e 51%, #a8a8a8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#565656), color-stop(50%,#797979), color-stop(51%,#6e6e6e), color-stop(100%,#a8a8a8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #565656 0%,#797979 50%,#6e6e6e 51%,#a8a8a8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #565656 0%,#797979 50%,#6e6e6e 51%,#a8a8a8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #565656 0%,#797979 50%,#6e6e6e 51%,#a8a8a8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #565656 0%,#797979 50%,#6e6e6e 51%,#a8a8a8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#a8a8a8',GradientType=0 ); /* IE6-8 */
}

.gradient-black {
    background: rgb(76,76,76); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjNGM0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEyJSIgc3RvcC1jb2xvcj0iIzU5NTk1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM5JSIgc3RvcC1jb2xvcj0iIzQ3NDc0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzJjMmMyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzExMTExMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iIzJiMmIyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkxJSIgc3RvcC1jb2xvcj0iIzFjMWMxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzEzMTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(12%,rgba(89,89,89,1)), color-stop(25%,rgba(102,102,102,1)), color-stop(39%,rgba(71,71,71,1)), color-stop(50%,rgba(44,44,44,1)), color-stop(51%,rgba(0,0,0,1)), color-stop(60%,rgba(17,17,17,1)), color-stop(76%,rgba(43,43,43,1)), color-stop(91%,rgba(28,28,28,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-8 */
}

.gradient-blue {
    background: rgb(107,119,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(top, rgba(39,49,158,1) 0%, rgba(79,93,251,1) 44%, rgba(7, 24, 211, 1)100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(39,49,158,1)), color-stop(44%,rgba(79,93,251,1)), color-stop(100%,rgba(43,60,247,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(39,49,158,1) 0%,rgba(79,93,251,1) 44%,rgba(7, 24, 211, 1)100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(39,49,158,1) 0%,rgba(79,93,251,1) 44%,rgba(7, 24, 211, 1)100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(39,49,158,1) 0%,rgba(79,93,251,1) 44%,rgba(7, 24, 211, 1)100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(39,49,158,1) 0%,rgba(79,93,251,1) 44%,rgba(7, 24, 211, 1)100%); /* W3C */
}

.gradient-gexa {
    background: #1db1cf; /* Old browsers */
    background: -moz-linear-gradient(top, #207ED5 0%, #066295 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#207ED5), color-stop(100%,#066295)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #207ED5 0%,#066295 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #207ED5 0%,#066295 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #207ED5 0%,#066295 100%); /* IE10+ */
    background: linear-gradient(to bottom, #207ED5 0%,#066295 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207ED5', endColorstr='#066295',GradientType=0 ); /* IE6-9 */
}

/*Payment Styles*/
/*------------------------------------------------------------------------------------------*/

.gexa-table tbody tr:nth-child(even) td {
    background: whitesmoke;
}

/** Data Grid **/
.gexa-table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666;
    border: 0px solid #e7e7e7;
    border-collapse: collapse;
    background: #FFF;
}

    .gexa-table th {
        text-align: left;
        vertical-align: bottom;
        color: #54b948;
        font-weight: normal;
        padding: 5px 10px;
        border-bottom: 3px solid #54b948;
    }

    .gexa-table td {
        text-align: left;
        vertical-align: top;
        color: #666;
        padding: 5px 10px;
        border: 1px solid #e7e7e7;
    }

td.center, th.center {
    text-align: center;
}

td.right, th.right {
    text-align: right;
}

.gexa-table a {
    color: #005c96;
    text-decoration: none;
}

.gexa-table img {
    border: 0;
}

.gexa-table .altRow {
    background: #f5f5f5;
}


.credit-card {
    width: 250px;
    border-radius: 25px;
    height: 140px;
    font-family: 'Quantico', Sans-Serif;
    box-shadow: 3px 3px 3px gray;
    float: left;
    margin: 6px;
    /*padding: 10px 20px;*/
    text-shadow: -1px -1px 1px white, 1px 1px 1px black;
    color: rgba(255,255,255,0);
    font-size: 12pt;
    /*background: black;*/
    border: 2px solid silver;
    position: relative;
    overflow: hidden;
}

    .credit-card:after {
        content: 'GEXA';
        bottom: 0px;
        left: -16px;
        color: rgba(255,255,255,0.06);
        font-size: 100px;
        font-weight: bold;
        font-style: italic;
        position: absolute;
        text-shadow: none;
    }

    .credit-card div {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
    }

    .credit-card .logo {
        text-align: right;
        margin-right: 15px;
        margin-top: 6px;
    }

        .credit-card .logo img {
            height: 20px;
        }

    .credit-card .account-number {
        text-align: center;
        letter-spacing: 2px;
    }

    .credit-card .expiration {
        font-size: 14px;
        text-align: right;
    }

    .credit-card .account-name {
        text-align: left;
        letter-spacing: 4px;
        margin-left: 10px;
    }

    .credit-card .options {
        position: relative;
        left: 25px;
        bottom: 113px;
        display: none;
    }

        .credit-card .options a {
            color: white;
            text-shadow: none;
            /*font-family: Arial;*/
            text-decoration: none;
        }

        .credit-card .options ul {
            list-style: none;
            margin: 0px;
            padding: 0px;
        }

            .credit-card .options ul li {
                float: left;
                margin-left: 10px;
            }

                .credit-card .options ul li a:before,
                .credit-card:hover .options {
                    display: block;
                }

    .credit-card.ui-selectable:hover {
        box-shadow: 0px 0px 25px #065180;
        cursor: pointer;
    }

    .credit-card.ui-selectable..ui-selected {
        box-shadow: 3px 3px 15px #065180, 3px -3px 15px #065180, -3px 3px 15px #065180, -3px -3px 15px #065180;
        border: 2px solid white;
    }

.e-check {
    width: 250px;
    height: 140px;
    font-family: 'Quantico', Sans-Serif;
    box-shadow: 3px 3px 3px gray;
    float: left;
    margin: 6px;
    color: black;
    font-size: 12pt;
    /*background: black;*/
    border: 2px solid black;
    position: relative;
    overflow: hidden;
    background: rgba(78, 209, 89, 0.12);
}

    .e-check:after {
        content: 'GEXA';
        bottom: 0px;
        left: -16px;
        color: rgba(32, 141, 17, 0.13);
        font-size: 100px;
        font-weight: bold;
        font-style: italic;
        position: absolute;
        text-shadow: none;
    }

    .e-check .header {
        font-size: 10px;
        padding: 2px;
    }

    .e-check .amount {
        margin: 16px 5px;
    }

    .e-check .name {
        font-size: 10px;
        margin: 12px 7px 0px 7px;
    }

    .e-check .account {
        font-size: 12px;
        padding: 4px;
    }

    .e-check .header-name {
        float: left;
        width: 25%;
        line-height: 10px;
    }

    .e-check .date {
        float: right;
    }

    .e-check .pay-to {
        font-family: 'Allura', cursive;
        border-bottom: 1px solid black;
    }

    .e-check .pay-amt {
        float: right;
        border: 1px solid black;
        font-size: 12px;
    }

    .e-check .pay-amt-w {
        display: block;
        font-family: 'Allura', cursive;
        border-bottom: 1px solid black;
    }

    .e-check .e-check-for {
    }

    .e-check .account-name {
        float: right;
        font-family: 'Allura', cursive;
        font-size: 16px;
        text-decoration: underline;
    }

    .e-check .account-number {
        font-size: 12px;
    }

    .e-check .routing-number {
        float: right;
    }

    .e-check .options {
        position: relative;
        left: 25px;
        bottom: 113px;
        display: none;
    }

        .e-check .options a {
            color: Black;
            text-shadow: none;
            /*font-family: Arial;*/
            text-decoration: none;
        }

        .e-check .options ul {
            list-style: none;
            margin: 0px;
            padding: 0px;
        }

            .e-check .options ul li {
                float: left;
                margin-left: 10px;
            }

                .e-check .options ul li a:before,
                .e-check .options ul li a:after {
                    background: black;
                }

    .e-check:hover .options {
        display: block;
    }

    .e-check .star:before, .e-check .star a:before {
        border-color: transparent Black !important;
    }

    .e-check .star a:after {
        border-color: Black transparent !important;
    }

    .e-check .edit a:before {
        background: black !important;
    }

    .e-check .trash a:before {
        border: 2px solid black !important;
    }

    .e-check .trash a:after {
        border: 2px solid black !important;
    }

    .e-check .trash:after {
        border-right: 3px double black !important;
        border-left: 1px solid black !important;
    }

    .e-check.ui-selectable:hover {
        box-shadow: 3px 3px 15px #065180, 3px -3px 15px #065180, -3px 3px 15px #065180, -3px -3px 15px #065180;
        border: 2px solid white;
        cursor: pointer;
    }

    .e-check.ui-selectable.ui-selected {
        box-shadow: 3px 3px 15px #065180, 3px -3px 15px #065180, -3px 3px 15px #065180, -3px -3px 15px #065180;
        border: 2px solid white;
    }

    .credit-card.ui-selected:before, .e-check.ui-selected:before {
        content: 'Selected';
        display: block;
        font-size: 45px;
        font-weight: bold;
        top: 50%;
        left: 10%;
        position: absolute;
    }

/* Make Payment Page Styles
------------------------------------------------------------------------------------------*/

.amount-due {
    padding: 15px;
}

    .amount-due div {
        padding: 10px;
        margin: 0px 10px;
        border-radius: 10px;
        color: White;
        float: left;
        height: 100px;
        width: 200px;
        cursor: pointer;
    }

        .amount-due div h3 {
            color: White;
            margin: 0px;
            padding: 0px;
            font-weight: normal;
            text-align: center;
        }

        .amount-due div span {
            display: block;
            text-align: center;
            font-size: 24px;
            padding-top: 15px;
        }

        .amount-due div input {
            height: 30px;
            margin-top: 10px;
            width: 98%;
            font-size: 30px;
            text-align: center;
        }

        .amount-due div:hover, .amount-due div.ui-selected {
            border: 4px solid white;
            padding: 6px;
        }

    .amount-due .past-due {
        background: red;
    }

        .amount-due .past-due:hover, .amount-due .past-due.ui-selected {
            box-shadow: 3px 3px 2px red, -3px -3px 2px red, -3px 3px 2px red, 3px -3px 2px red;
        }

    .amount-due .curr-due {
        background: green;
    }

        .amount-due .curr-due:hover, .amount-due .curr-due.ui-selected {
            box-shadow: 3px 3px 2px green, -3px -3px 2px green, -3px 3px 2px green, 3px -3px 2px green;
        }

    .amount-due .total-due {
        background: black;
    }

        .amount-due .total-due:hover, .amount-due .total-due.ui-selected {
            box-shadow: 3px 3px 2px black, -3px -3px 2px black, -3px 3px 2px black, 3px -3px 2px black;
        }

    .amount-due .other-amt {
        background: #065180;
    }

        .amount-due .other-amt:hover, .amount-due .other-amt.ui-selected {
            box-shadow: 3px 3px 2px #065180, -3px -3px 2px #065180, -3px 3px 2px #065180, 3px -3px 2px #065180;
        }

.payment-submit {
    background: #066295;
    color: white;
    border: 2px double white;
    padding: 10px;
    box-shadow: 0px 0px 17px #066295;
    width: 150px;
    height: 150px;
    border-radius: 100px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.home-legal section {
    margin: 10px;
}

    .home-legal section header {
        color: #066295;
        font-size: 18px;
        font-weight bold;
    }

    .home-legal section article {
        padding: 7px 15px;
    }

        .home-legal section article p {
        }

    .home-legal section a {
    }

/*Add Drop Account Form*/
.AccountForm {
}

.AddForm {
}

.DropForm {
}

.AccountForm div {
    padding: 5px;
}

    .AccountForm div label {
        padding: 0px 2px 0px 0px;
    }

.hideOnLoad {
    display: none;
}

/* Frontier Utilities Custom Styles*/

/* Reset */
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

body {
    font-size: 0.95em;
    font-family: "Arial";
    color: #303030;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-family: "Arial";
}

ul, ol {
    list-style: none;
    font-family: "Arial";
}

a {
    text-decoration: none;
    font-family: "Arial";
}

    a:hover {
        text-decoration: underline;
    }

p, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
    font-family: "Arial","sans-serif";
}

input, select {
    vertical-align: middle;
}

input, textarea, select, label {
    font-family: Arial !important;
}

/* Defaults */
.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.bold {
    font-weight: bold;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.last-link {
    padding-right: 0px !important;
    margin-right: 0px !important;
}

.right-align {
    text-align: right !important;
}

.left-align {
    text-align: left !important;
}

.action-button-section {
    padding-top: 20px;
    text-align: right;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.font-bold {
    font-weight: bold !important;
}

.font-normal {
    font-weight: bold !important;
}
/* layout-Login */
#login-body {
    background: #a9c5d7;
}

#login-header {
    background: #ffffff;
    height: 58px;
    width: 100%;
    border-bottom: 8px solid #bfddf1;
    border-top: 3px solid #131313;
}

.login-header-container {
    width: 98%;
    margin: 0 auto;
    background: #ffffff;
    padding: 10px;
}

#login-main {
    min-height: 400px;
    width: 98%;
    min-height: 450px;
}

.login-main-panel {
    width: 700px;
    height: 400px;
    background: #ffffff;
    margin: 0 auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
}

.login-panel-shadow {
    background: url('../images/login-panel-shadow.png') top center no-repeat;
    width: 700px;
    height: 65px;
    /*margin: 0 auto;*/
    margin: 10px auto;
}

.login-title {
    width: 700px;
    margin: 0 auto;
    text-align: right;
}

    .login-title h2 {
        color: #ffffff;
        font-family: Arial;
        font-size: 24px;
        padding: 10px 0 5px 0;
        margin-top: 60px;
        font-weight: normal;
    }

.login-form {
    width: 410px;
    height: 350px;
    float: left;
}

#login-form {
    padding: 20px;
}

.login-form-logo {
    width: 290px;
    height: 138px;
    float: right;
    background: url('../images/login-panel-logo.png') top center no-repeat;
    margin-top: 72px;
}

.login-main-panel-footer {
    width: 100%;
  /*  height: 50px;*/
    height: 60px;
    background: #48708e;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
}

.login-footer-link-1 {
    width: 48%;
    float: left;
}

.login-footer-link-2 {
    width: 34%;
    float: right;
}

.login-footer-link-1 a, .login-footer-link-1 a:visited {
    font-family: Arial;
    font-size: 13px;
    color: #ffffff;
    margin: 15px 0 0 20px;
    display: block;
}

    .login-footer-link-1 a:hover {
        text-decoration: underline;
    }

.login-footer-link-2 a, .login-footer-link-2 a:visited {
    font-family: Arial;
    font-size: 13px;
    color: #ffffff;
    margin: 3px 0 0 0;
    display: block;
    text-decoration: underline;
}

    .login-footer-link-2 a:hover {
        text-decoration: none;
    }

.login-footer-link-2 p {
    font-family: Arial;
    font-size: 13px;
    color: #ffffff;
    margin: 5px 0 0 0;
    display: block;
}

#login-footer {
    background: #131313;
    height: 55px;
    width: 100%;
    border-top: 8px solid #bfddf1;
}

.footer-container {
    width: 98%;
    margin: 0 auto;
}

.footer-section-1 {
    width: 45%;
    float: left;
}

    .footer-section-1 p {
        font-family: Arial;
        font-size: 13px;
        color: #949494;
        margin: 20px 0 0 20px;
    }

.footer-section-2 {
    float: right;
    margin: 20px 20px 0 0;
}

    .footer-section-2 a {
        font-family: Arial;
        font-size: 13px;
        color: #949494;
        margin: 0 40px 0 0;
        float: left;
        display: block;
    }

        .footer-section-2 a:hover {
            text-decoration: none;
            color: #ffffff;
        }

/* layout-Master*/
/*#body {background:#f8f8f8 url('../images/body-bg.png') top left repeat;}*/
#body {
    background: #FFFFFF;
}

#header {
    background: #2e79b9;
    height: 50px;
    width: 100%;
    border-bottom: 1px solid #1661D7;
    min-width: 1000px;
    z-index: 501;
    position: fixed;
    top: 0px;
}

.header-container {
    width: 100%;
    margin: 0 auto;
    max-width: 99%;
    height: 50px;
    min-width: 1000px;
}

#main {
    min-width: 1000px;
    min-height: 589px;
    background: #ffffff;
    border-top: none;
    border-right: 1px solid #DADADA;
    border-left: 1px solid #DADADA;
    padding-left: 226px;
    overflow: hidden;
    margin-top: 51px;
}

.main-collapse {
    padding-left: 0px !important;
}

.main-expand {
    padding-left: 226px !important;
}

#footer {
    background: #131313;
    height: 55px;
    border-top: 0px;
    margin: 0 auto;
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    min-width: 1000px;
}

#main-header {
    width: 100%;
    height: 49px;
    background: #f8f8f8;
    border-bottom: 1px solid #DADADA;
}
/*#nav {background:#ffffff; min-height:539px; width:18%; border-right:1px solid #c7c7c7; float:left;}**/
#nav {
    background: #F5F5F5;
    min-height: 867px;
    position: fixed;
    top: 50px;
    width: 226px;
    left: 0px;
    height: 100%;
    overflow: hidden;
    z-index: 500;
}

.nav-bg-layer {
    display: block;
    height: 100%;
    padding: 0;
    position: fixed;
    top: 52px;
    z-index: 499;
    overflow: hidden;
    width: 226px;
    left: 0px;
    -webkit-box-shadow: 3px 0px 2px #D5D5D5;
    -moz-box-shadow: 3px 0px 2px #D5D5D5;
    box-shadow: 3px 0px 2px #D5D5D5;
    background: #ebebeb;
}
/*#form-wrapper {width:81%; min-height:535px; background:#ffffff; border-top:0px; float:right; margin:4px 4px 0 0;  padding-left:3px;}**/
#form-wrapper {
    min-height: 744px;
    background: #ffffff;
    position: relative;
    width: auto;
    left: 0px;
    height: 100%;
    overflow-y: auto;
    border-left: 1px solid #dadada;
}

#form-content {
    width: 97.7%;
    margin: 0px;
    padding-top: 7px;
    padding-left: 7px;
}

.header-logo {
    width: 38px;
    height: 38px;
    background-color: #ffffff;
    display: block;
    float: left;
    -moz-border-radius: 50% 50%;
    -webkit-border-radius: 50% 50%;
    border-radius: 50% 50%;
    -khtml-border-radius: 50% 50%;
    margin-top: 6px;
}

    .header-logo span {
        width: 18px;
        height: 17px;
        background: url('../images/new_sprite.png') 0px 0px no-repeat;
        display: block;
        margin: 11px 0 0 10px;
    }

.header-username {
    float: left;
    width: 152px;
    height: 40px;
    margin-left: 10px;
    margin-top: 12px;
}

    .header-username .welcome-text {
        color: #a9e4f1;
        font-size: 12px;
        font-weight: normal;
        display: block;
    }

    .header-username .username-text label {
        color: #FFFFFF;
        font-size: 14px;
        font-weight: bold;
        display: block;
    }

.user-role {
    float: left;
    text-align: right;
    margin-right: 20px;
    margin-top: 20px;
    color: #FFFFFF;
}

#menu-collapse {
    float: left;
    width: 20px;
    height: 20px;
    background: url('../images/new_sprite.png') -68px 0px no-repeat;
    margin-top: 24px;
    cursor: pointer;
}

    #menu-collapse:active {
        background: url('../images/new_sprite.png') -147px 0px no-repeat;
    }

.header-items {
    float: right;
}

.header-alert {
    width: 34px;
    height: 34px;
    cursor: pointer;
    background-color: #FFFFFF;
    float: left;
    margin-right: 20px;
    margin-top: 7px;
}

    .header-alert:hover {
        background: #ffffff;
    }

.header-alert-box {
    width: 34px;
    height: 34px;
    background: url('../images/new_sprite.png') -252px 10px no-repeat;
}

    .header-alert-box:active {
        background: url('../images/new_sprite.png') -311px 10px no-repeat !important;
    }

.header-menu {
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: url('../images/new_sprite.png') -382px 0px no-repeat;
    float: left;
    margin-top: 12px;
    margin-left: 15px;
}

    .header-menu:active {
        background: url('../images/new_sprite.png') -448px 0px no-repeat;
    }

.header-alert-number {
    min-width: 20px;
    height: 20px;
    background: #f47920;
    position: relative;
    top: -39px;
    left: 26px;
    text-align: center;
    max-width: 25px;
    font-weight: bold;
}

    .header-alert-number label {
        font-size: 13px;
        color: #ffffff;
        line-height: 20px;
    }

.header-menu img {
    border-right: 1px solid #dadada;
    float: left;
}

.header-menu label {
    display: block;
    padding: 0 20px 0 20px;
    font-family: arial;
    color: #404040;
    font-size: 13px;
    float: left;
    line-height: 44px;
    cursor: pointer;
    font-weight: bold;
}

.header-menu-arrow {
    color: #c7c7c7;
}

.header-menu-dd-bg {
    width: 160px;
    position: relative;
    top: 39px;
    left: -136px;
    display: none;
    z-index: 99;
}

    .header-menu-dd-bg span {
        display: block;
        width: 160px;
        text-align: right;
        color: #ffffff;
        height: 11px;
        display: none;
    }

.header-menu-dd {
    width: 160px;
    height: 100px;
    border: 1px solid #c7c7c7;
    background: #ffffff;
    -moz-box-shadow: 3px 3px 3px #e1e1e1;
    -webkit-box-shadow: 3px 3px 3px #e1e1e1;
    box-shadow: 3px 3px 3px #e1e1e1;
    border-top: 0px;
    z-index: 99;
}

    .header-menu-dd ul {
        padding: 10px;
        font-family: Arial;
        font-size: 13px;
    }

        .header-menu-dd ul a, .header-menu-dd ul a:visited {
            padding: 5px 0;
            display: block;
            color: #787878;
        }

            .header-menu-dd ul a:hover {
                color: #f47920;
                text-decoration: underline;
            }

.breadcrumb {
    padding-left: 230px;
}

    .breadcrumb label {
        display: block;
        color: #787878;
        font-size: 13px;
        padding-top: 22px;
        font-weight: bold;
    }

.breadcrumb-pointer {
    height: 11px;
    display: block;
    font-size: 18px;
    color: #d7d7d7;
}

.breadcrumb-link-1 {
    display: block;
    color: #f47920;
    font-size: 13px;
    padding-top: 22px;
}

/* nav */
.expand-wrapper {
    margin-left: 45px !important;
}

.collapse-submenu {
    position: absolute !important;
    width: 226px !important;
    z-index: 99 !important;
    border: 1px solid #c7c7c7 !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
}

.collapse-breadcrumb {
    padding-left: 50px !important;
}

.nav-toggle {
    height: 35px;
    width: 100%;
    border-bottom: 1px solid #DADADA;
    text-align: right;
}

    .nav-toggle a {
        margin: 4px 5px 0px 0px;
    }

        .nav-toggle a:hover {
            text-decoration: none;
        }

.nav-links {
    width: 100%;
    margin: 5px 0;
}
    /**.nav-links a {padding-left:50px; font-family:Arial; font-size:13px; font-weight:bold; display:block; cursor:pointer; padding-top:13px; padding-top:14px; padding-bottom:12px;}**/
    .nav-links a {
        height: 40px;
        padding-left: 50px;
        font-family: Arial;
        font-size: 13px;
        font-weight: bold;
        display: block;
        cursor: pointer;
        line-height: 40px;
        overflow-x: hidden;
        overflow-y: hidden;
    }

        .nav-links a:hover {
            color: #f47920;
            text-decoration: none;
        }

.nav-dashboard {
    background: url('../images/sprite.png') 1px -43px no-repeat;
    color: #787878;
}

 .nav-dashboard:hover, .nav-dashboard-active {
        background: url('../images/sprite.png') 1px -99px no-repeat;
        color: #f47920;
    }
   
.nav-matrix {
    background: url('../images/sprite.png') 0px -148px no-repeat;
    color: #787878;
}

    .nav-matrix:hover, .nav-matrix-active {
        background: url('../images/sprite.png') 0px -204px no-repeat;
        color: #f47920;
    }

.nav-request-quote {
    background: url('../images/sprite.png') -1px -253px no-repeat;
    color: #787878;
}

    .nav-request-quote:hover, .nav-request-quote-active {
        background: url('../images/sprite.png') -1px -309px no-repeat;
        color: #f47920;
    }

.nav-requests {
    background: url('../images/sprite.png') -1px -364px no-repeat;
    color: #787878;
}

    .nav-requests:hover, .nav-requests-active {
        background: url('../images/sprite.png') -1px -420px no-repeat;
        color: #f47920;
    }

.nav-proposals {
    background: url('../images/sprite.png') -404px -975px no-repeat;
    color: #787878;
}

    .nav-proposals:hover, .nav-proposals-active {
        background: url('../images/sprite.png') -404px -1013px no-repeat;
        color: #f47920;
    }

.nav-contracts {
    background: url('../images/sprite.png') -2px -591px no-repeat;
    color: #787878;
}

    .nav-contracts:hover, .nav-contracts-active {
        background: url('../images/sprite.png') -2px -647px no-repeat;
        color: #f47920;
    }

.nav_price {
    background: url('../images/sprite.png') -8px -1460px no-repeat;
    color: #787878;
}

    .nav_price:hover, .nav_price-active {
        background: url('../images/sprite.png') -8px -1510px no-repeat;
        color: #f47920;
    }

.nav-credit {
    background: url('../images/sprite.png') -7px -1358px no-repeat;
    color: #787878;
}

    .nav-credit:hover, .nav-credit-active {
        background: url('../images/sprite.png') -7px -1409px no-repeat;
        color: #f47920;
    }

.nav-live-chat {
    background: url('../images/sprite.png') -5px -705px no-repeat;
    color: #787878;
}

    .nav-live-chat:hover, .nav-live-chat-active {
        background: url('../images/sprite.png') -5px -761px no-repeat;
        color: #f47920;
    }

.nav-Pricing {
    background: url('../images/sprite.png') -6px -1011px no-repeat;
    color: #787878;
}

    .nav-Pricing:hover, .nav-Pricing-active {
        background: url('../images/sprite.png') -6px -1069px no-repeat;
        color: #f47920;
    }

.nav_Tools {
    background: url('../images/sprite.png') -6px -1257px no-repeat;
    color: #787878;
}

    .nav_Tools:hover, .nav_Tools-active {
        background: url('../images/sprite.png') -6px -1313px no-repeat;
        color: #f47920;
    }

.nav-Users {
    background: url('../images/sprite.png') -6px -1127px no-repeat;
    color: #787878;
}

    .nav-Users:hover, .nav-Users-active {
        background: url('../images/sprite.png') -6px -1191px no-repeat;
        color: #f47920;
    }
   
.nav-request-renewal {
    background: url('../images/sprite.png') -9px -1569px no-repeat;
    color: #787878;
}

    .nav-request-renewal:hover, .nav-request-renewal-active {
        background: url('../images/sprite.png') -9px -1620px no-repeat;
        color: #f47920;
    }
     
.nav-commissions {
    background: url('../images/sprite.png') -2px -591px no-repeat;
    color: #787878;
}

    .nav-commissions:hover, .nav-commissions-active {
        background: url('../images/sprite.png') -2px -647px no-repeat;
        color: #f47920;
    }

.nav-links a span {
    float: right;
    margin-right: 20px;
}
/*.nav-links .menu-arrow {float:right; margin-right:20px;}**/
.pricing-graph-box {
    width: 91%;
    height: 200px;
    margin: 0.5em auto;
    text-align: center;
}

    .pricing-graph-box p {
        color: #787878;
        font-family: Arial;
        font-size: 14px;
        text-align: center;
        font-weight: bold;
        line-height: 20px;
        padding-top: 5px;
    }

    .pricing-graph-box label {
        color: #f47920;
        font-family: Arial;
        font-size: 14px;
        font-weight: bold;
        line-height: 20px;
    }

    .pricing-graph-box span {
        color: #787878;
        font-family: Arial;
        font-size: 13px;
        font-weight: normal;
        line-height: 20px;
    }

.pricing-graph {
    background: #000000 url('../images/price-chart-sample.png') top left no-repeat;
    border: 1px solid #c7c7c7;
    width: 189px;
    margin: 10px auto;
    height: 135px;
}

#sub-requests {
    width: 97%;
    background: #4a4a4a;
    display: none;
}

#sub-contracts {
    width: 97%;
    background: #4a4a4a;
    display: none;
}

.sub-requests-links {
    width: 100%;
}

    .sub-requests-links a {
        color: #c7c7c7;
        font-family: Arial;
        font-size: 13px;
        display: block;
        cursor: pointer;
        margin-left: 10px;
        float: left;
        width: 75%;
        padding-top: 10px;
        padding-bottom: 13px;
    }

    .sub-requests-links:hover {
        background: #141414;
    }

    .sub-requests-links a:hover {
        text-decoration: none;
        color: #ffffff;
    }

#sub-Price {
    width: 97%;
    background: #4a4a4a;
    display: none;
}

#sub-Credit {
    width: 97%;
    background: #4a4a4a;
    display: none;
}

.pending-sign {
    background: url('../images/sprite.png') -388px -4px no-repeat;
}

    .pending-sign:hover {
        background: url('../images/sprite.png') -388px -46px no-repeat;
    }

.status-request-alert {
    min-width: 22px;
    padding: 0px 3px;
    height: 22px;
    float: right;
    margin-right: 10px;
    margin-top: 7px;
    background: #e59b66;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    line-height: 22px;
    font-weight: bold;
    font-family: Arial;
}

.refreshed {
    background: url('../images/sprite.png') -388px -93px no-repeat;
}

    .refreshed:hover {
        background: url('../images/sprite.png') -388px -135px no-repeat;
    }

.completed {
    background: url('../images/sprite.png') -388px -189px no-repeat;
}

    .completed:hover {
        background: url('../images/sprite.png') -388px -231px no-repeat;
    }

.pending-review {
    background: url('../images/sprite.png') -388px -291px no-repeat;
}

    .pending-review:hover {
        background: url('../images/sprite.png') -388px -333px no-repeat;
    }

.sub-contracts-links {
    height: 30px;
    width: 100%;
    border-bottom: 1px solid #c7c7c7;
}

    .sub-contracts-links a {
        height: 30px;
        padding-left: 50px;
        line-height: 30px;
        color: #787878;
        font-family: Arial;
        font-size: 13px;
        display: block;
        cursor: pointer;
        margin-left: 10px;
        width: 55%;
    }

        .sub-contracts-links a:hover {
            text-decoration: none;
            color: #000000;
        }

.new {
    background: url('../images/sprite.png') -392px -387px no-repeat;
}

    .new:hover {
        background: url('../images/sprite.png') -392px -429px no-repeat;
    }

.status-contract-alert {
    min-width: 22px;
    padding: 0px 3px;
    height: 22px;
    float: right;
    margin-right: 10px;
    margin-top: 7px;
    background: #e59b66;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    line-height: 22px;
    font-weight: bold;
    font-family: Arial;
}

.sent {
    background: url('../images/sprite.png') -390px -484px no-repeat;
}

    .sent:hover {
        background: url('../images/sprite.png') -390px -526px no-repeat;
    }

.sent-alert {
    width: 22px;
    height: 22px;
    float: right;
    margin-right: 10px;
    margin-top: 4px;
    background: #5f8bad;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    line-height: 22px;
    font-weight: bold;
    font-family: Arial;
}

.expired {
    background: url('../images/sprite.png') -392px -585px no-repeat;
}

    .expired:hover {
        background: url('../images/sprite.png') -392px -627px no-repeat;
    }

.expired-alert {
    width: 22px;
    height: 22px;
    float: right;
    margin-right: 10px;
    margin-top: 4px;
    background: #5f8bad;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    line-height: 22px;
    font-weight: bold;
    font-family: Arial;
}

#sub-tools {
    width: 97%;
    background: #4a4a4a;
    display: none;
}

.sub-tools-links {
    width: 100%;
}

    .sub-tools-links a {
        color: #c7c7c7;
        font-family: Arial;
        font-size: 13px;
        display: block;
        cursor: pointer;
        margin-left: 10px;
        float: left;
        width: 75%;
        padding-top: 10px;
        padding-bottom: 13px;
    }

    .sub-tools-links:hover {
        background: #141414;
    }

    .sub-tools-links a:hover {
        text-decoration: none;
        color: #ffffff;
    }

/*Page Styles */
.page-heading {
    padding: 5px 0 5px 10px;
    font-family: calibri,arial;
    font-weight: 600;
    font-size: 17px;
    color: #2E79B9;
    border: 1px solid #A8CAE7;
    background: #B0DAFF;
    margin-bottom: 15px;
    border-radius: 3px;
}

.grid-1 {
    width: 30%;
}

.grid-2 {
    width: 45%;
}

.grid-3 {
    width: 60%;
}

.grid-4 {
    width: 75%;
}

.grid-5 {
    width: 90%;
}

.grid-6 {
    width: 100%;
}

.profile-pic {
    width: 166px;
    height: 166px;
    border: 1px solid #c7c7c7;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    background: #f9f9f9;
    position: relative;
    top: 10px;
    right: 0px;
    float: right;
}

    .profile-pic img {
        width: 166px;
        height: 166px;
        border: none;
    }

.f-splitter {
    width: 100%;
    height: 33px;
    background-color: #e9e9e9;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e9e9e9), to(#CACACA));
    background-image: -webkit-linear-gradient(top, #e9e9e9, #CACACA);
    background-image: -moz-linear-gradient(top, #e9e9e9, #CACACA);
    background-image: -ms-linear-gradient(top, #e9e9e9, #CACACA);
    background-image: -o-linear-gradient(top, #e9e9e9, #CACACA);
    border: 1px solid #BABABA;
    margin-bottom: 5px;
}

    .f-splitter span {
        display: block;
        float: left;
        padding: 0 10px;
        line-height: 35px;
        font-weight: bold;
        font-family: arial;
        font-size: 15px;
        color: #4a4a4a;
    }

.f-splitter-icon {
    width: 26px;
    height: 26px;
    margin: 3px 4px 0 0;
    float: right;
}

    .f-splitter-icon > a {
        width: 26px !important;
        height: 26px !important;
        overflow: hidden !important;
        padding: 3px 3px 0 5px !important;
    }

.splitter-container {
    width: 99%;
    min-height: 200px;
    display: block;
    padding: 5px;
    clear: both;
}

.summary-grid-filter {
    width: 230px;
    height: 200px;
    float: right;
    margin: 10px 0px 0 0;
}

.f-splitter .highlight-text {
    padding-left: 10px;
    color: #2b8dc7;
    display: block;
    float: left;
    line-height: 35px;
    font-weight: bold;
    font-family: arial;
    font-size: 13px;
}

.f-editable-column {
    background: #d8eeff !important;
}

.f-highlight-column {
    background: #d8eeff;
}

.f-editable-hint {
    color: #303030;
    font-size: 12px;
    padding-top: 20px;
}

.f-editable-hint-box {
    height: 17px;
    width: 17px;
    background: #d8eeff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    float: left;
    border: 1px solid #c7c7c7;
}

.f-editable-hint span {
    float: left;
    line-height: 19px;
    margin-left: 5px;
}

.border {
    border: 1px solid #c7c7c7;
    padding: 10px;
}

.f-score-results {
    border: 1px solid #c7c7c7;
    width: 35%;
    line-height: 40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
}

.f-score-results-icon-pass {
    display: block;
    width: 60px;
    height: 40px;
    background: url('../images/sprite.png') 0px -825px no-repeat;
}

.f-score-results-icon-fail {
    display: block;
    width: 60px;
    height: 40px;
    background: url('../images/sprite.png') 0px -887px no-repeat;
}

.f-score-results span {
    float: left;
}

.f-custom-button-icon-add {
    display: block;
    width: 55px;
    height: 40px;
    background: url('../images/sprite.png') 0px -955px no-repeat;
}

.f-icon-button, .f-icon-button-grey {
    line-height: 40px;
    color: #404040;
    font-family: Arial;
    text-align: center;
    font-size: 14px;
    height: 40px;
    padding: 0 20px 0 5px;
    display: block;
    background-color: #e1e1e1;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e1e1e1));
    background-image: -webkit-linear-gradient(top, #ffffff, #e1e1e1);
    background-image: -moz-linear-gradient(top, #ffffff, #e1e1e1);
    background-image: -ms-linear-gradient(top, #ffffff, #e1e1e1);
    background-image: -o-linear-gradient(top, #ffffff, #e1e1e1);
    border: 1px solid #c7c7c7;
    font-weight: normal;
}

    .f-icon-button span, .f-icon-button-grey span {
        float: left;
    }

.f-text-highlight {
    color: #81a5c4 !important;
    font-weight: bold !important;
}

.childgrid-box-left {
    width: 47%;
    background: #ffffff;
    border: 1px solid #c7c7c7;
    padding: 5px 18px 0 10px;
    margin-right: 3px;
}

.childgrid-box-right {
    width: 47%;
    background: #ffffff;
    border: 1px solid #c7c7c7;
    padding: 5px 10px 0 10px;
}

.contactinfo-box {
    background: #EFEFEF;
    border: 1px solid #c7c7c7;
    padding: 10px;
    margin-right: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    width: 330px; /*-moz-box-shadow:3px 3px 3px #e1e1e1; -webkit-box-shadow:3px 3px 3px #e1e1e1; box-shadow:3px 3px 3px #e1e1e1;*/
}

.child-grid-bg {
    background: #eaeaea;
    border: 1px solid #c7c7c7;
    padding: 5px;
}

.child-grid-bg-radius {
    background: #eaeaea;
    border: 1px solid #c7c7c7;
    padding: 0 5px 5px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
}

.grid-icon-warning {
    height: 19px;
    width: 30px;
    display: block;
    background: url('../images/sprite.png') -409px -674px no-repeat;
    margin-left: 10px;
}

.grid-icon-refresh {
    height: 25px;
    width: 30px;
    display: block;
    background: url('../images/sprite.png') -409px -712px no-repeat;
}

    .grid-icon-refresh:hover {
        cursor: pointer;
    }

.pricereview-alert {
    width: 200px;
    font-size: 13px;
    display: block;
    margin: 0 10px;
    float: right;
}

.upload-link {
    line-height: 15px;
    margin: 10px 0;
    width: 310px;
    display: block;
}

.search-section {
    margin: 0 10px 0 0;
    width: 177px;
}

.search-content {
    height: 50px;
    float: right;
    text-align: right;
}

.search-results-box {
    position: relative;
    width: 600px;
    min-height: 50px;
    background: #f1f1f1;
    top: 0px;
    right: 0;
    z-index: 9;
    display: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    border: 1px solid #c7c7c7;
    padding: 5px;
}

.search-grid > div {
    text-align: left;
}

.search-grid-item {
    width: 22px;
    height: 22px;
    float: right;
    background: #71a16e;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    line-height: 22px;
    font-weight: bold;
    font-family: Arial;
}

.popup-container {
    padding: 5px;
    min-height: 200px;
    min-width: 350px;
}

.clear-all {
    width: 30px;
    height: 24px;
    background: url('../images/clear_all.png') bottom left no-repeat;
    opacity: 0.2;
    float: right;
    margin: 10px 5px;
}

    .clear-all:hover {
        background: url('../images/clear_all.png') bottom left no-repeat;
        opacity: 0.5;
        cursor: pointer;
    }




.GridTootip:hover:after {
    background: #d8eeff;
    border-radius: 5px;
    content: "Click to Sort";
    padding: 5px 15px;
    position: fixed;
    z-index: 98;
}









/*Form Element Styles */
.form-element {
    padding: 20px 0 0 0;
}

.form-element-small {
    padding: 7px 0 0 0;
}

.f-label-left {
    color: #444444;
    font-family: Arial;
    font-size: 13px;
    display: block;
    padding-right: 30px;
    float: left;
    font-weight: bold;
    line-height: 28px;
    width: 200px;
    text-align: right;
}

.f-label-left-medium-fixed {
    color: #444444;
    font-family: Arial;
    font-size: 13px;
    display: block;
    padding-right: 30px;
    float: left;
    font-weight: bold;
    line-height: 28px;
    width: 120px;
    text-align: right;
}

.f-label-left-small {
    color: #444444;
    font-family: Arial;
    font-size: 13px;
    display: block;
    padding-right: 15px;
    float: left;
    font-weight: bold;
    line-height: 28px;
    text-align: right;
}

.f-label-left-small-fixed {
    color: #444444;
    font-family: Arial;
    font-size: 13px;
    display: block;
    padding-right: 15px;
    float: left;
    font-weight: bold;
    line-height: 28px;
    min-width: 65px;
    text-align: right;
}

.f-textbox-left {
    color: #404040;
    font-family: Arial;
    font-size: 13px;
    display: block;
    width: 100%;
    height: 28px !important;
    float: left;
    width: 65%;
}

.f-label-readonly {
    color: #444444;
    font-family: Arial;
    font-size: 13px;
    display: block;
    float: left;
    max-width: 200px;
    line-height: 15px;
    padding-top: 8px;
    word-wrap: break-word;
}

.label-leftspace {
    padding-left: 20px;
}

.f-label-request span {
    color: #787878;
    font-family: Arial;
    font-size: 16px;
    display: block;
    font-weight: bold;
    padding-top: 8px;
    float: left;
}

.f-label-request label {
    color: #81a5c4;
    display: block;
    font-weight: bold;
    padding-top: 8px;
    float: left;
    font-size: 16px;
}

.f-label-request-detail span {
    color: #787878;
    font-family: Arial;
    line-height: 13px;
    font-size: 13px;
    display: block;
    font-weight: bold;
    padding-top: 8px;
    float: left;
    width: 100px;
    text-align: right;
    padding-right: 15px;
}

.f-label-request-detail label {
    color: #81a5c4;
    display: block;
    font-weight: bold;
    padding-top: 8px;
    float: left;
    font-size: 13px;
    line-height: 13px !important;
}

.child-grid-bg {
    background: #eaeaea;
    border: 1px solid #c7c7c7;
    padding: 5px;
}

.f-label-content {
    color: #5c5c5c;
    font-family: Arial;
    font-size: 13px;
    display: block;
    padding-bottom: 8px;
    padding-right: 10px;
    width: 180px;
}

.f-label-readonly-content {
    color: #81A5C4;
    display: block;
    float: left;
    font-family: Arial;
    font-size: 13px;
    line-height: 15px;
    max-width: 200px;
    padding-top: 3px;
}

.f-label-content {
    color: #5c5c5c;
    font-family: Arial;
    font-size: 13px;
    display: block;
    padding-bottom: 8px;
    padding-right: 10px;
    width: 180px;
}

.header-alert-arrow {
    color: #c7c7c7;
}

.header-alert-dd-bg {
    width: 300px;
    position: relative;
    top: -19px;
    left: -128px;
    display: none;
    z-index: 99;
}

    .header-alert-dd-bg span {
        display: block;
        width: 300px;
        text-align: center;
        color: #ffffff;
        height: 11px;
    }

.header-alert-dd {
    width: 300px;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #c7c7c7;
    background: #ffffff;
    -moz-box-shadow: 3px 3px 3px #e1e1e1;
    -webkit-box-shadow: 3px 3px 3px #e1e1e1;
    box-shadow: 3px 3px 3px #e1e1e1;
    border-top: 0px;
    z-index: 99;
    cursor: auto;
}

    .header-alert-dd ul {
        padding: 10px;
        font-family: Arial;
        font-size: 13px;
    }

        .header-alert-dd ul a, .header-alert-dd ul a:visited {
            padding: 5px 0;
            display: block;
            color: #787878;
        }

            .header-alert-dd ul a:hover {
                color: #f47920;
                text-decoration: underline;
            }


/*.text-box.single-line {
    background-color: transparent;
    -webkit-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: none;
box-shadow: none;
color: #515967;
border-color: #dbdbde;
box-sizing: content-box;
outline: 0;
-webkit-tap-highlight-color: rgba(0,0,0,0);
white-space: nowrap;
position: relative;
display: inline-block;
width: 12.4em;
overflow: visible;
border-width: 1px;
vertical-align: middle;
line-height: 25px;
border-style: solid;

-webkit-appearance: none;
}*/
.statusbox {
    padding: 6px 10px 6px 10px;
    border: 1px solid white;
    border-radius: 5px;
    margin-top: 10px;
    background-color: #F0F0F0;
    color: #B9B9B9;
}

.delimeter {
    margin: 6px 5px 0px 5px;
    font-size: 30px;
    color: #D1D1D1;
}

.bgcolorGreen {
    background-color: #F1FFED;
    color: #6EA300;
    border: 1px solid #9BBB59;
}

.bgcolorYellow {
    background-color: #F8F484;
    border: 1px solid #CCC749;
}

.bgcolorRed {
    background-color: #EC1F1F;
    border: 1px solid #CCC749;
    color: #fff;
}

.bgcolorGray {
    background-color: #EAEAEA;
    border: 1px solid #CCC749;
}

/**slider CSS*/
#slide-wrapper {
    display: block;
    margin-top: 5px;
}

    #slide-wrapper .slider-frame {
        display: block !important;
        margin: 0;
        padding: 1px;
        width: 77px;
        height: 29px;
        background-color: #e7e7e7 !important;
        border: 1px solid #c7c7c7;
        -moz-border-radius: 5px;
        border-radius: 5px;
        cursor: pointer;
    }

        #slide-wrapper .slider-frame .slider-button {
            display: block;
            margin: 0;
            padding: 0;
            width: 35px;
            height: 27px;
            line-height: 27px;
            background: #FF770D !important;
            -moz-border-radius: 5px;
            border-radius: 5px;
            border: 1px solid #FF770D;
            -webkit-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
            color: #fff;
            font-family: Arial;
            font-size: 11px;
            font-weight: bold;
            text-align: center;
            cursor: pointer;
        }

            #slide-wrapper .slider-frame .slider-button.on {
                margin-left: 40px;
                background: #00b2e6 !important;
                border: 1px solid #00b2e6;
            }

    #slide-wrapper label {
        margin-top: 8px;
    }

/**slider CSS*/
#cc_slide-wrapper {
    display: block;
}

    #cc_slide-wrapper .cc_slider-frame {
        display: block !important;
        margin: 0;
        padding: 1px;
        width: 164px;
        height: 29px;
        background-color: #e7e7e7 !important;
        border: 1px solid #c7c7c7;
        -moz-border-radius: 5px;
        border-radius: 5px;
        cursor: pointer;
    }

        #cc_slide-wrapper .cc_slider-frame .cc_slider-button {
            display: block;
            margin: 0;
            padding: 0;
            min-width: 45px;
            height: 27px;
            line-height: 27px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            border: 1px solid #2668A1;
            -webkit-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
            color: #fff;
            font-family: Arial;
            font-size: 13px;
            font-weight: bold;
            text-align: center;
            cursor: pointer;
            width: 50%;
            background-color: #2668A1 !important;
            background-image: -webkit-linear-gradient(top, #3C8ED3, #2668A1);
        }

            #cc_slide-wrapper .cc_slider-frame .cc_slider-button.on {
                margin-left: 80px;
                background-color: #2668A1 !important;
                background-image: -webkit-linear-gradient(top, #3C8ED3, #2668A1);
                border: 1px solid #2668A1;
            }

    #cc_slide-wrapper label {
        margin-top: 8px;
    }

.custom-message {
    padding-top: 20px;
    display: block;
    padding-bottom: 20px;
    text-align: left;
    font-size: 16px;
    color: #787878;
}

/**6th Nov 2014 new theme */
.k-grid td, .k-grid td:hover, .k-grid td:focus {
    padding: 0.3em !important;
}

.copyright-section {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #ffffff;
    height: 200px;
    margin-top: 50px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}

.frontier-cr-logo {
    background: url('../images/frontier_cr_logo.png') no-repeat;
    width: 120px;
    height: 86px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.copyright-section a {
    color: #f47d26;
    display: block;
    text-decoration: underline;
    margin: 10px;
    text-transform: uppercase;
    font-size: 10px;
}

.copyright-section span {
    color: #f47d26;
    text-transform: uppercase;
    font-size: 10px;
}

.delimeter-line {
    height: 2px;
    background: #D1D1D1;
    border: none;
    margin-top: 14px;
    margin-left: 10px;
    float: left;
}

.delimeter-down {
    margin: 0px;
    margin-top: 4px;
    font-size: 35px;
    margin-left: -4px;
    color: #D1D1D1;
}

.delimeter-up {
    font-size: 35px;
    color: #D1D1D1;
    margin-top: 4px;
}

/*.row:nth-child(odd) {*/ /* select all rows comes after each group */
    /*background-color: #FFFFFF;
}*/

.row:nth-child(even) { /* select and override the first row after each group */
    background-color: #F4F2F2;
}

.row {
    font-size: 13px;
    margin: 5px 0;
    line-height: 20px;
}

.customer-tab .f-label-left-small {
    width: 120px;
}

.pdf1 {
    font-size: small;
    line-height: 115%;
    font-family: Arial,Helvetica,sans-serif;
}

.pdf2 {
    font-size: medium;
    line-height: 115%;
    font-family: Arial,Helvetica,sans-serif;
}

.pdf3 {
    font-size: large;
    line-height: 115%;
    font-family: Arial,Helvetica,sans-serif;
}


.k-tooltip.field-validation-error {
    border-color: #FFA292 !important;
    background-color: #E84848 !important;
    color: #ffffff !important;
}

.usagehistory-tab .f-label-left-medium-fixed {
    width: 140px;
}

.customer-tab-box-1 {
    float: left;
    width: 430px;
}

.customer-tab-box-2 {
    float: left;
    margin-left: 20px;
    width: 55%;
}

.box-1-resize {
    width: 70%;
    float: none;
    transition: all 0.5s ease;
}

    .box-1-resize #chktermloadneeds {
        margin-left: 216px !important;
    }

    .box-1-resize #chkSpecialContract {
        margin-left: 216px !important;
    }

.pc-highlight {
    background: #84ED8D;
}

.pc-highlight1 {
    padding: 13px;
    background: #8bc6ff;
    border-radius: 4px;
}

.read-only-account-details .label-leftspace {
    padding-left: 40px;
}

.read-only-account-details .f-label-readonly {
    width: 200px;
}

.read-only-account-details .f-label-left-small {
    width: 120px;
    line-height: 16px;
    padding-bottom: 10px;
    padding-top: 12px;
}

.proposalbody .f-label-left-small {
    width: 60px;
}

.k-loading-mask {
    background: #000;
    z-index: 99;
    opacity: 0.6;
}
/*12-02-2015 */
.custom-multiselect .k-multiselect-wrap .k-input {
    width: 25px;
    border-color: transparent;
    float: right;
    z-index: 9999;
    background-image: url('../images/dropdown-icon.png');
    text-indent: 0px;
    background-repeat: no-repeat;
    background-position: 8px 11px;
    margin: 0px;
    height: 30px;
    width: 25px !important;
    border-left: 1px solid #D5D5D5;
    background-color: #f3f3f4;
    cursor: pointer;
}

    .custom-multiselect .k-multiselect-wrap .k-input:hover {
        background-color: #b6bdca;
    }

.custom-grid-data {
    font-size: 10px !important;
}

.custom-error-box {
    padding: 10px !important;
    margin: 10px 0 !important;
    background: #FDFFA8 !important;
    border-color: #FFD9C5 !important;
    font-size: 13px !important;
}
/*24-02-2015 */
.account-details-tab .f-label-left-medium-fixed {
    padding-right: 10px;
}
/*25-02-2015 */
#RQ_slide.cc_slider-frame {
    position: relative;
}

#RQ_slide .grey-btn-1 {
    position: absolute;
    left: 23px;
    top: 9px;
    color: #8B8B8B;
    font-weight: bold;
    display: none;
}

#RQ_slide .grey-btn-2 {
    position: absolute;
    right: 23px;
    top: 9px;
    color: #8B8B8B;
    font-weight: bold;
    display: none;
}

#cc_slide-wrapper #RQ_slide.cc_slider-frame .cc_slider-button {
    transition: none !important;
}

#HU_slide.cc_slider-frame {
    position: relative;
}

#HU_slide .grey-btn-1 {
    position: absolute;
    left: 23px;
    top: 9px;
    color: #8B8B8B;
    font-weight: bold;
    display: block;
}

#HU_slide .grey-btn-2 {
    position: absolute;
    right: 23px;
    top: 9px;
    color: #8B8B8B;
    font-weight: bold;
    display: none;
}

#cc_slide-wrapper #HU_slide.cc_slider-frame .cc_slider-button {
    transition: none !important;
}

.uh-grid .k-grid-header th.k-header, .k-filter-row th {
    white-space: normal !important;
    text-overflow: inherit !important;
    word-break: break-word !important;
}
/*25-02-2015 */
.cc-left {
    width: 350px;
    float: left;
}

.cc-right {
    width: 350px;
    float: left;
}

.hud-error-record {
    color: #E76100 !important;
}

.logo-label-text {
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    width: 250px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

.copyright-section .logo-label-text {
    display: inline-block;
    padding: 0px 1px;
    text-align: center;
    width: 136px;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: bold;
}

.k-grid .k-state-selected:visited .f-editable-column, .k-grid .k-state-selected:link .f-editable-column {
    color: #ffffff !important;
    background-color: #f47d26 !important;
    border-color: #f47d26 !important;
}

#MatrixPivot.k-grid .k-state-selected .f-editable-column {
    background-color: #f47d26 !important;
    border-color: #f47d26 !important;
}

/*07-04-2015 */
.select-label {
    color: #444444;
    font-family: Arial;
    font-size: 13px;
    display: block;
    padding-bottom: 5px;
    line-height: 14px;
}

.f-popup-wrapper .f-label-left {
    width: 125px;
}
/*15-04-2015 */
.fm-details.f-label-request-detail span {
    width: 135px;
}

.f-label-customer-detail-box {
    padding: 10px;
    background: #EFEFEF;
    border-radius: 5px;
    border: 1px solid #DADADA;
    width: 375px;
    margin-right: 10px;
}

.f-label-customer-detail span {
    color: #787878;
    font-family: Arial;
    line-height: 13px;
    font-size: 13px;
    display: block;
    font-weight: bold;
    padding-top: 8px;
    float: left;
    width: 105px;
    text-align: right;
    padding-right: 15px;
}

.f-label-customer-detail label {
    color: #81a5c4;
    display: block;
    font-weight: bold;
    padding-top: 8px;
    float: left;
    font-size: 13px;
    line-height: 13px !important;
}

.customer-readonly-detail .f-label-left {
    width: 118px;
    line-height: 20px;
    padding-right: 12px;
}

.customer-readonly-detail .f-label-readonly {
    padding-top: 0px;
    line-height: 20px;
}

.customer-readonly-detail {
    width: 356px;
}

.account-readonly-detail .f-label-left-small {
    width: 190px;
    line-height: 20px;
    padding: 0px;
    padding-right: 15px;
    padding-top: 4px;
}

.account-readonly-detail .f-label-readonly {
    max-width: 300px;
    line-height: 20px;
    padding-top: 4px;
    width: 245px;
}

.CalculateMargin {
    background-image: url('../images/calculate.png');
    background-repeat: no-repeat;
}

.t-dh-box-btn {
    display: none;
}

.error-border {
    border-color: red !important;
}

.t-nav-section {
    display: none;
}

.custom-multiselect .k-multiselect-wrap .k-input {
    font-size: 0px;
}

.scoreresults-block {
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    padding: 10px;
    background: #f5f5f5;
    width: 880px;
}

.f-user-select-dd {
    width: 260px;
}

.t-users-btn {
    width: 260px;
    float: left;
    margin-top: 16px;
    margin-left: 20px;
}

.terms-content {
    font-size: 12px;
    padding: 4px;
    font-family: Arial,Helvetica,sans-serif;
    margin: 2px;
}

.terms-heading {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    font-family: Arial,Helvetica,sans-serif;
}

.terms-content p {
    text-indent: 50px;
}

.privacy-content {
    font-size: 12px;
    padding: 4px;
    font-family: Arial,Helvetica,sans-serif;
    margin: 2px;
}

.privacy-heading {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    font-family: Arial,Helvetica,sans-serif;
    padding-left: 5px;
}

.privacy-content p {
    text-indent: 50px;
}

#MarginAdjustment .f-label {
    float: left;
    line-height: 28px;
    padding-right: 14px;
}

#AgentMargin .f-label {
    float: left;
    line-height: 28px;
    padding-right: 14px;
}

#MarginAdjustment .k-numerictextbox {
    padding-right: 14px;
}

#cc_slide-wrapper1 {
    display: block;
}

    #cc_slide-wrapper1 .cc_slider-frame {
        display: block !important;
        margin: 0;
        padding: 1px;
        width: 164px;
        height: 29px;
        background-color: #e7e7e7 !important;
        border: 1px solid #c7c7c7;
        -moz-border-radius: 5px;
        border-radius: 5px;
        cursor: pointer;
    }

        #cc_slide-wrapper1 .cc_slider-frame .cc_slider-button {
            display: block;
            margin: 0;
            padding: 0;
            min-width: 45px;
            height: 27px;
            line-height: 27px;
            background: #FF770D !important;
            -moz-border-radius: 5px;
            border-radius: 5px;
            border: 1px solid #FF770D;
            -webkit-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
            color: #fff;
            font-family: Arial;
            font-size: 13px;
            font-weight: bold;
            text-align: center;
            cursor: pointer;
            width: 50%;
        }

            #cc_slide-wrapper1 .cc_slider-frame .cc_slider-button.on {
                margin-left: 80px;
                background: #43A860 !important;
                border: 1px solid #43A860;
            }

    #cc_slide-wrapper1 label {
        margin-top: 8px;
    }

#HU_slide1.cc_slider-frame {
    position: relative;
}

#HU_slide1 .grey-btn-1 {
    position: absolute;
    left: 23px;
    top: 9px;
    color: #8B8B8B;
    font-weight: bold;
    display: block;
}

#HU_slide1 .grey-btn-2 {
    position: absolute;
    right: 23px;
    top: 9px;
    color: #8B8B8B;
    font-weight: bold;
    display: none;
}

#cc_slide-wrapper1 #HU_slide1.cc_slider-frame .cc_slider-button {
    transition: none !important;
}

#slide-wrapper1 {
    display: block;
    margin-top: 5px;
}

    #slide-wrapper1 .slider-frame1 {
        display: block !important;
        margin: 0;
        padding: 1px;
        width: 77px;
        height: 29px;
        background-color: #e7e7e7 !important;
        border: 1px solid #c7c7c7;
        -moz-border-radius: 5px;
        border-radius: 5px;
        cursor: pointer;
    }

        #slide-wrapper1 .slider-frame1 .slider-button1 {
            display: block;
            margin: 0;
            padding: 0;
            width: 35px;
            height: 27px;
            line-height: 27px;
            background: #FF770D !important;
            -moz-border-radius: 5px;
            border-radius: 5px;
            border: 1px solid #FF770D;
            -webkit-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
            color: #fff;
            font-family: Arial;
            font-size: 11px;
            font-weight: bold;
            text-align: center;
            cursor: pointer;
        }

            #slide-wrapper1 .slider-frame1 .slider-button1.on {
                margin-left: 40px;
                background: #00b2e6 !important;
                border: 1px solid #00b2e6;
            }

    #slide-wrapper1 label {
        margin-top: 8px;
    }

/**slider CSS*/
/*New CSS 02 feb 2016 */
.nf-wrapper {
    width: 910px;
    margin: 0 auto;
    height: 300px;
}

.nf-rq-steps {
    float: left;
    width: 65%;
    margin-top: 3px;
}

.rq-s-item {
    height: 40px;
    border: 1px solid #dadada;
    background: #f7f7f7;
    padding: 6px 8px;
    box-sizing: border-box;
    float: left;
    width: 20%;
    min-width: 138px;
    pointer-events: none;
}

.rq-s-item-first {
    -moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    -khtml-border-radius: 3px 0px 0px 3px;
}

.rq-s-item-middle {
    border-left: 0px;
}

.rq-s-item-last {
    border-left: 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
    -khtml-border-radius: 0px 3px 3px 0px;
}

.rq-item-number {
    color: #d9d0d0;
    font-family: calibri;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #dadada;
    background: #f7f7f7;
    box-shadow: 0px 1px 5px #DEDEDE;
    -moz-border-radius: 50% 50%;
    -webkit-border-radius: 50% 50%;
    border-radius: 50% 50%;
    -khtml-border-radius: 50% 50%;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    float: left;
    margin-top: 2px;
    line-height: 19px;
}

.rq-item-title {
    color: #b7b7b7;
    font-family: calibri;
    font-size: 14px;
    color: #b7b7b7;
    text-decoration: none;
    cursor: default;
    margin-top: 6px;
    display: inline-block;
    vertical-align: top;
    float: left;
    pointer-events: none;
}

    .rq-item-title:hover {
        color: #b7b7b7;
    }

.rq-item-arrow {
    width: 10px;
    height: 6px;
    background-image: url('../images/nf-steps-arrow.png');
    background-repeat: no-repeat;
    position: relative;
    top: 8px;
    left: 50%;
    display: none;
}

.rq-s-item.rq-s-active {
    border: 1px solid #ff6000;
    background: #ff6000;
    cursor: pointer;
    pointer-events: auto;
}

.rq-s-active .rq-item-number {
    color: #ff6000;
    background: #ffffff;
    box-shadow: 0px 0px 0px #DEDEDE;
    border: 1px solid #ffffff;
}

.rq-s-active .rq-item-arrow {
    display: block;
}

.rq-s-active .rq-item-title {
    color: #ffffff;
    text-decoration: underline;
    cursor: pointer;
}

.rq-s-item.rq-s-success {
    pointer-events: auto;
    cursor: pointer;
}

.rq-s-success .rq-item-number {
    color: #ffffff;
    background: #ff6000;
    box-shadow: 0px 0px 0px #DEDEDE;
    border: 1px solid #ff6000;
}

.rq-s-success .rq-item-title {
    color: #ff6000;
    text-decoration: underline;
    cursor: pointer;
}

.nf-primary-btn {
    border: none;
    color: #ffffff;
    background-color: #5ac05a;
    font-weight: normal !important;
    font-family: calibri;
    text-align: center;
    height: 37px;
    width: 279px;
    font-size: 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    line-height: 34px;
    box-shadow: 0px 3px 5px #AFAFAF;
}

    .nf-primary-btn:hover {
        background-color: #139e61;
        color: #ffffff;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        text-decoration: none;
    }

    .nf-primary-btn:active {
        border-bottom: none;
        box-shadow: 0px 0px 0px #CBCBCB;
    }

.nf-header .nf-primary-btn {
    margin-top: 3px;
}

#nf_slide-wrapper {
    display: block;
}

    #nf_slide-wrapper .nf_slider-frame {
        display: block !important;
        margin: 0;
        padding: 0px;
        width: 132px;
        height: 38px;
        background-color: #ffffff !important;
        border: 1px solid #2e79b9;
        -moz-border-radius: 3px;
        border-radius: 5px;
        cursor: pointer;
    }

        #nf_slide-wrapper .nf_slider-frame .nf_slider-button {
            display: block;
            margin: 0;
            padding: 0;
            min-width: 45px;
            height: 36px;
            line-height: 38px;
            background: #2e79b9 !important;
            -moz-border-radius: 0px;
            border-radius: 0px;
            border: 1px solid #2e79b9;
            -webkit-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
            color: #fff;
            font-family: Arial;
            font-size: 13px;
            font-weight: bold;
            text-align: center;
            cursor: pointer;
            width: 50%;
        }

            #nf_slide-wrapper .nf_slider-frame .nf_slider-button.on {
                margin-left: 64px;
                background: #2e79b9 !important;
                border: 1px solid #2e79b9;
            }

    #nf_slide-wrapper label {
        margin-top: 8px;
    }

#slider-btn-1.nf_slider-frame {
    position: relative;
}

#slider-btn-1 .grey-txt-1 {
    position: absolute;
    left: 12px;
    top: 14px;
    color: #8B8B8B;
    font-weight: bold;
    display: none;
}

#slider-btn-1 .grey-txt-2 {
    position: absolute;
    right: 12px;
    top: 14px;
    color: #8B8B8B;
    font-weight: bold;
    display: none;
}

#nf_slide-wrapper #slider-btn-1.nf_slider-frame .nf_slider-button {
    transition: none !important;
}

#slider-btn-2.nf_slider-frame {
    position: relative;
}

#slider-btn-2 .grey-txt-1 {
    position: absolute;
    left: 12px;
    top: 14px;
    color: #8B8B8B;
    font-weight: bold;
    display: none;
}

#slider-btn-2 .grey-txt-2 {
    position: absolute;
    right: 12px;
    top: 14px;
    color: #8B8B8B;
    font-weight: bold;
    display: none;
}

#nf_slide-wrapper #slider-btn-2.nf_slider-frame .nf_slider-button {
    transition: none !important;
}

.nf-form {
    margin-top: 25px;
}

.f-e-wrapper {
    margin-right: 5px;
}

.f-e-wrapper-left {
    margin-right: 5px;
    float: left;
}

.f-e-relative {
    position: relative;
}

.nf-container .f-label {
    font-family: calibri, arial;
    font-size: 14px;
    color: #555555;
}

.w-200 {
    width: 200px;
}

.w-135 {
    width: 135px;
}

.w-290 {
    width: 290px;
}

.w-132 {
    width: 132px;
}

.w-178 {
    width: 178px;
}

.w-169 {
    width: 169px;
}

.w-143 {
    width: 143px;
}

.w-140 {
    width: 140px;
}

.w-350 {
    width: 350px;
}

.w-185 {
    width: 185px;
}

.w-320 {
    width: 320px;
}

.w-155 {
    width: 155px;
}

.w-105 {
    width: 105px;
}

.w-221 {
    width: 221px;
}

.w-400 {
    width: 400px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-30 {
    margin-top: 30px;
}

.rq-refresh-btn {
    width: 35px;
    height: 32px;
    background-color: #f7f7f7;
    border: 1px solid #dadada;
    border-radius: 3px;
    margin-top: 22px;
    cursor: pointer;
    background-image: url('../images/refresh-btn-icon.png');
    background-repeat: no-repeat;
    background-position: 6px 5px;
}

    .rq-refresh-btn:active, .rq-refresh-btn:hover {
        background-color: #ffffff;
    }

input.k-textbox {
    height: 34px !important;
    line-height: 34px !important;
}

.rq-more-options, .rq-hide-options {
    font-family: calibri, arial;
    font-size: 14px;
    color: #2e79b9;
    text-decoration: underline;
    margin-top: 31px;
    margin-left: 15px;
    display: none;
}

    .rq-more-options:hover, .rq-hide-options:hover {
        text-decoration: none !important;
    }

.rq-more-options-box {
    width: 100%;
    display: block;
    margin-top: 20px;
}

.rq-change-terms {
    font-family: calibri, arial;
    font-size: 14px;
    color: #ff6000;
    text-decoration: underline;
    margin-top: 31px;
    margin-left: 15px;
}

    .rq-change-terms:hover {
        text-decoration: none !important;
    }

.rq-search-esiid-link {
    font-family: calibri, arial;
    font-size: 14px;
    color: #ff6000;
    text-decoration: underline;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
}

    .rq-search-esiid-link:hover {
        text-decoration: none !important;
    }

.rq-search-esiid {
    position: absolute;
    top: 0px;
    right: 0px;
}

.rq-grid-section {
    margin-top: 30px;
}

.rq-g-info {
    font-family: calibri, arial;
    font-size: 13px;
    color: #646464;
}

    .rq-g-info img {
        vertical-align: top;
        display: inline-block;
    }

    .rq-g-info span {
        vertical-align: top;
        display: inline-block;
        margin-top: 5px;
        margin-left: 10px;
    }

.rq-g-pill-section .f-label {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    padding-right: 0px;
    margin-top: 4px;
}

.rq-g-pill-section .f-e-wrapper {
    margin-right: 25px;
}

.f-e-wrapper-last {
    margin-right: 0px !important;
}

.nf-pill {
    display: inline-block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    padding: 5px 14px;
    font-family: calibri, arial;
    font-size: 13px;
}

.nf-pill-1 {
    background: #dddddd;
    color: #6e6b6b;
}

.nf-pill-2 {
    background: #61b6fe;
    color: #ffffff;
}

.rq-matrix-grid {
    margin-top: 10px;
}

.change-term-block {
    display: block;
    clear: both;
    margin-left: 0px;
}

.hide-element {
    display: none !important;
}

.change-term-pills {
    display: none;
    margin-top: 10px;
    width: 40%;
}

    .change-term-pills .nf-pill {
        display: inline-block;
        margin-right: 10px;
        vertical-align: top;
        margin-bottom: 10px;
    }

.nf-small-btn {
    border: none;
    color: #ffffff;
    background-color: #2e79b9;
    font-weight: normal !important;
    font-family: calibri;
    text-align: center;
    height: 37px;
    width: 140px;
    font-size: 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    line-height: 34px;
    box-shadow: 0px 3px 5px #AFAFAF;
}

    .nf-small-btn:hover {
        background-color: #29669a;
        color: #ffffff;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        text-decoration: none;
    }

    .nf-small-btn:active {
        border-bottom: none;
        box-shadow: 0px 0px 0px #CBCBCB;
    }

.f-e-text {
    font-family: calibri, arial;
    font-size: 14px;
    color: #2e79b9;
    margin-top: 50px;
    display: inline-block;
}

.f-label-inline {
    display: inline-block;
    font-size: 14px;
    color: #555555;
    vertical-align: top;
    margin-right: 5px;
    padding-right: 0px;
    margin-top: 4px;
}

.f-label-inline-right {
    display: inline-block;
    font-size: 14px;
    color: #2e79b9;
    vertical-align: top;
    margin-right: 5px;
    padding-right: 0px;
    margin-top: 4px;
    font-weight: bold;
}
/*custom checkbox css */
.nc-chk [type="checkbox"]:not(:checked), .nc-chk [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

    .nc-chk [type="checkbox"]:not(:checked) + label, .nc-chk [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 29px;
        cursor: pointer;
    }
        /* checkbox aspect */
        .nc-chk [type="checkbox"]:not(:checked) + label:before, .nc-chk [type="checkbox"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 2px;
            width: 21px;
            height: 21px;
            border: 1px solid #DADADA;
            background: #f8f8f8;
            border-radius: 3px;
        }
        /* checked mark aspect */
        .nc-chk [type="checkbox"]:not(:checked) + label:after, .nc-chk [type="checkbox"]:checked + label:after {
            content: '✔';
            position: absolute;
            top: 8px;
            left: 5px;
            font-size: 13px !important;
            line-height: 0.8;
            color: #38bd83;
            transition: all .2s;
        }
        /* checked mark aspect changes */
        .nc-chk [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0);
        }

        .nc-chk [type="checkbox"]:checked + label:after {
            opacity: 1;
            transform: scale(1);
        }
/* disabled checkbox */
.nc-chk [type="checkbox"]:disabled:not(:checked) + label:before,
.nc-chk [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

.nc-chk [type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

.nc-chk [type="checkbox"]:disabled + label {
    color: #aaa;
}

.nc-chk label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    font-family: calibri, arial;
    color: #535353;
    font-size: 14px;
    line-height: 27px;
}

.nf-primary-btn.nf-generate-contract-btn {
    background-color: #f4781f;
    position: relative;
}

    .nf-primary-btn.nf-generate-contract-btn:hover {
        background-color: #ef6502;
    }

.contract-icon {
    width: 22px;
    height: 22px;
    background-image: url('../images/contract-icon.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 49px;
}


/*New CSS 04 feb 2016 */
.change-term-pills .nf-pill span {
    display: inline-block;
    vertical-align: top;
}

.change-term-pills .nf-pill .ct-delete {
    display: inline-block;
    vertical-align: top;
    width: 29px;
    height: 20px;
    background-image: url('../images/pill-close-icon.png');
    background-repeat: no-repeat;
    background-position: 10px 6px;
    margin-left: 10px;
    cursor: pointer;
}

.change-term-pills .nf-pill {
    padding-right: 0px;
    padding-top: 2px;
    padding-bottom: 1px;
    line-height: 20px;
    background: #f1f1f1;
    color: #6e6b6b;
    border: 1px solid #dddddd;
}

    .change-term-pills .nf-pill:hover {
        border: 1px solid #dddddd;
        background: #ffffff;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }


/*Flow diagram CSS 05 feb 2016 */

.fd-wrapper {
    width: 960px;
    margin: 0 auto;
    padding-top: 100px;
}

.fd-box-1 {
    width: 400px;
    float: left;
}

.fd-box-2 {
    min-width: 675px;
    width: 70%;
    max-width:680px;
    float: right;
    height: 86px;
    border: 1px solid #f9d8bf;
    background: #ffffff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    padding: 5px;
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fd-box-3 {
    float: right;
}

.f-e-label-left {
    color: #787878;
    font-family: Arial;
    font-size: 15px;
    display: block;
    font-weight: bold;
    padding-top: 8px;
    float: left;
    margin-right: 10px;
}

.f-e-label-right {
    color: #81a5c4;
    font-family: Arial;
    font-size: 15px;
    display: block;
    font-weight: bold;
    padding-top: 8px;
    float: left;
    margin-right: 10px;
}

.w-88 {
    width: 88px;
}

.w-full-width {
    width: 100%;
}

.w-170 {
    width: 170px;
}

.margin-top-30 {
    margin-top: 15px;
}

.hu-status {
    background: #fdffa8;
    border: 1px solid #f9d8bf;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    padding: 5px 6px;
    box-sizing: border-box;
    color: #787878;
    font-family: Arial;
    font-size: 15px;
    display: block;
    font-weight: bold;
    width: 145px;
    text-align: center;
}

.fd-steps-wrapper {
    margin: 0 auto;
    width: 95%;
    min-height: 4px;
    background-image: url('../images/fd-bg-line.png');
    background-repeat: repeat-x;
    background-position: 0px 0px;
    position: absolute;
    z-index: 99;
    top: 42px;
    margin-left: 10px;
}

.fd-step-item {
    width: 12%;
    z-index: 100;
    position: relative;
    margin-top: 16px;
    display: inline-block;
    vertical-align: top;
}

.fd-s-number {
    width: 36px;
    height: 36px;
    background: #ffffff;
    border: 4px solid #ededed;
    -moz-border-radius: 50% 50%;
    -webkit-border-radius: 50% 50%;
    border-radius: 50% 50%;
    - khtml-border-radius: 50% 50%;
    color: #d3d3d3;
    line-height: 36px;
    font-family: calibri,arial;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}

.fd-s-title {
    font-family: calibri,arial;
    font-size: 13px;
    color: #d3d3d3;
    position: absolute;
    display: block;
    text-align: center;
    width: 100px;
}

.fd-s-title-top {
    top: -17px;
}

.fd-s-title-bottom {
    top: 45px;
}

.fd-step-item-first .fd-s-number {
    margin-left: 10px;
}

.fd-step-item-first .fd-s-title {
    text-align: left;
}

.fd-step-item-last .fd-s-number {
    margin-left: 0px;
    right: -4px;
    position: absolute;
    margin-right: 10px;
}

.fd-step-item-last .fd-s-title {
    text-align: right;
}

.fd-step-item-1 .fd-s-title {
    left: 25%;
}

.fd-step-item-2 .fd-s-title {
    left: -10%;
}

.fd-step-item-3 .fd-s-title {
    left: -11%;
}

.fd-step-item-4 .fd-s-title {
    left: -12%;
}

.fd-step-item-5 .fd-s-title {
    left: -6%;
}

.fd-step-item-6 .fd-s-title {
    left: -9%;
}

.fd-step-item-7 .fd-s-title {
    left: -10%;
}

.fd-step-item-8 .fd-s-title {
    left: -17%;
}

.fd-step-item-active .fd-s-title {
    color: #23a18b;
}

.fd-step-item-active .fd-s-number {
    color: #23a18b;
    border-color: #ffffff;
    box-shadow: 0px 0px 13px #CBCBCB;
}

.fd-step-item-success .fd-s-title {
    color: #23a18b;
}

.fd-step-item-success .fd-s-number {
    border-color: #23a18b;
    background-color: #23a18b;
    color: #23a18b;
    background-image: url('../images/item-success-icon.png');
    background-repeat: no-repeat;
    background-position: 13px 13px;
}

    .fd-step-item-success .fd-s-number span {
        display: none;
    }

.w-165 {
    width: 165px;
}

.w-460 {
    width: 390px;
}

.hu-esiid-options {
    position: absolute;
    top: -19px;
    left: 5px;
}

.hu-esiid-link {
    display: inline-block;
    vertical-align: top;
}

.k-button.econtract-btn {
    background: #B1D6ff;
    border: #b6bdca;
    color: #263248;
}

.k-button.papercontract-btn {
    background: #f9b17d;
    border:#b6bdca;
    color: #263248;}

.gridtextwrapwrap {
    overflow: visible !important;
    white-space: normal !important;
    word-break: break-word !important;
}
.grid-center-align {
    text-align:center !important;
}
.k-button.DealStatus-btn.econtract-btn {
    display: none;
}

.k-button.DealStatus-btn.papercontract-btn {
    display: none;
}
 .nav-LeadDashboard {
    background: url('../images/sprite.png') 1px -43px no-repeat;
    color: #787878;
}

    .nav-LeadDashboard:hover, .nav-LeadDashboard-active {
        background: url('../images/sprite.png') 1px -99px no-repeat;
        color: #f47920;
    }
.form-element-lead {
    padding: 33px 0 0 0;
}
.f-label-left-Temp {
    color: #444444;
    font-family: Arial;
    font-size: 13px;
    display: block;
    padding-right: 30px;
    float: left;
    font-weight: bold;
    line-height: 28px;
    width: 200px;
    text-align: right;
}
.nav-tasks {
    background: url('../images/sprite.png') -403px -1138px no-repeat;
    color: #787878;
}

    .nav-tasks:hover, .nav-tasks-active {
        background: url('../images/sprite.png') -403px -1188px no-repeat;
        color: #f47920;
    }

.nav-ChangeOfOwnership {
    background: url('../images/sprite.png') -406px -894px no-repeat;
    color: #787878;
}

    .nav-ChangeOfOwnership:hover, .nav-ChangeOfOwnership-active {
        background: url('../images/sprite.png') -406px -934px no-repeat;
        color: #f47920;
    }

.nav-AddMeter {
    background: url('../images/sprite.png') -404px -743px no-repeat;
    color: #787878;
}

    .nav-AddMeter:hover, .nav-AddMeter-active {
        background: url('../images/sprite.png') -404px -778px no-repeat;
        color: #f47920;
    }

.nav-RenewalDeal {
    background: url('../images/sprite.png') -406px -1051px no-repeat;
    color: #787878;
}

    .nav-RenewalDeal:hover, .nav-RenewalDeal-active {
        background: url('../images/sprite.png') -406px -1091px no-repeat;
        color: #f47920;
    }

.nav-Commissions {
    background: url('../images/sprite.png') -1px -480px no-repeat;
    color: #787878;
}

    .nav-Commissions:hover, .nav-Commissions-active {
        background: url('../images/sprite.png') -1px -536px no-repeat;
        color: #f47920;
    }

.nav-Leads {
    background: url('../images/sprite.png') -1px -480px no-repeat;
    color: #787878;
}

    .nav-Leads:hover, .nav-Leads-active {
        background: url('../images/sprite.png') -1px -536px no-repeat;
        color: #f47920;
    }
.k-dropdown.k-header.CustomMessage {
    width: 250px !important;
    float: left !important;
}

    .k-dropdown.k-header.CustomMessage .k-dropdown-wrap.k-state-default {
        display: inline-block;
        width: 225px !important;
        vertical-align: middle;
    }

    .k-dropdown.k-header.CustomMessage .k-widget.k-tooltip-validation {
        display: inline-block;
        margin-left: 5px !important;
    }
.k-dropdown.k-dropdown-wrap .k-state-default .CustomMessage {
    display: inline-block;
    width: 225px !important;
    vertical-align: middle;
}

.nav_leadtypes {
    background: url('../images/sprite.png') -405px -817px no-repeat;
    color: #787878;
}

    .nav_leadtypes:hover, .nav_leadtypes-active {
        background: url('../images/sprite.png') -405px -858px no-repeat;
        color: #f47920;
    }

#sub-leadtypes {
    width: 97%;
    background: #4a4a4a;
    display: none;
}

.sub-leadtypes-links {
    width: 100%;
}

    .sub-leadtypes-links a {
        color: #c7c7c7;
        font-family: Arial;
        font-size: 13px;
        display: block;
        cursor: pointer;
        margin-left: 10px;
        float: left;
        width: 75%;
        padding-top: 10px;
        padding-bottom: 13px;
    }

    .sub-leadtypes-links:hover {
        background: #141414;
    }

    .sub-leadtypes-links a:hover {
        text-decoration: none;
        color: #ffffff;
    }

#container {
    visibility: hidden;
}

#loader {
    color: #008cff;
    height: 40px;
    left: 45%;
    position: absolute;
    top: 45%;
    width: 30%;
}

.e-content .e-item {
    font-size: 12px;
    margin: 10px;
    text-align: justify;
}

.container {
    min-width: 350px;
    max-width: 500px;
    margin: 0 auto;
}

#form-container {
    margin: 0 auto;
    max-width: 300px;
}

.btn-section {
    text-align: center;
}

.add-tab-btn-section td {
    padding: 10px;
}

.info {
    font-weight: bold;
}

.e-add-icon::before {
    content: '\e7d5';
}
.e-spinner-pane {
    position: fixed !important;
    background-color: rgba(255,255,255,0.5) !important;
}
}

.e-dialog.e-popup {
    border-radius: 8px !important;
}

.e-dlg-content {
    font-weight: 500 !important;
    color: #000 !important;
}

.e-dlg-content, .e-footer-content {
    text-align: center !important;
    /*border-radius: 8px;*/
}
.e-dialog .e-dlg-content{
    margin-bottom:0px !important;
}

/* ── Segmented Controls (Portfolio chart toggles) ─────────────────── */
.seg-control {
    display: inline-flex;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}
.seg-btn {
    padding: 4px 14px;
    font-size: 13px;
    font-weight: 500;
    border: none;
    background: #fff;
    color: #555;
    cursor: pointer;
    outline: none;
    transition: background 0.15s, color 0.15s;
}
.seg-btn + .seg-btn {
    border-left: 1px solid #ccc;
}
.seg-btn.active {
    background: #0d6efd;
    color: #fff;
}
.seg-btn:hover:not(.active):not(:disabled) {
    background: #e9ecef;
}
.seg-label {
    font-weight: 600;
    font-size: 13px;
    color: #333;
}
.seg-btn-disabled,
.seg-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}
/* Kendo skin */
.k-in,
.k-item,
.k-window-action {
    border-color: transparent;
}
/* main colors */
.k-block,
.k-widget {
    background-color: #ffffff;
}

.k-block,
.k-widget,
.k-input,
.k-textbox,
.k-group,
.k-content,
.k-header,
.k-editable-area,
.k-separator,
.k-colorpicker .k-i-arrow-s,
.k-textbox > input,
.k-autocomplete,
.k-dropdown-wrap,
.k-toolbar,
.k-group-footer td,
.k-grid-footer,
.k-footer-template td,
.k-state-default,
.k-state-default .k-select,
.k-state-disabled,
.k-grid-header-wrap,
.k-grid-header,
.k-grid td,
.k-grid td.k-state-selected,
.k-grid-footer-wrap,
.k-pager-wrap,
.k-pager-wrap .k-link,
.k-pager-refresh,
.k-grouping-header,
.k-grouping-header .k-group-indicator,
.k-panelbar > .k-item > .k-link,
.k-panel > .k-item > .k-link,
.k-panelbar .k-panel,
.k-panelbar .k-content,
.k-calendar th,
.k-slider-track,
.k-splitbar,
.k-dropzone-active,
.k-tiles,
.k-toolbar,
.k-tooltip,
.k-button-group .k-tool,
.k-upload-files {
    border-color: #dbdbde;
}

    .k-group,
    .k-toolbar,
    .k-grouping-header,
    .k-pager-wrap,
    .k-group-footer td,
    .k-grid-footer,
    .k-footer-template td,
    .k-widget .k-status,
    .k-calendar th,
    .k-dropzone-hovered,
    .k-widget.k-popup {
        background-color: #ffffff;
    }

.k-grouping-row td,
td.k-group-cell,
.k-resize-handle-inner {
    background-color: #f3f3f4;
}

.k-list-container {
    border-color: #dbdbde;
    background-color: #f3f3f4;
}

.k-content,
.k-editable-area,
.k-panelbar > li.k-item,
.k-panel > li.k-item,
.k-tiles {
    background-color: #ffffff;
}

.k-alt,
.k-separator {
    background-color: #f9f9f9;
}

.k-textbox,
.k-autocomplete.k-header,
.k-dropdown-wrap.k-state-active,
.k-picker-wrap.k-state-active,
.k-numeric-wrap.k-state-active {
    border-color: #dbdbde;
    background-color: #f3f3f4;
}

    .k-textbox > input,
    .k-autocomplete .k-input,
    .k-dropdown-wrap .k-input,
    .k-autocomplete.k-state-focused .k-input,
    .k-dropdown-wrap.k-state-focused .k-input,
    .k-picker-wrap.k-state-focused .k-input,
    .k-numeric-wrap.k-state-focused .k-input {
        border-color: #dbdbde;
    }

    input.k-textbox,
    textarea.k-textbox,
    input.k-textbox:hover,
    textarea.k-textbox:hover,
    .k-textbox > input {
        background: none;
    }

        .k-input,
        input.k-textbox,
        textarea.k-textbox,
        input.k-textbox:hover,
        textarea.k-textbox:hover,
        .k-textbox > input,
        .k-multiselect-wrap {
            background-color: #ffffff;
            color: #515967;
        }

            .k-input[readonly] {
                background-color: #ffffff;
                color: #515967;
            }

.k-block,
.k-widget,
.k-popup,
.k-content,
.k-dropdown .k-input {
    color: #515967;
}

.k-block {
    color: #515967;
}

.k-link:link,
.k-link:visited,
.k-nav-current.k-state-hover .k-link {
    color: #515967;
}

.k-tabstrip-items .k-link,
.k-panelbar > li > .k-link {
    color: #515967;
}

.k-header {
    color: #515967;
}

.k-header,
.k-grid-header,
.k-toolbar,
.k-dropdown-wrap,
.k-picker-wrap,
.k-numeric-wrap,
.k-grouping-header,
.k-pager-wrap,
.k-textbox,
.k-button,
.k-progressbar,
.k-draghandle,
.k-autocomplete,
.k-state-highlight,
.k-tabstrip-items .k-item,
.km-pane-wrapper > .km-pane > .km-view > .km-content {
    background-image: none;
    background-image: none, -webkit-linear-gradient(top, rgba(255, 255, 255, 0.45098) 0px, rgba(255, 255, 255, 0) 100%);
    background-image: none, -moz-linear-gradient(top, rgba(255, 255, 255, 0.45098) 0px, rgba(255, 255, 255, 0) 100%);
    background-image: none, -o-linear-gradient(top, rgba(255, 255, 255, 0.45098) 0px, rgba(255, 255, 255, 0) 100%);
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.45098) 0px, rgba(255, 255, 255, 0) 100%);
    background-position: 50% 50%;
    background-color: #f3f3f4;
}

.k-widget.k-tooltip {
    background-image: url(kendo/2015.2.624/textures/highlight.png);
}

.k-block,
.k-header,
.k-grid-header,
.k-toolbar,
.k-grouping-header,
.k-pager-wrap,
.k-button,
.k-draghandle {
    background-color: #f3f3f4;
}
/* icons */
.k-icon:hover,
.k-state-hover .k-icon,
.k-state-selected .k-icon,
.k-state-focused .k-icon,
.k-column-menu .k-state-hover .k-sprite,
.k-column-menu .k-state-active .k-sprite {
    opacity: 1;
}

.k-icon,
.k-state-disabled .k-icon,
.k-column-menu .k-sprite {
    opacity: 0.8;
}

.k-mobile-list .k-check:checked,
.k-mobile-list .k-edit-field [type=checkbox]:checked,
.k-mobile-list .k-edit-field [type=radio]:checked {
    opacity: 0.8;
}

.k-tool {
    border-color: transparent;
}

.k-icon,
.k-tool-icon,
.k-grouping-dropclue,
.k-drop-hint,
.k-column-menu .k-sprite,
.k-grid-mobile .k-resize-handle-inner:before,
.k-grid-mobile .k-resize-handle-inner:after {
    background-image: url('kendo/2015.2.624/Silver/sprite.png');
    border-color: transparent;
}
/* IE will ignore the above selectors if these are added too */
.k-mobile-list .k-check:checked,
.k-mobile-list .k-edit-field [type=checkbox]:checked,
.k-mobile-list .k-edit-field [type=radio]:checked {
    background-image: url('kendo/2015.2.624/Silver/sprite.png');
    border-color: transparent;
}

.k-loading,
.k-state-hover .k-loading {
    background-image: url('kendo/2015.2.624/Silver/loading.gif');
    background-position: 50% 50%;
}

.k-loading-image {
    background-image: url('kendo/2015.2.624/Silver/loading-image.gif');
}

#loading_message {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    overflow: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url('images/loading-image.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: 0.8;
}

.k-loading-color {
    background-color: #ffffff;
}

.k-button {
    color: #515967;
    border-color: #dbdbde;
    background-color: #f3f3f4;
}

    .k-button:hover {
        color: #263248;
        border-color: #b6bdca;
        background-color: #b6bdca;
    }

    .k-state-disabled .k-button,
    .k-state-disabled .k-button:hover,
    .k-button.k-state-disabled:hover,
    .k-state-disabled .k-button:active,
    .k-button.k-state-disabled:active {
        color: #b3bac7;
        border-color: #dbdbde;
        background-color: #f3f3f4;
    }

.k-draghandle {
    border-color: #dbdbde;
    background-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .k-draghandle:hover {
        border-color: #b6bdca;
        background-color: #b6bdca;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
/* Scheduler */
.k-scheduler {
    color: #515967;
    background-color: #ffffff;
}

.k-scheduler-layout {
    color: #515967;
}

.k-scheduler-datecolumn,
.k-scheduler-groupcolumn {
    background-color: #ffffff;
    color: #515967;
}

.k-scheduler-times tr,
.k-scheduler-times th,
.k-scheduler-table td,
.k-scheduler-header th,
.k-scheduler-header-wrap,
.k-scheduler-times {
    border-color: #dbdbde;
}

.k-scheduler-table .k-nonwork-hour {
    background-color: #f7f7f7;
}

.k-scheduler-table .k-today,
.k-today > .k-scheduler-datecolumn,
.k-today > .k-scheduler-groupcolumn {
    background-color: #fbfbfb;
}

.k-scheduler-now-arrow {
    border-left-color: #ff0000;
}

.k-scheduler-now-line {
    background-color: #ff0000;
}

.k-event {
    border-color: #b2e1ff;
    background: #b2e1ff 0 -257px url(kendo/2015.2.624/textures/highlight.png) repeat-x;
    color: #515967;
}

.k-event-inverse {
    color: #ffffff;
}

.k-event.k-state-selected {
    background-position: 0 0;
}

.k-ie7 .k-event .k-resize-handle,
.k-event .k-resize-handle:after {
    background-color: #0879c1;
}

.k-scheduler-marquee:before,
.k-scheduler-marquee:after {
    border-color: #1984c8;
}

.k-panelbar .k-content,
.k-panelbar .k-panel,
.k-panelbar .k-item {
    background-color: #ffffff;
    color: #515967;
    border-color: #dbdbde;
}

.k-panelbar > li > .k-link {
    color: #515967;
}

.k-panelbar > .k-item > .k-link {
    border-color: #dbdbde;
}

.k-panel > li.k-item {
    background-color: #ffffff;
}
/* states */
.k-state-active,
.k-state-active:hover,
.k-active-filter,
.k-tabstrip .k-state-active {
    background-color: #ffffff;
    border-color: #a6afbe;
    color: #515967;
}

.k-menu .k-state-hover > .k-state-active {
    background-color: transparent;
}

.k-state-highlight {
    background: #ffffff;
    color: #515967;
}

.k-state-focused,
.k-grouping-row .k-state-focused {
    border-color: #b6bdca;
}

.k-calendar .k-link {
    color: #515967;
}

.k-calendar .k-footer {
    padding: 0;
}

    .k-calendar .k-footer .k-nav-today {
        display: inline-block;
        width: 100%;
        height: 100%;
        padding: .5em 0;
        color: #515967;
        text-decoration: none;
        background-color: #ffffff;
    }

        .k-calendar .k-footer .k-nav-today:hover,
        .k-calendar .k-footer .k-nav-today.k-state-hover {
            background-color: #ffffff;
            text-decoration: underline;
        }

        .k-calendar .k-footer .k-nav-today:active {
            background-color: #ffffff;
        }

.k-calendar .k-link.k-nav-fast {
    color: #515967;
}

.k-calendar .k-nav-fast.k-state-hover {
    text-decoration: none solid #263248;
    background-color: #b6bdca;
    color: #263248;
}

.k-calendar .k-link.k-state-hover,
.k-window-titlebar .k-link {
    border-radius: 0px;
}

.k-calendar .k-footer .k-link {
    border-radius: 0;
}

.k-calendar th {
    background-color: #ffffff;
}

.k-calendar-container.k-group {
    border-color: #dbdbde;
}

.k-state-selected,
.k-state-selected:link,
.k-state-selected:visited,
.k-list > .k-state-selected,
.k-list > .k-state-highlight,
.k-panel > .k-state-selected,
.k-button:active,
.k-ghost-splitbar-vertical,
.k-ghost-splitbar-horizontal,
.k-draghandle.k-state-selected:hover,
.k-scheduler .k-scheduler-toolbar .k-state-selected,
.k-marquee-color {
    color: #ffffff;
    background-color: #1984c8;
    border-color: #1984c8;
}

.k-marquee-text {
    color: #ffffff;
}

.k-state-focused,
.k-list > .k-state-focused,
.k-listview > .k-state-focused,
.k-grid-header th.k-state-focused,
td.k-state-focused,
.k-button:focus:not(.k-state-disabled):not([disabled]),
.k-button.k-state-focused {
    -webkit-box-shadow: #b6bdca 0px 0px 6px 0px inset;
    box-shadow: #b6bdca 0px 0px 6px 0px inset;
}

    .k-state-focused.k-state-selected,
    .k-list > .k-state-focused.k-state-selected,
    .k-listview > .k-state-focused.k-state-selected,
    td.k-state-focused.k-state-selected,
    .k-button:focus:active:not(.k-state-disabled):not([disabled]) {
        -webkit-box-shadow: #146ca4 0px 0px 15px 5px inset;
        box-shadow: #146ca4 0px 0px 15px 5px inset;
    }

.k-ie8 .k-panelbar span.k-state-focused,
.k-ie8 .k-menu li.k-state-focused,
.k-ie8 .k-listview > .k-state-focused,
.k-ie8 .k-grid-header th.k-state-focused,
.k-ie8 td.k-state-focused,
.k-ie8 .k-tool.k-state-hover,
.k-ie8 .k-button:focus,
.k-ie8 .k-button.k-state-focused,
.k-ie7 .k-panelbar span.k-state-focused,
.k-ie7 .k-menu li.k-state-focused,
.k-ie7 .k-listview > .k-state-focused,
.k-ie7 .k-grid-header th.k-state-focused,
.k-ie7 td.k-state-focused,
.k-ie7 .k-tool.k-state-hover,
.k-ie7 .k-button:focus,
.k-ie7 .k-button.k-state-focused {
    background-color: #b6bdca;
}

.k-list > .k-state-selected.k-state-focused {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-state-selected > .k-link,
.k-panelbar > li > .k-state-selected {
    color: #ffffff;
}

.k-state-selected,
.k-button:active,
.k-draghandle.k-state-selected:hover {
    background-image: none;
    background-image: none, -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.2) 100%);
    background-image: none, -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.2) 100%);
    background-image: none, -o-linear-gradient(top, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.2) 100%);
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.2) 100%);
}

.k-button:active,
.k-draghandle.k-state-selected:hover {
    background-position: 50% 50%;
}

.k-state-hover,
.k-state-hover:hover,
.k-splitbar-horizontal-hover:hover,
.k-splitbar-vertical-hover:hover,
.k-list > .k-state-hover,
.k-scheduler .k-scheduler-toolbar ul li.k-state-hover,
.k-pager-wrap .k-link:hover,
.k-dropdown .k-state-focused,
.k-imagebrowser-dropzone,
.k-mobile-list .k-item > .k-link:active,
.k-mobile-list .k-item > .k-label:active,
.k-mobile-list .k-edit-label.k-check:active,
.k-mobile-list .k-scheduler-timezones .k-edit-field:nth-child(2):active,
.k-mobile-list .k-recur-view .k-check:active {
    color: #263248;
    background-color: #b6bdca;
    border-color: #b6bdca;
}

    .k-state-hover > .k-select,
    .k-state-focused > .k-select {
        border-color: #b6bdca;
    }

    .k-button:hover,
    .k-button:focus,
    .k-button.k-state-focused,
    .k-textbox:hover,
    .k-state-hover,
    .k-state-hover:hover,
    .k-pager-wrap .k-link:hover,
    .k-other-month.k-state-hover .k-link,
    div.k-imagebrowser-dropzone em,
    .k-draghandle:hover {
        background-image: none;
        background-image: none, -webkit-linear-gradient(top, rgba(255, 255, 255, 0.298039) 0px, rgba(255, 255, 255, 0) 100%);
        background-image: none, -moz-linear-gradient(top, rgba(255, 255, 255, 0.298039) 0px, rgba(255, 255, 255, 0) 100%);
        background-image: none, -o-linear-gradient(top, rgba(255, 255, 255, 0.298039) 0px, rgba(255, 255, 255, 0) 100%);
        background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.298039) 0px, rgba(255, 255, 255, 0) 100%);
    }

.k-pager-wrap {
    background-color: #f3f3f4;
    color: #515967;
}

.k-autocomplete.k-state-active,
.k-picker-wrap.k-state-active,
.k-numeric-wrap.k-state-active,
.k-dropdown-wrap.k-state-active,
.k-state-active,
.k-state-active:hover,
.k-state-active > .k-link,
.k-button:active,
.k-panelbar > .k-item > .k-state-focused {
    background-image: none;
    background-image: none, -webkit-linear-gradient(top, none);
    background-image: none, -moz-linear-gradient(top, none);
    background-image: none, -o-linear-gradient(top, none);
    background-image: none, linear-gradient(bottom, none);
}

.k-tool-icon {
    background-image: url('kendo/2015.2.624/Silver/sprite.png');
}

.k-state-hover > .k-link,
.k-other-month.k-state-hover .k-link,
div.k-imagebrowser-dropzone em {
    color: #263248;
}

.k-autocomplete.k-state-hover,
.k-autocomplete.k-state-focused,
.k-picker-wrap.k-state-hover,
.k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-hover,
.k-numeric-wrap.k-state-focused,
.k-dropdown-wrap.k-state-hover,
.k-dropdown-wrap.k-state-focused {
    background-color: #b6bdca;
    background-image: none;
    background-image: none, -webkit-linear-gradient(top, rgba(255, 255, 255, 0.298039) 0px, rgba(255, 255, 255, 0) 100%);
    background-image: none, -moz-linear-gradient(top, rgba(255, 255, 255, 0.298039) 0px, rgba(255, 255, 255, 0) 100%);
    background-image: none, -o-linear-gradient(top, rgba(255, 255, 255, 0.298039) 0px, rgba(255, 255, 255, 0) 100%);
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.298039) 0px, rgba(255, 255, 255, 0) 100%);
    background-position: 50% 50%;
    border-color: #b6bdca;
}

.km-pane-wrapper .k-mobile-list input:not([type="checkbox"]):not([type="radio"]),
.km-pane-wrapper .km-pane .k-mobile-list select:not([multiple]),
.km-pane-wrapper .k-mobile-list textarea,
.k-dropdown .k-state-focused .k-input {
    color: #515967;
}

.k-dropdown .k-state-hover .k-input {
    color: #263248;
}

.k-state-error {
    border-color: #ff0000;
    background-color: #ffffff;
    color: #ff0000;
}

.k-state-disabled {
    filter: alpha(opacity=70);
    opacity: .7;
}

.k-tile-empty.k-state-selected,
.k-loading-mask.k-state-selected {
    border-width: 0;
    background-image: none;
    background-color: transparent;
}

.k-state-disabled,
.k-state-disabled .k-link,
.k-state-disabled .k-button,
.k-other-month,
.k-other-month .k-link,
.k-dropzone em,
.k-dropzone .k-upload-status,
.k-tile-empty strong,
.k-slider .k-draghandle {
    color: #b3bac7;
}
/* Progressbar */
.k-progressbar-indeterminate {
    background: url('kendo/2015.2.624/Silver/indeterminate.gif');
}

    .k-progressbar-indeterminate .k-progress-status-wrap,
    .k-progressbar-indeterminate .k-state-selected {
        display: none;
    }
/* Slider */
.k-slider-track {
    background-color: #dbdbde;
}

.k-slider-selection {
    background-color: #1984c8;
}

.k-slider-horizontal .k-tick {
    background-image: url('kendo/2015.2.624/Silver/slider-h.gif');
}

.k-slider-vertical .k-tick {
    background-image: url('kendo/2015.2.624/Silver/slider-v.gif');
}
/* Tooltip */
.k-widget.k-tooltip {
    border-color: #dbdbde;
    background-color: rgba(0, 0, 0, 0);
    color: #000000;
}

.k-widget.k-tooltip-validation {
    border-color: #000000;
    background-color: rgba(0, 0, 0, 0);
    color: #000000;
}
/* Bootstrap theme fix */
.input-prepend .k-tooltip-validation,
.input-append .k-tooltip-validation {
    font-size: 12px;
    position: relative;
    top: 3px;
}

.k-callout-n {
    border-bottom-color: #dbdbde;
}

.k-callout-w {
    border-right-color: #dbdbde;
}

.k-callout-s {
    border-top-color: #dbdbde;
}

.k-callout-e {
    border-left-color: #dbdbde;
}

.k-tooltip-validation .k-callout-n {
    border-bottom-color: #000000;
}

.k-tooltip-validation .k-callout-w {
    border-right-color: #000000;
}

.k-tooltip-validation .k-callout-s {
    border-top-color: #000000;
}

.k-tooltip-validation .k-callout-e {
    border-left-color: #000000;
}
/* Splitter */
.k-splitbar {
    background-color: #f3f3f4;
}

.k-restricted-size-vertical,
.k-restricted-size-horizontal {
    background-color: #ff0000;
}
/* Upload */
.k-file {
    background-color: #ffffff;
    border-color: #dbdbde;
}

.k-file-progress {
    color: #0066cc;
}

    .k-file-progress .k-progress {
        background-color: #d0f8ff;
    }

.k-file-success {
    color: #28760b;
}

    .k-file-success .k-progress {
        background-color: #ddffd0;
    }

.k-file-error {
    color: #cc0000;
}

    .k-file-error .k-progress {
        background-color: #ffded7;
    }
/* ImageBrowser */
.k-tile {
    border-color: #ffffff;
}

.k-textbox:hover,
.k-tiles li.k-state-hover {
    border-color: #b6bdca;
}

.k-tiles li.k-state-selected {
    border-color: #1984c8;
}

.k-tile .k-folder,
.k-tile .k-file {
    background-image: url('kendo/2015.2.624/Silver/imagebrowser.png');
}
/* Shadows */
.k-widget,
.k-button {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-slider,
.k-treeview,
.k-upload {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-state-hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-autocomplete.k-state-focused,
.k-dropdown-wrap.k-state-focused,
.k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-focused {
    -webkit-box-shadow: rgba(82, 90, 104, 0.2) 0px 0px 3px 0px;
    box-shadow: rgba(82, 90, 104, 0.2) 0px 0px 3px 0px;
}

.k-state-selected {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-state-active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-grid td.k-state-selected.k-state-focused {
    background-color: #1b8dd6;
}

.k-popup,
.k-menu .k-group,
.k-grid .k-filter-options,
.k-time-popup,
.k-datepicker-calendar,
.k-autocomplete.k-state-border-down,
.k-autocomplete.k-state-border-up,
.k-dropdown-wrap.k-state-active,
.k-picker-wrap.k-state-active,
.k-multiselect.k-state-focused,
.k-imagebrowser .k-image,
.k-tooltip {
    -webkit-box-shadow: 0 2px 2px 0 rgba(82, 90, 104, 0.2);
    box-shadow: 0 2px 2px 0 rgba(82, 90, 104, 0.2);
}
/* Window */
.k-window {
    border-color: rgba(82, 90, 104, 0.2);
    -webkit-box-shadow: 1px 1px 7px 1px rgba(216, 219, 225, 0.2);
    box-shadow: 1px 1px 7px 1px rgba(216, 219, 225, 0.2);
    background-color: #ffffff;
}

    .k-window.k-state-focused {
        border-color: rgba(82, 90, 104, 0.2);
        -webkit-box-shadow: 1px 1px 7px 1px rgba(82, 90, 104, 0.2);
        box-shadow: 1px 1px 7px 1px rgba(82, 90, 104, 0.2);
    }

    .k-window.k-window-maximized,
    .k-window-maximized .k-window-titlebar,
    .k-window-maximized .k-window-content {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

.k-shadow {
    -webkit-box-shadow: 0 1px 2px 0 rgba(82, 90, 104, 0.2);
    box-shadow: 0 1px 2px 0 rgba(82, 90, 104, 0.2);
}

.k-inset {
    -webkit-box-shadow: inset 0 1px 1px rgba(82, 90, 104, 0.2);
    box-shadow: inset 0 1px 1px rgba(82, 90, 104, 0.2);
}
/* Selection */
.k-editor-inline ::selection {
    background-color: #1984c8;
    text-shadow: none;
    color: #fff;
}

.k-editor-inline ::-moz-selection {
    background-color: #1984c8;
    text-shadow: none;
    color: #fff;
}
/* Border radius */
.k-block,
.k-button,
.k-textbox,
.k-drag-clue,
.k-touch-scrollbar,
.k-window,
.k-window-titleless .k-window-content,
.k-window-action,
.k-inline-block,
.k-grid .k-filter-options,
.k-grouping-header .k-group-indicator,
.k-autocomplete,
.k-multiselect,
.k-combobox,
.k-dropdown,
.k-dropdown-wrap,
.k-datepicker,
.k-timepicker,
.k-colorpicker,
.k-datetimepicker,
.k-numerictextbox,
.k-picker-wrap,
.k-numeric-wrap,
.k-colorpicker .k-list-container,
.k-calendar-container,
.k-calendar td,
.k-calendar .k-link,
.k-treeview .k-in,
.k-editor-inline,
.k-tooltip,
.k-tile,
.k-slider-track,
.k-slider-selection,
.k-upload {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.k-tool {
    text-align: center;
    vertical-align: middle;
}

    .k-tool.k-group-start {
        -moz-border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

.k-rtl .k-tool.k-group-start {
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.k-tool.k-group-end {
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.k-rtl .k-tool.k-group-end {
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.k-group-start.k-group-end.k-tool {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.k-calendar-container.k-state-border-up,
.k-list-container.k-state-border-up,
.k-autocomplete.k-state-border-up,
.k-multiselect.k-state-border-up,
.k-dropdown-wrap.k-state-border-up,
.k-picker-wrap.k-state-border-up,
.k-numeric-wrap.k-state-border-up,
.k-window-content,
.k-filter-menu {
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

    .k-autocomplete.k-state-border-up .k-input,
    .k-dropdown-wrap.k-state-border-up .k-input,
    .k-picker-wrap.k-state-border-up .k-input,
    .k-picker-wrap.k-state-border-up .k-selected-color,
    .k-numeric-wrap.k-state-border-up .k-input {
        -moz-border-radius: 0 0 0 4px;
        -webkit-border-radius: 0 0 0 4px;
        border-radius: 0 0 0 4px;
    }

    .k-multiselect.k-state-border-up .k-multiselect-wrap {
        -moz-border-radius: 0 0 4px 4px;
        -webkit-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
    }

.k-window-titlebar,
.k-block > .k-header,
.k-tabstrip-items .k-item,
.k-panelbar .k-tabstrip-items .k-item,
.k-tabstrip-items .k-link,
.k-calendar-container.k-state-border-down,
.k-list-container.k-state-border-down,
.k-autocomplete.k-state-border-down,
.k-multiselect.k-state-border-down,
.k-dropdown-wrap.k-state-border-down,
.k-picker-wrap.k-state-border-down,
.k-numeric-wrap.k-state-border-down {
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.k-dropdown-wrap .k-input,
.k-picker-wrap .k-input,
.k-numeric-wrap .k-input {
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

.k-numeric-wrap .k-link {
    -moz-border-radius: 0 2px 0 0;
    -webkit-border-radius: 0 2px 0 0;
    border-radius: 0 2px 0 0;
}

    .k-numeric-wrap .k-link + .k-link {
        -moz-border-radius: 0 0 2px 0;
        -webkit-border-radius: 0 0 2px 0;
        border-radius: 0 0 2px 0;
    }

.k-colorpicker .k-selected-color {
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

.k-rtl .k-colorpicker .k-selected-color {
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.k-autocomplete.k-state-border-down .k-input,
.k-dropdown-wrap.k-state-border-down .k-input,
.k-picker-wrap.k-state-border-down .k-input,
.k-picker-wrap.k-state-border-down .k-selected-color,
.k-numeric-wrap.k-state-border-down .k-input {
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.k-numeric-wrap .k-link.k-state-selected {
    background-color: #1984c8;
}

.k-multiselect.k-state-border-down .k-multiselect-wrap {
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

.k-dropdown-wrap .k-select,
.k-picker-wrap .k-select,
.k-numeric-wrap .k-select,
.k-datetimepicker .k-select + .k-select,
.k-list-container.k-state-border-right {
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.k-rtl .k-dropdown-wrap .k-select,
.k-rtl .k-picker-wrap .k-select,
.k-rtl .k-numeric-wrap .k-select,
.k-rtl .k-datetimepicker .k-select + .k-select,
.k-rtl .k-list-container.k-state-border-right {
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.k-numeric-wrap.k-expand-padding .k-input {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.k-textbox > input,
.k-autocomplete .k-input,
.k-multiselect-wrap {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.k-list .k-state-hover,
.k-list .k-state-focused,
.k-list .k-state-highlight,
.k-list .k-state-selected,
.k-dropzone {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.k-slider .k-button,
.k-grid .k-slider .k-button {
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
}

.k-draghandle {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.k-scheduler-toolbar > ul li:first-child,
.k-scheduler-toolbar > ul li:first-child .k-link {
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.k-rtl .k-scheduler-toolbar > ul li:first-child,
.k-rtl .k-scheduler-toolbar > ul li:first-child .k-link,
.km-view.k-popup-edit-form .k-scheduler-toolbar > ul li:last-child,
.km-view.k-popup-edit-form .k-scheduler-toolbar > ul li:last-child .k-link {
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.k-scheduler-mobile .k-scheduler-toolbar > ul li.k-nav-today,
.k-scheduler-mobile .k-scheduler-toolbar > ul li.k-nav-today .k-link,
.k-edit-field > .k-scheduler-navigation {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.k-scheduler-toolbar .k-nav-next,
.k-scheduler-toolbar ul + ul li:last-child,
.k-scheduler-toolbar .k-nav-next .k-link,
.k-scheduler-toolbar ul + ul li:last-child .k-link {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.k-rtl .k-scheduler-toolbar .k-nav-next,
.k-rtl .k-scheduler-toolbar ul + ul li:last-child,
.k-rtl .k-scheduler-toolbar .k-nav-next .k-link,
.k-rtl .k-scheduler-toolbar ul + ul li:last-child .k-link {
    border-radius: 4px 0 0 4px;
}

.k-scheduler div.k-scheduler-footer ul li,
.k-scheduler div.k-scheduler-footer .k-link {
    border-radius: 4px;
}

.k-more-events,
.k-event,
.k-event .k-link {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.k-scheduler-mobile .k-event {
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}
/* Adaptive Grid */
.k-grid-mobile .k-column-active + th.k-header {
    border-left-color: #515967;
}

.k-ie .km-pane-wrapper .k-widget,
.k-ie .km-pane-wrapper .k-group,
.k-ie .km-pane-wrapper .k-content,
.k-ie .km-pane-wrapper .k-header,
.k-ie .km-pane-wrapper .k-popup-edit-form .k-edit-field .k-button,
.km-pane-wrapper .k-mobile-list .k-item,
.km-pane-wrapper .k-mobile-list .k-edit-label,
.km-pane-wrapper .k-mobile-list .k-edit-field {
    color: #515967;
}

@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
    div.km-pane-wrapper a {
        color: #515967;
    }
}

.km-pane-wrapper .k-mobile-list .k-item,
.km-pane-wrapper .k-mobile-list .k-edit-field,
.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-field .k-check {
    background-color: #ffffff;
    border-top: 1px solid #dbdbde;
}

    .km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-field .k-check:first-child {
        border-top-color: transparent;
    }

    .km-pane-wrapper .k-mobile-list .k-item:last-child {
        -webkit-box-shadow: inset 0 -1px 0 #dbdbde;
        box-shadow: inset 0 -1px 0 #dbdbde;
    }

.km-pane-wrapper .k-mobile-list > ul > li > .k-link,
.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-label:nth-child(3),
.km-pane-wrapper #recurrence .km-scroll-container > .k-edit-label:first-child {
    color: #8b8b95;
}

.km-pane-wrapper .k-mobile-list > ul > li > .k-link {
    border-bottom: 1px solid #dbdbde;
}

.km-pane-wrapper .k-mobile-list .k-edit-field {
    -webkit-box-shadow: 0 1px 1px #dbdbde;
    box-shadow: 0 1px 1px #dbdbde;
}

.km-actionsheet .k-grid-delete,
.km-actionsheet .k-scheduler-delete,
.km-pane-wrapper .k-scheduler-delete,
.km-pane-wrapper .k-filter-menu .k-button[type=reset] {
    color: #fff;
    border-color: #ff0000;
    background-color: red;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, from(rgba(255,255,255,.3)), to(rgba(255,255,255,.15)));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,.15));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,.15));
    background-image: -ms-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,.15));
    background-image: linear-gradient(to bottom, rgba(255,255,255,.3), rgba(255,255,255,.15));
}

    .km-actionsheet .k-grid-delete:active,
    .km-actionsheet .k-scheduler-delete:active,
    .km-pane-wrapper .k-scheduler-delete:active,
    .km-pane-wrapper .k-filter-menu .k-button[type=reset]:active {
        background-color: #990000;
    }
/* /Column Menu */
.k-autocomplete.k-state-default,
.k-picker-wrap.k-state-default,
.k-numeric-wrap.k-state-default,
.k-dropdown-wrap.k-state-default {
    background-image: none;
    background-image: none, -webkit-linear-gradient(top, rgba(255, 255, 255, 0.45098) 0px, rgba(255, 255, 255, 0) 100%);
    background-image: none, -moz-linear-gradient(top, rgba(255, 255, 255, 0.45098) 0px, rgba(255, 255, 255, 0) 100%);
    background-image: none, -o-linear-gradient(top, rgba(255, 255, 255, 0.45098) 0px, rgba(255, 255, 255, 0) 100%);
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.45098) 0px, rgba(255, 255, 255, 0) 100%);
    background-position: 50% 50%;
    background-color: #f3f3f4;
    border-color: #dbdbde;
}

.k-autocomplete.k-state-hover,
.k-picker-wrap.k-state-hover,
.k-numeric-wrap.k-state-hover,
.k-dropdown-wrap.k-state-hover {
    background-color: #b6bdca;
    background-image: none;
    background-image: none, -webkit-linear-gradient(top, rgba(255, 255, 255, 0.298039) 0px, rgba(255, 255, 255, 0) 100%);
    background-image: none, -moz-linear-gradient(top, rgba(255, 255, 255, 0.298039) 0px, rgba(255, 255, 255, 0) 100%);
    background-image: none, -o-linear-gradient(top, rgba(255, 255, 255, 0.298039) 0px, rgba(255, 255, 255, 0) 100%);
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.298039) 0px, rgba(255, 255, 255, 0) 100%);
    background-position: 50% 50%;
    border-color: #b6bdca;
}

.k-multiselect.k-header {
    border-color: #dbdbde;
}

    .k-multiselect.k-header.k-state-hover {
        border-color: #b6bdca;
    }

    .k-autocomplete.k-state-focused,
    .k-picker-wrap.k-state-focused,
    .k-numeric-wrap.k-state-focused,
    .k-dropdown-wrap.k-state-focused,
    .k-multiselect.k-header.k-state-focused {
        background-color: #b6bdca;
        background-image: none;
        background-image: none, -webkit-linear-gradient(top, rgba(255, 255, 255, 0.298039) 0px, rgba(255, 255, 255, 0) 100%);
        background-image: none, -moz-linear-gradient(top, rgba(255, 255, 255, 0.298039) 0px, rgba(255, 255, 255, 0) 100%);
        background-image: none, -o-linear-gradient(top, rgba(255, 255, 255, 0.298039) 0px, rgba(255, 255, 255, 0) 100%);
        background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.298039) 0px, rgba(255, 255, 255, 0) 100%);
        background-position: 50% 50%;
        border-color: #b6bdca;
        -webkit-box-shadow: rgba(82, 90, 104, 0.2) 0px 0px 3px 0px;
        box-shadow: rgba(82, 90, 104, 0.2) 0px 0px 3px 0px;
    }

.k-list-container {
    color: #515967;
}

.k-dropdown .k-input,
.k-dropdown .k-state-focused .k-input,
.k-menu .k-popup {
    color: #515967;
}

.k-state-default > .k-select {
    border-color: #dbdbde;
}

.k-state-hover > .k-select {
    border-color: #b6bdca;
}

.k-state-focused > .k-select {
    border-color: #b6bdca;
}

.k-tabstrip-items .k-state-default .k-link,
.k-panelbar > li.k-state-default > .k-link {
    color: #515967;
}

.k-tabstrip-items .k-state-hover .k-link,
.k-panelbar > li.k-state-hover > .k-link {
    color: #263248;
}

.k-panelbar .k-state-focused.k-state-hover {
    background: #b6bdca;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-tabstrip-items .k-state-default,
.k-ie7 .k-tabstrip-items .k-state-default .k-loading {
    border-color: #dbdbde;
}

.k-tabstrip-items .k-state-hover,
.k-ie7 .k-tabstrip-items .k-state-hover .k-loading {
    border-color: #b6bdca;
}

.k-tabstrip-items .k-state-active,
.k-ie7 .k-tabstrip-items .k-state-active .k-loading {
    background-color: #ffffff;
    background-image: none;
    background-image: none, -webkit-linear-gradient(top, none);
    background-image: none, -moz-linear-gradient(top, none);
    background-image: none, -o-linear-gradient(top, none);
    background-image: none, linear-gradient(to bottom, none);
    border-color: #a6afbe;
}

.k-tabstrip .k-content.k-state-active {
    background-color: #ffffff;
    color: #515967;
}

.k-menu.k-header,
.k-menu .k-item {
    border-color: #dbdbde;
}

.k-column-menu,
.k-column-menu .k-item {
    border-color: #dbdbde;
}

    .k-column-menu .k-separator {
        border-color: #dbdbde;
        background-color: transparent;
    }

.k-menu .k-group {
    border-color: #dbdbde;
}

.k-secondary .k-picker-wrap,
.k-secondary .k-dropdown-wrap,
.k-secondary .k-numeric-wrap,
.k-secondary.k-scheduler-toolbar > ul > li {
    background-color: #f3f3f4;
    border-color: #dbdbde;
}

.k-secondary .k-button-group .k-tool {
    border-color: #dbdbde;
}

.k-secondary.k-splitbar {
    border-color: #dbdbde;
}

.k-secondary .k-state-default > .k-select {
    border-color: #dbdbde;
}

.k-secondary .k-state-hover > .k-select {
    border-color: #b6bdca;
}

.k-secondary .k-state-focused > .k-select {
    border-color: #dbdbde;
}

.k-secondary .k-autocomplete.k-state-hover,
.k-secondary .k-picker-wrap.k-state-hover,
.k-secondary .k-numeric-wrap.k-state-hover,
.k-secondary .k-dropdown-wrap.k-state-hover {
    background-color: #b6bdca;
    background-image: none;
    background-image: none, -webkit-linear-gradient(top, rgba(255, 255, 255, 0.298039) 0px, rgba(255, 255, 255, 0) 100%);
    background-image: none, -moz-linear-gradient(top, rgba(255, 255, 255, 0.298039) 0px, rgba(255, 255, 255, 0) 100%);
    background-image: none, -o-linear-gradient(top, rgba(255, 255, 255, 0.298039) 0px, rgba(255, 255, 255, 0) 100%);
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.298039) 0px, rgba(255, 255, 255, 0) 100%);
    background-position: 50% 50%;
    border-color: #b6bdca;
}

.k-secondary .k-autocomplete.k-state-focused,
.k-secondary .k-picker-wrap.k-state-focused,
.k-secondary .k-numeric-wrap.k-state-focused,
.k-secondary .k-dropdown-wrap.k-state-focused {
    background-color: #b6bdca;
    background-image: none;
    background-image: none, -webkit-linear-gradient(top, rgba(255, 255, 255, 0.298039) 0px, rgba(255, 255, 255, 0) 100%);
    background-image: none, -moz-linear-gradient(top, rgba(255, 255, 255, 0.298039) 0px, rgba(255, 255, 255, 0) 100%);
    background-image: none, -o-linear-gradient(top, rgba(255, 255, 255, 0.298039) 0px, rgba(255, 255, 255, 0) 100%);
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.298039) 0px, rgba(255, 255, 255, 0) 100%);
    background-position: 50% 50%;
    border-color: #b6bdca;
}

.k-secondary .k-button-group .k-tool:focus {
    background-color: #b6bdca;
    background-image: none;
    background-image: none, -webkit-linear-gradient(top, rgba(255, 255, 255, 0.298039) 0px, rgba(255, 255, 255, 0) 100%);
    background-image: none, -moz-linear-gradient(top, rgba(255, 255, 255, 0.298039) 0px, rgba(255, 255, 255, 0) 100%);
    background-image: none, -o-linear-gradient(top, rgba(255, 255, 255, 0.298039) 0px, rgba(255, 255, 255, 0) 100%);
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.298039) 0px, rgba(255, 255, 255, 0) 100%);
    background-position: 50% 50%;
}

.k-secondary .k-button,
.k-secondary.k-button {
    color: #515967;
    background-color: #f3f3f4;
    border-color: #dbdbde;
}

    .k-secondary .k-button:hover,
    .k-secondary.k-button:hover {
        color: #263248;
        border-color: #b6bdca;
        background-color: #b6bdca;
    }

    .k-secondary .k-button:active {
        color: #ffffff;
        background-color: #1984c8;
        border-color: #1984c8;
    }

.k-secondary .k-dropdown .k-input,
.k-secondary .k-dropdown .k-state-focused .k-input,
.k-secondary .k-menu .k-popup {
    color: #515967;
}

.k-secondary .k-toolbar {
    color: #515967;
    border-color: #dbdbde;
}

.k-secondary.k-popup.k-group {
    border-color: #dbdbde;
}

.k-secondary.k-filter-menu {
    background-color: #ffffff;
    color: #515967;
}

.k-grouping-row td,
.k-group-footer td,
.k-grid-footer td {
    color: #515967;
    border-color: #dbdbde;
    font-weight: bold;
}

.k-grouping-header {
    color: #515967;
}

.k-grid td.k-state-focused {
    -webkit-box-shadow: inset 0 0 0 1px #b6bdca 0px 0px 6px 0px inset;
    box-shadow: inset 0 0 0 1px #b6bdca 0px 0px 6px 0px inset;
}

.k-header,
.k-grid-header-wrap,
.k-grid .k-grouping-header,
.k-grid-header,
.k-pager-wrap,
.k-pager-wrap .k-textbox,
.k-pager-wrap .k-link,
.k-grouping-header .k-group-indicator {
    border-color: #dbdbde;
}

.k-pager-numbers .k-link,
.k-treeview .k-in {
    border-color: transparent;
}

.k-treeview .k-icon,
.k-scheduler-table .k-icon,
.k-grid .k-hierarchy-cell .k-icon {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0px;
}

.k-scheduler-table .k-state-hover .k-icon {
    background-color: transparent;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .k-icon:not(.k-loading),
    .k-grouping-dropclue,
    .k-drop-hint,
    .k-callout,
    .k-tool-icon,
    .k-state-hover .k-tool-icon,
    .k-state-active .k-tool-icon,
    .k-state-active.k-state-hover .k-tool-icon,
    .k-state-selected .k-tool-icon,
    .k-state-selected.k-state-hover .k-tool-icon,
    .k-column-menu .k-sprite,
    .k-mobile-list .k-check:checked,
    .k-mobile-list .k-edit-field [type=checkbox]:checked,
    .k-mobile-list .k-edit-field [type=radio]:checked {
        background-image: url('kendo/2015.2.624/Silver/sprite_2x.png');
        background-size: 340px 336px;
    }

    .k-dropdown-wrap .k-input,
    .k-picker-wrap .k-input,
    .k-numeric-wrap .k-input {
        -moz-border-radius: 2px 0 0 2px;
        -webkit-border-radius: 2px 0 0 2px;
        border-radius: 2px 0 0 2px;
    }
}
/******************************* Frontier theme ************************************/
.f-label {
    color: #444444;
    font-family: Arial;
    font-size: 13px;
    display: block;
    padding-bottom: 8px;
    padding-right: 30px;
    font-weight: bold;
}

.f-button {
    color: #ffffff !important;
    font-family: Arial;
    text-align: center;
    font-size: 14px;
    height: 40px;
    padding: 0 40px;
    display: block;
    background-color: #40DB54;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#40DB54), to(#009D1A));
    background-image: -webkit-linear-gradient(top, #40DB54, #009D1A);
    background-image: -moz-linear-gradient(top, #40DB54, #009D1A);
    background-image: -ms-linear-gradient(top, #40DB54, #009D1A);
    background-image: -o-linear-gradient(top, #40DB54, #009D1A);
    border: none;
}

.f-button-blue {
    color: #ffffff !important;
    font-family: Arial;
    text-align: center;
    font-size: 14px;
    height: 35px;
    padding: 0 40px;
    display: block;
    background-color: #2668A1;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3C8ED3), to(#2668A1));
    background-image: -webkit-linear-gradient(top, #3C8ED3, #2668A1);
    background-image: -moz-linear-gradient(top, #3C8ED3, #2668A1);
    background-image: -ms-linear-gradient(top, #3C8ED3, #2668A1);
    background-image: -o-linear-gradient(top, #3C8ED3, #2668A1);
    border: none;
}

.f-button-blue-small {
    color: #ffffff !important;
    font-family: Arial;
    text-align: center;
    font-size: 13px;
    background-color: #2668A1;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3C8ED3), to(#2668A1));
    background-image: -webkit-linear-gradient(top, #3C8ED3, #2668A1);
    background-image: -moz-linear-gradient(top, #3C8ED3, #2668A1);
    background-image: -ms-linear-gradient(top, #3C8ED3, #2668A1);
    background-image: -o-linear-gradient(top, #3C8ED3, #2668A1);
    border: none;
}

.f-button:active {
    background: #008E12 !important;
    box-shadow: #6AA414 0px 0px 15px 5px inset !important;
}

.f-button.k-button:active:hover, .f-button.k-button.k-state-active:active:hover {
    background: #00A915 !important;
    box-shadow: #6AA414 0px 0px 15px 5px inset !important;
}

.f-button.k-button:active:focus, .f-button.k-button.k-state-active:active:focus {
    box-shadow: #6AA414 0px 0px 15px 5px inset !important;
}

f-button.k-button:focus:active:not(.k-state-disabled):not([disabled]) {
    box-shadow: #6AA414 0px 0px 15px 5px inset !important;
}

.f-button-disabled, .f-button-disabled:hover, .f-button-disabled:active {
    color: #c1c1c1;
    font-family: Arial;
    text-align: center;
    font-size: 14px;
    height: 40px;
    padding: 0 40px;
    display: block;
    background-color: #e1e1e1;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e1e1e1));
    background-image: -webkit-linear-gradient(top, #ffffff, #e1e1e1);
    background-image: -moz-linear-gradient(top, #ffffff, #e1e1e1);
    background-image: -ms-linear-gradient(top, #ffffff, #e1e1e1);
    background-image: -o-linear-gradient(top, #ffffff, #e1e1e1);
    border: 1px solid #c7c7c7;
    font-weight: bold;
    margin-left: 10px;
}

.f-textbox {
    color: #404040;
    font-family: Arial;
    font-size: 13px;
    display: block;
    width: 100%;
    height: 28px !important;
}

    .f-textbox:focus {
        box-shadow: 0 0 5px rgba(68, 108, 138, 1);
        padding: 3px 0px 3px 3px;
        border: 1px solid rgba(137, 171, 194, 1);
    }

.f-checkbox, td .check-box {
    margin: -3px 7px 0 10px;
    border: 1px solid #c6c6c6;
    background: none;
}

.f-checkbox-text {
    font-family: arial;
    font-size: 14px;
    color: #404040;
    line-height: 20px;
    display: inline-block;
}

.f-button-big {
    color: #ffffff;
    font-family: Arial;
    text-align: center;
    font-size: 14px;
    height: 35px;
    padding: 0 40px;
    display: block;
    background-color: #40DB54;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#08C820), to(#009D1A));
    background-image: -webkit-linear-gradient(top, #08C820, #009D1A);
    background-image: -moz-linear-gradient(top, #08C820, #009D1A);
    background-image: -ms-linear-gradient(top, #08C820, #009D1A);
    background-image: -o-linear-gradient(top, #08C820, #009D1A);
    border: none;
    font-weight: bold;
    margin-left: 10px;
}

    .f-button-big:active {
        background: #008E12 !important;
        box-shadow: #6AA414 0px 0px 15px 5px inset !important;
    }

    .f-button-big.k-button:active:hover, .f-button-big.k-button.k-state-active:active:hover {
        background: #00A915 !important;
        box-shadow: #6AA414 0px 0px 15px 5px inset !important;
    }

    .f-button-big.k-button:active:focus, .f-button-big.k-button.k-state-active:active:focus {
        box-shadow: #6AA414 0px 0px 15px 5px inset !important;
    }

f-button-big.k-button:focus:active:not(.k-state-disabled):not([disabled]) {
    box-shadow: #6AA414 0px 0px 15px 5px inset !important;
}


.f-button-grey-big {
    color: #404040;
    font-family: Arial;
    text-align: center;
    font-size: 14px;
    height: 35px;
    padding: 0 40px;
    display: block;
    background-color: #e1e1e1;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e1e1e1));
    background-image: -webkit-linear-gradient(top, #ffffff, #e1e1e1);
    background-image: -moz-linear-gradient(top, #ffffff, #e1e1e1);
    background-image: -ms-linear-gradient(top, #ffffff, #e1e1e1);
    background-image: -o-linear-gradient(top, #ffffff, #e1e1e1);
    border: 1px solid #c7c7c7;
    font-weight: bold;
    margin-left: 10px;
}

.f-button-big-disabled, .f-button-big-disabled:hover, .f-button-big-disabled:active {
    color: #c1c1c1;
    font-family: Arial;
    text-align: center;
    font-size: 14px;
    height: 35px;
    padding: 0 40px;
    display: block;
    background-color: #e1e1e1;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e1e1e1));
    background-image: -webkit-linear-gradient(top, #ffffff, #e1e1e1);
    background-image: -moz-linear-gradient(top, #ffffff, #e1e1e1);
    background-image: -ms-linear-gradient(top, #ffffff, #e1e1e1);
    background-image: -o-linear-gradient(top, #ffffff, #e1e1e1);
    border: 1px solid #c7c7c7;
    font-weight: bold;
    margin-left: 10px;
}




.f-button-grey {
    color: #404040;
    font-family: Arial;
    text-align: center;
    font-size: 14px;
    height: 35px;
    padding: 0 40px;
    display: block;
    background-color: #e1e1e1;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e1e1e1));
    background-image: -webkit-linear-gradient(top, #ffffff, #e1e1e1);
    background-image: -moz-linear-gradient(top, #ffffff, #e1e1e1);
    background-image: -ms-linear-gradient(top, #ffffff, #e1e1e1);
    background-image: -o-linear-gradient(top, #ffffff, #e1e1e1);
    border: 1px solid #c7c7c7;
    font-weight: normal;
}

.f-button-grey-small {
    color: #404040;
    font-family: Arial;
    text-align: center;
    font-size: 14px;
    height: 35px;
    padding: 0 40px;
    display: block;
    background-color: #e1e1e1;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e1e1e1));
    background-image: -webkit-linear-gradient(top, #ffffff, #e1e1e1);
    background-image: -moz-linear-gradient(top, #ffffff, #e1e1e1);
    background-image: -ms-linear-gradient(top, #ffffff, #e1e1e1);
    background-image: -o-linear-gradient(top, #ffffff, #e1e1e1);
    border: 1px solid #c7c7c7;
    font-weight: normal;
}

.f-numerictextbox > span > input {
    height: 30px !important;
}

.f-numerictextbox .k-i-arrow-s {
    background-position: 0 -32px !important;
}

.f-dropdown .k-icon, .f-dropdown .k-sprite, .f-dropdown .k-button-group .k-tool-icon {
    margin-top: 6px !important;
}

.f-dropdown .k-dropdown-wrap.k-state-default {
    padding: 4px !important;
}

.fmvc-dropdown .k-icon, .f-dropdown .k-sprite, .fmvc-dropdown .k-button-group .k-tool-icon {
    margin-top: 6px !important;
}

.fmvc-dropdown .k-dropdown-wrap.k-state-default {
    padding: 4px !important;
}

.f-combobox .k-dropdown-wrap input {
    height: 20px !important;
}

.f-combobox .k-select span {
    margin-top: 0px;
}

.f-grid-link {
    color: #e76100;
    text-decoration: underline;
    cursor: pointer;
}

    .f-grid-link:hover {
        text-decoration: none;
    }

.f-datepicker > span > input {
    padding-top: 6px !important;
    padding-bottom: 8px !important;
}

.f-datepicker .k-icon, .f-datepicker .k-sprite, .f-datepicker .k-button-group .k-tool-icon {
    margin-top: 0px !important;
}

.next-button-text {
    float: left;
    display: block;
}

.next-button-icon {
    font-size: 28px;
    display: block;
    float: right;
}

.previous-button-text {
    float: right;
    display: block;
}

.previous-button-icon {
    font-size: 28px;
    display: block;
    float: left;
}

.f-file-upload-basic > span {
    display: block !important;
    height: 40px !important;
    line-height: 40px !important;
}

.fmvc-file-upload-basic > span {
    display: block !important;
    height: 40px !important;
    line-height: 40px !important;
}

.k-upload {
    float: left;
    margin-right: 10px;
}

.f-tab .f-file-upload-grid .k-upload-empty {
    background: #e1e1e1 !important;
    border: 1px solid #c7c7c7;
    margin-bottom: 3px;
}

.f-tab .f-file-upload-grid .k-dropzone {
    padding: 6px !important;
}

.f-file-upload-grid .k-upload-empty {
    background: #e1e1e1 !important;
    border: 1px solid #c7c7c7;
    margin-bottom: 3px;
}

.f-file-upload-grid .k-dropzone {
    padding: 6px !important;
}

.f-file-upload-note {
    color: #303030;
    font-size: 12px;
}

.fmvc-file-upload-grid .k-upload-empty {
    background: #e1e1e1 !important;
    border: 1px solid #c7c7c7;
    margin-bottom: 3px;
}

.fmvc-file-upload-grid .k-dropzone {
    padding: 6px !important;
}

.fmvc-file-upload-note {
    color: #303030;
    font-size: 12px;
}

.k-tooltip {
    border-color: #1984c8 !important;
    background-color: #1984c8 !important;
    color: #ffffff !important;
}

.k-callout-s {
    border-top-color: #1984c8 !important;
}

.k-callout-w {
    border-right-color: #1984c8 !important;
}

.f-error {
    color: #ff0000;
}





/******* Frontier theme - tabs ****/
.f-tab {
    margin-bottom: 5px;
}

    .f-tab .k-tabstrip-items .k-state-default .k-link, .k-panelbar > li.k-state-default > .k-link {
        font-family: Arial !important;
        font-size: 13px;
        line-height: 21px;
        border-bottom: 0px;
        font-weight: bold;
        color: #b8deff;
    }

    .f-tab > ul > li .k-state-active, .k-state-active > .k-link {
        background: #f47d26;
        color: #ffffff !important;
        font-family: Arial !important;
    }

    .f-tab .k-tabstrip-items .k-link, .k-panelbar .k-tabstrip-items .k-link {
        padding: 0.2em 1.5em;
    }

    .f-tab .k-tabstrip-items .k-tab-on-top, .k-tabstrip-items .k-state-active, .k-panelbar .k-tabstrip-items .k-state-active {
        padding-bottom: 0px !important;
        margin-right: 5px;
        border-width: 0 0 0px 0;
        border-bottom: 1px solid #f47d26;
    }

    .f-tab .k-tabstrip-items .k-state-default, .k-ie7 .k-tabstrip-items .k-state-default .k-loading {
        background-color: #2e79b9;
        margin-right: 5px;
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#208ae5), to(#1663A3));
        background-image: -webkit-linear-gradient(top, #208ae5, #1663A3);
        background-image: -moz-linear-gradient(top, #208ae5, #1663A3);
        background-image: -ms-linear-gradient(top, #208ae5, #1663A3);
        background-image: -o-linear-gradient(top, #208ae5, #1663A3);
        font-weight: normal;
        border: none;
    }

    .f-tab > div {
        background: none;
        border: 0px;
    }

    .f-tab .k-loading, .f-tab .k-complete {
        border: 0px;
    }

    .f-tab .f-content {
        color: #000000 !important;
        font-family: arial;
        font-size: 13px;
        line-height: 13px;
        padding-bottom: 10px;
    }

        .f-tab .f-content:hover {
            color: #000000 !important;
            font-family: arial;
            font-size: 13px;
            line-height: 13px;
        }

    .f-tab .k-tabstrip .k-tabstrip-items {
        padding: 0.3em 0.2em 0;
    }

    .f-tab .k-tabstrip > .k-content, .k-panelbar .k-tabstrip > .k-content {
        border: 1px solid #fecfad;
        background: #fff7f1;
    }

    .f-tab .f-tab .k-tabstrip > .k-content, .k-panelbar .k-tabstrip > .k-content {
        border: 1px solid #fecfad;
        background: #FFEFE4;
    }

    .f-tab .k-tabstrip > .k-content, .k-panelbar .k-tabstrip > .k-content {
        padding: 0.3em !important;
    }

    .f-tab .k-widget.k-tabstrip.k-header {
        background: none;
        border: none;
    }


/******* Frontier theme - grid ****/
.k-toolbar a, .k-grid-toolbar a {
    float: right;
    background: #B1D6ff !important;
}

    .k-grid-toolbar a.k-grid-cancel-changes {
        float: right;
        background: #ffa4a4 !important;
    }

    .k-grid-toolbar a.k-grid-save-changes {
        float: right;
        background: #b7ff93 !important;
    }

.k-state-selected .f-text-highlight {
    color: #424242 !important;
}

.k-state-selected .f-grid-link {
    color: #424242 !important;
}

.k-state-selected .f-editable-column {
    background: transparent;
}

html .k-upload-empty {
    background-color: #f3f3f4 !important;
    border-width: 1px !important;
}
/*.k-toolbar a, .k-grid-toolbar a {float:right; color:#ffffff !important; font-family:Arial; text-align:center; font-size:13px; background-color:#2668A1; background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#3C8ED3), to(#2668A1));background-image:-webkit-linear-gradient(top, #3C8ED3, #2668A1); background-image:-moz-linear-gradient(top, #3C8ED3, #2668A1); background-image:-ms-linear-gradient(top, #3C8ED3, #2668A1); background-image:-o-linear-gradient(top, #3C8ED3, #2668A1); border:none;}*/




.f-checkbox, td .check-box {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

    .f-checkbox:active, .f-checkbox:checked:active, td .check-box:active, td .check-box:checked:active {
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
    }

    .f-checkbox:checked, td .check-box:checked {
        background-color: #e9ecee;
        border: 1px solid #adb8c0;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
        color: #99a1a7;
    }

        .f-checkbox:checked:after, td .check-box:checked:after {
            content: '\2714';
            font-size: 14px;
            position: absolute;
            top: 0px;
            left: 3px;
            color: #99a1a7;
        }

.k-autocomplete .k-input {
    line-height: 20px;
    height: 35px;
}

.k-autocomplete .k-loading {
    bottom: 10px;
}

.k-filename {
    white-space: pre;
    word-wrap: break-word;
    line-height: 18px;
    max-width: 10.667em;
}
/*
.k-state-selected,
.k-state-selected:link,
.k-state-selected:visited,
.k-list > .k-state-selected,
.k-list > .k-state-highlight,
.k-panel > .k-state-selected,
.k-button:active,
.k-ghost-splitbar-vertical,
.k-ghost-splitbar-horizontal,
.k-draghandle.k-state-selected:hover,
.k-scheduler .k-scheduler-toolbar .k-state-selected,
.k-marquee-color {
  color: #181818;
  background-color: #f9d7bd;
  border-color: #f9d7bd;
}
*/
.k-grid .k-state-selected, .k-grid .k-state-selected:visited, .k-grid .k-state-selected:link {
    color: #181818;
    background-color: #f9d7bd;
    border-color: #f9d7bd;
}

    #MatrixPivot.k-grid .k-state-selected, .k-grid .k-state-selected:visited, .k-grid .k-state-selected:link {
        color: #ffffff;
        background-color: #f47d26;
        border-color: #f47d26;
    }

.k-datepicker.f-datepicker.k-input {
    height: 28px;
    padding: 0px !important;
}

.k-grid-header th.k-header > .k-link {
    font-weight: bold;
}

.k-button.k-state-focused {
    -webkit-box-shadow: #b6bdca 0px 0px 6px 0px inset;
    box-shadow: #b6bdca 0px 0px 6px 0px inset;
}

.k-button[disabled], .k-button.k-state-disabled, .k-state-disabled .k-button, .k-state-disabled .k-button:hover, .k-button.k-state-disabled:hover, .k-state-disabled .k-button:active, .k-button.k-state-disabled:active {
    background-color: #747474 !important;
}

.k-tabstrip:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-button:focus {
    outline: 0;
    color: #5C5C5C;
}

