/*!
 * Start Bootstrap - SB Admin 2 v3.3.7+1 (http://startbootstrap.com/template-overviews/sb-admin-2)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
:root {
  --side-status: block;
  --page-margin: 51px 0 0 220px;
}

body{
  font-family: Roboto, sans-serif;
  background-color:#c2ceda;
  font-size:13px;
}


#wrapper {
  width: 100%;
}
#page-wrapper {
  padding: 0 15px;
  min-height: 568px;
  display: none;
}
@media (max-width: 767px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 0px !important;
    padding: 0 15px;
    margin-top: 51px;
  }
}

@media (max-width: 768px) {
  .imagensmodal {
    height: 70px!important;
  }
}

.modal-header{
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
/** SPINNER CREATION **/
.loader {
  position: relative;
  text-align: center;
  margin: 15px auto 35px auto;
  z-index: 9999;
  display: block;
  width: 80px;
  height: 80px;
  border: 10px solid rgba(0, 0, 0, .3);
  border-radius: 50%;
  border-top-color: #000;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

.m-b-10{
  margin-bottom: 10px !important;
}
.m-b-15{
  margin-bottom: 15px !important;
}

.m-t-5{
  margin-top: 5px !important;
}

#page-wrapper{
  margin: var(--page-margin); 
}

#sidebar{
  display: var(--side-status);
}



@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

dt {
  
    float: left;
    padding: 0;
    margin: 0;
}
dd {
   
    float: right;
    padding: 0;
    margin: 0;
}
/** MODAL STYLING **/

#modalspin{
  margin-top:200px;
}
/* .alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
} */

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
/* Pedido por Luís Veiga
.modal-content {
  border-radius: 0px;
  box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.7);
}*/

.modal-backdrop.show {
  opacity: 0.75;
}

.loader-txt {
  p {
    font-size: 20px !important;
    color: #f37f58 !important;
    small {
      font-size: 10px;
      color: #999;
    }
  }
}

#login{
  height: 300px;
}

.navbar-top-links {
  margin-right: 0;
}
.navbar-top-links li {
  display: inline-block;
}
.navbar-top-links li:last-child {
  margin-right: 15px;
}
.navbar-top-links li a {
  padding: 15px;
  min-height: 50px;
}
.navbar-top-links .dropdown-menu li {
  display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}
.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}
.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}
.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
}

.sidebar .nav>li>a {
  color:#fff;
}

.sidebar .sidebar-nav.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.sidebar .sidebar-search {
  padding: 15px;
}

.sidebar ul li a.active {
  background-color: #eeeeee;
}
.sidebar .arrow {
  float: right;
}
.sidebar .fa.arrow:before {
  content: "\f104";
}
.sidebar .active > a > .fa.arrow:before {
  content: "\f107";
}
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: none !important;
}
.sidebar .nav-second-level li a {
  padding-left: 37px;
}
.sidebar .nav-third-level li a {
  padding-left: 52px;
}
@media (min-width: 768px) {
  .sidebar {
    z-index: 1000;
    position: fixed;
    width: 220px;
 
  }
  
  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
}

.custom-file-upload {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  z-index: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
 
}

.custom-file-upload:hover {
  color: black;
}

.hover-mask_action {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
  color: #fff;
  opacity: 0;
  font-size: 20px;
  z-index: 1;
  background-color: rgba(0,0,0,.4);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.hover-mask_action:hover {
  opacity: 1;
}
.hover-mask_action:after {
  display: inline-block;
  content: "";
  height: 50%;
  vertical-align: middle;
}
.btn-icon {
  border-color: transparent;
  background: transparent;
  line-height: 24px;
  padding: 0 5px;
  font-size: 14px;
  border-radius: 6px;
}

.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}
.btn-primary.btn-outline {
  color: #428bca;
}
.btn-success.btn-outline {
  color: #5cb85c;
}
.btn-info.btn-outline {
  color: #5bc0de;
}
.btn-warning.btn-outline {
  color: #f0ad4e;
}
.btn-danger.btn-outline {
  color: #d9534f;
}
.btn-gray.btn-outline {
  color: #797575;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover,
.btn-gray.btn-outline:hover {
  color: white;
}
.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}
.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #999999;
}
.chat li.left .chat-body {
  margin-left: 60px;
}
.chat li.right .chat-body {
  margin-right: 60px;
}
.chat li .chat-body p {
  margin: 0;
}
.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px;
}
.chat-panel .panel-body {
  height: 350px;
  overflow-y: scroll;
}
.login-panel {
  margin-top: 25%;
}

.login-page {
      background-size: cover;
  background-image: url("imagem.jpg");  padding-left: 0;
  background-repeat: no-repeat;
  max-width: 100%;
  margin: 5% auto;
  overflow-x: hidden; 
  height: 100vh;
  overflow-y: scroll;

}

.login-page .login-box .msg {
  color: #555;
  margin-bottom: 30px;
  text-align: center; 
}
.login-page .login-box a {
  font-size: 14px;
  text-decoration: none;
  color: #1F91F3; 
}
.login-page .login-box .logo {
  margin-bottom: 20px; 
}
.login-page .login-box .logo a {
  font-size: 36px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff; 
}
.login-page .login-box .logo small {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  margin-top: -5px; 
}

.flot-chart {
  display: block;
  height: 400px;
}

.flot-chart-content {
  width: 100%;
  height: 100%;
}
/* 
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent;
} */
table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  float: right;
  font-family: "Font Awesome 5 Free";
}
table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  float: right;
  font-family: "Font Awesome 5 Free";
}
table.dataTable thead .sorting:after {
  content: "\f0dc";
  float: right;
  font-family: "Font Awesome 5 Free";
  color: rgba(50, 50, 50, 0.5);
}
.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}
.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important;
}
.show-grid {
  margin: 15px 0;
}
.huge {
  font-size: 40px;
}
.panel-green {
  border-color: #5cb85c;
}
.panel-green > .panel-heading {
  border-color: #5cb85c;
  color: white;
  background-color: #5cb85c;
}
.panel-green > a {
  color: #5cb85c;
}
.panel-green > a:hover {
  color: #3d8b3d;
}
.panel-red {
  border-color: #d9534f;
}
.panel-red > .panel-heading {
  border-color: #d9534f;
  color: white;
  background-color: #d9534f;
}
.panel-red > a {
  color: #d9534f;
}
.panel-red > a:hover {
  color: #b52b27;
}

.panel-bluebaby {
  border-color: #58a1eca8;
}
.panel-bluebaby > .panel-heading {
  border-color: #58a1eca8;
  color: white;
  background-color: #58a1eca8;
}
.panel-bluebaby > a {
  color: #58a1eca8;
}
.panel-bluebaby > a:hover {
  color: #4395e8f2;
}

.panel-yellow {
  border-color: #f0ad4e;
}
.panel-yellow > .panel-heading {
  border-color: #f0ad4e;
  color: white;
  background-color: #f0ad4e;
}
.panel-yellow > a {
  color: #f0ad4e;
}
.panel-yellow > a:hover {
  color: #df8a13;
}
.timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none;
}
.timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #eeeeee;
}
.timeline > li {
  position: relative;
  margin-bottom: 20px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -15px;
  border-top: 15px solid transparent;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ccc;
}
.timeline > li > .timeline-panel:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -14px;
  border-top: 14px solid transparent;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #fff;
}
.timeline > li > .timeline-badge {
  z-index: 100;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 50px;
  color: #fff;
  background-color: #999999;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }
  ul.timeline > li > .timeline-panel {
    width: calc(10%);
    width: -moz-calc(10%);
    width: -webkit-calc(10%);
  }
  ul.timeline > li > .timeline-badge {
    top: 16px;
    left: 15px;
    margin-left: 0;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  ul.timeline > li > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }
  ul.timeline > li > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
}


.bg-red {
  background-color: #F44336 !important;
  color: #fff; }
  .bg-red .content .text,
  .bg-red .content .number {
    color: #fff !important; }

.bg-pink {
  background-color: #E91E63 !important;
  color: #fff; }
  .bg-pink .content .text,
  .bg-pink .content .number {
    color: #fff !important; }

.bg-blue {
  background-color: #1F91F3 !important;
  color: #fff; }


.bg-purple {
  background-color: #9C27B0 !important;
  color: #fff; }
  .bg-purple .content .text,
  .bg-purple .content .number {
    color: #fff !important; }

.bg-deep-purple {
  background-color: #673AB7 !important;
  color: #fff; }
  .bg-deep-purple .content .text,
  .bg-deep-purple .content .number {
    color: #fff !important; }

.bg-indigo {
  background-color: #3F51B5 !important;
  color: #fff; }
  .bg-indigo .content .text,
  .bg-indigo .content .number {
    color: #fff !important; }

.bg-blue {
  background-color: #2196F3 !important;
  color: #fff; }
  .bg-blue .content .text,
  .bg-blue .content .number {
    color: #fff !important; }

.bg-light-blue {
  background-color: #03A9F4 !important;
  color: #fff; }
  .bg-light-blue .content .text,
  .bg-light-blue .content .number {
    color: #fff !important; }

.bg-cyan {
  background-color: #00BCD4 !important;
  color: #fff; }
  .bg-cyan .content .text,
  .bg-cyan .content .number {
    color: #fff !important; }

.bg-teal {
  background-color: #009688 !important;
  color: #fff; }
  .bg-teal .content .text,
  .bg-teal .content .number {
    color: #fff !important; }

.bg-green {
  background-color: #4CAF50 !important;
  color: #fff; }
  .bg-green .content .text,
  .bg-green .content .number {
    color: #fff !important; }

.bg-light-green {
  background-color: #8BC34A !important;
  color: #fff; }
  .bg-light-green .content .text,
  .bg-light-green .content .number {
    color: #fff !important; }

.bg-lime {
  background-color: #CDDC39 !important;
  color: #fff; }
  .bg-lime .content .text,
  .bg-lime .content .number {
    color: #fff !important; }

.bg-yellow {
  background-color: #ffe821 !important;
  color: #fff; }
  .bg-yellow .content .text,
  .bg-yellow .content .number {
    color: #fff !important; }

.bg-amber {
  background-color: #FFC107 !important;
  color: #fff; }
  .bg-amber .content .text,
  .bg-amber .content .number {
    color: #fff !important; }

.bg-orange {
  background-color: #FF9800 !important;
  color: #fff; }
  .bg-orange .content .text,
  .bg-orange .content .number {
    color: #fff !important; }

.bg-deep-orange {
  background-color: #FF5722 !important;
  color: #fff; }
  .bg-deep-orange .content .text,
  .bg-deep-orange .content .number {
    color: #fff !important; }

.bg-brown {
  background-color: #795548 !important;
  color: #fff; }
  .bg-brown .content .text,
  .bg-brown .content .number {
    color: #fff !important; }

.bg-grey {
  background-color: #9E9E9E !important;
  color: #fff; }
  .bg-grey .content .text,
  .bg-grey .content .number {
    color: #fff !important; }

.bg-blue-grey {
  background-color: #607D8B !important;
  color: #fff; }
  .bg-blue-grey .content .text,
  .bg-blue-grey .content .number {
    color: #fff !important; }

.bg-black {
  background-color: #000000 !important;
  color: #fff; }
  .bg-black .content .text,
  .bg-black .content .number {
    color: #fff !important; }

.bg-white {
  background-color: #ffffff !important;
  color: #fff; }
  .bg-white .content .text,
  .bg-white .content .number {
    color: #fff !important; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  width: 60px;
  height: 34px;
  display: flex
}


/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.table.table-striped.table-bordered.table-hover {
  font-size: 13px;
}

.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th,
.dataTableleft,
.tableLaravel th {
  vertical-align: middle;
}

/* table.dataTable tbody td {
  vertical-align: middle;
} */

.smallbtnantigo {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    background-color: #3a3434;
    cursor: pointer;
    z-index: 5;
    position: relative;
    padding: 10px;
    margin: 0;
    line-height: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: none;
    box-shadow: none;
} 

.smallbtn2 {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color:black;
    cursor: pointer;
    z-index: 5;
    position: relative;
    padding: 10px;
    margin: 0;
    line-height: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: none;
    box-shadow: none;
} 

.smallbtnph {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    z-index: 5;
    position: relative;
    padding: 10px;
    margin: 0;
    line-height: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: none;
    box-shadow: none;
    background-color: #f37f58;
    color:white;
}




.smallbtnsuc {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  z-index: 5;
  position: relative;
  padding: 10px;
  margin: 0;
  line-height: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: none;
  box-shadow: none;
  color:black;
}

.icon-circle {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-profile {
  height: 2rem;
  width: 2rem;

}

.rounded-circle {
  border-radius: 50% !important;
}


.card2 {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e3e6f0;
  border-radius: 0.35rem;
  margin-bottom:1%;

}


.card2-body {
  flex: 1 1 auto;
  padding: 1.25rem;

}


.border-left-primary {
  border-left: 0.3rem solid #4e73df !important;
}

.border-bottom-primary {
  border-bottom: 0.25rem solid #4e73df !important;
}

.border-left-secondary {
  border-left: 0.25rem solid #858796 !important;
}

.border-bottom-secondary {
  border-bottom: 0.25rem solid #858796 !important;
}

.border-left-success {
  border-left: 0.25rem solid #1cc88a !important;
}

.border-bottom-success {
  border-bottom: 0.25rem solid #1cc88a !important;
}

.border-left-info {
  border-left: 0.25rem solid #36b9cc !important;
}

.border-bottom-info {
  border-bottom: 0.25rem solid #36b9cc !important;
}

.border-left-warning {
  border-left: 0.25rem solid #f6c23e !important;
}

.border-bottom-warning {
  border-bottom: 0.25rem solid #f6c23e !important;
}

.border-left-danger {
  border-left: 0.25rem solid #e74a3b !important;
}

.border-bottom-danger {
  border-bottom: 0.25rem solid #e74a3b !important;
}

.border-left-light {
  border-left: 0.25rem solid #f8f9fc !important;
}

.border-bottom-light {
  border-bottom: 0.25rem solid #f8f9fc !important;
}

.border-left-dark {
  border-left: 0.25rem solid #5a5c69 !important;
}

.border-bottom-dark {
  border-bottom: 0.25rem solid #5a5c69 !important;
}

.progress-sm {
  height: .5rem;
}

.rotate-15 {
  transform: rotate(15deg);
}

.rotate-n-15 {
  transform: rotate(-15deg);
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase, .dropdown .dropdown-menu .dropdown-header, .sidebar .sidebar-heading {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #4e73df !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #224abe !important;
}

.text-secondary {
  color: #858796 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #60616f !important;
}

.text-success {
  color: #1cc88a !important;
}

a.text-success:hover, a.text-success:focus {
  color: #13855c !important;
}

.text-info {
  color: #36b9cc !important;
}

a.text-info:hover, a.text-info:focus {
  color: #258391 !important;
}

.text-warning {
  color: #f6c23e !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #dda20a !important;
}

.text-danger {
  color: #e74a3b !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #be2617 !important;
}

.text-light {
  color: #f8f9fc !important;
}

a.text-light:hover, a.text-light:focus {
  color: #c2cbe5 !important;
}

.text-dark {
  color: #5a5c69 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #373840 !important;
}

.text-body {
  color: #858796 !important;
}

.text-muted {
  color: #858796 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* .nav-tabs>li.active>a {
    background-color:black;
    color:white;
}

.nav-tabs>li.active>a {
    background-color: #000000;
    background-image: linear-gradient(147deg, #000000 0%, #434343 74%);color:white;
    border-bottom: 1px solid #f37f58;
    margin-bottom: 1px;
    font-size:14px;
} */

.nav-tabs>li>a, .nav-pills>li>a{
    font-size:14px;
}

.nav-pills>li.active>a {
    background-color: #f37f58;
    border-bottom: 1px solid black ;
    font-size:14px;
}

.nav-pills {
    background-color: none;
    font-size:14px;
}

.laranjaDark{
  color:white;
  border:none;
}

.nav>li>a:focus, .nav>li>a:hover {
  color: #f37f58 !important;
}

.nav>li>a.active:hover {
  color: white !important;
}

.sidebar>li>a:hover{
  color: #f37f58 !important;
}

.sidebar ul li a.active {
  background-color: #f37f58;
  color: white;
}
.sidebar{
  height: calc(100% - 51px) !important;
}

.imageback {
  float: left;
  margin-left: -3px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar-nav ul li a:hover span { 
  color: #f37f58 !important ;
}

.sidebar-nav ul li.active a span { 
  color: #f37f58 !important ;
}
.sidebar-nav ul li a.active:hover span { 
  color: white !important ;
}


.card2 {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e3e6f0;
  border-radius: 0.35rem;
  box-shadow 0.15s ease-in-out
}


.card2-body {
  flex: 1 1 auto;
  padding: 1.25rem;

}


.border-left-primary {
  border-left: 0.3rem solid #4e73df !important;
}

.border-bottom-primary {
  border-bottom: 0.25rem solid #4e73df !important;
}

.border-left-secondary {
  border-left: 0.25rem solid #858796 !important;
}

.border-bottom-secondary {
  border-bottom: 0.25rem solid #858796 !important;
}

.border-left-success {
  border-left: 0.25rem solid #1cc88a !important;
}

.border-bottom-success {
  border-bottom: 0.25rem solid #1cc88a !important;
}

.border-left-info {
  border-left: 0.25rem solid #36b9cc !important;
}

.border-bottom-info {
  border-bottom: 0.25rem solid #36b9cc !important;
}

.border-left-warning {
  border-left: 0.25rem solid #f6c23e !important;
}

.border-bottom-warning {
  border-bottom: 0.25rem solid #f6c23e !important;
}

.border-left-danger {
  border-left: 0.25rem solid #e74a3b !important;
}

.border-bottom-danger {
  border-bottom: 0.25rem solid #e74a3b !important;
}

.border-left-light {
  border-left: 0.25rem solid #f8f9fc !important;
}

.border-bottom-light {
  border-bottom: 0.25rem solid #f8f9fc !important;
}

.border-left-dark {
  border-left: 0.25rem solid #5a5c69 !important;
}

.border-bottom-dark {
  border-bottom: 0.25rem solid #5a5c69 !important;
}

.progress-sm {
  height: .5rem;
}

.rotate-15 {
  transform: rotate(15deg);
}

.rotate-n-15 {
  transform: rotate(-15deg);
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase, .dropdown .dropdown-menu .dropdown-header, .sidebar .sidebar-heading {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #4e73df !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #224abe !important;
}

.text-secondary {
  color: #858796 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #60616f !important;
}

.text-success {
  color: #1cc88a !important;
}

a.text-success:hover, a.text-success:focus {
  color: #13855c !important;
}

.text-info {
  color: #36b9cc !important;
}

a.text-info:hover, a.text-info:focus {
  color: #258391 !important;
}

.text-warning {
  color: #f6c23e !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #dda20a !important;
}

.text-danger {
  color: #e74a3b !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #be2617 !important;
}

.text-light {
  color: #f8f9fc !important;
}

a.text-light:hover, a.text-light:focus {
  color: #c2cbe5 !important;
}

.text-dark {
  color: #5a5c69 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #373840 !important;
}

.text-body {
  color: #858796 !important;
}

.text-muted {
  color: #858796 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}



.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #eee;
}

/* .dataTableleft {
  vertical-align: middle;
  
} */

/* table.dataTable tbody td {
  vertical-align: middle;
 
} */

/* table.dataTable th{
  background-color: #38383844 !important; 
  color:black;
  text-align: center;
  text-transform: uppercase !important;
  font-size: 13px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
} */
/*Pedido por Luis Veiga
/* table.dataTable tr, td{
  text-align: center;

} */
/*Pedido por Luis Veiga
.dataTables_wrapper{
  margin-left: 15px;
  margin-right: 15px;
}*/

.dataTables_wrapper {
  min-height: .01%;
  /* overflow-x: auto; */
  }

table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  width: 100%;  
  margin: 0 auto;
  position: relative;
  border:1px solid #ccc !important;
}

table.dataTable table * {
  
  text-align: center;
}
/* table.dataTable table td, table th {
  padding-left: 8px;
} */

table thead tr {
  /*height: 40px;*/
  /*background: #36304a;*/
}

/* .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
  vertical-align: middle;
  text-align: center;
} */

td > .form-control{
  border:none;
  background: none;
}

table.dataTable table tbody tr {
  height: 50px;
}
/* table.dataTable table tbody tr:last-child {
  border: 0;
} */
table.dataTable table td, table th {
  text-align: center;
}
table.dataTable table td.l, table th.l {
  text-align: right;
}
table.dataTable table td.c, table th.c {
  text-align: center;
}
/* ˙ */
/* 
th{

  background-color: #C0C0C0 !important; 
  color:black;
  text-align: center;
  text-transform: uppercase !important;
  font-size: 13px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  
} */


/* .nav-pills>li.active>a:hover{
  color: white !important;
} */

/* body{
background-color: #f9fcff;
background-image: linear-gradient(147deg, #f9fcff 0%, #dee4ea 74%);

} */

.panel-body {
 border:none;
}

.card2 {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e3e6f0;
  border-radius: 0.35rem;
  box-shadow 0.15s ease-in-out
}


.card2-body {
  flex: 1 1 auto;
  padding: 1.25rem;

}

/*Profile Card 1*/
.profile-card-1 {
  font-family: 'Open Sans', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  height:150px;
  border:none;
  vertical-align: middle;
  margin-right:0px !important;
}
.profile-card-1 .background {
  width:100%;
  vertical-align: middle;
  opacity: 0.85;

  -webkit-filter: blur(1px);
  filter: blur(50px);
   -webkit-transform: scale(1.8);
  transform: scale(2.5);
}
.profile-card-1 .card-content {
  width: 100%;
  padding: 15px 25px;
  position: absolute;
  top: 50%;
}
.profile-card-1 .profile {
  border-radius: 50%;
  position: absolute;
  bottom: 50%;
  left: 50%;
  max-width: 100px;
  opacity: 1;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 1);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.profile-card-1 h2 {
  margin: 0 0 5px;
  font-weight: 600;
  font-size:20px;
  margin-top: 2px;
}
.profile-card-1 h2 small {
  display: block;
  font-size: 13px;
  margin-top:10px;
}
.profile-card-1 i {
  display: inline-block;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin:0 5px;
}
.profile-card-1 .icon-block{
    float:left;
    width:100%;
    margin-top:15px;
}
.profile-card-1 .icon-block a{
    text-decoration:none;
}
.profile-card-1 i:hover {
  background-color:#fff;
  color:#2E3434;
  text-decoration:none;
}


.tableLaravel th{
  background-color: #C0C0C0 !important; 
  color:#808080;
  text-align: center;
  text-transform: uppercase !important;
  font-size: 13px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;

}

.tableLaravel td{
  
  color:#808080;
}


.backbutton{
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color:black;
  cursor: pointer;
  z-index: 5;
  position: relative;
  padding: 15px;
  margin: 0;
  line-height: 5px;
  border: none;
  box-shadow: none;
  background-color: #000000;
  background-image: linear-gradient(147deg, #000000 0%, #434343 74%);
  color:white;
  margin-bottom: 20px;
}

.page-header{
  margin-bottom:10px;
  vertical-align: middle;
  color: #337ab7;
}



/*label{
  margin-bottom:8px;
}*/

.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
     border-top-left-radius: 4px; 
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.btn-group{
  display:inline-flex;
}

.mt-1{
  margin-top:1%;
}

.linavperm{
  margin-top:8px;
  color:#337ab7;
  font-size:14px;
}

.linavperm>a{
  margin-right:10px;
}



.panel-heading-fd{
    background-color: #000000;
    background-image: linear-gradient(147deg, #000000 0%, #434343 74%);
    color: white ;
    padding: 8px 20px;
    margin-bottom: 15px;
}



.panel-title-fd{
    color: white;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family:"Nunito",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

.panel-heading-footer{
   background-color: #000000;
    background-image: linear-gradient(147deg, #000000 0%, #434343 74%);
    color: white;
    padding: 8px 20px;
     display: flex;
  align-items: center;
  justify-content: center;
}

.panel-heading-footer > button{
   margin:20px;
   text-transform: uppercase !important; 
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    color:white;
}

.panel-heading-footer > button:hover{
    background-color: #f37f58;
    color:white;
}

.panel-heading-fd > .nav-tabs li a {
  color: white;
}

.panel-heading-fd > .nav-tabs > .active a {
  color: #f37f58;
}


.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: -80%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.modal {
  overflow-y:auto;
}

.button_modal{
  background-color: #497497;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  width: 150px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  border: 2px solid #e7e7e7;
}


.button_modal:hover {
  background-color: #f37f58; /* Green */
  color: white;
}


.modal-open[style] {
padding-right: 0px !important;
}

body{
  padding-right:0px !important;
}

.tablepostais>tbody>tr>td, .tablepostais>tbody>tr>th, .tablepostais>tfoot>tr>td, .tablepostais>tfoot>tr>th, .tablepostais>thead>tr>td, .tablepostais>thead>tr>th{
  padding: 1px;
  line-height: 1.42857143;
  text-align: left;
} 

/*.smallbtn{
    font-size: 12px;
  }*/

  .smallerbtn{
    font-size: 10px;
  }



.dropdownsuc{
  color: #5cb85c !important;
  font-weight: bold !important;
}

.dropdowndan{
  color: #d9534f !important;
  font-weight: bold !important;
}

.dropdownwar{
  color: #f0ad4e !important;
  font-weight: bold !important;
}

.nav-tabs > li > a > span {
  color: white;
} 

.nav-tabs > li > a > span:hover {
  color:  #d9534f ;
} 

.navbar-default ::-webkit-scrollbar {
  width: 9px;
  background-image: linear-gradient(147deg, #000000 0%, #434343 74%);
}


/* Track */
.navbar-default ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
  background-image: linear-gradient(147deg, #000000 0%, #434343 74%);
}
 
/* Handle */
.navbar-default ::-webkit-scrollbar-thumb {
  background: #7c7979; 
  border-radius: 10px;
}
 
/* Handle */
.navbar-default ::-webkit-scrollbar-thumb:hover {
  background: #4e4d4d; 
  border-radius: 10px;
}

  [aria-expanded="true"] .fa-angle-down,
  [aria-expanded="false"] .fa-angle-up {
      display: none;
  }

  .btn-custom:hover {
      background-color: #f37f58;
      color: white;
  }

  .select2-container--default .select2-selection--single {
      background-color: #fff;
      border: 1px solid #aaa;
      border-radius: 4px;
      height: 33px;
  }


  .btn.active,
  .btn:active {
      background-color: #f37f58;
      background-opacity: 0.4;
      color: white;
      outline: 0;
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  }

  table.tablestats tr:hover td {
      background-color: rgb(230, 230, 230);
  }

  .nav-pills>li.active>a,
  .nav-pills>li.active>a:focus,
  .nav-pills>li.active>a:hover {
      color: #fff;
      background-color: #f37f58;
  }

  .zoom {
      transition: transform .2s;
      /* Animation */
      margin: 0 auto;
      width: 50%;
  }

  .zoom:hover {
      transform: scale(5);
      /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }

  .center {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 50%;
  }

  .textarea {
      max-height: 100%;
      max-width: ´100%;
  }

  .foto-drag {
      width: 20%;
      height: auto;
  }

  .buttons-containers {
      margin-top: 30%;
      margin-bottom: 70%;
      align-content: center;
      display: block;
      margin-left: auto;
      margin-right: auto;
  }

  .panel-heading-fd > table {
    width: 100%;
    background-color: transparent;
  }

  .panel-heading-fd > table  tr td  {
    text-align: left !important;
  }
  
  span#table_title.pull-right{
    margin-top:8px;
  }

  span#table_title.pull-right > span i{
    float:right;
    margin-left:5px;
    margin-top:3px;
    background: none;
    color:white;
  }

a.navbar-toggle{
  border:none !important;
  vertical-align: middle;
  margin:0px !important;
  float:none !important;
  color:white !important;
  display:none !important;
}

/* #navtopo{
  margin-top: 1%;
  float:right
} */

#nomesessao{
   display:block !important;
}


#barratopo{
   display:inline-block !important;
}


#collapseBtn {
  color:white !important;
  background: none ;
}

button.dropdown-toggle {
  color:white !important;
  background: none ;
  border:none;
}



#accordion2{
  background-color: #000000;
  background-image: linear-gradient(147deg, #000000 0%, #434343 74%);
}


/* .form-control {
  min-width: 100px !important;
} */


td > .form-control{
  min-width: 80px !important;

}


.select2-container{
  min-width: 100px !important;
}

.select2-container--default .select2-selection--single {
  min-height: 30px !important;

}

.panel-heading-fd > h4 a {
    text-transform: uppercase;
}


#informacoes{
  margin-top:15px;
};
  
.caret{
  margin-left:5px !important;
}

.btn .caret{
  margin-left:5px !important;
}



/*.btn-warning{
    border:none;
    /*color:#404040;
}*/

/*.btn-primary{
    background-color: #000000;
    background-image: linear-gradient(147deg, #000000 0%, #434343 74%);
    border:none;
    color:white;
};*/


/*.btn-danger{
    background: none;
    border:none;
    color:red;
}*/
.btn-homeapge{
    background: white;
    border: 1px solid #8080805e;
    color:#36a2ba;
}


.btn-warning > i{
  color:white;
}

.form-control[disabled], fieldset[disabled] .form-control{
  display: block;
  text-align: center;
  background: none;
}

input.form-control[disabled], fieldset[disabled] input.form-control{
  display: block;
  text-align: left;
  background:#5f5f5f24;
}
select.form-control[disabled], fieldset[disabled] select.form-control{
  display: block;
  text-align: left;
  background:#5f5f5f24;
}
textarea.form-control[disabled], fieldset[disabled] textarea.form-control{
  display: block;
  text-align: left;
  background:#5f5f5f24;
}


.active > .row {
   
    /*overflow-y: scroll;*/
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

.active > .row > .table {
    margin-bottom: 0;
}
.active > .row > .table > thead > tr > th,
.active > .row > .table > tbody > tr > th,
.active > .row > .table > tfoot > tr > th,
.active > .row > .table > thead > tr > td,
.active > .row > .table > tbody > tr > td,
.active > .row > .table > tfoot > tr > td {
    white-space: nowrap;
}

/* Pedido por Luis Veiga
.row > .col-lg-12 {
    /*width: 98%;
    margin-bottom: 15px;
    margin-left:0px;
    margin-right: 0px;
    /*overflow-y: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }*/

.row > .col-lg-12 > .table {
    margin-bottom: 0;
}
.row > .col-lg-12 > .table > thead > tr > th,
.row > .col-lg-12 > .table > tbody > tr > th,
.row > .col-lg-12 > .table > tfoot > tr > th,
.row > .col-lg-12 > .table > thead > tr > td,
.row > .col-lg-12 > .table > tbody > tr > td,
.row > .col-lg-12 > .table > tfoot > tr > td {
    white-space: nowrap;
}

/* Pedido por Luis Veiga
.panel > .panel-collapse {
    /*width: 97%;
    margin-bottom: 15px;
    margin-left:5px;
    /*overflow-y: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }*/

.panel > .panel-collapse > .table {
    margin-bottom: 0;
    font-size:10px;
}
.panel > .panel-collapse > .table > thead > tr > th,
.panel > .panel-collapse > .table > tbody > tr > th,
.panel > .panel-collapse > .table > tfoot > tr > th,
.panel > .panel-collapse > .table > thead > tr > td,
.panel > .panel-collapse > .table > tbody > tr > td,
.panel > .panel-collapse > .table > tfoot > tr > td {
    white-space: nowrap;
}

.panel > .panel-collapse > .table > tfoot > tr > td > input {
    font-size:10px;
}


.table-responsive > center{
  margin-top:10px;
}

.table-responsive > table{
  margin-top:5px;
  font-size:13px;
}


center > table {
  font-size:10px;
}


center > table > tbody > tr > td {
  text-align:center;
}


/*Pedido por Luis Veiga
.panel-body > .row{
  margin-left:0px;
}*/


h2.inline{
  display:inline-block;
}

.espacoextraesq{
  margin-left:25px;
}

.espacoextradir{
  margin-right:25px;
}


/*
#informacoes > .panel .panel-heading-fd {
  background-color: #f9fcff;
  background-image: linear-gradient(147deg, #f9fcff 0%, #dee4ea 74%);
  color:#337ab7;
}
*/

/*TO DELETE */
.panel-heading-fd > table  tr td .btn-custom {
  color: black !important;
}
span.select2-container {
    width: 100% !important;
    padding: 0;
  }

  /*Icon nos .panel-heading*/
  .panel-heading-fd > .pull-right > button.smallbtnsuc  i,
  .panel-heading-fd > h4.panel-title > .pull-right > button.smallbtnsuc  i {
    color: white;
  }

  .panel-heading-fd > .pull-right > button.btn-default.smallbtnsuc  i,
  .panel-heading-fd > h4.panel-title > .pull-right > button.btn-default.smallbtnsuc  i {
    color: black;
  }

  .panel-heading-fd > .pull-right > button.btn-default.smallbtnsuc:hover  i,
  .panel-heading-fd > h4.panel-title > .pull-right > button.btn-default.smallbtnsuc:hover  i {
    color: black;
  }

  table > tbody > tr > td > center > div.btn-group >span > button > span {
    color: black;
  }
 
  .navbackoffice{
    padding: 10px 15px;
  }
  .navbackoffice li{
    padding: 10px 15px;
  }


    /* Sweep To Right */
  .navbackoffice li.lihover {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width: 95%;

  }
  .navbackoffice li.lihover:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f37f57;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .navbackoffice li.lihover:hover, .navbackoffice li.lihover:focus, .navbackoffice li.lihover:active {
    color: white;
  }
  .navbackoffice li.lihover:hover:before, .navbackoffice li.lihover:focus:before, .navbackoffice li.lihover:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }


  .navbackoffice li.lihover{
    list-style-type: none;
  }

  .navbackoffice > li i:hover{
    color: #c74e4e;
  }

  .navbamodal li{
    list-style-type: none;
  }
  .navbamodal{
    padding: 10px 15px;
  }
  .navbamodal li{
    padding: 10px 15px;
  }
  .navbamodal > li > input {
    padding: 10px 15px;
  }

  textarea{
    min-width: 100%;
    max-width: 100%;
    height: 102px;
  } 

  .panel-heading-fd > span a {
    color: #f37e57;
  } 

  .panel-heading-fd > span a:hover {
    color: #6d2b15;
  } 


/*IPAD PRO*/
@media all and (max-width: 12800px) and (min-width: 1100px) {
  /* div.dataTables_filter input{
      width: 70% !important;
    } */

    /*.panel-body {
      width: 100%;
      margin-bottom: 15px;
      margin-left:0px;
      margin-right: 0px;
 
      overflow-y: unset;
      -ms-overflow-style: -ms-autohiding-scrollbar;
    }*/
    /* .panel-body > .table {
        margin-bottom: 0;
    } */
    /*.panel-body > .table > thead > tr > th,
    .panel-body > .table > tbody > tr > th,
    .panel-body > .table > tfoot > tr > th,
    .panel-body > .table > thead > tr > td,
    .panel-body > .table > tbody > tr > td,
    .panel-body > .table > tfoot > tr > td {
        white-space: nowrap;
    }*/
}


/*IPAD PRO*/
@media all and (max-width: 1100px) and (min-width: 1024px) {
  div.dataTables_filter input{
      width: 70% !important;
    }

    .panel-body {
      width: 98%;
      margin-bottom: 15px;
      margin-left:0px;
      margin-right: 0px;
      overflow-y: scroll;
      -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .panel-body > .table {
        margin-bottom: 0;
    }
    .panel-body > .table > thead > tr > th,
    .panel-body > .table > tbody > tr > th,
    .panel-body > .table > tfoot > tr > th,
    .panel-body > .table > thead > tr > td,
    .panel-body > .table > tbody > tr > td,
    .panel-body > .table > tfoot > tr > td {
        white-space: nowrap;
    }
}

@media only screen and (min-width: 768px){

  .table-responsive,

  .dataTables_wrapper {

     overflow-x: none;

  }

}

@media screen and (max-width: 767px){
  .table-responsive>.dataTables_wrapper>.row>.col-sm-12>.table>tbody>tr>td,
  .table-responsive>.dataTables_wrapper>.row>.col-sm-12>.table>tbody>tr>th,
  .table-responsive>.dataTables_wrapper>.row>.col-sm-12>.table>tfoot>tr>td,
  .table-responsive>.dataTables_wrapper>.row>.col-sm-12>.table>tfoot>tr>th,
  .table-responsive>.dataTables_wrapper>.row>.col-sm-12>.table>thead>tr>td,
  .table-responsive>.dataTables_wrapper>.row>.col-sm-12>.table>thead>tr>th,
  .dataTables_wrapper>.row>.col-sm-12>.table>tbody>tr>td,
  .dataTables_wrapper>.row>.col-sm-12>.table>tbody>tr>th,
  .dataTables_wrapper>.row>.col-sm-12>.table>tfoot>tr>td,
  .dataTables_wrapper>.row>.col-sm-12>.table>tfoot>tr>th,
  .dataTables_wrapper>.row>.col-sm-12>.table>thead>tr>td,
  .dataTables_wrapper>.row>.col-sm-12>.table>thead>tr>th {
  white-space: nowrap;
  }
  .table-responsive {
  border:none
  }
  .table-responsive>.table-bordered {
  border: 0;
  }
}

.table>thead>tr>th{white-space: nowrap;}
.bg-light {background-color:#ccc}


.panel{
  box-shadow: 0 3px 6px 0 rgba(0,0,0,.2), 0 1px 2px 0 rgba(0,0,0,.06);
}
.panel-dark{
  border-color: #ccc;
}
.panel-dark>.panel-heading {
  color: #f5f5f5;
  background-color: #263238;
  border-color: #ddd;
}
.panel-heading a:before {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: right;
  transition: all 0.5s;
}
.panel-heading.active a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.panel-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px;
}
/* .form-group{
  margin-bottom:8px;
} */


.form-group-form{
  height: 70px;

}
/* #myText.modal-body {
  max-height: calc(100vh - 185px);
  overflow-y: auto;
} */

.dimensoesModal {
  max-height: calc(100vh - 185px);
  overflow-y: auto;
}

/*TABLET*/
@media all and (max-width: 1023px) and (min-width: 768px) {
  
  .profile-card-1 h2 {
    font-size:14px;
  }

  .profile-card-1 small {
    color:white !important;
    font-size:10px !important;
  }

   .nav-tabs, .nav-pills{
    font-size:10px !important;
  }

  .card-content{
    padding:15px 0px !important;
  }

  div.dataTables_filter input{
    width: 70% !important;
  }

  /*.panel-body {
    width: 98%;
    margin-bottom: 15px;
    margin-left:0px;
    margin-right: 0px;
    overflow-y: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }*/
  .panel-body > .table {
      margin-bottom: 0;
  }
  .panel-body > .table > thead > tr > th,
  .panel-body > .table > tbody > tr > th,
  .panel-body > .table > tfoot > tr > th,
  .panel-body > .table > thead > tr > td,
  .panel-body > .table > tbody > tr > td,
  .panel-body > .table > tfoot > tr > td {
      white-space: nowrap;
  }


  .col-sm-12 {
      width: 100%;
      margin-bottom: 15px;
      margin-left:0px;
      margin-right: 0px;
      padding-left: 0px;
      padding-right: 0px;
      overflow-y: scroll;
      -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .col-sm-12 > .table {
      margin-bottom: 0;
  }
  .col-sm-12 > .table > thead > tr > th,
  .col-sm-12 > .table > tbody > tr > th,
  .col-sm-12 > .table > tfoot > tr > th,
  .col-sm-12 > .table > thead > tr > td,
  .col-sm-12 > .table > tbody > tr > td,
  .col-sm-12 > .table > tfoot > tr > td {
      white-space: nowrap;
  }

 .btn-custom{
    margin-bottom: 20px;
    margin-right:10px;
    float:left;
  }

  .panel-heading-fd > table tbody tr td {
    vertical-align: top !important;
  } 

  .panel-heading-fd{
    margin-bottom: 0px;
  }


  .panel-heading-fd > table{
    margin-top: 15px;
  }

  .col-sm-6{
    width: 100%;
  }

  .paging_simple_numbers{
    float:left;
    text-align: center;
  }

}

/*Ipad*/
@media all and (max-width: 767px) and (min-width: 500px) {
  .navbar{
    z-index:1 !important;
  }

  .twitter2 .modal-dialog {
    width: 100% !important;
    height: auto;
  }

  #menustatus{
    display: none !important;
  }

  #pagewraper{
    margin:0 0 0 0 !important;
  }

  #navtopo{
    margin-top: -30px;
    float:right
  }

  a.navbar-toggle{
    display:block !important;
  }

  .profile-card-1 h2 {
    font-size:14px;
  }
   .profile-card-1 small {
    color:white !important;
    font-size:8px !important;
  }
  .card-content{
    padding:15px 0px !important;
  }

   #sidebar{
    margin-top:79px !important;
  }

  .nav-tabs{
    font-size:12px !important;
  }

  .nav-pills{
    font-size:12px !important;
  }

  /* .row{
    margin-left: 0px !important;
    margin-right: 0px !important;
  } */

   div.dataTables_filter input{
    width: 70% !important;
  }

  /*.panel-body {
    width: 98%;
    margin-bottom: 15px;
    margin-left:0px;
    margin-right: 0px;
    overflow-y: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }*/
  .panel-body > .table {
      margin-bottom: 0;
  }
  .panel-body > .table > thead > tr > th,
  .panel-body > .table > tbody > tr > th,
  .panel-body > .table > tfoot > tr > th,
  .panel-body > .table > thead > tr > td,
  .panel-body > .table > tbody > tr > td,
  .panel-body > .table > tfoot > tr > td {
      white-space: nowrap;
  }


  .col-sm-12 {
      width: 100%;
      margin-bottom: 15px;
      margin-left:0px;
      margin-right: 0px;
      padding-left: 0px;
      padding-right: 0px;
      overflow-y: scroll;
      -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .col-sm-12 > .table {
      margin-bottom: 0;
  }
  .col-sm-12 > .table > thead > tr > th,
  .col-sm-12 > .table > tbody > tr > th,
  .col-sm-12 > .table > tfoot > tr > th,
  .col-sm-12 > .table > thead > tr > td,
  .col-sm-12 > .table > tbody > tr > td,
  .col-sm-12 > .table > tfoot > tr > td {
      white-space: nowrap;
  }

  .btn-custom{
    margin-bottom: 20px;
    margin-right:10px;
    float:left;
  }

  .panel-heading-fd > table tbody tr td {
    vertical-align: top !important;
  } 

  .panel-heading-fd{
    margin-bottom: 0px;
  }


  .panel-heading-fd > table{
    margin-top: 15px;
  }

  .table-responsive > hr {
    margin-bottom:0px;
  }

}

/*smartphone*/
@media all and (max-width: 499px) and (min-width: 100px) {

  #nomesessao{
     display:none !important;
  }
  #menustatus{
    display: none;
  }
  .twitter2 .modal-dialog {
    width: 100% !important;
    height: auto;
  }
  #pagewraper{
    margin:0 0 0 0px !important;
  }
  #barratopo{
     display:none !important;
  }

  a.navbar-toggle{
    display:block !important;
  }

  #navtopo{
    margin-top: -30px;
    float:right
  }

  #sidebar{
    margin-top:79px !important;
  }

  .profile-card-1 h2 {
    font-size:10px;
    font-weight: bold !important;
    margin-top:15px;
  }

  .card-content{
    padding:15px 0px !important;
  }

   .profile-card-1 small {
    font-size:6px;
    color:white !important;
    display: none !important;
  }

 .nav-tabs{
    font-size:14px !important;
    width:202px !important;  }

  .nav-pills{
    font-size:14px !important;
    width:200px !important;
  }

  /*.row{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }*/

  div.dataTables_filter input{
    width: 70% !important;
  }

  /* .panel-body {
      width: 99%;
      margin-bottom: 15px;
      margin-left:0px;
      margin-right: 0px;
      overflow-y: scroll;
      -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .panel-body > .table {
      margin-bottom: 0;
  } */
  /* .panel-body > .table > thead > tr > th,
  .panel-body > .table > tbody > tr > th,
  .panel-body > .table > tfoot > tr > th,
  .panel-body > .table > thead > tr > td,
  .panel-body > .table > tbody > tr > td,
  .panel-body > .table > tfoot > tr > td {
      white-space: nowrap;
  } */

  /* .col-sm-12 {
      width: 100%;
      margin-bottom: 15px;
      margin-left:0px;
      margin-right: 0px;
      padding-left: 0px;
      padding-right: 0px;
      overflow-y: scroll;
      -ms-overflow-style: -ms-autohiding-scrollbar;
  } */
  /* .col-sm-12 > .table {
      margin-bottom: 0;
  }
  .col-sm-12 > .table > thead > tr > th,
  .col-sm-12 > .table > tbody > tr > th,
  .col-sm-12 > .table > tfoot > tr > th,
  .col-sm-12 > .table > thead > tr > td,
  .col-sm-12 > .table > tbody > tr > td,
  .col-sm-12 > .table > tfoot > tr > td {
      white-space: nowrap;
  } */
/* 
  .page-header{
    font-size:28px !important;
  }

   */

  .btn-custom{
    margin-bottom: 20px;
    margin-right:10px;
    float:left;
  }

 

  /* .panel-heading-fd > table tbody tr td {
    vertical-align: top !important;
  } 

  .panel-heading-fd{
    margin-bottom: 0px;
  }

  .panel-heading-fd > table{
    margin-top: 15px;
  }

  #modalspin{
    margin-top:400px;
  }

  #title{
    margin-top:20px;
  }


  .panel-title{
    margin-top:10px;
  } */

  /* .panel-title > a{
    margin-right:16%;
    margin-left:16%;
  }
  .panel-title > a:after{
    content: '';
    white-space: pre;

  }

  .panel-title > div.pull-right{
    float:left !important;
    margin-top:10px;
    margin-right:16%;
    margin-left:16%;
    margin-bottom:10px;
  }


  ul.pagination{
    font-size:10px;
  }


  .panel-heading-footer > button{
    font-size:11px;
  }

  .table-responsive > hr {
    margin-bottom:0px;
  }

  .panel-heading-fd > h4 a {
    font-size:14px;
    font-weight: bold;
    margin-left:0px;
  }

  .profile-card-1 {
    border-left: 1px solid #e7e7e7;
  } */

  /* #largura{
    width: 95% !important;
  } */

  .pull-right > span.select2{
    /*margin-top:10px;*/
  }
  /* .col-lg-12{
    padding-left:0px;
    padding-right:0px;
  } */

  .table-responsive > table {
    margin-top: 0px;
  }

  /* .table-responsive{
    border:none;
  } */

  #accordion > .panel > .panel-body{
    margin-left: 0px;
    margin-right:0px;
    width: 
  }

  h4 > small {
    font-size:10px;
  }

  .hiddenmobile{
    display: none;
  }


}

#map {
  height: 400px;  /* The height is 400 pixels */
  width: 100%;  /* The width is the width of the web page */
 }

input.form-control.footerinput[disabled] {
  color: white;
}
.highcharts-figure, .highcharts-data-table table {
  min-width: 360px; 
  max-width: 800px;
  margin: 1em auto;
}

.highcharts-data-table table {
	font-family: Verdana, sans-serif;
	border-collapse: collapse;
	border: 1px solid #EBEBEB;
	margin: 10px auto;
	text-align: center;
	width: 100%;
	max-width: 500px;
}
.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}
.highcharts-data-table th {
	font-weight: 600;
  padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
  padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}
.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

.legendatabela{
  font-size: 10px;
  margin-top: 0px;
}

#menustatus > i:hover{
  color: #f37e57;
}
#menustatus{
  cursor:pointer; 
  color:white; 
  margin-top: 16px;
  font-size: 20px;
}

.colunaEsq{
    text-align: left !important;
}

.colunaDir{
    text-align: right !important;
}

/* table{
    font-size: 14px !important;
} */


#sidebar .showmenu{
  display: block;
}


#notificacoes{
  height: auto;
  max-height: 450px;
  overflow-y: auto;
  width: 360px;
}


.notificacoesimg {
  height: 40px;
  width: 46px;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 6px;
  border-radius: 6px;
} 

.media-left{
  padding-right: 12px;
  display: inline;

}

.media-object{
  height: 40px;
  width: 46px;
  line-height: 48px !important;
  font-size: 18px;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.media-body {
    flex: 1;
}

.bg-silver-darker {
  background-color: #899297!important;
}

.dropdown-menu.media-list .media .media-object-icon {
  position: absolute;
  margin-left: 30px;
  border: 2px solid #fff;
  background: #fff;
  margin-top: -11px;
  display: block;
  width: 22px;
  height: 22px;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}

.contactosdiv{
  padding: 0 0 0 0;
}

.notificationtext{
  vertical-align:-webkit-baseline-middle; 
  display: inline-block; 
  white-space: nowrap; 
  text-overflow: ellipsis; 
  width:120px;
  font-size: 12px;
}

.twitter2 .modal-dialog {
  width: 70%;
  height: auto;
}

.twitter2 .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

.twitter2 .modal-header #to  {
  position: absolute;
  left: 0;
  top: 35px;
  bottom: 0;
  line-height: 16px;
  padding-left: 10px;
  width: 45px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


.twitter2 .modal-header   {
  position: relative;
}

.twitter2 .modal-header #emailto  {
  padding: 3px 6px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;


  border: none!important;
  border-bottom: 1px solid #d5dbe0!important;
  padding: 10px 10px 10px 33px!important;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.twitter2 .modal-header #emailto >li  {

  border: none;
  padding: 2px 10px 2px 6px;
  font-weight: 600;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  list-style-type: none;
  background:rgba(243, 127, 88, 0.2);
  color: black;
  margin: 2px 5px 2px 0;
}



#totopscroll {
  position: fixed;
  bottom: 3%;
  right: 3%;
  background: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  width: 45px;
  height: 45px;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#totopscroll i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 0px;
    top: 0px;
    font-size: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#totopscroll:hover {
    background: rgba(0, 0, 0, 0.9);
}

#totopscroll:hover i {
    color: #fff;
    top: -5px;
}

.textmiddle{
  text-align: center;
}

.navfichajogo{
  width: 100% !important;
  margin-top: 1%;
}


.navfichajogo li{
  width: 50% !important;
}

.navfichajogo li a{
  text-align: center !important;
}


.fototabelajog{
  width: 30px;
}

.imagensmodal{
  height: 100px;
}

.buttonsficha{
  margin-top: 20px;
}


.tablejogadores tr td, .tablejogadores tr th {
  font-size: 11px !important;
}


.modal-header.modal-header-primary,
.modal-header.modal-header-success,
.modal-header.modal-header-warning,
.modal-header.modal-header-danger {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.modal-header.modal-header-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.modal-header.modal-header-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}


::-moz-selection { /* Code for Firefox */
  color: white;
  background: #f37f58;
}

::selection {
  color: white;
  background: #f37f58;
}


.btn-down, .btn-up{
  background: none;
}


.btn-down:hover{
  background: red;

}
.btn-up:hover{
  background: green;
}
.btn-up> .fa-caret-up {
   color: green;
}

.btn-down > .fa-caret-down{
  color: red;
}

.btn-up:hover> .fa-caret-up
,.btn-down:hover > .fa-caret-down{
  color: white;
}

/* .navbar-header{
  margin: 12px 0px 0px 15px;
} */

tr > td input.form-control{
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.nome-associ {
font-size:12px;
color: #3F51B5}

.dif {
display:inline-flex;}

.mr-3 {
margin-right: 3px
}
.inlinecheck > label{
  padding: 0px 40px 0px 0px;
}


.device-comparison-table-ajax .comparison-search .comparison-search-list .item:first-child {
    background-color: #ff655a;
}

/*
.select2-selection__choice:first-child{
  background-color: #ff655a !important;
}
.select2-selection__choice::nth-child(2) {
  background-color: #f37f58 !important;
}*/
.tablemerge  tr  .tablevalue:hover {
  border : 1px #f37f58 solid;
  background-color:rgb(128 128 128 / 16%);
}

.tablemerge  tr .active {
  border : 1px #f37f58 solid;
  background-color:rgb(128 128 128 / 8%);
}

.labeltable {
  width: 190px;
  text-align: left !important;
  border: 1px rgba(0, 0, 0, .125) solid;
}

.comparemerge label{
  box-shadow: inset 0 -7px #f37f58;
  font-size: 16px;
}

.tablemerge tr {
  margin: 1px 0px 1px 0px;
}

.btn .btn-warning{
  color: white !important;
}

.hasactive {
  background-color: #f5f5f5;
}



.tablemerge  tr  .tablevalue img {
  width: 10%;
}

.table-juiz {
  position: relative;
  border-collapse: collapse;
  font-size: 11px;
  overflow-x:scroll;
}

.table-juiz thead tr:nth-child(2) th{
  background-color:#ffffff!important;
}


.overflowdiv{
  max-width: 100%;
  max-height: 600px;
  overflow-x: scroll;
  overflow-y: scroll;
}
/* This is what we are focused on */
.table-juiz{
  width: 100%!important;
  overflow-x: scroll;
  position: relative;
  border-collapse: collapse;
}


.table-juiz thead th{
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  top: 0;
}

.table-juiz tbody th{
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  left: 0;
  text-align: left!important;
  background-color:#ffffff!important;
  border: none;
  border-bottom: 1px solid #f6f6f6 !important;
}

.table-juiz thead th:first-child {
  left: 0!important;
  z-index: 1!important;
}

.table-nomeacoes{
  border: 1px solid #ddd;
}

.table-nomeacoes td, .table-nomeacoes th{
  text-align: right !important;
  padding: 5px !important;
}

.table-nomeacoes tr td:first-child, .table-nomeacoes tr th:first-child, .table-nomeacoes tr td:nth-child(7), .table-nomeacoes tr th:nth-child(7){
  text-align: left !important;
}

.form-prova label{
  text-align: left !important;
  vertical-align: baseline !important;
  font-weight: 600;
}

.displaynone{
  display: none;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}

.has-error .select2-selection {
  border-color: rgb(185, 74, 72) !important;
}

.m-t-10 {margin-top: 10px}  
.m-t-15 {margin-top: 15px}  
.overflow-x-auto {overflow-x: auto}  
.d-flex {display: flex} 

.btn-plantel{
  background: none;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    color: #337ab7;
    padding-bottom: 5%;
}

.btn-plantel:hover{
  background:  #bedcf7;

}

.btn-plantel:active{
  background:  #bedcf7;

}

.equipa_ganhou{
  color: green;
}

.equipa_perdeu{
  color: red;
}

select[disabled] {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

.select2-container--disabled .select2-selection__arrow{
  display:none !important;
}

.border-radius-upload{
  border-radius: 4px !important;
}

.width10{
    width:10%;
}

.width30{
  width:30%;
}

.width40{
  width:40%;
}

.width5{
  width:5%;
}

.width1{
  width:1% !important;
}


.btn-secondary{
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-upload{
  border: 1px solid transparent !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #373d4b;
}

.btn-check:focus+.btn-secondary, .btn-secondary:focus, .btn-secondary:hover{
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

.btn-upload:hover:not([disabled]){
  background-color: #808495;
}

.thumbnail>img{
  height: 150px !important;
}

.nav-tabs>li>a{
  white-space: nowrap;
}

.table-plantel>tbody>tr>td{
  padding: 8px;
}

.select2-hidden-accessible.parsley-error ~ ul ~ .select2-container--default .select2-selection--single {
  border-color: #f34943 !important;
  background-color: #F9F0F0 !important;
}

.select2-hidden-accessible.parsley-success ~ ul ~ .select2-container--default .select2-selection--single {
  border-color: #31ce77 !important;
  background-color: #F2F9F0 !important;
}

.sel2 .parsley-errors-list.filled {
  margin-top: 42px;
  margin-bottom: -60px;
  }
  
  .sel2 .parsley-errors-list:not(.filled) {
  display: none;
  }
  
  .sel2 .parsley-errors-list.filled + span.select2 {
  margin-bottom: 30px;
  }
  
  .sel2 .parsley-errors-list.filled + span.select2 span.select2-selection--single {
      background: #FAEDEC !important;
      border: 1px solid #E85445;
  }


  .containercheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
  }

  .containercheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }


  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
  }

  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  .containercheck input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .containercheck .checkmark:after {
    left: 9px;
    top: 6px;
    width: 7px;
    height: 10px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }


  .picker {
    border-radius: 5px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -ms-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    border: thin solid #eee;
  }

  .pickerdisable {
    border-radius: 5px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -ms-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    border: thin solid #eee;
  }

  .preview_cropper{
    overflow: hidden; 
    width: 200px; 
    height: 200px;
  }

  /* .checkbig{
    width: 20px;
    height: 20px;
  } */


  .checkbig {
    width: 1.3em;
    height: 1.3em;
    background-color: white;
    border-radius: 15%;
    vertical-align: middle;
    border: 0px solid #ddd;
    outline: none;
    cursor: pointer;
  }

  .checkbig:checked {
    border: #3e97eb;
    background: #3e97eb;
  }

  .checkbig:checked + label:after {
    display: block;
  }
  
  .fototabelajogpdf{
    width: 80px;
    height: 80px;
  }


@media(max-width:767px){

  .funcao select{
    width: 233px !important;
  }
}

textarea {width: 100%; resize:none}

table.dataTable thead > tr > th {
	padding-left: 5px;
	padding-right: 5px;
}