﻿body {
}

header .logo {
    margin-top: -6px !important;
    margin-bottom: 14px;
    padding-left: 10px;
    margin-right: 35px;
}

.login.box {
    width: 30%;
    margin: auto;
    top: 33%;
    position: absolute;
    left: 35%;
    transform: translateY(-50%);
    /*background: rgba(228,221,202,1) !important;*/
    font-family: 'Roboto', sans-serif;
    border-radius: 10px;
    z-index: 1000;
    background: #c7e1f1;
}

.btn-link {
    font-weight: normal;
    color: #13301f !important;
    cursor: pointer;
    border-radius: 0;
}

    .btn-link:hover, .btn-link:focus {
        color: #13301f !important;
        text-decoration: underline;
        background-color: transparent;
    }

.clr-grn {
    color: #13301f;
}

.btn-success {
    color: #fff;
    background-color: #FE6D12 !important;
    border-color: #FE6D12 !important;
}

.box input[type='text'], .box input[type='password'] {
    border: 0px;
    padding: 9px;
    background: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #13301f;
    width: 80%;
    display: inline-block;
    margin: auto;
    margin-top: 7px;
    font-weight: 200;
    /* border-radius: 5px; */
    box-sizing: border-box;
}

.box1 input[type='text'], .box1 input[type='password'] {
    border: 0px;
    padding: 9px !important;
    background: #fff !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #13301f;
    width: 80%;
    display: inline-block;
    margin: 5px !important;
    margin-top: 7px;
    font-weight: 200;
    /* border-radius: 5px; */
    box-sizing: border-box;
}

/*.admin-form {
            width: 30%;
            margin: auto;
            top: 45%;
            position: absolute;
            left: 35%;
            transform: translateY(-50%);
            background: rgba(228,221,202,1) !important;
            font-family: 'Roboto', sans-serif;
            border-radius: 10px;
            z-index: 1000;
        }*/
.mainbar .page-head {
    background-color: #003e29 !important;
}

.btn-primary {
    background-color: #FE6D12 !important;
    border-color: #FE6D12 !important;
}

.btn-info {
    background-color: #003E29 !important;
    border-color: #003E29 !important;
    /*background-color: #003E29 !important;*/
}

.btn-header {
    background-color: #FE6D12 !important;
    color: #fff !important;
    border-color: #FE6D12 !important;
}

.sidebar #nav > li > a:hover, .sidebar #nav > li > a.open, .sidebar #nav > li > a.subdrop {
    color: #e9e9e9;
    border-bottom: 1px solid #167cac;
    border-top: 1px solid #2094ca;
    background: -webkit-gradient(linear, left top, left bottom, from(#e3f6f6), to(#e3f6f6)) !important;
    background: -webkit-linear-gradient(top, #e3f6f6, #e3f6f6) !important;
    background: -moz-linear-gradient(top, #e3f6f6, #e3f6f6) !important;
    background: -ms-linear-gradient(top, #e3f6f6, #e3f6f6) !important;
    background: -o-linear-gradient(top, #e3f6f6, #e3f6f6) !important;
    background: linear-gradient(top, #e3f6f6, #e3f6f6) !important;
    box-shadow: none;
    color: #000;
    font-weight: bold;
}

.bgPriority {
    color: #fff !important;
    background: #003e29 !important;
    border-color: #ffe180 !important;
}
.dd-bg-white {
    background: #fff !important;
}
