﻿/*Login form Css Start-----------------------------------------------------------------*/

body.LoginBody {
    font-family: 'Arsenal', sans-serif !important;
    background: #fff !important;
    background: url('images/Login_Airport.png') repeat 0px 0px !important;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-attachment: fixed !important;
}

.login-form input[type="submit"] {
    background: #f05319 !important;
    border: #f05319 !important;
}

.ace-nav > li.light-blue > a {
    background-color: #B1A389;
}

.login-form input[type="text"], .login-form input[type="password"] {
    opacity: 0.9 !important;
    background: burlywood !important;
}

.login-agileits-bottom h6 a {
    color: #e75b27;
}

.login-form p {
    color: red !important;
}

.main-agileits {
    opacity: 0.8 !important;
    background: #eef2f5 !important;
}

/*End Login form Css*/

/*Start Inner Layout css----------------------------------------------------------------------------------*/
.navbar {
    background: #f05319 !important;
}

.no-skin .nav-list > li > a {
    background-color: #f7e09a !important;
    color: #833946 !important;
}

.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
    color: #ffffff !important;
    background: #b1a389 !important;
}

.no-skin .nav-list > li {
    border-color: #833946 !important;
}

    .no-skin .nav-list > li.open > a {
        background-color: #b1a389 !important;
        color: #833946 !important;
    }

.breadcrumbs {
    border-bottom: 1px solid #b1a389 !important;
    background-color: #b1a389 !important;
}

.breadcrumb > li > a {
    color: #ffffff !important;
}

.breadcrumb > li, .breadcrumb > li.active {
    color: #ffffff !important;
    font-weight: 500;
}

    .breadcrumb > li + li:before {
        color: #ffffff !important;
    }

.no-skin .sidebar-shortcuts {
    background-color: #b1a389 !important;
}

.no-skin .nav-list > li .submenu > li > a {
    border-top-color: #833946 !important;
    background-color: #fff2cb !important;
    color: #833946 !important;
}

    .no-skin .nav-list > li .submenu > li > a:hover {
        background-color: #b1a389 !important;
        color: #ffffff !important;
    }

.no-skin .sidebar.menu-min .nav-list > li > a > .menu-text {
    background-color: #fff2cb !important;
    color: #833946 !important;
}

.no-skin .sidebar.menu-min .nav-list > li:hover > a > .menu-text {
    background-color: #b1a389 !important;
    color: #ffffff !important;
}

.input-group-addon, .input-group-btn {
    width: 0% !important;
}

.breadcrumb {
    background: none !important;
}

.CurrentDay {
    background-color: #F7E09A;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    color: #833946;
}

.NonComplianceModalHeader {
    background-color: #b1a389 !important;
    color: white;
}

.NonComplianceHeader {
    background-color: #f7e09a !important;
    color: #833946 !important;
}
/*End Inner Layout css*/

.ClickForEdit {
    color: #438EB9;
    cursor: pointer;
}
