/* 	::

	:: Theme 		: Jets
	:: Theme URI	: http://labs.funcoders.com/html/Jets

	:: File 		: theme.css
	:: About 		: Theme layout styles
    :: Version      : 1.4.4

	NOTE!!! Do not edit this file. Use another stylesheet file for changing this or creating new styles. !!!

:: */

.cajasColor {
    background-color: #E2E2E2; 
    padding: 30px; 
	color: #FFFFFF;
    /*padding-left: 40px;*/
}
	
#page-content #content, #page-content #sidebar-left, #page-content #sidebar-right {
    margin-top: -10px;
}
    
.minegrita{
    font-size: 18px;
    font-weight: bold;
}
	
.form-control2 {
    color: #888;
    width: 100%;
    line-height: 20px;
    border-radius: 2px;
    border: 5px solid #f1f1f1;
    background-color: #f9f9f9;
    padding: 4px 10px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    -webkit-transition: all linear .1s;
    transition: all linear .1s;
    resize: none;
    text-align: left;
}
	
#sup.cajasColor .form-control {
	border-bottom: 1px solid #ffffff;
	border-top: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
	background-color: #40a4e1;
	color: #ffffff;
	}
	
#aber.cajasColor .form-control {
	border-bottom: 1px solid #ffffff;
	border-top: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
	background-color: #ff9e16;
	color: #ffffff;
	}	

#tot.cajasColor .form-control {
	border-bottom: 1px solid #ffffff;
	border-top: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
	background-color: #8dc63f;
	color: #ffffff;
	}	
	
/*.form-control {
    color: #888;
    width: 100%;
    line-height: 20px;
    border-radius: 2px;
    border: 2px solid #f1f1f1;
    background-color: #f9f9f9;
    padding: 4px 10px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    -webkit-transition: all linear .1s;
    transition: all linear .1s;
    resize: none;
    text-align: right;
}*/
	
.ninja {
    visibility: hidden;
    background: green;
    display: none;
}
	
.ninja:hover {
    background-color: black;
}
	
p {
    margin: 10px 0;
}
	
h3, h4 {
    font-weight: 400;
    color: #FFFFFF;
    margin: 10px 0;
}
	
.slidecontainer {
    width: 100%;
}
.slider2 {
    -webkit-appearance: none;
    width: 200px;
    height: 1px;
    background: #b9b9b9;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}
	
.slider2:hover {
    opacity: 1;
}
	
.slider2::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
    background: url('../../images/contrasticon.png');
}
	
.slider2::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}
	
/*////////////*/
.slider3 {
    -webkit-appearance: none;
    width: 200px;
    height: 1px;
    background: #b9b9b9;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}
	
.slider3:hover {
    opacity: 1;
}
	
.slider3::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
    background: url('../../images/contrasticon.png');
}
	
.slider3::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}
	
/*////////////*/
.slider4 {
    -webkit-appearance: none;
    width: 200px;
    height: 1px;
    background: #b9b9b9;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}
	
.slider4:hover {
    opacity: 1;
}
	
.slider4::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
    background: url('../../images/contrasticon.png');
}
	
.slider4::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}
	
.ocultar {
    display: inline;
}
	
.h4, h4 {
    font-size: 14px;
    line-height: 16px;
}
	
}  

/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 992px) {
	
.ocultar {
    display: inline;
} 
	
.cajasColor {
    background-color: #E2E2E2; 
    padding: 10px; 
    padding-left: 60px;
}
	
/*.h4, h4 {
    font-size: 14px;
    line-height: 16px;
}*/
	
}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 768px) {
	
.ocultar {
    display: none;
}
	
.cajasColor {
    background-color: #E2E2E2;
    padding-top: 0px;
    padding-left: 27px;
    padding-right: 30px;
	padding-bottom: 30px;
}
	
/*.h4, h4 {
    font-size: 14px;
    line-height: 16px;
}*/
	
}

