/**
CSS apply on admin-setting file
**/

#wpgdpr_settings_form{
    width: 95%;
}

.wpgdpr_sub_st_control{
    float: right;
    margin-top: 5px;
}

[data-advance="set_advance"]{
    /*display: none;*/
}
.wpgdpr-heading-line{
    width:97%;
}
.wpgdpr-spinner{
    background: url(wpgdpr-loader.gif) no-repeat;
    background-size: 20px 20px;
    display: inline-block;
    vertical-align: middle;
    opacity: .7;
    width: 20px;
    height: 20px;
    margin: 4px 10px 0;
}
.wpr_sub_st_control input:disabled{
    cursor: pointer;
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

/*end work*/
.wpgdpr-settings-wrapper{
    border: 2px solid #d1d2d473 ;
    padding: 25px;
    width: 99%;
    background-color: #ffffff;
}
.wpgdpr-label-text{
    font-style: normal;
    display: block;
    font-size: 16px !important;
    font-family: serif !important;
    font-variant: slashed-zero; 
}
.wpgdpr-desc-text{
    font-size: 12px !important;
    display: block;
    font-style: italic;
    margin-left: -123px !important;
    color: #a09393;
}
.wpgdpr-text-option{
    margin-top: 0px;
    width: 65%;
}
.wpgdpr-select-design{
    width: 63%;
    background-color: #c4cacf42;
    border-radius: 6px;
}
.wpgdpr-alert-display{
    display: none;
}
.wpr_save_alert{
    padding: 7px;
    background-color: #efd9d9;
    margin-left: 88px;
    margin-top: -37px;
    font-size: 15px;
    font-weight: bold;
    font-family: sans-serif;
    border-left: 9px solid #46b450;
}
.wpr_sub_st_control{
    display: block;
    margin-top: 14px;
}
.tb-control{
    table-layout: fixed;
}
.wpgdpr-chk-option{
    display: inline;
    margin-left: 7px;
}
.wpgdpr-option-width{
    width: 63% !important;
    display: block;
}
/*end of this file css*/

.wpgdpr-divider-heading {
    background: #dbdcde !important; 
    font-weight: bold;
}
.form-table tr:not(.wpgdpr-divider-heading) td.wpgdpr-label-text {
    padding-left: 35px !important;
}
.form-table td {
    padding: 9px !important;
 }
.color {
    color: #00a0d2;
}
.wpgdpr-img-control {
    width: 10%;
    height: 24px;
    display: inline;
    margin-right: 7px;
}