/* NUglify CSS minification errors:
   Line 1524: Expected semicolon or closing curly-brace, found '/'
   Returning unminified content. */
/*----------------------------------------------------------
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.
----------------------------------------------------------*/
:root {
    --primarycolor: #0F3549;
    /*--secondarycolor: #008282;*/
    --forecolor: #fff;
    --inactivebox: #E7EBED;
    --bgcolor: #F6F6F6;
    --bordercolor: #757777;
    --errorforecolor: #CF3516;
}

@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;
}

.SpanStyle {
    text-align: left;
    /*width: 350px;*/
}

    .SpanStyle::first-letter {
        text-transform: uppercase;
    }

body {
    /*background-color: #E9EEF9;*/
    background-color: var(--bgcolor); /**Ayvens*/
    font-size: .80em;
    /*font-family: Arial;*/
    font-family: source-sans !important;
    margin: 0;
    padding: 0;
    color: #696969;
    width: 100%;
}

.divStyle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

div, ul, li {
    text-align: left;
    padding: 0;
    margin: 0;
}

ul {
    margin: 14px;
    padding: 14px;
}

a:visited {
    /* color: #050b7f;*/
    color: var(--primarycolor); /**Ayvens*/
}

a:hover {
    /*  color: #050b7f;*/
    color: var(--primarycolor); /**Ayvens*/
}

a:active {
    /* color: #050b7f;*/
    color: var(--primarycolor); /**Ayvens*/
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    /* color: #050b7f;*/
    color: var(--primarycolor);
    font-family: ChillaxMedium !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: 100%;
    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: #545656;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
    font-family: ChillaxMedium;
    background-color: white;
    width: 100%;
}

/* 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: #FFFFFF;
            color: #034af3;
            font-size: 10px;
        }

            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;*/
    color: var(--primarycolor) !important; /**Ayvens*/
    font-family: SourceSans3;
}

input[type="text"] {
    border: 1px solid #CCC;
    font-family: SourceSans3;
}

input[type="password"] {
    width: 156%;
    border: 1px solid #CCC;
    padding: 0 0 1px 15px !important;
    border: 0 none;
    /* border-bottom: 1px solid #00cfff;*/
    border-bottom: 1px solid var(--secondarycolor); /**Ayvens*/
    outline: none;
    font-family: SourceSans3;
    min-height:25px;
}

/* 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;
}
.floatLeftnew {
    float: left;
    display: block;
}
    .floatLeft {
    float: left;
    display: block;
    border-bottom: none;
    border-width: 1px;
    border-color: #DDDDDD;
    margin-left: 8%;
    color: #0F3549;
    font-family: SourceSans3;
    font-size: 14px;
    font-weight: bold;
    text-transform:lowercase;
}
    .floatLeft::first-letter {
        text-transform:uppercase;
    }
    .accordion-refresh ::first-letter {
    text-transform: uppercase !important;
}
k-dropdown-wrap::first-letter {
    text-transform: uppercase !important;
}
.floatRight {
    float: right;
    display: block;
}

.floatCenter {
    float: unset;
    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;*/
    background-color: var(--forecolor) !important; /**Ayvens*/
    /*color: #FFFFFF;*/
    color: var(--primarycolor);
    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;*/
    color: var(--errorforecolor);
}

.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;*/
    color: var(--primarycolor); /**Ayvens*/
    font-size: 1.1em;
}

a {
    text-decoration: none;
    /* color: #050b7f;*/
    color: var(--primarycolor); /**Ayvens*/
}

/*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;*/
    background: #FFF !important; /*Ayvens*/
    /*  color: #050b7f !important;*/
    color: #0F3549 !important; /**Ayvens*/
    font-weight: bold !important;
    font-family: ChillaxMedium;
    /*font-weight:bold;*/
    border-radius: 30px !important;
    border-color: #0F3549;
    /*border: none;*/
    font-size: 38px;
    padding: 2px !important;
    /*border-color: #0F3549;*/
    width: auto;
    min-width: 120px;
    /*max-width:280px;*/
    height: 30px;
    text-align: center;
    vertical-align: text-top;
    /* text-transform: uppercase;*/
    /*text-transform: lowercase;*/
}

.k-button-export {
    margin-top: 2px\9; /*IE8*/
    position: relative;
    background: #0F3549 !important; /*Ayvens*/
    /*  color: #050b7f !important;*/
    color: #FFF !important; /**Ayvens*/
    font-weight: bold !important;
    font-family: ChillaxMedium;
    /*font-weight:bold;*/
    border-radius: 30px !important;
    border-color: none;
    /*border: none;*/
    font-size: 10px;
    margin-right: 5px !important;
    /*border-color: #0F3549;*/
    width: 120px;
    height: 30px;
    text-align: center;
    vertical-align: text-top;
    /* text-transform: uppercase;*/
    /*text-transform: lowercase;*/
}

.k-button-search {
    margin-top: 2px\9; /*IE8*/
    position: relative;
    background: #FFF !important; /*Ayvens*/
    /*  color: #050b7f !important;*/
    color: #0F3549 !important; /**Ayvens*/
    font-weight: bold !important;
    font-family: ChillaxMedium;
    /*font-weight:bold;*/
    border-radius: 30px !important;
    border-color: none;
    /*border: none;*/
    font-size: 10px;
    padding: 2px !important;
    border-color: #0F3549;
    width: 120px;
    height: 30px;
    text-align: center;
    vertical-align: text-top;
    /* text-transform: uppercase;*/
    /*text-transform: lowercase;*/
}

.main-dashboard-left.floatLeft .k-dropdown-wrap {
    /* background-color: #00cfff !important;*/
    /*background-color: var(--inactivebox) !important;*/ /*Ayvens*/
    /*text-transform: lowercase;*/
    background-color: #fff;
}
.customlbl {
    font-weight: normal;
    border: none;
    font-family: ChillaxMedium;
    font-size: 12px;
    color: #0F3549;

    
}
.customlbl::first-letter{
    text-transform:uppercase;
}
div button[type="button"] {
    width: 10% !important;
    /* background: #00cfff !important;*/
    background: #FFF !important; /**Ayvens*/
    color: #2D2D2D !important;
    border-color: #757777;
    height: 25px;
    font-family: SourceSans3;
    font-size: 12px;
    background-image: url('/Content/Images/action-button-small.png');
    background-repeat: no-repeat;
}
div button[type="buttonnew"] {
    width: 110% !important;
    /* background: #00cfff !important;*/
    background: #FFF !important; /**Ayvens*/
    color: #2D2D2D !important;
    border-color: #757777;
    height: 25px;
    font-family: SourceSans3;
    font-size: 12px;
    background-image: url('/Content/Images/action-button-small.png');
    background-repeat: no-repeat;
}
.findcompanybutton {
    width: 75px !important;
    /* background: #00cfff !important;*/
    background: #0F3549 !important; /**Ayvens*/
    color: #fff !important;
    border-color: #757777;
    font-weight: bold !important;
    font-family: ChillaxMedium;
    /*font-weight:bold;*/
    border-radius: 30px !important;
    border-color: #0F3549;
    /*border: none;*/
    font-size: 12px;
    padding: 2px !important;
    /*border-color: #0F3549;*/
    width: 40px;
    height: 30px;
    text-align: center;
    vertical-align: text-top;
}

.cancelbutton {
    width: 75px !important;
    /* background: #00cfff !important;*/
    background: #FFF !important; /**Ayvens*/
    color: #0F3549 !important;
    border-color: #FFF;
    font-weight: bold !important;
    font-family: ChillaxMedium;
    /*font-weight:bold;*/
    border-radius: 30px !important;
    border-bottom: none;
    border-right: none;
    /*border: none;*/
    font-size: 12px;
    padding: 2px !important;
    /*border-color: #0F3549;*/
    width: 40px;
    height: 30px;
    text-align: center;
    vertical-align: text-top;
}


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;*/
    width: 12px; /**Ayvens*/
    height: 12px; /**Ayvens*/
    /*background: url("Images/info.png");*/
    background: url("SVC/info-circle.svg"); /**Ayvens*/
    cursor: pointer;
}

.watermark {
    color: #aaa;
    font-size: 12px;
}

input:-moz-placeholder {
    color: #757777;
    transform: translateY(15%);
    text-transform:lowercase;
}
input:-moz-placeholder::first-letter {
    color: #757777;
    transform: translateY(15%);
    text-transform: uppercase;
}
input::-webkit-input-placeholder {
    color: #757777;
    transform: translateY(15%);
    text-transform:lowercase;
}
input::-webkit-input-placeholder::first-letter{
    color: #757777;
    transform: translateY(15%);
    text-transform: uppercase;
}

.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: 46%;
    height: 250px;
    position: relative;
    z-index: 0 !important;
    display: table-cell;
    /*overflow:hidden;*/
    padding: 0 0px;
    margin-bottom: 30px;
    margin-left: 20px;
    border-radius: 8px;
}

.holder {
    background-color: #FFF;
    float: left;
    width: 45%;
    height: 250px;
    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: 50px;
    width: 480px;
    font-size: 8px;
    font-weight: bold;
}
.bottom-holder1 {
    position: absolute;
    bottom: 30px;
    left:30px;
    width: 550px;
    font-size: 8px;
    font-weight: bold;
}
.top-holder {
    position: absolute;
    top: 5px;
    width: 340px;
}



/* 20140508 KumarYadav TFS:11622- ALDNET new design changes. */
/*----- CSS for _Layout -----*/
#header-wrapper {
    width: 100%;
    clear: both;
    overflow: auto;
    background: #fff;
}

#header div {
    margin-top: 2px;
}

#header #divLanguage {
    margin-top: -2px;
}

#header {
    height: 20px;
    width: 100%;
    margin: 0px auto;
    background: #d8d8d8;
    overflow: hidden;
}

#footer-id {
    width: 100%;
    /*  background: #050b7f !important;*/
    background: #fff !important; /*ayvens sarenablue color for rebranding*/
    overflow: auto;
    font-size: 14px;
    /*margin-top: 10px;*/
    padding: 10px;
    color: #545656;
    font-family: ChillaxMedium;
    font-weight: bold;
}

    #footer-id div {
        margin-top: 7px;
        font-size: 14px;
        color: #545656;
        width: 100%;
        position: relative;
        display: inline-block;
        text-align: left;
    }

    #footer-id span img {
        display: inline-block;
        vertical-align: middle;
        width: 1px;
        height: 20px;
    }


#header .header-div {
    font-size: 10px;
    color: #000;
    float: right;
    display: block;
    font-family: montserrat;
}

#header div.header-div a {
    /* color: #050b7f;*/
    font-size: 8px;
    color: var(--primarycolor); /*Ayvens*/
}

div#menu {
    font-family: montserrat;
    text-transform: lowercase;
}

#menu div a {
    /* color: #050b7f;*/
    color: var(--primarycolor); /*Ayvens*/
    width: 185px;
    height: 30px;
    /*line-height: 30px;*/
    font-size: 10px;
    text-align: center;
    display: inline-block;
}

#menu div.active a {
    /*background-color: #050b7f;*/
    /*background-color: var(--primarycolor);*/ /*ayvens*/
    color: #FFF;
}
/* End _layout */


/*----- CSS for Div of Menu------ */
#divMenu {
    border-top: solid 1px #E6E6E6;
    border-bottom: solid 1px #E6E6E6;
    position: relative;
}
/*style="color: #0F3549; font-family: montserrat; float: right; margin-top: 4.5%; font-size: 12px;margin-right: 87%;   "*/
.divTitle {
    background-color: var(--primarycolor); /*Ayvens*/
    height: 71px;
    color: whitesmoke;
    font-family: ChillaxMedium;
    font-size: 18px;
    vertical-align: middle;
    width: 100%;
}


.pointer > a {
    color: #FFF;
}

/* --------CSS for dashboard------ */
.main-dashboard {
    width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
}

.main-dashboard-left {
    width: 20%;
    height: 1728px;
    overflow-x: hidden;
    overflow-y: visible;
    background-color: white;
    border-radius: 5px;
    border-width: 1px;
    border-color: #DDDDDD;
    border-style: solid;
    margin-left: 2%;
}

    .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");
    }

#contract-Status {
    background-color: #FFF;
    width: 176px;
    background-image: url('/Content/Images/action-button-small.png');
    background-repeat: no-repeat;
    
    
}

#parent-account {
    background-color: #FFF;
    background-image: url('/Content/Images/action-button-small.png');
    background-repeat: no-repeat;
    width: 176px;
  
   
}
.main-dashboard-chart {
    color: #050b7f;
    /*margin-left:26px;*/
    position: relative;
    /*display:inline-block;*/
    display: block;
    height: 250px;
}

.dashboardHolder {
    overflow-x: hidden;
    white-space: nowrap;
    overflow-y: visible;
    /*width:100%;*/
}

#dashboardHolder {
    width: 70%;
    float: left;
    margin-left: -1.25%;
    /*overflow-x:hidden;*/
}

/* --------CSS for Old Charts------ */
.oldchart-main-div {
    text-align: center;
    margin-bottom: 10px;
}

#PanelContractDetail {
    margin-left: 20px;
    width:150%;
}

.avatar {
    width: 30px;
    height: 30px;
    background-color: #0F3549; /* blue */
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    font-family: SourceSans3;
}

.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');*/
    /* background: #fff url('Images/Login_Picture.png');*/ /*ayvens*/
    /*  margin-top: 30px;*/
    /*height: 538px;*/ /*ayvens*/
    /* width: 998px;*/
}

    .home-page > div {
        margin-top: 150px;
        width: 30%;
        height: 5%;
        align-content: center;
    }

/* --------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;
    font-family: SourceSans3;
    font-size: 32px;
}

#main-menu {
    padding: 0;
    list-style: none;
    margin: 0;
    font-family: ChillaxMedium;
    font-size: 20px;
    text-transform: lowercase;
}

.main-menu {
    padding: 0;
    list-style: none;
    margin: 0;
    font-weight: bold;
    font-family: ChillaxMedium;
    font-size: 12px;
   /* text-transform: lowercase;*/
}
.DSExportInput {
    width: 170px;
    border-radius: 10px;
    background-color: none !important;
    font-family: SourceSans3;
    text-transform: lowercase;
}
    .DSExportInput::first-letter {
        text-transform: uppercase !important;
    }
    .main-menu ::first-letter {
        text-transform: uppercase !important;
    }
    #main-menu ul {
    padding: 0;
    list-style: none;
    margin: 0;
    background: #fff;
    font-weight: bold;
    font-family: Chillax;
    font-size: 12px;
}

#main-menu li {
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 21px;
    /* text-transform: lowercase; /**Ayvens*/
    text-transform: lowercase;
}

    #main-menu li.active {
        /*background-color: #050b7f;*/
        background-color: var(--primarycolor); /*Ayvens*/
    }

        #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;*/
        color: var(--primarycolor); /*Ayvens*/
        width: 140px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        text-align: center;
        display: inline-block;
    }

    #main-menu li.active ul li a, #main-menu li ul li a {
        text-decoration: none;
        /* color: #050b7f;*/
        color: var(--primarycolor); /**Ayvens*/
        width: 205px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        text-align: left;
        display: inline-block;
        padding-left: 35px;
        font-family: ChillaxMedium;
        text-transform: lowercase;
    }

.accordion-h1 {
    /*  text-transform: uppercase;*/ /*Ayvens*/
    font-family: ChillaxMedium;
    text-transform: lowercase;
    background-color: antiquewhite;
    color: #004A5D;
    border-bottom: none;
    border-color: #DDDDDD;
    border-width: 1px;
    font-size: 10px;
    width: 80%;
}
.accordion-new {
    /*  text-transform: uppercase;*/ /*Ayvens*/
    font-family: ChillaxMedium;
    text-transform: lowercase;
    background-color: #0F3549;
    color: #004A5D;
    border-bottom: none;
    border-color: #DDDDDD;
    border-width: 1px;
    font-size: 10px;
    width: 80%;
    height:30px;
    vertical-align:middle;
}
accordion-h1-right {
    /*  text-transform: uppercase;*/ /*Ayvens*/
    font-family: ChillaxMedium;
    text-transform: none;
    background-color: antiquewhite;
    color: #004A5D;
    border-bottom: none;
    border-color: #DDDDDD;
    border-width: 1px;
    font-size: 10px;
    width: 10%;
    float: right;
}

.holder11 {
    /*  text-transform: uppercase;*/ /*Ayvens*/
    font-family: Chillax;
    text-transform: lowercase;
    color: #004A5D;
    font-size: 20px;
    margin-top: 10%;
}

.accordion-h1, .accordion-refresh,.accordian-new{
    display: block;
    font-size: 14px;
    margin-left: 0px;
    height: 28px;
    /*background: url("/Images/triangle.png") no-repeat #050b7f;*/
    /*background-image: url("/Content/Images/triangle_down.png");*/ /*ayvens*/
    right: 145px;
    background-position: 0% 40%;
    color: #0F3549;
    font-weight: bold;
    cursor: pointer;
    font-family: SourceSans3 !important; /**Ayvens*/
    background-color: white;
    color: #598995;
    width: 80%;
    border-bottom: none;
    border-color: #DDDDDD;
    border-width: 1px;
    text-transform: lowercase;
}

    .accordion-refresh::first-letter {
        text-transform: uppercase !important;
    }

.k-button-search::first-letter {
    text-transform: uppercase !important;
}

.k-i-arrow-end-left::before {
    content: "⏮";
}

.k-i-arrow-w::before {
    content: "◀";
}

.k-i-arrow-e::before {
    content: "▶";
}

.k-i-arrow-end-right::before {
    content: "⏭";
}


/* Pager container */
.k-grid .k-pager-wrap {
    background: #0f172a;
    color: #e2e8f0;
    border-top: 1px solid #334155;
    padding: 8px 16px;
    display: flow;
    
}


/* Footer container */
.k-grid .k-pager-wrap {
    background: #f9fafb;
    border-top: 1px solid #ddd;
    padding: 10px;
}

/* Buttons */
.k-pager-wrap .k-link {
    border-radius: 4px;
    padding: 5px 10px;
}

/* Active page */
.k-pager-wrap .k-state-selected {
    background-color: #073549;
    color: #fff;
}

/* Center align */
.k-pager-wrap {
    display: table-footer-group;
    justify-content: center;
}


.k-pager-first .k-icon::before {
    content: "«";
    color:#0F3549;
}

.k-pager-prev .k-icon::before {
    content: "‹";
    color:#0F3549;
}

.k-pager-next .k-icon::before {
    content: "›";
    color: #0F3549;
}

.k-pager-last .k-icon::before {
    content: "»";
    color: #0F3549;
}


.k-icon.k-i-arrow-s::before {
    content: "▼"; /* your custom icon */
}



.custom-dropdown2 {
    position: relative;
    width: 195px;
}
.custom-dropdown1 {
    position: relative;
    width: 190px;
}
/* Dropdown style */
.dropdown-select {
    width: 100%;
    padding: 10px 40px 10px 12px; /* space for arrow */
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
    cursor: pointer;
    /* Remove default arrow */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* Custom arrow */
.custom-dropdown::after {
    content: "\25BC"; /* ▼ */
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    font-size: 12px;
    color: #555;
    pointer-events: none;
}

/* Focus effect */
.dropdown-select:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 3px rgba(0, 123, 255, 0.5);
}


.accordion-h1.active {
    /*background: url("Images/triangle_down.png") no-repeat #050b7f;*/
    background: url("/Content/Images/triangle_down.png") no-repeat #fff; /*Ayvens*/
    background-position: 0% 35%;
    background-color: white;
    font-family: SourceSans3; /**Ayvens*/
    color: #004A5D;
    /*font-weight: 500;*/
    border-bottom: none;
    border-color: #DDDDDD;
    border-width: 1px;
    width: 90%;
    font-size: 14px;
    margin-left: 15px;
    margin-top: 10px;
    text-transform: lowercase;
    font-weight: bold;
}
.accordion-new.active {
    /*background: url("Images/triangle_down.png") no-repeat #050b7f;*/
    background: url("/Content/Images/triangle_down.png") no-repeat #fff; /*Ayvens*/
    background-position: 0% 35%;
    background-color: white;
    font-family: SourceSans3; /**Ayvens*/
    color: #004A5D;
    /*font-weight: 500;*/
    border-bottom: none;
    border-color: #DDDDDD;
    border-width: 1px;
    width: 90%;
    font-size: 14px;
    margin-left: 15px;
    margin-top: 10px;
    text-transform: lowercase;
    font-weight: normal;
}
.dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.accordion-h1-right.active {
    /*background: url("Images/triangle_down.png") no-repeat #050b7f;*/
    /*background: url("/Content/Images/triangle_down.png") no-repeat #fff; /*Ayvens*/ */ background-position: 0% 35%;
    background-color: white;
    font-family: SourceSans3; /**Ayvens*/
    color: #004A5D;
    /*font-weight: 500;*/
    border-bottom: none;
    border-color: #DDDDDD;
    border-width: 1px;
    width: 50px;
    font-size: 16px;
    margin-left: 20%;
    margin-top: 5px;
    font-weight: bold;
    overflow: hidden;
    margin-right: 10px;
}

    .accordion-h1-right.active:hover {
        background-color: #EEEEEE;
        margin-right: 10px;
    }

        .accordion-h1-right.active:hover .accordion-h1-right-content {
            display: block;
        }

.accordion-h1-right-content {
    display: none;
    position: absolute;
    background-color: white;
    width: 120px;
    height: 60px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-size: 12px;
    font-weight: normal;
    font-family: ChillaxMedium;
    margin-left: -75px;
    border-radius: 4px;
    vertical-align: middle;
    align-items: center;
    margin-top: 15px;
    margin-left: -80px;
}

    .accordion-h1-right-content.active:first-letter {
        text-transform: uppercase !important;
    }

.accordion-h1-content.active:first-letter {
    text-transform: uppercase !important;
}
.accordion-new-content.active:first-letter {
    text-transform: uppercase !important;
}
.lefttitle {
    font-family: ChillaxMedium;
    margin-left: 5%;
    font-weight: normal;
    height: 10px;
}

.boxHeader {
    /*background: url("Images/triangle_down.png") no-repeat #050b7f;*/
    background: url("/Content/Images/action-button-small1.png") no-repeat; /*ayvens*/
    /*background-position: 0% 40%;*/
    background-position-x: 99%;
    background-position-y: center;
    color: #0F3549;
    font-family: SourceSans3 !important; /**Ayvens*/
    font-weight: bold;
    /*  border-bottom: solid;
    border-color: #DDDDDD;
    border-width: 1px;*/
    padding-left: 2px;
    width: 92%;
    font-size: 14px;
    text-transform: lowercase; 
}
.boxHeader.active {
    /*background: url("Images/triangle_down.png") no-repeat #050b7f;*/
    background: url("/Content/Images/chevron-up-bg.png") no-repeat; /*ayvens*/
    /*background-position: 0% 40%;*/
    background-position-x: 99%;
    background-position-y: center;
    color: #0F3549;
    font-family: SourceSans3 !important; /**Ayvens*/
    font-weight: bold;
    border-bottom: solid;
    border-color: #DDDDDD;
    border-width: 1px;
    padding-left: 2px;
    width: 92%;
    font-size: 14px;
    text-transform: lowercase;
}
    .boxheader-refresh::first-letter {
        text-transform: uppercase !important;
    }

.accordion-refresh {
    /*background: url("Images/triangle_down.png") no-repeat #050b7f;*/
    background: url("/Content/Images/action-button-small1.png") no-repeat; /*ayvens*/
    /*background-position: 0% 40%;*/
    background-position-x: 99%;
    background-position-y: center;
    color: #0F3549;
    font-family: SourceSans3 !important; /**Ayvens*/
    font-weight: bold;
  /*  border-bottom: solid;
    border-color: #DDDDDD;
    border-width: 1px;*/
    padding-left: 2px;
    width: 92%;
    font-size: 14px;
    text-transform: lowercase;
}

    .accordion-refresh.active {
        /*background: url("Images/triangle_down.png") no-repeat #050b7f;*/
        background: url("/Content/Images/chevron-up-bg.png") no-repeat; /*ayvens*/
        /*background-position: 0% 40%;*/
        background-position-x:99%;
        background-position-y:center;
        color: #0F3549;
        font-family: SourceSans3 !important; /**Ayvens*/
        font-weight: bold;
        border-bottom: solid;
        border-color: #DDDDDD;
        border-width: 1px;
        padding-left: 2px;
        width: 92%;
        font-size: 14px;
        text-transform: lowercase;
        
    }

.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: url("Images/triangle.png") no-repeat #757777;*/ /**Ayvens*/
    background: url("/Content/Images//triangle.png") no-repeat #3F5D6D; /**Ayvens*/
    background-position: 0% 50%;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
    text-transform: lowercase; /**Ayvens*/
}

    .accordion-h2.active {
        /*        background: url("Images/triangle_down.png") no-repeat #050b7f;*/
        /*background: url("Images/triangle_down.png") no-repeat #757777;*/ /**Ayvens*/
        background: url("/Content/Images/triangle_down.png") no-repeat #3F5D6D; /**Ayvens*/
        background-position: 0% 50%;
    }

.fuelConsumtion {
    font-family: Source Sans 3;
    font-size: 10px;
}

.chartArea {
    height: 200px;
    width: 95%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.chartAreaEmissions {
    height: 180px;
    width: 95%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 5px;
}

.chartAreanew {
    height: 200px;
    width: 125%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-left: 20px;
    margin-top: 20px;
}

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;*/
   background-color: none;
    font-weight: bold;
    font-family: SourceSans3;
    text-transform: lowercase;
    color:#0F3549;
}

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;*/
    color: var(--primarycolor) !important; /*Ayvens*/
    font-weight: normal;
    font-family: SourceSans3;
    text-transform: lowercase;
}

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%);*/
    /*background-color: var(--primarycolor) !important;*/ /**Ayvens*/
    /*background-image: none,linear-gradient(to bottom,var(--primarycolor) 0,var(--primarycolor) 100%);*/ /**Ayvens*/
}

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%);*/
    /*background-image: none,linear-gradient(to bottom,#F6F6F6 0,#F6F6F6 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%);*/
    background-image: none,linear-gradient(to bottom,var(--secondarycolor) 0,var(--secondarycolor) 100%); /*Ayvens*/
    color: #0F3549;
}

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%);*/
    background-image: none,linear-gradient(to bottom,#F6F6F6 0,#F6F6F6 100%); /**Ayvens*/
}

div#divSubtitle7px {
    font-size: 14px;
    /* color: #050b7f;*/
    color: var(--primarycolor); /**Ayvens*/
    padding: 7px 0px;
    width: 100%;
}

div#divSubtitle5px {
    font-size: 14px !important;
    /*color: #050b7f;*/
    color: var(--primarycolor) !important; /**Ayvens*/
    padding: 5px 0px;
    text-transform: lowercase;
}

div#divSubtitleModifyUser {
    font-size: 14px !important;
    color: #050b7f;
    padding: 10px 5px;
}

form#ContactAdminForm p, form#ContactAdminForm div {
    /*font-family: source-sans;*/
    font-family: SourceSans3;
}

form#ContactAdminForm .floatLeft textarea {
    padding: 5px 10px;
    /* border: 1px solid #00cfff !important;*/
    /* border-radius: 3px;*/
    resize: none;
    outline: 0 none;
    /*  color: #050b7f;*/
    border: 1px solid var(--bordercolor) !important;
    height: 20px;
    border-radius: 4px;
}

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: #0F3549;
    /*background: 0 none;*/
    /* background-color: #050b7f;*/
    background-color: #DDDDDD; /**Ayvens*/
    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;*/
    background-color: #DDDDDD; /**Ayvens*/
}

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;*/
        color: var(--primarycolor); /**Ayvens*/
        font-family: SourceSans3;
    }

        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;*/
            background: #EEEEEE; /**Ayvens*/
            color: #0F3549;
            font-family: SourceSans3;
            text-transform:lowercase;
        }
            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::first-letter{
                text-transform:uppercase;
            }
            body div input[type="text"], body div .k-input[type="text"] , div .k-inputnew[type="text"] {
                position: relative;
                padding: 0 0 0 15px !important;
                border: solid;
                border-style: solid;
                border-width: 1px;
                border-color: #757777;
                border-radius: 3px;
                /*  border-bottom: 1px solid #00cfff;*/
                /* border-bottom: 1px solid var(--secondarycolor); /**Ayvens*/
                /*outline: none;*/
                /*color: #050b7f;*/
                color: var(--primarycolor); /**Ayvens*/
                /*background-color:red;*/
                width: 90%;
                font-size: 14px;
                font-family: SourceSans3;
                height: 25px;
                text-transform: lowercase;
            }
    body div input[type="text"], body div .k-input[type="text"]::first-letter {
        text-transform: uppercase !important;
    }
    body div input[type="text"], body div .k-input[type="text"]:focus {
        position: relative;
        padding: 0 0 0 15px !important;
        border: solid;
        border-style: solid;
        border-width: 2px;
        border-color: #0065FF;
        border-radius: 3px;
        /*  border-bottom: 1px solid #00cfff;*/
        /* border-bottom: 1px solid var(--secondarycolor); /**Ayvens*/
        /*outline: none;*/
        /*color: #050b7f;*/
        color: var(--primarycolor); /**Ayvens*/
        /*background-color:red;*/
        width: 90%;
        font-size: 14px;
        font-family: SourceSans3;
        height:25px;
    }

.k-inputdate[type="text"] {
    /*position: relative;*/
    /*padding: 0 0 5px !important;*/
    display:flex;
    border: solid;
    border-style: solid;
    border-width: 1px;
    border-color: #757777;
    border-radius: 3px;
    /*  border-bottom: 1px solid #00cfff;*/
    /* border-bottom: 1px solid var(--secondarycolor); /**Ayvens*/
    /*outline: none;*/
    /*color: #050b7f;*/
    color: var(--primarycolor); /**Ayvens*/
    /*background-color:red;*/
    width: 90%;
    font-size: 14px;
   /* background-image: url('/Content/Images/calender.svg');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 40px;*/
    text-align: center;
    vertical-align: middle;    
    height: 25px;
    font-family: SourceSans3;
    
}
.date-input{
    position:relative;
    width:100%;
    color:#DDDDDD;
    
}
    .date-input input {
        width: 80%;
        padding-right: 95px;
        color: #DDDDDD;
        padding-bottom:10px;
    }
.calendar-icon {
    position: absolute;
    right: 165px;
    top: 50%;
    transform: translateY(-40%);
    background-image: url('/Content/Images/calender.svg');
    background-repeat: no-repeat;
    pointer-events: none;
    height: 20px;
    width: 20px;
}
.arrow-iconCal {
    position: absolute;
    top: 50%;
    right:62%;
    transform: translateY(-5%);
    background-image: url('/Content/Images/action-button-small.png');
    background-repeat: no-repeat;
    pointer-events: none;
    height: 24px;
    width: 24px;
}
.arrow-icon {
    position: absolute;
    top: 50%;
    right: -10%;
    transform: translateY(-5%);
    background-image: url('/Content/Images/action-button-small.png');
    background-repeat: no-repeat;
    pointer-events: none;
    height: 24px;
    width: 24px;
}
.arrow-icon2 {
    position: absolute;
    top: 50%;
    right: -5%;
    transform: translateY(-5%);
    background-image: url('/Content/Images/action-button-small.png');
    background-repeat: no-repeat;
    pointer-events: none;
    height: 24px;
    width: 24px;
}
.with-icon {
    background-image: url('/Content/Images/action-button-small.png'); /* or PNG */
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 36px; /* space for icon */
}

.arrow-icon1 {
    position: absolute;    
    background-image: url('/Content/Images/action-button-small.png');
    background-repeat: no-repeat;
    pointer-events: none;
    height: 24px;
    width: 24px;
    margin-left:-7px;
}
.arrow-icon2 {
    position: absolute;
    top: 40%;
    /*right: 180px;*/
    transform: translateY(-5%);
    background-image: url('/Content/Images/action-button-small.png');
    background-repeat: no-repeat;
    pointer-events: none;
    height: 24px;
    width: 24px;
}
div .k-inputnew[type="text"] {
    position: relative;
    padding: 0 0 1px 15px !important;
    border: solid;
    border-style: solid;
    border-width: 1px;
    border-color: #DDDDDD;
    border-radius: 3px; 
    color: var(--primarycolor); /**Ayvens*/    
    width: 150%;
    font-size: 14px;
    font-family: SourceSans3;
    text-transform:lowercase;
}

   div .k-inputnew[type="text"]:focus {
        position: relative;
        padding: 0 0 1px 15px !important;
        border: solid;
        border-style: solid;
        border-width: 1px;
        border-color: #0065FF;
        border-radius: 3px;
       
        color: var(--primarycolor); /**Ayvens*/
        
        width: 150%;
        font-size: 14px;
        font-family: SourceSans3;
        text-transform:lowercase;
    }

#footer-id span.white, #footer-id a.white {
    color: #545656;
    font-size: 12px;
    height: 5px;
    margin-left: 10px;
    width: 1px;
}

p.activateMaintanace {
    font-size: 14px;
    font-weight: bold;
    /* color: #050b7f;*/
    color: var(--primarycolor); /**Ayvens*/
    /*font-family: montserrat !important;*/
    font-family: ChillaxMedium; /**Ayvens*/
}

.ui-widget-header {
    /*background-color: #050b7f;*/
    background-color: var(--primarycolor); /**Ayvens*/
}

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;*/
    color: var(--primarycolor) !important; /*Ayvens*/
    font-family:SourceSans3;
    text-transform:lowercase;
}

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,var(--primarycolor) 0,var(--primarycolor) 100%); /*Ayvens*/
    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, .gridReportManager div.k-grid-header {
    border-bottom-width: 0;
    /*color: #050b7f !important;*/
    color: var(--primarycolor) !important; /**Ayvens*/
    /*background-image: none,linear-gradient(to bottom,#E9EEF9 0,#E9EEF9 100%) !important;*/
    background-image: none,linear-gradient(to bottom,#F6F6F6 0,#F6F6F6 100%) !important; /**Ayvens*/
    font-size: 12px;
    font-family: montserrat;
    font-weight: normal;
    text-transform: lowercase;
}

select#Civility, select#Language {
    border: 0 none;
    /*border-bottom: 1px solid #00cfff;*/
    /*border-bottom: 1px solid var(--secondarycolor); /**Ayvens*/
    outline: none;
    /*color: #050b7f !important;*/
    color: var(--primarycolor) !important; /**Ayvens*/
}

.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;*/
    background: url("images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") repeat-x scroll 50% 50% var(--primarycolor) !important;
    border: 1px solid #4297d7;
    color: #fff;
    font-family: ChillaxMedium !important;
}


#overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); /* grey out */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}


.nodata {
    POSITION: absolute;
    FONT: bold 15px montserrat !important;
    WHITE-SPACE: nowrap;
    VISIBILITY: visible;
    COLOR: var(--primarycolor);
    TOP: 70px;
    LEFT: 29px;
}

.MYLogo {
    max-width: 432px;
}

.logoAyvens {
    height: 25%;
    width: 35%;
    margin-left: 30%;
    margin-top: 5%;
}

.logoAyvensHead {
    height: 50%;
    width: 85%;
    margin-left: 15%;
}

.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;
    background-color: none;
}

/*Anusha Changes*/

.Invoice_Search {
    background-color: var(--primarycolor) !important;
}

#main-menu li.active ul li a:hover, #main-menu li ul li a:hover {
    color: teal;
}

.filterbox {
    background-color: #fff !important;
    width: 90%;
    height: 320px;
    border: solid;
    border-color: #DDDDDD;
    border-width: 1px;
    border-radius: 5px;
    /*margin-left:5px;
    margin-right:5px;*/
    padding-left: 5px;
    margin-left: 8px;
}

.filterboxExport {
    background-color: #fff !important;
    width: 90%;
    height: 170%;
    border: solid;
    border-color: #DDDDDD;
    border-width: 1px;
    border-radius: 5px;
    /*margin-left:5px;
    margin-right:5px;*/
    padding-left: 5px;
    margin-left: 8px;
    margin-bottom: 10px;
}

.filterboxContractSearch {
    background-color: #fff !important;
    width: 90%;
    height: 120%;
    border: solid;
    border-color: #DDDDDD;
    border-width: 1px;
    border-radius: 5px;
    /*margin-left:5px;
    margin-right:5px;*/
    padding-left: 5px;
    margin-left: 8px;
    margin-bottom: 10px;
}

.filterlbl {
    font-family: SourceSans3;
    font-weight: bold;
    text-transform: lowercase;
    color: var(--primarycolor);
}

    .filterlbl:first-letter {
        text-transform: uppercase !important;
    }


#rdFilterDiv {
    color: var(--primarycolor) !important;
    width: 180px;
}

.boxHeader1 {
    background-color: #fff !important;
    padding: 10px 5px 5px 5px;
    color: var(--forecolor);
    font-family: montserrat; /**Avens*/
    font-size: 1.05em; /**Avens*/
}
/*_PcVanFilter Ayvens*/
.leftsub {
    float: left;
    margin: 4px 2px;
    background: #EEEEEE;
    color: #0F3549;
    padding: 4px;
    min-width: 25%;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    font-family: ChillaxMedium;
}

    .leftsub:hover {
        background: #fff;
    }

    .leftsub.active {
        color: var(--forecolor);
        background: #0F3549;
    }

#contractLable, #container-conttype {
    color: var(--primarycolor);
}

.primarycolor {
    background-color: var(--primarycolor) !important;
}

div#InvoiceList .k-grid-header .k-header .k-link {
    background-color: white;
    font-family:SourceSans3;
    font-weight:bold;
    border:none;

}

div.k-grid-header, .k-grid table {
    color: var(--primarycolor) !important;
}

.admin-page div h2, .bottom-holder div {
    color: var(--primarycolor) !important;
}

#chart8 {
    background-color: #F6F6F6;
    width: 90%;
    height: 100px;
    margin-left: 20px;
    border-radius: 3px;
}

.admin-page div h2, .k-header a, .k-grid tbody {
    /* text-transform: lowercase;*/
}

    #main-menu li a::first-letter, div#divSubtitle5px::first-letter,
    .admin-page div h2::first-letter, div#maintab a::first-letter,
    div#invoicetab a::first-letter, .gridReportManager div.k-grid-header::first-letter,
    .k-grid-header .k-header::first-letter,
    .main-dashboard-left.floatLeft .k-dropdown-wrap span::first-letter, div#Translationgrid ::first-letter,
    div#divSubtitle5px ::first-letter, .k-button::first-letter, .accordion-h1::first-letter,.accordian-new::first-letter,
    .admin-page .k-button .ui-button .ui-widget .ui-state-default .ui-corner-all::first-letter,
    .accordion-h2::first-letter {
        text-transform: uppercase !important;
        height: 5px;
    }

.k-grid .k-grid-header .k-header {
    background-color: var(--bgcolor) !important;
    
}

.k-dropdown-wrap, .k-dropdown-wrap:hover {
    /*background-image: none,linear-gradient(to bottom,#E7EBED 0,#E7EBED 100%) !important;*/
    /*color: var(--primarycolor) !important;*/
    width: 113%;
}

/*Ayvens login css pages */
.content {
    width: 100%;
    align-content: center;
    height: 40%;
    justify-content: center;
}

.contentmiddle {
    min-height: 50px;
}

.loginpanel {
    background-color: white !important;
    height: 30%;
}

.home-pagebg {
    background-image: url('Images/LoginBGImage.jpg') !important;
    background-repeat: no-repeat;
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.loginpanelleft {
    /*margin-left: 300px;*/
    border-right: 1px solid black;
    padding-right: 20px;
    padding-left: 20px;
    background-color: var(--forecolor);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.loginpanelright {
    align-content: center;
    background-color: var(--forecolor);
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 30%;
    /*padding-top: -20px;*/
    height: 60%;
    /*margin-top:0.25%;*/
    margin-bottom: 0%;
}

@font-face {
    font-family: "ChillaxMedium";
    src: url("fonts/Chillax/Chillax-Semibold.ttf") format("truetype");
    /*src: url('/assets/themes/ayvens/fonts/Chillax-Semibold.woff2') format("woff2");*/
}

@font-face {
    font-family: "ChillaxMedium";
    src: url("fonts/Chillax/Chillax-Medium.ttf") format("truetype");
    /*src: url('/assets/themes/ayvens/fonts/Chillax-Medium.woff2') format("woff2");*/
}

@font-face {
    font-family: "SourceSans3";
    font-weight: normal;
    src: url("fonts/SourceSans3/SourceSans3-Regular.ttf") format("truetype");
    /* src: url('/assets/themes/ayvens/fonts/SourceSans3-Regular.woff2') format('woff2');*/
}

.tdpara {
    height: 3%;
    border: none;
    border-color: none;
    text-align: left;
}

.tdpararight {
    height: 3%;
    border: none;
    border-color: none;
    text-align: right;
}

#loginMultiLines {
    font-family: SourceSans3;
    margin-left: 25%;
    margin-top: -10px;
    color: var(--primarycolor);
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    vertical-align: bottom;
    border: none;
    border-color: none;
}

#loginTagLine {
    font-family: SourceSans3;
    margin-left: 14%;
    color: var(--primarycolor);
    font-weight: normal;
    font-size: 10px;
}

.loginheaderlabel {
    font-size: 12px;
    font-weight: bold;
    /* margin-top: 20px;*/
    font-family: ChillaxMedium !important;
    color: var(--primarycolor);
    margin-left: 26%;
    margin-top: 0.1%;
    height: 6px;
}

.pinfo {
    font-family: SourceSans3 !important;
}

.ayvens-button {
    font-family: ChillaxMedium !important;
    border-radius: 25px !important;
    background-color: #fff !important;
    /*  margin: 10px !important;*/
    color: var(--primarycolor) !important;
    text-align: justify;
    width: 150%;
    vertical-align: text-top;
    font-size: 38px;
    font-weight: normal;
}

.divborderbottom {
    border-top: solid;
    border-top-color: #DDDDDD;
    border-top-width: 0.25px;
    margin-left: -3px;
    width: 90%;
}

.ayvens-login-button {
    width: 235% !important;
    height: 27px;
    background-color: var(--primarycolor) !important;
    color: #fff !important;
    font-size: 8px;
    font-weight: normal;
    margin-left: -55px;
    border: none;
    font-family: Chillax;
    /*margin-top: 2%;
    margin-bottom:2%;
    vertical-align:text-top;*/
    align-content: center;
    border-color: var(--primarycolor) !important;
}

.ayvens-contact-button {
    width: 178%;
    height: 27px;
    background-color: aqua;
    font-weight: normal;
    font-size: 12px;
    vertical-align:middle;
    
}

.loginlabels {
    width: 87px;
    text-align: left;
    font-family: SourceSans3 !important;
    color: var(--primarycolor) !important;
    font-size: 10px;
    font-weight: bold;
}

.actionlinks {
    /* margin-top:4px;*/
    margin-bottom: 10px !important;
    margin-left: 30%;
    font-family: ChillaxMedium !important;
    color: var(--secondarycolor) !important;
}

.actionlinks1 {
    /* margin-top:4px;*/
    margin-bottom: 10px !important;
    margin-left: 32%;
    font-family: ChillaxMedium !important;
    color: #0F3549;
    font-size: 10px;
    font-weight: bold;
}

    .actionlinks, .actionlinks, .actionlinks1 div a {
        font-family: ChillaxMedium !important;
        color: var(--primarycolor) !important;
        font-size: 10px;
        font-weight: bold;
    }

        .actionlinks div:before {
            background: url("Images/ChevronRighticon.png");
        }

.ayvens-family {
    font-family: Chillax !important;
}

.ayvens-input-textbox {
    border: 1px solid var(--bordercolor) !important;
    width: 80%;
    height: 20px;
    border-radius: 4px;
    font-family: SourceSans3;
}

ayvens-input-unametextbox {
    border: 1px solid ;
    width: 480%;
    height: 22px;
    border-radius: 4px;
    font-family: SourceSans3;
}

    ayvens-input-unametextbox:focus {
        border: 2px solid #0065FF;
        width: 280%;
        height: 22px;
        border-radius: 4px;
        font-family: SourceSans3;
    }

    ayvens-input-unametextbox.error {
        border-color: green;
    }

.ayvens-error {
    color: var(--errorforecolor) !important;
    font-family: SourceSans3 !important;
    margin-top: 8px;
}

.myform {
    margin-left: 50px !important;
}

.login-panel {
    margin-left: 5%;
    width: 100%;
}

.pwd-encry-container {
    display: none !important;
}

.ayvens-label {
    text-align: right;
    margin-top: 5px;
    font-family: Chillax !important;
    color: var(--primarycolor) !important;
}

.contact-admin-labels {
    width: 90px;
}

.contact-admin-buttons {
    width: 100px;
}

.ayvens-secondary-button {
    background-color: var(--forecolor) !important;
    color: var(--primarycolor) !important;
    border-color: #0F3549 !important;
}

    .ayvens-secondary-button :visited, .ayvens-secondary-button:active {
        border-color: #0F3549 !important;
    }

.forgot-send-buttons {
    width: 80px;
}


ul#PanelContractDetail .k-header:first-letter {
    text-transform: uppercase !important;
}


/*latest UI MY*/
.mainnew {
    width: 100%;
    height: 150%;
    /*border: 1px solid red;*/
    padding: 15px;
    background: #F6F6F6;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.leftnew {
    width: 20%;
    height: auto;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
}

.right-containernew {
    width: calc(90% - 20px);
    height: auto;
}

.rightnew {
    width: 100%;
    height: auto;
    /*background: green;*/
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.card1 {
    background: white;
    width: 48%;
    margin-right: 20px;
}

.card2 {
    background: white;
    width: 48%;
}
/*Date Toggle*/
.toggle-container {
    display: inline-flex;
    border: 1px solid #757777;
    border-radius: 3px;
    overflow: hidden;
    height: 20px;
    width: 97%;
}

.toggle-btn {
    padding-right: 4px;
    cursor: pointer;
    background: white;
    color: #0F3549;
    border: none;
    outline: none;
    font-size: 12px;
    transition: all 0.2s ease;
    width: 50%;
    font-family: SourceSans3;
    font-weight: bold;
}

    .toggle-btn.active {
        background: #0F3549;
        color: white;
    }

    .toggle-btn:not(.active):hover {
        background: none;
    }


