.GR_header { color: #00afec; font-weight: bold; font-size: x-large; }
.GR_label { display: inline-block !important; width: 150px !important; }
.GR_input { width: 180px !important; }
.GR_api { width: 320px !important; }
.GR_select { width: 180px !important; }
.GR_input2 { width: 200px !important; }
.GR_select2 { width: 60px !important; }
.GR_checkbox { width: inherit; }

.GR_config_box { width: 725px; float: left;  margin-top: 30px; margin-right: 30px; }
.GR_traceroute { display: block; width: 600px; background-color: #EDEDED; }

.sprite { background: url("../img/sprite.png") no-repeat scroll 0 0 transparent; }
.GR_ico { height: 16px; padding: 0 0 4px 24px; width: 16px; color: #373737; }
.facebook-ico { background-position: 0 -6px; }
.twitter-ico { background-position: 0 -30px; }
.linkedin-ico { background-position: 0 -54px; }
.blog-ico { background-position: 0 -78px; }

.gr-tooltip { background: url("../img/gr_icons.png") no-repeat; background-position: -8px -500px; height: 15px; width: 15px; display: inline-block; position: relative; left: 0; top: 4px; }
.gr-tooltip .gr-tip { display: none; pointer-events: none; z-index: 99999; position: absolute; }
.gr-tooltip:hover .gr-tip { display: block; }

.gr-tip { background: #fff url("../img/gr_icons.png") no-repeat; background-position: -4px -1469px; border: 1px solid #bebebe; left: -6px; top: -8px; padding: 7px 10px 4px 25px; z-index: 10001; width: 200px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; box-shadow: 1px 1px 0px 0px rgba(190, 190, 190, 0.3); }
.gr-tip span { font-size: 1em; color: #555; }
.gr-tip.content-img { padding: 7px 10px 7px 25px; width: 442px; }
.gr-tip.content-img img { margin-left: -15px; }

.gr-loading { display: none;}

/* new version */
.GR_img_webform_shortcode { width: auto; height:180px; background: url("../img/gr_shortcode.png") no-repeat scroll 50% 50% transparent; }
.GR_img_getresponse_logo { width: auto; height:180px; background: url("../img/gr_logo.png") no-repeat scroll 50% 50% transparent; }

.GR_content_box { width: 70%; margin-top: 10px; display: inline-block; vertical-align: top;}
.GR_content_text { margin-top: 22px; margin-left: 20px; margin-right: 20px;}

code.getresponse {
    padding: 6px;
    display: block;
}

.not-connected-status {
    padding: 4px;
    background-color: #5A5A5A;
    color: #fff;
    font-size: 11px;
}

.connected-status {
    padding: 4px;
    background-color: #43C03A;
    color: #fff;
    font-size: 11px;
}

table.second-table {border-top: 0px}

#side-sortables h3 {  border-bottom: 1px solid #eee;  }

.buddypress-tab-icon {
    background: url("../img/buddypress_icon.png") no-repeat scroll 0 0 transparent;
}

.hide {
    display: none;
}

/**
* New styles 2018
*/

table.flat-table {
    border: none;
    box-shadow: none
}

.subscription-settings {
    border-collapse: separate;
    border-spacing: 12px 32px;
}

.subscription-settings td.subscription-settings-cell {
    vertical-align: top;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    padding-left: 22px;
}

.subscription-settings h2 {
    margin: 0.25em 0 .25em 0;
}

.subscription-settings h4 {
    margin: .25em 0 .25em 0;
}

th .description {
    font-weight: 400;
}

.allowed-attributes {
    border-collapse: collapse;
}

.allowed-attributes th {
    text-align: left;
    text-indent: 48px;
}

.attributes-btn {
    cursor: pointer;
}

.inline-table {
    display: inline-table;
}

.GR_inline {
    display: inline;
}

.getresponse-logo {
    margin: 16px 0px 8px;
}

    .getresponse-logo img {
        width: 200px;
    }

.help-app-details {
    width: 100%;
    height: 436px;
    cursor: pointer;
}

.app-details {
    position: relative;
}

.app-details-copy-notification {
    position: absolute;
    right: 8px;
    top: 8px;
    background: #999;
    color: #fff;
    border-radius: 3px;
    font-size: 10px;
    padding: 4px;
}

.remove-mapping-row-btn {
    background: url("../img/trash.svg") no-repeat scroll 0 0 transparent;
    width: 26px;
    height: 26px;
    cursor: pointer;
    display: inline-block;
    float: right;
}

.add-store-btn {
    display: inline-block;
    margin-left: 16px;
    margin-top: -2px;
}

.stores {
    border-collapse: collapse;
}

.stores tr:first-child th {
    background: #fff;
    border: 1px solid #eee;
}

.stores tr:first-child th {
    text-indent: 12px;
}

.stores tr:first-child th:first-child,
.stores tr:first-child th:last-child {
    text-align: center;
}

.stores tr td:first-child,
.stores tr td:last-child {
    text-align: center;
}

.center {
    text-align: center;
}

.gr_box {
    width: 100%;
}

@media screen and (min-width: 800px) {
    .gr_box, .gr_messages .notice, .gr_messages .error {
        width: 80%;
    }
}

@media screen and (min-width: 1200px) {
    .gr_box, .gr_messages .notice, .gr_messages .error {
        width: 70%;
    }
}

p.gr_description {
    font-style: normal !important;
}

td.save_button {
    margin: 0;
    padding: 0;
}

.nav-tab-wrapper {
    margin-bottom: 20px;
}

#allowed_attributes_header {
    float: left;
}

.gr-tooltip2 {
    position: relative;
    display: inline;
    vertical-align: bottom;
}

.gr-tooltip2:after {
    font-family: Dashicons;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    content: "";
    cursor: help;
}

.gr-tooltip2 .gr-tooltip2-text {
    visibility: hidden;
    background-color: #444;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    left: 24px;
    top: -8px;
    padding: 6px;
}

.gr-tooltip2-text img {
    display: block;
}

.gr-tooltip2 .gr-tooltip2-text:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 6px 8px 6px 0;
    border-color: transparent #444;
    display: block;
    width: 0;
    z-index: 1;
    left: -8px;
    top: 8px;
}

.gr-tooltip2:hover .gr-tooltip2-text {
    visibility: visible;
}

.gr-landing-pages tr:hover td table .row-actions {
    left: -9999px;
    position: relative;
}
.gr-landing-pages tr:hover td table tr:hover .row-actions {
    left: 0;
    position: static;
}
.gr-landing-pages tr table td {
    vertical-align: top;
}
#gr_edit_active_box fieldset, #gr_edit_active_box fieldset label {
    width: 100% !important;
}
#gr_edit_active_box select {
    width: 50%;
}
#gr_edit_active_box input[type="text"] {
    width: 30%;
}
.url-error-hint {
    display: none;
}
.select-error-hint {
    display: none;
}
.gr-lp-lpage-error input {
    border: red 1px solid;
}
.gr-lp-url-error .url-error-hint, .lpage-error-hint {
    color: red;
    display: block;
}
.gr-lp-select-error .select-error-hint, .lpage-error-hint {
    color: red;
    display: block;
}
.pageId-error{
    border: red 1px solid;
}

.gr-help-status.error {
    color: red;
}

.gr-help-status.connected {
    color: green;
}

.gr-help-status.disconnected {
    color: orange;
}

.gr-help-status span.details {
    color: red;
}

.disconnectAccountButton {
    border: none;
    background-color: inherit;
    padding: 5px 0;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    color: dodgerblue;
}