@import url('//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700');

#wpadminbar li.open > .ab-sub-wrapper {
    display: block;
}

#wp-admin-bar-psp_bar_menu .ab-item {
    cursor: pointer;
}

#wp-admin-bar-top-secondary #wp-admin-bar-psp_bar_menu:hover {
    background: #23282D !important;
    color: #FFFFFF !important;
}

#wp-admin-bar-psp_bar_menu .ab-sub-wrapper {
    -webkit-box-shadow: 0 7px 5px rgba(0, 0, 0, .2) !important;
    -moz-box-shadow: 0 7px 5px rgba(0, 0, 0, .2) !important;
    box-shadow: 0 7px 5px rgba(0, 0, 0, .2) !important;
}

#wp-admin-bar-psp_bar_menu-default {
    padding: 0 !important;
}

#wp-admin-bar-psp_bar_menu-default .ab-item {
    display: none !important;
}

#wpadminbar .quicklinks #wp-admin-bar-psp_bar_menu.menupop ul li {
    float: left;
}

#wpadminbar .quicklinks #wp-admin-bar-psp_bar_menu.menupop ul li ul li {
    line-height: 30px !important;
    text-align: center;
    height: 30px;
    max-height: 30px;
    min-width: 100px;
}

#psp_settings_body {
    min-width: 500px;
    width: 550px;
    height: auto;
}

#psp_div #psp_settings_body{
    width: 100% !important;
    min-height: 240px;
    display: block !important;
}

#psp_settings_body .sq_savenotice{
    width: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0; !important;
}

#psp_settings_body .sq_success{
    position: relative !important;
    width: 100% !important;
    line-height: 24px !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: normal !important;
    color: white !important;
    margin: 32px 0 5px 0 !important;
    padding: 0 !important;
    background-color: #20bc49 !important;
    display: block !important;
}

#psp_settings_body_content {
    width: calc(100% - 20px);
    min-height: 60px;
    height: auto;
    max-height: 320px;
    padding: 0 10px;
    overflow-y: auto;
    overflow-x: hidden;
}

#psp_div #psp_settings_body_content {
    max-height: none;
}

#psp_settings_body * {
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 13px;
    line-height: 20px;
}

#psp_settings_body textarea {
    width: 100%;
}

#psp_settings_body table {
    width: 450px;
    font-family: "Open Sans", Arial, sans-serif !important;
}

#psp_settings_body table tr {
    border: none;
}

#psp_settings_body table tr td:nth-child(1) {
    min-width: 100px;
    width: auto;
}

#psp_settings_body table tr td:nth-child(2) {
    width: 400px;
    float: right;
    max-width: 400px;
}

#psp_settings_body table tr td {
    padding: 5px;
    width: auto;
}

#psp_settings_body table tr td *:not(input[type=radio]) {
    display: inline-block;
}

#psp_settings_body *:not(input) {
    color: white;
}

#psp_settings_body label, input[type=radio] {
    color: #50b152;
    display: inline-block;
}

#psp_settings_body select, #psp_settings_body select * {
    width: auto !important;
    min-width: 100px;
    padding: 3px 10px 3px 5px;
    line-height: 24px;
    margin: 0;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color: #888;
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

ss_settings_body select:after {
    content: "\/";
    display: block;
    width: 5px;
    height: 5px;
    font-size: 13px;
}

#psp_settings_body textarea, #psp_settings_body input[type=text] {
    color: #555 !important;
    background: #f1f1f1 !important;
    border: 1px solid #ffffff;
    padding: 5px;
    width: 97.2%;
    max-width: 380px;
    min-height: 22px;
    resize: none;
    -webkit-transition: background .2s ease-in-out;
}

#psp_settings_body textarea:focus,
#psp_settings_body input[type=text]:focus {
    color: #000 !important;
    background: #FFFFFF !important;
}

#psp_settings_body input#psp_save,
#psp_settings_body button#psp_save{
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    margin: 14px 15px 0 0;
    padding: 0;
    background-color: #50b152;
    border: none;
    color: white;
    width: 100px;
    height: 30px;
    cursor: pointer;
}


#psp_settings_body button#psp_get_og_media,
#psp_settings_body button#psp_get_tw_media{
    padding: 3px 20px;
    background-color: #aaa;
    color: #111;
    box-shadow: 2px 2px 0 0 #333;
    border: 1px solid #ddd;
}
#psp_settings_body #psp_tw_media_preview,
#psp_settings_body #psp_og_media_preview{
    line-height: 1;
    max-width: 100% !important;
    max-height: 255px !important;
}

#psp_settings_body button#psp_preview {
    background: #C3C3C3;
    color: #676566;
}

#psp_settings_body button#psp_close:hover {
    color: white !important;
    background: #444444 !important;
}

#psp_settings_body button#psp_close {
    color: whitesmoke;
    float: left;
    position: absolute;
    font-size: 11px;
    border: none;
    cursor: pointer;
    margin: 5px;
    padding: 1px;
    width: 26px;
    height: 26px;
    line-height: 22px;
    top: 0;
    right: 0;
    background: transparent;
    /*background: rgba(240, 245, 250, 0.2);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;*/
    font-weight: 600;
    z-index: 999999;
}

#psp_settings_body button#psp_close:hover {
    color: white;
    font-weight: 800;
}

#psp_settings_body #psp_media {
    max-height: 50px !important;
}

/* =============== Save Message ============== */
@-webkit-keyframes play {
    from { background-position:    0px; }
    to { background-position: -400px; }
}

@-moz-keyframes play {
    from { background-position:    0px; }
    to { background-position: -400px; }
}

@-ms-keyframes play {
    from { background-position:    0px; }
    to { background-position: -400px; }
}

@-o-keyframes play {
    from { background-position:    0px; }
    to { background-position: -400px; }
}

@keyframes play {
    from { background-position:    0px; }
    to { background-position: -400px; }
}
#psp_settings_body .psp_minloading{
    position: relative;
    opacity: 0.5;
}
#psp_settings_body .psp_minloading:before {
    position: absolute;
    right: calc(50% - 10px);
    top: calc(50% - 8px);
    display: block;
    float: right;
    line-height: 30px;
    content: " ";
    padding: 0px 0px;
    margin: 0 0 0 5px;
    height: 16px;
    width: 20px;
    background: transparent url('../img/minloading.png') no-repeat;

    -webkit-animation: play 1s steps(10) infinite;
    -moz-animation: play 1s steps(10) infinite;
    -ms-animation: play 1s steps(10) infinite;
    -o-animation: play 1s steps(10) infinite;
    animation: play 1s steps(10) infinite;
}


/* =============== SWITCH ==================== */

#psp_settings_body .psp_option_content .psp_switch-field {
    overflow: hidden !important;
    margin-top: 5px !important;
}

#psp_settings_body .psp_option_content .psp_switch-title {
    margin-bottom: 6px !important;
}

#psp_settings_body .psp_option_content .psp_switch-field input {
    display: none !important;
}

#psp_settings_body .psp_option_content .psp_switch-field label {
    float: left ;
}

#psp_settings_body .psp_option_content .psp_switch-field label {
    display: inline-block;
    width: 40px;
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#psp_settings_body .psp_option_content .psp_switch-field label:hover {
    cursor: pointer;
}

#psp_settings_body .psp_option_content .psp_switch-field input:checked + label {
    background-color: #A5DC86;
    color: #FFFFFF;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#psp_settings_body .psp_option_content .psp_switch-field input:checked + label.psp_switch-label-off {
    background-color: #dc5c42;
}

#psp_settings_body .psp_option_content .psp_switch-field label:first-of-type {
    /*border-radius: 4px 0 0 4px;*/
}

#psp_settings_body .psp_option_content .psp_switch-field label:last-of-type {
    /*border-radius: 0 4px 4px 0;*/
}



/* ====================== Tabs ============================*/
#psp_settings_body #psp_tabs.psp_tab {
    width: auto !important;
    min-width: 450px !important;
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}

#psp_settings_body #psp_tabs.psp_tab li {
    float: left;
    display: inline-block;
}

#psp_settings_body #psp_tabs.psp_tab li a {
    display: inline-block;
    text-align: center;
    padding: 6px 0;
    text-decoration: none;
    line-height: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #5b5757 !important;
}

#psp_settings_body #psp_tabs.psp_tab li a:hover {
    color: white !important;
}

#psp_settings_body #psp_tabs.psp_tab li a.active {
    color: white !important;
    text-decoration: none;
}

#psp_settings_body #psp_settings_body div.psp_tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

#psp_settings_body .psp_tabcontent:first-child {
    display: block;
}

/* ================ Character Icon =============== */
@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?86wf7d');
    src: url('fonts/icomoon.eot?86wf7d#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?86wf7d') format('truetype'),
    url('fonts/icomoon.woff?86wf7d') format('woff'),
    url('fonts/icomoon.svg?86wf7d#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

#psp_settings_body [class^="icon-"],
#psp_settings_body [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon', sans-serif !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#psp_settings_body .icon-icon-256x256:before {
    content: "\e901";
}

#psp_settings_body .dashicons-psplogo:before {
    content: "\e900";
}

#psp_settings_body .dashicons-psplogo:before {
    content: "\e900";
}

/* ============= < Submenu background image > ============= */
#wp-admin-bar-psp_bar_submenu {
    background: linear-gradient(to bottom, #23282D 5%, rgba(55, 29, 48, 0.82) 100%), no-repeat 0 0 !important;
    background: -moz-linear-gradient(top, #23282D 5%, rgba(55, 29, 48, 0.82) 100%), url(../img/bgimage.jpg) no-repeat 0 0 !important;
    background: -webkit-linear-gradient(top, #23282D 5%, rgba(55, 29, 48, 0.82) 100%), url(../img/bgimage.jpg) no-repeat 0 0 !important;
    background: -o-linear-gradient(top, #23282D 5%, rgba(55, 29, 48, 0.82) 100%), url(../img/bgimage.jpg) no-repeat 0 0 !important;
    background: -ms-linear-gradient(top, #23282D 5%, rgba(55, 29, 48, 0.82) 100%), url(../img/bgimage.jpg) no-repeat 0 0 !important;
    background-size: 600px auto !important;
    background-position: bottom left !important;
    background-attachment: fixed;
}

#psp_div {
    background: linear-gradient(to bottom, #23282D 5%, rgba(55, 29, 48, 0.92) 100%), no-repeat 0 0 !important;
    background: -moz-linear-gradient(top, #23282D 5%, rgba(55, 29, 48, 0.92) 100%), url(../img/bgimage.jpg) no-repeat 0 0 !important;
    background: -webkit-linear-gradient(top, #23282D 5%, rgba(55, 29, 48, 0.92) 100%), url(../img/bgimage.jpg) no-repeat 0 0 !important;
    background: -o-linear-gradient(top, #23282D 5%, rgba(55, 29, 48, 0.92) 100%), url(../img/bgimage.jpg) no-repeat 0 0 !important;
    background: -ms-linear-gradient(top, #23282D 5%, rgba(55, 29, 48, 0.92) 100%), url(../img/bgimage.jpg) no-repeat 0 0 !important;
    background-size: 900px auto !important;
    background-position: bottom left !important;
    background-attachment: fixed;
}
#psp_div .ui-sortable-handle{
    color: #aaa;
}
/* ======================== Circle ========================== */
#psp_settings_body #psp_status_message_container {
    width: 100%;
    height: 60px;
    text-align: right;
    padding: 0;
    border-bottom: 1px solid #cccccc;
}

#psp_settings_body #psp_status_message_container * {
    display: inline-block;
}

#psp_settings_body #psp_circle {
    background-color: #50b152;
    border: 4px solid #fff;
    height: 20px;
    width: 20px;
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: auto 10px;
    line-height: 60px;
}

#psp_settings_body #psp_seo_status {
    color: rgb(180, 174, 174) !important;
    font-size: 13px;
    margin: 0;
    display: inline-block;
    max-width: 120px;
    height: 60px;
}

#psp_settings_body #psp_message {
    width: auto;
    font-size: 19px;
    height: 60px;
    line-height: 60px !important;
    text-align: center;
    vertical-align: middle !important;
}

/* =================== Footer ==================== */
#psp_settings_body #psp_footer {
    bottom: 0;
    margin-top: 4px;
    border-top: 1px solid #cccccc;
    height: 40px;
}

#psp_settings_body #psp_footer img {
    padding: 4px 10px !important;
    max-height: 30px;
}

#psp_settings_body #psp_footer .row{
    height: 40px;
}


/* Grid */
#psp_settings_body #psp_settings_body_content .container {
    position: relative;
    width: 100% !important;
    max-width: 960px !important;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

#psp_settings_body .column,
#psp_settings_body .columns {
    width: 100% !important;
    float: left;
    box-sizing: border-box;
}

#psp_settings_body .row {
    padding: 4px 0 !important;
    margin: 0 0 5px 0;
    display: block !important;
}
#psp_settings_body .b-b{
    box-shadow: 0 2px 2px -3px #fff;
}
#psp_settings_body .m-b-md{
    margin-bottom: 15px;
}
/* For devices larger than 550px */
@media (min-width: 600px) {
    #psp_settings_body #psp_settings_body_content .container {
        width: 100% !important;
    }

    #psp_settings_body .column,
    #psp_settings_body .columns {
        padding: 0 !important;
        margin-left: 1% !important;
    }

    #psp_settings_body .column:first-child,
    #psp_settings_body .columns:first-child {
        margin-left: 0 !important;
    }

    #psp_settings_body .one.column {
        width: 4.66666666667% !important;
    }

    #psp_settings_body .two.columns {
        width: 13.3333333333% !important;
    }

    #psp_settings_body .three.columns {
        width: 24% !important;
    }

    #psp_settings_body .four.columns {
        width: 30.6666666667% !important;
    }

    #psp_settings_body .five.columns {
        width: 39.3333333333% !important;
    }

    #psp_settings_body .six.columns {
        width: 48% !important;
        max-width: 260px;
    }

    #psp_settings_body .seven.columns {
        width: 56.6666666667% !important;
    }

    #psp_settings_body .eight.columns {
        width: 65.3333333333% !important;
    }

    #psp_settings_body .nine.columns {
        width: 74.0% !important;
    }

    #psp_settings_body .ten.columns {
        width: 82.6666666667% !important;
    }

    #psp_settings_body .eleven.columns {
        width: 91.3333333333% !important;
    }

    #psp_settings_body .twelve.columns {
        width: 100% !important;
        margin-left: 0;
    }

    #psp_settings_body .one-third.column {
        width: 30.6666666667% !important;
    }

    #psp_settings_body .two-thirds.column {
        width: 65.3333333333% !important;
    }

    #psp_settings_body .one-half.column {
        width: 48% !important;
    }

    #psp_settings_body .one-forth.column {
        width: 22% !important;
    }

    /* Manage tags*/
    #psp_settings_body .one.tag {
        width: auto !important;
        display: inline-block;
    }

    /* Columns from right to left (sper ca  merge... ) */
    #psp_settings_body .one.right.column {
        width: 4.66666666667% !important;
        float: right;
        text-align: right;
    }

    #psp_settings_body .two.right.columns {
        width: 13.3333333333% !important;
        float: right;
        text-align: right;
    }

    #psp_settings_body .three.right.columns {
        width: 22% !important;
        float: right;
        text-align: right;
    }

    #psp_settings_body .four.right.columns {
        width: 30.6666666667% !important;
        float: right;
        text-align: right;
    }

    #psp_settings_body .five.right.columns {
        width: 39.3333333333% !important;
        float: right;
        text-align: right;
    }

    /* Column sizing */
    #psp_settings_body .small.column,
    #psp_settings_body .small.columns {
        font-size: 85% !important;
        line-height: 12px !important;
    }
    #psp_settings_body .small.column span,
    #psp_settings_body .small.columns span{
        font-size: 85% !important;
        line-height: 12px !important;
    }

    #psp_settings_body .psp_text.column,
    #psp_settings_body .psp_text.columns {
        line-height: 30px !important;
    }

    /* Column text positionsing */
    #psp_settings_body .middle.column,
    #psp_settings_body .middle.columns {
        vertical-align: middle !important;
    }

    /* Offsets */
    #psp_settings_body .offset-by-one.column,
    #psp_settings_body .offset-by-one.columns {
        margin-left: 8.66666666667% !important;
    }

    #psp_settings_body .offset-by-two.column,
    #psp_settings_body .offset-by-two.columns {
        margin-left: 17.3333333333% !important;
    }

    #psp_settings_body .offset-by-three.column,
    #psp_settings_body .offset-by-three.columns {
        margin-left: 26% !important;
    }

    #psp_settings_body .offset-by-four.column,
    #psp_settings_body .offset-by-four.columns {
        margin-left: 34.6666666667% !important;
    }

    #psp_settings_body .offset-by-five.column,
    #psp_settings_body .offset-by-five.columns {
        margin-left: 43.3333333333% !important;
    }

    #psp_settings_body .offset-by-six.column,
    #psp_settings_body .offset-by-six.columns {
        margin-left: 52% !important;
    }

    #psp_settings_body .offset-by-seven.column,
    #psp_settings_body .offset-by-seven.columns {
        margin-left: 60.6666666667% !important;
    }

    #psp_settings_body .offset-by-eight.column,
    #psp_settings_body .offset-by-eight.columns {
        margin-left: 69.3333333333% !important;
    }

    #psp_settings_body .offset-by-nine.column,
    #psp_settings_body .offset-by-nine.columns {
        margin-left: 78.0% !important;
    }

    #psp_settings_body .offset-by-ten.column,
    #psp_settings_body .offset-by-ten.columns {
        margin-left: 86.6666666667% !important;
    }

    #psp_settings_body .offset-by-eleven.column,
    #psp_settings_body .offset-by-eleven.columns {
        margin-left: 95.3333333333% !important;
    }

    #psp_settings_body .offset-by-one-third.column,
    #psp_settings_body .offset-by-one-third.columns {
        margin-left: 34.6666666667% !important;
    }

    #psp_settings_body .offset-by-two-thirds.column,
    #psp_settings_body .offset-by-two-thirds.columns {
        margin-left: 69.3333333333% !important;
    }

    #psp_settings_body .offset-by-one-half.column,
    #psp_settings_body .offset-by-one-half.columns {
        margin-left: 52% !important;
    }

}

/* extra */
#psp_settings_body .psp-full-height {
    height: 100% !important;
    box-sizing: border-box;
}

#psp_settings_body .psp-full-width {
    width: 100% !important;
    box-sizing: border-box;
}

#psp_settings_body .psp-max-full-width {
    max-width: 100% !important;
    box-sizing: border-box;
}

#psp_settings_body .psp-pull-right {
    float: right;
}

#psp_settings_body .psp-pull-left {
    float: left;
}

/* Clearing and cleaning */
#psp_settings_body_content .container:after,
.row:after,
.psp-cf {
    content: "";
    display: table;
    clear: both;
}

/* ==================== Snippet =================== */
#psp_settings_body #psp_snippet {
    background: #FFFFFF;
    width: calc(100% - 10px) !important;
    height: 76px;
    padding: 5px !important;
    display: block;
}

#psp_settings_body #psp_snippet img {
    width: 76px !important;
    height: 76px !important;
}

#psp_settings_body #psp_snippet * {
    font-family: arial, sans-serif !important;
    font-weight: 400;
}

#psp_settings_body #psp_snippet_container,
#psp_settings_body #psp_snippet_image_container {
    display: inline-block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 80px) !important;
}

#psp_settings_body #psp_snippet_container * {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

#psp_settings_body #out_title {
    padding: 0 !important;
    color: #1e0fbe !important;
    font-size: 18px !important;
}

#psp_settings_body #out_title:hover {
    text-decoration: underline;
}

#psp_settings_body #out_url {
    color: #006621 !important;
    font-style: normal;
    line-height: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
}

#psp_settings_body #out_snippet {
    height: 34px !important;

    white-space: pre-wrap !important; /* CSS3 */
    white-space: -moz-pre-wrap !important; /* Firefox */
    white-space: -o-pre-wrap !important; /* Opera 7 */
    word-wrap: break-word !important; /* IE */

    color: #545454 !important;
    line-height: 1.4 !important;
}

/* ========== OG Snippet ============ */
#psp_settings_body #psp_og_snippet .unclickable {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    background: #FFFFFF;
    border-color: #e9ebee #e9ebee #d1d1d1;
}

#psp_settings_body #psp_og_snippet ._6ks {
    width: 100%;
    height: auto;
    max-height: 275px;
    display: block;
}

#psp_settings_body #psp_og_snippet .uiScaledImageContainer {
    width: 100%;
    max-height: 245px;
    position: relative;
    overflow: hidden;

}

#psp_settings_body #psp_og_snippet .og_title {
    margin: 10px 12px 5px 12px;
}

#psp_settings_body #psp_og_snippet .og_description {
    margin: 0 12px;
    color: #4b4f56;
    line-height: 16px;
    height: 16px !important;
    font-family: Helvetica, Arial, sans-serif !important;
    max-height: 80px;
    overflow: hidden;
}

#psp_settings_body #psp_og_snippet .og_url {
    font-family: 'helvetica neue', helvetica, arial, 'lucida grande', sans-serif !important;
    padding-top: 9px;
    position: relative;
    height: 11px;
    color: #4b4f56 !important;
    margin: 0 12px;
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
}

#psp_settings_body #psp_og_snippet .og_image {
    height: 255px !important;
    min-height: 255px !important;
    width: 100%;
    background-size: 526px 275px;
    background-repeat: no-repeat;
    background-position: center;
}

#psp_settings_body #psp_og_snippet .og_title, #psp_og_snippet .og_title * {
    line-height: 22px;
    height: 22px !important;
    padding: 0 !important;
    color: #1d2129 !important;
    font-family: Georgia, serif !important;
    letter-spacing: normal !important;
    font-size: 18px;
}

/* ======= Twitter Card ======= */

#psp_settings_body #psp_tw_snippet .Twitter-preview {
    background: #FFFFFF;
    width: 100% !important;
    height: 127px;
    display: block;

    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;

    border: 1px solid rgb(225, 232, 237);
    box-sizing: border-box;
}

#psp_settings_body #psp_tw_snippet .tcu-imageWrapper {
    height: 125px !important;
    width: 125px !important;
    background-position: center !important;
}

#psp_settings_body #psp_tw_snippet .SummaryCard-imageContainer,
#psp_settings_body #psp_tw_snippet .SummaryCard-contentContainer {
    display: inline-block !important;
    max-width: calc(100% - 125px);
    color: rgb(0, 0, 0) !important;
    cursor: pointer;
    background-color: #FFFFFF;
    height: 125px;
    text-align: left;
    overflow: hidden;
}

#psp_settings_body #psp_tw_snippet .SummaryCard-imageContainer {
    background-color: #E1E8ED;
    width: 125px;
    height: 125px;
    border: none;
    border-right: 1px solid inherit;

}

#psp_settings_body #psp_tw_snippet .SummaryCard-contentContainer {
    height: calc(100% - 10px);
    width: calc(100% - 140px) !important;
    padding: 5px;
}

#psp_settings_body #psp_tw_snippet .SummaryCard-contentContainer * {
    color: #000;
}

#psp_settings_body #psp_tw_snippet .SummaryCard-contentContainer span {
    color: rgb(136, 153, 166);
    cursor: pointer;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    margin-top: 5px;
    max-height: 18px;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: left;
    text-overflow: ellipsis;
    text-transform: lowercase;
    white-space: nowrap;
}

#psp_settings_body #psp_tw_snippet .SummaryCard-contentContainer p {
    color: rgb(0, 0, 0);
    cursor: pointer;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    min-height: 18px;
    line-height: 18px;
    height: auto;
    margin: 5px 0 0 0;
    max-height: 55px;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: left;
    -webkit-margin-after: 0;
    -webkit-margin-before: 5px;
    -webkit-margin-end: 0;
    -webkit-margin-start: 0;
}

#psp_settings_body #psp_tw_snippet .SummaryCard-content {
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    cursor: pointer;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    height: 84px;
    line-height: 18px;
    padding: 11px;
    text-align: left;
    text-decoration: none;
}

#psp_settings_body #psp_tw_snippet .SummaryCard-contentContainer h2 {
    color: rgb(0, 0, 0);
    cursor: pointer;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    margin: 0 0 2px 0;
    max-height: 18px;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-margin-after: 2px;
    -webkit-margin-before: 0;
    -webkit-margin-end: 0;
    -webkit-margin-start: 0;
}


/*****************************************************************/
#psp_settings_body .input-group {
    position: relative;
    border-collapse: separate;
}
#psp_settings_body .input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}
#psp_settings_body .input-group #psp_settings .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
#psp_settings_body .input-group-addon,
#psp_settings_body .input-group-btn,
#psp_settings_body .input-group #psp_settings .form-control {
    display: table-cell;
}
#psp_settings_body .input-group-btn:not(:first-child):not(:last-child),
#psp_settings_body .input-group #psp_settings .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
#psp_settings_body .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
#psp_settings_body .input-group #psp_settings .form-control:first-child,
#psp_settings_body .input-group-addon:first-child,
#psp_settings_body .input-group-btn:first-child > .btn,
#psp_settings_body .input-group-btn:first-child > .btn-group > .btn,
#psp_settings_body .input-group-btn:first-child > .dropdown-toggle,
#psp_settings_body .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
#psp_settings_body .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#psp_settings_body .input-group #psp_settings .form-control:last-child,
#psp_settings_body .input-group-addon:last-child,
#psp_settings_body .input-group-btn:last-child > .btn,
#psp_settings_body .input-group-btn:last-child > .btn-group > .btn,
#psp_settings_body .input-group-btn:last-child > .dropdown-toggle,
#psp_settings_body .input-group-btn:first-child > .btn:not(:first-child),
#psp_settings_body .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#psp_settings_body .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
#psp_settings_body .input-group-btn > .btn {
    position: relative;
}
#psp_settings_body .input-group-btn > .btn + .btn {
    margin-left: -1px;
}
#psp_settings_body .input-group-btn > .btn:hover,
#psp_settings_body .input-group-btn > .btn:focus,
#psp_settings_body .input-group-btn > .btn:active {
    z-index: 2;
}
#psp_settings_body .input-group-btn:first-child > .btn,
#psp_settings_body .input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
#psp_settings_body .input-group-btn:last-child > .btn,
#psp_settings_body .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}





/* Dropdowns */
#psp_settings_body div.input-group {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 14px;
    border: none;
    width: 100% !important;
}

#psp_settings_body div.input-group .panel {
    min-height: 100px !important;
    margin-bottom: -20px !important;
}

#psp_settings_body div.input-group .psp-action-title {
    font-size: 14px;
    font-weight: 400;
    color: #74767d;
    padding: 0 5px;
    margin: 0;
    line-height: 33px;
    max-width: 380px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}



#psp_settings_body div.input-group .psp-actions {
    z-index: 10;
    position: absolute;
    left: 0;
    bottom: -123px;
    width: 100%;
    max-width: 390px;
    height: 120px;
    border: 1px solid #ddd;
    border-radius: 2px;
    display: none;
    overflow: auto;
    overflow-x: hidden;
    box-shadow: 0 0 8px 1px #333;
    background-color: lightyellow;
    color: bisque;
}

#psp_settings_body div.input-group .input-group-addon {
    width: 180px !important;
    text-align: end !important;
}

#psp_settings_body div.input-group .form-group .input-group-addon {
    background-color: transparent;
    border: 0 !important;
    font-size: 18px;

}

#psp_settings_body div.input-group div.psp-actions .psp-action {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}



#psp_settings_body div.input-group div.psp-actions .psp-action.focused,
#psp_settings_body div.input-group div.psp-actions .psp-action.active,
#psp_settings_body div.input-group div.psp-actions .psp-action:hover{
    background-color: #f1f1f1;
}

#psp_settings_body div.input-group div.psp-actions .psp-action span.psp-action-title span {
    color: #0a0a0a;
    font-size: 14px;
    font-weight: bold;
}