span.estado_cor{
  display: block;
  width: 50%;
  padding: 10px;
  border-radius: 10px;
}
#calendar {
  max-width: 1400px;
  margin: 40px auto;
}
#calendar td.fc-widget-header{
  border-right: 1px solid #ddd;
}
#calendar td.fc-widget-content {
  border-right: 1px solid #ddd;
}
#calendar td.fc-widget-header{
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
#calendar td.fc-widget-content {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.noscroll{
  overflow: hidden;
}

.row > .column {
  padding: 0 8px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.formErro{
  border: 1px solid red;
}
/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 50px;
  padding-left: 230px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.3);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1000px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 60px;
  right: 30px;
  width: 50px;
  font-size: 35px;
  font-weight: bold;
}
.close img{
  max-width: 100%;
}
.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.separador_btn:first-of-type{
  margin-left: 20px;
}
.separador_btn{
  padding: 0 15px;
  display: inline-block;
  font-size: 15px;
}
.separador_btn:hover{
  cursor: pointer;
}

#cliente_manutencoes,
#cliente_orcamentos,
#cliente_outros,
#cliente_assistencias{
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 20px;
}
@media only screen and (max-width: 450px) {
  .modal{
    padding: 50px 0 0 0;
  }
  .modal-content{
    width: 100%;
  }
}
.datas_contratos{
  display: none;
  margin: 10px 0;
  margin-left: 10px;
}
.datas_contratos.visivel{
  display: block;
}

.form-group.contratos label{
  color: red;
}
.datas_contratos.visivel + label{
  color: green;
}
.contrato{
  margin-top: 20px;
}

input[name="outro_justificacao"]{
  display: none;
}
body.cliente_add .contratos > div > div:nth-child(1) > label,
#cliente_geral .contratos > div > div:nth-child(1),
#cliente_geral .contratos > div > div:nth-child(1) > label{
  margin-top: 0;
}

.separador_btn.active{
  font-weight: bold;
  text-decoration: underline;
}
#form_manutencao_dash .produtos .form-group{
  margin-bottom: 0;
}
.orcamento_add .form-group.contratos label{
  color:black;
}
.skin-blue .main-header .navbar{
  background-color: #222d32;
}
.skin-blue .main-header .logo:hover,
.skin-blue .main-header .logo{
  background-color: rgba(0,0,0,0.1);
}
.box.box-info {
  border-top-color: #363636;
}
.main-header .logo img{
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 38px;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover{
  background-color: rgba(0,0,0,0.1);
}
.main-header .logo .logo-lg{
  font-size: 0;
}
.skin-blue .main-header li.user-header {
  background-color: #222d32;
}
#assistencias_list,
#manutencoes_list,
#clientes_list,
#produtos_list{
  display: none;
}
.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background: rgba(255,255,255,0.7);
  border-radius: 3px;
}

.overlay>.fa{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}

.cliente_edit .fa-camera{
  margin-right: 5px;
}
.overflow-x-scroll{
  overflow-x: scroll;
}
@media only screen and (max-width: 1024px) {
  .box-body{
    overflow: scroll;
  }
}
@media only screen and (max-width: 768px) {
  .modal-content{
    max-width: 600px;
  }
  .modal{
    height: calc(100% - 60px);
    top: 60px;
    padding-left: 0px;margin-bottom: 60px;
  }
  body[class$="add"] .content,
  body[class$="edit"] .content,
  body[class$="index"] .content{
    padding-right: 0;
    padding-left: 0;

  }
}
#dash_manut,
#dash_assist_wrapper{
  overflow-x: scroll;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-container{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background-color: #ecf0f5;
}
.loader-position{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
