* {
  margin: 0;
  padding: 0;

  @font-face {
    font-family: roboto;
    src: url('../fonts/Roboto/Roboto-Regular.ttf');
  }
}

body {
  margin: 0;
  padding: 0;
  height: 100vh;
  #height: 100%;
  #background-color: #F7F7F7;
}

.navbar-fixed-top {
  position: fixed;
  width: 100%;
  z-index: 2;
}

#nav-cad {
  position: fixed;
  right: 0;
  left: 240px;
  z-index: 1;
  top: 72px;
  width: auto !important;
}

#corpo {
  padding-left: inherit !important;
  padding-right: inherit !important;
  #background-color: #f9fafb;
}

label {
  display: inline-block;
  margin-bottom: .0rem;
  font-size: 15px !important;
}

.required {
  border-left: 2px solid #e28576 !important;
}

input,
select,
textarea,
.input-group-text {
  border-top: 0.1mm solid #e4e4e4 !important;
  border-right: 0.1mm solid #e4e4e4 !important;
  border-bottom: 1px solid #e4e4e4 !important;
  background: rgb(242, 242, 242);
  #background: linear-gradient(0deg, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
  #background: rgb(249, 249, 249);
  #background: linear-gradient(0deg, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(254, 254, 254, 1) 50%, rgba(249, 249, 249, 1) 100%);
  #background: linear-gradient(0deg, rgba(249, 249, 249, 1) 0%, rgba(254, 254, 254, 1) 0%, rgba(249, 249, 249, 1) 100%);
  text-transform: uppercase;
  /*capitalize ou lowercase*/

  border: 1px solid #d5d6d6 !important;
  background-color: #fff !important;
  border-radius: 3px !important;

}

select:focus,
input:focus,
textarea:focus {
  box-shadow: 0 0 0 0 !important;
  outline: 0 !important;
  #background: rgb(254, 255, 255);
  #background: linear-gradient(0deg, rgba(254, 255, 255, 1) 0%, rgba(236, 248, 254, 1) 0%);
  #background: linear-gradient(0deg, #ffffff 0%, #dddddd 0%, rgba(249, 249, 249, 1) 100%);
  background: #fff !important;
  border: 2px solid #dbf6ff !important;
  #border-bottom: 2px solid #9fdaef !important;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(91, 192, 222, 1) !important;
  -moz-box-shadow: 0px 0px 8px 0px rgba(91, 192, 222, 1) !important;
  box-shadow: 0px 0px 8px 0px rgba(91, 192, 222, 1) !important;
}

.disabled {
  color: #adadad;
}

button {
  border: 0px solid !important;
  border-radius: 3px !important;
  font-size: 17px !important;
}

li > button {
  width: 175px;
}

.footer-fixed {
  position: fixed;
  #left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
}

.group_form {
  #border: 1px solid #E6E9ED;
  #margin: 20px;
  border-radius: 4px;
  background-color: white;
  #margin-top: 25px;
}

OLDform {
  margin: 10px;
  border: 3px solid #eaeaea;
  border-radius: 5px;
  border-top: 1px solid #e8e6e6;
  border-left: 1px solid #eaeaea;
  padding: 20px;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

OLD#form_filtro {
  margin: 20px;
  padding: 0px !important;
}

/*LOAD*/
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../img/loadin_gd.gif') 50% 50% no-repeat #f9fbfb;
}

/*BOTÕES DATATABLE*/
.btn-app {
  background-color: #48B9DA !important;
  width: 105px;
}

/*TOAST*/
.toast {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.show-toast {
  opacity: 100 !important;
}

#body_toast {
  font-size: 15px;
}

.btn-grid {
  padding: 4px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 2px;
  margin: 1px;
  padding-left: 6px;
  padding-right: 6px;
}

.btn-grid-delete {
  cursor: pointer;
  font-size: 24px;
  #background-color: #b14865 !important;
  color: #b14865 !important;
}


.btn-grid-edit {
  font-size: 24px;
  color: #66a78f;
}

.btn-grid-del {
  font-size: 24px;
  color: #bf6565;
}

.bg-base {
  background-color: #f9fafb !important;
}

/*LOAD*/
.input-load {
  background-image: url('../img/load_input_vert.gif');
  background-repeat: no-repeat;
  background-position-y: center;
}


/*BARRA DE ROLAGEM*/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f0f0f0;
}

::-webkit-scrollbar-thumb {
  background: #cecece;
}

::-webkit-scrollbar-thumb:hover {
  background: #bbb;
}

/*ITEM DAS PESQUISAS JANELA MODAL*/
.item-search {
  width: 100%;
  background-color: #FFF;
  border-bottom: 1px solid #ced4da;
  padding: 10px;
  cursor: pointer;
  color: #505050;
}

.item-search:hover {
  color: #74a6f0;
}


/*RESULTADO DAS PESQUISAS JANELA MODAL*/
.result-search {
  width: 100%;
  background-color: #fff;
  padding: 0px !important;
  margin: 4px !important;
  border-radius: 5px;
  border: 1px solid #ccc;
}

/*******************************************************/

@media screen and (max-width: 560px) {
  #mySidenav {
    width: 54px !important;
  }

  #corpo {
    margin-left: 54px !important;
  }

  #nav-cad {
    position: fixed;
    right: 0;
    left: 54px;
    z-index: 1;
    top: 72px;
  }
}

/*********************************************** DASHBOARD ***********************************************/

body {
  background-color: #F7F7F7;
}

/*************Tickets*************/

.primeiro_ticket {
  padding-right: 0px !important;
}

.meio_ticket {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.ultimo_ticket {
  padding-left: 0px !important;
}

.ultimo_ticket_personalizado{
  background-color: #ffad29 !important;
  color: white !important;
}


@media (max-width:575px) {
  .primeiro_ticket {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .meio_ticket {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .ultimo_ticket {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

/*********************************/

.x_panel {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 17px;
  display: inline-block;
  background: #fff;
  border: 1px solid #E6E9ED;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  opacity: 1;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.x_title {
  border-bottom: 2px solid #E6E9ED;
  padding: 1px 5px 6px;
  margin-bottom: 10px;
}

.x_content {
  padding: 0 3px 6px;
  position: relative;
  width: 100%;
  float: left;
  clear: both;
  margin-top: 5px;
}

.progress {
  padding: 0px;
  height: 23px;
  margin: 0 !important;
}

.linha-top10:hover {
  background-color: aliceblue !important;
}

.button-fat-anual-refresh{
  margin-top: 20px;
}

.button-rel-dashboard {
  position: relative;
  overflow: hidden;
  margin-top: -1px;
  z-index: 1;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.button-rel-dashboard:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #efefef;
  z-index: -1;
  -webkit-transition: width 150ms ease-in-out;
  transition: width 150ms ease-in-out;
}

.button-rel-dashboard:hover:after {
  width: 110%;
}


@media screen and (max-width: 990px) {}

/***************************************************/

.card-counter {
  margin: 5px;
  padding: 20px 10px;
  background-color: #fff;
  height: 75px;
  transition: .3s linear all;
}

.card-counter:hover {
  transition: .3s linear all;
}

.card-counter.primary {
  background-color: #439fe4;
  color: #FFF;
}

.card-counter.danger {
  background-color: #ef5350;
  color: #FFF;
}

.card-counter.success {
  background-color: #66bb6a;
  color: #FFF;
}

.card-counter.info {
  background-color: #26c6da;
  color: #FFF;
}

.card-counter i {
  font-size: 5em;
  opacity: 0.2;
}

.card-counter .count-numbers {
  position: absolute;
  right: 30px;
  top: 35px;
  font-size: 25px;
  display: block;
}

.card-counter .count-name {
  position: absolute;
  right: 30px;
  top: 15px;
  font-style: italic;
  text-transform: capitalize;
  opacity: 0.5;
  display: block;
  font-size: 15px;
  text-align: right;
}

/*********************************************** Orçamento ***********************************************/
.table_orcamento{
  font-size: 13px;
}

.input_orcamento:focus{
  box-shadow: 0 0 0 0 !important;
  border: 0 none !important;
  outline: 0 !important;
  background-color: transparent !important;
}

.replicar_valores{
  cursor: pointer;
  font-size: 18px;
}

.td_replica_valores{
  height: 100% !important;
}

/********************** Orçado x Realizado **********************/

/******** MODAL ********/

.modal-personalizado{
  min-width: 95% !important;
}

/***********************/

.table_orcado_realizado{
  overflow-x: scroll !important;
}

.coluna_codigo_contabil{
  position: sticky;
  background-color: white;
  min-width: 165px;
  left: -1px;
}
  
/************************* Relatório ***************************/

.btn_relatorio{
  height:50px; 
  margin-top:10px; 
  font-size: 15px !important;

}

