body {
    font-size: .88rem;
}

.login{
    background-color: #0E471D !important;
    line-height: 1.2;
}

.login .main{ 
    color: rgba(255, 255, 255, 0.7) !important;  
    position: relative;
} 

/*
.login:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-image: url('https://www.mywms.pro/assets/images/background-login.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}
*/

.login .card{
    background-color: #115622 !important; /*#0866C6*/ 
    margin-bottom: 24px;  
}

.login .lead {
    font-size: 0.9rem;
    font-weight: 300;
}

.login .copyright {
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
  }

.login .form-control {
    background-color: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.6) !important;;
}

.login .form-control:focus{
    outline: 0 none !important;
}

.login .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
    opacity: 1; /* Firefox */
}

.login .form-label {
    margin-bottom: .2rem;
    color: rgba(255, 255, 255, 0.9) !important;
}

.login .invalid-feedback {
    color: #fff;
    display: none;
    font-size: 80%;
    margin-top: .25rem;
    width: 100%;
  }

.login .h2{
    color: #fff !important;
}

.login .display-1{
    color: rgba(255, 255, 255, 1) !important;
}

.login .h3{
    color: rgba(255, 255, 255, 1) !important;
}

.login .h4{
    color: rgba(255, 255, 255, 0.6) !important;
}

.login a{
    color: #fff !important;
}

.login .alert-message a {
    color: #333 !important;
  }

.login .forgot-password{
    color: #fff !important;
}

.login .alert-outline-coloured .alert-message {
    border: none !important;
} 

.login .alert-message p {
    margin-bottom: 0px !important;
}

.login .btn-login{
    background-color: #eff2f6 !important;
    border-color: #eff2f6 !important;
    color: #115622 !important;
}

.login .btn-login:hover{
    background-color: #DAE8F7 !important;
    border-color: #DAE8F7 !important;
    color: #115622 !important;
}

.login .dropdown-menu a {
    color: #333 !important;
}

.login .language .dropdown-menu a {
    color: #333 !important;
}

.login .language .nav-flag {
    font-size: 13px !important;
    text-decoration: none !important;
    color: rgba(255, 255, 255, 0.7) !important;
}

.login .language .nav-flag:hover {
    text-decoration: none !important;
    color: rgba(255, 255, 255, 1) !important;
}

.login .page-loader{
    background: rgba(14, 71, 29, .9) !important; 
}

.login .page-loader p, .page-loader-wrapper p , .page-loader-full-wrapper p {
    color: #fff ; 
}

.sidebar{
    background-color: #115622 !important;
}

.sidebar-content{
    background-color: #115622 !important;
}

.sidebar-dropdown .sidebar-item.active .sidebar-link {
    color: #FFFFFF !important;
    font-weight: 400;
}

.sidebar-dropdown .sidebar-link {
    color: rgba(255, 255, 255, .8);
    font-weight: 400;
    padding: .15rem 1.5rem .15rem 3.7rem;
    font-size: 14px !important;
}

.sidebar-link, a.sidebar-link {
    color: rgba(255,255,255,.7);
    font-size: 16px;
    /*padding: .300rem 1.625rem;*/
}

.sidebar-link .div-svg {
    width: 24px  !important;
    display: inline-block;
}

.sidebar-item.active > .sidebar-link svg {
    color: #ffffff !important;
}

a.sidebar-link:hover svg{
    color: #ffffff !important;
}

.sidebar-item.active > .sidebar-link {
    color: #ffffff !important;
    font-weight: 400 !important;
}

.sidebar-item.active > .sidebar-link i {
    color: #ffffff !important;
}

.sidebar-link:hover, a.sidebar-link:hover, .sidebar-link:hover i, a.sidebar-link:hover i{
    color: #ffffff !important;
}

.sidebar-user {
    text-align: center;
    color: #ffffff !important;
}

.sidebar-user .title{
    font-size:16px;   
}

.sidebar-user .description{
    font-size:12px; 
    color: rgba(255, 255, 255, .8);
}

.sidebar .badge-sidebar-cart {
    background: #099FAD;
    position: absolute;
    right: 20px;
    top: 14px;
}

.illustration {
    background-color: #DCE6DE;
    color: #115622;
}

.illustration-text {
    color: #115622;
}

.breadcrumb-item a{
    color: #115622 !important;
}

.stat {
    background: #DCE6DE;
}

.stat svg {
    color: #115622 !important;
}

.btn-sm {
    border-radius: .2rem !important;
}

.btn-sm-small {
    border-radius: .2rem;
    font-size: 12px;
    padding: 0 3px;;
}

.btn-light{
    background-color: #eff2f6 !important;
    border-color: #eff2f6 !important;
    color: #737d85 !important;
}

.btn-light:hover{
    background-color: #E7EBF1 !important;
    border-color: #E7EBF1 !important;
    color: #737d85 !important;
}

.btn-search-clear {
    background-color: transparent;
    border-color: #ccc;
      border-left-color: rgb(204, 204, 204);
    border-left-color: #fff;
    color: #999;
  }

ul.pagination{
    margin-bottom: 0 !important;
}

h5.card-title{
    text-transform: uppercase;  
}

.form-label {
    margin-bottom: .2rem;
}

.form-navigation-box {
    height: 200px;
    overflow-y: scroll;
    border: 1px solid #ced4da;
    border-radius: .2rem;
    padding: .7rem;
}

.modal h5 {
    font-size: .95rem;
    font-weight: 500;
    text-transform: uppercase;
}

.modal .alert-outline-coloured .alert-message {
    border-bottom-left-radius: 0px;
    /*border-bottom-right-radius: .2rem;*/
    border-top-left-radius: 0px;
    /*border-top-right-radius: .2rem;*/
}

.modal p {
    margin-bottom: 0px;
}

.modal-image .modal-content {
    background-color: transparent;
    text-align: center;
}

.modal-image .modal-dialog {
    max-width: 90%;
    max-height: 90%; /*max-height: 600px;*/
}

.modal-image .modal-header {
    border-bottom: 0px solid #dee6ed;
}

.modal-image .modal-body img {
    max-width: 100%;
} 

.modal-image .modal-footer {
    border-top: 0px solid #dee6ed;
    text-align: center;
    justify-content: center;
}

.modal .tab .tab-content {
    background: #fff;
    border-radius: none;
    box-shadow: none;
    padding: 30px 0 0 0;
    /*border-top: 1px solid #ced4da;*/
}

.modal .tab .nav-tabs .nav-link {
    padding: 0 0 5px 0;
    border-bottom: 0px solid #ced4da;
    margin-right: 30px;
}

.modal .tab .nav-tabs .nav-link.active {
    background: #fff;
    /*color: #3F80EA;*/
    /*border-bottom: 1px solid #ced4da;*/

    padding: 0 0 5px 0;
    border-bottom: 1px solid #ced4da;
    margin-right: 30px;
}

/*
.modal-backdrop {
    z-index: 1050 !important;
}
*/

.table > :not(caption) > * > * {
    padding: .3rem;
}

.table > tbody > tr > td {
    vertical-align: top; /*middle;*/
}

.table-action{
    text-align: right;
    min-width: 90px;
}

.table .btn-link {
    color: #115622;
    font-weight: 500;
    text-decoration: none;
}

.table .btn-link:hover {
    color: #333;
}

.table .no-border{
    border: none; 
}

.table-xs > :not(caption) > * > * {
    padding: .1rem !important;
}

.table .td-red{
    color:#CD302C;
    background-color: #F7DDDC !important;
    border-bottom: 1px solid #D9534F !important; 
    font-weight: 500;  
}

.table .td-green{
    color: #3DA963;
    background-color: #DBF2E3 !important;
    border-bottom: 1px solid #4bbf73 !important;
    font-weight: 500; 
}

.table .td-warning{
    color: #C47C1C;
    background-color: #FAEDDB !important;
    border-bottom: 1px solid #C47C1C !important;
    font-weight: 500; 
}

.table .td-gray{
    background-color: #F5F7FA !important;
    color: #7a878e;
    font-weight: 500;
}

.select2 {
    width: 100%;
}

.additional-data {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

.accordion a:hover {
    text-decoration: none;
}

.icon-float-right {
    float: right;
    padding-left: 5px;
    color: #666;
    font-size: 15px !important;
    padding-top: 0;
}

.dropdown-menu {
    padding: 0 !important;
    margin-top: 2px !important;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #115622 !important;
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-color: rgba(0,0,0,.2) transparent #115622;
}