/*
GLOBAL STYLES
*/

.moby-dont-break-out {

    /* These are technically the same, but use both */
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;

    -ms-word-break: break-all !important;
    word-break: break-word !important;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto !important;
    -moz-hyphens: auto !important;
    -webkit-hyphens: auto !important;
    hyphens: auto !important;
    max-width: 200px !important;
    width: 200px !important;
}

.moby-header {
    margin-bottom: 15px !important;
}

/* Menu */
.moby-primary-menu {
    list-style: none;
}

.moby-primary-menu .moby-menu-item {
    display: inline-block;
}

.moby-primary-menu .moby-menu-item a span {
    display: block !important;
}

.moby-primary-menu .moby-menu-item a {
    display: block;
    margin-right: 15px !important;
    padding: 0px !important;
}

.moby-primary-menu .moby-current-menu-item a span {
    color: #000 !important;
    font-weight: bold;
}

.nowrap {
    white-space: -moz-pre-wrap !important; /* Firefox */
    white-space: -o-pre-wrap !important;; /* Opera */
    white-space: pre-wrap !important;; /* Chrome */
    word-wrap: break-word !important;; /* IE */
}

.moby-case-lower {
    text-transform: lowercase;
}

.moby-case-upper {
    text-transform: uppercase;
}

.moby-align-left {
    text-align: left;
}

.moby-align-center {
    text-align: center;
}

.moby-align-right {
    text-align: right;
}

.moby-screen-xxs .moby-align-xxs-left {
    text-align: left !important;
}

.moby-screen-xxs .moby-align-xxs-center {
    text-align: center !important;
}

.moby-screen-xxs .moby-align-xxs-right {
    text-align: right !important;
}

.moby-screen-xs .moby-align-xs-left {
    text-align: left !important;
}

.moby-screen-xs .moby-align-xs-center {
    text-align: center !important;
}

.moby-screen-xs .moby-align-xs-right {
    text-align: right !important;
}

@media (min-width: 768px) {
    .moby-screen-sm .moby-align-sm-left {
        text-align: left !important;
    }

    .moby-screen-sm .moby-align-sm-center {
        text-align: center !important;
    }

    .moby-screen-sm .moby-align-sm-right {
        text-align: right !important;
    }
}

@media (min-width: 992px) {
    .moby-screen-md .moby-align-md-left {
        text-align: left !important;
    }

    .moby-screen-md .moby-align-md-center {
        text-align: center !important;
    }

    .moby-screen-md .moby-align-md-right {
        text-align: right !important;
    }
}

@media (min-width: 1200px) {
    .moby-screen-lg .moby-align-lg-left {
        text-align: left !important;
    }

    .moby-screen-lg .moby-align-lg-center {
        text-align: center !important;
    }

    .moby-screen-lg .moby-align-lg-right {
        text-align: right !important;
    }
}

.moby-ajax-load {
    position: relative;
}

.moby-ajax-loader-overlay {
    position: absolute;
    z-index: 1000000000;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0 auto;
    /*background: rgba(255,255,255, 0.7) url(.moby-.moby-/img/ajax-loader.moby-gif) 50% 20% no-repeat;*/
}

.moby-ajax-loader-overlay[data-loader-center="1"] {
    /*background: rgba(255,255,255, 0.7) url(.moby-.moby-/img/ajax-loader.moby-gif) 50% 50% no-repeat;*/
}

.moby-alerts {
    margin: 10px 0px 15px 0px;
    clear: both;
}

.moby-alerts .moby-alert {
    position: relative;
    margin-bottom: 5px;
}

.moby-alerts .moby-alert .moby-fa {
    font-size: 1.5em;
    margin-right: 6px;
}

.moby-alerts .moby-alert-sm {
    padding: 5px 10px;
}

.moby-alerts .moby-alert-sm .moby-fa {
    font-size: 1.2em;
}

.moby-alerts .moby-alert span:first-letter {
    text-transform: uppercase;
}

#moby-quick-message {
    position: fixed;
    z-index: 10000000000;
    width: 300px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin: 0px;
    padding: 0px;
    margin-left: -150px;
    margin-top: -50px;
    display: table;

    cursor: pointer;
}

#quick-message #message {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
}

#quick-message-close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
    font-weight: normal;
    display: block;
    cursor: pointer;
    text-decoration: none;
}

#quick-message-close:hover {
    opacity: 0.8;
}

#ajax-loader.moby-fullscreen {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 32px;
    min-height: 32px;
    z-index: 1000000000000000;
    text-align: center;
    max-width: 300px;
    /*background: url(.moby-.moby-/img/ajax-loader.moby-gif) center no-repeat;*/
}

#ajax-loader.moby-regional {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 32px;
    min-height: 32px;
    z-index: 1000000000000000;
    text-align: center;
    max-width: 300px;
    /*background: url(.moby-.moby-/img/ajax-loader.moby-gif) center no-repeat;*/
}

#ajax-loader-message {
    display: block;
    position: relative;
    top: 50px;
    min-width: 300px;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    padding: 5px 10px;
}

#ajax-loader-overlay {
    position: absolute;
    display: table;
    top: 0px;
    left: 0px;
    min-height: 100%;
    min-width: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 100000000000000000;
    cursor: progress;
}

#ajax-loader-overlay.moby-nobg {
    background: none !important;
}

.moby-btn.moby-btn-primary {
    color: #ffffff;
    background-color: #FF5900;
    border: none;
    vertical-align: bottom;
}

.moby-btn.moby-btn-primary:hover,
.moby-btn.moby-btn-primary:focus,
.moby-btn.moby-btn-primary:active,
.moby-btn.moby-btn-primary.moby-active,
.moby-open .moby-dropdown-toggle.moby-btn.moby-btn-primary {
    color: #ffffff;
    background-color: #C94B08;
    border-color: #CC784B;
}

.moby-btn.moby-btn-primary:active,
.moby-btn.moby-btn-primary.moby-active,
.moby-open .moby-dropdown-toggle.moby-btn.moby-btn-primary {
    background-image: none;
}

.moby-btn.moby-btn-primary.moby-disabled,
.moby-btn.moby-btn-primary[disabled],
fieldset[disabled] .moby-btn.moby-btn-primary,
.moby-btn.moby-btn-primary.moby-disabled:hover,
.moby-btn.moby-btn-primary[disabled]:hover,
fieldset[disabled] .moby-btn.moby-btn-primary:hover,
.moby-btn.moby-btn-primary.moby-disabled:focus,
.moby-btn.moby-btn-primary[disabled]:focus,
fieldset[disabled] .moby-btn.moby-btn-primary:focus,
.moby-btn.moby-btn-primary.moby-disabled:active,
.moby-btn.moby-btn-primary[disabled]:active,
fieldset[disabled] .moby-btn.moby-btn-primary:active,
.moby-btn.moby-btn-primary.moby-disabled.moby-active,
.moby-btn.moby-btn-primary[disabled].moby-active,
fieldset[disabled] .moby-btn.moby-btn-primary.moby-active {
    background-color: #FF5900;
    border-color: #CC784B;
}

.moby-btn.moby-btn-primary .moby-badge {
    color: #FF5900;
    background-color: #ffffff;
}

.moby-trans01 {
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.moby-trans02 {
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.moby-trans03 {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.moby-trans04 {
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.moby-trans05 {
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.moby-trans06 {
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.moby-trans07 {
    -moz-transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.moby-trans08 {
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.moby-trans09 {
    -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

.moby-trans10 {
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

h1.light,
h2.light,
h3.moby-light {
    color: #eee;
}

.moby-select {
    position: relative;
}

.moby-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    padding-right: 40px !important;
    cursor: pointer;
    /*background-image: url(.moby-.moby-/img/chevron-down.moby-png);*/
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 15px auto;
}

.moby-select select::-ms-expand {
    display: none;
}

.moby-screen-xs #moby-group-select select {
    background-position: 94% 50%;
}

.moby-screen-sm #moby-group-select select {
    background-position: 96% 50%;
}

.moby-screen-md #moby-group-select select {
    background-position: 97% 50%;
}

.moby-screen-lg #moby-group-select select {
    background-position: 98% 50%;
}

#moby-group-select {
    padding: 0px 0px;
    margin: 5px 0px 10px 0px;
    clear: both;
    position: relative;
    float: left;
    width: 100%;
}

#moby-group-select select {
    height: 52px;
    text-align: center;
    margin: 0px;
    border: none;
    padding: 0px 25px;
    font-weight: bold;
    background-color: #fff;
    color: #000;
    font-size: 1.3em;
}

#menu .moby-fa {
    font-size: 1.3em;
    margin-right: 3px;
}

.moby-navbar-brand {
    margin-right: 10px;
}

.moby-navbar-brand#logo {
    padding: 0px;
}

.moby-navbar-brand#logo img {
    max-width: 150px;
    max-height: 50px;
}

.moby-navbar {
    border-radius: 0px !important;
}

.moby-nav.moby-main > li > a {
    padding: 15px 20px !important;
    font-size: 12px;
}

.moby-screen-md .moby-nav.moby-main > li > a {
    padding: 15px 10px !important;
}

.moby-navbar-nav {

}

#langs {
    padding: 0px 25px 0px 14px;
}

#langs .moby-fa {
    display: none;
    color: #9d9d9d;
}

.moby-screen-xxs #langs .moby-fa,
.moby-screen-xs #langs .moby-fa {
    display: inline-block;
}

#langs a {
    display: inline-block;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px 5px;
}

#langs a.moby-selected {
    color: #fff;
}

/**
LOGIN PAGE
*/

#login-page {
    min-height: 100%;
}

#login-page .moby-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;

    width: 330px;
    height: 250px;
    padding: 30px 35px;
    border: solid 1px #ccc;
    background: #f8f8f8;

    box-shadow: #444 0px 0px 20px;
}

#login-page h3 {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    color: #CC784B;
}

#login-page .moby-form-control {
    width: 224px;
}

#login-page .moby-input-group {
    margin: 10px 0px;
}

#login-page .moby-checkbox {
    padding: 0px 10px;
    display: inline-block;
}

#login-page .moby-bottom {
    background: #eee;
    padding: 10px;

}

#login-page .moby-submit {
    display: inline-block;
    text-align: right;
}

#login-page .moby-input-group-addon {
    width: 36px;
    text-align: center;
}

#login-page .moby-message {
    min-height: 5px;
}

#login-page .moby-message .moby-alerts {
    margin: 5px 0px 0px 0px;
}

#login-page .moby-message .moby-alert {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 0.8em;
    border: none;
    background: none;
}

/* payment-methods */

.moby-payment-methods ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.moby-payment-methods ul li {
    display: inline-block;
    padding: 2px 2px 2px 0;

}


.moby-payment-methods ul li label.active {
    border-color: #333;
}


.moby-payment-methods ul li img {
    width: 80px;
}

.moby-payment-methods ul li label[for] {
    cursor: pointer;
}


.moby-payment-methods ul li input[type=radio] {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 auto 5px auto;
    background-color: #fff;
    border: 1px #ddd solid;
    border-radius: 50%;
    position: relative;
}

.moby-payment-methods ul li label {
    display: block;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
    position: relative;
}

/**/
.moby-content-wrap ul li:before {
    background: transparent !important;
}

.moby-content-wrap .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.moby-content-wrap .btn-secondary {
    color:#fff;
    background: #888;
}

.moby-content-wrap .btn-success {
    background: #5cb85c;
}

.moby-content-wrap .btn-danger {
    background: #d9534f;
}



.moby-content-wrap .btn-group {
    width: auto !important;
}

.moby-content-wrap .form-group label {
    font-weight: bold;
}

.moby-content-wrap select.form-control {
    padding:0px !important;
}
