#adminmenu .wp-submenu {
   	margin-left:0;
}

.bwlmscredit_admin_setting_wrapper {
	margin-left:15px;
	margin-top: 15px;
}
.fullwidthrow_credit_admin {
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 5px;
   max-width: 100%;
}

.bwlmscredit_admin_content_row {
   display: block;
	background: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
    border: 1px solid;
	border-top:none;
    border-color: #e5e5e5 #dbdbdb #d2d2d2;
}
.row .row {
	max-width: 100%;
}
.bwlmscredit-pagetitle-row {
	margin-top: 20px;
	margin-bottom: 5px;
}

.bwlmscredit-settingtitle-row {
	margin-top: 7px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #fff;
    border: 1px solid;
    border-color: #e5e5e5 #dbdbdb #d2d2d2;
    -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;
}

.bwlmscredit-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;
}
.bwlmscredit-settingtitle-col {
	border-bottom: solid 1px #ddd;
	border-top: solid 1px #ddd;
}

input[type="text"].bwlmspointtxtbox {
    margin: 0;
	padding: 0 0 0 5px;
    width: 100%;
	height: 28px;
	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;
}
input[type="text"].bwlmspointtxtbox:focus {
    border-color: #C1CDD9;
}

.fullwidthrow_credit_admin input[type=file], input[type=checkbox], input[type=radio], label.inline, select {
    margin: 0;
}



.bwlmscredit_admin_content_row select {
/*    padding: 3px;*/
    font-size: 13px;
	height: 28px;
    border-color: #e9e9e9;
	background-color: #fff;
    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;
}
.bwlmscredit_admin_content_row select:focus {
    border-color: #C1CDD9;
}
.columns label {
	padding-left: 5px;
	cursor:initial;
}

.bwlmslcredit-field-title {
	color: #4d4d4d;
    font-size: 0.875rem;
}