﻿html, body {
    height: 100% !important;
}

.wrapper {
    background-color: #ecf0f5 !important;
}

.mg-t-15 {
    margin-top: 15px !important;
}

.mg-t-20 {
    margin-top: 20px !important;
}

.mg-t-30 {
    margin-top: 30px !important;
}

.navbar {
    margin-left: 0 !important; /*overide theme*/
}
/*Table*/
.box-body {
    background: #ffffff;
}

thead > tr > th {
    padding: 5px !important;
}

    thead > tr > th::after {
        content: unset !important;
    }
/*End Table*/


/* Login page */
.login-box .login-logo {
    /*color: #3c8dbc*/
}
/* End Login page */


/* Custom select*/
.custom-select {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
/* End Custom select*/

.my-custom-select {
    width: 100px;
    height: 34px;
}

.countries-input {
    padding-right: 42.5px;
    border-radius: 0 !important;
    box-shadow: none;
    border-color: #d2d6de;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#countries-input-0 {
    padding-right: 42.5px;
    border-radius: 0 !important;
    box-shadow: none;
    border-color: #d2d6de;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#countries-autocomplete-0 {
    width: 328px !important
}


.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #2C3D4455 !important;
}

.table tbody td a {
    padding: 0 !important;
}

.label-status-transaction {
    font-size: 12px;
    font-weight: 100;
}

.content-wrapper {
    margin-left: 0px !important;
}

.custom-content-wrapper{
    min-height: 0px !important;
    float: left;
    width: 100vw;
}

.breadcrumb {
    position: unset !important;
    float: left !important;
}

.breadcrumb a {
    color: #444;
}


.breadcrumb a i,label{
    cursor: pointer !important;
}

.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #d2d6de !important;
}

#box-lockscreen .lockscreen {
    background: #d2d6de;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    opacity: 0.3;
    z-index: 2000;
    cursor: progress;
}

#box-lockscreen i {
    position: fixed;
    top: calc(45% - 24px);
    left: calc(50% - 24px);
    z-index: 2001;
    color: cadetblue;
    cursor: progress;
}

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    left: 144px;
    top: 232px;
    width: 241px;
    right: 0;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        .autocomplete-items div:hover {
            /*when hovering an item:*/
            background-color: #e9e9e9;
        }

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}


.custom-box-tools{
    position: relative !important;
    margin-left: 20px;
}

.box-title strong{
    font-size: 17px !important;
    line-height: 44px !important;
}

.currency-credit {
    color: #77D353;
}

.currency-debit {
    color: #F95F62;
}