.gmsf_inner{
	min-width: 850px;
	float: left;
	background-color: #fff;
	padding: 10px;
    border-radius: 5px;
}

.header-textarea{
	width:100%;
    border-radius: 5px;
    background-color: #f5f5f5 !important;
}

.wrap .gmsf_inner h4.heading-h4{
	cursor:move;
	font-size: 14px;
    margin: 0;
	padding-bottom:12px;
    line-height: 1.7;
	border-bottom: 1px solid #eee;
	background-color: #dff0d8;
	padding-left: 10px;
    padding-top: 5px;
    border-radius: 5px;
}

.column-2{
	width:auto;
	float: right;
}

.wrap div.gmsf_updated {
    margin: 5px 0 15px;
}

.success.gmsf_updated {
    border-left-color: #46b450;
}

.error.gmsf_updated {
    border-left-color: #000;
}

div.gmsf_error, div.gmsf_updated {
    background: #fff;
    border-left: 4px solid #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    padding: 1px 12px;
}

.notice-success.gmsf-success-msg {
	border-left-color: #46b450;
}

.notice-error.gmsf-error-msg {
	border-left-color: red! important;
}

.gatorMailButton {
    background-color: #ffffff !important;
    color: #67a529 !important;
    border:1px solid #67a529;
    width: 7em;
    height: 30px !important;
}

.wp-core-ui .button-gatorMail {
    /*background: #67a529 !important;*/
    /*border-color: #5a9124 !important;*/
    box-shadow: 0 1px 0 lightgrey !important;
    /*color: #fff !important;*/
    text-shadow: none !important;
}

.gatorMailButton:hover {
    background-color: #67a529 !important;
    color: white !important;
    border:1px solid #111;
}

.inputStyle {
    /*width: 100%;*/
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.guid {
    width: 283px;
}

.instance {
    width: 200px;
}

label {
    display:block;
}

.inputRead {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding-top: 0px !important;
}

.inputRead:focus {
    outline:none;
}

.linkWidth {
    width: 23%;
}

.smartWidth {
    width: 13%;
}

textarea#styled {
    resize: none;
    height: 4em;
    border: 3px solid #cccccc;
    padding: 5px;
    font-family: Tahoma, sans-serif;
    /*background-image: url(bg.gif);*/
    background-position: bottom right;
    background-repeat: no-repeat;
}

.spanInputs {
    margin-left: 20px;
    margin-top: 15px;
    display:inline-block;
    margin-bottom: 15px;
}
/* Style the form - display items horizontally */
.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

/* Add some margins for each label */
.form-inline label {
    margin: 5px 10px 5px 0;
}

/* Style the input fields */
.form-inline input {
    vertical-align: middle;
    /*margin: 5px 10px 5px 0;*/
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
}

/* Style the submit button */
.form-inline button {
    padding: 10px 20px;
    background-color: dodgerblue;
    border: 1px solid #ddd;
    color: white;
}

.form-inline button:hover {
    background-color: royalblue;
}

/* Add responsiveness - display the form controls vertically instead of horizontally on screens that are less than 800px wide */
@media (max-width: 800px) {
    .form-inline input {
        margin: 10px 0;
    }

    .form-inline {
        flex-direction: column;
        align-items: stretch;
    }
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.bodyAdd {
    border: 1px solid lightgrey;
    border-radius: 5px;
    padding: 10px;
    background-color: white;
    box-shadow: 0 3px 3px rgba(0,0,0,0.23);
}

.scriptBuildHead {
    padding-bottom: 5px;
    /*text-align: center;*/
}

.borderLight {
    border: 1px solid #f5f5f5;
    border-radius: 5px;
}

.errorFormat {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
    padding: 10px;
    text-align: center;
}

.successFormat {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 10px;
    text-align: center;
}