/**
 * ======================================================================
 * LICENSE: This file is subject to the terms and conditions defined in *
 * file 'license.txt', which is part of this source code package.       *
 * ======================================================================
 */

@font-face {
    font-family: 'fontello';
    src: url('../font/fontello.eot?59098184');
    src: url('../font/fontello.eot?59098184#iefix') format('embedded-opentype'),
        url('../font/fontello.woff2?59098184') format('woff2'),
        url('../font/fontello.woff?59098184') format('woff'),
        url('../font/fontello.ttf?59098184') format('truetype'),
        url('../font/fontello.svg?59098184#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}


.icon-dollar:before { content: '\e800' !important; } /* 'î ' */
.icon-info-circled:before { content: '\e801' !important; } /* 'î ' */
.icon-list:before { content: '\e803' !important; } /* 'î ' */
.icon-chart-pie:before { content: '\e804' !important; } /* 'î ' */
.icon-sort:before { content: '\e805' !important; } /* 'î ' */
.icon-sort-down:before { content: '\e806' !important; } /* 'î ' */
.icon-wrench-circled:before { content: '\e807' !important; } /* 'î ' */
.icon-ok-circled:before { content: '\e808' !important; } /* 'î ' */
.icon-sort-up:before { content: '\e809' !important; } /* 'î ' */
.icon-spin4:before { content: '\e80a' !important; } /* 'î ' */
.icon-trash-empty:before { content: '\e80c' !important; } /* 'î ' */
.icon-block:before { content: '\e80d' !important; } /* 'î ' */
.icon-info:before { content: '\e80e' !important; } /* 'î ' */
.icon-arrows-cw:before { content: '\e812' !important; } /* 'î ' */
.icon-award:before { content: '\e813' !important; } /* 'î ' */
.icon-cog-alt:before { content: '\e814' !important; } /* 'î ' */
.icon-attention-circled:before { content: '\e815' !important; } /* 'î ' */
.icon-help-circled:before { content: '\e818' !important; } /* 'î ' */
.icon-mail-alt:before { content: '\e81a' !important; } /* 'î ' */
.icon-star:before { content: '\e81f' !important; } /* 'î ' */

.icon-action {
    font-size: 1.5em;
    cursor: pointer;
}

.animate-spin {
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block;
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-o-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-ms-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}



/*** ==================  CORE RULES ================= ***/
body, html {
    height: auto;
}

.wrap {
    margin-top: 30px;
}

.postbox .inside {
    padding: 0 12px 0 12px;
}

a:hover, a:active, a:focus {
    outline: none !important;
    box-shadow: none;
}

.nav-tabs > li {
    font-size: 1.2em;
}

.error-list {
    padding-left: 10px;
    color: #666666;
    list-style-type: disc;
    letter-spacing: 0.5px;
}

.postbox {
    background: #fefefe none repeat scroll 0 0;
    border: 2px solid #dddddd;
    box-shadow: none;
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:active,
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover {
    box-shadow: none;
}

.morris-hover-point {
    text-align: left;
}

.metabox-holder h3.hndle {
    font-size: 0.8em;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 700;
}

.btn, .input-sm {
    border-radius: 0;
}

.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span{
    border-radius: 0;
}

.nav-tabs > li > a {
    font-size: 0.7em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.js .postbox .hndle, .js .widget .widget-top {
    cursor: default;
}

.purchase-option.form-control {
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
}

.form-group-header {
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.form-bordered {
    border: 1px solid #e7e7e7;
    padding: 10px;
}

.form-bordered ul li {
    margin-bottom: 4px;
}

.form-bordered ul li:before {
    content: "-";
    margin-right: 5px;
}

.text-warning {
    color: #f0ad4e;
}

.form-control {
    border-radius: 0;
}

.btn-brand {
    letter-spacing: 1px;
    background-color: #b86662;
    color: #FFFFFF;
}

.btn-brand:hover, .btn-brand:focus {
    background-color: #37485c;
    color: #FFFFFF;
}

.btn {
    font-weight: 700;
    letter-spacing: 1px;
}

.alert {
    border-radius: 0;
    margin-bottom: 0;
}

.modal-title {
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.text-danger { 
    color: #a94442 !important;
}

input[type="checkbox"], input[type="radio"] {
    margin-top: 2px;
}

.checkbox, .radio {
    margin-bottom: 0;
}

/*** ================= MAIN PANEL RULES ============= ***/
.graph-container, .about-container {
    padding: 15px 15px 30px 15px;
}

.graph-description {
    width: 100%;
    font-size: 1.2em;
    line-height: 1.4em;
    padding: 20px 30px;
    color: #777777;
    text-align: center;
}

.graph-loading {
    font-size: 10em;
    margin: 40px auto;
    display: block;
    text-align: center;
}

.about-container h4 {
    padding: 10px 0 0 0;
    letter-spacing: 1px;
}

.about-container p {
    font-size: 1.1em;
}

.contact-container {
    width: 80%;
    margin: 25px auto 5px auto;
}

.help-block {
    font-size: 0.9em;
    margin-bottom: 0;
}

.about-header {
    background-color: #337ab7;
    color: #ffffff;
    font-size: 1.1em;
    letter-spacing: 0.5px;
    padding: 30px 50px;
    text-align: center;
}

.about-header {
    margin-bottom: 0;
}

/*** ========== CURRENT BALANCE PANEL RULES ========= ***/
.balance {
    text-align: center; 
    font-size: 4em; 
    padding: 45px 0;
    display: block;
    border-bottom: 1px solid #EEEEEE;
}

.balance small {
    font-size: 0.6em;
    color: #777777;
}

.vip {
    text-align: center; 
    font-size: 4em; 
    padding: 45px 0;
    display: block;
}

.vip-message {
    margin:0; 
    padding: 10px; 
    font-size:1.2em; 
    text-align: center;
}

.minor-table{
    width: 100%;
    display: table;
    margin-top: 15px;
    table-layout: fixed;
}

a.minor-table-action{
    outline: 0;
}

.minor-table-action{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

a.minor-table-action:hover, 
a.minor-table-action:focus, 
a.minor-table-action:active {
    text-decoration: none;
}

.minor-table-action i {
    font-size: 1.8em;
    display: block;
    width: 100%;
}

.minor-table-action small {
    display: block;
    width: 100%;
    font-size: 0.6em;
    text-transform: uppercase;
}

.no-margin {
    margin: 0;
}

.notification {
    border-left: 6px solid #F04748;
    background-color: #F5F5F5;
    padding: 10px;
    position: relative;
}

.notification-icon {
    font-size: 4em;
    color: #F04748;
    text-align: center;
}

.notification:after {
    content: ' ';
    display: block;
    clear:both;
}

.information {
    border-left: 4px solid #337AB7;
    padding-left: 10px;
    font-size: 0.9em;
}

.activation-message {
    padding: 15px 0;
}

.text-larger {
    font-size: 1.3em;
}

td.text-smaller {
    font-size: 0.8em;
}

.view-errors {
    font-size: 0.8em;
    margin-left: 4px;
}

.view-errors:focus, .view-errors:active {
    outline: none;
    box-shadow: none;
}

.text-asterix {
    font-size: 0.9em;
}

.outer-top-sm {
    margin-top: 30px;
}

.outer-top-xs {
    margin-top: 15px;
}

.error-message {
    background-color: rgb(242, 108, 79);
    color: #ffffff;
    font-size: 1.2em;
    height: 60px;
    left: -20px;
    letter-spacing: 1px;
    padding: 18px;
    position: fixed;
    text-align: center;
    top: 32px;
    left: 0;
    width: 100%;
    z-index: 9000;
    text-transform: uppercase;
}

.success-message {
    background-color: #00B954;
    color: #ffffff;
    font-size: 1.5em;
    font-weight: 500;
    height: 60px;
    left: -20px;
    letter-spacing: 1px;
    padding: 13px;
    position: fixed;
    text-align: center;
    top: 32px;
    left: 0;
    width: 100%;
    z-index: 9000;
}

.social {
    margin: 30px auto 0 auto;
    list-style: none;
    display: table;
    width: 60%;

}

.social li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 2em;
}

.text-bordered {
    border: 1px solid #DDDDDD;
    padding: 10px;
}

.text-bigger {
    font-size: 1.2em;
}

.support-activation {
    margin-top: 20px;
}

.table-support-options {
    width: 100%;
    text-align: center;
}

.table-support-options thead th {
    padding: 8px;
    background-color: #337ab7;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.table-support-options tbody td {
    padding: 8px;
    font-size: 1.2em;
}

.settings-title {
    font-weight: 700;
    font-size: 0.9em;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Apply pop-up */
.step-one p.message {
    padding:40px 10px; 
    font-size: 1.5em; 
    text-align:center;
}

.apply-progress {
    margin: 30px;
    padding: 10px 30px;
    font-size: 1.3em;
    letter-spacing: 0.5px;
}

.badge-rejected {
    background-color: #f0ad4e;
}

.rejection-message {
    font-size: 1.1em;
    margin-bottom: 20px;
}

.hr {
    line-height: 0.5;
    text-align: center;
    margin: 30px auto;
    font-weight: 700;
}
.hr span {
    display: inline-block;
    position: relative;  
}
.hr span:before,
.hr span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #666666;
    border-top: 1px solid #666666;
    top: 0;
    width: 200px;
}
.hr span:before {
    right: 100%;
    margin-right: 15px;
}
.hr span:after {
    left: 100%;
    margin-left: 15px;
}

/* Error styles */
.table-striped tr.error td:first-child {
    border-left: 2px solid #f26c4f;
}
.table-striped tr.error.odd {
    background-color: rgba(242, 108, 79, 0.4);
}
.table-striped tr.error.even {
    background-color: rgba(242, 108, 79, 0.2);
}

.table-striped tr.warning td:first-child {
    border-left: 2px solid #fbaf5d;
}
.table-striped tr.warning.odd {
    background-color: rgba(251, 175, 93, 0.4) !important;
}
.table-striped tr.warning.even {
    background-color: rgba(251, 175, 93, 0.2) !important;
}

.table-striped tr.notice td:first-child {
    border-left: 2px solid #6dcff6;
}
.table-striped tr.notice.odd {
    background-color: rgba(109, 207, 246, 0.4) !important;
}
.table-striped tr.notice.even {
    background-color: rgba(109, 207, 246, 0.2) !important;
}

.table-striped tr.strict td:first-child {
    border-left: 2px solid #534741;
}
.table-striped tr.strict.odd {
    background-color: rgba(83, 71, 65, 0.4);
}
.table-striped tr.strict.even {
    background-color: rgba(83, 71, 65, 0.2);
}

.table-striped tr.deprecated td:first-child {
    border-left: 2px solid #acacac;
}
.table-striped tr.deprecated.odd {
    background-color: rgba(172, 172, 172, 0.4);
}
.table-striped tr.deprecated.even {
    background-color: rgba(172, 172, 172, 0.2);
}

.table-striped tbody tr td:first-child b {
    text-transform: capitalize;
}

.table.table-striped tbody td {
    vertical-align: middle !important;
}

.settings-container {
    margin: 30px auto 15px auto;
    width: 80%;
}

.setting {
    margin-top: 15px;
}

.reaload-patch-list { 
    display:inline-block; 
    float:right;
}

a.reaload-patch-list:hover {
    text-decoration: none;
}

.table > tbody > tr.warning > td, 
.table > tbody > tr.warning > th, 
.table > tbody > tr > td.warning, 
.table > tbody > tr > th.warning, 
.table > tfoot > tr.warning > td, 
.table > tfoot > tr.warning > th, 
.table > tfoot > tr > td.warning, 
.table > tfoot > tr > th.warning, 
.table > thead > tr.warning > td, 
.table > thead > tr.warning > th, 
.table > thead > tr > td.warning, 
.table > thead > tr > th.warning {
    background-color: inherit;
}

/*! ========================================================================
 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */
.checkbox label .toggle,.checkbox-inline .toggle{margin-left:-20px;margin-right:5px}
.toggle{position:relative;overflow:hidden}
.toggle input[type=checkbox]{display:none}
.toggle-group{position:absolute;width:200%;top:0;bottom:0;left:0;transition:left .35s;-webkit-transition:left .35s;-moz-user-select:none;-webkit-user-select:none}
.toggle.off .toggle-group{left:-100%}
.toggle-on{position:absolute;top:0;bottom:0;left:0;right:50%;margin:0;border:0;border-radius:0}
.toggle-off{position:absolute;top:0;bottom:0;left:50%;right:0;margin:0;border:0;border-radius:0}
.toggle-handle{position:relative;margin:0 auto;padding-top:0;padding-bottom:0;height:100%;width:0;border-width:0 1px}
.toggle.btn{min-width:120px;min-height:34px}
.toggle-on.btn{padding-right:24px}
.toggle-off.btn{padding-left:24px}
.toggle.btn-lg{min-width:79px;min-height:45px}
.toggle-on.btn-lg{padding-right:31px}
.toggle-off.btn-lg{padding-left:31px}
.toggle-handle.btn-lg{width:40px}
.toggle.btn-sm{min-width:50px;min-height:30px}
.toggle-on.btn-sm{padding-right:20px}
.toggle-off.btn-sm{padding-left:20px}
.toggle.btn-xs{min-width:35px;min-height:22px}
.toggle-on.btn-xs{padding-right:12px}
.toggle-off.btn-xs{padding-left:12px}