/***********************
  Folha de estilo padrão
************************/

  html,
  body {
    height: 100%;      
    /* The html and body elements cannot have any padding or margin. */
    padding:0px;
    margin :0px;
    background: transparent;  
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #333333;    
  }

  /* Wrapper for page content to push down footer */
  #wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -60px;
  }

  /* Set the fixed height of the footer here */
  #push,
  #footer {
    height: 60px;
  }
  
  #footer {
    color: #fff;
    background: #2e2e2e;
  }

  @media only screen and (min-width: 768px) {
  .modal .modal-dialog
  {
    width: 80%;
  }
}


  /* Lastly, apply responsive CSS fixes as necessary */
  @media (max-width: 767px) {
    #footer {
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 20px;
      padding-right: 20px;
    }
  }

  header {
    padding: 0px;
    margin:0px;
    background: #fff url(../../../app/assets/images/logo.gif) repeat-x;
    min-height:130px; 
    line-height:120px;
  }
  
  header img {
    padding: 0px;
    max-height: 120px;
  }

  header h1 {
    margin:0px;
    padding: 0px;
    line-height:120px;
  }      
  
#linha_banner {
  line-height: 121px; 
  height: 120px;
}

  .container .credit {
    margin: 20px 0;
  } 

  .barraDivisoria {
    background:#eeeeee;
    text-align:center;
  }
  
  .destacado {
    color:rgb(198,0,0);
  } 

  .linkDisabled:hover {
    cursor: not-allowed;
  }
  
  .linkDisabled:hover {
    cursor: not-allowed;
  }    
        
  .iconeBotao {
    border: 0;
    width:25px;
    height:25px;
  }
  
  .navbar-inner {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;    
  }
  
  .ui-dialog-titlebar-close i {
    padding:0px;
    margin:0px;
  }
    
  .uppercase {
    text-transform: uppercase;
  }
  
  .lowercase {
    text-transform: lowercase;
  }
  
  .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);    
  }
  
  .panel-info {
    border-color: #bce8f1;
  }
  
  .panel-gray {
    border-color: #c6c6c6;
  }  
  
  .panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
  }
  
  .panel-gray>.panel-heading {
    color: #333333;
    background-color: #f6f6f6;
    border-color: #c6c6c6;
  }
  
  .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  } 

  .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
  } 

  .btn-menu {
    width:148px;
    height:148px;
    margin:8px;
    margin-top:0px;
  } 

  .btn-menu:hover {
    border: 1px solid gray;
  }
  
  .btn-menu>img {
    width:100px;
    height:100px;
  }   
  
  .panel-body {
    padding: 15px;
  }  

  td.success {
    background-color: #dff0d8;
  }
  td.error {
    background-color: #f2dede;
  }
  td.warning {
    background-color: #fcf8e3;
  }
  td.info {
    background-color: #d9edf7;
  }
  td.success-dark {
    background-color: #468847;
  }
  
  .logado {
    width:400px;
    float:right;
    height:20px;
    color:#FFF;
    text-align:right;
    padding-right:20px;
  }  
  
  .maisNoticiasTitulo {
    font-size: 14px;
    font-weight:bold;
    text-decoration:none;
    color: rgb(128,128,128);
  }

  .maisNoticiasTitulo:hover {
    font-size: 14px;
    font-weight:bold;
    text-decoration:underline;
    color: rgb(128,128,128);
  }
  
  .maisNoticias {
    font-size: 14px;
    text-decoration:none;
    color: rgb(128,128,128);
  }

  .maisNoticias:hover {
    font-size: 14px;
    text-decoration:underline;
    color: rgb(128,128,128);
  }
  #alertaT{
    margin-right: -60px;
    margin-left: 2px;
    width: 25px;
  }  

#the-basics .tt-dropdown-menu {
  max-height: 150px;
  overflow-y: auto;
}

.esconde {
  position: absolute; 
  left: -999em;
}

.navbar-default {
  background: transparent;
  border: 0px;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636
}

.btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636  
}

.menu {
  margin:0px;
  width: 100%;
  color: #ffffff;
  background-color: #212121    
}

.item_menu {
  color: #999999; 
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 13px;  
}

.nav > li > a:focus, .nav > li > a:hover {
  background-color: #363636;  
  color: #ffffff;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 13px;   
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #363636;  
  color: #ffffff;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 13px;   
}

.btn_sair {
  color: #999999;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 13px;    
  padding-top:15px;
  line-height: 20px;
  padding-top: 6.5px;  
}

.btn_sair:hover {
  background-color: #363636;  
  color: #ffffff;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 13px;    
  text-decoration: none;
}

.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("../img/glyphicons-halflings-white.png");
}

.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #363636;
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
}

.dropdown-submenu {
  position: relative;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 13px;
  color: #333333;   
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -5px;
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 3px;
  -moz-border-radius: 0 3px 3px 3px;
  border-radius: 0 3px 3px 3px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.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: #363636;
}
.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;   
}

.item_sub {
  display: block;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 13px;
  padding: 3px 20px;
  text-decoration: none;
  color: #363636;  
  width: 280px;
}

.item_sub:hover {
  background-color: #eee; 
  text-decoration: none;  
  color: #363636;    
}


.check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #E5D9D2;
}

/* On mouse-over, add a grey background color */
.check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check input:checked ~ .checkmark {
  background-color: #3498DB;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.labelProfile{
  position: relative;
  background: #bfe386;
  padding: 0px 5px;
  border-radius: 10px;
  font-size: 11px;
  left: 40px;
  line-height: 15px;
  top: -15px;
}

.itemIconProfile{
  font-size: 24px !important;
  padding-top: 15px !important;
  color: #757575;
  padding-top: 13px;
  transition: 0.3s all;
  cursor:pointer;
}

.itemIconProfile:hover{
  color:#cacaca;
}





