/* 
    Created on : 20/11/2014, 09:46:43
    Author     : juniel.dantas@iesb.br
*/

body {
  padding-top: 50px;
  font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-size: 14px;
  /* padding-bottom: 30px; */
}

.mouse-hover{
    cursor: pointer;
}

.dataTables_filter{
    margin-top: 10px;
}
.dataTables_filter input[type=search]{
    border: solid 1px #ccc;
}

/* imrpmir elemento */

@media screen {
  #printSection {
      display: none;
  }
}

@media print {
  body * {
    visibility:hidden;
  }
  #printSection, #printSection * {
    visibility:visible;
  }
  #printSection {
    position:absolute;
    left:0;
    top:0;
  }
}


/***login***/
.bodylogin{
    background-color: #d2d6de;
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.form-signin-heading{
    color: #E13300;
}
.middle-box {
  z-index: 100;
  width: 360px;
  margin: 7% auto;
  padding: 20px;
}
.form-signin input{
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;    
}

.loginscreen.middle-box {
  width: 400px;
  border: solid 1px #cccccc;
  /*border-radius: 10px;*/
  background-color: #ffffff;
}

.logolg{
    font-size: 35px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 20px;   
    color: #444;
}
.logolg p{
    font-size: 14px;
}
.logologin{
    text-align: center;
    width: 100px;
}
.btn-flat{
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
}
.form-control-feedback.fa {
    line-height: 34px;
    color: #555; 
}

/*****HACK Highcharts*********/
.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: block;     
    height: 0;          
    overflow-y: hidden; 
    overflow-x: hidden; 
}
.tab-content > .active,
.pill-content > .active {
    height: auto;
} 