.logout-link {
    cursor: pointer;
}

.bootstrap-table .img-container{
    max-width: 180px;
    max-height: 120px;
    overflow: hidden;
    display: block;
    border-radius: 6px;
}

.sidebar .logo .navbar-brand-img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.bootstrap-table .img-container img{
     width: 70px;
    height: 100%;
 }

.login-form-logo {
    font-size: 60px;
    color: #333333;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: transparent /*#fff*/;
    margin: 0 auto;
}

.login-form-logo > img {
    max-width: 120px;
    max-height: 120px;
}

.table .btn-excel.btn-link {
    color: #436c86;
}

.bootstrap-select {
    margin-top: 0 !important;
}

.disabled-text {
    text-decoration: line-through;
}

.text-cyan, .text-cyan:hover{
    color: #22c7ea !important;
}

.text-red, .text-red:hover{
    color: #d80d05 !important;
}

.text-red2, .text-red2:hover{
    color: #f05b4f !important;
}

.text-yellow, .text-yellow:hover{
    color: #f4c63d !important;
}

.text-purple, .text-purple:hover{
    color: #9368e8 !important;
}

.text-green, .text-green:hover{
    color: #1a7443 !important;
}

.text-blue, .text-blue:hover{
    color: #2377d0 !important;
}

.text-gray, .text-gray:hover{
    color: #5e5e5e !important;
}

.text-deeppink, .text-deeppink:hover{
    color: #FF1493 !important;
}

.text-coral, .text-coral:hover{
    color: #FF7F50 !important;
}

.text-serie1, .text-serie1:hover{
    color: #d70d04 !important;
}

.text-serie2, .text-serie2:hover{
    color: #f05b4e !important;
}

.text-serie3, .text-serie3:hover{
    color: #f4c63d !important;
}

.text-serie4, .text-serie4:hover{
    color: #d17907 !important;
}

.text-serie5, .text-serie5:hover{
    color: #453d3f !important;
}

.text-serie6, .text-serie6:hover{
    color: #59932c !important;
}

.text-serie7, .text-serie7:hover{
    color: #2644d3 !important;
}

.text-serie8, .text-serie8:hover{
    color: #6b0391 !important;
}

.square {
    height: 800px;
}

.square-1 {
    height: 500px;
}

#global {
    border: 1px solid #ddd;
    background: #f1f1f1;
    overflow-y: scroll;
}

.img-doc {
    height: 800px;
    width:  200px;
}

.img-evi {
    width: 100%;
    height: auto;
}