/* 
    Document   : theme-options
    Created on : Jul 3, 2013, 5:44:02 PM
    Author     : George
    Description:
        Purpose of the stylesheet follows.
*/
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,700,300italic);
.options_table, #thrive_focus_options, #thrive_optin_options, .option_tabs, .option_window, .thrive-page-settings {
    color: #323232;
    font-family: 'Source Sans Pro', sans-serif;
}
.clear {
    clear: both;
}
table.options_table {
    width: 95%;

}
.option_tabs {
    vertical-align: top;
    width: 221px;
}
.option_window {
    vertical-align: top;
    width: 80.5%;
}
.thrive-admin-submenu {
    border-style: solid;
    border-width: 0px 0px 1px 1px;
    border-color: transparent transparent #121212 #121212;
    box-shadow: 0px 1px 0px 0px #b9b9b9;
    -webkit-box-shadow: 0px 1px 0px 0px #b9b9b9;
    -moz-box-shadow: 0px 1px 0px 0px #b9b9b9;
}
.option_tabs a {
    background: #222222;
    border-bottom: 1px solid #161616;
    border-top: 1px solid #2c2c2c;
    color: #ededed;
    cursor: pointer;
    display: block;
    font-size: 18px;
    padding: 10px;
    width: 200px;
    position: relative;
}
.option_tabs a:first-child {
    border-top: 1px solid #2f2f2f;
}
.option_tabs a:last-child {
    border-bottom: none;
}
.option_tabs a:hover, .option_tabs a.selected {
    background: #3a3a3a;
    color: #47bb28;
}
.option_tabs a.selected:after {
    border: 8px solid rgba(0, 0, 0, 0);
    border-right-color: #fdfdfd;
    content: "";
    height: 0;
    margin-top: -8px;
    position: absolute;
    right: -1px;
    top: 50%;
    width: 0;
}
#thrive-admin-container {
    /*margin-top: -30px;*/
    padding-left: 10px;
}
.thrive-admin-subcontainer {
    background: #ffffff;
    display: none;
    vertical-align: top;
}
.option_window .options-container {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    padding: 25px;
}
.with-button {
    margin-top: 20px;
}
.with-button p.submit {
    margin: 0px;
    padding: 0px;
}
.option_window input[type="text"], textarea, .thrive-page-settings input[type="text"], .thrive-page-settings textarea {
    font-size: 12px;
    margin-right: 7px;
    padding: 7px;
    width: 50%;
}
.option_window h3, .thrive-page-settings h3 {
    border-bottom: 1px solid #e1e1e1;
    font-weight: 300;
    font-style: italic;
    font-size: 25px;
    padding-bottom: 10px;
    padding-top: 0px;
}
/*#poststuff h3, .metabox-holder h3 {*/
    /*margin-top: 7px;*/
/*}*/
.option_window h3:first-of-type, .thrive-page-settings h3:first-of-type {
    margin-top: 0px;
}
.option_window h3:hover, .thrive-page-settings h3:hover {
    cursor: pointer;
}
.form-table th {
    width: 28%;
}
.thrive_options_branding {
    padding: 10px 0px 15px 0px;
    width: 100%;
}
.thrive_admin_logo {
    vertical-align: middle;
}
.form-table {
    /*background: #fdfdfd;*/
    /*border-collapse: collapse;*/
    /*display: table;*/
    /*margin-bottom: 0px !important;*/
    /*max-width: 620px;*/
}
.form-table.postEdit {
    max-width: 100%;
}
.form-table th  {
    color: #323232;
    font-weight: 400;
    font-size: 18px;
    /*width: 230px;*/
}
.form-table td, th {
    border-bottom: 1px dashed #efefef;
    padding-top: 15px;
    padding-bottom: 15px;
    /*vertical-align: middle !important;*/
}
.form-table label.btn {
    border: 1px solid #f5f5f5;
    margin:0px;
    padding: 6px;
}
input[type="button"].thrive_options {
    margin: 10px 10px 0px 0px;
}
input[type="radio"] {
    margin-left:5px;
}
/* radio button toggles added by Paul */
input[type="radio"].toggle {
    display: none;
}
.upload:hover, .remove:hover {
    opacity:0.85;
}
/*input[type="radio"].toggle-left:checked + label, .upload, .upload:hover {*/

input[type="radio"].toggle + label {
    /*background: #f6f6f6;*/
    background: #f6f6f6;
    border-radius: 0px;
    border-style: solid;
    box-shadow: inset 1px 1px 0px 0px #fafafa, 0px 1px 0px 0px #dbdbdb;
    color: #9b9b9b;
    display: block;
    float: left;
    font-size: 15px;
    line-height: 15px;
    padding: 9px;
    text-transform: uppercase;
}
input[type="radio"].toggle:hover + label {
    color: #3e3e3e;
}
input[type="radio"].toggle.toggle-left:checked + label {
    background: #2ca01f;
    border-width: 1px 0px 1px 1px;
    border-color: #2b9b1f transparent #2b9b1f #2b9b1f;
    border-style: solid;
    box-shadow: inset 1px 1px 0px 0px #2a8e1f,  0px 1px 0px 0px #dbdbdb;
    color: #fff;
}
input[type="radio"].toggle.toggle-left + label {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-width: 1px 0px 1px 1px;
    border-color: #c8c8c8 transparent #c8c8c8 #c8c8c8;
}
input[type="radio"].toggle.toggle-right:checked + label{
    background: #a31a1a; 
    border-width: 1px 0px 1px 1px;
    border-color: #9b1f1f transparent #9b1f1f #9b1f1f;
    border-style: solid;
    box-shadow: inset 1px 1px 0px 0px #8d1717,  0px 1px 0px 0px #dbdbdb;
    color: #fff;
}
input[type="radio"].toggle.toggle-right + label{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-width: 1px 1px 1px 0px;
    border-color: #c8c8c8 #c8c8c8 #c8c8c8 transparent;
}
input[type="radio"].toggle.green-toggle:checked + label {
    background: #2ca01f;
    border-width: 1px 0px 1px 1px;
    border-color: #2b9b1f transparent #2b9b1f #2b9b1f;
    border-style: solid;
    box-shadow: inset 1px 1px 0px 0px #2a8e1f,  0px 1px 0px 0px #dbdbdb;
    color: #fff;
}
input[type="radio"].toggle.green-toggle + label {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-width: 1px 1px 1px 0px;
    border-color: #c8c8c8 #c8c8c8 #c8c8c8 transparent;
}
input[type="radio"].toggle:checked + label {
    /*-webkit-box-shadow: inset 0 1px 6px rgba(41, 41, 41, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);*/
    /*-moz-box-shadow: inset 0 1px 6px 0 rgba(41, 41, 41, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);*/
    /*box-shadow: inset 0 1px 6px rgba(41, 41, 41, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);*/
    /*border-color: transparent;*/
    /*cursor: default;*/
    /*color: #E6E6E6;*/
    /*text-shadow: 0 1px 1px rgba(40, 40, 40, 0.75);*/
    /* background: green;*/ /*all*/
        /*border-radius: 5px;*/
    background: inherit;
    cursor: default;
}
#container-new-tab label.btn {
    padding: 6px;
}
#container-new-tab .thrive_form_label {
    display: inline-block;
    width: 180px;
}

.wp-core-ui .button-primary, .wp-core-ui .button-secondary {
    font-size: 15px;
    height: auto;
    line-height: 15px;
    padding: 5px 15px;
    text-align: center;
}
.wp-core-ui .button-primary:active {
    padding-top: 5px;
}
/*#thrive_preview_button {*/
    /*font-size: 14px;*/
    /*line-height: 14px;*/
    /*padding-top: 7px;*/
/*}*/
.wp_themeSkin #content_toolbar1  .mceListBox {
    background: transparent;
    border: none;
    box-shadow: none;
}
.sticky-menu #TB_window {
    background: #fff;
}
.thrive_shortcode_container_video table {
    width: 100%;
}
.form-table .adminTabs {
    padding-bottom: 0px;
}
.adminTabs ul {
    margin: 0px;
    padding: 0px;
}
.adminTabs li {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #EFEFEF;
    border-bottom: none;
    display: inline-block;
    float: left;
    margin-bottom: 0px;
}
.adminTabs li span {
    cursor: pointer;
    display: block;
    padding: 10px 20px;
}
#TB_window a.pure-button:link, #TB_window a.pure-button {
    color: #fff;
}
.adminHeightInput {
    height: 32px;
}
.txt-thrive-tab-headline {
    height: 31px;
}
.adminWidthInput {
    width: 80%;
}
#thrive_shortcode_borderless_image_text {
    width: 50%;
}
#TB_ajaxContent {
    overflow: visible;
}
#TB_window {
    overflow-y: scroll;
}

.form-table .noBorder td {
    border-bottom: none;
}
.left {
    float: left;
}
.thrive-page-settings {
    background: #fff;
    border: 1px solid #E1E1E1;
    padding: 25px;
    width: 80%;
}
.thrive-page-settings h3 {
    margin-bottom: 0px;
}
.page-section-options {
    border-top: 1px dashed #EFEFEF;
}
.page-template-table {
    border-collapse: collapse;
    width: 100%;
}
.page-template-table th {
    border-bottom: 1px solid #e1e1e1;
    line-height: 14px;
    font-weight: normal;
    text-align: left;
}
.page-template-table td {
    line-height: 30px;
}
.quicktags-toolbar .ed_button {
    display: inline-block;
    width: auto;
}
.widgets-chooser-sidebars {
    padding-left: 0px;
}
.ptf{
    font-size: 18px;
}
/*responsive*/
/*responsive focus areas for the admin*/
/*---------- Responsive - width 1080px  ----------*/
@media only screen and (max-width: 1610px) {

    .option_window {
        width: 75.5%;
    }
}
/*---------- Responsive - width 1080px  ----------*/
@media only screen and (max-width: 1410px) {

    .option_window {
        width: 70.5%;
    }
}

/*---------- Responsive - width 1080px  ----------*/
@media only screen and (max-width: 1280px) {

    .option_window {
        width: 65.5%;
    }
}

/*---------- Responsive - width 1080px  ----------*/
@media only screen and (max-width: 1080px) {

    .option_window {
        width: 60.5%;
    }
}

/*----------  Responsive - width 940px  ----------*/
@media only screen and (max-width: 900px) {
    .option_tabs {
        float: none;
        width: 100%;
    }
    .option_window {
        float: none;
        width: 90%;
    }
    .option_tabs .thrive-admin-submenu a {
        background: none;
        border: none;
        color: #2C2C2C;
        float: left;
        font-size: 15px;
        padding: 5px 5px 10px 20px;
        width: 30%;
    }
    .option_tabs a.selected:after {
        border-color: transparent transparent transparent #47BB28;
        left: 0px;
        top: 13px;

    }
    .thrive-admin-submenu:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }
    .thrive-admin-submenu {
        box-shadow: none;
        border: none;
    }
}

#thrive_theme_options_custom_css {    
    width: 440px;
    height: 300px;
}
.fm-b {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    margin-right: 6px;
    padding: 5px 10px;
}
.fm-b:before {
    font-family: 'FontAwesome';
    margin-right: 10px;
}
.fm-b:hover {
    color: #fff;
}
.edit-font {
    background: #0074a2;
}
.edit-font:hover {
    background: #1c96c7;
}
.edit-font:before {
    content: '\f040';
}
.duplicate-font {
    background: #989898;
}
.duplicate-font:hover {
    background: #b2b2b2;
}
.duplicate-font:before {
    content: '\f0c5';
}
.delete-font {
    background: #cc3333;
}
.delete-font:hover {
    background: #de4b4b;
}
.delete-font:before {
    content: '\f014';
}
#TB_window {
    width: 650px !important;
}
.wp-full-overlay-sidebar {
    overflow: visible !important;
}
.cd {
    border: 1px solid #5c5c5c;
    display: inline-block;
    height: 20px;
    position: absolute;
    left: 0;
    top: -3px;
    width: 20px;
}
.cdi {
    position: relative;
    padding-left: 30px;
}
.fm td {
    padding-left: 0;
}
.font-button{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
}

.fmp {
    height: 600px;
    margin: auto!important;
    left: 0!important;
    right: 0!important;
    top: 0!important;
    bottom: 0!important;
}