﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

#relogio {
    font-size: 17px;
    color: #999;
    float: right;
    position: relative;
    display: block;
    background: transparent;
    border: none;
    line-height: -174%;
    margin: 12px 0px 0px 22px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
  .navbar-inverse {
    background-color: #2e353d !important;;
    border-color: #080808;
}
.body-content{
        margin-top: 45px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    float: right;
}
.dl-horizontal dt {
    white-space: normal;
}
/******************************************************************************************************/
div.dataTables_wrapper div.dataTables_filter input {
    border: 1px solid #000 !important;
}
div.dataTables_wrapper div.dataTables_filter {
    display: block !important;
}
/******************************************************************************************************/
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
.btn a{
    color:#fff !important;
}

@media (min-width: 600px) {
 .container{
 margin:0 0 0 360px !important;
  max-width:100% !important;
}
}


table.dataTable{
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 3px 8px #dedede;
}
table thead{
  border-radius: 5px 0 0 5px;
}
.table-striped th{
	background: #000;
	color: #fff;
}
.tabela-superior{
	background: #f29c37;
	color: #fff;
}
.table-principal{
	font-size: 14px;
}
.table-principal th,
.table-principal td{
	text-align: center;
}
.links-table{
  margin: 5px 0;
}
.links-table a{
	margin: 0;
	cursor: pointer;
  font-size: 17px;
  /*background-color: #b8b8b8;*/
  padding: 10px 12px;
  border-radius: 20px;
}
.links-table a i{
  color: #000;
}
.tabela-superior .col-md-4{
	border-left: 1px solid #ccc;
	padding-left: 50px;
	margin: 20px 0;
}
.tabela-superior .col-md-4.no-border{
	border-left: none;
}
.tabela-superior .col-md-4 .row{
	height: 55px;
}
.table-interna tr td a{
	color:#f29c37;
}
.tabela-inferior .col-md-4{
	padding-left: 50px;
	margin: 20px 0;
}
.tabela-inferior .col-md-4.no-border{
	border-left: none;
}
.tabela-inferior .col-md-4 .row{
	height: 55px;
}
.table-interna tr td a{
	color:#f29c37;
}

.tabela-inferior a{
	color:#f29c37;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.internal-link{
	width: 100%;
	display: block;
	text-transform: uppercase;
	color:#f29c37;
}
div.dataTables_length {
    width: 20%;
    float: left;
}
    div.dataTables_wrapper div.dataTables_length label{
      font-size: 11px;
      text-transform: uppercase;
    }
    div.dataTables_wrapper div.dataTables_length select{
      border: none;
      border-radius: 6px;
      width: 60px;
      padding: 10px;
      margin: 0 10px;
      font-size: 14px;
      border: 1px solid #000;
    }
    div.dataTables_wrapper div.dataTables_filter{
      margin: 15px 0;
      font-size: 11px;
      text-transform: uppercase;
      display: none;
    }
    div.dataTables_wrapper div.dataTables_filter input{
      border: none;
      width: 100%;
      float: right;
      padding: 5px;
      border-radius: 6px;
    }
    div.dataTables_wrapper div.dataTables_filter label{
      text-align: center;
    }
    div.dataTables_wrapper div.dataTables_info{
      padding: 0;
      margin: 10px 0;
      font-size: 11px;
    }
    div.dataTables_wrapper div.dataTables_paginate{
      font-size: 12px;
      text-transform: uppercase;
      margin: 15px 0;
      padding-top: 15px;
      border-top: solid #dedede 1px;
      float: left;
      width: 100%;
      padding: 15px 15px 0;
    }
      div.dataTables_wrapper div.dataTables_paginate a{
        border: solid 1px #dedede;
        border-radius: 5px;
        padding: 10px;
		cursor: pointer;
      }
      div.dataTables_wrapper div.dataTables_paginate span{
        margin: 0 10px;
        color: #78174c;
      }
      .footer{
          position:absolute;
          bottom:0;
          width:100%;
          height:60px;
          background-color:#f5f5f5;
          display:none;
          
      }
      .text-muted{
          margin:20px 0;
          color:#777 !important;
      }
   
      .nav-side-menu {
  overflow: auto;
  font-family: verdana;
  font-size: 12px;
  font-weight: 200;
  background-color: #2e353d;
  position: fixed;
    top: 50px;
  width: 300px;
  height: 100%;
  color: #e1ffff;
}
.nav-side-menu .brand {
  background-color: #23282e;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #181c20;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #020203;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.nav-side-menu li {
  padding-left: 0px;
  border-left: 3px solid #2e353d;
  border-bottom: 1px solid #23282e;
}
.nav-side-menu li a {
  text-decoration: none;
  color: #e1ffff;
}
.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.nav-side-menu li:hover {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.navbar-fixed-top{
   position: relative !important;
  }

@media (max-width: 599px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }


  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
        .nav-side-menu {
    top: 0px;
    z-index:9999;
}
}
@media (min-width: 599px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}
body {
  margin: 0px;
  padding: 0px;
}
