/* ------------------------------ HELP PAGE ------------------------------ */
.full-width-input{
    width:100%;
}
.twt-help-page ::selection {
    color: #fff;
    background: #66d344;
}

.twt-help-page li {
    list-style: disc;
}

.twt-help-page p {
    line-height: 2em;
}

.twt-help-page img {
    max-width: 100%;
    height: auto;
}

.twt-help-page hr {
    border: none;
    border-bottom: 1px solid #f0f0f0;
    margin: 40px 0;
}

.twt-help-page .content {
    width: 65%;
    margin-right: 2%;
}
.twt-help-page .sidebar {
    width: 33%;
    float:right;
}

label.textinput, label.select, label.checkbox {
    background-color: transparent;
    margin: 10px 0 5px;
}

p.desc.label {
    margin-bottom: 20px;
    padding: 2px 0 10px ;
}
p.desc {
    border-bottom: 1px solid #ddd;
    margin: 6px 0 10px;
    padding: 0 0 8px 22px;
}

.twt-help-page .content {
    background: white;
    padding: 30px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.twt-help-page .page-welcome {
    margin: 0 0 40px 0;
    padding: 10px;
    /*border-bottom: 1px solid #f0f0f0;*/
    background: #66d344;
    color: white;

}

.twt-help-page .page-welcome span {
    font-weight: bold;
}

.twt-help-page .row :after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.twt-help-page .row  {
    display: inline-block;
    width: 100%;
}

.twt-help-page .row .box {
    margin: 0;
}

.twt-help-page .row .one-third {
    width: 30%;
    margin-right: 3%;
    float: left;

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.twt-help-page .box {
    border: 1px solid #f0f0f0;
    padding: 20px;
    margin-bottom: 20px;

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */

    -webkit-transition: ease 0.6s all;
    -o-transition: ease 0.6s all;
    transition: ease 0.6s all;

    color: #888;
}

.twt-help-page .box:hover {
    border: 1px solid #ccc;
    box-shadow: 0 0 10px #ccc;
    -webkit-transition: ease 0.2s all;
    -o-transition: ease 0.2s all;
    transition: ease 0.2s all;

    color: #333;
}

.twt-help-page .box > img {
    opacity: 0.9;
    -webkit-transition: ease 0.6s all;
    -o-transition: ease 0.6s all;
    transition: ease 0.6s all;

}
.twt-help-page .box:hover > img {
    opacity: 1;
    -webkit-transition: ease 0.2s all;
    -o-transition: ease 0.2s all;
    transition: ease 0.2s all;
}

.twt-help-page .box p { line-height: 1.3em; }
.twt-help-page .box p:first-child { margin-top: 0; }
.twt-help-page .box p:last-child { margin-bottom: 0; }

.twt-help-page .box.yellow:before,
.twt-help-page .box.green:before,
.twt-help-page .box.blue:before {
    content: "";
    height: 5px;
    display: block;
    margin-top: -20px;
    margin-bottom: 20px;
}

.twt-help-page .box.yellow:before { background: #ffd800; }
.twt-help-page .box.green:before { background: #4fb509; }
.twt-help-page .box.blue:before { background: #009cff; }

.twt-help-page .box > *:last-child { margin-bottom: 0; padding-bottom: 0; }

.twt-help-page h2.content-title {
    border-left: 3px solid #333;
    line-height: 1em;
    padding: 0 0 0 20px;	
}

.twt-help-page h2 {
    font-weight:bold;
}

.twt-help-page .twt-footer {
    border-top: 1px solid #f0f0f0;
    margin: 30px -30px 0 -30px;
    padding: 30px 30px 0 30px;
}

#offer-calc-help-content h3 {
    margin-top: 20px;
}

#tx_api_key {
    background-color: #f1f1f1;
    color: #999;
    width: 25em;
}
#switcher_wp, #switcher_tx{
    background: #f1f1f1;
}

.txwt-customizer {
    margin: 15px 0;
}

.txwt-color-picker{
    display: inline-block;
    margin-right: 8%;
}
.txwt-color-picker label{
    display: block;
    margin-top: 4px;
    font-style: italic;
    margin-bottom: 4px;
}
.wp-picker-holder {
    position: absolute;
    z-index: 9999;
}

ul#sortable li{
    margin: 0 0.2em;
    cursor: all-scroll;
}

.alert {
    border: 1px solid #e5e5e5;
    padding: 0.4em 1em 1.4em 1em;
    margin-bottom: 0.8em;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border-width: 1px;
    border-style: solid;
}

#poststuff  .alert h3.key-status {
    color: #fff;
    margin: 1em 0 0.3em 0;
    padding: 0;
    font-size: 1.2em;
}

.alert.critical {
    background-color: #993300;
}

.alert.success {
    background-color: green;
}


.alert p.description {
    color:#fff;
    font-size: 14px;
    margin: 0 0;
    font-style: normal;
}
.alert p.description a{
    color:#fff;
}

#subdomain-langs p{
padding: 0 1em;
color: #777;
line-height: 1.4;
font-size: 0.9em;
}

.snapshot-utilities{
 max-width: 500px;
}

#empty-langs-err, #integrity-err, #langs-fetched-notice{display:none;}

@media (max-width: 1000px) {
    .twt-help-page .row .one-third {
        width: 100%;
        float: none;
        margin-top: 30px;
    }

    .twt-help-page .row .one-third:first-child {
        margin-top: 0;
    }


    .twt-help-page .content {
        width: 100%;
        float: none;
    }
}