/***************************
* 1. General styling
***************************/

html, body {
    height: 100%;
    width: 100%;
}

html {
    display: table;
    width: 100%;
}

body {
    display: table-cell;
    vertical-align: middle;
    background: #e7ebee;
    padding-top: 50px;
}

.vertical-offset-50 {
    margin-top: 50px;
}

.main {
    padding: 20px 20px 80px;
}

body .no-padding-sides {
    padding-left: 0;
    padding-right: 0;
}

body .margin-10-sides {
    margin-left: 10px;
    margin-right: 10px;
}

.pointer {
    cursor: pointer;
}

.navbar-fixed-top {
    background: #fff;
    border: 0;
}

.no-padding-left {
    padding-left: 0px;
}

.progress {
    position: relative;
}

.progress span {
    position: absolute;
    display: block;
    width: 100%;
    color: black;
}

.no-padding-right {
    padding-right: 0px;
}

.full-height {
    min-height: 100%;
    height: 100%;
}

.full-width {
    min-width: 100%;
    width: 100%;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.row.table-row {
    display: table;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    border: none;
}

.row.table-row > [class*="col-"] {
    float: none;
    float: none;
    display: table-cell;
    vertical-align: top;
    height: 100%;
}

.text-center.valign-middle {
    vertical-align: middle;
}

.text-word-wrap-break {
    word-wrap: break-word;
}

@media (min-width: 768px) {
    .main {
        padding-right: 40px;
        padding-left: 40px;
    }
}

.bs-container .dropdown-menu.open {
    top: 5px;
}

/* thanks to: http://www.minimit.com/demos/bootstrap-3-responsive-columns-of-same-height */
/* USAGE
<div class="row">
  <div class="row-height">
    <div class="col-xs-2 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
    <div class="col-xs-4 col-lg-5 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
  </div>
</div>
*/

/* content styles */

.inside {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #ededed;
}

.inside-full-height {
    /*
    // if you want to give content full height give him height: 100%;
    // with content full height you can't apply margins to the content
    // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
    */
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

/* columns of same height styles */

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

.col-height {
    display: table-cell;
    float: none;
    height: 100%;
}

.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}

@media (min-width: 480px) {
    .row-xs-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-xs-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-xs-top {
        vertical-align: top;
    }

    .col-xs-middle {
        vertical-align: middle;
    }

    .col-xs-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 768px) {
    .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-sm-top {
        vertical-align: top;
    }

    .col-sm-middle {
        vertical-align: middle;
    }

    .col-sm-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 992px) {
    .row-md-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-md-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-md-top {
        vertical-align: top;
    }

    .col-md-middle {
        vertical-align: middle;
    }

    .col-md-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 1200px) {
    .row-lg-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-lg-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-lg-top {
        vertical-align: top;
    }

    .col-lg-middle {
        vertical-align: middle;
    }

    .col-lg-bottom {
        vertical-align: bottom;
    }
}

.form-group .alert {
    margin: 10px 0;
    padding: 6px 12px;
}

.button-checkbox {
    display: table-cell;
    position: relative;
    z-index: 2;
    float: left;
    margin-bottom: 10px;
    margin-right: 5px;
}

#gatemanager-list .button-checkbox {
    margin-bottom: 10px;
    margin-right: 5px;
}

#export-order-data .button-checkbox {
    display: inline;
    float: none;
}

#pause-ordering,
#resume-ordering {
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
}

#distributor-list .bootstrap-select .btn,
#gatemanagerForm .bootstrap-select .btn,
#userForm .button-checkbox .btn,
#gatemanagerForm .button-checkbox .btn.btn-default {
    color: #000;
}

#gatemanagerForm .button-checkbox .btn.btn-danger,
#userForm .button-checkbox .btn.btn-danger,
#gatemanagerForm .button-checkbox .btn.btn-success {
    color: #fff;
}

/***************************
* 1.1 Navbar top
***************************/

.navbar .navbar-text.dark {
    color: #bfbfbf;
    margin-right: 0;
}

.navbar .navbar-lang > li > a {
    background-color: transparent;
    padding: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 0px;
}

.topbar-context {
    padding: 5px 13px 0;
}

.topbar-label {
    display: block;
    color: #bfbfbf;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 0 1px #0E1926;
    padding-left: 0;
    text-align: left;
}

.topbar-link {
    max-width: 97%;
    white-space: nowrap;
    background: 0 0;
    border: none;
    padding: 0;
    text-align: left;
    font-size: 14px;
    cursor: pointer;
}

.navbar {
    min-height: 31px;
    border-bottom: solid;
    border-color: #000;
    background: #3DCD58;
}

.navbar-brand {
    padding: 0px;
}

.navbar-brand > img {
    width: auto;
    height: 100%;
    padding: 7px 14px;
}

.img-responsive {
    width: 100%;
    max-width: 100%;
}

.navbar-right > li > a {
    color: #fff;
}

.navbar-right > li > a:focus,
.navbar-right > li > a:hover {
    color: #fff;
    background-color: #415160;
}

.navbar-right .open > a,
.navbar-right .open > a:focus,
.navbar-right .open > a:hover {
    color: #fff;
    background-color: #415160;
}

.navbar-header .navbar-toggle {
    border-color: #ddd;
    color: #fff;
}

.navbar-header .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-header .navbar-toggle .icon-bar {
    display: block;
    width: 16px;
    height: 3px;
    border-radius: 0px;
}

.navbar-header .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
}

@media screen and (max-width: 768px) {
    .navbar .navbar-text.dark {
        float: left;
        color: #bfbfbf;
        margin-left: 15px;
        margin-right: 0;
        margin-bottom: 0px;
    }

    .navbar .navbar-lang {
        margin-top: 0px;
    }

    .navbar .navbar-lang > li {
        float: left;
        padding: 0px;
        margin-top: 0px;
        margin-left: 15px;
        margin-right: 0px;
    }

    .navbar .navbar-lang > li > a {
        margin-top: 5px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: #415160;
    }
}

/***************************
* 2. Form stuff
***************************/

.form-group.required .control-label:after {
    content: "*";
    color: red;
}

/***************************
* 3. Login
***************************/

.colorgraph {
    height: 5px;
    border-top: 0;
    background: #3DCD58;
    border-radius: 5px;
}

/***************************
* 4. Sidebar
***************************/

.sidebar {
    background-color: #3C454D;
    border-right: 1px solid #eee;
    min-height: 100%;
}

#sidebar-menu {
    margin: 0;
    padding: 0;
    border-top: 1px solid #6c7478;
    border-bottom: 1px solid #858585;
    position: relative;
    top: 5px;
}

#sidebar-menu .caret {
    margin-top: 5px;
    color: #6c7478;
}

#sidebar-menu > li {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    position: relative;
    border-top: 1px solid #858585;
    border-bottom: 1px solid #4A4A4A;
}

#sidebar-menu > li.dropdown > a {
    padding-bottom: 12px;
}

#sidebar-menu > li > a {
    width: 100%;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    color: #FFF;
    display: inline-block;
    padding: 11px 18px;
    outline: medium none;
    box-sizing: border-box;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

#sidebar-menu > li.active > a {
    color: #E5412D;
    text-shadow: none;
    font-weight: 600;
}

.arrow-wrapper .arrow,
.arrow-wrapper .arrow-border {
    border-color: transparent #E7EBEE transparent transparent;
    border-width: 11px;
    border-style: solid;
    font-size: 0px;
    line-height: 0;
    margin: 0px auto 0px 45%;
    position: absolute;
    top: 10px;
    width: 0px;
    right: 0px;
}

#sidebar-menu .sub-nav {
    background: none repeat scroll 0% 0% #30373e;
    width: 100%;
    list-style-type: none;
    padding: 1em 0 1em 25px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: medium none;
    position: relative;
    top: 0px;
}

#sidebar-menu .sub-nav > li {
    background: none repeat scroll 0% 0% transparent;
    list-style-type: none;
    padding: 0px;
    margin: 0px 1em 0px 0px;
}

#sidebar-menu .sub-nav > li > a {
    width: auto;
    font-size: 12px;
    display: block;
    padding: 7px 15px 7px 30px;
    color: #FFF;
}

#sidebar-menu .sub-nav > li > a:hover {
    text-decoration: none;
    background-color: #2b3139;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#sidebar-menu .sub-nav > li.active > a {
    text-decoration: none;
    background-color: #2b3139;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#sidebar-menu .sub-nav > li > a i {
    position: relative;
    top: 1px;
    margin-right: .65em;
    color: #fff;
    font-size: 13px;
}

.main .page-header {
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .side-collapse-container {
        width: 100%;
        position: relative;
        left: 0;
        transition: left .4s;
    }

    .side-collapse-container.out {
        left: 200px;
    }

    .side-collapse {
        background-color: #252d3a;
        border-right: 1px solid #eee;
        display: block;
        top: 50px;
        bottom: 0;
        left: 0;
        width: 200px;
        position: fixed;
        overflow: hidden;
        transition: width .4s;
    }

    .side-collapse.in {
        width: 0;
    }
}

/**************************
 * 5. Profile
 *************************/

.profile-headings {
    text-align: center;
}

.profile-information {
    font-weight: bold;
    text-align: right;
}

@media screen and (max-width: 768px) {
    .profile-headings {
        text-align: left;
    }

    .profile-information {
        text-align: left;
    }
}

/**************************
 * 6. Pagination
 *************************/

.pagination-table .bootstrap-select button {
    color: #000;
}

.pagination-table a:not(.btn-primary),
.pagination-table a.btn-default {
    color: #000;
    text-decoration: none;
}

.btn-default.active {
    background-color: #fff;
    border-color: rgb(204, 204, 204);
    -webkit-box-shadow: none;
    box-shadow: none;

}

.btn-success.active {
    background-color: rgb(68, 157, 68);
    border-color: rgb(204, 204, 204);
    -webkit-box-shadow: none;
    box-shadow: none;

}

.btn-danger.active {
    background-color: rgb(217, 83, 79);
    border-color: rgb(204, 204, 204);
    -webkit-box-shadow: none;
    box-shadow: none;

}

.pagination-table a:hover {
    color: #4A4A4A;
}

.btn-text-color {
    color: white !important;
}


/**************************
 * 6.1 Data Pagination
 *************************/

.data-pagination {
    margin: 0;
    text-align: right;
    white-space: nowrap;
}

.data-pagination.header {
    text-align: left;
}

.data-pagination.header select {
    width: 75px;
    display: inline-block;
}

.data-pagination .pagination {
    margin: 2px 0;
    white-space: nowrap;
}

.data-pagination.showing {
    text-align: left;
    padding-top: 8px;
    white-space: nowrap;
}

.data-pagination-table-margin {
    margin-top: 6px;
    margin-bottom: 6px;
}

/**************************
 * 6.2 Sorting Pagination
 *************************/

.pagination-table th.sorting,
.pagination-table th.sorting-asc,
.pagination-table th.sorting-desc,
.pagination-table td.sorting,
.pagination-table td.sorting-asc,
.pagination-table td.sorting-desc {
    position: relative;
    cursor: pointer;
}

.pagination-table thead .sorting:after,
.pagination-table thead .sorting-desc:after,
.pagination-table thead .sorting-asc:after,
.pagination-table tfoot .sorting:after,
.pagination-table tfoot .sorting-desc:after,
.pagination-table tfoot .sorting-asc:after {
    position: absolute;
    bottom: 8px;
    right: 20px;
    display: block;
    font-family: 'Glyphicons Halflings';
    opacity: 0.5;
}

.pagination-table tr > th.sorting:after,
.pagination-table tr > td.sorting:after {
    opacity: 0.2;
    content: "\e150";
}

.pagination-table tr > th.sorting-desc:after,
.pagination-table tr > td.sorting-desc:after {
    content: "\e156";
    opacity: 0.5;
}

.pagination-table tr > th.sorting-asc:after,
.pagination-table tr > td.sorting-asc:after {
    content: "\e155";
    opacity: 0.5;
}

.pagination-table thead th a,
.pagination-table tfoot th a,
.pagination-table thead td a,
.pagination-table tfoot td a {
    display: block;
    cursor: pointer;
    margin-right: 30px;
}

.pagination-table thead td,
.pagination-table tfoot td {
    font-weight: bold;
}


.data-pagination .pagination > li {
    cursor: pointer;
}

/**************************
 * 6.3 Paginate json
 *************************/

.loading-row {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 1000;
    opacity: 0.7;
}

.loading-icon {
    width: 100%;
    text-align: center;
    position: relative;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/**************************
 * 7 Company pages
 *************************/

.header-top-border {
    border-top: 1px solid #ddd;
    margin-top: 5px;
    padding: 5px 15px 5px;
}

.header-row-padding {
    padding-left: 15px;
    padding-right: 15px
}

.clickable {
    cursor: pointer;
}

/**************************
 * 8. Callout
 *************************/

.callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.callout p:last-child {
    margin-bottom: 0;
}

.callout code {
    border-radius: 3px;
}

.callout + .callout {
    margin-top: -5px;
}

.callout-danger {
    border-left-color: #ce4844;
}

.callout-danger h4 {
    color: #ce4844;
}

.callout-warning {
    border-left-color: #aa6708;
}

.callout-warning h4 {
    color: #aa6708;
}

.callout-info {
    border-left-color: #1b809e;
}

.callout-info h4 {
    color: #1b809e;
}

/**************************
 * 9. Wizard
 *************************/

.wizard a {
    cursor: pointer;
    text-decoration: none;
}

.wizard a.disabled {
    cursor: default;
    text-decoration: none;
}

.wizard fieldset {
    display: none;
}

.wizard-container {
    position: relative;
    margin-top: 20px;
}

.wizard-container .progress {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ccc;
}

.wizard-container .progress .progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: #428bca;
}

.wizard-container .wizard-step {
    position: relative;
    float: left;
    padding: 0 5px;
    text-align: center;
}

.wizard-container .wizard-step .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #ccc;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.wizard-container .wizard-step.activated .icon {
    background: #fff;
    border: 1px solid #1b809e;
    color: #428bca;
    line-height: 38px;
}

.wizard-container .wizard-step.active .icon {
    width: 48px;
    height: 48px;
    margin-top: 0;
    background: #428bca;
    font-size: 22px;
    line-height: 48px;
}

.wizard-container .wizard-step p {
    color: #ccc;
}

.wizard-col-xs-1,
.wizard-col-xs-2,
.wizard-col-xs-3,
.wizard-col-xs-4,
.wizard-col-xs-5,
.wizard-col-xs-6,
.wizard-col-xs-7,
.wizard-col-xs-8,
.wizard-col-xs-9,
.wizard-col-xs-10,
.wizard-col-xs-11,
.wizard-col-xs-12,
.wizard-col-sm-1,
.wizard-col-sm-2,
.wizard-col-sm-3,
.wizard-col-sm-4,
.wizard-col-sm-5,
.wizard-col-sm-6,
.wizard-col-sm-7,
.wizard-col-sm-8,
.wizard-col-sm-9,
.wizard-col-sm-10,
.wizard-col-sm-11,
.wizard-col-sm-12,
.wizard-col-md-1,
.wizard-col-md-2,
.wizard-col-md-3,
.wizard-col-md-4,
.wizard-col-md-5,
.wizard-col-md-6,
.wizard-col-md-7,
.wizard-col-md-8,
.wizard-col-md-9,
.wizard-col-md-10,
.wizard-col-md-11,
.wizard-col-md-12,
.wizard-col-lg-1,
.wizard-col-lg-2,
.wizard-col-lg-3,
.wizard-col-lg-4,
.wizard-col-lg-5,
.wizard-col-lg-6,
.wizard-col-lg-7,
.wizard-col-lg-8,
.wizard-col-lg-9,
.wizard-col-lg-10,
.wizard-col-lg-11,
.wizard-col-lg-12 {
    position: relative;
    min-height: 1px;
}

.wizard-container .wizard-step.activated p,
.wizard-container .wizard-step.active p {
    color: #1b809e;
}

.wizard-container .wizard-step.wizard-col-xs-1,
.wizard-container .wizard-step.wizard-col-xs-2,
.wizard-container .wizard-step.wizard-col-xs-3,
.wizard-container .wizard-step.wizard-col-xs-4,
.wizard-container .wizard-step.wizard-col-xs-5,
.wizard-container .wizard-step.wizard-col-xs-6,
.wizard-container .wizard-step.wizard-col-xs-7,
.wizard-container .wizard-step.wizard-col-xs-8,
.wizard-container .wizard-step.wizard-col-xs-9,
.wizard-container .wizard-step.wizard-col-xs-10,
.wizard-container .wizard-step.wizard-col-xs-11,
.wizard-container .wizard-step.wizard-col-xs-12 {
    float: left;
}

.wizard-container .wizard-step.wizard-col-xs-12 {
    width: 100%;
}

.wizard-container .wizard-step.wizard-col-xs-11 {
    width: 91.66666667%;
}

.wizard-container .wizard-step.wizard-col-xs-10 {
    width: 83.33333333%;
}

.wizard-container .wizard-step.wizard-col-xs-9 {
    width: 75%;
}

.wizard-container .wizard-step.wizard-col-xs-8 {
    width: 66.66666667%;
}

.wizard-container .wizard-step.wizard-col-xs-7 {
    width: 58.33333333%;
}

.wizard-container .wizard-step.wizard-col-xs-6 {
    width: 50%;
}

.wizard-container .wizard-step.wizard-col-xs-5 {
    width: 41.66666667%;
}

.wizard-container .wizard-step.wizard-col-xs-4 {
    width: 33.33333333%;
}

.wizard-container .wizard-step.wizard-col-xs-3 {
    width: 25%;
}

.wizard-container .wizard-step.wizard-col-xs-2 {
    width: 16.66666667%;
}

.wizard-container .wizard-step.wizard-col-xs-1 {
    width: 8.33333333%;
}

@media (min-width: 768px) {
    .wizard-container .wizard-step.wizard-col-sm-1,
    .wizard-container .wizard-step.wizard-col-sm-2,
    .wizard-container .wizard-step.wizard-col-sm-3,
    .wizard-container .wizard-step.wizard-col-sm-4,
    .wizard-container .wizard-step.wizard-col-sm-5,
    .wizard-container .wizard-step.wizard-col-sm-6,
    .wizard-container .wizard-step.wizard-col-sm-7,
    .wizard-container .wizard-step.wizard-col-sm-8,
    .wizard-container .wizard-step.wizard-col-sm-9,
    .wizard-container .wizard-step.wizard-col-sm-10,
    .wizard-container .wizard-step.wizard-col-sm-11,
    .wizard-container .wizard-step.wizard-col-sm-12 {
        float: left;
    }

    .wizard-container .wizard-step.wizard-col-sm-12 {
        width: 100%;
    }

    .wizard-container .wizard-step.wizard-col-sm-11 {
        width: 91.66666667%;
    }

    .wizard-container .wizard-step.wizard-col-sm-10 {
        width: 83.33333333%;
    }

    .wizard-container .wizard-step.wizard-col-sm-9 {
        width: 75%;
    }

    .wizard-container .wizard-step.wizard-col-sm-8 {
        width: 66.66666667%;
    }

    .wizard-container .wizard-step.wizard-col-sm-7 {
        width: 58.33333333%;
    }

    .wizard-container .wizard-step.wizard-col-sm-6 {
        width: 50%;
    }

    .wizard-container .wizard-step.wizard-col-sm-5 {
        width: 41.66666667%;
    }

    .wizard-container .wizard-step.wizard-col-sm-4 {
        width: 33.33333333%;
    }

    .wizard-container .wizard-step.wizard-col-sm-3 {
        width: 25%;
    }

    .wizard-container .wizard-step.wizard-col-sm-2 {
        width: 16.66666667%;
    }

    .wizard-container .wizard-step.wizard-col-sm-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 992px) {
    .wizard-container .wizard-step.wizard-col-md-1,
    .wizard-container .wizard-step.wizard-col-md-2,
    .wizard-container .wizard-step.wizard-col-md-3,
    .wizard-container .wizard-step.wizard-col-md-4,
    .wizard-container .wizard-step.wizard-col-md-5,
    .wizard-container .wizard-step.wizard-col-md-6,
    .wizard-container .wizard-step.wizard-col-md-7,
    .wizard-container .wizard-step.wizard-col-md-8,
    .wizard-container .wizard-step.wizard-col-md-9,
    .wizard-container .wizard-step.wizard-col-md-10,
    .wizard-container .wizard-step.wizard-col-md-11,
    .wizard-container .wizard-step.wizard-col-md-12 {
        float: left;
    }

    .wizard-container .wizard-step.wizard-col-md-12 {
        width: 100%;
    }

    .wizard-container .wizard-step.wizard-col-md-11 {
        width: 91.66666667%;
    }

    .wizard-container .wizard-step.wizard-col-md-10 {
        width: 83.33333333%;
    }

    .wizard-container .wizard-step.wizard-col-md-9 {
        width: 75%;
    }

    .wizard-container .wizard-step.wizard-col-md-8 {
        width: 66.66666667%;
    }

    .wizard-container .wizard-step.wizard-col-md-7 {
        width: 58.33333333%;
    }

    .wizard-container .wizard-step.wizard-col-md-6 {
        width: 50%;
    }

    .wizard-container .wizard-step.wizard-col-md-5 {
        width: 41.66666667%;
    }

    .wizard-container .wizard-step.wizard-col-md-4 {
        width: 33.33333333%;
    }

    .wizard-container .wizard-step.wizard-col-md-3 {
        width: 25%;
    }

    .wizard-container .wizard-step.wizard-col-md-2 {
        width: 16.66666667%;
    }

    .wizard-container .wizard-step.wizard-col-md-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 1200px) {
    .wizard-container .wizard-step.wizard-col-lg-1,
    .wizard-container .wizard-step.wizard-col-lg-2,
    .wizard-container .wizard-step.wizard-col-lg-3,
    .wizard-container .wizard-step.wizard-col-lg-4,
    .wizard-container .wizard-step.wizard-col-lg-5,
    .wizard-container .wizard-step.wizard-col-lg-6,
    .wizard-container .wizard-step.wizard-col-lg-7,
    .wizard-container .wizard-step.wizard-col-lg-8,
    .wizard-container .wizard-step.wizard-col-lg-9,
    .wizard-container .wizard-step.wizard-col-lg-10,
    .wizard-container .wizard-step.wizard-col-lg-11,
    .wizard-container .wizard-step.wizard-col-lg-12 {
        float: left;
    }

    .wizard-container .wizard-step.wizard-col-lg-12 {
        width: 100%;
    }

    .wizard-container .wizard-step.wizard-col-lg-11 {
        width: 91.66666667%;
    }

    .wizard-container .wizard-step.wizard-col-lg-10 {
        width: 83.33333333%;
    }

    .wizard-container .wizard-step.wizard-col-lg-9 {
        width: 75%;
    }

    .wizard-container .wizard-step.wizard-col-lg-8 {
        width: 66.66666667%;
    }

    .wizard-container .wizard-step.wizard-col-lg-7 {
        width: 58.33333333%;
    }

    .wizard-container .wizard-step.wizard-col-lg-6 {
        width: 50%;
    }

    .wizard-container .wizard-step.wizard-col-lg-5 {
        width: 41.66666667%;
    }

    .wizard-container .wizard-step.wizard-col-lg-4 {
        width: 33.33333333%;
    }

    .wizard-container .wizard-step.wizard-col-lg-3 {
        width: 25%;
    }

    .wizard-container .wizard-step.wizard-col-lg-2 {
        width: 16.66666667%;
    }

    .wizard-container .wizard-step.wizard-col-lg-1 {
        width: 8.33333333%;
    }
}

/*************************
 * 10. Order page
 ************************/

.page-header.first {
    margin: 20px 0 20px;
}

.page-header h3 .chevron {
    margin-top: 5px
}

/*************************
 * 10. Tab panel
 ************************/

.tabbable-panel {
    border: 1px solid #eee;
    padding: 10px;
}

.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
}

.tabbable-line > .nav-tabs > li {
    margin-right: 2px;
}

.tabbable-line > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    color: #737373;
}

.tabbable-line > .nav-tabs > li > a > i {
    color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
    border-bottom: 4px solid #fbcdcf;
}

.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
    border: 0;
    background: none !important;
    color: #333333;
}

.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
    color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0px;
}

.tabbable-line > .nav-tabs > li.active {
    border-bottom: 4px solid #f3565d;
    position: relative;
}

.tabbable-line > .nav-tabs > li.active > a {
    border: 0;
    color: #333333;
}

.tabbable-line > .nav-tabs > li.active > a > i {
    color: #404040;
}

.tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
}

.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}

.tabbable-line.tabs-below > .nav-tabs > li {
    border-top: 4px solid transparent;
}

.tabbable-line.tabs-below > .nav-tabs > li > a {
    margin-top: 0;
}

.tabbable-line.tabs-below > .nav-tabs > li:hover {
    border-bottom: 0;
    border-top: 4px solid #fbcdcf;
}

.tabbable-line.tabs-below > .nav-tabs > li.active {
    margin-bottom: -2px;
    border-bottom: 0;
    border-top: 4px solid #f3565d;
}

.tabbable-line.tabs-below > .tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

/*************************
 * 11. Permission panel
 ************************/

@media (min-width: 768px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-content: flex-end;
        align-content: flex-end;
    }

    .row-eq-height > div {
        flex: 1 1 auto;
        margin-bottom: 20px; /* and that, will result in a 20px gap in the bottom */
    }
}

@media (min-width: 768px) {
    .row-eq-height > div {
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .row-eq-height > div {
        max-width: 33.33333333%;
    }
}

.full-panel {
    height: 100%;
}

/**************************
 * 12. Modal center
 *************************/

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content {
    width: inherit;
    height: inherit;
    margin: 0 auto;
    pointer-events: all;
}

/**************************
 * 13. Affix warnings
 *************************/

.gatemanager-offline-warning.affix {
    z-index: 9999 !important;
}

#demo-order.affix {
    z-index: 9999 !important;
}

/**************************
 * 14. Order page special
 *************************/

.order-panel {
    margin-left: 15px;
    margin-right: 15px;
    width: 350px;
}

.order-panel.affix {
    position: fixed;
    bottom: 45px;
    right: 25px;
}

.order-panel.affix-bottom {
    bottom: auto !important;
}

@media (max-width: 768px) {
    .order-panel.affix {
        position: fixed;
        bottom: 45px;
        right: 5px;
    }

    .order-panel.affix-bottom {
        position: relative;
        bottom: auto !important;
        right: 5px;
    }
}

/**************************
 * 15. Pie Chart
 *************************/

/* Thanks to http://soqr.fr/testsvg/embed-svg-liquid-layout-responsive-web-design.php */
.chart-svg-container {
    vertical-align: middle; /* top | middle | bottom ... do what you want */
}

path.slice {
    stroke-width: 2px;
}

polyline {
    opacity: .3;
    stroke: black;
    stroke-width: 2px;
    fill: none;
}

line {
    stroke: black;
    stroke-width: 1;
    stroke-linecap: round;
}

/**************************
 * 16. charts
 *************************/

.chart-svg-container svg {
    max-height: 620px;
}

.chart-svg-container.pie-bronze svg {
    max-height: 250px;
}

.chart-svg-container.pie-silver svg {
    max-height: 250px;
}

.chart-svg-container.pie-gold svg {
    max-height: 250px;
}

.chart-svg-container.pie-platinum svg {
    max-height: 250px;
}

/**************************
 * 17. EasyService Information
 *************************/

h4.free {
    color: lightgreen;
}

h4.bronze {
    color: #CD7F32;
}

h4.silver {
    color: silver;
}

h4.gold {
    color: gold;
}

h4.platinum {
    color: #E5E4E2;
}

.description-container {
    padding-left: 15px;
    padding-right: 15px;
}

/**************************
 * 18. Order Information
 *************************/

.information-bar {
    top: 90px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    width: 40px;
    -webkit-transition: width 2s ease;
    -moz-transition: width 2s ease;
    -o-transition: width 2s ease;
    transition: width 2s ease;
    display: inline-block;
    white-space: nowrap;
}

.information-bar.affix {
    position: fixed;
}

.information-bar.in {
    width: 350px;
}

.information-bar .information-bar-title {
    text-align: center;
    font-size: 32px;
    color: inherit;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 5px 10px 5px;
}

.information-bar .information-bar-header {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    color: #333;
    background-color: #f5f5f5;
    border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.information-bar .information-bar-body a {
    color: #000000;
    word-wrap: normal;
    white-space: normal;
}

.information-bar .information-bar-body {
    display: inline-block;
    padding: 15px 15px;
    width: 310px;
    background-color: #FFFFFF;
    border-radius: 0px 0px 0px 4px;
    -moz-border-radius: 0px 0px 0px 4px;
    -webkit-border-radius: 0px 0px 0px 4px;
    border: 1px solid #ddd;;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

/**************************
 * 114. Footer
 *************************/

#footer {
    bottom: 0;
    width: 100%;
    padding: 12px;
    text-align: right;
    color: #fff;
    min-height: 31px;
    border-top: solid;
    border-color: #000;
    background: none repeat scroll 0% 0% #3DCD58;
    /*color: #999;*/
    /*background: none repeat scroll 0% 0% #222;*/
}

#footer:before,
#footer:after {
    content: " ";
    display: table;
}

#footer:after {
    clear: both;
}

/**************************
 * 234. Loading temporarily
 *************************/

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* Glyphicon */
.glyphicon{
    pointer-events: none;
}