#wpwrap{
    background-color: #f1f1f1 !important;
}
.oxilab-admin-wrapper{
    width: 100%;
    float: left;
    font-family:  -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;   
}
.oxilab-admin-row{
    width: 100%;
    float: left;
}
.oxilab-admin-style-preview-bottom-left, .oxilab-admin-style-preview-bottom-left-import{
    width: calc(100% - 200px);
    float: left;
    line-height: 38px;
    font-size: 24px;
    text-align: center;
}

.oxilab-admin-style-preview{
    width: 100%;
    float: left;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;    
    -ms-border-radius: 5px;    
    -o-border-radius: 5px;    
    -mos-border-radius: 5px;    
    border-radius: 5px;
    box-shadow: 0 0 3px #898989;
}
.oxilab-admin-style-preview-top{
    background-color: #FFF;
    padding: 20px;
    width: 100%;
    float: left;
    -webkit-border-radius: 5px 5px 0 0;    
    -ms-border-radius: 5px 5px 0 0;     
    -o-border-radius: 5px 5px 0 0;     
    -mos-border-radius: 5px 5px 0 0;    
    border-radius: 5px 5px 0 0;    
}
.oxilab-admin-style-preview-bottom{
    width: 100%;
    float: left;
    padding: 10px;
    -webkit-border-radius: 0 0 5px 5px;       
    -ms-border-radius: 0 0 5px 5px;       
    -o-border-radius: 0 0 5px 5px;     
    -mos-border-radius: 0 0 5px 5px;       
    border-radius:  0 0 5px 5px;    
}
.oxilab-admin-style-preview-bottom-left-import{
    width: calc(100% - 90px);
}
.oxilab-admin-style-preview-bottom-right, .oxilab-admin-style-preview-bottom-right-import{
    width: 200px;
    float: left;
    line-height: 38px;
}
.oxilab-admin-style-preview-bottom-right-import{
    width: 90px;
    text-align: right;
}
.oxilab-admin-style-panel-left{
    width: calc(100% - 275px);
    float: left;
}
.oxilab-admin-style-panel-right{
    width: 265px;
    margin-left: 10px;
    float: left;
}
.oxilab-admin-item-panel{
    width: 100%;
    float: left;
    border: 1px solid #e5e5e5;
}
.oxilab-admin-add-new-headding{
    width: 100%;
    float: left;   
    font-size: 14px;
    padding: 8px 12px;
    margin: 0;
    line-height: 1.4;
    color: #23282d;
    background-color: #fff;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
}
.oxilab-admin-add-new-item{
    width: 100%;
    float: left;
    padding: 30px;
    text-align: center;
    background-color: #fff;
    color: #999999;
    cursor: pointer;
    transition:  all 0.2s linear;
}
.oxilab-admin-add-new-item span{
    width: 100%;
    float: left;
    border:  4px dotted;
    border-color: #999;
    font-size: 20px;
    font-weight: 600;
    padding: 30px  10px;
}
.oxilab-admin-add-new-item span i{
    font-size: 100px;
    display: block;
    padding-bottom: 10px;
}
.oxilab-admin-add-new-item:hover{
    background-color:#999999 ;
    color: #fff;
}
.oxilab-admin-add-new-item:hover span{
    border-color: #fff;
}

.oxilab-shortcode{
    width: 100%;
    float: left;
    border: 1px solid #e5e5e5;
    margin-top: 10px;
    margin-bottom: 10px;
}
.oxilab-shortcode-heading{
    width: 100%;
    float: left;   
    font-size: 14px;
    padding: 8px 12px;
    margin: 0;
    line-height: 1.4;
    color: #23282d;
    background-color: #fff;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
}
.oxilab-shortcode-body{
    width: 100%;
    float: left;
    background: #fff;
    padding: 10px 12px 20px;
}
.oxilab-shortcode-body em{
    font-size: 14px;
    font-weight: 600;
    display: block;
    line-height: 1.4;
    padding-bottom: 10px;
}
.oxilab-shortcode-body span{
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    float: left;
    margin: 15px auto;
}
.oxilab-admin-style-panel-left-settings{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.oxilab-admin-style-panel-left-settings-row{
    width: 100%;
    float: left;
}
.oxilab-admin-style-panel-left-preview{
    width: 100%;
    float: left;
}

.oxilab-tabs-wrapper{
    width: 100%;
    float: left;
}
.oxilab-tabs-ul{
    width: 100%;
    float: left;
    list-style: none;
    display: flex;
    text-align: center;
    justify-content: flex-start;
    margin-bottom: 0;
}
.oxilab-tabs-ul li{
    width: calc(26% - 5px);
    float: left;
    z-index: 2;
    position: relative;
    bottom: -1px;
    list-style: none;
    cursor: pointer;
    margin-bottom: 0;
    border-top: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-color: #e5e5e5;
    padding: 15px 10px;
    text-align: center;
    background-color:  #f7f7f7;
    color: #999;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    border-radius: 5px 5px 0 0;
    margin-right: 5px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
.oxilab-tabs-ul li:last-child{
    margin-right: 0;
}
.oxilab-tabs-ul li.active{
    color: #23282d;
    background-color:  #ffffff;
    border-bottom-color: #ffffff;
}
.oxilab-tabs-content{
    width: 100%;
    float: left;

}
.oxilab-tabs-content-tabs{
    display: none;
    border: 1px solid #e5e5e5;
    background-color:#ffffff;
    width: 100%;
    float: left;
    font-family:  -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
.oxilab-tabs-content-tabs.active{
    display: block;
}
.oxilab-setting-save{
    width: 100%;
    float: left;
    padding: 10px 20px;
    text-align: right;
    background-color: #fff;
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-color: #e5e5e5;
}

.oxilab-admin-style-panel-left-preview{
    width: 100%;
    float: left;
    margin-top: 20px;
    border: 1px solid #e5e5e5;
}
.oxilab-admin-style-panel-left-preview-heading{
    width: 100%;
    float: left;
    padding: 10px 20px;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
}
.oxilab-admin-style-panel-left-preview-heading-left{
    width: calc(100% - 120px);
    float: left;
    padding-left: 10px;
    font-size: 24px;
    line-height: 24px;
    color: #585858;
    font-weight: 600;
}
.oxilab-admin-style-panel-left-preview-heading-right{
    width: 120px;
    float: left;
}
.oxilab-preview-data{
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 20px 10px;
}
.oxilab-tabs-content-div-50{
    width: 50%;
    float: left;
}
.oxilab-tabs-content-div{
    width: calc(100% - 22px);
    float: left;
    margin: 10px;
    border: 1px solid #F7F7F7;
    padding: 50px 10px 10px;
    position: relative;
    border-radius: 5px;
}
.oxilab-tabs-content-div .head-oxi{
    font-size: 16px;
    font-weight: 600;
    background-color: #F7F7F7;
    line-height: 40px;
    position: absolute;
    color: #777;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin-bottom:  10px;
    border-radius: 5px 5px 0 0 ;
}
.col-xs-12-div{
    width: 100%;
    position: relative;
}
.col-xs-8-div{
    width: 69%;
    position: relative;
    display: inline-block;
}
.col-xs-4-div{
    width: 30%;
    position: relative;
    display: inline-block;
}
.col-xs-6-div{
    width: 50%;
    position: relative;
    display: inline-block;
}
.col-xs-2-div{
    width: 15%;
    position: relative;
    display: inline-block;
}
.col-xs-12-div-team-data{
    padding-bottom: 8px;
}

.oxilab-ab-id{
    position: relative;
}
.oxilab-admin-absulote{
    position: absolute;
    top: 0;
    right: 0;
    z-index: +1;
    opacity: 0;
    transition: all 0.2s linear;
}
.oxilab-ab-id:hover .oxilab-admin-absulote{
    opacity: 1;   
}
.oxilab-style-absulate-edit{
    display: inline-block;
    margin-right: 5px;
}
.oxilab-style-absulate-delete{
    display: inline-block;
}
.row .nopadding{
    padding-left: 5px;
    padding-right: 5px;
}
.form-group-sm .nopadding .form-control{
    padding: 4px 1px;
}
@media only screen and (max-width: 800px) {
    .oxilab-admin-style-panel-left{
        width: 100%;
        padding-bottom: 20px;
    }
    .oxilab-admin-style-panel-right{
        margin-left: 0;
        width: 275px;
    }
}
@media only screen and (max-width: 400px) {
    .oxilab-admin-style-panel-right{
        width: 100%;
    }
}

.font-select {
    font-size: 16px;
    width: 100%;
    position: relative;
    display: inline-block;
    zoom: 1;
    margin: 0;
    *display: inline;
}

.font-select .fs-drop {
    background: #fff;
    border: 1px solid #aaa;
    border-top: 0;
    position: absolute;
    top: 29px;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
    -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
    -o-box-shadow     : 0 4px 5px rgba(0,0,0,.15);
    box-shadow        : 0 4px 5px rgba(0,0,0,.15);
    z-index: 999;
}

.font-select > a {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
    background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
    background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
    background-image: -o-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
    background-image: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
    background-image: linear-gradient(top, #eeeeee 0%,#ffffff 50%);
    -webkit-border-radius: 4px;
    -moz-border-radius   : 4px;
    border-radius        : 4px;
    -moz-background-clip   : padding;
    -webkit-background-clip: padding-box;
    background-clip        : padding-box;
    border: 1px solid #aaa;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 32px;
    line-height: 32px;
    padding: 0 0 0 8px;
    color: #444;
    text-decoration: none;
}

.font-select > a span {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1.8;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    cursor: pointer;
}

.font-select > a div {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius   : 0 4px 4px 0;
    border-radius        : 0 4px 4px 0;
    -moz-background-clip   : padding;
    -webkit-background-clip: padding-box;
    background-clip        : padding-box;
    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
    background-image: -ms-linear-gradient(top, #cccccc 0%,#eeeeee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 );
    background-image: linear-gradient(top, #cccccc 0%,#eeeeee 60%);
    border-left: 1px solid #aaa;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    height: 100%;
    width: 18px;
}

.font-select > a div b {
    background: url('fs-sprite.png') no-repeat 0 1px;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.font-select .fs-drop {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius   : 0 0 4px 4px;
    border-radius        : 0 0 4px 4px;
    -moz-background-clip   : padding;
    -webkit-background-clip: padding-box;
    background-clip        : padding-box;
}

.font-select .fs-results {
    margin: 0 1px 4px 0;
    max-height: 190px;
    padding: 0 0 0 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

.font-select .fs-results li {
    line-height: 80%;
    padding: 7px 7px 8px;
    margin: 0;
    list-style: none;
    font-size: 18px;
}

.font-select .fs-results li.active {
    background: #3875d7;
    color: #fff;
    cursor: pointer;
}
.font-select .fs-results li em {
    background: #feffde;
    font-style: normal;
}

.font-select .fs-results li.active em {
    background: transparent;
}

.font-select-active > a {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
    -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
    box-shadow        : 0 0 5px rgba(0,0,0,.3);
    border: 1px solid #5897fb;
}

.font-select-active > a {
    border: 1px solid #aaa;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    -moz-box-shadow   : 0 1px 0 #fff inset;
    -o-box-shadow     : 0 1px 0 #fff inset;
    box-shadow        : 0 1px 0 #fff inset;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
    background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
    background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
    background-image: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
    background-image: linear-gradient(top, #ffffff 0%,#eeeeee 50%);
    -webkit-border-bottom-left-radius : 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft : 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius : 0;
    border-bottom-right-radius: 0;
}

.font-select-active > a div {
    background: transparent;
    border-left: none;
}

.font-select-active > a div b {
    background-position: -18px 1px;
}
.oxi-team-style-clone{
    float: left;
}
.oxilab-form-multiselect .btn-group{    
    display: grid;
    width: 100%;
}
.oxilab-form-multiselect .dropdown-menu{
    max-height: 313px;
    overflow-y: scroll;
}
.oxilab-form-multiselect  li{
    margin-bottom: 0px;
}
.oxilab-form-multiselect .multiselect-container>li>a>label {
    padding: 7px 20px 7px 40px;
}

.col-xs-support-ihewc{
    width: calc(33.33% - 20px);
    margin: 10px 10px;
    float: left;
    background: #e0e0e0;
    border-radius: 4px;
    padding: 20px;
    transition: all linear 0.3s;
    margin-bottom: 30px;
}
.col-xs-support-ihewc:hover{
    transform: scale(1.05);
    background-color: #f3f3f3;
}
.col-xs-support-ihewc .ihewc-admin-support-icon{
    text-align: center;
    margin-bottom: 20px;
}
.col-xs-support-ihewc .ihewc-admin-support-icon [class^='fa']{
    background: #598AA8;
    padding: 20px;
    border-radius: 40px;
    color: #fff;
    font-size: 28px;
}
.col-xs-support-ihewc .ihewc-admin-support-heading{
    font-size: 20px;
    text-align: center;
    color: #000000;
    margin-bottom: 5px;
}
.col-xs-support-ihewc .ihewc-admin-support-info{
    text-align: center;
    color: #737373;
    margin-bottom: 20px;
}
.ihewc-admin-style-settings-div-css{
    width: 100%;
    float: left;
    padding: 20px 20px 20px 20px;
}



.oxilab-admin-notifications{
    position: relative;
    max-width: 1280px;
    margin: 20px 0 1px;
    padding: 20px 20px 0;
    border: 1px solid #e5e5e5;
    background-color: #fdfdfd;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}
.oxilab-admin-notifications h3{
    margin: -20px -20px 0;
    padding: 1em;
    border-bottom: 1px solid #ccc;
    background-color: #fdfdfd;
    font-size: 1.4em;
}
.oxilab-admin-notifications .dashicons-flag{
    color: rgb(93, 35, 122);
}
.oxilab-admin-notifications-holder{
    display: flex;
}
.oxilab-admin-notifications-holder p{
    font-size: 13px;
    line-height: 1.5;
    margin: 1em 0px;
}
.oxilab-admin-notifications-alert{
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px;
    padding: 0px 12px;
    border-left: 4px solid rgb(255, 255, 255);
    background: rgb(255, 255, 255);
    width: 100%;
    border-left-color: rgb(93, 35, 122);
}
.oxilab-admin-notifications-alert a{
    color: #dc128a;
    text-decoration: underline;
}
.oxilab-pro-only{
    color: red;
}
.form-group .col-sm-6 .col-xs-4{
    padding-right: 5px;
    padding-left: 5px;
}
#oxilab-admin-drag-drop li{
    cursor: move;    
}
#oxilab-admin-drag-drop li:hover,
#oxilab-admin-drag-drop li:focus{
   opacity: 0.7;
}
#oxilab-admin-drag-saving .fas{
    font-size: 80px;
    color:  green;
}