/* here you can put your own css to customize and override the theme */

body {
  font-size: 14px; 
  background-color: #FAFCFB;
}

.dnone {
  display: none;
}

.italico { font-style: italic; }
.tachado { text-decoration:line-through; }

.label_destaque {
  font-size: 24px;
  font-weight: 500;
  color: #28acb8;
}

.input_valor_destaque_fs40 {
    margin: 10px auto !important;
    max-width: 300px!important;
    height: auto!important;
    text-align: center!important;
    font-size: 40px!important;
    line-height: 50px!important;
    color: #148b8e!important;
    font-weight: 600!important;
    display: block!important;
    /*border: none!important;*/
    border-bottom: 2px solid #148b8e;
}

.input_valor_destaque {
    margin: 10px auto !important;
    max-width: 300px!important;
    height: auto!important;
    text-align: center!important;
    font-size: 50px!important;
    line-height: 50px!important;
    color: #148b8e!important;
    font-weight: 600!important;
    display: block!important;
    /*border: none!important;*/
    border-bottom: 2px solid #148b8e;
}

.input_data_destaque {
    margin: 10px auto !important;
    max-width: 250px!important;
    height: auto!important;
    text-align: center!important;
    font-size: 40px!important;
    color: #148b8e!important;
    font-weight: 600!important;
    display: block!important;
    /*border: none!important;*/
    border-bottom: 2px solid #148b8e;
}

#loading {
    position: fixed;
    top: 20%;
    left: 40%;
    z-index: 1050;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

a.fc-more {
  background-color: #23527c;
  color: white;
  padding: 5px;
}

.popover {
  z-index: 10051;
}

.vertical {
    vertical-align: middle;
    display: table-cell;
}

.btn > i {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.m-0 { margin: 0px !important; }
.p-0 { padding: 0px !important; }

.mtb-0 { margin-top: 0px !important; margin-bottom: 0px !important; }

.mb-0 { margin-bottom: 0px !important; }
.mb-5 { margin-bottom: 5px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }

.mt-0 { margin-top: 0px !important; }
.mt-5 { margin-top: 5px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-25 { margin-top: 25px !important; }


.ml-5 { margin-left: 5px !important; }
.ml-10 { margin-left: 10px !important; }
.ml-15 { margin-left: 15px !important; }
.ml-20 { margin-left: 20px !important; }

.mr-5 { margin-right: 5px !important; }
.mr-10 { margin-right: 10px !important; }
.mr-15 { margin-right: 15px !important; }
.mr-20 { margin-right: 20px !important; }

.ptb-0 { padding-top: 0px !important; padding-bottom: 0px !important; }

.pt-0 {padding-top: 0px !important; }
.pt-5 { padding-top: 5px !important; }
.pt-10 { padding-top: 10px !important; }
.pt-15 { padding-top: 15px !important; }
.pt-20 { padding-top: 20px !important; }

.pb-0 { padding-bottom: 0px !important; }
.pb-5 { padding-bottom: 5px !important; }
.pb-10 { padding-bottom: 10px !important; }
.pb-15 { padding-bottom: 15px !important; }
.pb-20 { padding-bottom: 20px !important; }

@media (min-width: 768px) {

  .plr {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;   
  }

  .pl-5 { padding-left: 5px !important; }
  .pl-10 { padding-left: 10px !important; }
  .pl-15 { padding-left: 15px !important; }
  .pl-20 { padding-left: 20px !important; }

  .pr-5 { padding-right: 5px !important; }
  .pr-10 { padding-right: 10px !important; }
  .pr-15 { padding-right: 15px !important; }
  .pr-20 { padding-right: 20px !important; }
}

@media (max-width: 767px) {
  .mpl-5 { padding-left: 5px; }
  .mpr-5 { padding-right: 5px; }
  .mplr {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;   
  }
}


.plr-0 { 
  padding-left: 0px;
  padding-right: 0px;
}

.plr-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.plr-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.plr-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.bg-recebida {
  background-color: #d1ffeb;
}

.bg-vencida {
  background-color: #ffe1e2;
}

.bg-areceber {
  background-color: #dcf3ff;
}

.bg-verde-escuro {
  background-color: #1e9765 !important;
  color: white !important;
}

.bg-azul-escuro {
  background-color: #217ebd !important;
  color: white !important;
}

.bg-padrao {
  background-color: #eef1f5 !important;
}

.borda_top {
  border-top: 1px solid #e5e5e5; padding-top: 20px ;
}


.form-actions {
  border-top: 1px solid #ccc;
}

.img-center {
    margin: 0 auto;
}

.nav-pills > li > a, .nav-tabs > li > a {
    font-size: 13px;
    border-radius: 2px 2px 0px 0px;
}

.table td, .table th {
    font-size: 13px;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

/* MENU LATERAL SELECIONADO */
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li:hover > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li.open > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li.active > a, .page-sidebar .page-sidebar-menu .sub-menu > li:hover > a, .page-sidebar .page-sidebar-menu .sub-menu > li.open > a, .page-sidebar .page-sidebar-menu .sub-menu > li.active > a {
    background: #eaf3ff !important;

}

/* COR DO MENU - PUGLISI */
.page-sidebar, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover {
    background-color: #FAFCFB;
    
}

/* COR DA BARRA SUPERIOR */
.page-header.navbar {
    background-color: #4C87B9;
}



.table.font-size-12 > thead > tr > td {
  font-size: 12px;
}

/* TABELA AGENDAMENTO DA TELA DE ATENDIMENTO */
.table.table-light > tbody > tr > td {
    border-width: 0px 0px 1px;
    border-style: none none solid;
    border-color: -moz-use-text-color -moz-use-text-color #E7ECF1;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    color: #2f353b;
    vertical-align: top;
}

.table.table-light > tbody > tr > td .user-pic {
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    border-radius: 0%;
}

.profile-stat {
    padding-bottom: 0px;
    border-bottom: 0px solid #f0f4f7;
}

.label-block {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* CLIENTE */

.venda {
    border-top: 1px solid #e7ecf1;
    padding: 15px 10px 15px;
}
.vendaDesc {
    cursor: pointer;
}

.criaLink {
    cursor: pointer;
}

.fa-heart.cheia {
    color: #DE9727;
}
/* FULLCALENDAR */
.fc-state-default {
  background-color: #ffffff;
  background-image: none;
  background-repeat: repeat-x;
  box-shadow: none;
  color: #333333;
  text-shadow: none;
}
.fc-state-default {
  border: 1px solid;
}
.fc-button {
  color: inherit;
  border: 1px solid #e7eaec;
  cursor: pointer;
  display: inline-block;
  height: 1.9em;
  line-height: 1.9em;
  overflow: hidden;
  padding: 0 0.6em;
  position: relative;
  white-space: nowrap;
}
.fc-state-active {
  background-color: #1ab394;
  border-color: #1ab394;
  color: #ffffff;
}
.fc-header-title h2 {
  font-size: 16px;
  font-weight: 600;
  color: inherit;
}
.fc-content .fc-widget-header,
.fc-content .fc-widget-content {
  border-color: #e7eaec;
  font-weight: normal;
}
.fc-border-separate tbody {
  background-color: #F8F8F8;
}
.fc-state-highlight {
  background: none repeat scroll 0 0 #FCF8E3;
}
.external-event {
  padding: 5px 10px;
  border-radius: 2px;
  cursor: pointer;
  margin-bottom: 5px;
}
.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
  border-radius: 2px;
}
.fc-event,
.fc-agenda .fc-event-time,
.fc-event a {
  padding: 4px 6px;
  background-color: #1ab394;
  /* background color */
  border-color: #1ab394;
  /* border color */
}
.fc-event-time,
.fc-event-title {
  color: #717171;
  padding: 0 1px;
}
.ui-calendar .fc-event-time,
.ui-calendar .fc-event-title {
  color: #fff;
}

.fs16 { font-size: 16px !important; }
.fs17 { font-size: 17px !important; }
.fs18 { font-size: 18px !important; }
.fs19 { font-size: 19px !important; }
.fs20 { font-size: 20px !important; }

.note {
    border-left: 5px solid #eee;
    border-radius: 0 4px 4px 0;
}

.note.note-warning {
    background-color: #faeaa9;
    border-color: #f3cc31;
    color: #000;
}

.note.note-info {
    background-color: #f5f8fd;
    border-color: #8bb4e7;
    color: #010407;
}

.note.note-success {
    background-color: #c9f0f3;
    border-color: #60d2dc;
    color: #000;
}

.note.note-danger {
    background-color: #fef7f8;
    border-color: #f0868e;
    color: #210406;
}

.note.note-verde {
    background-color: #d7f3c9;
    border-color: #60dc64;
    color: #000;
}