body{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family:Arial, sans-serif;
	font-size: 11px;
	/*padding: 0px 20px 20px 20px;*/	
	padding: 236px 0px 0px 0px;	
	zoom: 1;
	position: relative;
}

div.header_over{
	/*background:url("/admin/images/layout/d3madmin_01.png") repeat-x scroll 0 -11px transparent;*/
	/*height: 95px;*/
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 20000;
	background-color: #FFFFFF;
}
div.header_over.hidden{
	left: 20px;
}

div.header{
	padding: 10px 1%;
	position:relative;	
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
    left: 0px;
    position: relative;
    right: 0;
    z-index: 20000;	
}

div.header .header_left a{ 
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    color: black;
    float: left;
    margin-right: 20px;
}


div.header .header_right{	
	float: right;
	line-height: 30px;
	margin-top: 10px;
}
div.header .header_right_sec{	
	float: left;
	margin-left: 50px;
	font-size: 16px;
	position: relative;
	color:gray;
}
div.header .header_right_sec.user{
	font-size: 15px;
	margin-left: 0;
}
div.header .header_right_sec.messages .num{
	display: inline-block;
	color: #FFFFFF;
	background-color: #CA171D;
	text-align: center;
	min-width: 20px;
	line-height: 20px;
	font-size: 10px;
	border-radius: 20px;
	padding: 0 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}
div.header .header_right_sec .settings_toggler{
	/*cursor: pointer;
	display: block;
	float: right;
	width: 40px;
	height: 30px;
	background-color: #FFFFFF;
	border: 1px solid #E4E4E4;
	border-radius: 5px;
	background: url(/images/header-ico3.png) no-repeat center;
	margin-left: 2px;*/
}
div.header .header_right_sec .settings_toggler img{
	display: none;	
}
div.header .header_right_sec .settings_list, div.header .header_right_sec .settings_list li{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
div.header .header_right_sec .settings_list{
	display: none;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 1000;
	width: 200px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: normal;
	background-color: #FFFFFF;
	border: 1px solid #E4E4E4;
}
div.header .header_right_sec .settings_list li{
	padding: 10px 20px;
	margin: 0;
	list-style-type: none;
	border-bottom: 1px solid #E4E4E4;
}
div.header .header_right_sec .settings_list li:last-child{
	border-bottom-width: 0;
}
div.header .header_right_sec .settings_list li.link{
	padding: 0px;
}
div.header .header_right_sec .settings_list li.link a{
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 10px 20px;
}
div.header .header_right_sec .settings_list li.link a:hover{
	background-color: #F5F5F5;
}
div.header .header_right_sec .settings_list li.logout a{
	background: url(/images/admin_manage/logout-smal-icon.png) no-repeat 5px center;
	color: #FF0000;
}

div.header .header_right_sec.buttons>a{
	/*display: block;
	float: left;*/
	line-height: 30px;
	/*border: 1px solid #e4e4e4;*/
	background-color: #FFFFFF;
	color: gray;
	padding: 0 15px;
	font-size: 15px;
	text-decoration: none;
	margin-left: 2px;
	border-radius: 5px;
}
div.header .header_right_sec.buttons>a.wizard{
	color: #FFFFFF;
	border-color: #57b1ef;
	background-color: #57b1ef;
}
div.header .header_right_sec.buttons>a.logout{
	/*background: url(/images/admin_manage/logout-smal-icon.png) no-repeat 10px center;
	color: #FFFFFF;
	border-color: #FF0000;
	padding-left: 25px;
	background-color: #FF0000;*/
}
div.header .header_right_sec.buttons>a.my_account{
	/*color: #FFFFFF;
	border-color: #57b1ef;
	background-color: #57b1ef;*/
	
}
div.header .header_right_sec.buttons>a.preview{
	/*color: #FFFFFF;
	border-color: #57b1ef;
	background-color: #57b1ef;*/
}
div.header .header_left{	
	float: left;
    line-height: 30px;
    margin-top: 10px;	
}

div.header .header_user_info{
	padding: 10px;
	float: left;
}

div.header .header_user_info .line1{
	font-size: 24px;
	display: inline;
}

div.header .header_user_info .line2{
	font-size: 12px;
	display: inline;
}

div.header .header_links{
	float: right;
	position: relative;
}
div.header .header_links .header_links_section{
	float: left;
}
div.header .header_links .gflags{
	float: left;
	padding: 0 10px;
}
div.header .header_links .gflags a{
	margin-left: 2px;
	float: left;
	display: block;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
div.header .header_links .gflags a img{
	visibility: hidden;
}
div.header .header_links .header_links_section a{
	color: #262323;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 13px;
	display: block;
	padding: 0px 10px;
	line-height: 50px;
	border-left: 1px solid #CCCCCC;
}
div.header .header_links .header_links_section a:hover{
	background-color: #FFFFFF !important;
}

div.header .header_links .gflag{
	padding: 0px;
}



div.header .upper_menu{ 
	position: absolute;
    right: 20px;
    top: 41px;
	
}

.upper_menu_item{
	color:#ffffff;
	font-size:14px;
	padding:15px 5px 15px 20px;
	float:left;
	text-align:right;
	/*width:100px;*/
	text-decoration:none;
}

.main_table{
	background-color:#ffffff !important;
	width:100%;
	border-radius: 0px 0px 5px 5px;
	border: 1px solid #CCCCCC;
	/*border-right:2px solid #049DE5;*/
	/*margin:5px 0px 20px 2px;*/
}

.fix{
	clear: both;
}

img{
	border-width: 0px;
}

.overall_over{
	padding: 50px 0px 0px 0px !important;
	padding: 0px;
}
.overall_over.hidden{
	padding-left: 20px;
}

.overall{	
	margin: 10px 10px 20px 1	0px;
	min-height:500px;
}

.main_table{
/*	width:99%;*/
}

.main_table .main_left{
	/*width:auto;
	color: #FFFFFF;
    right: 100px;;
    position: fixed;
    top: 21px;
	z-index: 30000;*/
}

/*.main_table .main_left .left_menu_item a.button{display:none !important;}
.main_table .main_left .left_menu_item{width:23px !important;}*/
.main_table .main_left .add_section_details{display:none !important;}
.main_table .main_left .left_menu_item a.icon{margin:0 !important;float:left;clear:left;padding: 5px 0px 5px 5px;}



.main_table .main_right{
	vertical-align: top;
	/*background-color: #FFFFFF;	*/
	padding:0px 20px;
}

.main_table .main_right .main{
	min-height: 400px;
}

.topmenu{
	width: 1000px;	
	background-color: Blue;
	position: relative;
}

.topmenu a{
	color: #000000;
	text-decoration: none;
}

.topmenu .menu_ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.topmenu .menu_ul li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;

}

.topmenu .menu_ul li.logout{
	float: right;
}

.topmenu .menu_ul li a.logout{
	background-color: #DF3737;
    color: white;
}

.topmenu .menu_ul li a{
	display: block;
	text-align: center;
	font-size: 13px;
	padding: 5px 20px;
	font-weight: bold;
}

.topmenu .menu_ul li a:hover{
	color: #FFFFFF ;
	background-color: #049DE5;
}
.topmenu .menu_ul li a.active{
	color: #FFFFFF;
	background-color: #049DE5;
}
 
.topmenu .menu_ul li ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: none;
	position: absolute;
	background-color: #049DE5;
}

.topmenu .menu_ul li ul li {
	border-right:1px dotted white;
	border-top:1px solid #049DE5;
}

.topmenu .menu_ul li ul li a{
	display: block;
	text-align: center;
	font-size: 12px;
	padding: 5px 10px;
	font-weight: bold;
	color: #FFFFFF;
}


.topmenu .menu_ul li ul li a:hover{
	display: block;
	text-align: center;
	font-size: 12px;
	padding: 5px 10px;
	font-weight: bold;
	color: #049DE5;
	background-color: #EFEFEF;
}

.topmenu .menu_ul li ul li a.active{
	color: #049DE5;
	background-color: #FFFFFF  ;
}


/*move it to admin_manage*/
.tabs_outer .details_form .info td{
	vertical-align:top;
}

 .info .page_options .title{
 	width:150px;
	border-right-width: 0px;
 } 

 .info .page_options .value{
 	width:auto;
	border-right: none !important;
 }  
  .info .routes .title{
 	width:120px;
	border-right-width: 0px;
 } 

 .info .routes .value{
 	width:350px;
 }  

 .info .routes .value input[type=checkbox]{
 	width:50px;
 }

 .info .routes textarea{
 	height:190px !important;
 }  
 
 .modifylist_info .date, .modifylist_info .user_name{
 	font-weight:bold;
 } 
 
 
 table.info {
    width: 100%;
}


table.info table tr td.value input.submit_button, table.info table tr td.long_value input.submit_button, input.change_button{
	width:auto !important;
	font-size:10px;
}

 /*left menu*/
 
 .left_menu_item{
	position:relative;
	/*width:130px;
	float: left;*/
}

.left_menu_item a.button span{
	display:block;
	text-align:left;
	/*padding: 1px 0px 1px 12px;*/
}


.left_menu_item a.button:hover{
	/*background: url("/cart/images/co_manage/paneladmin_09.png") no-repeat scroll center top transparent;*/
	/*text-decoration: underline;*/
}

.left_menu_item a.button{
	/*background: url("/cart/images/co_manage/paneladmin_07.png") no-repeat scroll center top transparent;*/

	display:block;
	float:left;
	text-decoration:none;
	color:black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	padding-left: 0px !important;
}

.left_menu_item a.icon{
	float:left;
}

.DMs_grid_top_buttons .DMs_button span {


}




div.footer_over{
	background:url(../images/layout/d3madmin_03.jpg)
}

div.footer{
	width: 1000px;
	margin:0px auto;
	height:76px;
	position:relative;
}

.footer .footer_logo_link img{
	margin-top:5px;
}

.uppper_contact_us, .report_a_bug{
	display:none;
}

.uppper_contact_us td input, .uppper_contact_us td textarea, .uppper_contact_us table{
	width:100%;
} 


.upper_contact_us_left{
	padding-left:12px;
	line-height: 14px;
}

.uppper_contact_us_right{
	margin-left: 24px;
	padding-right: 11px;
}
.uppper_contact_us_outer{
 height: 18px;
}
.upper_contact_us_left a{
	color: black;
	text-decoration: none;
}

.upper_contact_us_left img{
	width: 16px;
	float: left;
}

.report_a_bug td input, .report_a_bug td textarea, .report_a_bug table{
	width:100%;
} 

.request_service td input, .request_service td textarea, .request_service table{
	width:100%;
} 

.upper_report_a_bug_left img{
/*	width: 16px;
	float: left;*/
}

.upper_report_a_bug_left{

}

.upper_report_a_bug_outer{
	
	/*height:18px;*/
}

.upper_report_a_bug_right{
	
	/*padding-right:11px;
	width: 11px;*/
}

.footer .upper_report_a_bug_left{

	/*bottom:auto;
	padding-left:12px;*/

	
}

.footer .upper_report_a_bug_outer{
	
/*	height:18px;*/
}

.footer .upper_report_a_bug_right{
	
/*	padding-right:11px;*/
	
}


.upper_report_a_bug{
	/*color:black;	
	text-align:center;
	text-decoration:none;
	 line-height: 14px;*/
}

/*request record*/

.request_service{
	display:none;
}

.request_service textarea{
	height:200px;
}

.request_service label{
	/*margin:5px;
	width:120px;
	display:block;*/
}

.upper_request_service_left img{
	/*width: 16px;
	float: left;*/
}

.upper_request_service_left{
	/*border-radius:  5px 5px 0 0;
	border: 0px solid green;

	padding-left:0px;*/

	
}

.upper_request_service_outer{
	
	/*height:18px;*/
}

.upper_request_service_right{
	/*padding-left:9px;
	padding-right:7px;*/
}


.footer .upper_request_service_left{

	/*padding-left:12px;*/

	
}
.footer .upper_contact_us_left{
	/*top:6px;*/
}


.footer .upper_request_service_outer{
	
	/*height:18px;*/
}

.footer .upper_request_service_right{
	
	/*padding-right:11px;*/
}


.upper_request_service{
	/*color:black;	
	text-align:center;
	text-decoration:none;
	 line-height: 14px;*/
}


.home_page .editor{
	padding:15px;
}

.home_page .editor .spacer{
	width:100%;
	border-top:1px solid #efefef;
	height:1px;
	margin:10px 0px;
}

.controller_box_outer{
/*	border-top: 1px solid #dfefef;	*/
	margin-bottom: 20px;
	position: relative;
}
.controller_box_outer_byline{
	background-color: white;
    color: #121D2C;
    font-family: Myriad Pro,Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

.controller_box_outer_byline img{
	position: relative;
	top: 10px;
	margin-right: 10px;
}

.controller_box_outer_description{
    font-family: Myriad Pro,Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #626263;
	font-size: 14px;
	margin-bottom: 5px;
}

.controller_box_outer .controller_box{
	float:left;
	text-align:center;
	width: 110px;
	height: 110px;
}

.controller_box_outer .controller_box a{
	display:block;
	margin:0px 0px 10px 0px;
    font-family: Myriad Pro,Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #121D2C;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
}

.controller_box_outer .controller_box a .img_section{
	display:block;
	width: 60px;
	height: 60px;
	border: 1px solid #EBEBEB;
	margin: 0px auto 5px auto;

	background-image: linear-gradient(bottom, #F7F3F3 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #F7F3F3 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #F7F3F3 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #F7F3F3 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #F7F3F3 0%, #FFFFFF 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #F7F3F3),
		color-stop(1, #FFFFFF)
	);
	
	border-radius: 10px;

}

.controller_box_outer .controller_box a .n_section{
	display: block;
}

.controller_box_outer .controller_box a:hover{
	color: #0194D3;
}

.controller_box_outer .controller_box a:hover .img_section{
	box-shadow: 3px 3px 5px 0px #AAAAAA;
}

.controller_box_outer .controller_box a img{
	margin-top: 5px;
	width: 50px;
}

.notes_manage .info table{
	width:100%;
}

.notes_manage .info table textarea{
	width:100%;
	height:200px;
}
.notes_manage .info td.value{
width: 500px;
}

.notes_manage .info td.title{
width: 100px;
}


.cancel_button{
	float:right;
}

.info_button{
	float:right;
}

.item_link{
	padding:2px;
	color:blue;
	margin-left:20px;
}

.link_type{
	font-weight:bold;
	margin-left:5px;
}

.item_links{
	border-bottom: 1px solid #AAAAAA;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 3px;	
	padding-top:15px;
}
/*#ui-datepicker-div{ z-index: 9999 !important;}*/

 .report_a_bug .error, .request_service  .error, .uppper_contact_us  .error{
 	color:red;
	font-weight:bold;
	text-decoration:none;	
 } 
 
 #summary_themes{
 	display: none;
 }


.themes_tab_element{
	display: none;
}


.report_a_bug td.value{
	width: 300px;
}

.uppper_contact_us td.value{
	width: 380px;
}

.request_service .value_big{
	width: 500px;
}

.breadcrumbs_over, .breadcrumbs_over_upper{
	border:1px solid #CCCCCC;
	border-bottom-width: 1px;
	border-radius: 8px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	display: none !important;
}
.breadcrumbs_over_upper{
	margin-bottom: 0px;
	clear:both;
	display: none;
}

.breadcrumbs_bg, .breadcrumbs_bg_upper{
	background-color: #E8E8E8;
	/*height: 46px;*/
	font-size: 18px;
	border-radius: 6px 6px 0px 0px;
	margin: 1px 1px 0px 1px;
	height: 55px;	
	
 	/*background: -moz-linear-gradient(center top , #EFEFEF 0%, #F3F3F3 70%) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #DDDDDD;
    box-shadow: 0 2px 16px 0 #CCCCCC;
    color: #19A1ED;
    font-weight: bold;
    height: 19px;
    margin-right: 0;
    padding: 6px 17px 2px 21px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
	*/
}
.breadcrumbs a, .breadcrumbs_upper a{
	color: #011B40;
    font-family: "trebuchet ms",helvetica,sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 10px;
    text-decoration: none;
	float:left;
}

.breadcrumbs .header_search, .breadcrumbs_upper .header_search{
	float: left;
	margin-left: 30px;
	margin-top:10px;
}

.breadcrumbs .header_search .adv_link, .breadcrumbs_upper .header_search .adv_link{
	font-size: 12px;
	margin-left: 5px;
	margin-top: 10px;
}

.breadcrumbs .header_search input.text, .breadcrumbs_upper .header_search input.text{
	float: left;
	margin-left: 10px;
	background: #FFFFFF url(/images/admin_manage/search-admin-icon.png) no-repeat 5px center;
	width: 150px;
	padding: 5px 5px 5px 25px;
	border-radius: 8px;
	border-width:0px;
	box-shadow: 0px 2px 3px 0px #AAAAAA inset;
}



.bugs_menu{
 	background-color: #EFEFEF;
	background-image: -moz-linear-gradient(center top, #EFEFEF 0%,#F3F3F3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EFEFEF),color-stop(1, #F3F3F3));	
    z-index: 10000;
	display: none;
	/*width: 505px;*/
}
.bugs_menu >div{
	white-space: nowrap;
	float: left;
} 







.upper_internal_message_left img{
	/*width: 16px;
	float: left;*/
}

.upper_internal_message_left{
	/*white-space: nowrap;*/
}

.upper_internal_messageg_outer{
	
	/*height:18px;*/
}

.upper_internal_message_right{
	
/*	padding-right:11px;
	width: auto;*/
}

.upper_internal_message{
	/*color:black;	
	text-align:center;
	text-decoration:none;
	 line-height: 14px;*/
}

.details_main_edit_link{
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	float: right;
	background-color: #FF0000;
	padding: 2px 5px;	
}

.hidden_tab{
	display: none;
}

.hidden_tab_button{
	padding: 5px;
	float: right;
	display: block;
}

.tabs_outer >div >div{
	display: none;
	background-color: #FFFFFF !important;
}
.ui-tabs > div{
	display: block;
}
	

.more_options{
	background-color: #01193D;
    border-radius: 0 10px 0 0;
    color: white;
    font-size: 13px;
    font-weight: bold;
    padding: 7px 12px;
    position: absolute;
    text-decoration: none;
    z-index: 10000;
    top: -21px;
}
.hide_more_options{
	background-color: white;
    border: 3px solid #01193D;
    border-radius: 10px 10px 10px 10px;
    font-size: 13px;
    font-weight: bold;
    left: -8px;
    padding: 3px;
    position: absolute;
    text-decoration: none;
    top: -8px;
    z-index: 10000;
    display: none;
}


.tabs_outer { 
	/*background-color: #01193D;*/
    overflow-x:auto;
    display: block;
    padding-top: 1px;
    /*position: fixed;*/
    /*width: 99%;*/
	left: 235px;
	right: 0px;
    z-index: 1000;
    height:300px;
}
.more_options_main_line{
background-color: #01193D;
    height: 12px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
    
}

.more_options_main{
  	/*border: 1px solid black;*/
    bottom: -350px;
    height: 300px;
    /*width: 99%;*/
	left: 230px;
    position: fixed;
	box-shadow: 0 0 10px 10px #202E43;
	background-color: #FFFFFF;
	right: 0px;
	z-index: 1000;
}

.text_html_switcher{
	float:left;
	width:auto;
}
#add_section_details{
	float:left;
	width:auto;
	margin-right:0px;	
	/*clear: left;
	margin-left: 5px;*/
}

.bottom_update {
    background: none repeat scroll 0 0 #19A1ED ;
	border:4px solid #01193D ;
    border-bottom-width: 0 ;
    border-radius:10px 10px 0 0;
    color: white ;
    font-size: 13px ;
    font-weight: bold ;
    margin: 0 2px ;
    padding: 4px ;
    cursor: pointer !important; 
}

.standard_update{
	border: 0 none;
    top: 95px;
    position: absolute;
    right: 30px;
    z-index: 20000;
}

.standard_update .manage_button{
	margin-left: 5px;
}

.more_resources{
	border-radius: 10px 10px 0 0;
}

.more_resources_outer{
	margin-left:170px;
	display:inline-block;
	position: absolute;
}

.hide_more_options_resources{
	background-color: white;
    border: 3px solid #01193D;
    border-radius: 10px 10px 10px 10px;
    display: none;
    font-size: 13px;
    font-weight: bold;
    left: 90px;
    padding: 3px;
    bottom:20px;
    position: relative;
    text-decoration: none;
    
    z-index: 10000;
}

table.info td.categories_td{
width:190px;
vertical-align: top;
}


.top_ribbon_menu{
	position: absolute;
    right: 20px;
    top: 60px;
    z-index: 50000;
	border-radius: 0px 0px 5px 5px;
	background-color: #EEEEEE;
	box-shadow: 0px 1px 1px -1px #555555;
}
.top_ribbon_menu .toggler{
	background-color: #E3E3E3;
    background-image	: -moz-linear-gradient(center top , #DFDFDF 0%, #F1F1F1 100%);
    border: 1px solid #CCCCCC;
    border-bottom: 1px solid #DCDCDC;
    border-radius: 5px 3px 0 0;
    color: #777777;
    display: block;
    font-family: "Trebuchet MS";
    font-size: 12px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    font-weight:bold;
}

.top_ribbon_menu .toggler .img{
	display: block;
	padding: 4px 25px 4px 10px;
	background-image: url(/images/admin_panel/arrows.png);
	background-repeat: no-repeat;
	background-position: right 3px;
}

.top_ribbon_menu .toggler:hover{
	color: #000000;
}

.top_ribbon_menu .toggler_opened .img{
	background-position: right -33px;
}

.top_ribbon_menu .bugs_menu{

}

.top_ribbon_menu .bugs_menu img{
	float: left;
	height: 16px;
	margin-right: 5px;
}

.top_ribbon_menu .bugs_menu a{
	
    color: #262323;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    padding: 5px 10px;
    text-decoration: none;	
}

.top_ribbon_menu .bugs_menu a:hover{

}




.admin_details_section{
	
	
	margin-bottom: 10px;
	padding: 1px;
	background-color: #FFFFFF;
}
.admin_details_section .admin_details_section_title{
  	color: #262323;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
	/*text-transform: uppercase;*/
    font-weight: normal;
	/*border-bottom: 1px solid #000000;*/
	background-color: #E8E8E8;
	/*
	border-bottom: 1px solid #ABDDF8;
	background-color: #19A1ED;
	background: -moz-linear-gradient(center top, #ABDDF8 0%,#19A1ED 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ABDDF8),color-stop(1, #19A1ED));
	background: url("/images/layout/d3madmin_01.png") repeat-x scroll left top transparent;*/
	 
	padding: 10px 15px;
	border-radius: 5px 5px 0px 0px;	
}
.admin_details_section .admin_details_section_content{
	padding: 10px 15px;
	background-color: #FFFFFF;
	
}
.admin_label_area.desc, .admin_label_area.short_desc, .tab-links a{
    font-size:16px;
    color:#44424d;
}
.simple_edit_resources_list .html5drop, .admin_label_area, .inventory_rent_manage_connected_resources .simple_edit_resources_list_title .options label{
    color: #555555;
	/*text-transform: uppercase;
    width:27%;*/
    color:#9e9e9e;
    font-size:15px;
    font-weight: normal;
    margin-bottom: 2px;
    padding-top:8px;
}
.admin_label_area_right{
    float:right;
    font-size:0.9em;
	text-transform: none;
}

.admin_input_area{
    width:73%
}
.admin_input_area .text_input{
    border: 1px solid white;
    border-radius: 3px;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
	color: #555555;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 10px;
    width: 97%;
    position: relative;

    /*background-color: #FAFAFA;*/
    background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin-bottom: 10px;
}

.admin_select_area select{
    border: 1px solid white;
    border-radius: 3px;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 300;
    padding: 5px 10px;
    width: 97%;
    position: relative;

    /*background-color: #FAFAFA;*/
    background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

.admin_select_area select:focus{
	box-shadow: 0 0 0 2px #19A1ED;
	border-color: #42B1FF;
}

.admin_input_area input{
    border: 1px solid white;
    border-radius: 3px;
    font-family:Arial;
    font-size: 12px;
    font-weight: 200;
    padding: 5px 10px;
    width: 97%;
    position: relative;
    color:#44424f;

    /*background-color: #FAFAFA;*/
    background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.admin_input_area input:focus{
	box-shadow: 0 0 0 2px #19A1ED;
	border-color: #42B1FF;
}
.admin_textarea_area textarea{
    border: 1px solid white;
    border-radius: 3px;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;	
    font-weight: 300;
    padding: 5px 10px;
    width: 97%;
    position: relative;

	height: 37px;
    /*background-color: #FAFAFA;*/
    background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
.admin_textarea_area textarea:focus{
	box-shadow: 0 0 0 2px #19A1ED;
	border-color: #42B1FF;
}
.admin_details_section .admin_details_table{
	width: 100%;
}

.admin_details_button{

}

.main_right .main_title, .header .main_title, .details_icons_menu {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
	margin-right: 20px;
	margin-top: 0px;
	float:left;
}

.main_right .main_title .main_id{
	float:left;
}

/** inventory search**/

.genus_species_search{
    float: right;
    margin-bottom: -20px;
    margin-left: 180px;
    position: relative;
    top: 5px;
}
 
 .genus_species_search > div,  .genus_species_search_main > div{
 float:left;
 width:100px;
 }

 
.genus_species_search input, .genus_species_search_main input{
	height:16px;
	border-radius:4px;
	border: 1px inset gray;
	width:90px;
} 
.genus_species_search_main{
    float: none;
    margin: 0px 5px 0px 200px;
    position: relative;
    text-align: left;
}

.radio_bakcourder_outer{
float:none;
}

.radio_bakcourder{
	float: left;
}

.main_grid_more_search{
	float:right;
}

.radio_move_down{
	font-size: 12px;
	float: right;
	margin-right:10px;
	position: relative;
}

.radio_move_down .dmgrid_radio .title{
	font-weight:normal;	
	cursor: pointer;
	background: url(/images/admin_manage/arrdowndark.png) no-repeat right center;	
	border-radius: 5px 5px 0px 0px;
	padding: 0px 20px 0px 10px;
	font-size: 14px;
	color: #909092;
	line-height: 33px;
	margin-left: 10px;
}
	
.radio_move_down .dmgrid_radio .title_opened{
	background: #FFFFFF url(/images/admin_manage/arrupdark.png) no-repeat right center;	
	box-shadow: 2px 2px 0px 0px #AAAAAA;
}
	
.radio_move_down .radio_types{
	display:none;
	position: absolute;
	right: 0px;
	top: 33px;
	background-color: #FFFFFF;
	padding: 10px 30px 10px 30px;
	font-size: 14px;
	color: #909092;
	z-index: 1000;
	border-radius: 0px 0px 5px 5px;
	box-shadow: 2px 2px 0px 0px #AAAAAA;
}
	
.radio_move_down .dmgrid_radio .item{
	display:block;
	float:none;	
	white-space: nowrap;
}


.radio_move_down .radio_bakcourder{
	float:none;
} 

.radio_bakcourder_outer .title{
	font-weight:bold;
}

.radio_bakcourder_outer .item{
	display:inline-block;
}

.dm_left_col .radio_bakcourder_outer .item{
	display:block;
}

.dm_left_col .radio_bakcourder{
	float:none;
}

.details_outer_table{
	width: 100%;
}
.details_outer_table > tbody > tr > td{
	vertical-align: top;
}
.grid_legend{
	position:relative;
	top:15px;
}

.grid_legend .legend_title{
	font-weight:bold;	
}
.grid_legend .terminated1{
	background-color:#F9A2A2 !important;
	width:15px;
	height:15px;
	float:left;
	margin-right:10px;
}

.grid_legend .backorder_in_stock0{
	background-color: #B4FACD !important;
	width:15px;
	height:15px;
	float:left;
	margin-right:10px;
}



.grid_legend .today{
	background-color:#B3F9CE !important;
	width:15px;
	height:15px;
	float:left;
	margin-right:10px;	
}

.radio_categories_outer .item{
display:block;
}

.web_display_configuration_area {

}
.web_display_configuration_area td {
    padding: 2px 5px;
}
.web_display_configuration_area td select {
    font-family: verdana;
    font-size: 11px;
	width:90px;
}

.layout_left_bar_box{
	background-color: #202E43;
	width: 210px;	
	overflow: auto;
	color: #FFFFFF;
	display: none !important;
}

.layout_left_bar_box .layout_left_bar{
	left: 10px;
    padding: 20px 0px !important;
    /*position: fixed;*/
    position: relative;
    top: 0;
    width: 190px;
	z-index: 99999;
}

.left_bar_section_button{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	border-radius: 5px 0px 0px 5px;
	border: 1px solid #18AAF5;
	display: block;
	margin-top: 10px;
	margin-right:-10px;	

	background-position: right;
	background-repeat: no-repeat;

	background-image: url(/images/admin_manage/arrup.png), linear-gradient(bottom, #0B70AA 49%, #1E91D4 80%, #0B70AA 100%);
	background-image: url(/images/admin_manage/arrup.png), -o-linear-gradient(bottom, #0B70AA 49%, #1E91D4 80%, #0B70AA 100%);
	background-image: url(/images/admin_manage/arrup.png), -moz-linear-gradient(bottom, #0B70AA 49%, #1E91D4 80%, #0B70AA 100%);
	background-image: url(/images/admin_manage/arrup.png), -webkit-linear-gradient(bottom, #0B70AA 49%, #1E91D4 80%, #0B70AA 100%);
	background-image: url(/images/admin_manage/arrup.png), -ms-linear-gradient(bottom, #0B70AA 49%, #1E91D4 80%, #0B70AA 100%);
	background-image: url(/images/admin_manage/arrup.png), -webkit-gradient( linear, left bottom, left top, color-stop(0.49, #0B70AA), color-stop(0.8, #1E91D4), color-stop(1, #0B70AA));
}

.left_bar_section_button_no_image{
	background-color: #0B70AA;
	background-image: linear-gradient(bottom, #0B70AA 49%, #1E91D4 80%, #0B70AA 100%);
	background-image: -o-linear-gradient(bottom, #0B70AA 49%, #1E91D4 80%, #0B70AA 100%);
	background-image: -moz-linear-gradient(bottom, #0B70AA 49%, #1E91D4 80%, #0B70AA 100%);
	background-image: -webkit-linear-gradient(bottom, #0B70AA 49%, #1E91D4 80%, #0B70AA 100%);
	background-image: -ms-linear-gradient(bottom, #0B70AA 49%, #1E91D4 80%, #0B70AA 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.49, #0B70AA), color-stop(0.8, #1E91D4), color-stop(1, #0B70AA));
}

.left_bar_section_button_closed{
	background-image: url(/images/admin_manage/arrdown.png), linear-gradient(bottom, #0B70AA 49%, #1E91D4 80%, #0B70AA 100%);
	background-image: url(/images/admin_manage/arrdown.png), -o-linear-gradient(bottom, #0B70AA 49%, #1E91D4 80%, #0B70AA 100%);
	background-image: url(/images/admin_manage/arrdown.png), -moz-linear-gradient(bottom, #0B70AA 49%, #1E91D4 80%, #0B70AA 100%);
	background-image: url(/images/admin_manage/arrdown.png), -webkit-linear-gradient(bottom, #0B70AA 49%, #1E91D4 80%, #0B70AA 100%);
	background-image: url(/images/admin_manage/arrdown.png), -ms-linear-gradient(bottom, #0B70AA 49%, #1E91D4 80%, #0B70AA 100%);
	background-image: url(/images/admin_manage/arrdown.png), -webkit-gradient( linear, left bottom, left top, color-stop(0.49, #0B70AA), color-stop(0.8, #1E91D4), color-stop(1, #0B70AA));
}

.left_bar_section_content .left_bar_section_button{
	margin-right: 0px;
	margin-left: 10px;
	border-radius: 5px;
}


.layout_left_bar a {
	color: #FFFFFF;
}

.tool_top_bar .DMsearch_form, .tool_top_bar_upper .DMsearch_form{
	float: left;
	margin-left: 10px;
	background: #FFFFFF url(/images/admin_manage/search-admin-icon.png) no-repeat 5px center;
	width: 200px;
	padding: 0px 5px;
	border-radius: 8px;
	border-width:0px;
	margin-top: 12px;
	box-shadow: 0px 2px 3px 0px #AAAAAA inset;
}

.tool_top_bar form.DMsearch_form input[type="text"], .tool_top_bar_upper form.DMsearch_form input[type="text"]{
    background-color: transparent;
    border: 0 solid #EFEFEF;
    position: static;
    width: 175px;
	float: right;
	margin-top: 6px;
}

.tool_top_bar .DMbutton_create_new, .tool_top_bar_upper .DMbutton_create_new{
    color: transparent;
    float: left;
    text-indent: 500px;
	font-size: 12px;
    font-family: "trebuchet ms",helvetica,sans-serif;
    font-weight: bold;
    margin: 19px 0 0 10px;
    padding: 0;
    text-decoration: none;
    width: 16px;
    height: 16px;
    background-position: center;	
}

.tool_top_bar .DMbutton_advanced_search, .tool_top_bar_upper .DMbutton_advanced_search {
    background: none !important;
    padding: 3px 0px 0px 5px;
	margin-left: 0px;
	font-size: 12px;
	float: right;
}

.tool_top_bar .DMbutton_clear_all, .tool_top_bar_upper .DMbutton_clear_all {
    padding: 0px 10px 0px 20px;
	margin-left: 10px;
	font-size: 12px;
	margin-top: 20px;
}

.tool_top_bar .dm_search_clear_button, .tool_top_bar_upper .dm_search_clear_button {
    padding: 3px 5px 0px 0px;
	margin-left: 0px;
	font-size: 12px;
	float: left;
}


.manage_button:hover
{
 
}
.manage_button.cancel_button.cancel
{
    background-color:#e74a3b;
    border: 1px solid #db3525;
    color:#ffffff;
    
}

.manage_button span{
	line-height: 17px !important;
}

.top_details_icons{
	/*margin-bottom: 10px;*/
	
}

.details_icons_menu .preview_icon, .details_icons_menu .delete_icon{
    display:none;
} 

.details_icons_menu a img{
    display:none;
}



.details_icons_menu a.print_icon, .details_icons_menu a.export_icon{
      width:27px;
    height:27px;
    margin:0px 10px 0px 0px;
    padding:0px;
}
.details_icons_menu a.print_icon
{
    background:url(/admin/images/dmgrid/print_ico.jpg);
}

.details_icons_menu a.export_icon
{
    background:url(/admin/images/dmgrid/export_ico.jpg);
}


.details_icons_menu a{
	text-decoration: none;
	float: left;
	display: block;
	padding: 5px;
	background-color: #FEFAFB;
	margin-right: 5px;
	margin-bottom: 10px;
	border-radius: 5px;
	box-shadow: 2px 2px 2px 0px #AAAAAA;
	background-image: linear-gradient(bottom, #FEFAFB 0%, #ECEEEE 0%);
	background-image: -o-linear-gradient(bottom, #FEFAFB 0%, #ECEEEE 0%);
	background-image: -moz-linear-gradient(bottom, #FEFAFB 0%, #ECEEEE 0%);
	background-image: -webkit-linear-gradient(bottom, #FEFAFB 0%, #ECEEEE 0%);
	background-image: -ms-linear-gradient(bottom, #FEFAFB 0%, #ECEEEE 0%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FEFAFB), color-stop(0, #ECEEEE));	
}

.details_icons_menu a.icon:hover{
	/*background: none;
	background-color: #FFFFFF;*/
}

.more_options_main .ui-widget-content{
	border-width: 0px !important;
	background: none !important;
}

.list_additional_inputs{
	background-color: #D2E6F9;	
	border: 1px solid #669ED5;
	border-radius: 5px;
	padding: 5px 10px;
}

.standard_update_top{
	position: relative;
	float: right;
	top: 0px;
	right: 0px;
	margin: 0 10px 10px 0;	
	
    position: fixed;
    top: 65px;	
	
}

.only_one_item.DMbutton_create_new{
 top: 170px;
    width: 200px;
 background-position: 41px center !important;
    border: 7px solid green;	
        border-radius: 10px 10px 10px 10px;
    box-shadow: 1px 1px 30px -10px black;
    font-size: 17px;
    font-weight: bold;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    text-align: center;
}
.only_one_itemCENTER{
	
    text-indent: 0px;
	font-size: 20px;
    font-family: "trebuchet ms",helvetica,sans-serif;
    font-weight: bold;
    padding: 5px 10px 5px 20px;
    border: 5px solid #008800;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    width: auto;
    height: auto;

	width: 150px;
	
	
	margin: 10px auto;
	position: static; 
	display: block;
	color: #008800;
	text-decoration: none;
	background: url(/images/dmgrid/add-item-ico.png) no-repeat 10px center !important;
	background-position: 10px center !important;
}
.admin_input_area > input[disabled], .admin_select_area > select[disabled],   textarea[disabled]{
	    background: none repeat scroll 0 0 #EDEDED;
    color: #AEAEAE;
    cursor: default;
}


#summary_categories_dest ol.sortable{
	background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 10px;
    padding: 1px;
    background: white !important;
}


.mceEditor .mceLayout{
	background: #efefef;
}


.internal_messages_icon{
	position: relative;
	display: inline-block;
	margin-top:-10px;
}

.internal_messages_icon .unreaded_internal_messages{
	background:#B6141E;
	border-radius:3px;
	padding:1px 4px;
	font-size:8px;
	color:white;
	position:absolute;
	right:-2px;
	top:-2px;
}

/*.only_one_itemCENTER.DMbutton_create_new{
	display:none !important;
}

a.only_one_itemCENTER:nth-of-type(1){
	display:block !important;
}*/


.dm_grid_categories, .dm_grid_categories *{
	float:left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.dm_grid_categories{
	margin-top: 13px;
}
.dm_grid_categories .dm_grid_categories_manage_button{
	font-size: 12px;
	background: url(/images/controllers_icons/administration.png) no-repeat left bottom;
	display: inline-block;
	width: 29px;
	height: 29px;
	padding: 0px;
	color: transparent;
	text-indent: 500px;
	cursor: pointer;
	margin-top: 0px;
}
.dm_grid_categories .dm_grid_categories_title{
	float: left;
    font-size: 12px;
    padding: 0px 5px 0 35px;
	color: #011B40;
    font-family: "trebuchet ms",helvetica,sans-serif;
    font-weight: bold;
    margin: 0;    
    text-decoration: none;
    clear: left;
}
.dm_grid_categories .dm_grid_categories_select{
	border-radius: 8px;
	width: 200px;
	box-shadow: 0 2px 3px 0 #AAAAAA inset;
	padding: 5px;
	border-width: 0px;
	font-size: 13px;		
	font-family: "MS Shell Dlg" Arial, Helvetica, sans-serif;
	cursor: pointer;		
}

.dm_tool_name_box{
	padding: 14px 20px 0px 0px;
}
.dm_tool_name_box a{
	padding: 10px 5px;
}

.tool_top_bar .DMbutton_create_newOLD, .tool_top_bar_upper .DMbutton_create_newOLD{
    color: transparent;
    float: left;
    text-indent: 500px;
	font-size: 12px;
    font-family: "trebuchet ms",helvetica,sans-serif;
    font-weight: bold;
    margin: 19px 0 0 10px;
    padding: 0;
    text-decoration: none;
    width: 16px;
    height: 16px;
    background-position: center;
	background: url(/images/dmgrid/add-item-ico.png) no-repeat scroll left center rgba(0, 0, 0, 0) !important;	
}

.breadcrumbs a.help_icon{
	float:none;
	display: inline;
}


.rank_item{
	background: url(/template/images/star_white_24.png);
	width:24px;
	height:24px;
	display: inline-block;
}

.rank_sel{
	background: url(/template/images/star_gold_24.png);
}

.dm_tooltip{
	display:none;
	position:absolute;
	border-radius: 5px;
	background-color:white;
	right:-120px;
	width:120px;
	top:0px;
	margin-left:16px;
	padding:10px;
	width:auto;
	font-weight:bold;
	box-shadow:3px 3px 3px 3px gray;
}

.dm_tooltip_hover{
	display:block;
}


.simple_details_next_prev{
	position: relative; 
	left: 0; 
	top: 0; 
	z-index: 100000;
	
	margin: 0 !important;
	
}
.simple_details_next_prev .btn{
	display: inline-block;
	padding: 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #909092;
	font-size: 14px;
	line-height: 33px;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
}
.simple_details_next_prev .btn img{
	float:left;
	margin-right: 5px;
}
.simple_details_next_prev .btn_create{
	background-color: #A8E99E;
	border: 1px solid #79DD6A;
	padding: 5px 10px 5px 5px;
}
.simple_details_next_prev .btn_delete{
	background-color: #FFCECE;
	border: 1px solid #FF9595;
	padding: 5px 10px 5px 5px;
}
.simple_details_next_prev .inactive{
	cursor: default;
	color: #AAAAAA;
	background-color: #F5F5F5;
}
.simple_details_next_prev form{
	display: inline;
}
.simple_details_next_prev input.submit{
	display: inline-block;
	padding: 5px 10px;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	cursor: pointer;
	font-weight: bold;
}
.simple_details_next_prev input.text{
	display: inline-block;
	padding: 5px 10px;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px inset #CCCCCC;
	width: 100px;
}

.sortable li div .menu_ontree_area{
	float: right;
}

.sortable li div .menu_ontree_area .menu_ontree_area_in a{
	display: inline-block;
	padding: 0px;
	text-decoration: none;
	color: #000000;
	line-height: 16px;
	height: 16px;
	width: 16px;
	border-radius: 3px;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 3px;
}
.sortable li div.clicked .menu_ontree_area .menu_ontree_area_in a{
	font-weight: normal;
}
.sortable li div .menu_ontree_area .menu_ontree_area_in a span{
	display: none;
}
.sortable li div .menu_ontree_area .menu_ontree_area_in a.menu_ontree_option_create{
	background-image: url(/images/dmgrid/add-item-ico.png);
}
.sortable li div .menu_ontree_area .menu_ontree_area_in a.menu_ontree_option_rename{
	background-image: url(/images/dmgrid/edit.png);
}
.sortable li div .menu_ontree_area .menu_ontree_area_in a.menu_ontree_option_delete{
	background-image: url(/images/dmgrid/delete-ico.png);
}
.sortable li div .menu_ontree_area .menu_ontree_area_in a.menu_ontree_option_description{
	background-image: url(/images/dmgrid/summary.png);
}

/*for popup wndows tiny */
.mce-floatpanel{
	z-index: 1165536 !important;
}

.details_right_tree{
	min-width: 200px;
}

.details_right_tree ol.sortable {
border-color: transparent;
background: none;
margin: 0px;
}

.admin_full_table td{
	vertical-align: top;
}

.admin_full_table{
	width:100%;
}

/*********collapsible section************/

.collapsible_text{
	float:right;
}

.expand_collapse_outer{
	background: #F2F0F1;
	color:#3C3F44;
	width:40px;	
}


.collapsed .collapse_button{
	display:none;
}

.collapsible_section.collapsed .admin_details_section_content{
	display: none;
}


.admin_details_section.collapsed  .admin_details_section_title{
background:#DEDEDE;
color:#47484B;
border: 1px solid #CCCCCC;	
}


.admin_details_section.collapsible_section .admin_details_section_content{
	padding:0px;
}



.admin_details_section .admin_details_section_title{
/*background:#2387C5;*/
padding: 0 0 0 20px;
line-height: 40px;
font-size: 16px;
}

.expand_button, .collapse_button{
	cursor:pointer;
	

  /* rotate -90 deg, not sure if a negative number is supported so I used 270 */
  -moz-transform: rotate(270deg);
  -moz-transform-origin: 50% 50%;
  -webkit-transform: rotate(270deg);
  -webkit-transform-origin: 50% 50%;
  -o-transform: rotate(270deg);
  -o-transform-origin: 50% 50%;
  transform: rotate(270deg);
  transform-origin: 50% 50%;

  /* IE<9 */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  
  
color: #808080;
    cursor: pointer;
    font-size: 30px;
    position: relative;
    top: -10px;  
	
	
}

.expand_button{
	display:none;
}

.collapsed .expand_button{
	display:block;
}

.collapsible_section .admin_details_section_title{
	cursor: pointer;
}



/*********/

.collapsible_section .DMfoundset_info{
	margin-top:0px !important;
   position: relative;
   margin-left: 200px;
    top: 12px;	
    height: 1px;
}

.collapsible_section .small_grid_top_bar {
    background-color: #F7F8F9;
    border:0px solid gray;
    border-bottom: 1px solid #CCCCCC;
    border-radius: 0;
    min-height: 46px;
    padding: 0 10px;
}

.users_groups > li{
	font-weight: bold;
	list-style: none;
}

.users_groups li li {
    list-style: none;
    display: inline-block;
    font-weight:normal; 
    margin-right: 20px
}


.admin_text_area{
	font-size:16px;
	padding:5px;
}

.admin_details_section_title_sub {
    background: #e8e8e8;
    padding: 10px;
    font-weight: bold;
    padding-left: 20px;
    font-size: 14px;
    border-top: 1px solid #cfcfcf;
}

a.responsive_view_link{
	background-color: #008800;
    color: #ffffff;
    float: right;
    padding: 3px 10px;
    position: relative;
    text-decoration: none;
    z-index: 100;
}

.delete_selected{
	display:none !important;
}


.dm_history_button {
background: url(/images/time_machine_shaped.png) no-repeat;
cursor: pointer;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 16px;
height: 16px;
display: inline-block;
}


.click_to_edit_info{
	position:absolute;
	right:70px;
}
.admin_details_section.mainL.pictures .admin_details_section_title{
    
}
.simple_edit_resources_list .simple_edit_resources_list_title{
    
}

.simple_edit_resources_list  .html5drop{
    margin-top:50px;
} 
 .mainL.pictures
 {
     
 }
.simple_edit_resources_list .html5drop1{
    position:relative;
    width:161px;
    height:92px;
    min-height: 10em;
   display: table-cell;
   vertical-align: middle;
    text-align:right;
    padding-left:292px;
    background:none;
    border:0px;
}
.simple_edit_resources_list .html5drop1 div{
    position:absolute;
    top:3px;
    right:-135px;
    text-indent:-50000px;
    width:122px;
    height:92px;
    border:1px dotted black;
    background:url(../../images/dmgrid/bg_choose.jpg) no-repeat 50% 50%;
     text-align:left;
}


.admin_input_area, .admin_textarea_area, .admin_select_area{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding-right: 10px;
}


.admin_input_area input, .admin_textarea_area textarea, .admin_select_area select{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 100%;
	font-size: 18px;
}

.admin_input_area.with_label, .admin_textarea_area.with_label, .admin_select_area.with_label{
	padding-left: 120px;
	width: 100%;
	position: relative;
}
.admin_input_area.with_label input, .admin_textarea_area.with_label textarea, .admin_select_area.with_label select{
	
}
.admin_textarea_area.with_label textarea{
	min-height: 100px;
	font-family: Arial, Helvetica, sans-serif;	
}
.admin_input_area.with_label .admin_label_area, .admin_textarea_area.with_label .admin_label_area, .admin_select_area.with_label .admin_label_area{
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 5px 0 0 0;
	width: auto;
}

.admin_checkbox_area input{
	width: auto;
}

.simple_edit_resources_list .options .manage_link,.manage_button{
	color: #8c8c8c;
	text-decoration: none;
	font-size: 14px !important;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 10px;
	line-height: 33px;
	border-radius: 3px;
	border: 1px solid #dddddd;
	display: block;
	background-color: #FFFFFF;
}
.admin_label_area .manage_button{
	float: none;
	display: inline-block;
	line-height: normal;
}

.details-tabs {
    width:100%;
    display:inline-block;
    border-bottom: 1px solid #EEECED;
    margin:20px 0px
}
.details-tab-links{
    padding:0px;
    margin: 0;
} 
.details-tab-links:after {
    display:block;
    clear:both;
    content:'';
}
.details-tab-links li {
    margin:0px;
    float:left;
    list-style:none;
}
.details-tab-links a {
	font-size:16px;
    color:#44424d;
    padding:10px 15px;
    display:block;
    text-decoration:none;
    text-align: center;
    
    border-left:1px solid #ece8e9;
    
}
.details-tab-links li:first-child a {
	border-left-width: 0px;
}
.details-tab-links li.active a{    
    font-weight: bold;
}
.zakladka {
    display:none;
}
.zakladka.active {
	display:block;
}


.field__preview{
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    font-size: 18px;
    padding: 0 5px;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    min-width: 30px;
    line-height: 33px;
    min-height: 33px;
    background-color: #FAFAFA;    
   
    display: block;
    margin-bottom: 10px;
}
.field__preview:hover{
	box-shadow: 0 0 0 1px #DDDDDD;
}
.field__preview_checkbox{
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    font-size: 18px;
    line-height: 16px;
    
    font-family: Verdana,Arial,sans-serif;    
    cursor: pointer;
    /*background-color: #F5F5F5;*/
    display: inline-block;
    margin: 2px 0;
}
.field__preview_checkbox.tick_yes{
	color: #008800;
}
.field__preview_checkbox.tick_no{
	
}
.fixed_popup_form .admin_input_area input, .fixed_popup_form .admin_select_area select{
	border-color: #66afe9;
	font-size: 16px;
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
}

.notifyhistory_manage_admin_details_section_content .grid_header2 div.DMfoundset_info{
	float: right;
	margin: 0 !important;
}


.checkbox_item{
	width:31%;
	float:left;
}

.checkbox_item label{
	font-weight:normal;
}

.checkbox_item input{
	width:20px !important;
}

.payments_section div{
    float: left;
    font-weight: bold;
    width: 250px;
	
}


.details_icons_menu a.export_icon {
	display:none;
}
.details_icons_menu a.preview_icon {
	display:none;
}

#left_column_fill, .layout_left_bar_box{
	display: none;
}

.bigg_column{
	float:left;
	width:70%;
}

.small_column{
	float:right;
	width:30%;	
}
.column_half {
    float: left;
    width: 50%;
}

.label_size_button{
    display: inline-block;
    font-size: 10px !important;
    padding: 1px 3px !important;
}

.DMs_button_select_new {
    display: none;
}

/**for call me...*/
.manage_button_mikro{
 background: url("/images/dmgrid/add-item-ico.png") no-repeat scroll 0 0 transparent;
    color: green;
    padding-left: 18px;
    text-decoration: none;
}
.entered_data, .calling_history {
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    padding: 7px;
}


.calling_history .empty_list{
	color:red;
	text-align: center;	
}

.calling_message{
   color: gray;
    font-family: arial;
    font-size: 11px;	
}

.calling_status{
	font-size:11px;
}

.calling_item_history {
    border-bottom: 1px solid #CCCCCC;
}

.my_time_picker select{
	font-size:11px;
}
/***/

.small_column_r .collapsible_links input{
    background-color: #DEDEDE;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #CCCCCC;
    color: #47484B;
    cursor: pointer;
    display: block;
    font-family: arial;
    font-size: 16px;
    height: 40px;
    margin-bottom: 10px;
    padding: 0 20px;
    text-align: left;
    width: 100%;
}
.small_column .collapsible_links input.current{
	background-color: #E8E8E8;
}
.fix.space{
	border-top: 1px solid #DDDDDD;
	margin: 20px 0;
}


fieldset{
			border-radius:10px;
		border:1px solid #cfcfcf;
}


.extra_filters{
	display: none;
}
 
textarea.dm_tiny_auto{
	height: 500px;
}

#extra_tiny_options .admin_label_area{
	font-size:11px;
}

#extra_tiny_options .admin_input_area {
    width: auto;
}


/*******************menu changes*************************/


.header .header_left a img {
    max-height: 42px;
}

body{
	padding: 105px 0px 0px 0px;
}

/*******************menu changes end*************************/



@media only screen and (max-width: 950px) {
	div.header .header_left .user{
	    display: block;
	    float: none;
	    clear: both;
	}
}


@media only screen and (max-width: 850px) {

	body div.header .header_right_sec{
		margin-left: 20px;
	}
	
	body div.header .header_right_sec.buttons > a{
		padding: 0 10px;
	}
	
	body div.header .header_right_sec .settings_toggler{
		width: 30px;
	}

}

@media only screen and (max-width: 800px) {

	body div.header .header_right{
		margin-top: 0;
	}

	body div.header .header_right_sec{
		margin-left: 0px;
		float: none;
		text-align: center;
	}

}

@media only screen and (max-width: 470px) {
	
	body div.header .header_right{
		float: none;
	}

	body div.header .header_left{
		float: none;
		text-align: center;
	}
	
	body div.header .header_right_sec.buttons > a{
		float: none;
		display: inline-block;
	}
	
	body div.header .header_right_sec .settings_toggler{
		
	}

}








