﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i');

* {
    margin: 0;
    padding: 0;
}

body {
    background: #d2d2d2;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}



header {
    display: flex;
    background-image: linear-gradient(to right, #3F51B5, #FFC107);
    border-bottom: 5px solid #FFEB3B;
}

.logo {
    float: left;
    /*margin: 10px 15px 10px 0;*/
    padding: 0;
    width: 81px;
}

    .logo img {
        width: 100%;
    }

.pro-title h2 {
    /*padding: 15px 0;*/
    font-size: 37px;
    color: #fff;
}

.navbar {
    background: #568b11bf;
    padding: 0;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        /*background-color: #6d4d41;
        color: #fff;*/
    }

section {
    display: flex;
    min-height: 489px;
    background-color: #fff;
}

footer {
    display: flex;
}



.list-nav {
    //float: right;
    margin: 0;
    padding: 0;
    list-style: outside none;
    //position: relative;
    bottom: 5px;
    right: 15px;
}

    .list-nav > li {
        float: left;
        display: inline;
    }

        .list-nav > li > a {
            float: left;
            color: #fff;
            text-decoration: none;
            background: #114a55;
            padding: 5px 15px;
            margin-left: 10px;
            transition: all 0.3s ease-in;
            /* border:1px solid #fff;*/
        }

            .list-nav > li > a:hover {
                background-color: #fff;
                color: #114a55;
                /*border:1px solid #114a55;*/
            }

.menu-background {
    background-image: linear-gradient(to right, #3F51B5, #FFC107) !important;
    padding: 2px;
}

/*
.footer-fixed {
position:fixed;
bottom:0;
width:100%;
}
*/

.margin-bottom {
    margin-bottom: 7px;
}


fieldset {
    border: 1px solid #ff6a00;
    position: relative;
    padding: 30px 15px;
}

    fieldset > legend {
        position: absolute;
        top: -20px;
        left: 15px;
        margin: 0;
        background: #fff;
        float: left;
        width: auto;
        padding: 0px 15px;
    }

.dropdown-menu {
    padding: 0;
    min-width: 15rem;
    border-radius: 0;
}

    .dropdown-menu li a {
        width: 100%;
        float: left;
        padding: 5px 10px;
        border-bottom: 1px solid #ddd;
        text-decoration: none;
        background: #364598;
        color: #fff;
    }

        .dropdown-menu li a:hover {
            color: #364598;
            background: #fff;
        }
/*============================ Model popup=========================*/
.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.pop-header {
    background-color: #3F51B5;
    padding: 10px 15px;
    margin: 0;
}

    .pop-header h5 {
        margin: 0;
        padding: 0;
        color: #fff;
    }

.pop-body {
    background-color: #fff;
    margin: 0;
    height:500px;
    padding: 15px;
    font-size: 12px;
    /*overflow: auto;*/
}

.pop-footer {
    background-color: #f7f7f7;
    padding: 10px 15px;
    margin: 0;
}

.form-group {
    margin: 20px 0;
}

    .form-group span {
        /*font-weight: 800;*/
    }

section .container {
    background-color: #eeeeee;
    box-shadow: 0 0 7px rgba(0,0,0,0.3);
    margin-top: 10px;
    margin-bottom: 10px;
}

.sec-title {
    padding: 10px;
    padding-bottom: 0;
    color: #fff;
}

.bg-light {
    background-color: #364598 !important;
}

.bg-info {
    background-color: #364598 !important;
}

div#ContentPlaceHolder1_pnlVariManager {
    width: 800px;
    top: 37px;
    position: absolute;
    z-index: 100001;
    left: 283px;
    overflow: hidden;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f2f7fb;
    opacity: 1;
}

.dateimg
{
    width: 25px;
    height: 25px;
    position: absolute;
    /*right: 20px;*/
    /*top: -1px;*/
}

#banner {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url('../img/clk2.png') no-repeat scroll center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 120px 0 90px 0;
    text-align: center;
    vertical-align: middle;
}

