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

.seldosseo{
    font-family:arial,sans-serif;
}.seldosseo .pageTitle{
    padding:10px 0px 20px;
}
 
/* TABS */
.seldos-tabs{
    float:left;
    width:100%;
    position: relative;
    z-index: 9;
}.seldos-tabs .tab{
    float:left;
    padding:10px 20px;
    font-size:14px;
    cursor:pointer;
    border-radius:5px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
    font-size: 18px;
    color: #909090;
}.seldos-tabs .tab.active{
    background:#fff;
    /* border:1px solid #101010; */
    border-bottom:none;
    color: #000000;
}
.seldos-tabsContent{
    float:left;
    width:100%;
    background:#fff;
    padding:10px;
    box-sizing:border-box;
    /* border: 1px solid #000; */
    margin-top: -1px;
}.seldos-tabsContent .tabContentHead{
    float:left;
    width: calc(100% - 30px);
    border-bottom: 1px solid #eaeaea;
    font-size: 15px;
    padding: 10px 0px;
    font-weight: 600;
    margin: 0px 15px;
    color: #505050;
}
/* TABS */

/* FORM ELEMENTS */
.seldos-formElement{
    float:left;
    width: calc(100% - 30px);
    margin-bottom:15px;
    margin: 0px 15px 15px;
}.seldos-formElement label{
    float:left;
    padding: 10px 0px;
    font-weight: bold;
    margin: 0px;
}.seldos-formElement.labelUp label{
    float:left;
    width:100%;
}.seldos-formElement label + input{
    float:left;
    padding: 10px;
}.seldos-formElement.labelUp input[type="text"]{
    float:left;
    width:100%;
    margin: 0px;
}.seldos-formElement.labelUp textarea{
    float: left;
    width: 100%;
    height: 100px;
    margin: 0px;
    resize: none;
}.seldos-formElement .radioButton{
    float:left;
    margin-right: 15px;
}.seldos-formElement .radioButton input[type="radio"]{
    float:left;
    margin-top: 10px;
}.seldos-formElement .radioButton label{
    float:left;
    margin: 0px 10px 0px 4px;
}.seldos-formElement .checkbox{
    float:left;
    margin-right: 15px;
}.seldos-formElement .checkbox input[type="checkbox"]{
    float:left;
    margin-top: 10px;
}.seldos-formElement .checkbox label{
    float:left;
    margin: 0px 10px 0px 4px;
}
.buttons{
    float:left; width:100%;
}
.buttons button{
    float:left;
    padding: 10px 20px;
    border:none;
    background:#007fff;
    color: #fff;
    border-radius: 5px; cursor:pointer;
}
/* FORM ELEMENTS */

/* GRID */
.col-10{
    float:left; width:calc(100% / 1);
}.col-9{
    float:left; width:calc(100% / 1.3);
}.col-8{
    float:left; width:calc(100% / 1.5);
}.col-7{
    float:left; width:calc(100% / 1.7);
}.col-6{
    float:left; width:calc(100% / 1.9);
}.col-5{
    float:left; width:calc(100% / 2);
}.col-4{
    float:left; width:calc(100% / 2.3);
}.col-3{
    float:left; width:calc(100% / 2.5);
}.col-2{
    float:left; width:calc(100% / 2.7);
}.col-1{
    float:left; width:calc(100% / 3);
}
/* GRID */

.searchEnginePreview{
    float:left; width:100%;
}.searchEnginePreview .tab{
    background: #fff;
}.searchEnginePreview .tab.active{
    background: #03a9f4c7;
}.searchEnginePreview .preview-title{
    font-size: 18px !important;
    font-weight: bold !important;
    /* margin-bottom: 10px !important; */
}

/* COMİNG SOON */
.coming-soon{
    float:left; width:100%; text-align:center; font-size:22px; margin-top:20px;
}
/* COMİNG SOON */

/* GOOGLE PREVİEW */
.google-preview{
    float:left; width:100%;
}.google-preview .title{
    float:left;
    width: 600px;
    cursor: pointer;
    color: #1a0dab;
    font-size: 18px;
    font-family: arial,sans-serif;
    line-height: 1.2;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}.google-preview .url{
    float:left;
    width: 600px;
    color: #006621;
    font-size: 14px;
    white-space: nowrap;
}.google-preview .desc{
    float:left;
    width: 600px;
    color: #545454;
    line-height: 1.4;
    word-wrap: break-word;
    font-size: small;
    font-family: arial,sans-serif;
    line-height: 1.2;
    text-align: left;
}
/* GOOGLE PREVİEW */

/* YANDEX PREVİEW */
.yandex-preview{
    float:left; width:100%;
}.yandex-preview .title{
    float:left;
    width: 536px;
    cursor: pointer;
    font-size: 18px;
    font-family: arial,sans-serif;
    line-height: 1.2;
    text-align: left;
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #00c;
    font-weight: 400;
}.yandex-preview .url{
    float:left;
    width: 536px;
    color: #070;
    font-size: 14px;
    white-space: nowrap;
}.yandex-preview .desc{
    float:left;
    width: 536px;
    color: #545454;
    word-wrap: break-word;
    font-size: 13px;
    font-family: arial,sans-serif;
    line-height: 1.2;
    text-align: left;
}
/* YANDEX PREVİEW */

/* OTHER */
hr{
    float:left;
    width:100%;
    height: 1px;
    background: #f3f3f3;
    border:  none;
}
.postbox{
    float:left; width:100%; box-sizing:border-box;
}
#poststuff .inside{
    float:left; width:100%; box-sizing:border-box;
}
.seldos-code{
    float: left;
    width: calc(100% - 39px);
    margin: 15px;
    padding: 5px;
}
/* OTHER */