 .marketreport #col-left {
    background: #f2f2f2;
    padding: 15px;
}

.marketreport .form-field.form-required.term-name-wrap p {
    display: inline-block;
    vertical-align: middle;
}
.marketreport .blaze-form {
    border-top: 3px solid #32373c;
    padding-top: 10px;
}
.marketreport span a {
    padding: 3px 6px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}
.marketreport span a:hover {
    opacity: 0.8;
}
.marketreport .edit a {
    background: #4CAF50;
}
.marketreport .trash a {
    background: #ff0000;
}
.market_form label {
    display: block;
    text-align: left;
    padding-bottom: 10px;
}
.market_form.form-field input[type=text] {
    width: 100%;
    margin-bottom: 15px;
    height: 35px;
}
.form-field.form-required.term-name-wrap.market_form {
    position: relative;
}
.form-field.form-required.term-name-wrap.market_form input[type="checkbox"] {
    position: absolute;
    top: -1px;
    left: 60px;
}
.remodal p.submit {
    text-align: center;
}
.wp-core-ui .remodal p.submit .button-primary {
    color: #fff;
    background: #81c784;
    border-color: #81c784;
    font: inherit;
    box-shadow: none;
    display: inline-block;
    height: 35px;
    overflow: visible;
    min-width: 110px;
    margin: 0;
    text-shadow: none;
    padding: 8px 0;
    cursor: pointer;
    -webkit-transition: background .2s;
    transition: background .2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    outline: 0;
}
.reports_block .form-field input, .reports_block .form-field select {
    height: 40px;
    background: #fff;
    width: 100%;
    border: 1px solid #ccc;
	padding: 6px 12px;
}
.reports_block_right input {
    height: 40px;
    background: #fff;
    width: 100%;
    border: 1px solid #ccc;
    padding: 6px 12px;
}
#col-left.reports_block {
    width: 100%;
}
#col-right.reports_block_right {
    width: 100%;
}
.wrap #col-left.reports_block h1.wp-heading-inline {
    width: 100%;
}
#col-left.reports_block .form-wrap .form-field {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
    text-align: left;
}
#col-right.reports_block_right .form-wrap .form-field {
    display: inline-block;
    width: 49%;
}
.wrap #col-right.reports_block_right h1.wp-heading-inline {
    width: 100%;
}
#col-right.reports_block_right .form-field input {
    width: 100%;
}
.marketreport .wrap.nosubsub {
    width: 96%;
    display: block;
    margin: 35px auto;
}
#col-right.reports_block_right .col-wrap {
    padding: 0;
}
#col-left.reports_block .col-wrap {
    padding: 0;
}


.pagination_report a {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 6px 12px ;
    color: #fff ;
    background: rgba(2, 37, 61, 0.8);
    margin-left: 3px !important;
    text-decoration: none ;
}
.pagination_report span.bold {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 6px 12px;
    color: #fff !important;
    background: #02253d;
    margin-left: 3px;
    text-decoration: none;
}
.pagination_report a:hover {
    opacity: 0.6;
    color: #fff;
}
.pagination_report {
    float: right;
}
.search_block_admin select {
    width: 100%;
    height: 40px;
    padding: 6px 12px;
	border-radius: 0;
}
.search_block_admin input {
    width: 100%;
    height: 40px;
    padding: 6px 12px;
	border-radius: 0;
	background: transparent !important;
}

.search_block_admin input.btn {
    width: auto;
    float: right;
    margin: 0 15px;
    min-width: 100px;
    height: 40px;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 0;
	background-color: #337ab7 !important;
}
.search_block_admin input.btn:hover {
    opacity:0.8;
}
.search_block_admin {
    margin-bottom: 25px;
}

span.edit a {
    color: #fff;
	text-decoration:none;
	background: #4CAF50;
    padding: 6px 12px;
}
span.edit a:hover {
	opacity:0.8;
}

span.trash a {
    color: #fff;
	text-decoration:none;
	background: #ff0000;
    padding: 6px 12px;	
}
span.trash a:hover {
    opacity:0.8;	
}
.reports_block_right .form-wrap label {
    text-align: left;
}
.reports_block h1.wp-heading-inline {
    text-align: left;
    font-size: 26px;
    padding-bottom: 10px;
    position: relative;
}

.reports_block h1.wp-heading-inline:after {
    content: "";
    position: absolute;
    border-bottom: 2px solid #9E9E9E;
    bottom: 0;
    left: 0;
    width: 100px;
}
.uploadcsv p.submit input.button {
    width: auto;
    min-width: 100px;
    height: 40px;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 0;
}
.table td.right {
    text-align: right;
}
.table th.right {
    text-align: right;
}