.bwlmsmsg_admin_settings_wrapper {
	margin-left:15px;
	margin-top: 15px;
}
.fullwidthrow_msg_admin {
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 5px;
   max-width: 100%;
}
.bwlmsmsg_admin_content_row {
   display: block;
	background: #fff;
	padding-top: 5px;
    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;
}

.bwlmsmsg-pagetitle-row {
	margin-top: 20px;
	margin-bottom: 5px;
}

.bwlmsmsg-settingtitle-row {
	margin-top: 20px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #fff;
    border: 1px solid;
    border-color: #e5e5e5 #dbdbdb #d2d2d2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.bwlmsmsg-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;
}
.bwlmsmsg-settingtitle-col {
	border-bottom: solid 1px #ddd;
	border-top: solid 1px #ddd;
}

.bwlmsmsg-field-title {
	padding: 7px 0px 7px 12px !important;

	color: #4d4d4d;
    display: block;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.5;
}

.notice, div.error, div.updated {
    background:transparent;
    border-left: 4px solid #fff;
	border-left-color: #46b450;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    margin: 20px 15px 2px;
    padding: 1px 12px;
}
.bwlmsmsg-save-msg {
	color: #4d4d4d;
	font-size: 0.875rem;
}

.bwlmsmsg_admin_content_row input[type="text"]{   
	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;
}
.bwlmsmsg_admin_content_row input[type="text"]:focus{ 
    border-color: #C1CDD9;
}