#adminmenu .wp-submenu {
   	margin-left:0;
}

.fullwidthrow_mem_level_admin {
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 5px;
   max-width: 100%;
}

.bwlmslevel_admin_content_row {
   display: block;
	background: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
    border: 1px solid;
    border-color: #e5e5e5 #dbdbdb #d2d2d2;
}
.row .row {
	max-width: 100%;
}
.bwlmslevel-pagetitle-row {
	margin-top: 20px;
	margin-bottom: 5px;
}

.bwlmslevel-settingtitle-row {
	margin-top: 7px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #fff;
    border: 1px solid;
    border-color: #e5e5e5 #dbdbdb #d2d2d2;
	border-bottom:none;
	border-radius:0;
    -webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
    -moz-border-top-left-radius: 4px;
	-moz-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.bwlmslevel-pagetitle-txt {
    font-family: "Open Sans",sans-serif;
    font-size: 19px;
    font-weight: 600;
    color: #23282d;
	padding-left:0;
    -webkit-margin-before: 0.83em;
/*    -webkit-margin-after: 0.83em;*/
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	-webkit-font-smoothing: subpixel-antialiased;
}
.bwlmslevel-settingtitle-col {
	border-bottom: solid 1px #ddd;
	border-top: solid 1px #ddd;
}

.bwlmslevel-levelname-field {
	margin-bottom: 5px;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.875rem;
	color: #4d4d4d;
}

.bwlmslevel-levelname-field input[type="text"], textarea {
    margin: 0;
	padding: 0 0 0 12px;
	height:28px;
    width: 100%;

	font-size: 13px;
    border-color: #e9e9e9;
    background: #ffffff;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    color: rgba(0,0,0,0.75);
    -webkit-transition: border-color 0.15s linear,background 0.15s linear;
    -moz-transition: border-color 0.15s linear,background 0.15s linear;
    -ms-transition: border-color 0.15s linear,background 0.15s linear;
    -o-transition: border-color 0.15s linear,background 0.15s linear;
    transition: border-color 0.15s linear,background 0.15s linear;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    transition: all 700ms;
}
.bwlmslevel-levelname-field input[type="text"]:focus {
    border-color: #C1CDD9;
}

.bwlmslevel-field-title {
	color: #4d4d4d;
    font-size: 0.875rem;
	padding-left:8px;
}