/********************
** Tabs Accordion Plugin Stylesheet
********************/
.tbacc-header.tbacc-i-header {
    padding: 10px;
    border-bottom: 4px solid #76b83f;
    width: 95%;
    margin: 20px auto 0px auto;
}
.tbacc-header .tbacc-left-header {
    width: 50%;
    float: left;
        margin: 16px 0px 0px 25px;
}
.tbacc-header .tbacc-left-header h2.tbacc-admin-page-heading {
    font-size: 2em;
    margin-bottom: 0px;

}
.tbacc-header .tbacc-right-header {
    width: auto;
    float: right;
    margin-right: 25px;
}


.tbacc-sprite {
    background-image: url('../images/tbacc-sprite.png');
    background-repeat: no-repeat;
    display: block;
}

.tbacc-add-more {
    width: 32px;
    height: 32px;
    background-position: -5px -5px;
}

.tbacc-add-new {
    width: 64px;
    height: 64px;
    background-position: -47px -5px;
}

.tbacc-delete {
    width: 32px;
    height: 32px;
    background-position: -121px -5px;
}

.tbacc-edit {
    width: 64px;
    height: 64px;
    background-position: -121px -47px;
}

.tbacc-edit-small {
    width: 32px;
    height: 32px;
    background-position: -5px -47px;
}

.tbacc-listing {
    width: 64px;
    height: 64px;
    background-position: -5px -121px;
}

.tbacc-remove {
    width: 32px;
    height: 32px;
    background-position: -79px -121px;
}

.tbacc-save {
    width: 64px;
    height: 64px;
    background-position: -121px -121px;
}

.tbacc-save-small {
    width: 32px;
    height: 32px;
    background-position: -163px -5px;
}

.tbacc-setting {
    width: 64px;
    height: 64px;
    background-position: -205px -5px;
}

.tbacc-setting-small {
    width: 32px;
    height: 32px;
    background-position: -47px -79px;
}
.tbacc-clear{
    clear: both;
}
.tbacc-content {
    width: 95%;
    margin: 50px auto;
}

.tbacc-tab-accordion-form-wrap {
    width: 100%;
    background-color: #d3f9a9;
    border-radius: 5px;
    border: 1px solid #80bf3f;
}
.tbacc-tab-accordion-content-wrap {
    width: 90%;
    margin: 50px auto;
}
.tbacc-tab-accordion-content {
    margin-bottom: 10px;
    border-bottom: 1px dashed #80bf3f;
}
.tbacc-inner-content {
    width: 100%;
    border: 1px solid #80BF0B;
    border-radius: 25px 18px 25px 0px;
    margin: 25px 0px;
    padding: 0px;
}
.tbacc-left-content {
    width: 45px;
    height: 45px;
    background: #80BF0B;
    border-radius: 25px 0px 11px 0px;
    color: #d3f9a9;
    margin-top: -1px;
    float: left;
}
.tbacc-left-content span {
    display: block;
    vertical-align: top;
    margin-left: 16px;
    padding-top: 14px;
    font-size: 23px;
    font-weight: bold;
}
.tbacc-right-content {
    width: 32px;
    height: 32px;
    float: right;
}
.tbacc-remove-button-wrap{
    display: none;
}
.tbacc-form-controls-wrap {
    width: 85%;
    margin: 20px auto;
}
.tbacc-form-group {
    padding: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #555555;
}
.tbacc-form-group label {
    font-size: 15px;
}
.tbacc-form-group.tbacc-checkbox-group label{
    width: 100%
}
.tbacc-form-group.tbacc-checkbox-group label span{
    font-style: italic;
}
.tbacc-form-group input[type=text].tbacc-form-control{
    width: 100%;
    line-height: 25px;
}
.tbacc-form-group input[type=text].tbacc-form-control:focus,.tbacc-form-group input[type=text].tbacc-form-control:active{
    border-color: #80bf3f;
}
.tbacc-form-group input[type=text].tbacc-form-control.tbacc-error{
    border-color: #EF5F4B;
}
.tbacc-form-group .wp-editor-wrap{
    width: 100%;
}
.tbacc-error .wp-editor-container{
    border-color: #EF5F4B;
}
.tbacc-form-group em{
    color: #DC143C;
}
.tbacc-form-group input[type=checkbox]:checked:before {
    color: #d3f9a9;
}
.tbacc-form-group input[type=checkbox]:checked {
    background-color: #80bf3f;
}
.tbacc-form-group input[type=checkbox]:focus,.tbacc-form-group input[type=checkbox]:active{
    border-color: #80bf3f; 
}
.tbacc-dependent-field{
    display: none;
}
.add-more-tab-accordion {
    margin: 0px 45px 15px 0px;
    text-align: right;
    float: right;
}

.save-tab-accordion {
    float: left;
    margin: 0px 0px 15px 45px;
}
button.tbacc-button{
    border-color: #80bf3f;
    background-color: #80BF0B;
    color: #ffffff;
    width: 120px;
    text-align: left;
}

button.tbacc-button.tbacc-add-more-button{
    border-radius: 25px;
}
button.tbacc-button.tbacc-save-button{
    border-radius: 25px;
}
button.tbacc-button i.tbacc-sprite{
    display: inline-block;
}
button.tbacc-button span{
    display: inline-block;
    vertical-align: top;
    margin: 10px 2px;
}
button.tbacc-button.tbacc-save-button span{
    margin-left: 12px;
}
button.tbacc-button:hover,button.tbacc-button:focus,button.tbacc-button:active {
    background-color: #ffffff;
    color: #80BF0B;
    outline: none;
}
.tbacc-message {
    padding: 2px 8px;
    border: 1px solid;
    width: 50%;
    color: #ffffff;
    border-radius: 2px;
}
.tbacc-message.tbacc-success{
    background-color: #d3f9a9;
    border-color: #76b83f;
    color: #497f0b;
}
.tbacc-message.tbacc-error{
    background-color: #EF5F4B;
    border-color: #DC143C;
}
.tbacc-fullwidth {
    width: 96%;
    margin: 0px 0px 7px 25px;
}
.tbacc-message.tbacc-info{
    background-color: #80BF0B;
    border-color: #76b83f;
}
.tbacc-tab-accordion-table-wrap {
    width: 100%;
}
table.tab-accordion-table {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
    background-color: #d3f9a9
}
table.tab-accordion-table thead tr,table.tab-accordion-table tr:nth-child(even) {
    background-color: #b0e079;
}
table.tab-accordion-table thead tr{
    font-size: 16px;    
}
table.tab-accordion-table tbody tr td,table.tab-accordion-table thead tr th{
    text-align: center;
    padding: 8px;
    border: 1px solid #76b83f;
}

table.tab-accordion-table tbody tr td a{
    display: inline-block;
    text-decoration: none;
    padding:0px 5px; 
    border-right: 1px solid #80BF0B;
}
table.tab-accordion-table tbody tr td a:last-child{
    border:none;
}
.tbacc-top-right-content {
    text-align: right;
    padding: 5px;
}
.tbacc-bottom-content {
    margin-top: 10px;
}
.tbacc-bottom-left-content {
    float: left;
    width: 50%;
}
.tbacc-bottom-right-content {
    float: right;
    width: 50%;
    text-align: right;
}
.tbacc-page-display-count {
    font-size: 12px;
    font-style: italic;
    padding: 3px 6px;
}
.tbacc-page-display-count span{
    font-weight: 500;
}
.tbacc-bottom-right-content {
    float: right;
    width: 47%;
    padding: 3px 6px;
    text-align: right;
}
.tbacc-pagination{
    font-size: 14px;
}
.tbacc-pagination a{
    color: black;
    padding: 6px 10px;
    text-decoration: none;
    transition: background-color .3s;
    background-color: #d3f9a9;
    border:1px solid #76b83f;
    color: #497f0b;
    margin-left: 2px;
}
.tbacc-pagination a.active{
    background-color: #76b83f;
    border:1px solid #497f0b;
    color: #d3f9a9;
}
.tbacc-pagination a:active,.tbacc-pagination a:hover,.tbacc-pagination a:focus{
    background-color: #76b83f;
    border:1px solid #497f0b;
    color: #d3f9a9;
}
.tbacc-section {
    width: 90%;
    margin: 50px auto;
    border: 1px dotted #76b83f;
    border-radius: 5px;
    padding: 30px 4px 40px 9px;
}
.tbacc-setting-title {
    width: 97%;
    padding: 8px 10px;
    color: #ffffff;
    background-color: #80BF0B;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    border: 1px solid #76b83f;
}
.tbacc-setting-content {
    width: 90%;
    margin: 35px auto;
    border-bottom: 1px dashed #76b83f;
}
p.tbacc-help-text {
    font-size: 12px;
    padding: 0px 10px;
    font-style: italic;
}

.tbacc-setting-form .tbacc-form-group input[type=text].tbacc-form-control {
    width: 20%;
    margin-left: 45px;
    font-size: 15px;
}
.tbacc-setting-sub-title {
    font-size: 15px;
    color: #76b83f;
    font-weight: bold;
    background-color: #fff;
    padding: 6px 10px;
    border: 1px solid #76b83f;
    border-radius: 5px;
}
.tbacc-setting-sub-content {
    padding: 15px 10px;
}
.tbacc-range-group label{
    float:left;
}
.tbacc-setting-sub-content label{
    width: 15%;
    display: inline-block;
}
.tbacc-form-group input[type=range].tbacc-form-control {
    width: 70%;
    float: left;
    padding: 0px;
    margin: 0px 0px 0px 45px;
    -webkit-appearance: none;
    height: 20px;
    background: #76b83f;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 20px;
    border: 1px solid #80BF0B;
}
.tbacc-form-group input[type=range].tbacc-form-control::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    background: #497f0b;
    cursor: pointer;
    border-radius:25px;
} 
.tbacc-form-group input[type=range].tbacc-form-control::-moz-range-thumb {
    width: 30px;
    height: 30px;
    background: #497f0b ;
    cursor: pointer;
}
.tbacc-range-value {
    display: inline-block;
    position: relative;
    width: 6%;
    color: #497f0b;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    margin-left: 10px;
    border: 1px solid #76b83f;
}
.tbacc-range-value:after {
    position: absolute;
    top: 3px;
    left: -8px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #76b83f;
    border-bottom: 7px solid transparent;
    content: '';
}
.tbacc-form-group.tbacc-checkbox-group {
    width: 90%;
    margin: 0 auto;
}
textarea.tbacc-form-control.tbacc-custom-field {
    width: 100%;
    height: 200px;
    border-radius: 5px;
}

textarea.tbacc-form-control.tbacc-custom-field:focus,textarea.tbacc-form-control.tbacc-custom-field:active {
   border-color: #80bf3f;
}