* {
    margin: 0;
    box-sizing: border-box;
    letter-spacing: 0.2px;
}

input, select, option {
    height: 30px;
    border-radius: 2.5px;
    border: solid 1px #b5b5b5;
    padding: 4px 4px;
    width: 100%;
    font-size: 14px;
    background-color: #fff;
    font: 400 14px Arial !important;
}

input[type=date]:disabled, input[type=password]:disabled, input[type=datetime-local]:disabled, input[type=time]:disabled, input[type=number]:disabled, input[type=color]:disabled, select:disabled, textarea:disabled, input[type="text"]:disabled {
    background: #ececec;
    border-radius: 0px;
    border: 1px solid #A9A9A9;
    border-radius: 2px;
    color: #8a8a8a;
}

label {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 11px;
    margin-left: 2px;
    /* color: #000000; */
    height: 18px;
    margin-right: 2px;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
}

fieldset {
    border: 1px solid #b5b5b5;
    border-bottom: none;
    border-left: none;
    border-right: none;
    text-align: center;
    padding: 0px;
}

fieldset legend {
    padding: 10px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #6a6a6a;
}

#div_login {
    position: relative;
    top: 5%;
}

.login-footer {
    color: #777;
    line-height: 24px;
    font-size: 14px;
    width: 100%;
    bottom: 0;
    position: absolute;
    background-color: rgba(0,0,0,.6);
    padding: 0 10px;
}

.div_container_login {
    border-radius: 6px;
    background: #FFF;
    padding: 25px;
    height: auto;

    width:480px;
    margin: auto;
    margin-top: calc((100vh - 745px)/2);
}

#div_img_logotipo {
    min-height: 90px;
    width: 100%;
    float: left;
    position: relative;
}

#img_logotipo {
    width: 70%;
    max-height: 90px;
    object-fit: contain;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login_cabecalho {
    margin-top: 90px;
    margin-bottom: 0px;
    font-weight: bold;
    font-family: Montserrat, sans-serif;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    text-align: center;
}

.label_radio {
    float: left;
    width: auto;
    margin: 0px;
    padding-top: 4px;
}

@media screen and (max-width:479px) {
  .login-footer {
    font-size: 12px;
  }
  .div_container_login {
    width:100%;
  }
}

@media screen and (max-height:415px) {
  .login-footer {
    bottom: unset;
  }
  .div_container_login {
    margin:25px auto;
  }
}
.containerload {
  z-index: 9000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  overflow: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.div_fechar {
    width: 15px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0px;
    cursor: pointer;
    color: #8c8d8d;
}

.none-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn {
    text-decoration: none;
    height: 30px;
    line-height: 28px !important;
}

.btn[disabled="disabled"] {
    background-color: #ececec;
    color: #6e6e6e;
    pointer-events: none;
}

.loader, .loader:before, .loader:after {
    background: #404040;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.loader {
    color: #404040;
    text-indent: -9999em;
    margin: 88px auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before, .loader:after {
    position: absolute;
    top: 0;
    content: '';
}

.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 1.5em;
}

@-webkit-keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

#text-loader {
    width: 100%;
    color: #404040;
    position: absolute;
    top: 160px;
    text-align: center;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
}

#notification_required, #notification_wrong, #notification_alert, #notification_success {
    width: 350px;
    position: fixed;
    top: 95px;
    right: 5px;
    padding: 0px !important;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    background-color: #ecf0f1;
    border-color: #f1c40f;
}

.div-alert {
    color: #ffffff;
    background-color: #f1c40f;
    width: 50px;
    text-align: center;
    float: left;
    font-size: 30px;
    display: block;
    margin: 0;
    line-height: unset;
    height: 100%;
}

#notification_required div, #notification_u div {
    padding: 3px 0px;
}

.cssload-spin-box {
	position: absolute;
	margin: 15% auto;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	box-shadow: 15px 15px rgb(3,201,250), -15px 15px rgb(223,223,223), -15px -15px rgb(3,201,250), 15px -15px rgb(223,223,223);
		-o-box-shadow: 15px 15px rgb(3,201,250), -15px 15px rgb(223,223,223), -15px -15px rgb(3,201,250), 15px -15px rgb(223,223,223);
		-ms-box-shadow: 15px 15px rgb(3,201,250), -15px 15px rgb(223,223,223), -15px -15px rgb(3,201,250), 15px -15px rgb(223,223,223);
		-webkit-box-shadow: 15px 15px rgb(3,201,250), -15px 15px rgb(223,223,223), -15px -15px rgb(3,201,250), 15px -15px rgb(223,223,223);
		-moz-box-shadow: 15px 15px rgb(3,201,250), -15px 15px rgb(223,223,223), -15px -15px rgb(3,201,250), 15px -15px rgb(223,223,223);
	animation: cssload-spin ease infinite 4.6s;
		-o-animation: cssload-spin ease infinite 4.6s;
		-ms-animation: cssload-spin ease infinite 4.6s;
		-webkit-animation: cssload-spin ease infinite 4.6s;
		-moz-animation: cssload-spin ease infinite 4.6s;
}


@keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 15px 15px rgb(3,201,250), -15px 15px rgb(223,223,223), -15px -15px rgb(3,201,250), 15px -15px rgb(223,223,223);
	}
	25% {
		box-shadow: -15px 15px rgb(223,223,223), -15px -15px rgb(3,201,250), 15px -15px rgb(223,223,223), 15px 15px rgb(3,201,250);
	}
	50% {
		box-shadow: -15px -15px rgb(3,201,250), 15px -15px rgb(223,223,223), 15px 15px rgb(3,201,250), -15px 15px rgb(223,223,223);
	}
	75% {
		box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
	}
}

@-o-keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 15px 15px rgb(3,201,250), -15px 15px rgb(223,223,223), -15px -15px rgb(3,201,250), 15px -15px rgb(223,223,223);
	}
	25% {
		box-shadow: -15px 15px rgb(223,223,223), -15px -15px rgb(3,201,250), 15px -15px rgb(223,223,223), 15px 15px rgb(3,201,250);
	}
	50% {
		box-shadow: -15px -15px rgb(3,201,250), 15px -15px rgb(223,223,223), 15px 15px rgb(3,201,250), -15px 15px rgb(223,223,223);
	}
	75% {
		box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
	}
}

@-ms-keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 15px 15px rgb(3,201,250), -15px 15px rgb(223,223,223), -15px -15px rgb(3,201,250), 15px -15px rgb(223,223,223);
	}
	25% {
		box-shadow: -15px 15px rgb(223,223,223), -15px -15px rgb(3,201,250), 15px -15px rgb(223,223,223), 15px 15px rgb(3,201,250);
	}
	50% {
		box-shadow: -15px -15px rgb(3,201,250), 15px -15px rgb(223,223,223), 15px 15px rgb(3,201,250), -15px 15px rgb(223,223,223);
	}
	75% {
		box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
	}
}

@-webkit-keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 15px 15px rgb(3,201,250), -15px 15px rgb(223,223,223), -15px -15px rgb(3,201,250), 15px -15px rgb(223,223,223);
	}
	25% {
		box-shadow: -15px 15px rgb(223,223,223), -15px -15px rgb(3,201,250), 15px -15px rgb(223,223,223), 15px 15px rgb(3,201,250);
	}
	50% {
		box-shadow: -15px -15px rgb(3,201,250), 15px -15px rgb(223,223,223), 15px 15px rgb(3,201,250), -15px 15px rgb(223,223,223);
	}
	75% {
		box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
	}
}

@-moz-keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 15px 15px rgb(3,201,250), -15px 15px rgb(223,223,223), -15px -15px rgb(3,201,250), 15px -15px rgb(223,223,223);
	}
	25% {
		box-shadow: -15px 15px rgb(223,223,223), -15px -15px rgb(3,201,250), 15px -15px rgb(223,223,223), 15px 15px rgb(3,201,250);
	}
	50% {
		box-shadow: -15px -15px rgb(3,201,250), 15px -15px rgb(223,223,223), 15px 15px rgb(3,201,250), -15px 15px rgb(223,223,223);
	}
	75% {
		box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
	}
}

.flatpickr-calendar.open {
    z-index: 8 !important;
}

.flatpickr-current-month input.cur-year {
  margin-left: 0.6ch !important;
  font-size: 17px !important;
  font-family: inherit !important;
  font-weight: 500 !important;
}
