﻿
body {
    background-color: #e4e9f0 !important;
    font: normal 14px/1.5em Arial, Helvetica, sans-serif !important;
    min-width: auto !important;
    background-color: white !important;
}

@media (min-width: 320px) and (max-width: 380px) {
    body {
        min-width: 1280px;
        max-width: 1280px;
    }
}

@media (min-width: 381px) and (max-width: 512px) {
    body {
        min-width: 1280px;
        max-width: 1280px;
    }
}

@media (min-width: 513px) and (max-width: 1024px) {
    body {
        min-width: 1500px !important;
    }

    .upright {
        right: 2% !important;
        top: 25% !important;
    }

    .toolbar4, .toolbar4 span {
        width: 290px;
        min-width: 290px;
        max-width: 290px;
    }
}

@media (min-width: 1025px) and (max-width: 1152px) {
    body {
        min-width: 1500px !important;
    }

    .upright {
        right: 2% !important;
        top: 25% !important;
    }
}

@media (min-width: 1153px) and (max-width: 1270px) {
    body {
        min-width: 1500px !important;
    }

    .upright {
        right: 4% !important;
        top: 19% !important;
    }

    .toolbar4, .toolbar4 span {
        width: 300px !important;
        min-width: 300px !important;
        max-width: 300px !important;
    }
}

@media (min-width: 1271px) and (max-width: 1360px) {
    body {
        min-width: 1280px;
        max-width: 1360px;
    }

    .upright {
        right: 4% !important;
        top: 19% !important;
    }

    .toolbar4, .toolbar4 span {
        width: 360px !important;
        min-width: 360px !important;
        max-width: 360px !important;
    }
}

@media (min-width: 1361px) and (max-width: 1616px) {
    body {
        min-width: 1360px;
        max-width: 1960px
    }

    .upright {
        right: 5% !important;
        top: 16% !important;
    }

    .toolbar4, .toolbar4 span {
        width: 450px !important;
        min-width: 450px !important;
        max-width: 450px !important;
    }
}

@media (min-width: 1616px) and (max-width: 1960px) {
    body {
        min-width: 1360px;
        max-width: 1960px
    }

    .upright {
        right: 5% !important;
        top: 16% !important;
    }

    .toolbar4, .toolbar4 span {
        width: 550px !important;
        min-width: 550px !important;
        max-width: 550px !important;
    }
}

.container-fluid {
    background-color: white !important;
}

a {
    color: #fff;
}

h1, h2, h3, h4 {
    text-align: center;
    /*line-height: 20px;*/
    line-height: 35px;
    /*font-size: 1.17em;*/
    font-size: 1.40em !important;
    /*color: #000;*/
    /*color: #007bff;*/
    /*color: navy !important;*/
    color: #369acc !important;
    font-weight: bold;
    text-transform: capitalize;
}

h1 {
    text-transform: initial;
}

label, input, button, select, textarea {
    font-size: 100%;
}

#loginUserRole {
    font-size: x-small;
    margin: 5px;
}

.mm-header {
    display: block;
    background-color: white;
}

    .mm-header table {
        width: 100%;
        border: none;
    }

    .mm-header .mm-title {
        /*color: #04acec;*/
        color: darkcyan;
        /*text-align: center;*/
        text-align: right;
        font-size: x-large;
    }

    .mm-header .mm-logo {
        /*width: 300px;
        height: 50px;
        margin-left: 10px;*/
        width: 200px;
        height: auto;
    }

    .mm-header .mm-userinfo {
        text-align: right;
        margin-right: 10px;
    }

        .mm-header .mm-userinfo b {
            text-transform: uppercase;
            padding-right: 5px;
        }

        .mm-header .mm-userinfo a {
            cursor: pointer;
            vertical-align: middle;
            margin-right: 10px;
        }

            .mm-header .mm-userinfo a b {
                text-transform: none;
                color: maroon;
            }

.footer {
    position: absolute;
    text-align: center;
    border: 1px solid #e4e9f0;
    font-weight: bold;
    color: #63637f;
    background: #e4e9f0;
    left: 40%;
    bottom: 5px;
}

/* Main */

.main-content {
    height: 100%;
}

.mainbody {
    width: 100%;
    height: 100%;
    background-color: #e4e9f0;
}

    .mainbody h3 button {
        border: none;
        border-radius: 0;
        background: #1a267c;
        float: left;
        position: relative;
        left: 10px;
        top: -5px;
    }

        .mainbody h3 button:focus, .mainbody h3 button:hover {
            background: #1a267c;
        }

.MainPanel {
    width: 100%;
    border: none;
}

#menu, #menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu {
    width: 100%;
    margin-top: 0%;
    padding: 0 0 0 0;
    list-style: none;
    /*background: #1a267c;*/
    background: #369ACC;
}

    #menu li {
        float: left;
        padding: 0 0 1px 0;
        position: relative;
        height: 35px;
    }

    #menu a {
        float: left;
        height: 20px;
        padding: 5px 20px;
        color: #fff;
        text-transform: uppercase;
        font: normal 15px/25px Arial, Helvetica;
        text-decoration: none;
        /*text-shadow: 0 1px 0 #fff;*/
    }

    #menu li a:hover {
        border-radius: 0;
        /*border-bottom: 4px solid #00bad6;*/
        border-bottom: 4px solid navy;
        opacity: 1;
    }

    #menu li:hover > a.dropdown {
        border: none;
    }

html #menu li a:hover { /* IE6 */
    /*color: #fafafa;*/
    /*color: #00bad6;*/
    color: navy;
}

#menu li:hover > ul {
    display: block;
    border: 1px solid white;
}

nav ul li a .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
    margin-top: 10px;
}

nav ul ul li a .caret {
    border-right-color: #000;
    border-right-color: #000;
}

/* Sub-menu */

#menu ul {
    position: absolute;
    width: 300px;
    top: 35px;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    margin: 0;
    list-style: none;
    background: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff59C0F3',endColorstr='#ff0081C2',GradientType=0);
    z-index: 99999999;
    -moz-box-shadow: 0px 1px 1px #111111, 1px 1px 1px 1px #777777;
    -webkit-box-shadow: 0px 1px 1px #111111, 1px 1px 1px 1px #777777;
    box-shadow: 0px 1px 1px #111111, 1px 1px 1px 1px #777777;
}

    #menu ul li {
        float: none;
        margin: 0;
        padding: 0;
        display: block;
    }

        #menu ul li:last-child {
        }

    #menu ul a {
        padding: 10px;
        height: auto;
        line-height: 1;
        display: block;
        white-space: nowrap;
        float: none;
        text-transform: none;
        color: #000;
        border: none;
        font-size: 16px;
    }

html #menu ul a { /* IE6 */
    height: 20px;
    width: auto;
}

*:first-child + html #menu ul a { /* IE7 */
    height: 15px;
    width: 170px;
}

    #menu ul a:hover {
        background: #eee;
        /*color: #00bad6 !important;*/
        color: #369ACC !important;
        opacity: 1;
        border: none;
        border-bottom: 2px solid #369ACC;
    }
/*start - BVP1 - modified on 28/01/2020*/
/*#menu ul li:first-child > a {
}

    #menu ul li:first-child > a:after {
        content: '';
        position: absolute;
        left: 50%;
        top: -7px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
    }

#menu ul li:first-child a:after {
    position: absolute;
    left: 30px;
    right: -8px;
    width: 0;
    height: 0;
}

#menu ul li:last-child > a {
    border-radius: 0;
}*/

#menu .list {
}

    #menu .list:after {
        content: '';
        position: absolute;
        right: 1%;
        top: 35%;
        border-bottom: 6px solid transparent;
        border-top: 6px solid transparent;
        border-left: 6px solid #000;
    }
/* end - BVP1 */

/* Clear floated elements */
#menu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

html #menu {
    zoom: 1;
}
/* IE6 */
first-child + html #menu {
    zoom: 1;
}
/* IE7 */

#menu ul ul {
    top: 1%;
    left: 93%;
    width: 300px;
    margin: 0 0 0 20px;
    _margin: 0; /*IE6 only*/
}

    #menu ul ul a:hover {
        background: #eee;
        /*color: #00bad6 !important;*/
        color: darkcyan !important;
        opacity: 1;
        border: none;
        border-bottom: 2px solid darkcyan;
    }

    #menu ul ul li:first-child a:after {
        left: -6px;
        top: 50%;
        margin-top: -6px;
        border-left: 0;
        border-bottom: 6px solid transparent;
        border-top: 6px solid transparent;
        /*border-right: 6px solid #00bad6;*/
        border-right: 6px solid darkcyan;
    }

    #menu ul ul ul {
        top: 0;
        left: 91%;
        width: 275px;
        margin: 0 0 0 20px;
        _margin: 0; /*IE6 only*/
    }

        #menu ul ul ul a:hover {
            background: #eee;
            /*color: #00bad6 !important;*/
            color: darkcyan !important;
            opacity: 1;
            border: none;
            border-bottom: 2px solid darkcyan;
        }

.noti-count {
    position: relative;
    top: -10px;
    background-color: red;
    color: white;
    padding: 3px 5px;
    border-radius: 50%;
    width: auto;
    left: -10px;
    opacity: 0.5;
    font-size: medium;
}

#NotificationsGrid .k-grid-content {
    min-height: 200px;
}

#NotificationsGrid.k-grid tbody #nLink {
    font-weight: bold;
    color: blue;
    cursor: pointer;
}

.top-left-buttons {
    position: relative;
    left: 1%;
    top: -35px;
    width: auto;
}

.top-left-right-buttons {
    position: relative;
    right: 1%;
    top: -88px;
    width: auto;
    float: right;
}

.top-right-buttons {
    position: relative;
    right: 1%;
    top: -35px;
    width: auto;
    float: right;
}

.button-custom-btn {
    margin-left: 5px !important;
    background: none !important;
    border: 2px solid lightgrey !important;
    box-shadow: none !important;
    background-color: white !important;
}

    .button-custom-btn .lkp-icon {
        display: inline-block !important;
    }

.ui-widget-content table tbody tr td {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.k-edit-form-container table tbody tr td {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

input.k-textbox, textarea.k-textbox, textarea,
.k-textbox > input, .k-multiselect-wrap,
.k-dropdown, .k-dropdown-wrap,
input.k-textbox:hover, textarea.k-textbox:hover,
input.k-textbox:focus, textarea.k-textbox:focus {
    /*border: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid lightgrey !important;*/
    box-shadow: none !important;
    /*background: white !important;*/
}

.k-autocomplete, .k-combobox,
.k-datepicker, .k-timepicker, .k-datetimepicker, .k-calendar-container, .k-calendar td, .k-calendar .k-link {
    /*border: none !important;*/
    box-shadow: none !important;
    background: none !important;
}

    .k-autocomplete.k-state-default, .k-picker-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-dropdown-wrap.k-state-default {
        /*border: none !important;*/
        box-shadow: none !important;
        background: none !important;
    }

.k-state-disabled, .k-state-disabled .k-link, .k-state-disabled .k-button, .k-other-month, .k-other-month .k-link, .k-dropzone em, .k-dropzone .k-upload-status, .k-tile-empty strong, .k-slider .k-draghandle {
    /*border: none !important;*/
    box-shadow: none !important;
    background: none !important;
}

.k-combobox .k-select, .k-picker-wrap .k-select, .k-numeric-wrap .k-select {
    /*border: none !important;*/
    box-shadow: none !important;
    background: none !important;
    /*border-radius: 0 !important;
    border-bottom: 1px solid lightgrey !important;*/
    position: relative;
    top: -0.5px !important;
    height: 98% !important;
}

/*.k-dropdown .k-input {
    margin-top: 2.5px;
}*/
.k-dropdown-wrap k-state-default {
    height: 32px;
}

.k-select {
    margin-top: -5px;
}

textarea {
    /*border: 1px solid lightgrey !important;*/
    padding-inline: 6px;
}

.k-state-selected > .k-link {
    color: black;
}
