@CHARSET "ISO-8859-1";

.skin-blue .navbar {
    background-color: #4F4F4F; /*#FF9933*/ /*#3c8dbc*/
}

.skin-blue .logo {
    background-color: #363636; /*#FF9900*/ /*#367fa9*/
}

.skin-blue .logo:hover {
    background: #FF6600; /*FF6600*/ /*#357ca5*/
}

.form-control:focus {
  border-color: #999999 !important;
  box-shadow: none;
}

.box.box-blue {
  border-top-color: #3c8dbc;
}

.btn.btn-blue {
  background-color: #3c8dbc;
  border-color: #367fa9;
}

.form-box .header {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #3c8dbc !important;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.2);
  padding: 20px 10px;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  color: #fff;
}

.bg-blue {
    background-color: #3c8dbc !important;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: 175px;
  padding: 10px;
  background: #3c8dbc;
  text-align: center;
}

.nav-tabs>li>a.active,.nav-tabs>li>a.active:hover,.nav-tabs>li>a.active:focus
	{
	color: #555 !important;
	background-color: #fff !important;
	border: 1px solid #ddd !important;
	border-bottom-color: transparent !important;
	cursor: default !important
}

.nav-tabs-custom > .nav-tabs > li > a.active  {
    border-top-color: #3c8dbc !important; 
    border-top-width: 2px !important ;
}
.nav-tabs-custom > .nav-tabs > li > a.active,
.nav-tabs-custom > .nav-tabs > li > a.active:hover {
  background-color: #fff;
}
.nav-tabs-custom > .nav-tabs > li > a.active {
  border-top: 0 ;
  border-left-color: #f4f4f4 !important;
  border-right-color: #f4f4f4 !important;
}

.paginacao td {
    /*border: 1px solid black;
    margin-right: -40px;*/
}

.paginacao table td {
    padding-right: 5px;
    margin: 5px;

    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;

    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;

    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;

}

.paginacao table td span {
    color: black;
}

.paginacao {
    border: none;
}


.radiobuttonlist input[type="radio"] 
{
    margin-right: 10px;    
    margin-left: 50px;    

}

.radiobuttonlist label
{
    font-weight: normal;
}

.panel-tab {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    /*border-bottom-right-radius: 0px;*/
    /*border-bottom-left-radius: 0px;*/

    border-top: none;
    margin-top: 0px;
}

.coluna-centro {
    width: 300px;
}

.coluna-centro div {
    padding: 5px;
}


.font14 {
    font-size: 14px;
}

.impressao {
    width: 700px;

}

.scroll {
    overflow-y:auto;
    overflow-x:hidden;
}
.contador {
    float: right;
    margin-top: -10px;
}

.ordenacao a {
    color: black;
}

.paginacao td {
    /*border: 1px solid black;
    margin-right: -40px;*/
}

.paginacao table td {
    padding-right: 5px;
    margin: 5px;

    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;

    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;

    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;

}

.paginacao table td span {
    color: black;
}

.paginacao {
    border: none;
}




.carregando
{
	top:50%;
	position: fixed; 
	left:50%; 
	cursor: pointer;
  	display: inline-block;
  	padding: 5px 14px 6px;
	color: #fff;
	font-size: 13px;
	font-weight:bold;
	line-height: normal;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
	 background-color: #c43c35;
    background-repeat : repeat-x;
  	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	border-left-color: #c43c35;
	border-right-color: #c43c35;
	border-top-color: #c43c35;
	border-bottom-color: #882a25;
    z-index: 9999;
}

.modalBackground {
	background-color:Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPanel2 {
	position: absolute;
    z-index: 9998;
    
    left: 0px;
    width: 100%;
    top:0px;
    height: 100%;

	background-color:red;
    /*filter: alpha(opacity=70);
	opacity: 0.7;*/	
}

.teste {
    z-index: 9999;
    filter: alpha(opacity=100);
	opacity: 1;	

}

.descolado {
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
}



/*.modal-dialog {
    opacity: 100;
    filter: alpha(opacity=100);
}*/


.loading-panel {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    position: relative;
    width: 100%;
}

.loading-container {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    color: #fff;
    font-size: 30px;
    height: 100%;
    left: 0;
    padding-top: 15%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999999;
   
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    min-height: 100%;
    width: 100%;
}

.btn-temporizador {
}


.loading {
     background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;   
     text-align: center;
    font-family: Arial;
    font-size: 10pt;
    border: 2px solid #67CFF5;
    width: 350px;
    height: 200px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
    
}


.loading-containerVisible {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    color: #fff;
    font-size: 30px;
    height: 100%;
    left: 0;
    padding-top: 15%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999999;
    display: none;
}

.noprint{display:none;}