body{

    font-family: open-sans-regular, Verdana, Helvetica, sans-serif;

}


.page-item.disabled, .page-item.disabled .page-link {
    background: lightgray;
}
#header{

    height: 60px;

    background-color: #e67e22;



}







.bi-orange-back{

    background-color: #e67e22;

    height: 100%;

}
.bg-bisms{
    background-color: #e67e22;
}



.full-height{

    height: 100%;

}

.full-width {

    width: 100%;

}



.text-dark-bi-orange{

    color: #ac611e;

}



.admin-menu-item{

    background-color: white;

    min-height: 150px;

    border: solid 2px lightgray;

    border-radius: 8px;

    position: relative;



}

.admin-menu-item:hover{

    background-color: #2ecc71;

    border: solid 4px #e67e22;

    cursor: hand;



}



.admin-menu-item > img {

    width: 100px;

    position: absolute;

    left: 50%;

    top: 50%;



    -webkit-transform: translate(-50%, -50%);

    -moz-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    -o-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);





}



#header-title a{

    font-family: lobster,Verdana, Helvetica, sans-serif;

    color: white

}





.custom-modal .header{

    height: 60px;

    background-color: #e67e22;

    position: relative;



}



.custom-modal .header > .close{



    position: absolute;

    font-size: 40px;

    right: 10px;

    top: 8px;

    color: white;



}



.custom-modal .header > .title{

    font-family: open-sans-regular,Verdana, Helvetica, sans-serif;

    font-size: 25px;

    text-align: center;

    color: white;

    margin-top: 10px;



}



.custom-modal .body{



    padding: 10px 10px;

    max-height: 400px;



    overflow-y: auto;

    overflow-x: hidden;



}



.custom-modal .modal-content {

    border: solid 3px #e67e22;

    border-radius: 8px;

}



.enterprise-item{

    height: 90px;

    padding-top: 15px;

    padding-bottom: 15px;

    border-bottom: solid 1px lightgray;

}

.enterprise-item .enterprise-name{

    color: #ac611e;

}

.enterprise-item .credit-value{

    color: #3498db;

    font-weight: 600;

}

.enterprise-item .alternate-fields{

    color: #7f8c8d;

    font-size: 13px;

    font-weight: 600;

}



.enterprise-item:hover {

    background-color: #bdc3c7;

    cursor: hand;



}



.enterprise-item.enterprise-selected, .enterprise-item.enterprise-selected * {

    background-color: #27ae60;

    color: white;

}



.login-block{

    min-height: 100px;

}



.login-block .bi-img-white {

    width: 150px;

    margin-left: auto;

    margin-right: auto;

}

.login-block .bi-img-white img{

    width: inherit;



}



#login-form input{

    height: 50px;

}



#login-form label{

    color: white;

}



.login-block .errors-container {

    color: white;

}



.input-invalid {

    border: 2px red solid;

}


.table-container {
    background-color: white;
    border-radius: 8px;
    min-height: 200px;
    padding: 15px 15px;
    /*height: 425px*/
}
.table-container-inner {
    overflow: auto;
    /*height: 350px;*/
    position: relative;
}

.page-link {
    cursor: pointer;
}

table {
    /*table-layout: fixed;*/
}
.bi-table th{
    background-color: #34495e;
    color: white;
}

.bi-table.selectable tr td{
    cursor: pointer;
}

.bi-table.selectable tr:hover td{
    background-color: lightgray;
}

.bi-table.selectable tr.selected td{
    background-color: #F97F51;
    color: white;
}


.bi-search-container {
    padding: 0;
    position: relative;
}

.bi-search-container form {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bi-modal-bar{
    position: absolute;
    height: 100%;
    width: 35px;
    right: 0;
    bottom: 0
}

.bi-disabled {
    background-color: lightgray!important;
    border-color: lightgray!important;
}

.order-status-item {
    border-bottom: 1px solid lightgray;
}
.order-status-item.no-border {
    border-bottom: none;
}
.order-status-item:hover {
    background-color: #a49494;
    cursor: pointer;
}
.container-item-selected {
    background-color: #a49494;
}

.navbar a {
    color: white;
}

.navbar a.dropdown-item {
    color: black;
}

.navbar a.dropdown-item:hover {
    color: white;
    background-color: #e67e22;
}

.aside-menu .item {
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    font-weight: 600;
}

.aside-menu .item:hover {
    background-color: lightgray;
}
.aside-menu .item.active {
    background-color: #e67e22;
    color: white;
}

.loading-btn, .loading-btn:hover {
 background-color: floralwhite;
    color: black;

}

.loading-btn::after {
    display: inline-block;
    content: "";
    float: right;
    width: 25px;
    height: 25px;
    background: url('../img/loading.gif')  no-repeat;
    background-size: 100% 100%;

}

.provider-item {
    min-height: 100px;
    border:solid lightgray 1px;
    background-color: white;
    border-radius: 5px;
}
.provider-item .description{
    color: gray;
}

.provider-item.selected{
    border: solid 3px #2ecc71;
}

.provider-item.selected::before {
    content: '';
    width: 50px;
    height: 50px;
    background: url('../img/selected.png')  no-repeat;
    background-size: contain;

    right: 0;
    position: absolute;
}

@media screen and (max-width: 767px) {

    #header-title{

        text-align: center;

    }



    .login-block .bi-img-white {

        width: 100px;



    }





}

