@charset "utf-8";
/* CSS Document */
/*---------------------General CSS Classes---------------------*/
.floatl{

	float:left;
}
.floatr{
	float:right;
}
.clr_b{
	clear:both;
}
.alignl{
	text-align:left;
}
.alignr{
	text-align:right;
}
.alignc{
    text-align:center !important;
}
.tabh1{
	margin:0; padding:0;
	font-size:14px; color:#4dabbb;
}
.tabh2{
	margin:0; padding:0;
	font-size:18px; color:#777777;
	text-shadow:0px -1px 1px #ece8e8;
	-moz-text-shadow:0px -1px 1px #ece8e8;
	-webkit-text-shadow:0px -1px 1px #ece8e8;
}
.tabh3{
	background:url('/media/images/bg_left_nav_items.png') repeat-x bottom;
	margin:0 0 15px 0; padding:0 0 5px 0;
	font-size:14px; color:#cf510d;
	text-shadow:1px 0px 0px #f2d6be; font-weight:normal;
}
.accordion{

}
.afterhourbox{
width:500px;
}

/*.clear{
	height:50px;
}*/
.clear_small{
	height:20px;
}
.width33Per{
	width:33%;
}
.content-box-content {
    border-top: 0;
    padding: 0;
}
/*-------------------User name & logut navigation-------------------------*/
/*.top_heading_Tabs_container1{
	background:url(/media/images/bg_top_heading.png) repeat-x;
	height:44px;
	-moz-border-radius-topright:6px;
	-moz-border-radius-topleft:6px;
	-webkit-border-top-right-radius:6px;
	-webkit-border-top-left-radius:6px;
}*/
.top_nav{
	font-size:11px;
	font-weight:bold;
	color:#686868;
	margin:15px 0 40px 0;
	text-align:center;
	width:100%;
}
.top_nav li{
	margin:0 6px 0 0;
}
.top_nav i{
	color:#d75915; font-weight:normal;
}
.top_nav a{
	color:#333;
	display:inline-block;
	text-decoration:none;
	padding:0 3px;
	margin:0;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
.top_nav a:hover{
	color:#d75915;
	padding:0 0 0 10px;
}
.top_heading_container h2{
	display:block;
	margin:12px 0 0 15px;
}
.top_heading_nav{
	font-size:11px; font-weight:bold;
	color:#93a3a8;
	margin:18px 15px 0 0;
}
.top_heading_nav li{
	display:inline-block;
}
.top_heading_nav li a{
	display:inline-block;
	margin:0 2px 0 0;
	color:#747373;
	text-decoration:none;
	padding:4px 10px;
	height:12px;
	transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	text-shadow:0px -1px 0px #ece8e8;
	-moz-text-shadow:0px -1px 0px #ece8e8;
	-webkit-text-shadow:0px -1px 0px #ece8e8;
}
.top_heading_nav li a:hover{
	color:#5b5b5a;
}
.top_heading_nav li a.selected{
	background:#f3f2f2;
	-moz-border-radius-topright:6px;
	-moz-border-radius-topleft:6px;
	-webkit-border-top-right-radius:6px;
	-webkit-border-top-left-radius:6px;
	color:#D75915;
}
/*---------------------Inner Content--------------------------*/
.inner_content_container{
	font-size:12px;
	color:#777676;
	background:#f3f2f2;
	border:1px solid #eae7e7;
	border-top:0;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	padding:20px 10px 15px 16px;
}
.content_inside_container{
	font-size:12px;
	color:#777676;
	border:1px outset #93a3a8;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-webkit-border-top-left-radius:6px;
	padding:6px 10px 15px 16px;
	width: 435px;
}

.content_inside_container span a{
	padding:8px 0px 6px 16px;
}

/*----------------------------Form Settings------------------------------*/
.form_list li{
	clear:both;
	margin:0 0 14px 0;
	overflow:hidden;
}
.form_label{
	display:inline-block;
	text-align:right;
	width:120px;
	padding:8px 0 0 0;
	margin:0 5px 0 0;
	height:auto;
}
.inner_buttons{
	display:block;
	float:right;
	width:70px;
	height:22px;
	line-height:20px;
	margin:4px;
	text-align:center;
	background:#D2D2D2;
	color: #747272 !important;
	display: inline-block;
	font-size: 12px;
	margin: 5px;
	padding:2px 10px 2px 10px !important;
	text-decoration: none;
	border:1px solid #666;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #fafafa;
	background-image: -moz-linear-gradient(90deg, #d6d6d6, #fafafa);
	background-image: -ms-linear-gradient(90deg, #d6d6d6, #fafafa);
	background-image: -o-linear-gradient(90deg, #d6d6d6, #fafafa);
	background-image: -webkit-linear-gradient(90deg, #d6d6d6, #fafafa);
	background-image: linear-gradient(90deg, #d6d6d6, #fafafa);
}

.drop_box{
	display:inline-block;
	background:#fff;
	height:30px;
	width:200px;
	padding:5px;
	border:1px solid #e7e6e6;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:5px;
	margin:0 5px 5px 0;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
 	font-size: 13px;
}

.text_box{
	display:inline-block;
	background:#fff;
	height:25px;
	width:200px;
	padding:5px;
	border:1px solid #e7e6e6;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:5px;
	margin:0 5px 5px 0;
}
.text_area{
	display:inline-block;
	background:#fff;
	height:55px;
	width:198px;
	padding:5px;
	border:1px solid #e7e6e6;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:5px;
	margin:0 5px 5px 0;
}
.form_text{
	display:inline-block;
	/*height:8px;*/
	margin:0 5px 0 0;
	padding:8px 0;
}
.form_text i{
	color:#b3460b;
}
.half{
	width:49%;
}

.button{
	margin:10px 0 0 180px;
	padding:10px 0 0 0;
	width:160px;
	height:30px;
}
.update_button{clear:both; height:30px; line-height:30px; padding:0 0 0 0; overflow:hidden; }
.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url('/media/images/checkbox.png') no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(../radio.gif) no-repeat;
}
.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(../images/select.gif) no-repeat;
	overflow: hidden;
}

/*----------------------------Settings Table--------------------------*/
.set_table{
	border:0;
	padding:4px;
}
.set_table thead tr{
	background:#fcecde;
	padding:10px 0;
}
.set_table th i{
	font-weight:normal; font-size:10px;
}
.set_table th{
	padding:8px 4px;
}
.set_table td{
	padding:5px 4px; height:25px;text-align: left;vertical-align:none;
}
.set_table tbody tr{background:#FAF9F9; transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}
.set_table tbody tr:nth-child(odd){background:#faf9f9;}
.set_table tbody tr:hover{box-shadow:1px 1px 3px #999999; -moz-box-shadow:1px 1px 3px #999999; -webkit-box-shadow:1px 1px 3px #999;}
.hover { background-color: }
.inlineEdit-placeholder { font-style: italic; color: #555; }

.add_link{
	background:url('/media/images/add_sounds.png') left no-repeat;
	font-weight:bold; color:#333;
	text-decoration:none;
	padding:0 0 0 15px;
    float: right;
}
#sound_uploadDiv{

}
#close_upload{

}


#overlay {
    display:none;
    position:absolute;
    background: rgba(0,0,0,0.3);
}
#img-load {
    position:absolute;
    top: 35% !important;
    left: 45% !important;
}

.hidden{
    display: none;
}
/*********************forgot password style************************/
.forgot_wrapper, .onepcssgrid-1200 {
	margin: 0 auto;
	padding: 0 0 0 1%; /* THAT'S THE NAME ;) */
}

.forgot_wrapper {
	max-width: 1020px;
}

.forgot_onerow {
	clear: both;
	padding: 0 10px;
}





/* *********************************************************************************************************************
 * Common columns definitions
 */
.forgot_col1, .forgot_col2, .forgot_col3, .forgot_col4, .forgot_col5, .forgot_col6, .forgot_col7, .forgot_col8, .forgot_col9, .forgot_col10, .forgot_col11, .forgot_col12 {
	float: left;
	margin: 0 3% 0 0;
}

.forgot_col1.last, .forgot_col2.last, .forgot_col3.last, .forgot_col4.last, .forgot_col5.last, .forgot_col6.last, .forgot_col7.last, .forgot_col8.last, .forgot_col9.last, .forgot_col10.last, .forgot_col11.last, .forgot_col12 {
	margin: 0;
}

.forgot_col1 { width: 5.5%; }
.forgot_col2 { width: 14%; }
.forgot_col3 { width: 22.5%; }
.forgot_col4 { width: 31%; }
.forgot_col5 { width: 39.5%; }
.forgot_col6 { width: 48%; }
.forgot_col7 { width: 56.5%; }
.forgot_col8 { width: 65%; }
.forgot_col9 { width: 73.5%; }
.forgot_col10 { width: 82%; }
.forgot_col11 { width: 90.5%; }
.forgot_col12 { width: 99%; margin: 0; }

.forgot_col1 img, .forgot_col2 img, .forgot_col3 img, .forgot_col4 img, .forgot_col5 img, .forgot_col6 img, .forgot_col7 img, .forgot_col8 img, .forgot_col9 img, .forgot_col10 img, .forgot_col11 img, .forgot_col12 img {
	width: 100%;
	height: auto;
	display: block;
}





/* *********************************************************************************************************************
 * Disable padding left/right 10px if I'm 1024 or gibber - correct percentage math
 */
@media all and (min-width: 1024px) {
	.forgot_onepcssgrid-1000 {
		max-width: 1000px;
	}

	.forgot_onepcssgrid-1000 .onerow {
		padding: 0;
	}
}





/* *********************************************************************************************************************
 * Small devices
 */
@media all and (max-width: 768px) {
	.forgot_onerow {
	}

	.forgot_col1, .forgot_col2, .forgot_col3, .forgot_col4, .forgot_col5, .forgot_col6, .forgot_col7, .forgot_col8, .forgot_col9, .forgot_col10, .forgot_col11 {
		float: none;
		width: 99%;
	}
}
.forgot_top-stripe {
	height:120px;
}
.forgot_top-stripe:before {
	content:'';
	position:absolute;
	width:100%;
	height:8px;
	background:#e28b00;
	top:0;
	left:0;
}
.forgot_top-stripe-front:before {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #BEBEBE;
	border-top: 1px solid #BEBEBE;
    content: "";
    height: 370px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.forgot_top-stripe-front {
    margin-top: 2px;
	height:370px;
}
.forgot_logo img {
	margin-top:25px;
}
.forgot_toplink li{
	float:right;
	width:80px;
	height:40px;
	text-align:center;
	line-height:40px;
	margin-left:15px;
	background:#e28b00;
	border-radius:0 0 5px 5px;
	display:
}
forgot_li a {
	color:#fff;
}
.forgot_main-nav a{
	color: #666666;
    padding: 0 15px;
    text-decoration: none;
	font-weight: bold;
	font-size:16px;
	text-transform:capitalize;
	height:33px;
	line-height:33px;
	display:inline-block;
}
.forgot_main-nav a:hover {
	background:#2a2a2a;
	border-radius:3px;
	color:#fff;
}

.forgot_menu {
    float: right;
	width:570px;
    margin-top: 45px;
}
.forgot_menu  li {
	float:left;
	list-style:none;
	
}
.forgot_main-nav li {

}

.forgot_header-right {
    float: right;
    margin: 0;
    padding: 0;
}
.fp-heading {
    font-size:25px;
    font-weight:normal;
    padding-top:35px;
    padding-left:70px;
}
.fp-cnt{
    font-size:12px;
    font-weight:normal;
    padding-left:70px;
    line-height:20px;
}
.fp-form{
    font-size:14px;
    font-weight:normal;
}
.fp-input>input{
    width:286px;
    height:36px;
    background-so:#f4f3f3;
    border: 1px solid #C5C5C5 !important;
    border-radius: 3px ;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}
.fp-button{

    height:36px;
    background-color:#e28b00;
    color:#fff;
    border:0;
    border-radius: 3px;
    text-decoration:none;
}
