﻿*.font {
    font-family: 'Trebuchet MS';
}


.LoginValidation {
    font-family: Segoe UI;
    font-size: 12px;
    color: #d15050;
}

.headermargin {
    margin: 5px;
}

.topmargin {
    margin-top: 10px;
}
.bottommargin{
    margin-bottom:50px;
}
.title {
    margin-top: 15px;
    color: #004b88;
}

.menubar {
    background: #024D87;
    padding-bottom: 5px;
    margin: 10px 0px 25px 0px;
    height: 40px;
}

.copyright {
    font-size: 15px;
    color: #575352;
    text-align: center;
    margin-top: 5px;
    background: #2a2928;
    padding: 10px 0;
    padding-top: 7px;
    padding-bottom: 0px;
}
/*menu css*/
.dropbtn {
    /*background-color: #4CAF50;*/
    color: white;
    padding: 5px;
    font-size: 16px;
    border: none;
    background: #2e4b90;
    margin-bottom: 6px;
    font-weight:600;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    /*background-color: #f1f1f1;*/
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: #fff;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        border-radius: 5px;
    }

        .dropdown-content a:hover {
            color: #2e4b90 !important;
            background: #fff !important;
            border-radius: 5px;
        }

.dropdown:hover .dropdown-content {
    display: block;
    color: #fff !important;
    background: #2e4b90 !important;
    border-radius: 5px;
}

.dropdown:hover .dropbtn {
    color: #2e4b90 !important;
    background: #fff !important;
    border-radius: 5px;
}



/*remove underline from anchor*/
a {
    text-decoration: none !important;
}

label.mandate:before {
    content: "*";
    color: red;
}

label {
    padding-top: 6px;
    font-weight: 500;
    color: #000
}

.card-header {
    padding: .20rem 1.10rem;
}
.card-body {
    padding: 0.30rem;    
}
.form-control {
    border: 1px solid #000;
    line-height:1.0;
    color:#000;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}
.row{
    padding-top:3px;
}

/*kendo grid css start*/
.k-grid-header .k-header > .k-link, .k-header, .k-treemap-title {
    color: white;
}

.k-grid td.k-state-selected:hover, .k-grid tr.k-state-selected:hover {
    background-color: #a0c3e6;
    background-image: none;
}
.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list > .k-state-highlight, .k-list > .k-state-selected, .k-marquee-color, .k-panel > .k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-tool.k-state-selected {
    color: #000;
    background-color: #dad9d8;
    border-color: #dad9d8;
}
.k-grid-header .k-header, .k-grid-header .k-header .k-link, .k-grid-header .k-link, .k-grid-header .k-link:link, .k-pager-info, .k-scheduler-agendaview .k-scheduler-datecolumn, .k-scheduler-header {
    color: #fff !important;
}
.k-pager-info k-label{
    color:#000 !important;
}
.k-grid .k-alt {
    background-color: #eaeaea;
}
a.k-button.k-button-icontext.k-grid-excel {
    background: #fff;
    color: #000;
}
/*kendo grid css end*/
/*searchable drop down starts*/
.select2-container--default .select2-selection--single {
    border: 1px solid #000;
    border-radius: 4px;
    height: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 30px;
}
/*searchable drop down ends*/
/*for all drop downs start*/
select{
    color:#000 !important;
}
/*for all drop downs end*/
.card{
    margin:5px;
}
/*fa fa icon default colors*/
.faicon{
    color: #024D8A !important;
}

/*default height from all drop downs*/
select.form-control:not([size]):not([multiple]){
    height:calc(2.10rem + 2px);
}
/* shadow for boxes*/
.shadow {
    box-shadow: 0 .5rem 1rem #17a2b8!important;
}
/*Login Page css start*/
.login-block {
    /*background: #DE6262; /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to bottom, #FFB88C, #DE6262); /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to bottom, #FFB88C, #DE6262); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    float: left;
    width: 100%;
    padding: 50px 0;
}

.banner-sec {
    background-size: cover;
    min-height: 500px;
    border-radius: 0 10px 10px 0;
    padding: 0;
}

.container {
    /*background: #fff;*/
    border-radius: 10px;
    box-shadow: 15px 20px 0px rgba(0,0,0,0.1);
}

.carousel-inner {
    border-radius: 0 10px 10px 0;
}
.rightalign {
    text-align: right;
}

.leftalign {
    text-align: left;
}
.centeralign{
    text-align:center;
}

.carousel-caption {
    text-align: left;
    left: 5%;
}

.login-sec {
    padding: 50px 30px;
    position: relative;
}

    .login-sec .copy-text {
        position: absolute;
        width: 80%;
        bottom: 20px;
        font-size: 13px;
        text-align: center;
    }

        .login-sec .copy-text i {
            color: #FEB58A;
        }

        .login-sec .copy-text a {
            color: #E36262;
        }

    .login-sec h2 {
        margin-bottom: 30px;
        font-weight: 800;
        font-size: 30px;
        color: #DE6262;
    }

        .login-sec h2:after {
            content: " ";
            width: 100px;
            height: 5px;
            background: #FEB58A;
            display: block;
            margin-top: 20px;
            border-radius: 3px;
            margin-left: auto;
            margin-right: auto;
        }

.btn-login {
    background: #DE6262;
    color: #fff;
    font-weight: 600;
}

.banner-text {
    width: 70%;
    position: absolute;
    bottom: 40px;
    padding-left: 20px;
}

    .banner-text h2 {
        color: #fff;
        font-weight: 600;
    }

        .banner-text h2:after {
            content: " ";
            width: 100px;
            height: 5px;
            background: #FFF;
            display: block;
            margin-top: 20px;
            border-radius: 3px;
        }

    .banner-text p {
        color: #fff;
    }

/*Login Page css end*/
/* Select2 dropdown css start*/
.select2-container--default .select2-selection--multiple {
    border: 1px solid #000;
}
/* Select2 dropdown css end*/
/*jumbotron css start*/
.jumbotron {
    padding: 1rem 0rem !important;
}
/*jumbotron css end*/