/*
 * Skin: Green
 * -----------
 */
.skin-cops .main-header .navbar {
  background-color: #050;
  min-height: 70px;
}
.skin-cops .main-header .navbar .nav > li > a {
  color: #ffffff;
}
.skin-cops .main-header .navbar .nav > li > a:hover,
.skin-cops .main-header .navbar .nav > li > a:active,
.skin-cops .main-header .navbar .nav > li > a:focus,
.skin-cops .main-header .navbar .nav .open > a,
.skin-cops .main-header .navbar .nav .open > a:hover,
.skin-cops .main-header .navbar .nav .open > a:focus,
.skin-cops .main-header .navbar .nav > .active > a {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}
.skin-cops .main-header .navbar .sidebar-toggle {
  display: none;
  color: #ffffff;
}
.skin-cops .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1);
}
.skin-cops .main-header .navbar .sidebar-toggle {
  color: #fff;
}
.skin-cops .main-header .navbar .sidebar-toggle:hover {
  background-color: #008d4c;
}
@media (max-width: 767px) {
  
  .skin-cops .navbar-custom-menu{
      text-align: center;
    float: none;
  }
  .skin-cops .main-header .navbar .sidebar-toggle {
    display: block;
  }
  .skin-cops .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .skin-cops .main-header .navbar .dropdown-menu li a {
    color: #fff;
  }
  .skin-cops .main-header .navbar .dropdown-menu li a:hover {
    background: #008d4c;
  }
}
.skin-cops .main-header .logo {
  background-color: #050;
  color: #ffffff;
  border-bottom: 0 solid transparent;
  height: 70px;
  line-height: 70px;
}
.skin-cops .main-header .logo:hover {
  /*background-color: #00a157;*/
}
.skin-cops .main-header li.user-header {
  background-color: #050;
}
.skin-cops .content-header {
  background: transparent;
}
.skin-cops .wrapper,
.skin-cops .main-sidebar,
.skin-cops .left-side {
  /**background-color: #f9fafc;**/
  background-color: #e4eae4;
}
.skin-cops .main-sidebar {
  border-right: 1px solid #d2d6de;
  padding-top: 70px;
}
.skin-cops .user-panel > .info,
.skin-cops .user-panel > .info > a {
  color: #444444;
}
.skin-cops .sidebar-menu > li {
  -webkit-transition: border-left-color 0.3s ease;
  -o-transition: border-left-color 0.3s ease;
  transition: border-left-color 0.3s ease;
}
.skin-cops .sidebar-menu > li.header {
  color: #848484;
  background: #f9fafc;
}
.skin-cops .sidebar-menu > li > a {
  border-left: 3px solid transparent;
  font-weight: 600;
}
.skin-cops .sidebar-menu > li:hover > a,
.skin-cops .sidebar-menu > li.active > a {
  color: #000000;
  background: #f4f4f5;
}
.skin-cops .sidebar-menu > li.active {
  border-left-color: #050;
}
.skin-cops .sidebar-menu > li.active > a {
  font-weight: 600;
}
.skin-cops .sidebar-menu > li > .treeview-menu {
  background: #f4f4f5;
}
.skin-cops .sidebar a {
  color: #444444;
}
.skin-cops .sidebar a:hover {
  text-decoration: none;
}
.skin-cops .sidebar-menu .treeview-menu > li > a {
  color: #777777;
}
.skin-cops .sidebar-menu .treeview-menu > li.active > a,
.skin-cops .sidebar-menu .treeview-menu > li > a:hover {
  color: #000000;
}
.skin-cops .sidebar-menu .treeview-menu > li.active > a {
  font-weight: 600;
}
.skin-cops .sidebar-form {
  border-radius: 3px;
  border: 1px solid #d2d6de;
  margin: 10px 10px;
}
.skin-cops .sidebar-form input[type="text"],
.skin-cops .sidebar-form .btn {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid transparent;
  height: 35px;
}
.skin-cops .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.skin-cops .sidebar-form input[type="text"]:focus,
.skin-cops .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.skin-cops .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-cops .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}

.logo-header{
    height: 40px;
    margin: 12px auto;
    vertical-align: middle;
}

.skin-cops .navbar-custom-menu{
  margin-right: 30px;

}

.skin-cops .main-footer{
  text-align: center;
  background: #050;
  color: #fff;
}
.skin-cops .content-wrapper{
  background-color: #f7f7f7;
    /*background-image: url(../../../general/img/background-uel.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-attachment: fixed;*/
}

.skin-cops .box-admin{
  background: #f5f5f5;
}
@media (min-width: 768px) {
  .skin-cops.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    border-left: 1px solid #d2d6de;
  }
}


.categoria_home{
  width: auto;
  float: none;
}

a, a.link, a.visited, a.active {
    color: #000;
    text-decoration: underline;
}

h4{
  font-weight: bold;
}

.table{
  width: 99%;
}
.table-full{
  table-layout: fixed;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
  border: 4px solid #f4f4f4;
}

.slider-text{
    background: #81BE7D;
    position: absolute;
    text-align: center;
    color: #000 !important;
    bottom: 0;
    width: 100%;
    opacity: 0.9;
    margin: 0;
    padding: 4px;
}
.checkbox label, .radio label{
  text-align: left;
}
.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio]{
  position: relative;
  margin-right: 4px;
  top: 0px;
}
.aceite .fieldgroup{
  width: auto;
}
.fieldgroup input, .fieldgroup textarea, .fieldgroup select{
  height: 34px;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]{
  height: 18px;
}
.quadro_branco_fiscais{
  width: 100%;
  float: none;
}
#botoes{
  width: 100%;
  text-align: center;
}
.form-control{
  width: auto;
}

.gray-bg{
      float: left;
      width: 100%;
    background: #eee;
    margin-bottom: 1em;
    padding: 5px;
}
.btn{
  white-space: normal;
}
.table .form-control{
  width: 100%;
}
fieldset{
  margin: 0 auto;
}

legend{
  padding: 0 8px;
  text-align: center;
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .form-group{ width: 100%; }
  .main-header .navbar-custom-menu, .main-header .navbar-right{float: none;}
  .fieldgroup label{
    text-align: left;
  }

}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
  .form-group{ width: 100%; }
}

.btn-menu{
  margin: 4px;
}
@media (max-width: 767px) {
  .btn-menu{
    display: block;
  }
  .form-control{
    width: 100%;
  }
  .fieldgroup{
  width: 100% ;
  }
  .fieldgroup label{
       min-width: auto;
    clear: both;
    display: block;
    text-align: left;
  }
  .form-inline .checkbox label, .form-inline .radio label{
    float: none;
  }

  h1{
    font-size: 24px;
  }
  h2{
    font-size: 16px;
  }

  #overlay_content,#overlay_cadastro_content, #overlay_editar_content, #overlay_recrutar_content, #overlay_mensagem_content, #aviso, #curso_pretendido_transferencia_externa_content{
    margin-left: 0;
    width: 100%;
    left: 0 !important;
    top: 100px !important;
  }
  
  h4 .slider-text {
    font-size: 12px !important;
  }  
}

@media (min-width: 768px) {
  h4.slider-text {
    font-size: 18px !important;
  }
}

@media (max-width: 767px) {
  h4.slider-text {
    font-size: 12px !important;
  }  
}
