﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/

@font-face {
    font-family: "source-sans";
    src: url("fonts/SourceSansPro/SourceSansPro-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "montserrat";
    src: url("fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
}
html {
    margin: 0;
    padding: 0;
}

body {
    background-color: #E9EEF9;
    font-size: .80em;
    /*font-family: Arial;*/
    font-family: source-sans !important;
    margin: 0;
    padding: 0;
    color: #696969;
}

div, ul, li {
    text-align: left;
    padding: 0;
    margin: 0;
}

ul {
    margin: 14px;
    padding: 14px;
}

a:visited {
    color: #050b7f;
}

a:hover {
    color: #050b7f;
}

a:active {
    color: #050b7f;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #050b7f;
    font-family: montserrat !important;
    /*Arial, Helvetica, sans-serif;*/
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

/*#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}*/

#header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 0.75em;
    font-family: montserrat;
    font-size: 32px !important;
}

#main {
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

.MainALD {
    background: url("Images/nuagesLogo.jpg") no-repeat scroll 0 0 transparent;
}

.AdminALD {
    background: url("Images/nuages.jpg") no-repeat scroll 0 0 transparent;
}

#footer {
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
    }

        ul#menu li#greeting {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            color: #fff;
        }

        ul#menu li a {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            background-color: #e8eef4;
            color: #034af3;
        }

            ul#menu li a:hover {
                background-color: #fff;
                text-decoration: none;
            }

            ul#menu li a:active {
                background-color: #a6e2a6;
                text-decoration: none;
            }

        ul#menu li.selected a {
            background-color: #fff;
            color: #000;
        }

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
    color: #050b7f !important;
    font-family: montserrat;
}

input[type="text"] {
    border: 1px solid #CCC;
}

input[type="password"] {
    width: 200px;
    border: 1px solid #CCC;
    padding: 0 0 5px !important;
    border: 0 none;
    border-bottom: 1px solid #00cfff;
    outline: none;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

    table td {
        padding: 5px;
        border: solid 1px #e8eef4;
    }

    table th {
        padding: 6px 5px;
        text-align: left;
        background-color: #e8eef4;
        border: solid 1px #e8eef4;
    }

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
    float: none;
    display: block;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
}

.floatLeft {
    float: left;
    display: block;
}

.floatRight {
    float: right;
    display: block;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.pointer {
    cursor: pointer;
}

.error {
    color: Red;
}

#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

    #logindisplay a:link {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:visited {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:hover {
        color: white;
        text-decoration: none;
    }

/* 20120803 NANDAKUMARAN TFS #817 : ALDNet Brazil Enhancements:Style for popup*/
.companySelection {
    display: none; /* Hide the DIV */
    position: absolute !important; /*_position:absolute; /* hack for internet explorer 6 */
    height: 200px;
    min-width: 300px; /*20130228 RAJAPATRUNi modified width to min-width*/
    background: #FFFFFF;
    right: 1px; /*20130228 RAJAPATRUNi modified right:15px to right:1px*/
    top: 22px;
    z-index: 50; /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */
    margin-left: 15px;
    padding: 10px;
    font-size: 12px;
    background-color: #050b7f;
    color: #FFFFFF;
    font-weight: lighter;
    overflow: auto;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label, .display-field, .editor-field {
    margin: 0.5em 0;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

.label {
    font-weight: bold;
}

.value {
    margin-left: 10px;
}


/*------------------------------ Custom---------------------------- */

h3 {
    color: #050b7f; /*margin: 12px 0;*/
    font-size: 1.1em;
}

a {
    text-decoration: none;
    color: #050b7f;
}

/*fieldset
{
    *padding-top : 0px; 
}*/

/* 20130710 Kumaryadav TFS #5522: changed from t-button to k-button as we migrated from telerik to kendo. */
.k-button, button#user_report_btn.t-button, button#contracted_btn.t-button, button#rebilled_btn.t-button {
    line-height: normal\9; /*IE8*/
    margin-top: 2px\9; /*IE8*/
    position: relative;
    border-radius: 0 !important;
    background: #00cfff !important;
    color: #050b7f !important;
    font-weight: 500 !important;
    border-radius: 30px !important;
    border: none;
    padding:7px !important;
    text-transform:uppercase;
}
.main-dashboard-left.floatLeft .k-dropdown-wrap {
    background-color: #00cfff !important;
}
div button[type="button"] {
    width: 190px !important;
    background: #00cfff !important;
    color: #fff;
}
div#UserCompanies {
    margin-top: 10px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #efefef;
}
/*IE7*/
* + html .t-button {
    line-height: normal;
}

.t-state-selected {
    background-color: #FF918C;
}

.t-grid ul {
    margin: 0;
    padding: 0;
}

.t-grid table {
    table-layout: fixed;
}

.t-grid .t-grid-header .t-header .t-link {
    height: auto;
}

.t-grid .t-grid-header .t-header, .t-grid .t-grid-header .t-last-header {
    white-space: normal;
}

.t-widget {
}


.validation-summary-errors ul {
    margin-bottom: 0px;
    margin-top: -15px;
}

.link-button {
    display: block;
    float: left;
    height: 19px;
    height: auto\9; /*IE8*/
    margin-right: 5px;
    margin-top: auto\9; /*IE8*/
}

/*IE7*/
* + html .link-button {
    height: 20px;
    margin-top: auto;
}


.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
    text-align: center;
}

.disabled, .disabled:hover {
    background-color: #DDDDDD;
    border: 1px solid #999;
    color: GrayText;
    background-image: none;
    cursor: default;
}

.icon-front-panel {
    /*display: inline-block;
    width: 26px;
    height: 26px;
    background: url(Images/IED.png);
    cursor: pointer;
    margin-top: -6px;*/
    display: inline-block;
    width: 150px;
    height: 42px;    
    /*background: url(Images/IED.png);*/
    cursor: pointer;
    margin-top: -2px;
}

.icon-front-panel-nf {
    /*display: inline-block;
    width: 26px;
    height: 26px;
    background: url(Images/IED.png);
    cursor: pointer;
    margin-top: -6px;*/
    display: inline-block;
    width: 42px;
    height: 42px;
    background: url(Images/nf-icon.png);
    cursor: pointer;
    margin-top: -2px;
    margin-right: 10px;
}


.icon-admin-panel {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("Images/settings.gif");
    cursor: pointer;
}

.icon-info {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("Images/info.png");
    cursor: pointer;
}

.watermark {
    color: #aaa;
    font-size: 12px;
}

input:-moz-placeholder {
    color: #aaa;
}

input::-webkit-input-placeholder {
    color: #aaa;
}

.TootTip {
    display: none; /* Hide the DIV */
    position: fixed;
    _position: absolute; /* hack for internet explorer 6 */
    height: 15px;
    width: auto;
    background: #FFFFFF;
    margin-left: 700px;
    top: 39px;
    z-index: 50; /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */
    font-size: 12px;
    background-color: #f7f3f7;
    color: #6E6E6E;
    font-weight: lighter;
    padding: 3px 5px 3px 5px;
    text-align: center;
    border: 2px solid #a1a1a1;
    border-radius: 5px;
}

/* ajax loading */

#loader-block, #loader-block2 {
    position: absolute;
    color: #333;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: aliceblue;
    opacity: 0.35;
    filter: alpha(opacity=35);
    z-index: 950000;    
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    line-height: 630px;
    vertical-align: middle;
}

    #loader-block img, #loader-block2 img {
        opacity: 1;
        left: 670px;
        position: absolute;
        top: 350px;
    }

/*Kendo Widget- Charts*/
.chart-wrapper {
    z-index: -1;
    /*min-height: 620px;*/
}
/*Display Kendo dialog button right.*/

.dataGrid {
    width: 400px;
    height: 400px;
    position: absolute;
}

.flt-div {
    min-height: 220px;
}

.holder {
    background-color: #FFF;
    float: left;
    width: 345px;
    position: relative;
    z-index: 0 !important;
    display: table-cell;
    /*overflow:hidden;*/
    padding: 0 0px;
    margin-bottom: 30px;
    margin-left: 30px;
}

/*#holder_1, #holder_2, #holder_3, #holder_4
{
    margin-bottom:30px;    
}*/

.icon-right {
    /*float: right;*/
    top: 0;
    right: 0;
    margin-right: 5px;
    margin-top: 5px;
    width: 25px;
    height: 25px;
    position: absolute;
}

.icon-exp {
    width: 20px;
    height: 20px;
}

.bottom-holder {
    position: absolute;
    bottom: 5px;
    width: 340px;
}



/* 20140508 KumarYadav TFS:11622- ALDNET new design changes. */
/*----- CSS for _Layout -----*/
#header-wrapper {
    width: 100%;
    clear: both;
    overflow: auto;
    background: #d8d8d8;
}

#header div {
    margin-top: 2px;
}

#header #divLanguage {
    margin-top: -2px;
}

#header {
    height: 20px;
    width: 1000px;
    margin: 0px auto;
    background: #d8d8d8;
    overflow: hidden;
}

#footer-id {
    width: 980px;
    background: #050b7f !important;
    overflow: auto;    
    font-size: 14px;
    /*margin-top: 10px;*/
    padding: 10px;
}

    #footer-id div {
        margin-top: 7px;
        font-size: 14px;
        color: #000;
        width: auto;
        position: relative;
        display: inline-block;
        text-align: right;
    }
    #footer-id span img {
        display: inline-block;
        vertical-align: middle;
        width: 100px;
        height: auto;
    }
    

#header .header-div {
    font-size: 10px;
    color: #000;
    float: right;
    display: block;
     font-family: montserrat;
}

#header div.header-div a {
    color: #050b7f;
}
div#menu{
    font-family:montserrat;
}

#menu div a {
    color: #050b7f;
    width: 185px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
}

#menu div.active a {
    background-color: #050b7f;
    color: #FFF;
}
/* End _layout */


/*----- CSS for Div of Menu------ */
#divMenu {
    border-top: solid 1px #E6E6E6;
    border-bottom: solid 1px #E6E6E6;
    position: relative;
}

.pointer > a {
    color: #FFF;
}

/* --------CSS for dashboard------ */
.main-dashboard {
    width: 1000px;
    overflow-x: hidden;
    overflow-y: visible;
}

.main-dashboard-left {
    width: 210px;
    overflow-x: hidden;
    overflow-y: visible;
}

    .main-dashboard-left .k-icon, .Invoice_Search .k-icon {
        background-image: url("../../../Content/Kendo/BlueOpal/sprite_white.png");
        border-color: transparent;
    }

    .main-dashboard-left #contract-Status .ui-state-default .ui-icon, .main-dashboard-left #parent-account-div .ui-state-default .ui-icon,
    #btn-access-dashboard .ui-icon, #btnSearch .ui-icon, .admin-page .ui-icon {
        background-image: url("../../../Content/JQuery/images/ui-icons_6da8d5_256x240_white.png");
    }

.main-dashboard-chart {
    color: #050b7f;
    /*margin-left:26px;*/
    position: relative;
    /*display:inline-block;*/
    display: block;
}

.dashboardHolder {
    overflow-x: hidden;
    white-space: nowrap;
    overflow-y: visible;
    /*width:100%;*/
}

#dashboardHolder {
    width: 790px;
    float: left;
    /*overflow-x:hidden;*/
}

/* --------CSS for Old Charts------ */
.oldchart-main-div {
    text-align: center;
    margin-bottom: 10px;
}

#PanelContractDetail {
    margin-left: 20px;
}

.chart-div {
    background-color: #FAF5F5;
    width: 100%;
    height: 305px;
    overflow: hidden;
}

/* --------CSS for Login and Forgot password------ */
.home-page {
    background: #fff url('Images/Login_Picture.jpg');
    margin-top: 30px;
    height: 538px;
    width: 998px;
}

    .home-page > div {
        margin-top: 66px;
        width: 335px;
        height: 405px;
    }

/* --------CSS for Admin section------ */
.admin-page {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #fff;
}
/* --------End of CSS for Admin section------ */

.ui-multiselect-checkboxes {
    max-height: 100px !important;
}

#main-menu {
    padding: 0;
    list-style: none;
    margin: 0;
}

    #main-menu ul {
        padding: 0;
        list-style: none;
        margin: 0;
        background: #EEE;
    }

    #main-menu li {
        display: inline-block;
        position: relative;
        text-align: center;
        line-height: 21px;
    }

        #main-menu li.active {
            background-color: #050b7f;
        }

            #main-menu li.active a {
                color: #FFF;
            }

        #main-menu li ul {
            display: none;
            position: absolute;
            z-index: 999;
            left: 0;
        }

        #main-menu li:hover ul {
            display: block; /* display the dropdown */
        }

        #main-menu li a {
            text-decoration: none;
            color: #050b7f;
            width: 185px;
            height: 30px;
            line-height: 30px;
            font-size: 14px;
            text-align: center;
            display: inline-block;
        }

        #main-menu li.active ul li a, #main-menu li ul li a {
            text-decoration: none;
            color: #050b7f;
            width: 205px;
            height: 30px;
            line-height: 30px;
            font-size: 13px;
            text-align: left;
            display: inline-block;
            padding-left: 35px;
        }

.accordion-h1 {
    text-transform: uppercase;
    font-family: montserrat;
}

.accordion-h1, .accordion-refresh {
    display: block;
    padding: 5px 0px 5px 20px;
    /*font-size:14px;*/
    margin: 0;
    height: 28px;
    background: url("Images/triangle.png") no-repeat #050b7f;
    background-position: 0% 40%;
    color: #FFF;
    font-weight: normal;
    cursor: pointer;
}

    .accordion-h1.active {
        background: url("Images/triangle_down.png") no-repeat #050b7f;
        background-position: 0% 35%;
    }

.accordion-refresh {
    background: url("Images/triangle.png") no-repeat #050b7f;
    background-position: 0% 40%;
}

    .accordion-refresh.active {
        background: url("Images/triangle_down.png") no-repeat #050b7f;
        background-position: 0% 40%;
    }

.accordion-h2 {
    display: block;
    padding: 3px 5px 3px 20px;
    font-size: 13px;
    margin: 5px 0px 0px 25px;
    background: url("Images/triangle.png") no-repeat #050b7f;
    background-position: 0% 50%;
    color: #FFF;
    font-weight: normal;
    cursor: pointer;
}

    .accordion-h2.active {
        background: url("Images/triangle_down.png") no-repeat #050b7f;
        background-position: 0% 50%;
    }

.chartArea {
    height: 195px;
}
div#CompanyResults .k-grid-header .k-header .k-link,
div#InvoiceList .k-grid-header .k-header .k-link,
div#UserCompanies .k-grid-header .k-header .k-link,
div#Translationgrid .k-grid-header .k-header .k-link,
div#grdContractedServices .k-grid-header .k-header .k-link,
div#grdFuelDetails .k-grid-header .k-header .k-link,
div#grdRebilledServices .k-grid-header .k-header .k-link,
div#ContractList .k-grid-header .k-header .k-link,
div#WidgetGrid .k-grid-header .k-header .k-link,
div.manageReportCols .k-grid-header .k-header .k-link
 {
    background-color: #E9EEF9 !important;
    font-family:montserrat;
}
div#CompanyResults .k-link:link, div#CompanyResults .k-link:visited, div#CompanyResults span.k-link,
div#InvoiceList .k-link:link, div#InvoiceList .k-link:visited, div#InvoiceList span.k-link,
div#UserCompanies .k-link:link, div#UserCompanies .k-link:visited, div#UserCompanies span.k-link,
div#Translationgrid .k-link:link, div#Translationgrid .k-link:visited, div#Translationgrid span.k-link,
div#grdContractedServices .k-link:link, div#grdContractedServices .k-link:visited, div#grdContractedServices span.k-link,
div#grdFuelDetails .k-link:link, div#grdFuelDetails .k-link:visited, div#grdFuelDetails span.k-link,
div#grdRebilledServices .k-link:link, div#grdRebilledServices .k-link:visited, div#grdRebilledServices span.k-link,
div#ContractList .k-link:link, div#ContractList .k-link:visited, div#ContractList span.k-link,
div#WidgetGrid .k-link:link, div#WidgetGrid .k-link:visited, div#WidgetGrid span.k-link {
    color: #050b7f  !important;
    font-weight:bold;
}
div#CompanyResults span.k-state-selected,
div#InvoiceList span.k-state-selected,
div#UserCompanies span.k-state-selected,
div#Translationgrid span.k-state-selected,
div#grdContractedServices span.k-state-selected,
div#grdFuelDetails span.k-state-selected,
div#grdRebilledServices span.k-state-selected,
div#ContractList span.k-state-selected,
div#WidgetGrid span.k-state-selected {
    background-color: #050b7f !important;
    background-image: none,linear-gradient(to bottom,#050b7f 0,#050b7f 100%);
}
div#CompanyResults .k-pager-wrap,
div#InvoiceList .k-pager-wrap,
div#UserCompanies .k-pager-wrap,
div#Translationgrid .k-pager-wrap,
div#grdContractedServices .k-pager-wrap,
div#grdFuelDetails .k-pager-wrap,
div#grdRebilledServices .k-pager-wrap,
div#ContractList .k-pager-wrap,
div#WidgetGrid .k-pager-wrap {
    background-image: none,linear-gradient(to bottom,#E9EEF9 0,#E9EEF9 100%);
}
div#CompanyResults a.k-link:hover,
div#InvoiceList a.k-link:hover,
div#UserCompanies a.k-link:hover,
div#Translationgrid a.k-link:hover,
div#grdContractedServices a.k-link:hover,
div#grdFuelDetails a.k-link:hover,
div#grdRebilledServices a.k-link:hover,
div#ContractList a.k-link:hover,
div#WidgetGrid a.k-link:hover {
    background-image: none,linear-gradient(to bottom,#00cfff 0,#00cfff 100%);
}
div#CompanyResults,
div#UserCompanies,
div#Translationgrid,
div#grdContractedServices,
div#grdFuelDetails,
div#grdRebilledServices,
div#ContractList,
div#WidgetGrid {
    background: #fff !important;
    border-radius: 8px;
    border: 1px solid #efefef ;
}
tr.k-alt {
    background-color: #fff !important;
}
div#Translationgrid .k-grid-toolbar:first-child {
    background-image: none,linear-gradient(to bottom,#E9EEF9 0,#E9EEF9 100%);   
}

div#divSubtitle7px {
    font-size: 14px;
    color: #050b7f;
    padding: 7px 0px;
}

div#divSubtitle5px {
    font-size: 14px !important;
    color: #050b7f;
    padding: 5px 0px;    
}
div#divSubtitleModifyUser {
    font-size: 14px !important;
    color: #050b7f;
    padding: 10px 5px;
}
form#ContactAdminForm p, form#ContactAdminForm div {
    font-family: source-sans;
}
form#ContactAdminForm .floatLeft textarea {
    padding: 5px 10px;
    border: 1px solid #00cfff !important;
    border-radius: 3px;
    resize: none;
    outline: 0 none;
    color: #050b7f;
}
body .k-animation-container .k-popup.k-list-container ul.k-list > li.k-item.k-state-selected.k-state-focused, body .k-animation-container .k-popup.k-list-container ul.k-list > li.k-item.k-state-hover {
    color: #ffffff;
    background: 0 none;
    background-color: #050b7f;
    border: 0 none;
    border-radius: 0;
}

body .k-animation-container .k-popup.k-list-container ul.k-list > li.k-item.k-state-hover {
    background-color: #00cfff;
}
body .ui-multiselect-menu {
    padding: 10px;
    background: #ffffff;
    border-top: 0 none !important;
    border: 1px solid #d1d4d7 !important;
    border-radius: 3px;
    margin: -1px auto;
}

    body .ui-multiselect-menu .ui-multiselect-checkboxes {
        height: auto !important;
        overflow-y: auto;
        color: #050b7f;
    }

        body .ui-multiselect-menu .ui-multiselect-checkboxes .ui-state-hover,
        body .ui-multiselect-menu .ui-multiselect-checkboxes .ui-widget-content .ui-state-hover,
        body .ui-multiselect-menu .ui-multiselect-checkboxes .ui-widget-header .ui-state-hover,
        body .ui-multiselect-menu .ui-multiselect-checkboxes .ui-state-focus,
        body .ui-multiselect-menu .ui-multiselect-checkboxes .ui-widget-content .ui-state-focus,
        body .ui-multiselect-menu .ui-multiselect-checkboxes .ui-widget-header .ui-state-focus {
            border: 0 none;
            background: #00cfff;
            color: #ffffff;
        }
body div input[type="text"], body div .k-input[type="text"] {
    position: relative;
    padding: 0 0 5px !important;
    border: 0 none;
    border-bottom: 1px solid #00cfff;
    outline: none;
    color: #050b7f;
}
#footer-id span.white, #footer-id a.white {    
    color: #fff;
   font-size:12px;
}

p.activateMaintanace {
    font-size: 14px;
    font-weight: bold;
    color: #050b7f;
    font-family: montserrat !important;
}
.ui-widget-header {
    background-color: #050b7f;
}
span.k-pager-sizes.k-label text, span.k-pager-sizes.k-label, span.k-pager-input.k-label, tfoot#msgCntnt, tr.t-no-data, span.k-pager-info, a.k-link {
    color: #050b7f !important;
}
ul#PanelContractDetail .k-header, ul#PanelContractDetail .k-header:hover, ul#PanelContractDetail .k-header:active,
ul#PanelContractDetail .k-header:visited {
    background-image: none,linear-gradient(to bottom,#050b7f 0,#050b7f 100%);
    color: white !important;
    font-family: montserrat !important;
}
.k-header, .k-widget,.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 {
    border-color: #E9EEF9 !important;
    border-bottom-color: #E9EEF9 !important;
}  
.gridReportManager .k-grid-header .k-header {
    border-bottom-width: 0;
    color: #050b7f !important;
    background-image: none,linear-gradient(to bottom,#E9EEF9 0,#E9EEF9 100%) !important;
}
select#Civility, select#Language {
    border: 0 none;
    border-bottom: 1px solid #00cfff;
    outline: none;
    color: #050b7f !important;
}   
    .ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix.headerBlock {
        background: url("images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") repeat-x scroll 50% 50% #050b7f !important;
        border: 1px solid #4297d7;
        color: #fff;
    }
.nodata {
    POSITION: absolute;
    FONT: bold 15px montserrat !important;
    WHITE-SPACE: nowrap;
    VISIBILITY: visible;
    COLOR: #050b7f;
    TOP: 70px;
    LEFT: 29px;
}
.MYLogo {
    max-width: 432px;
}
.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close {
    text-indent: -9999px;
    width: 50px !important;
}
.export {
    height: 35px !important;
    text-align: center;
    width: 100px !important;
}