body, input, textarea, h1, h2, h3, h4, h5, h6, .btn, select, button, .ui-menu-item,
.gritter-item p{
    font-family: 'versosregular', sans-serif !important;
}

.loadingFullPage {
    display: none;
	background-color: rgba(0, 0, 0, 0.7) !important;
    position: fixed;
	z-index: 1060 !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} 

.loadingFullPage>img{
    margin-top: 20%;
    height: 240px;
}

.ex-page-content{
    padding-top: 55px;
    min-height: 100vh;
    /* background-color: #fdfdfd;
    min-height: 100vh; */
}

body{
    background-color: #fdfdfd;
    padding-bottom: 0px;
}

.scroll-amplimed::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.scroll-amplimed::-webkit-scrollbar {
    width: 8px;
    height: 10px;
    background-color: #F5F5F5;
}

.scroll-amplimed::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #9585bf;
}

.sizeicon {
    -webkit-transition: all 100ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 100ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 100ms ease-in;
    -moz-transform: scale(1);
    transition: all 100ms ease-in;
    transform: scale(1);
}

.sizeicon:hover {
    cursor: pointer;
    -webkit-transition: all 100ms ease-in;
    -webkit-transform: scale(1.6);
    -ms-transition: all 100ms ease-in;
    -ms-transform: scale(1.6);
    -moz-transition: all 100ms ease-in;
    -moz-transform: scale(1.6);
    transition: all 100ms ease-in;
    transform: scale(1.6);
}

.sizeicon-sm {
    -webkit-transition: all 100ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 100ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 100ms ease-in;
    -moz-transform: scale(1);
    transition: all 100ms ease-in;
    transform: scale(1);
}

.sizeicon-sm:hover {
    cursor: pointer;
    -webkit-transition: all 100ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 100ms ease-in;
    -ms-transform: scale(1.1);
    -moz-transition: all 100ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 100ms ease-in;
    transform: scale(1.1);
}

.amplimed-close{
    color: #ddd !important;
    font-size: 32px !important;
}
.amplimed-close:hover{
    color: #777 !important;
}

.ui-state-active{
    border: 1px solid #955fe1!important;
    background: #955fe1!important;
}

.alert-primary {
    color: rgba(114, 102, 200, 1);
    background-color: rgba(114, 102, 186, .25);
    border-color: #7266ba;
}

.alert-primary .close{
    color: rgb(45, 37, 141);
    margin-top: 0 !important;
}

.alert-primary a{
    text-decoration: underline;
}

.datepicker{
    z-index: 2000;
}

.ui-widget.ui-widget-content{
    z-index: 2000;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 10px;
}

.table-width{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

table.dataTable.table-sm thead :before,
table.dataTable.table-sm thead :after{
    bottom: 0.4em !important;
}

.bg-white{
    background: white;
}

.table-hover-amplimed tbody tr:hover{
    background: #7266ba;
    color:white;
    cursor:pointer;
}

.table-hover-amplimed tbody tr:hover i{
    color:white !important;
    cursor:pointer;
}

.amplimed_bg_fill {
    background-image: linear-gradient(to top right, #410099, #d60036);
    color: #fff;
}

.amplimed_bg_fill:hover {
    color: #d5d0e2;
}

.amplimed_assinar {
    padding: 5px 10px;
    background-color: #9585bf;
    font-size: 140%;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none !important;

}

label.switcher{
    margin-bottom: 0px;
}

.bootstrap-timepicker-widget td{
    text-align: center;
}

.bootstrap-timepicker-widget.dropdown-menu.open{
    display: inline;
}

.btn-outline-primary:not(:disabled):not(.disabled):active{
    
    background-color:#6254b2;
    border-color:#6254b2;
}


@media (max-width: 1060px) {
    .ajuda-topo{
        display: none;
    }
}

.modal-header {
    justify-content: center;
}