.tim-row{
    margin-bottom: 20px;
}

.tim-white-buttons {
    background-color: #777777;
}
.typography-line{
    padding-left: 25%;
    margin-bottom: 35px;
    position: relative;
    display: block;
    width: 100%;
}
.typography-line span{
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    position: absolute;
    width: 260px;
    text-transform: none;
}
.tim-row{
    padding-top: 60px;
}
.tim-row h3{
    margin-top: 0;
}

.offline-doc .page-header:before {
  content: "";
  background: rgba(0,0,0,.75);
}

.offline-doc .page-header{
  display: flex;
  align-items: center;
}

.offline-doc .footer{
  position: absolute;
  width: 100%;
  background: transparent;
  bottom: 0;
  color: #fff;
  z-index: 1;
}

#map {
  position: relative;
  width: 100%;
  height: 100vh;
}
.card-lock .card-header img{
	width: 180px;
    height: 180px;
	margin-top: -100px;
}
.navbar .navbar-brand .logo-login{
	max-width: 150px;
}
.navbar .navbar-brand{
	text-transform: inherit;
}
.cursor-pointer{
	cursor: pointer;
}
.user-select-none {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.user-select {
  -webkit-touch-callout: text;
    -webkit-user-select: text;
     -khtml-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
}
#myModal10, #myModal11, #myModal12, #myModal13{
	background-color: rgba(0,0,0,0.5);
}
#myModal12 .modal-dialog, #myModal13 .modal-dialog{
	max-width: 900px;
}
#myModal10 .input-group .input-group-prepend .input-group-text, #myModal11 .input-group .input-group-prepend .input-group-text, #myModal13 .input-group .input-group-prepend .input-group-text{
	padding: 10px;
	border: 1px solid hsla(0, 0%, 100%, 0.5);
	border-right: none;
}
#myModal10 .input-group > .form-control:not(:first-child), #myModal11 .input-group > .form-control:not(:first-child), #myModal13 .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 1px solid;
    border-bottom-left-radius: 1px solid;
}
.modal.modal-primary .input-group-focus .input-group-append .input-group-text,
.modal.modal-primary .input-group-focus .input-group-prepend .input-group-text,
.modal.modal-primary .input-group-focus .input-group-prepend textarea{
	border-color: #fff !important;
}
.content-eventos .card{
	height: 100%;
}
#datatable_filter label input{
	border-color: #FFFFFF;
}
#datatable_filter label input::placeholder{
	color: hsla(0, 0%, 100%, 0.8);
}
#datatable_filter label input:focus{
	border-color: #e14eca;
}
#datatable_length select option{
	color: #000000 !important;
}
.z-index-max{
	z-index: 99999999999;
	position: relative;
}
.numbers .col-4{
	padding: 0px;
}
.numbers .col-4 h6{
	font-size: 10px;
	font-weight: 100;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
	background-color: transparent;
}
.modal.modal-primary .form-control{
	border-color: rgba(240,0,255,0.30) !important;
    color: #292b2c !important;
}
.square{
	aspect-ratio: 10 / 7;
}
@media (orientation: portrait) and (max-height: 720px){
	.lock-page .navbar .navbar-brand .logo-login{
		max-width: 60vw;
	}
	.lock-page .navbar .navbar-wrapper {
		display: block;
		margin: auto; 
	}
	.lock-page .card.card-white{
		margin-top: 2vh;
	}
}