﻿.auth-page .auth-side-wrapper {
    background-image: none;

}

.auth-page .auth-side-wrapper {

    
}

@media only screen and (max-width: 700px) {
    .card-body {padding:1em 0em !important}
    .container {
        padding: 0px !important
    }
}

.btn {
    background-color: #2E93C1 !important;
    border-color: #2E93C1 !important;
}

.menu-title {
    color:white !important;
}
.horizontal-menu .navbar .navbar-content .navbar-brand span {
    color: #2E93C1 !important;
    font-weight: 300;
}
.bottom-navbar {
    display:inherit !important;
}

.bg-open { 
        background-color: #fabe11 !important;
}

.bg-waiting { 
        background-color: #e06302 !important;
}


tr.td-success td.tag a,tr.td-success td.tag a i,tr.td-success td.tag a,tr.td-success td.tag a i { color: rgb(5,163,74);}
tr.td-danger td.tag a,tr.td-danger td.tag a i { color: rgb(255,51,102);}
tr.td-open td.tag a,tr.td-open td.tag a i { color: rgb(250,190,17);font-weight: 700 !important;}

.feather-16{
    width: 16px;
    height: 16px;
}


.card .card-body h6.card-title { font-size: 18px; }

#signatures { text-align: center; margin: 0 auto; width: 75%; }
#signatures > div { width:250px;border-bottom: #000 2px dotted; }
    #signatures div img {  }
#signatures > div > div { position:relative;top:20px; }

.dataTables_wrapper .dataTables_length { float: initial; }

.dtFinal { background-color: yellow; font-weight:bolder; }