.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;
}

.btn-excel {
    border: 1px solid #1B7444;
    color: #FFFFFF;
    background-color: #1B7444;
    cursor: pointer;
}

.btn-excel:hover,
.btn-excel:focus,
.btn-excel:active,
.btn-excel.active,
.open>.btn-excel.dropdown-toggle {
    background-color: #18663C;
    color: #FFFFFF;
    border-color: #18663C;
}

.btn-excel.disabled,
.btn-excel.disabled:hover,
.btn-excel.disabled:focus,
.btn-excel.disabled.focus,
.btn-excel.disabled:active,
.btn-excel.disabled.active,
.btn-excel:disabled,
.btn-excel:disabled:hover,
.btn-excel:disabled:focus,
.btn-excel:disabled.focus,
.btn-excel:disabled:active,
.btn-excel:disabled.active,
.btn-excel[disabled],
.btn-excel[disabled]:hover,
.btn-excel[disabled]:focus,
.btn-excel[disabled].focus,
.btn-excel[disabled]:active,
.btn-excel[disabled].active,
fieldset[disabled] .btn-excel,
fieldset[disabled] .btn-excel:hover,
fieldset[disabled] .btn-excel:focus,
fieldset[disabled] .btn-excel.focus,
fieldset[disabled] .btn-excel:active,
fieldset[disabled] .btn-excel.active {
    background-color: transparent;
    border-color: #1B7444;
}

.btn-excel.btn-outline {
    color: #1B7444;
    background-color: transparent;
    border: 1px solid #1B7444;
    opacity: 1;
    filter: alpha(opacity=100);
}

.btn-excel.btn-outline:hover,
.btn-excel.btn-outline:focus,
.btn-excel.btn-outline:active,
.btn-excel.btn-outline.active,
.open>.btn-excel.btn-outline.dropdown-toggle {
    background-color: #18663C;
    color: #FFFFFF;
    border: 1px solid #18663C;
}

.btn-excel.btn-outline .caret {
    border-top-color: #FFFFFF;
}

.btn-excel.btn-link {
    border-color: transparent !important;
    background-color: transparent !important;
    color: #888888;
}

.btn-excel.btn-link:hover,
.btn-excel.btn-link:focus,
.btn-excel.btn-link:active {
    text-decoration: none;
    border-color: transparent;
    color: #797979;
}

.btn-excel .caret {
    border-top-color: #1B7444;
}

.table .btn-excel.btn-link {
    color: #1B7444;
}

.bootstrap-select {
    margin-top: 0 !important;
}

.disabled-text {
    text-decoration: line-through;
}

.text-purple, .text-purple:hover{
    color: #6b1963 !important;
}

.square {
    height: 800px;
}

#global {
    border: 1px solid #ddd;
    background: #f1f1f1;
    overflow-y: scroll;
}

.img-doc {
    height: 300px;
    width: 200px;
}

.btn-send-email:hover,
.btn-send-email:focus,
.btn-send-email:active,
.btn-send-email.active,
.open>.btn-send-email.dropdown-toggle {
    background-color: #6b1963;
    color: #FFFFFF;
    border-color: #6E1B66;
}

.text-cyan, .text-cyan:hover{
    color: #22c7ea !important;
}

.text-red, .text-red:hover{
    color: #fa414b !important;
}

.text-yellow, .text-yellow:hover{
    color: #fda534 !important;
}

.text-purple, .text-purple:hover{
    color: #6b1963 !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;
}