﻿/********** COMMON PROPERTIES START **********/
.ui-ctrl *
{
	zoom 1;
}

.ui-ctrl .ui-text
{
	overflow: hidden;
}
/********** COMMON PROPERTIES END **********/


/********** BUTTONS START **********/
.ui-ctrl.ui-button,
.ui-ctrl.ui-button .spanTitle,
.ui-ctrl.ui-button .button-body
{
	display: block;
	background: url(../Images/new/buttons.png) no-repeat;
	color: #000000;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 500px;
	cursor: pointer;
}

/*.ui-ctrl.ui-button:hover span
{
	text-decoration: none; 	
}*/


.ui-ctrl.ui-button.type-a
{
	height: 45px;
	background-position: left 0px;
}

.ui-ctrl.ui-button.type-a .spanTitle
{
	background-position: right 0px;
	height: 45px;
	margin-left: 9px;
	padding-right: 8px;
	font-weight: 700;
	line-height: 42px;
	color: #000000;
	text-decoration: none;
	text-align: center;

	font-size: 13px;
}

/*.ui-ctrl.ui-button.type-a:hover,*/
.ui-ctrl.ui-button.type-a.active
{ 
	background-position: left -100px; 
}

/*.ui-ctrl.ui-button.type-a:hover span,*/
.ui-ctrl.ui-button.type-a.active span 
{
	background-position: right -100px;
	color: #FFFFFF;
}

.ui-ctrl.ui-button.type-b
{
	height: 49px;
	background-position: left -200px;
}

.ui-ctrl.ui-button.type-b span
{
	background-position: right -200px;
	height: 49px;
	margin-left: 8px;
	padding-right: 8px;
	font-weight: 600;
	line-height: 45px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 18px;
	text-shadow:1px 1px 1px #1b71a5;
}

.ui-ctrl.ui-button.type-b:hover { background-position: left -300px; }
.ui-ctrl.ui-button.type-b:hover span 
{
	background-position: right -300px;
}



.ui-ctrl.ui-button.type-c
{
	height: 65px;
	background-position: 0px -400px;
}

.ui-ctrl.ui-button.type-c .button-body
{
	height: 65px;
	background-position: right -400px;
	margin-left: 4px;
}

.ui-ctrl.ui-button.type-c:hover { background-position: left -500px; }
.ui-ctrl.ui-button.type-c:hover .button-body 
{
	background-position: right -500px;
}

.ui-ctrl.ui-button.type-c .button-body .ui-text
{
	font-family: "Oxygen",sans-serif;
	font-size: 14px;
	color: #3a3a3a;
	display: table-cell;
	vertical-align: middle;
	height: 65px;
}



/********** BUTTONS END **********/

/********** CUSTOM INPUTS START **********/
.ui-ctrl.ui-input,
.ui-ctrl.ui-input .ui-input-inner,
.ui-ctrl.ui-input a
{
	display: block;
	background: url(../Images/new/inputs.png) no-repeat right top;	
}

.ui-ctrl.ui-input input[type="text"],
.ui-ctrl.ui-input input[type="password"],
.ui-ctrl.ui-input input[type="tel"],
.ui-ctrl.ui-input input[type="number"]
{
	border: 0px;
	background: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
	font-weight:bold;
}

.ui-ctrl.ui-input.type-a
{
	margin-bottom: 10px;
}

.ui-ctrl.ui-input.type-a,
.ui-ctrl.ui-input.type-a .ui-input-inner
{
	height: 34px;
	
}

.ui-ctrl.ui-input.type-a
{
	background-position: 0px 0px;
}


.ui-ctrl.ui-input.type-a .ui-input-inner
{
	background-position: right 0px;
	margin-left: 5px;
	/*padding-left: 10px;
	padding-right: 15px;*/
	padding-left: 5px;
	padding-right: 5px;
}


.ui-ctrl.ui-input.type-a input[type="text"],
.ui-ctrl.ui-input.type-a input[type="password"],
.ui-ctrl.ui-input.type-a input[type="tel"],
.ui-ctrl.ui-input.type-a input[type="number"]
{
	color: #415353;
	margin-top: 8px;
}

.ui-ctrl.ui-input.type-a.error
{
	background-position: 0px -300px;
}

.ui-ctrl.ui-input.type-a.error .ui-input-inner
{
	background-position: right -300px;
}

.ui-ctrl.ui-input.type-a.error input[type="text"],
.ui-ctrl.ui-input.type-a.error input[type="password"]
{
	color: #f82d2d;
}

.ui-ctrl.ui-input.type-b
{
	margin-bottom: 5px;
	position:relative;
}

.ui-ctrl.ui-input.type-b,
.ui-ctrl.ui-input.type-b .ui-input-inner
{
	height: 34px;
	
}

.ui-ctrl.ui-input.type-b
{
	background-position: 0px 0px;
}


.ui-ctrl.ui-input.type-b .ui-input-inner
{
	background-position:  -500px 0px;
	margin-left: 5px;
	padding-left: 10px;
	padding-right: 15px;
	margin-right: 38px;
}


.ui-ctrl.ui-input.type-b input[type="text"]
{
	color: #415353;
	margin-top: 8px;
}

.ui-ctrl.ui-input.type-b a
{
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 38px;
	height: 34px;
	background-position: 0px -200px;
}

.ui-ctrl.ui-input.type-b a:hover
{
	background-position: -100px -200px;
}

.ui-ctrl.ui-textarea.type-a
{
	background: url(../Images/new/textarea.png) no-repeat left top;
}

.ui-ctrl.ui-textarea.type-a .ui-textarea-inner
{
	padding: 20px;
}

.ui-ctrl.ui-textarea.type-a .ui-textarea-inner textarea
{
	width: 100%;
	resize: none; 
	color: #415353;
	font-family: "Oxygen", sans-serif;
	font-size: 14px;
	border: none;
	background: none;
	line-height: 20px;
	overflow: auto;

}
/********** CUSTOM INPUTS END **********/

/********** CUSTOM SELECT START **********/
.ui-ctrl.ui-select,
.ui-ctrl.ui-select .ui-select-inner,
.ui-ctrl.ui-select .ui-select-button
{
	display: block;
	background: url(../Images/new/inputs.png) no-repeat right top;
}


.ui-ctrl.ui-select.type-a
{
	margin-bottom: 5px;
	position:relative;
}

.ui-ctrl.ui-select.type-a,
.ui-ctrl.ui-select.type-a .ui-select-inner
{
	height: 34px;
	font-weight:normal;
	
}

.ui-ctrl.ui-select.type-a
{
	background-position: 0px 0px;
}


.ui-ctrl.ui-select.type-a .ui-select-inner
{
	background-position:  -500px 0px;
	margin-left: 5px;
	padding-left: 10px;
	padding-right: 15px;
	font-size: 14px;
	color: #415353;
	line-height: 34px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	font-family: 'Oxygen', sans-serif;
}


.ui-ctrl.ui-select.type-a .ui-select-button
{
	display: block;
	float: right;
	width: 28px;
	height: 34px;
	background-position: -200px -200px;
}

.ui-ctrl.ui-select.type-a:hover .ui-select-button,
.ui-ctrl.ui-select.type-a .ui-select-button:hover
{
	background-position: -300px -200px;
}

.ui-ctrl.ui-select.type-a select
{
	position: absolute;
	opacity: 0; 
	filter: alpha(opacity=0);
	min-width: 100%;

	height: 34px;
}

/********** CUSTOM SELECT END **********/

/********** SECTIONS START **********/
.ui-ctrl.ui-section .section-left,
.ui-ctrl.ui-section .section-right,
.ui-ctrl.ui-section .section-center,
.ui-ctrl.ui-section .section-footer .footer-left,
ui-ctrl.ui-section .section-footer .footer-leftTop,
.ui-ctrl.ui-section .section-footer .footer-right,
.ui-ctrl.ui-section .section-footer .footer-center,
.ui-ctrl.ui-section .section-header .header-left,
.ui-ctrl.ui-section .section-header .header-right,
.ui-ctrl.ui-section .section-header .header-center
{
	display: block;
	background: url(../Images/new/sections.png) no-repeat right top;
}

.ui-ctrl.ui-section.type-header
{
	background: none;
}

.ui-ctrl.ui-section.type-header .section-body
{
	min-height: 87px;
	background: #FFFFFF;
}

.ui-ctrl.ui-section.type-header .section-footer,
.ui-ctrl.ui-section.type-body .section-footer
{
	height: 16px;
}

.ui-ctrl.ui-section.type-header .section-footer .footer-left,
.ui-ctrl.ui-section.type-body .section-footer .footer-left
{
	float: left;
	width: 14px;
	height: 16px;
	background-position: 0px 0px;
}

.ui-ctrl.ui-section.type-header .section-footer .footer-right,
.ui-ctrl.ui-section.type-body .section-footer .footer-right
{
	float: right;
	width: 14px;
	height: 16px;
	background-position: -50px 0px;
}

.ui-ctrl.ui-section.type-header .section-footer .footer-center,
.ui-ctrl.ui-section.type-body .section-footer .footer-center
{
	display: block;
	height: 16px;
	margin: 0px 14px 0px 14px;
	background: #FFFFFF;
}

.ui-ctrl.ui-section.type-body
{
}

.ui-ctrl.ui-section.type-body .section-body
{
	padding: 15px;	
	background: #FFFFFF;	
}
.ui-ctrl.ui-section.type-body .section-body.loginInner
{
	padding: 1px;	
	background: #FFFFFF;	
}
.ui-ctrl.ui-section.type-body .section-header
{
	height: 16px;
}

.ui-ctrl.ui-section.type-body .section-header .header-left
{
	float: left;
	width: 14px;
	height: 16px;
	background-position: -100px 0px;
}

.ui-ctrl.ui-section.type-body .section-header .header-right
{
	float: right;
	width: 14px;
	height: 16px;
	background-position: -150px 0px;
}

.ui-ctrl.ui-section.type-body .section-header .header-center
{
	display: block;
	height: 16px;
	margin: 0px 14px 0px 14px;
	background: #FFFFFF;
}


.ui-ctrl.ui-section.type-footer
{
	background: none;
}

.ui-ctrl.ui-section.type-footer .section-body
{
	min-height: 55px;
	background: #0167af;	
}

.ui-ctrl.ui-section.type-footer .section-footer
{
	height: 16px;
}


.ui-ctrl.ui-section.type-footer .section-footer .footer-left
{
	float: left;
	width: 14px;
	height: 16px;
	background-position: 0px -50px;
}
.ui-ctrl.ui-section.type-footer .section-footer .footer-leftTop
{
	float: left;
	width: 14px;
	height: 16px;
	background: url(../Images/new/corner_left.png) no-repeat right top
}
.ui-ctrl.ui-section.type-footer .section-footer .footer-right
{
	float: right;
	width: 14px;
	height: 16px;
	background-position: -50px -50px;
}
.ui-ctrl.ui-section.type-footer .section-footer .footer-rightTop
{
	float: right;
	width: 14px;
	height: 16px;
	background: url(../Images/new/corner_right.png) no-repeat right top
}
.ui-ctrl.ui-section.type-footer .section-footer .footer-center
{
	display: block;
	height: 16px;
	margin: 0px 14px 0px 14px;
	background: #0167af;
}



.ui-ctrl.ui-section.type-expandable
{
	display: block;
	margin-bottom: 1px;
}

.ui-ctrl.ui-section.type-expandable .section-header
{
	height: 44px;
	cursor: pointer;
}

.ui-ctrl.ui-section.type-expandable .section-header .section-left
{
	height: 44px;
	width: 6px;
	background-position: 0px -100px;
	float: left;
}

.ui-ctrl.ui-section.type-expandable .section-header .section-center
{
	height: 44px;
	display: block;
	background-position: right -100px;
	margin-left: 6px;
	padding-right: 15px;
}

.ui-ctrl.ui-section.type-expandable .section-header:hover .section-left
{
	background-position: 0px -200px;
}

.ui-ctrl.ui-section.type-expandable .section-header:hover .section-center
{
	background-position: right -200px;
}

.ui-ctrl.ui-section.type-expandable .section-header .ui-text
{
	float: left;
	margin-left: 13px;
	margin-top: 12px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
}

.ui-ctrl.ui-section.type-expandable .section-header .btn-control
{
	float: right;
	margin-top: 10px;
}

.ui-ctrl.ui-section.type-expandable .section-header .btn-control .control-text,
.ui-ctrl.ui-section.type-expandable .section-header .btn-control .ui-icon
{
	float: left;
		cursor: pointer;
}

.ui-ctrl.ui-section.type-expandable .section-header .btn-control .control-text
{
	font-size: 12px;
	width: 57px;
	color: #FFFFFF;
	font-weight: 600;
	margin-top: 4px;
}

.ui-ctrl.ui-section.type-expandable .section-header .ui-text,
.ui-ctrl.ui-section.type-expandable .section-header .btn-control .control-text
{
	text-shadow:1px 1px 1px #1b71a5;
}

.ui-ctrl.ui-section.type-expandable.closed .btn-control.open {display: block;}
.ui-ctrl.ui-section.type-expandable.closed .btn-control.close{display: none;}
.ui-ctrl.ui-section.type-expandable.opened .btn-control.open {display: none;}
.ui-ctrl.ui-section.type-expandable.opened .btn-control.close{display: block;}

.ui-ctrl.ui-section.type-expandable .section-expandable-inner
{
	border-bottom: 1px dotted #bed2d2;
	margin-bottom: 11px;
	padding-top: 16px;
	padding-bottom: 5px;
}


.ui-ctrl.ui-section.type-yellow
{
	background: #f6f8e4;
}

.ui-ctrl.ui-section.type-yellow .section-body
{
	padding: 16px 30px 16px 30px;
}

/********** SECTIONS END **********/


.ui-ctrl .ui-block-title
{
	height: 43px;
	background: #f3f5d3;
	padding: 0px 16px 0px 16px;

}

.ui-ctrl .ui-block-title .title
{
	color: #025d9d;
	font-size: 16px;
	font-weight: 700;
	padding-top: 10px;
}


.ui-table
{
	display: block;
}

.ui-table .row
{
	display: block;
}

.ui-table .col
{
	float: left;
}
@media only screen and (max-device-width: 720px) and (orientation:portrait) {

.ui-ctrl.ui-section.type-body .section-body
{
	padding: 1px;	
	background: #FFFFFF;	
}

}