html { 
  background: url(../../images/paltas_background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.form-box .header{
	background:#29A956;
}

.form-box .body.bg-gray{
	padding-top:30px;
}

a{
	color:#29A126;
}

td, th{
	text-align:center;
}

.report.table>thead>tr>th, 
.report.table>tbody>tr>th, 
.report.table>tfoot>tr>th, 
.report.table>thead>tr>td, 
.report.table>tbody>tr>td, 
.report.table>tfoot>tr>td {
	padding:1px;
	font-size:12px;
	text-align:center;
}

body > .header {
	border-bottom: 2px solid #FFF;
}

header a{
	color:white;
	font-weight:bold;
	font-size:20px;
}
body > .header .logo{
	font-size:25px;
}
.nav>li>a:hover, .nav>li>a:focus {
	color:#29A126;
	background-color:transparent;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
	background-color: #29A126;
	color:#FFF;
}
.dropdown-menu > li > a:hover {
	background-color:#29A126;
}

.box .box-footer,.box .box-body{
	background:none;
	border-top:none;
}

.box{
	background:rgba(255, 255, 255, 0.93);
}

.box.box-little{
	padding:10px;
}

.buttons{
	margin-top:22px;
	text-align:center;
}

.content-header{
	color:#FFF;
}

.margin-top-30{
	margin-top:30px;
}

.error{
	color:#CC0018;
}

.overflow-table{
	overflow-x:auto;
}

.box .box-header h3.box-title {
	font-size:24px;
}

.box .box-header h5.box-title {
	font-size: 18px;
}

.custom-handle0.ui-slider-handle, 
.custom-handle1.ui-slider-handle {
	width: 3em;
	height: 2.4em;
	top: 50%;
	margin-top: -1.2em;
	text-align: center;
	line-height: 2.3em;
}

/* .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button,  */
html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
   border: 0px;
}
.ui-state-default:first-of-type, .ui-widget-content .ui-state-default:first-of-type,
	.ui-widget-header .ui-state-default:first-of-type,
	.ui-state-default:last-of-type, .ui-widget-content .ui-state-default:last-of-type,
	.ui-widget-header .ui-state-default:last-of-type {
	border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-slider .ui-slider-range {
	background: yellow;
}

.left-color {
	float: left;
	background-color: green;
	height: 23px;
	border-radius: 3px 0px 0px 3px;
	width: 50px;
}

.slider {
	height: 25px;
	background-color: red;
	background-image: none;
}
#rangos_ce .box-body{
    padding-left: 10%;
    padding-right: 10%;
}
