@import url("font-awesome.min.css");

body.post-new-php #titlewrap,body.post-php #titlewrap{margin-right:40px}.conwr-title-exp-pre{font-family:dashicons;position:absolute;left:0px;border-left:1px solid #dfdfdf;height:40px;border-right:none;border-top-left-radius:3px;border-bottom-left-radius:3px;width:21px;line-height:40px;cursor:pointer;padding-left:3px;padding-top:1px;font-size:1.4em;opacity:0.5;color:darkgreen}.conwr-title-exp-pre input{display:none}.conwr-title-exp-pre:before{content:"\f147"}.conwr-title-exp-pre:hover{opacity:0.8}label.conwr-title-label{left:17px;color:#bbb;position:absolute;font-size:1.7em;padding:8px 10px}#conwr-edit-slug-box{line-height:24px;min-height:25px;margin-top:5px;padding:0 10px;color:#666}#edit-slug-box{min-height:0}#conwr-title-add,#conwr-title-reset,#conwr-stat-selector{display:inline;margin-right:10px;white-space:nowrap}#conwr-title-reset{display:none;float:right;margin:0;margin-right:10px}#conwr-stat-selector{display:none;float:right;margin:0;position:relative;right:-10px;top:-10px}#conwr-stat-selector span{cursor:pointer;font-size:1.25em;margin:0 2px;opacity:0.5}#conwr-stat-selector span.active{opacity:1}.conwr-title-exp-pre.disabled{font-size:1.2em;padding-left:5px}.conwr-title-exp-pre.disabled:before{content:"\f530";color:darkred}.conwr-title-exp:focus{border-color:#dfdfdf !important}.conwr-title-exp{width:100% !important;border-left:none !important;border-right:none !important;float:left;font-size:1.7em;margin-left:0px !important;padding-left:27px !important;line-height:100%;border-radius:0px !important;-webkit-border-radius:0px !important;-moz-border-radius:0px !important}.conwr-title-exp-addon{position:absolute;right:40px;height:36px;margin-left:-4px;border-left:0px;padding-right:5px;border-top-right-radius:3px;border-bottom-right-radius:3px;width:125px;line-height:40px;background:transparent}.conwr-title-exp-addon .conwr-status{float:right;width:16px;height:100%;background-repeat:no-repeat;background-size:16px;margin-left:5px;background-position-y:11px;cursor:pointer}.conwr-title-exp-addon .conwr-status.conwr-unknown{background-image:url(../images/unknown.png)}.conwr-title-exp-addon .conwr-status.conwr-winner{background-image:url(../images/winner.png)}.conwr-title-exp-addon .conwr-status.conwr-loser{background-image:url(../images/loser.png)}.conwr-title-exp-addon .conwr-stats{float:right;cursor:pointer;margin-right:25px}.conwr-title-exp-addon .conwr-sl{width:38px;height:24px;margin-top:11px;margin-right:10px;float:right}.conwr-title-exp-addon .conwr-prob{position:absolute;top:0;right:-45px;font-size:1em;cursor:pointer}.conwr-title-exp-addon .conwr-prob ul{margin:0;padding:0}.conwr-title-exp-addon .conwr-prob ul li{list-style-type:none;display:none}.conwr-title-exp-addon .conwr-prob ul li.conwr-positive{color:darkgreen}.conwr-title-exp-addon .conwr-prob ul li.conwr-negative{color:darkred}.conwr-title-exp-addon .conwr-prob ul[showing="0"] li:first-child{display:block}.conwr-title-exp-addon .conwr-prob ul[showing="1"] li:last-child{display:block}.conwr-title-exp-addon .conwr-del{cursor:pointer;width:20px;height:20px;position:absolute;top:12px;right:3px;opacity:.4;font-size:1.25em}.conwr-title-exp-addon .conwr-del:hover{opacity:1}.cf{clear:both}#conwr-titles tr{border-bottom:1px solid #CCC}#conwr-titles tr td:nth-child(1) input{margin-top:4px}#conwr-titles tr td:nth-child(2){font-weight:normal;width:auto}#conwr-titles tr td:nth-child(2) input{width:100%}#conwr-titles tr td{width:1px;text-align:center;font-weight:bold;padding-bottom:6px}#conwr-titles tr td:last-child{width:50px}#conwr-titles-row{display:none}#conwr-meta-box{display:none}.updated.nag{border-left-color:red}th#conwr_titles{width:1.5em}td.conwr_titles{text-align:center;padding-top:14px !important;display:table-cell !important;width:35px !important}

.conwr-settings {
	font-family: "Open Sans", Arial;
}

.conwr-table {
    width: 100%;
	font-size: 14px;
}

.conwr-settings table.conwr-table td {
    padding: 5px !important;
}

.conwr-settings table.conwr-table th {
    text-align: left;
    font-weight: normal;
    width: 200px;
}

.conwr-settings table.conwr-table td input[type=text], .conwr-settings table.conwr-table td input[type=password] {
    width: 300px;
}

.conwr-settings table.conwr-table td input[type=text]:disabled {
    color: #666666;
}

.conwr-settings span.setting-description {
    margin-left: 10px !important;
    font-style: italic;
	font-size: 13px;
}

.stcon-settings-submit {
    padding-top: 20px;
}

/*---------------- TABS --------------*/
.stcon-tabs-menu {
    height: 35px;
    float: left;
    margin: 0;
    clear: both;
}

.stcon-tabs-menu li {
    height: 35px;
    line-height: 35px;
    float: left;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    font-size: 16px;
    width: 160px;
    text-align: center;
}

.stcon-tabs-menu li.current {
    position: relative;
    background-color: #2781D1;
    z-index: 5;
}

.stcon-tabs-menu li a {
    padding: 10px;
    color: #000;
    text-decoration: none; 
}

.stcon-tabs-menu .current a {
    color: #fff;
    font-weight: bold;
}

.stcon-tabs-menu li span {
    color: #000;
    cursor: pointer; 
}

.stcon-tabs-menu .current span {
    color: #fff;
    /*font-weight: bold;*/
}

.stcon-tab {
    width: 1000px;
    border: 1px solid #d4d4d1;
    background-color: #fff;
    margin-bottom: 20px;
}

.stcon-tab-content {
    padding: 20px;
    padding-top: 40px;
    display: none;
    background-color: #FAF8F8;
}

#titles {
    display: block;   
}



/*---------------- keywords wrapper -----------------*/
.conwr-kw-wrapper {
    width: 100%;
    text-align: right;
}

    .conwr-kw-wrapper .conwr-kw-inner {
        display: inline-block;
        width: auto;
        min-width: 300px;
        padding: 10px;
        border-radius: 3px;
        border: solid 0.5px #9b9b9b;
        background-color: #e4e4e4;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 15px;
    }

table.conwr-kw-table {
    margin: 0;
    padding: 0;
    width: 100%;
}

    table.conwr-kw-table td {
        font-size: 15px;
    }

    table.conwr-kw-table td.kw-label {
        font-weight: 400;
        text-align: right;
        width: 100px;
        padding-right: 20px !important;
    }

    table.conwr-kw-table td.kw-value {
        text-align: left;
    }

    table.conwr-kw-table td.kw-value span.first-value {
        display: inline-block;
        min-width: 20px;
    }

    table.conwr-kw-table td.kw-value span.first-value.green {
        font-weight: bold;
        color: #417505;
    }

    table.conwr-kw-table td.kw-value span.second-value {
        font-weight: normal;
    }

    table.conwr-kw-table .writer-info-wrapper {
        background: #4a4a4a;
        border-radius: 2px;
        padding: 3px 10px;
        margin-bottom: 5px;
        color: #ffffff;
        font-family: "Helvetica Neue", sans-serif;
    }

    table.conwr-kw-table .writer-info-wrapper span {
        margin: 0 5px;
    }

    table.conwr-kw-table .writer-info-wrapper span a {
        color: #ffffff;
        outline: none;
    }

    table.conwr-kw-table .writer-info-wrapper i.fa.fa-heart {
        color: #d0021b;
        font-size: 20px;
        position: relative;
        top: -5px;
    }

.conwr-kw-wrapper a:focus, .conwr-kw-wrapper a:focus .media-icon img {
    box-shadow: none !important;
}

/*---------------- modal popup ----------------*/
.conwr-modal-background {
    display: none;
    z-index: 99997;
    background: #000;
    opacity: 0.3;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.conwr-writer-popup-wrapper {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: auto;
    padding: 15px;
    background: #fff;
    text-align: center;
    z-index: 99998 !important;
    border-radius: 5px;
    background-color: #ffffff;
    border: solid 0.5px #979797;
    font-family: arial;
    text-align: left;
}

.conwr-writer-popup-inner {
    border-radius: 2px;
    border: solid 0.5px #aaa;
    color: #000;
}

.conwr-writer-popup-inner .popup-title {
    font-size: 24px;
    padding: 20px;
    font-weight: bold;
}

.conwr-writer-popup-inner .popup-close {
    position: absolute;
    top: 20px;
    right: 22px;
    cursor: pointer;
}

.conwr-writer-popup-inner .popup-close i {
    font-size: 24px;
    color: #4a4a4a;
}

/*-------------- Popup Tabs --------------*/
.popup-tab {
    overflow: hidden;
    margin-left: 20px;
}

.popup-tab a {
    background-color: #eeeeee;
    border: solid 0.5px #d6d7d2;
    border-right: 0;
    border-bottom: 0;
    float: left;
    outline: none;
    padding: 14px 16px;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
}

    .popup-tab a:last-child {
        border-right: solid 0.5px #d6d7d2;
    }

.popup-tab a:hover {
    background-color: #ddd;
}

.popup-tab a.active {
    background-color: #fff;
}

.popup-tab a:focus {
    box-shadow: none !important;
}

.popup-tabcontent {
    display: none;
    padding: 10px;
    border-top: 1px solid #ccc;
}

    .popup-tabcontent table.conwr-kw-table td {
        padding: 10px 0;
    }

.action-buttons {
    padding: 10px 20px 15px 0;
    text-align: right;
}

.action-buttons a {
    color: #fff;
    margin-left: 20px;
    text-decoration: none;
    border-radius: 2px;
}

.submit-wf-button {
    padding: 10px 50px;
    background-color: #2388d9;
    border: solid 0.5px #006dc5;
}

.cancel-button {
    padding: 10px 42px;
    background-color: #fab94d;
    border: solid 0.5px #ee9f1d;
}

.popup-loader {
    display: none;
    position: relative;
    right: 100px;
}

.popup-error {
    display: none;
    position: absolute;
    left: 0;
    top: calc(50% - 40px);
    width: 508px;
    padding: 20px 10px;
    text-align: center;
    background-color: #ff0000;
    border: 1px solid #8d8d8d;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
}
