﻿/*
////////////////////////////////////////
////////////////////////////////////////
Виджеты
////////////////////////////////////////
////////////////////////////////////////
*/
.widget-toolbar {
	display:inline-block;
	text-align: center;
	margin: 0 auto;
	width: auto;
	padding:0 16px;
	}
.widget-toolbar-icon-light {
	line-height: 1;
	font-size: 42px;
	font-family: myiconfont;
	cursor:pointer;
	padding:4px !important;
	min-width:54px;
	margin:9px 4px !important;
	
	color:hsla(0,0%,13%,1.00)
	}
.widget-toolbar-icon-light:hover {
	color:hsla(210,100%,56%,1);
	/*border:2px solid hsla(210,100%,56%,1);*/
	}
.widget-toolbar-icon-light:active {
	text-transform:uppercase;
	}
	
/*
/////////////////////////////////////////////////
ТЕКСТ
/////////////////////////////////////////////////
*/	
.widget-header-light {
	color:hsla(0,0%,13%,1.00);
	}
.widget-subheader-light {
	color:hsla(0,0%,54%,1.00);
	}
.widget-text-light {
	color:hsla(0,0%,13%,1.00);
	/*cursor:default;*/
	}
.widget-small-text-light {
	color:hsla(0,0%,13%,1.00);
	}

/*/////////////////////////////////////////////////
Кнопки
/////////////////////////////////////////////////*/
.widget-text-button-light {
	font-size:16px;
	font-family:'Roboto' !important;
	font-weight:400;
	margin:12px 0px;
	line-height:1;
	color:hsla(0,0%,13%,1.00);
	cursor:pointer;
	}
.widget-text-button-light:hover {
	color:hsla(210,100%,56%,1);
	}
.widget-icon-light-in-text {
	margin:12px 0px;
	line-height: 1;
	font-size: 24px;
	font-family: myiconfont;
	}
/*Иконки*/
.widget-icon-light,.widget-icon-button-light {
	margin:12px 0px;
	line-height: 1;
	font-size: 24px;
	font-family: myiconfont;
	/*cursor: default;*/
	color:hsla(0,0%,54%,1.00);
	}
.widget-icon-button-light:hover {
	color:hsla(210,100%,56%,1);
	cursor:pointer;
	}
/*Кнопки*/
.widget-button {
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
	font-family:'Roboto' !important;
	font-weight:500;
	cursor:pointer;
	min-width:120px;
	margin:8px 8px 8px 0;
	padding:9px 8px 7px 8px;
	line-height:1.45;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	}
.widget-button:hover {
	box-shadow: 0px 4px 10px hsla(0,0%,0%,0.35);
	-webkit-box-shadow: 0px 4px 10px hsla(0,0%,0%,0.35);
	-moz-box-shadow: 0px 4px 10px hsla(0,0%,0%,0.35);
	}
.widget-solid-button-light {
	color:hsla(0,0%,100%,1.00);
	background:hsla(210,100%,56%,1);
	box-shadow: 0px 2px 5px hsla(0,0%,0%,0.35);
	-webkit-box-shadow: 0px 2px 5px hsla(0,0%,0%,0.35);
	-moz-box-shadow: 0px 2px 5px hsla(0,0%,0%,0.35);
	}
	/*
	////////////////////////////////////////
	////////////////////////////////////////
	*/
	
.widget-h-splitter-light {
	/*margin:8px 0;*/
	height:1px;
	background:hsla(0,0%,50%,0.24);
	}
.widget-v-divider-light {
	margin:0px 0px;
	width:1px;
	height:48px;
	background:hsla(0,0%,50%,0.24);
	}
.widget-after-v-divider {
	width:calc(100% - 1px);
	}

/*
////////////////////////////////////////
INPUT
////////////////////////////////////////
*/
.widget-input-light {
	border:0 !important;
	background:none !important;
	border-bottom:1px solid hsla(0,0%,13%,1.00) !important;	
	font-size:16px;
	font-family:'Roboto' !important;
	font-weight:400;
	color:hsla(0,0%,13%,1.00);
	line-height:1;
	padding:0px 0px 4px 0px;
	min-width:24px;
	width:100%;
	text-align:center;
	outline:none !important;
	margin:12px 0px !important;
	border-radius: 0px !important;
	-webkit-border-radius:0px !important;
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	}
.widget-input-light:focus {
	border-bottom:2px solid hsla(210,100%,56%,1) !important;
	padding:0px 0px 3px 0px;
	}
/*Убираем ктрелки у инпута*/
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	}
input::-moz-inner-spin-button {
	-webkit-appearance: none;
	}
	
/*
////////////////////////////////////////
ПОЛОСА ПРОГРЕССА
////////////////////////////////////////
*/
.widget-progress-bar-light {
	height:4px;
	background: url(slider-bg.png) no-repeat;
  background-position: 0% 50%;	
  background-size: 60% 100%;
	border-bottom:1px solid hsla(210,100%,56%,1);
	}
	
/*
////////////////////////////////////////
СЛАЙДЕР
////////////////////////////////////////
*/

.widget-range-slider-start-light {
	content:'';	
	height: 2px;
	margin-top:23px;
	background: hsla(210,100%,56%,1);
	position: absolute;
	width: 50px;
	}
.widget-range-slider-light {
	/*width:calc(100% - 88px);
	width:100%;*/
	margin:23px 0;
	padding:0 !important;
	height: 2px;	
	-webkit-appearance: none!important;
	outline: none;
	background:url(slider-bg.png) no-repeat, hsla(0,0%,50%,0.24);
	background-position: 0% 50%;
	/*background-size: 83% 100%;*/
	border-radius: 1px;
	-wekkit-border-radius: 1px;
	border: none;
	}
.widget-range-slider-light::-moz-range-track {
	background:hsla(0,0%,50%,0.24);
	height:2px;
	-moz-appearance:none;
	border-radius:1px;
	-moz-border-radius:1px;
	border:none;
}
.widget-range-slider-light::-webkit-slider-thumb {
	-webkit-appearance:none!important;
	width:16px;
	height:16px;
	border-radius:50%;
	-wekkit-border-radius:50%;
	background:hsla(210,100%,56%,1);
	border:none;
	cursor:pointer;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
}
.widget-range-slider-light:active::-webkit-slider-thumb {
	-webkit-appearance:none!important;
	width:24px;
	height:24px;
	border-radius:50%;
	-wekkit-border-radius:50%;
	background:hsla(210,100%,56%,1);
	border:none;
	cursor:pointer;
}
.widget-range-slider-light::-moz-range-thumb {
	-moz-appearance:none!important;
	width:16px;
	height:16px;
	border-radius:50%;
	-moz-border-radius:50%;
	background:hsla(210,100%,56%,1);
	border:none;
	cursor:pointer;
	transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
}
.widget-range-slider-light:active::-moz-range-thumb {
	-moz-appearance:none!important;
	width:24px;
	height:24px;
	border-radius:50%;
	-moz-border-radius:50%;
	background:hsla(210,100%,56%,1);
	border:none;
	cursor:pointer;
}
/*.widget-range-slider-light::before{
	content:'';	
	height: 2px;
	background: hsla(210,100%,56%,1);
	position: absolute;
	width: 50px;
	}*/
.widget-slider-val-light {
	border-bottom:1px solid hsla(0,0%,13%,1.00);	
	font-size:16px;
	font-family:'Roboto' !important;
	font-weight:400;
	line-height:1;
	padding:0px 4px 4px 4px;
	min-width:32px;
	text-align:center;
	outline:none !important;
	margin:13px 0px 14px 0px;
	}
.widget-range-slider-start {
	height: 2px;
	background: hsla(210,100%,56%,1);
	position: absolute;
	width: 50px;
	margin-top: 23px;
	}
.widget-slider-val-light:focus {
	border-bottom:2px solid hsla(210,100%,56%,1);
	padding:0px 4px 3px 4px;
	}
.widget-slider-icon-light {
	padding:12px 0px 12px 0px;
	line-height:0;
	}
	
/*
////////////////////////////////////////
ПЕРЕКЛЮЧАТЕЛЬ
////////////////////////////////////////
*/
.widget-toggle-on-light {
	-webkit-appearance: none !important;
	background: hsla(210,100%,56%,0.5);
	float: right;
	width: 32px;
	height: 12px;
	margin: 18px 0;
	padding:0 !important;
	outline: none;
	border: none;
	border-radius: 6px;
	-wekkit-border-radius: 6px;
	}
.widget-toggle-on-light::-moz-range-track {
	-moz-appearance:none !important;
	background: hsla(210,100%,56%,0.5);
	float: right;
	width: 32px;
	height: 12px;
	margin: 18px 0;
	outline: none;
	border: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
}
.widget-toggle-on-light::-webkit-slider-thumb {
	-webkit-appearance:none!important;
	width:18px;
	height:18px;
	border-radius:50%;
	-wekkit-border-radius:50%;
	background:hsla(210,100%,56%,1);
	box-shadow:1px 1px 2px hsla(0,0%,0%,.3);
	-webkit-box-shadow:1px 1px 2px hsla(0,0%,0%,.3);
	//border:hsla(210,100%,56%,1);
	cursor:pointer;
}
.widget-toggle-on-light::-moz-range-thumb {
	-moz-appearance:none!important;
	width:18px;
	height:18px;
	border-radius:50%;
	-moz-border-radius:50%;
	background:hsla(210,100%,56%,1);
	box-shadow:1px 1px 2px hsla(0,0%,0%,.3);
	-moz-box-shadow:1px 1px 2px hsla(0,0%,0%,.3);
	/*border:hsla(210,100%,56%,1);*/
	cursor:pointer;
}

.widget-toggle-off-light {
	background: hsla(0,0%,50%,0.24);
	float: right;
	width: 32px;
	height: 12px;
	margin: 18px 0;
	-webkit-appearance: none!important;
	outline: none;
	border: none;
	border-radius: 6px;
	-wekkit-border-radius: 6px;
	}
.widget-toggle-off-light::-moz-range-track {
	background: hsla(0,0%,50%,0.24);
	float: right;
	width: 32px;
	height: 12px;
	margin: 18px 0;
	-moz-appearance:none;
	outline: none;
	border: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
}
.widget-toggle-off-light::-webkit-slider-thumb {
	-webkit-appearance:none!important;
	width:18px;
	height:18px;
	border-radius:50%;
	-wekkit-border-radius:50%;
	background:hsla(0,0%,100%,1);
	box-shadow:1px 1px 2px hsla(0,0%,0%,.3);
	-webkit-box-shadow:1px 1px 2px hsla(0,0%,0%,.3);
	border:1px solid hsla(0,0%,0%,0.1);
	cursor:pointer;
}
.widget-toggle-off-light::-moz-range-thumb {
	-moz-appearance:none!important;
	width:18px;
	height:18px;
	border-radius:50%;
	-moz-border-radius:50%;
	background:hsla(0,0%,100%,1);
	box-shadow:1px 1px 2px hsla(0,0%,0%,.3);
	-moz-box-shadow:1px 1px 2px hsla(0,0%,0%,.3);
	border:1px solid hsla(0,0%,0%,0.1);
	cursor:pointer;
}
	
/*
////////////////////////////////////////
ВЫПАДАЮЩЕЕ МЕНЮ
////////////////////////////////////////
*/
.widget-dropdown-menu-light {
	font-size:16px;
	font-family:'Roboto' !important;
	font-weight:400;
	line-height:1.4;
	cursor:pointer;
	margin: 9px 0px;
	padding:4px 8px 4px 0px;
	border:none;
	border-bottom:1px solid hsla(0,0%,13%,1.00);
	background:none !important;
	outline:none !important;
	}
.widget-dropdown-menu-light option {
	background:hsla(0,0%,100%,1); !important;
	}
.widget-dropdown-menu-no-arrow-light {
	-webkit-appearance: none;
	}	
.widget-dropdown-menu-big-light {
	font-size:24px !important;
	font-weight:400 !important;
	line-height:1 !important;
	margin: 7px 0px !important;
	padding:4px 0px 4px 0px !important;
	border:none !important;
	}	
.widget-dropdown-menu-small-light {
	font-size:16px !important;
	font-weight:400 !important;
	line-height:1 !important;
	margin: 15px 0px 7px 0px !important;
	padding:4px 0px 4px 0px !important;
	border:none !important;
	}
	
/*
////////////////////////////////////////
ДИАГРАММЫ
////////////////////////////////////////
*/
.widget-chord-diagram {
	min-height:96px;
	}