body{
    font-size: 14px !important;
}

.img-center {
    max-width: 100%;
    max-height: 100px;
    margin: 0;
    margin-top:5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    vertical-align: middle;
    /*import css*/
    border-radius: 6px;
}

.hover-visible {
    outline: 1px solid transparent;
}
.hover-visible .action {
    visibility: hidden;
}
.hover-visible:hover .action {
    visibility: visible;
}

.table td, .table th{
    padding: 8px; !important;
}

.table {
    font-size:14px; !important;
}

.table-auto{
    width: auto !important;
}

.search-box .app-search input {
    padding: 17px; !important;
}

.form-group label {
    color: #00a5bb; !important;
}

.input-group-btn .btn{
    height: 100%; !important;
    border-color: rgba(0, 0, 0, 0.15); !important;
}

.floating-labels .focused label{
    color: #00a5bb; !important;
}

.jq-toast-single {/**Fonte dos toast que aparecem no topo**/
    font-size:14px; !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    top:6px;
}

.select2-container .select2-selection--single{
    padding: 6px; !important;
    height: 38px;
}

.tab-pane{
    background-color: #ffffff; !important;
}

select {
    width: 100%; !important;
}

.no-margin{
    margin:0px !important;
}


.shadow9 {
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}

.shadow1 {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.no-border{
    border: 0px !important;
}

.max-w230{
    max-width:230px !important;
}

.max-w480{
    max-width:480px !important;
}

.max-w640{
    max-width:640px !important;
}

.max-w980{
    max-width:980px !important;
}

.max-w1280{
    max-width:1280px !important;
}

.no-padding{
    padding: 0px !important;
}

.p-t-50{
    padding-top: 50px;
}

.m-r-0{
    margin-right: 0px !important;
}

.logo-row{
    margin : 0px;
    margin-top:90px;
    background-color: rgba(0,0,0,0.5);
}

.logo img{
    /*height: auto;*/
    /*height: 100px;*/
    /*width: 100%;*/
    max-width: 120px;
    max-height: 120px;
    margin-top: -5px;
}

.logo-btn{
    position: absolute;
    left : 5px;
    /*bottom: 0px;*/
    top: 7px;
    right: 15px;
    width: 30px;
    min-width: 30px
}

#banner_div{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.box-register{
    position: absolute;
    left: 0;
    right:  0;
    bottom:  0;
    top: 0;
}

.center-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    vertical-align: middle;
    border-radius: 6px;
}

.center-center .card{
    margin-bottom: 0px;
    color: rgb(175,202,237);

}

.btn_top{
    top: 0px;
    position: absolute;
    right: 0px;
    margin: 13px;
    /*z-index: 999;*/
}

.page-titles{
    padding: 10px !important;
}

.cr-hand{
    pointer-events: all;
    cursor: pointer;
}

.cr-bloq{
    pointer-events: all;
    cursor: not-allowed;
}

.cr-help{
    pointer-events: all;
    cursor: help;
}

.m-t-35{
    margin-top: 35px;
}

.fc-unthemed .fc-today {
    border: 0px solid #00a5bb !important;
    background: #fcf8e3 !important;
}

.bg-loading{
    z-index: 2;
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
}

.loading-info{
    max-width: 320px;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    margin-top: 60px;
    background-color: #FFF;
}

.div-loading{
    z-index: 2;
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    top:0;
    right: 0;
}

.scheduling-status{
    top:-5px !important;
    font-size: 12px !important;
    height: 20px !important;
    line-height: 20px !important;
    width: 120px !important;
    text-align: center !important;
}

.btn-agenda a:hover{
    color: #6095DB !important;
}

.bg-ajatus{
    background-color: #6095DB;
    color: #FFF;
}


.image-disabled {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.code-error{
    font-size: 70px;
    line-height: 70px;
    font-weight: 900;
}



.logo-business-user{
    position: absolute;
    margin-left: -10px;
    height: 43px;
    border-radius: 5px;
    margin-top: 3px;
    border: 1px solid #E0E0E0 !important;
    background-color: #FFF;
    padding: 2px;
}

.select_business{
    padding-right: 30px !important;
    padding-left: 10px !important;
    width: 95% !important;
}

.page-titles{
    background-color: #fff !important;
    border: 1px solid #E0E0E0 !important;
    border-radius: 5px !important;
    margin-bottom: 15px;

}

.business-title-topbar{
    margin-top: 15px !important;
    margin-right: 20px !important;;
}

@media only screen and (max-width : 767px) {
    .logo-business-user{
        position: relative;
        left: 60px;
        height: 120px;
        border-radius: 5px;
        margin-top: 20px;
        border: 1px solid #E0E0E0 !important;
        padding: 5px;
    }

    .select_business{
        margin-left: 0px;
        padding-right: 30px !important;
        width: 220px !important;
    }
}

.box-icon{
    padding: 15px;
    font-size: 20pt;
    color: #fff;
    border-radius: 5px;
}

.box-text{
    padding-top: 15px;
    padding-right: 35px;
    text-align: right;
}

.p-all-5{
    padding: 5px !important;
}

@media print{
    .no-print{
        display:none;
    }
}


.text-gray-dark {
    color: #292b2c !important;
}


.text-muted {
    color: #c0c0c0 !important;
}

.font-12{
    font-size: 12px !important;
}
