/*UI-Tooltip */
/*Core*/
.ui-tooltip {
	position: absolute;
	z-index: 9999;
}
.ui-helper-hidden-accessible {
	display:none;
}
/*Custom*/
.ctooltip.left{
	margin-left:-47px;
}
.ctooltip.right{
	margin-left:47px;
	text-align:right;
}
.ctooltip.top{
	margin-top:27px;
}
.ctooltip.bottom{
	margin-top:-27px;
}
.ctooltip  .ui-tooltip-content {
	background:#fff;
    border: 2px solid #ffaa0c;
	-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow:1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    color: #777;
	font:italic 15px 'Roboto-Light';
    padding: 16px 22px;
    max-width: 205px;
    min-width:50px;
}
.ctooltip .corner-tooltip {
	background-position: 0 -85px;
	width: 35px; height: 34px;
	top:100%;
	left:17px;
	margin:-2px 0px 0px;
}
.ctooltip.right .corner-tooltip {
	background-position: 0 -139px;
	left:auto;
	right:17px;
}
.ctooltip.top .corner-tooltip {
	margin:0px;
	background-position: 0 -193px;
	top:-32px;
}
.ctooltip.top.right .corner-tooltip {
	background-position: 0 -247px;
}

/*UI-Progressbar*/
/*Core*/
.ui-progressbar {
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value { height:100%; }

/*Custom*/
.progressbar {
	height:13px;
	background: #efefef;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #efefef 0%, #e2e2e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#e2e2e2));
	background: -webkit-linear-gradient(top,  #efefef 0%,#e2e2e2 100%);
	background: -o-linear-gradient(top,  #efefef 0%,#e2e2e2 100%);
	background: -ms-linear-gradient(top,  #efefef 0%,#e2e2e2 100%);
	background: linear-gradient(to bottom,  #efefef 0%,#e2e2e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#e2e2e2',GradientType=0 );
	position:relative;
	-webkit-box-shadow:  inset 2px 2px 2px 0px rgba(0,0,0,0.14);
	-moz-box-shadow:  inset 2px 2px 2px 0px rgba(0,0,0,0.14);
	box-shadow: inset 2px 2px 2px 0px rgba(0,0,0,0.14);
}
.progressbar .ui-progressbar-value {
	position:relative;
	background: #fbd000;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMjgxMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fbd000 0%, #f28100 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbd000), color-stop(100%,#f28100));
	background: -webkit-linear-gradient(top,  #fbd000 0%,#f28100 100%);
	background: -o-linear-gradient(top,  #fbd000 0%,#f28100 100%);
	background: -ms-linear-gradient(top,  #fbd000 0%,#f28100 100%);
	background: linear-gradient(to bottom,  #fbd000 0%,#f28100 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbd000', endColorstr='#f28100',GradientType=0 );
	-webkit-box-shadow: inset 2px 2px 2px 0px rgba(0,0,0,0.14), 4px 0px 4px -4px rgba(0,0,0,0.53);
	-moz-box-shadow: inset 2px 2px 2px 0px rgba(0,0,0,0.14), 4px 0px 4px -4px rgba(0,0,0,0.53);
	box-shadow: inset 2px 2px 2px 0px rgba(0,0,0,0.14), 4px 0px 4px -4px rgba(0,0,0,0.53);
}

/*UI Datepicker */
.ui-datepicker.custom-calendar {
	border:1px solid #1d93c6;
	background:#fff;
	width:252px;
	padding:0px 0px 3px;
	z-index:500 !important;
}
.ui-datepicker.custom-calendar .ui-datepicker-header {
	background:#1d93c6;
	position: relative;
	height:35px;
	display:block;
	padding:4px 10px;
	overflow:hidden;
	text-align:center;
	/*text-shadow:1px 1px 0px rgba(255, 255, 255, 0.75);*/
}
.ui-datepicker.custom-calendar .ui-datepicker-prev,
.ui-datepicker.custom-calendar .ui-datepicker-next {
	position: absolute;
	top: 7px;
	left: 10px;
	text-indent:-9999px;
	overflow:hidden;
	background:url('img/sprite-arrows.png') no-repeat 0 0;
	width: 27px;
	height: 27px;
}
.ui-datepicker.custom-calendar .ui-datepicker-prev-hover {
	background-position: 0 -47px;
}
.ui-datepicker.custom-calendar .ui-datepicker-next {
	background-position: 0 -94px;
	left:auto;
	right:10px;
}
.ui-datepicker.custom-calendar .ui-datepicker-next-hover {
	background-position: 0 -141px;
}
.ui-datepicker.custom-calendar .ui-datepicker-prev span,
.ui-datepicker.custom-calendar .ui-datepicker-next span {
	display:none;
}
.ui-datepicker.custom-calendar .ui-datepicker-title {
	color:#fff;
	display:block;
	padding: 7px 0 0;
	width:auto;
	overflow:hidden;
	font: 18px 'Roboto-Light';
}
.ui-datepicker.custom-calendar  .ui-datepicker-month{
	display:inline;
	text-transform:uppercase;
}
.ui-datepicker.custom-calendar  .ui-datepicker-year{
	padding:5px 0px 0px 4px;
	display:inline;
	/*font-size:14px;*/
	font-weight:normal;
}
.ui-datepicker.custom-calendar select.ui-datepicker-month-year {
	width: 100%;
}
 .ui-datepicker.custom-calendar select.ui-datepicker-month,
.ui-datepicker.custom-calendar select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker.custom-calendar table {
	width: 100%;
	border-collapse: collapse;
}
.ui-datepicker.custom-calendar th,
.ui-datepicker.custom-calendar td {
	text-align:center;
	font: 12px 'Roboto';
}
.ui-datepicker.custom-calendar th {
	color:#1d93c6;
	font-weight:700;
	font-size:13px;
	line-height:14px;
}
.ui-datepicker.custom-calendar th a,
.ui-datepicker.custom-calendar th span,
.ui-datepicker.custom-calendar td a,
.ui-datepicker.custom-calendar td span{
	display:block;
	text-decoration: none;
	padding: 9px 5px 10px;
}
.ui-datepicker.custom-calendar td span,
.ui-datepicker.custom-calendar td a{
	color:#000;
}
.ui-datepicker.custom-calendar td .ui-state-hover{
	background:#f2f0ee;
}
.ui-datepicker.custom-calendar td .ui-state-active{
	background:#f2f0ee;
	cursor:default;
}
.ui-datepicker.custom-calendar td.ui-state-disabled,
.ui-datepicker.custom-calendar td.ui-state-disabled.ui-datepicker-week-end,
.ui-datepicker.custom-calendar td.ui-state-disabled.ui-datepicker-week-end.ui-datepicker-week-work,
.ui-datepicker.custom-calendar td.ui-state-disabled  span,
.ui-datepicker.custom-calendar td.ui-state-disabled.ui-datepicker-week-end span,
.ui-datepicker.custom-calendar td.ui-state-disabled.ui-datepicker-week-end.ui-datepicker-week-work span{
	color:#999;
}
.ui-datepicker.custom-calendar td.ui-datepicker-week-end,
.ui-datepicker.custom-calendar td.ui-datepicker-week-end  span,
.ui-datepicker.custom-calendar td.ui-datepicker-week-end a{
	color:#ff0000;
}
.ui-datepicker.custom-calendar td.ui-datepicker-week-end.ui-datepicker-week-work,
.ui-datepicker.custom-calendar td.ui-datepicker-week-end.ui-datepicker-week-work  span,
.ui-datepicker.custom-calendar td.ui-datepicker-week-end.ui-datepicker-week-work a{
	color:#000;
}
.ui-datepicker.custom-calendar .ui-datepicker-buttonpane {
	background-image: none;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}

/*jquery checkbox*/
/*type checkbox */
.jquery-checkbox,
.jquery-radiobox {
	cursor: pointer;
	margin:0 -6px 0 0;
	position:relative;
	z-index:5;
}
.jquery-checkbox,
.jquery-checkbox img,
.jquery-radiobox ,
.jquery-radiobox img{
	width: 60px; height: 35px;
}
.jquery-checkbox .mark {display: inline;}
.jquery-checkbox img,
.jquery-radiobox img {
	vertical-align: middle;
	background: url(img/sprite-icons.png) no-repeat 0px 0px;
}
.jquery-checkbox img,
.jquery-checkbox-hover img,
.jquery-checkbox-disabled img,
.jquery-checkbox-checked .jquery-checkbox-disabled img{
	background-position: 0 -851px;
}
.jquery-checkbox-checked img,
.jquery-checkbox-checked .jquery-checkbox-hover img {
	background-position: 0 -796px;
}
/*type radio*/
.jquery-radiobox.jquery-radiobox-checked{
	cursor:default;
}
.jquery-radiobox .mark {display: inline;}
.jquery-radiobox img,
.jquery-radiobox-hover img,
.jquery-radiobox-disabled img,
.jquery-radiobox-checked .jquery-radiobox-disabled img{
	background-position: 0 -796px;
}
.jquery-radiobox-checked img,
.jquery-radiobox-checked .jquery-radiobox-hover img {
	background-position: 0 -909px;
}
/*type radio end*/
/*jquery checkbox end*/
