/*********************************************
*	HEATERS MANAGE / CHRONO
*********************************************/

.main-title .btn::before
{
    font-size: 11px;
    padding-right: 7px;
}

/*********************************************
*	HEATERS MANAGE
*********************************************/

.single-box-wrapper
{
	border: 1px solid #ccc;
	border-radius: 25px;
	overflow: hidden;
}
.single-box-content
{
	padding: 20px;
	text-align: center;
	min-height: 320px;
}
.single-box-wrapper h3
{
	margin: 0; background: #f8f8f8;
	display: block;
	color: #333333;
	font-weight: 200;
	padding: 10px 15px;
	font-size: 20px;
	border-bottom: 1px solid #cccccc;
	text-align: center;
}
.heater-status
{
	margin-bottom: 20px;
	display: inline-block;
	padding: 5px 10px;
	font-weight: bold;
	color: #fff;
	border-radius: 4px;
	background-color: #dddddd;
}
.heater-status-on
{
	background-color: #127a00;
}
.heater-status-off
{
	background-color: #d50000;
}
.heater-status-error
{
	margin-bottom: 20px;
	display: inline-block;
	padding: 5px 10px;
	font-weight: bold;
	color: #fff;
	border-radius: 4px;
	background-color: #d50000;
}
.show-status-button, .heater-status-error-description
{
	display: block;
	padding-top: 85px;
	margin-top: 20px;
	background: transparent none no-repeat scroll top center;
	text-align: center;
}
.show-status-button
{
	position: static;
	float: none;
	margin: 20px auto;
	border: 0;
	padding-left: 0;
	padding-right: 0;
	min-width: 73px;
}
.show-status-button[disabled]
{
	opacity: 0.3;
}
/*.heater-status-btn-on
{
	background-image: url( 'http://jollymec.efesto.web2app.it/img-m-heaters/off.png' );
	color: #d50000;
}
.heater-status-btn-off
{
	background-image: url( 'http://jollymec.efesto.web2app.it/img-m-heaters/on.png' );
	color: #127a00;
}
.heater-status-error-description
{
	background-image: url( 'http://jollymec.efesto.web2app.it/img-m-heaters/error.png' );
	color: #000000;
	font-weight: bold;
}*/
.box-label
{
	color: #999;
	color: #999;
	font-size: 20px;
	font-weight: 200;
}
.box-label.small-label
{
	font-size: 15px;
	padding-top: 10px;
	display: block;
	clear: both;
}
.box-label-top
{
	margin-top: 30px;
	margin-bottom: 20px;
}
.single-box-wrapper .error-box
{
	background: #ffe8ea;
}
.control-box
{
	margin-bottom: 30px;
}
.main-title .row
{
	margin: 0;
}
.main-title .row .col-xs-12
{
	padding: 0;
}
.main-title a
{
	float: right;
}
.buttons-container a
{
	margin-left: 5px;
	margin-bottom: 5px;
}
.graphic-controller
{
	width: 140px;
	height: 140px;
	border-radius: 140px;
	background: transparent;
	margin: auto;
	position: relative;
	overflow: hidden;
}
.app-image
{
	width: 220px;
	height: 210px;
	border-radius: 140px;
	background: #cccccc;
	margin: auto;
	position: relative;
	overflow: hidden;
}
.graphic-controller .level-indicator
{
	height: 40%;
	background: #d50000;
	text-indent: -9000px;
	position: absolute;
	bottom:0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 90;
}
.graphic-controller .graphic-controller-icon
{
	width: 104px;
	height: 104px;
	padding: 25px;
	background: #f7f7f7;
	border: 1px solid #cccccc;
	border-radius: 90px;
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 100;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.4);
	background: #ffffff none no-repeat scroll center center;
}
/*.graphic-controller .graphic-controller-icon-fan
{
	background-image: url( 'http://jollymec.efesto.web2app.it/img-m-heaters/fan.png' );
}
.graphic-controller .graphic-controller-icon-power
{
	background-image: url( 'http://jollymec.efesto.web2app.it/img-m-heaters/power.png' );
}
.graphic-controller .graphic-controller-icon-air-temperature
{
	background-image: url( 'http://jollymec.efesto.web2app.it/img-m-heaters/air-temperature.png' );
}
.graphic-controller .graphic-controller-icon-water-temperature
{
	background-image: url( 'http://jollymec.efesto.web2app.it/img-m-heaters/water-temperature.png' );
}*/
.control-buttons
{
	width: 212px;
	margin: 15px auto;
}
.control-buttons[data-disabled="true"] .btn-action
{
	display: none;
}
.control-buttons[data-disabled="true"] .current-value
{
	margin: auto;
	float: none;
}
.control-buttons div
{
	float: left;
	font-size: 30px;
	font-weight: bold;
	line-height: 60px;
}
.control-buttons .btn-action
{
	cursor: pointer;
	font-size: 40px;
	width: 60px;
	height: 60px;
	text-align: center;
	border-radius: 10px;
	background: #532281; /*      #226a81     */
	border:1px solid #290946;  /*      #0c4e60     */
	color: #ffffff;
	cursor: pointer;
}
.control-buttons .btn-down
{
	line-height: 50px;
}
.control-buttons .btn-up
{
	float: right;
}
.control-buttons .current-value
{
	width: 92px;
	height:60px;
	font-size: 46px;
	color: #D70000;
	text-align: center;
}
.control-buttons .string-length-1
{
	font-size: 46px;
}
.control-buttons .string-length-2
{
	font-size: 46px;
}
.control-buttons .string-length-3
{
	font-size: 32px;
}
.control-buttons .string-length-4
{
	font-size: 24px;
}
.status-icon-container
{
	 padding: 30px;
	 height: 100px;
}
.status-meteo-container
{
	max-width: 700px;
	margin: 10px auto 10px auto;
}
.status-icon
{
	display: inline-block;
	min-width: 40px;
	padding-top: 40px;
	font-size: 12px;
	text-align: center;
	background: transparent image scroll no-repeat center top;
}
.status-icon span
{
	display: block;
	font-weight: bold;
	padding-top: 0px;
}
/*.status-puffer
{
	background-image: url( 'http://jollymec.efesto.web2app.it/img-m-heaters/puffer.png' );
}
.status-water
{
	background-image: url( 'http://jollymec.efesto.web2app.it/img-m-heaters/water_real.png' );
}
.status-boiler
{
	background-image: url( 'http://jollymec.efesto.web2app.it/img-m-heaters/boiler.png' );
}
.status-realair
{
	background-image: url( 'http://jollymec.efesto.web2app.it/img-m-heaters/realair.png' );
}
.status-realpower
{
	background-image: url( 'http://jollymec.efesto.web2app.it/img-m-heaters/realpower.png' );
}*/
.status-smoke
{
	background-image: url( 'pinkhome.jpg' );
}
/*.status-kprobe
{
	background-image: url( 'http://jollymec.efesto.web2app.it/img-m-heaters/kprobe.png' );
}*/
.control-boxes-spacer
{
	position: relative;
	float: left;
	height: 1px;
}
.status-icons-container
{
	padding: 0 15px;
}
.status-icons-content
{
	border: 1px solid #cccccc;
	border-radius: 25px;
	margin: 20px 0 30px 0;
}
/*********************************************
*	HEATERS CHRONO
*********************************************/

#chrono-form
{
	margin-top: 0px;
	position: relative;
	float: left;
	width: 100%;
}
input[type='checkbox'].pseudo-checkbox + label
{
	font-weight: normal;
	color: #333333;
	font-size: 13px;
}
input[type='checkbox'].pseudo-checkbox.big-checkbox + label
{
	font-weight: normal;
	color: #333333;
	font-size: 18px;
	margin: 20px 0;
}
input[disabled].pseudo-checkbox + label
{
	color: #999999 !important;
}

input[type='checkbox'].pseudo-checkbox + label:before, input[type='checkbox'].pseudo-checkbox + label:after
{
	font-weight: normal;
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 3px;
}
input[type='checkbox'].pseudo-checkbox + label:before
{
	content: "\e157";
}
input[type='checkbox']:checked.pseudo-checkbox + label:before
{
	content: "\e067";
}
.enable-chrono-box
{
	float: none !important;
	margin-bottom: 20px;
}
.enable-chrono-box .single-box-content
{
	min-height: 0;
}
.enable-chrono-box .box-label-top
{
	margin-top: 0;
}
.chrono
{
	padding: 8px 0 0 8px;
	opacity: 0.6;
	position: relative;
}
.chrono-status-on, .chrono-status-off
{
	display: inline-block;
	padding: 5px 10px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 4px;
}
.chrono-status-on
{
	 background: #127a00;
}
.chrono-status-off
{
	background: #d50000;
}
.chrono-all-wrapper
{
	text-align: center;
	min-height: 260px;
	padding-top: 30px;
}
/*.chrono-wrapper
{
	width: 220px;
	height: 220px !important;
	background: url( 'http://jollymec.efesto.web2app.it/img-m-heaters/chrono.png' ) no-repeat scroll center center;
	margin: auto;
	position: relative;
}*/
.chrono-all-wrapper-back
{
	width: 220px;
	height: 220px !important;
	background: #cccccc;
	border-radius: 220px;
	margin: auto;
	position: relative;
}
.chrono-control
{
	width: 144px;
	height: 144px;
	padding: 20px;
	background: #f7f7f7;
	border: 1px solid #ccc;
	border-radius: 150px;
	position: absolute;
	top: 39px;
	left: 39px;
	z-index: 100;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.4);
}
.chrono-control .start-time, .chrono-control .stop-time
{
	border-bottom: 2px solid #cccccc;
	margin-bottom: 7px;
	padding-bottom: 7px;
	cursor: pointer;
	display: block;
	font-size: 14px;
	color: #999;
}
.chrono-control .start-time:hover span, .chrono-control .stop-time:hover span
{
	color: #a80100;
}
.chrono-control .stop-time
{
	border: 0;
}
.select-h
{
	display: block;
	margin: auto;
	padding: 5px;
	border: 0;
	border-radius: 0;
	/*width: 60px;*/
	background: transparent;
	color: #333;
	font-size: 15px;
	line-height: 1;
	cursor:pointer;
	-webkit-appearance: none;

    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
.select-h:hover
{
	color: #a80100;
}
.enable-program
{
	background: #ffffff;
	border-bottom: 1px solid #cccccc;
	padding: 10px;
	text-align: center;
}
.week-days
{
	text-align: left;
	padding: 20px;
	background: #fff;
}
.panel-body
{
	margin: 0;
	padding: 0 0 15px 0;
	border: 0 !important;
	background: #ffffff;
}
.panel-body .single-box-content
{
	position: relative;
}
.panel-body .status-icon-sx
{
	top: 20px;
	left: 15px;
}
.panel-body .status-icon-dx
{
	top: 20px;
	right: 15px;
}
.panel
{
	border: 0;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
	margin: 0 !important;
}
.panel-heading
{
	text-align: left;
	margin-bottom:0;
	border: 0;
	border-top: 1px solid #cccccc !important;
}
.panel .panel-body
{
	border-top: 1px solid #cccccc !important;
}
.save-settings-wrapper
{
	background: #f5f5f5;
	padding: 20px;
	border-top: 1px solid #cccccc;
	text-align: center;
}
.panel-group
{
	margin: 0;
}
.chrono-height-set
{
	min-height: 720px;
	background: #f5f5f5;
}
.save-all-settings button
{
	font-size: 18px;
}

.heater-set-eco-stop, .heater-set-power-auto
{
	margin-bottom: 20px;
	display: inline-block;
	padding: 5px 10px;
	font-weight: bold;
	color: #fff;
	border-radius: 4px;
	background-color: #dddddd;
}
.heater-set-eco-stop-on, .heater-set-power-auto-on
{
	background-color: #127a00;
}
.heater-set-eco-stop-off, .heater-set-power-auto-off
{
	background-color: #d50000;
}
.show-set-eco-stop, .show-set-power-auto
{
	display: block;
	padding-top: 85px;
	margin-top: 20px;
	background: transparent none no-repeat scroll top center;
	text-align: center;
	position: static;
	float: none;
	margin: 20px auto;
	border: 0;
	padding-left: 0;
	padding-right: 0;
	min-width: 73px;
}
.show-set-eco-stop[disabled], .show-set-power-auto[disabled]
{
	opacity: 0.3;
}
/*.heater-set-eco-stop-btn-on, .heater-set-power-auto-btn-on
{
	background-image: url( 'http://jollymec.efesto.web2app.it/img-m-heaters/off.png' );
	color: #d50000;
}
.heater-set-eco-stop-btn-off, .heater-set-power-auto-btn-off
{
	background-image: url( 'http://jollymec.efesto.web2app.it/img-m-heaters/on.png' );
	color: #127a00;
}*/


/*********************************************
*	MEDIA QUERY
*********************************************/

@media (max-width: 768px)
{
	input[type='checkbox'].pseudo-checkbox + label
	{
		font-size: 20px;
		text-align: center;
	}
	.main-title .btn-info
	{
		font-size: 10px;
	}
	.submit-chrono-enable.visible-xs
	{
		display: inline-block !important;
	}
	.buttons-container
	{
		margin-top: 5px;
	}

}
@media (max-width: 520px)
{
	.buttons-container a
	{
		width: 100%;
	}
}
