@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat.ttf');
    font-weight: 500;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-VariableFont_wght.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-VariableFont_wght.ttf');
    font-weight: 500;
}

@font-face {
    font-family: 'Exo2';
    src: url('../fonts/Exo2-VariableFont_wght.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-VariableFont_wght.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Comfortaa';
    src: url('../fonts/Comfortaa-VariableFont_wght.ttf');
    font-weight: 600;
}

@font-face {
    font-family: 'WorkSans';
    src: url('../fonts/WorkSans-VariableFont_wght.ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'Bitter';
    src: url('../fonts/Bitter-VariableFont_wght.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'RobotoCondensed';
    src: url('../fonts/RobotoCondensed-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: 'RobotoCondensed';
    src: url('../fonts/RobotoCondensed-Regular.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'RobotoCondensed';
    src: url('../fonts/RobotoCondensed-Light.ttf');
    font-weight: lighter;
}

body {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-family: 'Quicksand', sans-serif;
    /* background-image: none !important; */
    /* background-color: steelblue !important; */
    /* font-size: 0.99em !important; */
}

.navbar {
    font-size: 0.95em;
}

#logo{
    height: 35px;
    line-height: 30px;
}
#link-logo {
    text-decoration: none;
    line-height: 30px;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 200px;
}
.ui-autocomplete-loading {
    background: white url("images/ui-anim_basic_16x16.gif") right center no-repeat;
}
  
td > a { 
    display: block; 
}
 
td > a:hover { 
    text-decoration: none;
}

.navbar {
    font-weight: 500 !important; 
    padding: 7px !important;
}

.date-font {
    font-family: 'RobotoCondensed', cursive;
    font-size: 15px;
    text-align: center !important;
    font-weight: normal;
    color: #888888;
}

.btn-group-sm>.btn, .btn-sm, .form-inline>select {
    font-size: 13px !important;
    /* font-weight: bold !important; */
}

.bg-light-alpha-25 {
    background-color: rgba(248, 249, 250, 0.25);
}
.bg-light-alpha-50 {
    background-color: rgba(248, 249, 250, 0.5);
}
.bg-light-alpha-75 {
    background-color: rgba(248, 249, 250, 0.75);
}
.bg-white-alpha-25 {
    background-color: rgba(255, 255, 255, 0.25);
}
.bg-white-alpha-50 {
    background-color: rgba(255, 255, 255, 0.5);
}
.bg-white-alpha-75 {
    background-color: rgba(255, 255, 255, 0.75);
}

.bg-light-gray {
    background-color: #bfc6cc;
}

h5 {
    text-transform: uppercase;
}


@media only screen and (max-width: 767px) {
    body {
      /* background-image: none !important; */
      /* background-color: #FFF; */
    }
}

.text-grey {
    color: #6c757d !important;
}

.btn-outline-secondary:hover {
    color: #6c757d   
}

.table-hover tbody tr:hover{
    background-color: rgba(255,255,255,.85);   
}

.avatar {
    vertical-align: middle;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: -3px 3px 5px rgba(33,33,33,.2); 
}
.avatar:hover{
    border: 3px solid #d6d6d6;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.galeria > a:hover {
    text-decoration: none;
}

.lg-delete-button {
    font-size: 100% !important;
}

ul.ui-autocomplete {
    z-index: 999999999999 !important;
}

input.error {
    border-color: red;
}

.error {
    color: red;
    font-size: 80%;
}

.nav-pills .nav-link.active, .nav-pills > .active > a, .nav-pills > .active > a:hover {
    /* background-color: rgb(218, 218, 218) !important; */
    background-color: white;
    font-weight: 900;
}

.relatorio {
    padding: 20px;
    background-color: white;
    box-shadow: 2px 2px 5px 1px black;
}

.text-medium {
    font-size: 125%;
}

.text-large {
    font-size: 150%;
}

.text-extralarge {
    font-size: 200%;
}

.ui-menu-item {
    font-size: 90%;
}

.tabbable .nav-pills {
    overflow-x: hidden;
    overflow-y: hidden;
    flex-wrap: nowrap;
    border-bottom: 0;
}

.tabbable .nav-pills .nav-link {
    white-space: nowrap;
}

/* FORCE BOOTSTRAP ANIMATIONS */

.fade {
	transition:opacity 0.15s linear !important;
}
.collapsing {
	transition:height 0.35s ease !important;
}
.custom-switch .custom-control-label::after {
	transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-transform 0.15s ease-in-out !important;
	transition:transform 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out !important;
	transition:transform 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-transform 0.15s ease-in-out !important;
}
.custom-range::-webkit-slider-thumb {
	transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out !important;
}
.custom-range::-moz-range-thumb {
	transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out !important;
}
.custom-range::-ms-thumb {
	transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out !important;
}
.custom-control-label::before,.custom-file-label,.custom-select {
	transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out !important;
}
.badge {
	transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out !important;
}
.progress-bar {
	transition:width 0.6s ease !important;
}
.progress-bar-animated {
	-webkit-animation:progress-bar-stripes 1s linear infinite !important;
	animation:progress-bar-stripes 1s linear infinite !important;
}
.modal.fade .modal-dialog {
	transition:-webkit-transform 0.3s ease-out !important;
	transition:transform 0.3s ease-out !important;
	transition:transform 0.3s ease-out,-webkit-transform 0.3s ease-out !important;
}
.carousel-item {
	transition:-webkit-transform 0.6s ease-in-out !important;
	transition:transform 0.6s ease-in-out !important;
	transition:transform 0.6s ease-in-out,-webkit-transform 0.6s ease-in-out !important;
}
.carousel-fade .carousel-item {
    transition-property: opacity !important;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: 0s 0.6s opacity !important;
}

.carousel-control-prev,.carousel-control-next {
	transition:opacity 0.15s ease !important;
}
.carousel-indicators li {
	transition:opacity 0.6s ease !important;
}
.form-control {
	transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out !important;
}
.btn {
	transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out !important;
}

/* END FORCE BOOTSTRAP ANIMATIONS */