@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');

/** UI KIT **/
.uk-button {
    -webkit-appearance: none;
    cursor: pointer;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: #666;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 12px;
    background: #f7f7f7;
    vertical-align: middle;
    line-height: 28px;
    min-height: 30px;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    border: 1px solid rgba(0,0,0,.2);
    border-bottom-color: rgba(0,0,0,.3);
    background-origin: border-box;
    background-image: -webkit-linear-gradient(top,#fff,#eee);
    background-image: linear-gradient(to bottom,#fff,#eee);
    border-radius: 4px;
    text-shadow: 0 1px 0 #fff;
}
.uk-button-mini {
    min-height: 20px;
    padding: 0 6px;
    line-height: 18px;
    font-size: 11px;
}
.uk-button-primary {
    background-color: #009dd8;
    color: #fff;
    background-image: -webkit-linear-gradient(top,#00b4f5,#008dc5);
    background-image: linear-gradient(to bottom,#00b4f5,#008dc5);
    border-color: rgba(0,0,0,.2);
    border-bottom-color: rgba(0,0,0,.4);
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}
.uk-button-success {
    background-color: #82bb42;
    color: #fff;
    background-image: -webkit-linear-gradient(top,#9fd256,#6fac34);
    background-image: linear-gradient(to bottom,#9fd256,#6fac34);
    border-color: rgba(0,0,0,.2);
    border-bottom-color: rgba(0,0,0,.4);
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}
.uk-badge {
    display: inline-block;
    padding: 0 5px;
    background: #009dd8;
    font-size: 10px;
    font-weight: 700;
    line-height: 14px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    text-transform: none;
    border: 1px solid rgba(0,0,0,.2);
    border-bottom-color: rgba(0,0,0,.3);
    background-origin: border-box;
    background-image: -webkit-linear-gradient(top,#00b4f5,#008dc5);
    background-image: linear-gradient(to bottom,#00b4f5,#008dc5);
    border-radius: 2px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}
.uk-grid-small>* {
    padding-left: 10px;
}
.uk-grid-small {
    margin-left: -10px;
}
/** UI KIT **/
/** SLIDER **/
.prs-slider-frame {
    float: right;
    width: 85px;
    height: 28px;
    background: #2c3e50;
    margin-right: 2px;
    padding: 4px;
    transform: skew(-7deg);
    margin-top:2px;
}

label.slider-label {
    margin: 5px;
    font-size: 14px;
    float: left;
}

.prs-box , .prs-box  * {
    box-sizing: border-box !important;
}

.prs-slider-frame .slider-button {
    display: block;
    margin: 0;
    padding: 0;
    width: 43px;
    height: 27px;
    line-height: 27px;
    background: #E64444;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-align: center;
    cursor: pointer;
    transition: all 0.6s;
}
.prs-slider-frame .slider-button.on {
    margin-left: 40px;
    background: #61c61b;
}
/** SLIDER **/

div#prs_seo {
    background: #00d2ff; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #00d2ff , #3a7bd5); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #00d2ff , #3a7bd5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    font-family: "Raleway";
    border-radius: 5px;
    box-shadow: 0 0 16px -3px #0e7316 inset;
    border: 0;
    padding: 5px;
}

div#prs_seo h2 > span {
    padding: 3px 5px 3px 5px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
}

#prs_seo h2.hndle.ui-sortable-handle {
    border: 0;
}

#prs_seo h2.hndle.ui-sortable-handle {
    border: 0 !important;
    display: inline-block !important;
    width: 375px !important;
    padding: 9px 0 !important;
    margin-left: 16px !important;
}

button.tab-button, button.tab-button,div#prs_seo .handlediv, .prs-slider-frame {
    border-radius: 4px;
}

div#prs_seo .handlediv {
    background: #2c3e50;
    color: white;
    transform: skew(-7deg);
    margin-right: 10px;
    margin-top:2px;
    height: 38px !important;
}
p.uk-form-help-block {
    font-size: 12px;
}
label.ps-label {
    font-weight: 700;
    border-bottom: 1px solid #bbbbbb;
    color: #404040;
}

.ps-label i.fa.fa-info-circle {
    color: #404f9e;
    font-size: 11px;
}

.prs-box {
    padding: 25px;
    background: white;
    border-radius: 5px;
}

.prs-serp {
    height: 210px;
    background: #fbfbfb;
    box-shadow: 0 0 11px -4px #909090 inset;
    margin-top: 11px;
    margin-bottom: 10px;
    border: 1px solid #F1F1F1;
    padding: 14px;
    box-sizing: border-box;
    overflow: auto;
}

ul.content-ul {
    max-height: 150px;
    overflow: auto;
    padding: 0 !important;
}

*::-webkit-scrollbar {
    width: 5px;  /* for vertical scrollbars */
    height: 5px; /* for horizontal scrollbars */
}

*::-webkit-scrollbar-track {
    background: rgb(92, 204, 183,0);
}

*::-webkit-scrollbar-thumb {
    background: #3a7cd5;
}


.prs-serp.left {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 210px;
    margin-bottom: 0;
}

.prs-serp.right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.beParent {
    display: none;
}

.prs-editor {
    margin-bottom: 2px;
    min-height: 21px;
    padding: 3px;
}

#prs-title:hover, #prs-description:hover {
    background: #dceeff;
    border-radius: 5px;
    cursor: text;
}

.prs-editor#prs-title {
    color: #1e0fbe;
    font-size: 24px;
    line-height: 1.2;
}

.prs-editor#prs-url {
    color: #006621;
    font-size: 16px;
    line-height: 16px;
}

.prs-editor#prs-description {
    font-size: 16px;
    line-height: 1.4;
    min-height: 105px;
}

span.count-seo-bold {
    font-weight: 700;
}

.count-seo-container-left {
    float: left;
    margin-left: 3px;
}

.count-seo-container-right {
    float: right;
    margin-right: 3px;
}

.ps-metric i.fa.fa-desktop {
    font-size: 10px;
}

.ps-metric i.fa.fa-mobile {
    font-size: 14px;
}

.prs-focus {
    background: #96AA2D;
    font-size: 14px;
    line-height: 0px;
    padding-left: 8px;
    color: white;
    border-bottom-left-radius: 4px;
}

.prs-focus label {
    height: 28px;
    line-height: 29px;
    padding-right: 6px;
    float: left;
    width: 18%;
    font-size: 13px;
}

.prs-focus input {
    float: left;
    width: 80%;
}

.cfix {
    clear: both;
}

.ps-label-block {
    display: block;
}

small.ps-metric {
    color: #333333;
    font-size: 13px;
    font-weight: 500;
    font-family: sans-serif;
    margin-bottom: 8px;
    display: block;
    background: white;
}

ul.content-ul {
    margin-top: 5px;
    padding-left: 15px;
}

i.green {
    color: #96AA2D;
}

i.red {
    color: red;
}
i.yellow {
    color: orange;
}
.uk-form-row {
    padding: 5px;
}
.prs-slider-frame.small {
    float: none;
    height: 23px;
    margin-bottom: 13px !important;
    display: inline-block;
}

.prs-slider-frame.small .slider-button {
    padding: 0;
    height: 15px;
    line-height: 16px;
}

.search-field input.default {
    width: 100% !important;
}

.slider-clear {
    clear: both;
}

.slider-container {
    padding: 2px;
    margin-bottom: 5px;
}

.slider-container .slider-label {
    float: none;
    font-weight: 700;
    margin-bottom: 4px;
    display: block;
}

.slider-container .prs-slider-frame {
    float: none;
}

.uk-form-row label {
    font-size: 12px;
    background: white;
    padding: 3px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-weight: 700;
}
.uk-form-row select {
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

.uk-form-row textarea {
    display: block;
    width: 100%;
    margin-left: -1px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

.uk-form-row input {
    width: 100%;
    margin-left: -1px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    padding: 6px;
}

.m-t-10 {
    margin-top: 10px;
}

.meta-robots-preview {
    background: white;
    height: 63px;
    line-height: 77px;
    text-align: center;
    font-size: 13px;
}

.prs-box {
    display: none;
}.prs-box.activated {
     display: block;
 }

button.tab-button {
    float: right;
    background: #2c3e50;
    color: white;
    font-weight: 700;
    border: 0;
    height: 36px;
    margin-right: 2px;
    padding: 1px 25px;
    cursor: pointer;
    transform: skew(-7deg);
    margin-top:2px;
}

button.tab-button:hover {
    background: #597385;
}

button.tab-button.activated {
    background: #4a5d6e;
}


small.ps-metric input {
    width: 100%;
    margin-left: -1px;
    margin-top: 0;
    border: 0;
}

.uk-grid-form-row label {
    font-weight: 700;
}

.uk-grid-form-row {
    margin-top: 14px;
}

.uk-grid-form-row select {
    min-width: 200px;
    border-radius: 4px;
}

.prs-h1 {
    color: rgb(44, 62, 80);
    font-weight:700;
}

.prs-h1 + .uk-form-help-block {
    margin-top:0;
}

.uk-button:disabled {
    background: #afafaf;
    border-color: #b7b7b7;
    color: white;
    cursor: no-drop;
}

.prs-editor[contenteditable=true]:empty:before{
    content: attr(placeholder);
    display: block; /* For Firefox */
    color: #a5a5a5;
}


.prs-editor[contenteditable=true]:hover:empty:before{
    content: "Click and type to edit...";
    color: gray;
    display: block; /* For Firefox */
}

#seo_robots_advanced_chosen {
    width: 100% !important;
}

.chosen-container-multi .chosen-choices {
    border: 1px solid #ddd !important;
    border-radius: 4px;
}

.uk-h3 {
    font-size: 20px;
    margin-top: 7px;
    font-weight: 700;
    display: block;
}

.uk-input-group {
    position: relative;
}

input.uk-input {
    width: 100%;
    border-radius: 2px;
    padding: 7px 7px 7px 7px;
}

button.uk-input-button {
    position: absolute;
    top: 1px;
    right: -1px;
    width: 32px;
    height: 32px;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #dddddd;
    background: white;
}

button.uk-input-button:hover {
    background: #ececec;
}

.input-container {
    padding: 2px;
    margin-bottom: 5px;
}

label.input-label {
    font-weight: 700;
    display: block;
    margin-bottom: 2px;
}

input.input-tag {
    width: 100%;
    padding: 8px;
    height: 35px;
    margin-top: 7px;
    text-align: center;
}

textarea.input-tag {
    width: 100%;
    padding: 8px;
    margin-top: 7px;
}

.uk-modal-dialog {
    transition: all 0.4s !important;
}

h3.uk-accordion-title {
    margin: 0;
    padding: 5px 0 7px 10px;
    background: #f4f4f4;
    border: 1px solid #dddddd;
    cursor: pointer;
}

.uk-accordion-content {
    padding: 10px;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

#prs_seo .hndle {
    cursor: pointer !important;
}

textarea#ps_seo_notes, textarea#ps_seo_scripts {
    width: 100%;
    margin-top: 20px;
    border-radius: 5px;
    padding:10px;
}

.swTypes {
    padding: 8px 12px;
}

.swType {
    padding: 10px;
    background: #3a7bd5;
    background: -webkit-linear-gradient(to left, #00d2ff , #3a7bd5);
    background: linear-gradient(to left, #00d2ff , #3a7bd5);
    font-family: "Raleway", sans-serif;
    margin-bottom: 5px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.4s;
}

.swType:hover {
    background: #385cb4;
    background: -webkit-linear-gradient(to left, #00b1de, #385cb4);
    background: linear-gradient(to left, #00b1de , #385cb4);
}

.swType span {
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    color:white;
}

.swType i.swLabel {
    font-size: 12px;
    padding: 5px 10px;
    color: #717171;
    font-family: sans-serif;
    display: block;
    background: white;
    border-radius: 4px;
}

span.swSelectedType {
    font-weight: 700;
    font-size: 14px;
}

.swProperty {
    padding: 10px 5px;
}

.swProperty label {
    display: block;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.swProperty input, .swProperty textarea {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #d8d8d8;
    padding: 8px;
}

.swProperty span {
    font-style: italic;
    font-size: 12px;
}

.swFields {
    max-height: 500px;
    overflow: auto;
}

input#swName {
    width: 100%;
    margin-top: 15px;
    padding: 10px;
    text-align: center;
    font-size: 23px;
}

label.ps-info {
    margin-top: 10px;
    display: block;
    background: #ffeac7;
    padding: 10px;
}

.ps_ew_container {
    border: 1px solid #e5e5e5;
    padding: 0 10px;
    margin-bottom: 15px;
    max-height: 200px;
    overflow: auto;
}

.uk-pull-left {
    float: left;
}

.uk-pull-right {
    float: right;
}

.uk-clear {
    clear:both;
}

div.template {
    display: none;
}

.table-actions-input {
    height: 33px !important;
    padding: 5px !important;
    display: inline-block;
    font-size: 14px;
    line-height: 1.428571429 !important;
    color: #555555;
    background-color: white;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.fb_post_preview_holder {
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .15);
    width: 470px;
}
.fb_post_preview_holder .fb_post_preview_img{
    overflow: hidden;
    height: 245px;
    border-color: #e9ebee #e9ebee #d1d1d1;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
}
.fb_post_preview_holder .fb_post_preview_img a img {
    position: absolute;
    top: -1000%;
    bottom: -1000%;
    left: -1000%;
    right: -1000%;
    margin: auto;
    width: 101%;
}
.fb_post_preview_holder .fb_post_preview_body {
    border: 1px solid #e9ebee;
    height: auto;
    margin: -1px 0;
    max-height: 100px;
    padding: 10px 12px;
}
.fb_post_preview_holder .fb_post_preview_body .fb_post_preview_title {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 5px;
    max-height: 110px;
    overflow: hidden;
    word-wrap: break-word;
    font-family: Georgia, serif;
    letter-spacing: normal;
}

.fb_post_preview_holder .fb_post_preview_body .fb_post_preview_desc {
    font-family: Helvetica, Arial, sans-serif;
    line-height: 16px;
    max-height: 80px;
    font-size: 12px;
}

.fb_post_preview_holder .fb_post_preview_body .fb_post_preview_host {
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
    color: #90949c;
    padding-top: 9px;
}

.tw_post_preview_holder {
    border-radius: .42857em;
    border-width: 1px;
    border-style: solid;
    border-color: #E1E8ED;
    box-sizing: border-box;
    color: inherit!important;
    overflow: hidden;
    background: white;
}
.tw_post_preview_holder .tw_post_preview_img div {
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.tw_post_preview_holder .tw_post_preview_img {
    width: 8.81667em;
    float: left;
    border-right-width: 1px;
    background-color: #E1E8ED;
    border-style: solid;
    border-color: inherit;
    border-width: 0;
    min-height: 110px;
}

.tw_post_preview_holder .tw_post_preview_img a {
    display: flex;
}

.tw_post_preview_holder .tw_post_preview_img a img {
    height: 110px;
    object-fit: cover;
}

.tw_post_preview_holder .tw_post_preview_body {
    width: calc(100% - 8.81667em - 2px);
    float: left;
    padding: .75em;
    box-sizing: border-box;
    text-decoration: none;
}
.tw_post_preview_holder .tw_post_preview_body .tw_post_preview_title {
    max-height: 29px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1em;
    margin: 0 0 .15em;
    font-weight: bold;
}

.tw_post_preview_holder .tw_post_preview_body .tw_post_preview_host {
    text-transform: lowercase;
    color: #8899A6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-field.ps {
    font-family: "Raleway";
    background: #00d2ff;
    background: -webkit-linear-gradient(to left, #00d2ff , #3a7bd5);
    background: linear-gradient(to left, #00d2ff , #3a7bd5);
    color: white;
}

.form-field.ps label,
.form-field.ps h2 {
    color: white;
}

.form-field.ps p {
    color: #e4e4e4;
    font-size: 12px;
}

.form-field.ps th,
.form-field.ps td {
    padding: 10px 20px;
    position: relative;
}

.form-field.ps small.ps-metric {
    position: absolute;
    top: -6px;
    right: 46px;
    width: 235px;
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    border-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.form-field.ps input::placeholder, .form-field.ps textarea::placeholder {
    color: #dadada;
}
