.page .login-page{
    display: none;
    background-image:url(../img/photos/bg01.jpg);
}
h1{
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .05rem;
    margin-bottom: .25rem;
}
.table td, .table th {
    vertical-align: middle;
    border-top: 0 !important;
}
.form-control, .bootstrap-select {
    min-height: 50px !important;
    background: #fbfbfb !important;
    border: 1px solid #f1ebeb !important;
}

.form-control{
    color: #555;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
    -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;
}
.bootstrap-select .btn{
    height:50px;
}

.btn-light:hover {
    color: color-yiq(#e2e6ea);
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.input-group-text, .input-group-append {
    border: 1px solid #e9e9e9;
    border-bottom-right-radius:4px;
    border-top-right-radius:4px;
}
.dataTables_length label, #example_filter label, .dataTables_filter label{
    display:inline-block;
    width: 100%;
}

@media (max-width: 760px) {

.table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.card-header h1{
    text-align:center;
}

}
@media (max-width: 1024px) {
table .btn{
    display:block;
    width:100%;
    margin-bottom:3px;
}
}