﻿._globalCodeCompany{
    display:none;
}

.button-main {
    color: #fff;
    background-color: #1e598f;
    border-color: #1e598f;
}

.button-main:hover {
    color: #fff;
    background-color: #1e598f;
    border-color: #1e598f;
}

.button-edit {
    color: #d39e00;
    font-size: 16px;
}

.button-check {
    color: green;
    font-size: 16px;
}

.button-delete {
    color: #bd2130;
    font-size: 16px;
}

.button-file {
    color: red;
    font-size: 15px;
    background-image: url(../images/icon-pdf.png);
}

.button-view {
    color: #4066d4;
    font-size: 16px;
}

.btnApp {
    margin-left:2px;
}

@media (min-width:768px) {

    .modal-wide-60 {
        max-width: 60%;
    }

    .modal-wide-80 {
        max-width: 80%;
    }

    .modal-wide-90 {
        max-width: 90%;
    }
}

.bk-login {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    z-index: -1;
    min-width: 1366px;
    min-height: 768px;
}

.page-title {
    display: inline
}

.table-body {
    font-size: 11px;
}

.table-body > tr {
    font-size: 11px;
}

.modal-title {
    color:white
}

.close {
    color:white
}

.page-heading {
    border-top: 0;
    padding: 0 10px 5px 10px;
}

.modal-footer {
    padding: 10px 10px 10px 10px;
}

/*SPINNER - INÍCIO */
#divLoading {
    display: none;    
}

    #divLoading.show {
        display: block;
        position: fixed;
        z-index: 99999999999999;
        background-image: url('../images/loading-gid.gif');
        background-color: #272727;
        opacity: 0.8;
        background-repeat: no-repeat;
        background-position: center;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
    }

#loadinggif.show {
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 101;
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
}

div.body {
    width: 1000px;
    height: 1000px;
}

/*extra small*/
@media (max-width: 576px) {
    .text-loading {
        font-size: 20px;
        color: #fff;
        position: relative;
        top: 200px;
    }

    .breadcrumb-desktop {
        display: none;
    }

    #menuUsuarioDesktop {
        display: none;
    }

    .menuEmpresaDesktop {
        display: none;
    }

    #logoMobile {
        width: 135px;
        position: relative;
        top: 15px;
    }

    #boxTopoBotoesDesktop {
        display: none;
    }
}

/*small*/
@media (min-width:577px) and (max-width: 768px) {
    .text-loading {
        font-size: 20px;
        color: #fff;
        position: relative;
        top: 200px;
    }

    .breadcrumb-desktop {
        display: none;
    }

    #menuUsuarioDesktop {
        display: none;
    }

    .menuEmpresaMobile {
        display: none;
    }

    #logoMobile {
        width: 185px;
        position: relative;
        top: 10px;
    }

    #boxTopoBotoesDesktop {
        display: none;
    }
}

/*medium*/
@media (min-width:769px) and (max-width: 992px) {
    .text-loading {
        font-size: 20px;
        color: #fff;
        position: relative;
        top: 200px;
    }

    .breadcrumb-mobile {
        display: none;
    }

    #menuUsuarioMobile {
        display: none;
    }

    .menuEmpresaMobile {
        display: none;
    }

    #logoMobile {
        display: none;
    }

    #boxTopoBotoesMobile {
        display: none;
    }
}

/*large*/
@media (min-width:993px) and (max-width: 1140px) {
    .text-loading {
        font-size: 20px;
        color: #fff;
        position: relative;
        top: 215px;
    }

    .breadcrumb-mobile {
        display: none;
    }

    #menuUsuarioMobile {
        display: none;
    }

    .menuEmpresaMobile {
        display: none;
    }

    #logoMobile {
        display: none;
    }

    #boxTopoBotoesMobile {
        display: none;
    }
}

/*extra large*/
@media (min-width: 1141px) {
    .text-loading {
        font-size: 20px;
        color: #fff;
        position: relative;
        top: 250px;
    }

    .breadcrumb-mobile {
        display: none;
    }

    #menuUsuarioMobile {
        display: none;
    }

    .menuEmpresaMobile {
        display: none;
    }

    #logoMobile {
        display: none;
    }

    #boxTopoBotoesMobile {
        display: none;
    }
}

/*SPINNER - FIM */

.footable > tbody > tr > td {
    border: 1px solid lightgrey;
}

.footable > thead > tr > th {
    border: 1px solid lightgrey;
}

.bs-searchbox > input[type=text] {
    text-transform:uppercase;
}