/**
 * All of the CSS for your dashboard-specific functionality should be
 * included in this file.
 */

/**
* Field CSS
*/
.pcs_field_left{
    width:30%;
    float: left;
}
.pcs_field_left h4{
    margin: 0;
    font-size: 15px;
}
.pcs_field_right{
    width: 70%;
    float: left;
}

.group .odd.section {
    background-color: #f9f9f9;
}
.group .even.section {
    background-color: #ecf0f1;
}


/**
* Sub Section CSS
*/
.section.section-info{
    background-color: #E5E5E5;
}
.section.section-info h4{
    margin: 0;
    padding: 0px 3px 0px 0;
    font-size: 21px;
}
.pcs_sub_section_desc{
    margin-top: 7px;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 6px;
    background-color: #fff;
}


/**
* Spinner and message CSS
*/
.pc_setting_spinner_overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    display: none;
    opacity: 0.7;
    z-index: 9999;
}
.pc_setting_spinner_wrapper{
    z-index: 9999;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    opacity: 1 !important;
    display: none;
}
.pc_setting_spinner{
    z-index: 10000;
}
.pc_setting_spinner i{
    font-size: 75px;
    color: #fff;
}
.pc_setting_message{
    background: #EAE3E3;
    border-left: 0;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    margin: 0;
    font-size: 18px;
    z-index: 10001;
    max-width: 500px;
    text-align: center;
    right: initial;

}
.pc_setting_message .pc_setting_success, .pc_setting_message .pc_setting_error {
    padding: 18px 12px;
    border-left: 4px solid #fff;
}
.pc_setting_message .pc_setting_success{
    border-color: #7ad03a;
}
.pc_setting_message .pc_setting_error{
    border-color: red;
}

.pc_shortcode_content{
    padding: 10px;
    font-size: 14px;
    line-height: 19px;
    word-spacing: 4px;
}



/**
* About CSS
*/
.pc_about_wrapper{
    background-color: #0073AA;
    padding: 10px;
    border-radius: 5px;
}
.pc_about_wrapper span{
    color: #fff;
    font-size: 20px;
}
.pc_about_wrapper a{
    text-decoration: none;
    color: #DDDDDD;
}