@charset "UTF-8";
/* CSS Document */

.ros_outer {
	border-radius: 10px;
	clear: both;
	display: block;
	overflow: auto;
	background-color:rgba(153,151,125,1.00);
	width: 1000px;
	height: auto;
	border: 1px solid none;
	margin: 5px 5px 40px 0px;
	padding: 5px;
}
.ros_outer h2{
	color:rgba(255,255,255,1.00);

}
.ros_inner {
	background-color:rgba(243,246,220,1);
	border-radius: 10px;
	float: left;
	display: block;
	height: auto;
	overflow: auto;
	border: 1px solid #AAAAAA;
	margin: 5px;
	padding: 5px 20px 5px 5px;
}
.ros_inner h3{
	color:rgba(0,115,170,1.00);

}
.ros_inner_firstcol {
	display: inline-block;
	min-width: 160px;
}
.ros_clear {
	float: none;
}
.ros_slider_output, .ros_color_output {
	border: 1px solid #92B7BD;
	border-radius: 5px;
	color: #666;
	padding: 1px 2px 1px 2px;
	text-align: center;
	width: 30px !important;
}
.ros_color_output {
	text-align: center;
	width: 80px !important;
}
.ros_tabular {
	clear: both;
	display: block;
	height: auto;
	min-height: 18px;
	overflow: visible;
	margin-botton: 4px;
	margin-top: 4px;
	padding: 5px 0 5px 0;
}
.ros_tabular div{display:inline-block;}
.ros_tabular .ros_textarea_text {
	width: 20%;
}
.ros_tabular div:nth-of-type(1) {
	min-width: 100px;
	text-align:right;
}
.ros_slider_descr {
	max-width: 50%;
}


#ros_dashboard_widget h2 {
    background-color: rgba(146,183,189,.5) ;
}
#ros_dashboard_widget h2:before {    
    content: "\f324";
    font-family: dashicons;
}
#ros_dashboard_widget h2 span {
    margin-left:10px;
}
#ros_dashboard_widget ul {
    margin-top:0px;
}
#ros_dashboard_widget #ros_dbd_colls {
    column-count: 1;	    
}
 .ros_dbd_coll {
	border-radius:5px;   
    margin-bottom:5px;
    margin-top:0px;
    padding:0px 5px 0px 5px;    
}
.ros_dbd_coll a {
	color: rgba(146,183,189,1) !important ;
	margin-right:10px;
}