/* CSS geral */
body{
  padding-top: 0px !important;
}
.container{
  margin-top: 60px;
}
#box_titulo{
  background: linear-gradient(#02710d, #147303 60%, #1d6b04);;
  color: white;"
}
#bt_send,#upload,#progressBar{
  width: 100%;
}
#bt_send1{
  width: 100%;
}
footer{
  right:0;
  left:0;
  padding-bottom:15px;
  font-size: 12px;
  text-align: center;
  color: #989898;
}
h1,.h1{
  font-size:50px;
}
/* CSS do inicio.php */
#img_user{
  width: 40%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#bt_editoru{
  float:left;
}
/* CSS do clientes.php */
#logo_tabela{
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #e5e5e5;
}
#logo_tabela1{
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #e5e5e5;
}
/* bootstrap*/

.table th{
  padding: 0.1rem;
  margin: 1rem;
}
.table{
  table-layout: fixed;
  text-align: center ;
  margin: 0px;
}
/*.table td{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}*/
#map{
  width: 100% !important;
  height: 200px !important;
}
#mapa_e,#mapa_p{
  width: 100% !important;
  height: 400px !important;
}
/*  menu */
.bg-dark{
  box-shadow: 0px 0px 20px #DDDDDD;
  background-image: linear-gradient(#2d2d2d, #3c3c3c);
  padding: 0rem 1rem;
}
#logoutter:hover{
  opacity: 0.5;
}
#min_bts{
  padding-left: 10px;
  padding-right:10px;
  padding-top:4px;
  padding-bottom: 4px;
  color: white;
  margin: 0px;
}
#min_th{
  width: 65px;
}
#at_bt{
  vertical-align: middle;
  padding: 0.5rem;
}
#bt_Add{
  float: right;
  margin-left: 10px;
}
.card-header{
  line-height: 35px;
}
a, .page-link{
  color: #019229;
}
a:hover, .page-link:hover {
  color: #016b1e;
}
.orientacion_right{
  float: right;
}
.orientacion_left{
  float: left;
}

#texto_OLeft{
text-align: left;
}

#estatistica1{
  display: flow-root;
}
#estatistica2, #estatistica3{
  display: flow-root;
  width: 48%;
}
#estados_texto{
 color: black;
}
.dropdown-item:hover{
  background-color: #226f2b;
}

#texto_tipo1{
  font-size:25px;
  margin: 0px;
}
#previas{
  height: 250px;
  text-align: center;
  color: white;
  margin-left: auto;
  margin-right: auto;
}
#previas_box{
  border: 1px solid #bcbcbc;
  background-color: #e5e5e5;
  /*margin-left: auto;*/
  margin-right: auto;
  width: 50%;
}

#titulo_informacao{
  margin-top: 20px;
    text-align: center;
    color: #555a5f;
    font-size: 1.5rem;
}

#box_informacao{
  border: 1px solid #bcbcbc;
}

#row{
  margin: 0px;
  height: 280px;
}
#text_infodisplay{
  line-height: normal;
}
#alert_infodisplay, #aboutPermissionsAlertButton{
  position: relative;
  padding: 0.25rem 0.55rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-dismissible .close {
  padding: 0.25rem 0.75rem;
}
#lista_ficheiros{
  float: right;
}
#contain_2{
    width: 45%;
}
#thumbnail{
  height: 200px;
  width: 200px;
  border: 2px solid #e0e5ea;
  margin-right: 16px;
  margin-bottom: 10px;
  vertical-align: baseline;
  background-color: #e5e8ec;
}
img{
  object-fit: cover;
}
.modal-footer{
  justify-content: space-between;
}
#preview_file_img{
  width:60%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#preview_file_vid{
  width:100%;
}
#preview_file_yt{
  width:100%;
  height: 300px;
}
#preview_file_tx{
  width: 100%;
  height: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
textarea {
    resize: none;
}

#log_box
{
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
  font-size: small;
  padding-right: 20px
}
#yt_box{
  margin-bottom: 0 !important;
}

#logotipo_navbar {
  -webkit-transition:all 0.5s ease-out;
  -moz-transition:all 0.5s ease-out;
  -ms-transition:all 0.5s ease-out;
  -o-transition:all 0.5s ease-out;
  transition:all 0.5s ease-out;
}

#logotipo_navbar:hover {
  -webkit-transform:scale(1.2);
  -moz-transform:scale(1.2);
  -ms-transform:scale(1.2);
  -o-transform:scale(1.2);
  transform:scale(1.2);
}
#image_alignment{
  display:block;
  margin-left: auto;
  margin-right: auto;
}
.modelo_bt_toggle{
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0px;
}

#elimina_logs{
      margin-right: 10px;
      color: #c71c22;
}

#elimina_logs:hover{
      margin-right: 10px;
      color: white;
}
#log_types_estatistica{
  color: black;
  background: white;
  height: 45px;
  margin: 5px 5px 10px 5px;
  line-height: 45px;
  border-radius: 5px;
  box-shadow: 4px 4px 5px -1px #94949494;
}

#Coneccao_Problema{
  color: red;
}


.page-item.active .page-link {
      z-index: 1;
      color: #fff;
      background-color: #4f7d54;
      border-color: #6f6f6f;
}
#spacer_th{
  width: 130px;
}
#title_datac{
  color: green;
}

#btn_demonstration{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

#rentImage_alert, #rentImage_alert1{
  position: relative;
  padding: 0.25rem 0.55rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  height: 38px;
}

#commandButtons{
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
  font-size: small;
  padding-right: 20px;
  margin-bottom: 10px;
  color: #033C73;
}
#commandButtons:hover{
  color: white;
}
#HelpInfoTextBox{
  height: 385px;
  overflow: scroll;
}

.center_content{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
/* STATISTICS STYLES */
.arrow-right {
  width: 0;
  height: 200px;
  border-top: 100px solid transparent !important;
  border-bottom: 100px solid transparent !important;
  border-left: 100px solid #2FA4E7;
}

.arrow-left {
  width: 0;
  height: 200px;
  border-top: 100px solid transparent !important;
  border-bottom: 100px solid transparent !important;
  border-right: 100px solid ;
}

.right-statistic{
  border-radius: 0px 5px 5px 0px;
  border-left: 0;
}
.center-statistic{
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}
.left-statistic{
  border-radius: 5px 0px 0px 5px;
  border-right: 0;
}
.statisticBox{
    height: 200px;
}
/* ------------ */
#ui-datepicker-div{
  padding: 10px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px, rgba(0, 0, 0, 0.19) 0px 6px 20px 0px;
  border-radius: 7px;
}
.ui-datepicker-next{
  float: right;
}
/*.ui-datepicker-week-end {
  border: 1px solid #efefef;
  padding-left: 3px;
}  */
#statisticBoxProducts{
    background: #54b4eb;
}
form{
  font-size: 15px
}

ul.thumbnails.image_picker_selector li .thumbnail img {
  -webkit-user-drag: none;
  width: 85px;
  height: 60px;
}
ul.thumbnails.image_picker_selector{
  height: 250px;
  width: auto;
  overflow-y: scroll;
}
.tabBorder{
  border: 1px solid rgb(222, 226, 230);
  border-top: 0px;
  padding: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}


.search_form {
  height: 35px;
  vertical-align: bottom;
  display: inline-flex;
  margin: 3px;
  margin-bottom: 10px;
}
.search_form input {
  padding: 10px;
  font-size: 17px;
  border: 1px solid #dee2e6;
  float: left;
  width: 80%;
}
.search_form button {
  float: left;
  /* width: 20%; */
  border-radius: 0px;
  padding: 10px;
  padding-top: 8px;
}


/**
Flat Small Modern UI Adjustments
 */

.btn{
  padding: 0.175rem 0.75em;
}

.btn-success, .btn-warning, .btn-danger, .btn-primary, .btn-info{
  background-image: unset;
}
.btn-secondary {
  background-image: unset;
  background-color: white;
}

.card-header{
  padding-left: 15px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.card-header {
  line-height: 32px;
}

.breadcrumb {
  font-size: 11pt;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
}

.table
{
  margin-top: 10px;
}

.table thead th {
  font-weight: bold;
  font-size: 10pt;
  border-top: 0px;
  border-bottom: 0px;
  padding-bottom: 6px;
}

/*
.table tbody{
  border: 1px #dee2e6 solid;
}*/

.table td{
  font-size: 11pt;
  vertical-align: middle;
}

.navbar-nav li {
  font-size: 11pt;
  border-left: 1px solid #6d69695e;
}

@media screen and (max-width: 1200px) {
  .navbar-nav li {
    border-left: unset;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav li {
    border-bottom: 1px solid rgba(115, 115, 115, 0.5);
  }
  .invisibleElement {
    display: none;
  }
}
.card-body {
  font-size: 11pt;
}


div.bootstrap-datetimepicker-widget { display: block; }
/*.bootstrap-datetimepicker-widget:visited{
  display: block;
}*/



/* FullCalendar */
.fc-center h2 {
  font-size: 22px;
  font-weight: normal;
  color: #9c9c9c;
  margin-top: 5px !important;
}

.fc-toolbar .btn-primary {
  background-color: #72a92f;
  border: 1px solid #56801b85;
}

.sidebar .navbar-brand-wrapper{
  display: none;
}
@media (min-width: 992px){
  .sidebar {
    padding-top: 20px !important;
    z-index: 9991 !important;
    margin-top: -60px;
  }
  .sidebar ul.menu-nav{
    position: fixed;
    width: inherit;
  }
  .sidebar .navbar-brand-wrapper{
    display: block;
  }

  .card-header:not(a.btn) {
    font-size: 30pt;
  }
}
.card-header:not(a.btn) {
  font-size: 20pt;
  font-weight: lighter;
  color: #c5c5c5;
}

.table thead th{
  font-size: 9pt !important;
  color: #8f8f8f !important;
}

.menu-nav>li:first-child {
  margin-bottom: 25px;
}

.btn-success{
  background: linear-gradient( 320deg, rgb(30 179 157) 0%, rgb(36 157 157) 100%);
  border-color: #20ae9d42 !important;
  box-shadow: #00000040 1px 1px 3px !important;
}

i.mdi.text-primary {
  color: #20ae9d !important;
  font-size: 24px;
}

.screenshot-preview{
  height: 160px !important;
  border-radius: 5px !important;
  width: auto !important;
}

/* Estilos para os botões de comando */

.ds_command-button {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem 0.5rem;
    text-decoration: none;
    border: 1px solid lightgray !important; /* Cor da borda original */
    border-radius: 0.25rem;
    margin: 0.25rem;
    transition: all 0.3s ease !important;

        background-color: #ebebeb !important;
    color: #484848 !important;
    margin-bottom: 5px;
    height: auto !important;
}

.ds_command-button:hover {

        border-color: #20ab9d !important;
    background: #21a89d !important;
    color: white !important;
}

.ds_icon-container {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.ds_text-container {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.ds_main-text {
    font-weight: bold;
    font-size: 0.9rem;
}

.ds_sub-text {
    font-size: 0.7rem;
    opacity: 0.8;
}