.ui-widget-overlay {
	background: #000000 none repeat scroll 0 0;
	opacity: 0.7;
}

.ui-dialog-titlebar {
	display: none;
}

.ui-dialog {
	padding: 0;
}

.ui-dialog .ui-dialog-content {
	border: 0 none;
	padding: inherit;
}

.ui-widget {
	font-family: inherit;
	font-size: inherit;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button
	{
	font-family: inherit;
	font-size: inherit;
}

.ui-widget-content a {
	color: #ff7800;
}

div.sw-popup-window {
    min-width: auto;
}

.sw-popup-window div.container {
	padding: 20px;
}

div.sw-popup-window h1 {
    border-bottom: 1px solid #dcdcdc;
    line-height: 2em;
    margin-bottom: 15px;
    text-align: left;
}

form {
	margin-bottom: 0;
	max-width: none;
}

div.sw-popup-window {
	display: block;
}

div.sw-popup-window input[type="text"], div.sw-popup-window textarea {
	background: #FFFFFF none repeat scroll 0 0;
	width: 100%;
}

div.sw-popup-window textarea {
    min-height: 150px;
}

div.sw-popup-window input.sw-default-text {
	background: #f4f4f4 none repeat scroll 0 0;
}

div.sw-popup-window .close-position {
	line-height: normal;
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 2;
}

div.sw-popup-window input[type="button"] {
	margin-bottom: 0;
}

#login-message-block {
	background: red none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    bottom: 15px;
    color: white;
    display: none;
    font-size: 17px;
    height: 42px;
    left: 20px;
    line-height: 30px;
    padding: 5px 20px 5px 0;
    position: absolute;
    top: 17px;
}

#login-message-block span {
	color: white;
    font-size: 30px;
    padding-right: 20px;
    position: relative;
    top: 5px;
}

.progress-block {
	background: white none repeat scroll 0 0;
	height: 75px;
	padding-top: 20px;
	position: absolute;
	text-align: center;
	width: 100%;
	display: none;
}

#portalMessageContainer {
	display: none;
}

.toggle-content input, 
table input, 
table input[type="text"] {
    border-bottom: 1px solid white;
}

input, textarea {
	cursor: pointer;
}

/**
 * datepicker
 */

.ui-datepicker-header {
	background: #eb8f26 none repeat scroll 0 0;
    color: white;
}

.ui-datepicker td span, .ui-datepicker td a {
    text-align: center;
}

.ui-datepicker-calendar tbody tr td:first-child {
    border-radius: 0 3px 0 0;
    padding-left: 0;
    text-align: right;
}

.ui-datepicker-calendar tbody tr td:last-child {
    border-radius: 0 3px 0 0;
    padding-right: 0;
    text-align: right;
}

/**
 * [END] datepicker
 */

/**
 * Timepicker
 */

#CP_hourcont {
	padding: 5px;
	position: absolute;
	border: none;
	background: none;
	display: none;
	z-index: 10000;
}

#CP_minutecont {
	border: none;
	background: none;
	padding: 0px;
	position: absolute;
	width: auto;
	display: none;
	z-index: 10000;
	margin-left: 5px;
}

.floatleft {
	float: left;
}

.CP_over {
	background-color: #ffffff;
}

.CP_hour, 
.CP_minute {
	border: 1px solid #FFFFFF;
    background: none repeat scroll 0 0 #427eb6;
    color: #ffffff;
    font-weight: normal;
    /*border: 1px solid #e7e7e7;*/
    /*border-radius: 4px;*/
    /*box-shadow: 2px 2px 2px #c5c5c5;*/
    cursor: pointer;
    font-size: 12px;
    margin: 0;
    padding: 7px;
    text-align: center;
    white-space: nowrap;
    width: auto;
}

.CP_hour:hover, 
.CP_minute:hover {
	text-decoration: underline;
	color: #FFC922;
}

.w-timepicker:hover {
	
}

/**
 * [END] timepicker 
 */

.blockUI {
    border-radius: 0;
    font-family: Robotolight;
    font-size: 150%;
    letter-spacing: 1px;
}

/*header .navbar {
	float: right;
}*/

.sw-default-text {
    color: #bababa !important;
    font-style: italic;
}

/*.cd-select {
	cursor: pointer;
}

.cd-advanced .cd-pricing-wrapper>li {
	box-shadow: inset 0 0 0 1px green;
}

.cd-advanced .cd-pricing-header {
	color: green;
	background-color: transparent;
}

.cd-advanced .cd-currency, .cd-advanced .cd-duration {
	color: green;
}

.cd-advanced .cd-select {
	background-color: green;
}*/

.faq-header {
    color: #06496f;
    cursor: pointer;
    font-family: "robotomedium";
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid #FFFFFF;
}
.faq-header:hover {
    border-bottom: 1px solid;
}

@media screen and (max-height: 575px){
	
	/*.cd-advanced .cd-pricing-header {
		background-color: green;
		color: white;
	}
	
	.cd-advanced .cd-pricing-wrapper > li {
		box-shadow: none;
	}
	
	.cd-advanced .cd-select {
	    background-color: transparent;
	}
	
	.cd-advanced .cd-currency{
		color: white;
	}
	
	.cd-advanced .cd-duration {
		color: #f3b6ab;
	}*/
	
	div.sw-popup-window input[type="button"] {
		margin-bottom: 5%;
	}
}

.blockUI {
    border-radius: 5px;
    font-family: Robotolight;
    font-size: 100%;
    letter-spacing: 1px;
}