/*!
    
 =========================================================
 * WebEngine CMS
 * https://webenginecms.org/
 =========================================================
 * Licensed under the MIT license
 * http://opensource.org/licenses/MIT
 =========================================================
 
*/
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: none !important;
}

a:focus, a:hover {
    color: inherit !important;
    text-decoration: none !important;
}

.form-control {
	background: #111f20;
	border: 1px solid #20393a;
	color: #6c8989;
}
.form-control:focus {
	border: 1px solid #1c919d;
}

/* http://stackoverflow.com/questions/19562903/remove-padding-from-columns-in-bootstrap-3 */
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

/* http://stackoverflow.com/questions/20547819/vertical-align-with-bootstrap-3 */
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.thumbnail {
    background-color: #142526;
    border: 1px solid #20393a;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #133538;
}

.btn-primary {
    color: #1c919d;
    background-color: transparent;
    border-color: #1c919d;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    color: #ffffffba !important;
    background-color: #1c919d !important;
    border-color: #1c919d !important;
}

.form-horizontal .control-label {
	text-align: left !important;
}

.table-bordered {
    border: 1px solid #20393a;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #20393a;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #142526;
}

.table-hover>tbody>tr:hover {
    background-color: #1d3536;
}

.alert-danger {
	color: #ffe2e2;
	background-color: #502c2c;
	border-color: #724a4a;
}

.alert-success {
	color: #d5ffd6;
	background-color: #406830;
	border-color: #82af70;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #2b4748;
}

.help-block {
    color: #6c8989;
}
/* NoxVarMu SEO Styles */
.noxvar-seo-h1 {
    font-family: 'Cinzel', serif;
    color: #c9aa71;
    text-align: center;
    font-size: 22px;
    margin: 15px 0 10px 0;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
    padding: 0;
}
@media (max-width: 768px) {
    .noxvar-seo-h1 { font-size: 18px; }
}

/* Official Beta launch countdown */
.beta-launch-countdown {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto 18px auto;
}

.beta-launch-countdown-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 16px 18px;
    border: 1px solid #315558;
    background: rgba(12, 24, 25, 0.92);
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.32);
    display: table;
    width: 100%;
}

.beta-launch-copy,
.beta-launch-timer {
    display: table-cell;
    vertical-align: middle;
}

.beta-launch-copy {
    width: 46%;
    padding-right: 18px;
}

.beta-launch-eyebrow {
    display: block;
    font-family: 'Cinzel', serif;
    color: #c9aa71;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 4px;
}

.beta-launch-copy strong {
    display: block;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
}

.beta-launch-copy span:last-child {
    display: block;
    color: #86bfc2;
    font-size: 12px;
    line-height: 1.35;
    margin-top: 4px;
}

.beta-launch-timer {
    width: 54%;
    text-align: right;
    white-space: nowrap;
    color: #ffffff;
}

.beta-launch-unit {
    display: inline-block;
    min-width: 78px;
    padding: 8px 10px;
    margin-left: 6px;
    text-align: center;
    border: 1px solid #254649;
    background: rgba(20, 37, 38, 0.96);
}

.beta-launch-unit span {
    display: block;
    color: #c9aa71;
    font-family: 'Cinzel', serif;
    font-size: 24px;
    line-height: 1;
}

.beta-launch-unit small {
    display: block;
    color: #8fb8ba;
    font-size: 10px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-top: 5px;
}

.beta-launch-live .beta-launch-timer {
    color: #c9aa71;
    font-family: 'Cinzel', serif;
    font-size: 22px;
}

@media (max-width: 768px) {
    .beta-launch-countdown {
        padding: 0 10px;
    }

    .beta-launch-countdown-inner,
    .beta-launch-copy,
    .beta-launch-timer {
        display: block;
        width: 100%;
    }

    .beta-launch-copy {
        padding-right: 0;
        text-align: center;
        margin-bottom: 12px;
    }

    .beta-launch-timer {
        text-align: center;
        white-space: normal;
    }

    .beta-launch-unit {
        width: 48%;
        min-width: 0;
        margin: 3px 1%;
    }
}
