/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 .pcfcn-topic{
	margin: 30px; 
 }
 .pcfcn-notices{
	 margin: 30px 30px 0px 30px; 
	 width: 90%;
 }
 .postbox {
    position: relative;
    min-width: 255px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    background: #fff;
	margin: 30px;
}
.postbox, .stuffbox {
    margin-bottom: 20px;
    padding: 0;
    line-height: 1;
}
.postbox h3 {
    font-size: 14px;
    padding: 8px 12px;
    margin: 0;
    line-height: 1.4;
}
.inside {
    margin: 0;
    padding: 0;
}
table.acf_input tbody tr td.label {
    width: 24%;
    vertical-align: top;
    background: #F9F9F9;
    border-top: 1px solid #f0f0f0;
    border-right: 1px solid #E1E1E1;
}
table.acf_input tbody tr td.label label {
    display: block;
    font-size: 13px;
    line-height: 1.4em;
    font-weight: bold;
    padding: 0;
    margin: 0 0 3px;
    color: #333;
}
table.acf_input tbody tr td.label p {
    display: block;
    font-size: 12px;
    line-height: 1.4em;
    padding: 0 !important;
    margin: 3px 0 0 !important;
    font-style: normal;
    line-height: 16px;
    color: #899194;
}
table.acf_input tbody tr td {
    padding: 13px 15px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 0 none;
}
input[type="text"], table.acf_input input[type="number"], table.acf_input textarea, table.acf_input select {
    width: 99.95%;
    padding: 3px 5px;
    outline: none;
}
.acf-input-wrap input {
    height: 31px;
    margin: 0;
}
ul.acf-checkbox-list label {
    display: inline-block;
    min-width: 75px;
    font-weight: bold;
}
ul.acf-checkbox-list li input {
    margin: 2px 5px 0 0;
    vertical-align: top;
}
input[type=checkbox], input[type=radio] {
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
}
.btn {
    border-radius: 0;
    font-size: 11px;
    border: 1px solid #fff;
    font-weight: 100;
    color: #ffffff !important;
    padding: 7px 10px;
    text-transform: capitalize;
}
.btn {
    border-color: #b1b1b1;
    background-color: #b1b1b1;
    box-shadow: inset 0 0 0 0 #74a632;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}