html {
  background-color: #ffffff;
/*  width: 130%;
    transform: scale(0.8);
    transform-origin: 0 0;*/
  }
  .content{
    background-color: white;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sidebar {
    padding-bottom: 10px;
    overflow: auto;
    height: 960px;
    /* min-height: 520px; */
  }

  @media (max-height: 800px) {
    .sidebar {
      padding-bottom: 10px;
      overflow: auto;
      height: 555px;
      /* min-height: 520px; */
    }
  }

  .skin-blue .sidebar::-webkit-scrollbar,
  .skin-black .sidebar::-webkit-scrollbar,
  .skin-purple .sidebar::-webkit-scrollbar,
  .skin-green .sidebar::-webkit-scrollbar,
  .skin-red .sidebar::-webkit-scrollbar,
  .skin-yellow .sidebar::-webkit-scrollbar{
    width: 5px;   
  }

  .skin-blue .sidebar::-webkit-scrollbar-track ,
  .skin-black .sidebar::-webkit-scrollbar-track ,
  .skin-purple .sidebar::-webkit-scrollbar-track ,
  .skin-green .sidebar::-webkit-scrollbar-track ,
  .skin-red .sidebar::-webkit-scrollbar-track ,
  .skin-yellow .sidebar::-webkit-scrollbar-track{
    background: #222d32;        /* color of the tracking area */
  }

  .skin-blue .sidebar::-webkit-scrollbar-thumb ,
  .skin-black .sidebar::-webkit-scrollbar-thumb ,
  .skin-purple .sidebar::-webkit-scrollbar-thumb ,
  .skin-green .sidebar::-webkit-scrollbar-thumb ,
  .skin-red .sidebar::-webkit-scrollbar-thumb ,
  .skin-yellow .sidebar::-webkit-scrollbar-thumb {
    background-color: #666;    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 1px solid #222d32;
  }

  .skin-blue-light .sidebar::-webkit-scrollbar,
  .skin-black-light .sidebar::-webkit-scrollbar,
  .skin-purple-light .sidebar::-webkit-scrollbar,
  .skin-green-light .sidebar::-webkit-scrollbar,
  .skin-red-light .sidebar::-webkit-scrollbar,
  .skin-yellow-light .sidebar::-webkit-scrollbar{
    width: 5px;   
  }

  .skin-blue-light .sidebar::-webkit-scrollbar-track ,
  .skin-black-light .sidebar::-webkit-scrollbar-track ,
  .skin-purple-light .sidebar::-webkit-scrollbar-track ,
  .skin-green-light .sidebar::-webkit-scrollbar-track ,
  .skin-red-light .sidebar::-webkit-scrollbar-track ,
  .skin-yellow-light .sidebar::-webkit-scrollbar-track{
    background: #f9fafc;        /* color of the tracking area */
  }

  .skin-blue-light .sidebar::-webkit-scrollbar-thumb ,
  .skin-black-light .sidebar::-webkit-scrollbar-thumb ,
  .skin-purple-light .sidebar::-webkit-scrollbar-thumb ,
  .skin-green-light .sidebar::-webkit-scrollbar-thumb ,
  .skin-red-light .sidebar::-webkit-scrollbar-thumb ,
  .skin-yellow-light .sidebar::-webkit-scrollbar-thumb {
    background-color: #ddd;    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 1px solid #f9fafc;
  }

  .skin-dark .sidebar::-webkit-scrollbar{
    width: 5px;   
  }

  .skin-dark .sidebar::-webkit-scrollbar-track {
    background: #666;        /* color of the tracking area */
  }

  .skin-dark .sidebar::-webkit-scrollbar-thumb {
    background-color: #333;    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 1px solid #666;
  }

  .box-rolagem{
    overflow: auto;
    max-height: 150px;
  }

  .box-rolagem::-webkit-scrollbar{
    width: 5px;   
  }

  .box-rolagem::-webkit-scrollbar-track {
    background: #ccc;        /* color of the tracking area */
  }

  .box-rolagem::-webkit-scrollbar-thumb {
    background-color: #ddd;    /* color of the scroll thumb */
  }

  .skin-dark .box-rolagem::-webkit-scrollbar{
    width: 5px;   
  }

  .skin-dark .box-rolagem::-webkit-scrollbar-track {
    background: #666;        /* color of the tracking area */
  }

  .skin-dark .box-rolagem::-webkit-scrollbar-thumb {
    background-color: #333;    /* color of the scroll thumb */
  }

  .pointer{
    cursor: pointer;
  }

  .centralizar {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .main-footer {
    position: fixed;
    bottom:0px;
    /* margin: 0; */
    /* padding: 0; */
    height: 100px;
    width:100%;

  }

  .thetiqueta {
    font-family: sans-serif;
    font-weight: bold;
    font-stretch: normal;
    font-size: 18px;
    border-color: red;

  }

  .labelTitles{
    font-family: sans-serif;
    font-weight: bold;
    font-size: 22px;

  } 

  .upper {
    text-transform: uppercase;
  }


  .dotted {
    border-style: dotted;
    border-radius: 10px;
  }


  .table-round-corner {
    margin-top: 15px;
    width: 100%;
    text-align: center;
    overflow:hidden;
    border-collapse:separate;
    border: solid #ccc 1px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }

  #toast-container {
    top: 70px;
  }

  #chkBike{
    cursor: default;
  }
  #chkBike:hover{
    cursor: pointer;
  }

  input[type="checkbox"] {
    cursor: pointer;
  }

  .control-label {
    font-size: 12px;
  }

  @import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

/*body{
padding: 50px;
}*/

label{
  position: relative;
  cursor: pointer;
  color: #666;
  font-size: 18px;
}

input[type="radio"]{
  position: absolute;
  right: 9000px;
}

/*Radio box*/

input[type="radio"] + .label-text:before{
  content: "\f10c";
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing:antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 5px;
}

input[type="radio"]:checked + .label-text:before{
  content: "\f192";
  color: #8e44ad;
  animation: effect 250ms ease-in;
}

input[type="radio"]:disabled + .label-text{
  color: #aaa;
}

input[type="radio"]:disabled + .label-text:before{
  content: "\f111";
  color: #ccc;
}

/*Radio Toggle*/

.toggle input[type="radio"] + .label-text:before{
  content: "\f204";
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing:antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 10px;
}

.toggle input[type="radio"]:checked + .label-text:before{
  content: "\f205";
  color: #16a085;
  animation: effect 250ms ease-in;
}

.toggle input[type="radio"]:disabled + .label-text{
  color: #aaa;
}

.toggle input[type="radio"]:disabled + .label-text:before{
  content: "\f204";
  color: #ccc;
}


@keyframes effect{
  0%{transform: scale(0);}
  25%{transform: scale(1.3);}
  75%{transform: scale(1.4);}
  100%{transform: scale(1);}
}


.border{
  background-color: white;
  text-align:center;
  border: 1px solid;
  border-color:#808080;
  height: 20px;
  width: 40px;
  border-radius: 4px;
  display:table;
}

.border-label{
  background-color: white;
  text-align:center;
  font-size: 10px;
  vertical-align:middle;
  /* border: 1px solid;
  border-color:#808080; */
  height: 20px;
  width: 40px;
  border-radius: 4px;
  display:table;
}

.border span{
  font-size: 10px;
  display:table-cell;
  vertical-align:middle;
}

.mouse-pointer:hover{
  cursor: pointer;
}

.legenda {
  background: radial-gradient(circle closest-side,#ff8000 0%,#ff8000 50%,rgba(0,0,0,0) 100%);
  height: 15px;

}
.legenda-label {
  /* border: 1px solid;
  border-color:#808080; */
  float: left;
  font-size: 8px;
  margin-top:2px;
  margin-left: 50px;
  width: 300px;


}
.modal-content  {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}

.header-fixed {
  width: 100%
}

.header-fixed > thead,
.header-fixed > tbody,
.header-fixed > thead > tr,
.header-fixed > tbody > tr,
.header-fixed > thead > tr > th,
.header-fixed > tbody > tr > td {
  display: block;
}

.header-fixed > tbody > tr:after,
.header-fixed > thead > tr:after {
  content: ' ';
  display: block;
  visibility: hidden;
  clear: both;
}

.header-fixed > tbody {
  overflow-y: auto;
  height: 63px;
}

.header-fixed > tbody > tr > td {
  width: 17.2%;
  margin: 0;
  float: left;
  height: 24px;
  padding: 0;
  text-align: center;

}
.header-fixed > thead > tr > th {
  float: left;
  width: 17%;
  height: 20px;
  margin:0;
  padding: 0;
  text-align: center;

}
.border-contorno{
 border: 1px solid;
 border-color:#ccc;
 height: 200px;

}

.span-center {
  display:block;
  float:left;
  margin:auto;
  padding:auto;
}

.regs-control{
  margin: 0px;
  width: 67px;
  font-size: 11px;
  border: 1px solid #ccc;
  text-align: center;

}


input[type=checkbox], input[type=radio] {
  vertical-align: middle;
  position: relative;
  bottom: 3px;
}
input[type=radio] {
  bottom: 2px;
}

.container {
  width: 80%;

  margin: 20px auto;
}


.custom-slider.rzslider .rz-bar {
  background: #e6f7ff;
  height: 12px;
}
.custom-slider.rzslider .rz-selection {
  background: orange;
}

.custom-slider.rzslider .rz-pointer {
  width: 8px;
  height: 16px;
  top: -1px; /* to remove the default positioning */
  bottom: 0px;
  background-color: #66ccff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.custom-slider.rzslider .rz-pointer:after {
  display: none;
}

.custom-slider.rzslider .rz-bubble {
  bottom: 14px;
}

.custom-slider.rzslider .rz-limit {
  font-weight: bold;
  color: orange;
}

.custom-slider.rzslider .rz-tick {
  width: 1px;
  height: 10px;
  margin-left: 4px;
  border-radius: 0;
  background: #ffe4d1;
  top: -1px;
}

.custom-slider.rzslider .rz-tick.rz-selected {
  background: orange;
}


.rz-bubble{
 font-size: 10px;
 color:#ffffff;
}


#circle {
  margin-top: 18px;
  float: right;
  width: 30px;
  height: 30px;
  background: red;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid;
  border-color:#ccc;
}

.center {
  margin: auto;
  border: 1px solid #66ccff;
  padding: 10px;
  border-radius: 5px;
  
}

.capitalized {
  text-transform: capitalize;
}

.thcenter {
  font-size:12px; 
  text-align: center;
  vertical-align: middle !important;
}

.thcenter-70px{
  font-size:12px; 
  text-align: center;
  vertical-align: middle !important;
  min-width: 70px;
}
.thcenter-120px{
  font-size:12px; 
  text-align: center;
  vertical-align: middle !important;
  min-width: 120px;
}
.thcenter-200px{
  font-size:12px; 
  text-align: center;
  vertical-align: middle !important;
  min-width: 200px;
}
.thcenter-250px{
  font-size:12px; 
  text-align: center;
  vertical-align: middle !important;
  min-width: 250px;
}
.thcenter-300px{
  font-size:12px; 
  text-align: center;
  vertical-align: middle !important;
  min-width: 300px;
}
.thleft-70px{
  font-size:12px; 
  text-align: center;
  vertical-align: middle !important;
  min-width: 70px;
}
.thleft-120px{
  font-size:12px; 
  text-align: center;
  vertical-align: middle !important;
  min-width: 120px;
}
.thleft-200px{
  font-size:12px; 
  text-align: center;
  vertical-align: middle !important;
  min-width: 200px;
}
.thleft-250px{
  font-size:12px; 
  text-align: center;
  vertical-align: middle !important;
  min-width: 250px;
}
.thleft-300px{
  font-size:12px; 
  text-align: center;
  vertical-align: middle !important;
  min-width: 300px;
}

.tdcenter-orcamento {
  font-size:12px; 
  text-align: center;
  vertical-align: middle !important;
  cursor: pointer;
  padding: 4px !important;
  /* padding-left:10px !important;  */
  word-break:break-all !important; 
  white-space: pre-line !important;
}

.tdleft-orcamento {
  font-size:12px; 
  text-align: left;
  vertical-align: middle !important;
  cursor: pointer;
  padding: 4px !important;
  padding-left:10px !important; 
  word-break:break-all !important; 
  white-space: pre-line !important;
}

.tdleft-orcamento button{
  margin: 2px;
  min-width: 25px;
}

.tdcenter {
  font-size:12px; 
  text-align: center;
  vertical-align: middle !important;
  cursor: pointer;
  padding: 4px !important;
}
.thleft {
  font-size:12px; 
  text-align: left;
  vertical-align: middle !important;
}

.tdleft {
  font-size:12px; 
  text-align: left;
  vertical-align: middle !important;
  cursor: pointer;
  padding: 4px !important;
  padding-left:10px !important; 
  word-break:break-all !important; 
  white-space: pre-line !important;
}

.tdlefttotal {
  font-size:10px; 
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
}
.tdtentertotal {
  font-size:10px; 
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}

.modal-spinner{
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Below css already include in directive and therefore not required separately*/
.modal-spinner .modal-content {
  padding: 20px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.0);
  color: #fff;
  text-align: center;
  font-size: 24pt;
  box-shadow: none;
}
.modal-spinner-text .modal-content{
  text-align: left;
}

.modal-spinner .modal-dialog {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 300px;
}

.modal-spinner-text .modal-dialog{
  text-align: left;
  width: 250px;
}

.align-orc{
  float: left;
}

.fieldset {
  border: 1px solid lightgray;
  padding: 10px;
  margin-left: 0px;
  margin-top: 0px;
  width: 100%;
}

.div-foto-master{
  float:right;
  width:25%;
  height:200px;  
  margin-top: 0px;
  border: 0px solid red;
}

.div-foto{
 margin-top: 5px; 
 height: 160px;
 margin: auto;
 text-align: center;
}

.img-user{
  margin-top: 5px; 
  height: auto;
  max-height: 100%;
  border: 0px solid blue;
  margin: auto;
  width: 90%;
}

.usuario-button-foto{

}

.usuario-edit-foto{

}


@media(max-width:991px){
  .div-foto-master{
    width: 100%;
  }
  .div-foto{

  }
  .img-user{

  }
  .usuario-button-foto{
    margin-left: 10px;
  }

  .usuario-edit-foto{
   margin-left: 15px;
 }
}


.fieldset-colaborador-titulo {
  border: 1px solid lightgray;
  padding-top: 5px;
  padding-right: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  margin-left: 15px;
  margin-top: -10px;
  width: 97.4%;
}

.fieldset-colaborador-agrupamento-1 {
  border: 1px solid lightgray;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 20px;
  margin: auto;
  width: calc(100% - 30px);
}

.fieldset-colaborador-agrupamento-2 {
  border: 1px solid lightgray;
  padding: 10px;
  margin: auto;
  margin-top: 10px;
  width: calc(100% - 30px);
}

.fieldset-colaborador-dependentes {
  border: 1px solid lightgray;
  padding-top: 5px;
  padding-right: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
  margin: auto;
  margin-top: 15px;
  width: 97.4%;

}

.fieldset-colaborador-dados-usuario {
  border: 1px solid lightgray;
  padding: 10px;
  margin: auto;
  margin-top: 15px;
  width: 97.4%;
}
.servicosCad{
  padding: 10px;
  margin-top: 40px;
}

.tr-servicos{
  border: 0px solid lightgray;
  font-style: italic;
  vertical-align: middle;
  font-size: 6px;
/*  overflow: hidden;
  word-break:break-all; 
  white-space: pre-line;*/
}

.thcenter-servico {
  font-size:10px; 
  text-align: center;
  vertical-align: middle !important;
  background-color:rgba(0,110,253,0.1);
  height: 20px;
  padding: 4px !important;
}

.tdcenter-servico {
  font-size:10px; 
  text-align: center;
  vertical-align: middle !important;
  cursor: pointer;
  padding: 4px !important;
  word-break:break-all; 
  white-space: pre-line;
  vertical-align: middle; 
}
.thleft-servico {
  font-size:10px; 
  text-align: left;
  vertical-align: middle !important;
  background-color:rgba(0,110,253,0.1);
  height: 20px;
  padding: 4px !important;
}

.tdleft-servico{
  font-size:10px; 
  text-align: left;
  vertical-align: middle !important;
  cursor: pointer;
  padding: 4px !important;
  word-break:break-all; 
  white-space: pre-line;
  vertical-align: middle; 
}
.width-var{
  width: 600px !important;
}

/*.modal-dialog {
  width: 95%;
  display: block !important;
   overflow-y: initial !important
}

.modal-body{
  height: 80vh;
  overflow-y: auto;
  }*/

  .center-modal{
    overflow: scroll;
    max-height: 580px;
  }

  .pane {

    overflow: scroll;
    max-height:300px;
  }

  /* Large desktops and laptops */
  @media (min-width: 1800px) {
    .center-modal{
      overflow: scroll;
      max-height: 750px;
    }
  }

  /* Landscape tablets and medium desktops */
  @media (min-width: 992px) and (max-width: 1799px) {
    .center-modal{
      overflow: scroll;
      height: 1080px;
    }

    .pane{

      overflow: scroll;
      max-height:150px;
    }

  }


  /* Landscape phones and portrait tablets */
  @media (max-width: 767px) {
    .center-modal{
      overflow: scroll;
      max-height: 625px;
    }

  }


  .highlighted { 
    background: rgba(0,128,0,0.3); 
    color: white;
    padding: 1px;
    border: 1px solid lightgray;

  }

  .select-area{
    height: 10% !important;
  }

  .select-area-button{
    height: 17px !important;
    width: 20px;
    padding: 0px;

  }

  .select-area-icon{

    transform: translateY(-1.5px);
  }

  .td-led{
    vertical-align: middle !important;
    padding: 0px !important;
  }

  .led-user-green{
    background: lightgreen;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin: auto;
  }


  .led-user-gray{
    background: lightgray;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin: auto;
  }

  .ajuste-table-dep td{
   white-space: nowrap !important;
 }
 .ajuste-table-dep th{
   white-space: nowrap !important;
 }


 .fieldset-orcamento-agrupamento-1{
  border: 1px solid lightgray;
  padding-top: 6px;
  padding-right: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
  margin: auto;
  width: 100%;
}


.fieldset-orcamento-agrupamento-2{
  border: 1px solid lightgray;
  padding-top: 6px;
  padding-right: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
  margin: auto;
  margin-top: 10px;
  width: 100%;
}
.div-space{
  margin: auto;
  padding: 3px;
}
section{
  overflow:hidden;
}

.button-meses{
  min-width: 83px;
}
.fieldset-buttons{
  border: 1px solid lightgray;
/*  height: 30px;
*/}
.button-padding{
  padding: 2px;
  text-align: center;
}

.check-user{
 float: right;
 padding-right: 10px;
}

.label-user-add{
  font-size: 12px;
  font-weight: normal;
  margin: auto 
}
.div-label-user-add{
  border-top: 1px solid lightgray;
  padding-left: : 10px;
}
.icon-ajuste{
  vertical-align: middle;
  margin-top: -3px;
}

.table-responsive-over{
  overflow: scroll;
  padding: 0px 0px 0px 13px;
}

.table-inside th{
  background-color:lightgray !important;
}

.table-inside td{
  border-top: solid 1px lightgray !important;
}

.table-outside {

  table-layout: auto;
  width: 100%;
  text-align: center;
  overflow:hidden;
  border-collapse:separate;
  border: solid #ccc 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.table-outside td{
 white-space: nowrap !important;
}

.table-outside th{
  border: 1px solid #DFF0D8;
}
.padding-reduzido{
  padding: 0px;
}


.table-test {
  text-align: center;
  margin: auto;
}

.ajust-wait-api{
  margin-top: 100px;
}

.label-wts{
  vertical-align: middle;
  margin-top: 25px;
  padding: 0px;
}
.input-wts{
  vertical-align: middle;
  margin: auto;
  padding: 5px;
}
.warn-label{
  background-color: #F39C12;
  width: 12px;
  height:  12px;
  border-radius: 4px;
  transform: translateX(-6px);
}
.warn-span{
  font-size: 9px;
  color: white;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  transform: translateY(-7px);

}

.td-colaborador-orc-success{
  background: #00A65A;
  color: white;
}

.td-colaborador-orc-warning{
  background: #F39C12;
  color: white;
}

.td-colaborador-orc-danger{
  background: #DD4B39;
  color: white;
}
.td-colaborador-orc-blank{
  background: #FFFFFF;
  color: white;
}

.td-colaborador-orc-normal{
  background: #FFFFFF;
  color: #444444;
}

.painel-chart{
 vertical-align: middle; 
 text-align: left;
 margin: auto;
}

.chart-projetos{
  margin: auto;

}

.user-detalhes{
  padding: 5px 0;

}

.p-detalhes{
  font-size: 9px;
  margin: auto;
}
.td-detalhes{
  vertical-align: middle;
  margin: auto;
  padding: auto;
}

input[type=number]::-webkit-inner-spin-button { 
  -webkit-appearance: none;
  
}
input[type=number] { 
 -moz-appearance: textfield;
 appearance: textfield;

}

#receitaLink{
  color: #666;
}

#receitaLink:hover{
  text-decoration: underline;
}

.hiddenRow {
  padding: 0 !important;
}

.small-box .icon{
  top: -45px;
}

.icon i{
  font-size: 36pt !important;
}
.imp-label{
  font-size: 10px;
  margin: 1px;
}
.imp-div{
  border: 1px solid #aaa;
  background-color: #EEEEEEEE;
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  font-family: inherit;
  color: #555;
  cursor: not-allowed;
}

.border-imp{

  padding-top: 5px; 
  padding-bottom: 15px;
  padding-right: 0px; 
  padding-left: 0px; 
  border: 1px solid lightgray;
  margin: 10px;

}

.x-stick{
 position: fixed;
 top: 51px; /* required */
 border: 1px solid lightgray;
 margin-bottom: 10px;
 z-index: 100;
 background-color: white;
 width: 85.95%;
 left: 246px;
}

.precos-paddind{
  margin-left: 3px !important;
  margin-right: 3px !important;
  padding-left: 3px !important;
  padding-right: 3px !important;
  width: 10%;
}
.input-z{
  position: absolute;
  z-index: -1;
  color: red;
}

.m-top{
  margin-top: 250px;
}

.text-precos{
  font-size: 13px; 
  font-weight: bold;
}


@media (max-width: 767px) {
  .border-imp{

    margin: auto;
    padding: auto;
    border: 1px solid lightgray;
    margin: auto;

  }

  .x-stick{
   position: static;
   border: 1px solid lightgray;
   margin: auto;
   padding: auto;
   margin-left: 0;
   width: 100%;

  }

  .precos-paddind{
    margin: 0px;
    padding: 0px;

    width: 100%;
  }
  .input-z{
    position: static;
  }
  .m-top{
   margin-top: 60px;
  }

  .text-precos{
    font-size: 24px; 
    font-weight: bold;
  }


}

.anexos-container{
  margin-top: 5px;
}

.anexos-table{
  font-size: 10px;
}

.anexos-table tr{
  vertical-align: middle;
  border-top: 1px solid lightgray;
  border-bottom:1px solid lightgray;
}

.anexos-table td{
  width: 100%;  
}

.anexos-table p{
  margin: 0px;
  padding: 7px;
}


.ql-container .ql-editor{
  height: 500px !important;
}
  .header-button{
  margin: auto;
  padding: 5px;  
}
.header-button button{
  width: 25px;
}

.header-button button:nth-child(1) {
  background-color: orange;
  border-color: orange;
}

.button-margem-calc{
  position: absolute;
  top: 22px;
  left: 155%;
  z-index: 1;
}

.div-margem-calc{
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: left;
  top: 0px;
  left: 95%;
width: 50%;
}

.div-margem-calc label{
  font-size: 10px;
  font-weight: normal;
  margin: 0;
} 

.span-success{
  background-color: #00A65A !important;
  cursor: pointer;
}
.span-success i{
  color:white;
}

/*Mostrar places google na popup*/
.modal-backdrop {z-index: 1000 !important;}
.pac-container {z-index: 1055 !important; border: none}
.main-header{z-index: 900;}

.z-index-1001{
  z-index: 1001 !important;
  /* margin-top: 50px; */
}

.z-index-1010{
  z-index: 1010 !important;
  /* padding-top: 100px; */
}

.animations-rotate{
  z-index: 1001 !important;
  margin-top: 50px;
  animation: rotacao 1s ease-in-out;
}

@keyframes rotacao {
  0%{
    opacity: 0;
    transform: translateX(-101%) rotate(0);
  }

  50%{
    opacity: 1;
    transform: translateX(50px) rotate(0deg);
  }
  60%{
    transform: translateX(100px) rotate(1deg);
  }
  75%{
    transform: translateX(-50px) rotate(-0.5deg);
  }
  100%{
    transform: translateX(0) rotate(0);
  }
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
  background-color: #00a65a;
  border-color: #008d4c;
}
.control-sidebar>.tab-content {
    padding: 10px 15px;
    height: calc(100vh - 50px);
}

.control-sidebar{
  z-index: 700;
}

.content-wrapper {
  min-height: calc(100vh);
}

.skin-black .main-header .logo,
.skin-black-light .main-header .logo{
  background-color: #fff;
}

.div-mobile{
  padding-left: 3px;
}

.div-mobile2{
  padding-right: 0;
}

.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 5px;
}

@media (max-width: 765px) {
  .div-mobile{
    padding-left: 3px;
    padding-right: 3px;
  }

  .div-mobile2{
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 10px;
  }

  .button-mobile{
    padding-left: 3px;
  }

  .checkbox-inline, .radio-inline{
    padding-left: 10px; 
  }

  .radios-button{
    padding-left: 3px;
    padding-right: 3px; 
  }
}


.table-precos{
  width: 100%;
}

.table-precos td{
  padding: 3px;
}


.table-precos th:nth-child(1){
  font-weight: bold;
  text-align: left;
}

.table-precos .th-preco{
  font-weight: bold;
  text-align: center;
  min-width: 110px;
}


.table-precos tr{
  border-bottom: 1px solid lightgray;
}
.table-precos small{
  font-weight: bold;
}

.f-bold{
  font-weight: bold;
}
.div-check-impostos{
vertical-align: middle;
text-align: right;
}

.div-check-impostos label{
  margin:auto;
  padding:auto;
  font-size: 12px;
  text-align: right;
}
.checkbox-edit-preco {
  margin-top: 5%;
}
.checkbox-edit-preco label {
  margin-left: 5px;
  font-weight: normal;
}


.barraTopoOrcServ{
  position: relative;
  width: 100%;
  background-color: #0b0c0e;
  border-top: 1px solid #222;
  text-align: right;
  padding: 10px 50px;
}

.skin-blue .barraTopoOrcServ,
.skin-black .barraTopoOrcServ,
.skin-purple .barraTopoOrcServ,
.skin-green .barraTopoOrcServ,
.skin-red .barraTopoOrcServ,
.skin-yellow .barraTopoOrcServ{
  background-color: #222d32;
}

.skin-blue-light .barraTopoOrcServ,
.skin-black-light .barraTopoOrcServ,
.skin-purple-light .barraTopoOrcServ,
.skin-green-light .barraTopoOrcServ,
.skin-red-light .barraTopoOrcServ,
.skin-yellow-light .barraTopoOrcServ{
  background-color: #f9fafc;
}

.skin-blue .iframePdf,
.skin-blue-light .iframePdf,
.skin-black .iframePdf,
.skin-black-light .iframePdf,
.skin-purple .iframePdf,
.skin-purple-light .iframePdf,
.skin-green .iframePdf,
.skin-green-light .iframePdf,
.skin-red .iframePdf,
.skin-red-light .iframePdf,
.skin-yellow .iframePdf,
.skin-yellow-light .iframePdf{
  height: calc(100vh - 110px);
}

.skin-dark .iframePdf{
  height: calc(100vh - 112px);
}

@media (max-width: 765px) {
  .barraTopoOrcServ{
    right: 5px;
    top: 100px;
  }
}

/* right bounce */
@-webkit-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@-moz-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-30px);
  }
  60% {
    transform: translateX(-15px);
  }
}
@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
/* /right bounce */


/* assign bounce */
/* .fa-arrow-right {
   position: absolute;
   left: -20px;
   top: 9px;
  -webkit-animation: bounceRight 2s infinite;
  animation: bounceRight 2s infinite;
  float:right;
  z-index: 100;
  color: white;
} */

.bars-custom > small{
  word-break:break-all !important; 
  white-space: pre-line !important;
}

.imgBoxAparecer{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 750px;
  height: 500px;
  background-color: #0b0c0e !important;
  border: 2px solid #ebebeb;
  margin: auto;
  z-index: 1501;
  overflow: hidden;
}


.imgBoxAparecer img {
  position: absolute;
  top: 0;
  left: 0;
}

.table-outside-projeto {

  table-layout: auto;
  width: 100%;
  text-align: center;
  overflow:hidden;
  border-collapse:separate;
  border: solid #ccc 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.table-outside-projeto td:not(:last-child){
 white-space: nowrap !important;

}

.table-outside-projeto td.quebrar{
 white-space: normal !important;
}

.table-outside-projeto td:last-child{
  text-align: center;
  vertical-align: middle;
  width: 130px;

}

.table-outside-projeto th:not(:last-child){
  border: 1px solid #DFF0D8;
  min-width: 150px
}

.table-outside-projeto button{
  height: 22px;
  width: 24px;
  margin: 1px;
}

.table-outside-projeto span{
 font-size: 9px;
 margin-left: 3px;
 font-weight: bold;
}

.format-p {
 font-size: 12px;
 font-weight: bold;
 padding-bottom: 2px;
 margin: 0;
}


.table-outside-orc-serv {

  table-layout: auto;
  width: 100%;
  text-align: center;
  overflow:hidden;
  border-collapse:separate;
  border: solid #ccc 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/*.table-outside-orc-serv td:not(:last-child){
 white-space: nowrap !important;

}
*/
/*.table-outside-orc-serv td:child(1){
  border: 1px solid red;

}
*/
.table-outside-orc-serv td:last-child{
  text-align: center;
  vertical-align: middle;
  width: 140px;

}

.table-outside-orc-serv th:not(:last-child){
  border: 1px solid #DFF0D8;
  min-width: 150px
}

.table-outside-orc-serv button{
  height: 22px;
  width: 24px;
  margin: 1px;
}




.detalhes-projeto span{
  font-weight: bold;
  color: green;
  font-size: 10px;
}


.escuroBox{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .4);
  width: 100%;
  height: 100vh;
  display: block;
  z-index: 1500;
}

@media (max-width: 756px) {
  .imgBoxAparecer{
    background-color: #0b0c0e !important;
    width: 95%;
    height: 35vh;
  }
}

.btn-user-sel{
display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.btn-user-sel button, .btn-user-sel input{
  margin: 0px 0px 0px 2px;
}

.flex{
  display: flex;
}

.jcc{
  justify-content: center;
}

.aic{
  align-items: center;
}

.dataCirculo{
  width: 100px;
}

.dataCirculo span{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #222;
  color: white;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-responsive{
  width: 100%;
  height: auto;
}

.skin-blue #versaoSistema,
.skin-purple #versaoSistema,
.skin-green #versaoSistema,
.skin-red #versaoSistema,
.skin-yellow #versaoSistema,
.skin-dark #versaoSistema,
.skin-blue-light #versaoSistema,
.skin-purple-light #versaoSistema,
.skin-green-light #versaoSistema,
.skin-red-light #versaoSistema,
.skin-yellow-light #versaoSistema{
  margin: 0;
  text-align: center;
}

.skin-black-light #versaoSistema,
.skin-black #versaoSistema{
  margin: 0;
  text-align: center;
}

.rolagem{
  width: 100%;
  height: 100%;
  overflow: scroll;
  white-space: nowrap;
  font-size: 12px;
}

.skin-dark .rolagem::-webkit-scrollbar{
  width: 8px;   
}

.skin-dark .rolagem::-webkit-scrollbar-track {
  background: #666;        /* color of the tracking area */
}

.skin-dark .rolagem::-webkit-scrollbar-thumb {
  background-color: #333;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid #666;  /* creates padding around scroll thumb */
}

.borderItens{
  border: 1px solid #888;
  padding: 5px 10px;
  position: relative;
  height: 22px;
}

.borderItens p{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -49%);
}

.itemMembros{
  position: relative;
}

.rolagem .linhaMes div,
.rolagem .linhaAno div,
.rolagem .linhaDia div,
.rolagem .itemMembros div{
  display: inline-block;
  vertical-align: middle;
}

.itemIndicador{
  width: 250px;
  text-align: center;
  position: fixed;
  left: 246px;
  background-color: #fff;
  z-index: 1;
}

.skin-dark .itemIndicador{
  color: #fff;
  background: #1d1f24;
}

#indicadoresCorVerde{
  background: #dff0d8;
}

.skin-dark #indicadoresCorVerde{
  background: #0b0c0e;
}

.indicadorVerde{
  background: #dff0d8;
}

.skin-dark .indicadorVerde{
  background: #666 !important;
}

#divPopItensServico, #divPopItensFerias{
  background: rgb(255, 255, 255);
}

.skin-dark #divPopItensServico,
.skin-dark #divPopItensFerias{
  background: #1d1f24;
}

.buttonClose{
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 2px 7px;
  background: rgb(238, 238, 238);
  cursor: pointer;
}

.skin-dark .buttonClose{
  background: #1d1f24;
}

.translateX{
  transform: translateX(250px);
  transition: all 0.3s;
}

.sidebar-collapse .itemIndicador{
  left: 66px;
}

.divAno{
  width: calc(100% - 250px);
  text-align: center;
}

.no-padding-x-y{
  padding: 0 !important;
}

.itemDias{
  width: 22px;
  height: 22px;
}

.skin-dark .itemDias{
  background: #1d1f24;
}

.indicadores{
  padding-top: 5px;
}

/* Cards KAMBAM */
/**
 * The dnd-list should always have a min-height,
 * otherwise you can't drop to it once it's empty
 */

.kanban {
  margin-top: 20px;
}

.kanban ul[dnd-list] {
    min-height: 80px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

/**
 * The dndDraggingSource class will be applied to
 * the source element of a drag operation. It makes
 * sense to hide it to give the user the feeling
 * that he's actually moving it.
 */
.kanban ul[dnd-list] .dndDraggingSource {
    display: none;
}

/**
 * An element with .dndPlaceholder class will be
 * added to the dnd-list while the user is dragging
 * over it.
 */
.kanban ul[dnd-list] .dndPlaceholder {
    background-color: #CCE5FF;
    display: block;
    min-height: 42px;
}

.kanban ul[dnd-list] li {
    border: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    display: block;
    padding-top: 8px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    margin-bottom: 3px;
    font-size: 12px;
    min-height: 37px;
}

.skin-dark .kanban ul[dnd-list] li {
  background-color: #111111;
}

/**
 * Show selected elements in green
 */
.kanban ul[dnd-list] li.selected {
    background-color: #dff0d8;
    color: #3c763d;
}

.kanban .handle {
  cursor: move;
  }

 .kanban .handle .name p {
    padding: 0px;
    margin: 0px;
 } 

 .kanban .handle .name .title {
    display: inline-block;
 } 

 .kanban .handle .name .edit-title {
    float: right;
 } 


#kanban0{


}

.kanban-title h5{
  font-size: 13px;
  color: #404040;
}

.kanban-body{
  background-color: #f5f5f5;
  font-size: 12px;
}

.skin-dark .kanban-body{
  background-color: #222;
}

.skin-dark .kanban-title{
  background-color: #222;
}
.skin-dark .kanban-title h5{
  color: #ebebeb;
}

.finish-date-green {
  background-color: green;
  color: white;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: auto;
}

.finish-date-orange {
  background-color: orange;
  color: white;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: auto;
}

.posA{
  position: absolute;
  top: 5px;
  right: 5px;
}

.bg-rosaP{
  background-color: #ff01c1;
  color: #fff;
}

.bg-cianoP{
  background-color: #7ae9fb;
}

.bg-verdelP{
  background-color: #d3f655;
}

.bg-laranjaP{
  background-color: #feb04c;
}

.bg-amareloP{
  background-color: #fee502;
}

.skin-dark .bg-rosaP,
.skin-dark .bg-cianoP,
.skin-dark .bg-verdelP,
.skin-dark .bg-laranjaP,
.skin-dark .bg-amareloP{
  background-color: #111111;
}

.bg-Alert-Y {
  background-color: #fee502;
  color: #000;
}

.bg-Alert-R {
  background-color: #DD4B39;
  color: #fff;
}

.bg-Alert-G{
  background-color: #00a65a;
  color: #fff;
}

.bg-info {
  background-color: #17a2b8;
  color: #fff;
}

.numeroProposta{
  font-size: 12pt;
  font-weight: bold;
}

.bg-secondary{
  background-color: #dadada;
  color: #111;
}

.bg-secondary .small-box-footer{
  color: #111;
}

.bg-secondary .small-box-footer:hover{
  color: #111;
}

.bg-secondary:hover{
  color: #111;
}

@media (min-width: 992px) {
  .col-md-2-novo{
    width: 12.495%;
    float: left;
    padding-left: 0;
  }  

  .padding-15{
    padding: 0 !important;
  }
}

.text-lucro{
  color: green;
}

.text-prejuizo{
  color: red;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f0f0f0;
}
/*
* Skin: dark
* ----------
*/
.skin-dark label{
  color: #ebebeb;
}

.skin-dark .form-control:focus{
  border-color: #ebebeb;
}

.skin-dark .form-control{
  height: 36px;
  background-color: #1d1f24;
  color: #ebebeb;
}

.skin-dark .input-group .input-group-addon{
  background-color: #1d1f24;
  color: #ebebeb;
}

.skin-dark .navbar-nav>.user-menu>.dropdown-menu>.user-footer{
  border-top: 1px solid #ebebeb;
  background-color: #1d1f24;
}

.skin-dark .navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default{
  color: #ebebeb;
}

.skin-dark .btn-primary,
.skin-dark .btn-info,
.skin-dark .btn-danger,
.skin-dark .btn-success,
.skin-dark .btn-default,
.skin-dark .btn-warning{
  background-color: #1d1f24;
  color: #ebebeb;
  border-width: 2px;
}

.skin-dark .btn-primary:focus,
.skin-dark .btn-info:focus,
.skin-dark .btn-danger:focus,
.skin-dark .btn-success:focus,
.skin-dark .btn-default:focus,
.skin-dark .btn-warning:focus{
  background-color: #1d1f24;
  color: #ebebeb;
}

.skin-dark input{
  background-color: #1d1f24;
  color: #ebebeb;
  outline: #222;
}

.skin-dark .bg-aqua{
  background: #333 !important;
  border: 3px solid #00c0ef;
}

.skin-dark .bg-red{
  background: #333 !important;
  border: 3px solid #dd4b39;
}

.skin-dark .bg-green{
  background: #333 !important;
  border: 3px solid #00a65a;
}

.skin-dark .bg-secondary{
  background: #333 !important;
  border: 3px solid #dadada;
  color: #ebebeb;
}

.skin-dark .bg-secondary .small-box-footer{
  color: rgba(255,255,255,0.8);
}

.skin-dark .bg-secondary .small-box-footer:hover{
  color: rgba(255,255,255,1);
}

.skin-dark .bg-info{
  background: #333 !important;
  border: 3px solid #17a2b8;
}

.skin-dark .main-header .navbar {
  background-color: #1d1f24;
}
.skin-dark .main-header .navbar .nav > li > a {
  color: #ffffff;
}

.skin-dark .main-header .navbar .nav > li > a:hover,
.skin-dark .main-header .navbar .nav > li > a:active,
.skin-dark .main-header .navbar .nav > li > a:focus,
.skin-dark .main-header .navbar .nav .open > a,
.skin-dark .main-header .navbar .nav .open > a:hover,
.skin-dark .main-header .navbar .nav .open > a:focus,
.skin-dark .main-header .navbar .nav > .active > a {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}

.skin-dark .main-header .navbar .sidebar-toggle {
  color: #ffffff;
}

.skin-dark .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1);
}

.skin-dark .main-header .navbar .sidebar-toggle {
  color: #fff;
}

.skin-dark .main-header .navbar .sidebar-toggle:hover {
  background-color: #333;
}

@media (max-width: 767px) {
  .skin-dark .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .skin-dark .main-header .navbar .dropdown-menu li a {
    color: #fff;
  }
  .skin-dark .main-header .navbar .dropdown-menu li a:hover {
    background: #333;
  }
}

.skin-dark .main-header .logo {
  background-color: #1d1f24;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}

.skin-dark .main-header .logo:hover {
  background-color: #1d1f24;
}

.skin-dark .main-header li.user-header {
  background-color: #1d1f24;
}

.skin-dark .content-header {
  background: transparent;
}

.skin-dark .wrapper,
.skin-dark .main-sidebar,
.skin-dark .left-side {
  background-color: #1d1f24;
}

.skin-dark .user-panel > .info,
.skin-dark .user-panel > .info > a {
  color: #fff;
}

.skin-dark .sidebar-menu > li.header {
  color: rgba(255, 255, 255, 0.8);
  background: #1d1f24;
}

.skin-dark .sidebar-menu > li > a {
  border-left: 3px solid transparent;
}

.skin-dark .sidebar-menu > li:hover > a,
.skin-dark .sidebar-menu > li.active > a {
  color: #ffffff;
  background: #141619;
  border-left-color: #141619;
}

.skin-dark .sidebar-menu > li > .treeview-menu {
  margin: 0 1px;
  background: rgb(30,30,30);
}

.skin-dark .sidebar a {
  color: #b8c7ce;
}

.skin-dark .sidebar a:hover {
  text-decoration: none;
}

.skin-dark .treeview-menu > li > a {
  color: #8aa4af;
}

.skin-dark .treeview-menu > li.active > a,
.skin-dark .treeview-menu > li > a:hover {
  color: #ffffff;
}

.skin-dark .sidebar-form {
  border-radius: 3px;
  border: 1px solid #1d1f24;
  margin: 10px 10px;
}

.skin-dark .sidebar-form input[type="text"],
.skin-dark .sidebar-form .btn {
  box-shadow: none;
  background-color: #1d1f24;
  border: 1px solid transparent;
  height: 35px;
}

.skin-dark .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}

.skin-dark .sidebar-form input[type="text"]:focus,
.skin-dark .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}

.skin-dark .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}

.skin-dark .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}

.skin-dark.layout-top-nav .main-header > .logo {
  background-color: #1d1f24;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}

.skin-dark.layout-top-nav .main-header > .logo:hover {
  background-color: #1d1f24;
}

.skin-dark .content-wrapper{
  min-height: calc(100vh);
  background-color: #0b0c0e;
}

.skin-dark .content-wrapper .content{
  color: #ebebeb;
  background-color: #0b0c0e;
}

.skin-dark .content-wrapper .content-header{
  color: #ebebeb;
}

.skin-dark .content-wrapper .info-box{
  min-height: 110px;
  padding: 10px;
  background-color: #1d1f24;
}

.skin-dark .content-wrapper .info-box .info-box-content{
  color: #ebebeb;
}

.skin-dark .content-wrapper .nav-tabs-custom{
  background-color: #1d1f24;
  color: #ebebeb;
}

.skin-dark .content-wrapper .nav-tabs-custom>.nav-tabs>li.active{
  border-top-color: #111;
}

.skin-dark .content-wrapper .nav-tabs-custom>.nav-tabs>li>a{
  color: #ebebeb;
}

.skin-dark .content-wrapper .nav-tabs-custom>.nav-tabs>li.active>a{
  background-color: #333;
  border-color: #1d1f24;
}

.skin-dark .content-wrapper .nav-tabs-custom>.tab-content{
  background-color: #1d1f24;
}

.skin-dark .table-responsive::-webkit-scrollbar{
  width: 8px;   
}

.skin-dark .table-responsive::-webkit-scrollbar-track {
  background: #666;        /* color of the tracking area */
}

.skin-dark .table-responsive::-webkit-scrollbar-thumb {
  background-color: #333;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid #666;  /* creates padding around scroll thumb */
}

.skin-dark .table>tbody>tr.success>td, .skin-dark .table>tbody>tr.success>th, .skin-dark .table>tbody>tr>td.success, .skin-dark .table>tbody>tr>th.success, .skin-dark .table>tfoot>tr.success>td, .skin-dark .table>tfoot>tr.success>th, .skin-dark .table>tfoot>tr>td.success, .skin-dark .table>tfoot>tr>th.success, .skin-dark .table>thead>tr.success>td, .skin-dark .table>thead>tr.success>th, .skin-dark .table>thead>tr>td.success, .skin-dark .table>thead>tr>th.success {
  background-color: #0b0c0e;
}

.skin-dark .table-outside th {
  border: none !important;
}

.skin-dark .table-striped>tbody>tr{
  background-color: #1d1f24;
}

.skin-dark .table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #1d1f24;
}

.skin-dark .pagination>.active>a, .skin-dark .pagination>.active>a:focus, .skin-dark .pagination>.active>a:hover, .skin-dark .pagination>.active>span, .skin-dark .pagination>.active>span:focus, .skin-dark .pagination>.active>span:hover {
  background-color: #1d1f24;
  border-color: #008d4c;
}

.skin-dark .pagination>li>a, .skin-dark .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #ebebeb;
  background-color: #1d1f24;
  border: 1px solid #ddd;
}

.skin-dark .table>tbody>tr.info>td, .skin-dark .table>tbody>tr.info>th, .skin-dark .table>tbody>tr>td.info, .skin-dark .table>tbody>tr>th.info, .skin-dark .table>tfoot>tr.info>td, .skin-dark .table>tfoot>tr.info>th, .skin-dark .table>tfoot>tr>td.info, .skin-dark .table>tfoot>tr>th.info, .skin-dark .table>thead>tr.info>td, .skin-dark .table>thead>tr.info>th, .skin-dark .table>thead>tr>td.info, .skin-dark .table>thead>tr>th.info {
  background-color: #0b0c0e;
}

.skin-dark .small-box .icon{
  color: #ebebeb;
}

.skin-dark .bg-orange {
  background: #333 !important;
  border: 3px solid #ff851b;
}

.skin-dark .bg-yellow{
  background-color: #333 !important;
  border: 3px solid #f39c12;
}

.skin-dark .bg-blue {
  background-color: #333 !important;
  border: 3px solid #0073b7;
}

.skin-dark .bg-gray {
  color: #ebebeb;
  background-color: #333 !important;
  border: 3px solid #d2d6de;
}

.skin-dark .bg-maroon {
  background-color: #333 !important;
  border: 3px solid #d81b60;
}

.skin-dark .main-footer{
  background-color: #1d1f24;
  color: #fff;
  border-top-color: #1d1f24;
}

.skin-dark .x-stick {
  position: fixed;
  top: 51px;
  border: 1px solid lightgray;
  margin-bottom: 10px;
  z-index: 100;
  background-color: #0b0c0e !important;
  width: 85.95%;
  left: 246px;
}

.skin-dark .table-hover>tbody>tr:hover {
  background-color: #1d1f24;
}

.skin-dark .modal-dialog>.modal-content{
  border: 2px solid #fff;
}

.skin-dark .modal-content {
  background-color: #0b0c0e !important;
}

.skin-dark .modal-title {
  color: #ebebeb;
}

.skin-dark .table{
  color: #ebebeb;
  background-color: #1d1f24;
}

.skin-dark .table tr>td>a{
  color: #ebebeb;
}

.skin-dark .btn-success.disabled.focus, .skin-dark .btn-success.disabled:focus, .skin-dark .btn-success.disabled:hover, .skin-dark .btn-success[disabled].focus, .skin-dark .btn-success[disabled]:focus, .skin-dark .btn-success[disabled]:hover, .skin-dark fieldset[disabled] .btn-success.focus, .skin-dark fieldset[disabled] .btn-success:focus, .skin-dark fieldset[disabled] .btn-success:hover {
  background-color: #1d1f24;
  border-color: #4cae4c;
}

.skin-dark .btn-primary.disabled.focus, .skin-dark .btn-primary.disabled:focus, .skin-dark .btn-primary.disabled:hover, .skin-dark .btn-primary[disabled].focus, .skin-dark .btn-primary[disabled]:focus, .skin-dark .btn-primary[disabled]:hover, .skin-dark fieldset[disabled] .btn-primary.focus, .skin-dark fieldset[disabled] .btn-primary:focus, .skin-dark fieldset[disabled] .btn-primary:hover {
  background-color: #1d1f24;
  border-color: #2e6da4;
}

.skin-dark .box{
  background-color: transparent;
  border: none;
}

.skin-dark .box-header.with-border{    
  border-bottom: none;
}

.skin-dark .imp-div{
  background-color: #1d1f24;
  color: #ebebeb;
  vertical-align: middle;
}

.skin-dark .form-control:focus{
  border-color: #ebebeb;
}

.skin-dark .form-control.input-sm{
  height: 30px;
  background-color: #1d1f24;
  color: #ebebeb;
}

.skin-dark .center-modal::-webkit-scrollbar{
  width: 8px;   
}

.skin-dark .center-modal::-webkit-scrollbar-track {
  background: #666;        /* color of the tracking area */
}

.skin-dark .center-modal::-webkit-scrollbar-thumb {
  background-color: #333;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid #666;  /* creates padding around scroll thumb */
}

.skin-dark .span-success {
  background-color: #333 !important;
  border: 1px solid #00A65A;
  cursor: pointer;
}

.skin-dark .header-button button:nth-child(1) {
  background-color: #333 !important;
  border-color: orange;
}

.skin-dark .ql-bold svg{
  color: #ebebeb;
}

.skin-dark .ql-container .ql-editor{
  color: #ebebeb;
}

.skin-dark .ql-toolbar.ql-snow{
  background-color: #ebebeb;
}

.skin-dark .btn-warning.disabled.focus, .skin-dark .btn-warning.disabled:focus, .skin-dark .btn-warning.disabled:hover, .skin-dark .btn-warning[disabled].focus, .skin-dark .btn-warning[disabled]:focus, .skin-dark .btn-warning[disabled]:hover, .skin-dark fieldset[disabled] .btn-warning.focus, .skin-dark fieldset[disabled] .btn-warning:focus, .skin-dark fieldset[disabled] .btn-warning:hover {
  background-color: #333 !important;
  border-color: #eea236;
}

.skin-dark .loadApi{
  color: #fff;
}

.skin-dark .modal-spinner .modal-content{
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.skin-dark .modal-spinner .modal-content span{
  display: none;
}

.textConfimacao{
  font-size: 18px;
  color: #333333;
  font-family: 'Source Sans Pro',sans-serif;
}

.title-align {
  text-align: center;
}

.vertical-align {
  text-align: left;
}
.vertical-align i{
  vertical-align: middle;
  color: red;
  text-align: center;
  margin-right: 12%;
}

.skin-dark .textConfimacao{
  color: #ebebeb;
}
.msg-confirm button{
  min-width: 70px;
}

.skin-dark .anexos-table{
  color: #ebebeb;
}

.skin-dark .barra-lateral::-webkit-scrollbar{
  width: 8px;   
}

.skin-dark .barra-lateral::-webkit-scrollbar-track {
  background: #666;        /* color of the tracking area */
}

.skin-dark .barra-lateral::-webkit-scrollbar-thumb {
  background-color: #333;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid #666;  /* creates padding around scroll thumb */
}

.skin-dark .td-colaborador-orc-normal{
  background: #1d1f24;
  color: #ebebeb;
}

.skin-dark .td-colaborador-orc-warning{
  background: #F39C12;
  color: #ebebeb;
}

.skin-dark .thcenter-servico{
  background-color: #0b0c0e !important;
}

.skin-dark .border-white{
  border: 1px solid #ebebeb;
  padding: 5px;
  margin: 7px 3px;
  width: calc(100% - 6px);
}

.skin-dark .box .box-header .box-title{
  color: #ebebeb;
}