/* Main */
html, body {
    font-family: "Roboto Custom", sans-serif;
    line-height: 1.5em;
    color: #555;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'IBM Plex Sans Condensed', 'Source Sans Pro', sans-serif;
    font-weight: 400;
}

kbd, pre, code, samp {
    font-family: 'IBM Plex Mono', monospace;
}

/* Login form */

/* Login icons smaller than default */
.btn-social > :first-child {
    font-size: 1.2em;
}

/* Main layout */

/* Sidebar logo image sizing */
.main-header .logo .logo-mini img {
    max-width: 75%;
}

.main-header .logo .logo-lg img {
    max-width: 75%;
}

.main-header .navbar .nav > li > a > .fa {
    vertical-align: top;
}

.main-header .navbar .nav > li > a > i {
    font-size: 20px;
    margin-right: 8px;
}

@media (max-width: 767px) {
    .main-header .logo .logo-lg img {
        max-width: 49%;
    }
}

.content-header {
    background: transparent;
    min-height: 3em;
    margin-left: 15px;
}

.content-header > h1 {
    float: right;
}

.content-header .breadcrumb {
    font-size: 15px;
}

.content-wrapper {
    background-color: #f8f8f9;
}

.content .box {
    border-radius: 0;
    box-shadow: none;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.content .box .btn {
    border-radius: 0;
}

.content .box, .content .box .box-title {
    font-family: "Roboto Custom", sans-serif;
    line-height: 1.5em;
    color: #717082;
}

.control-sidebar-bg, .control-sidebar {
    right: -360px;
    width: 360px;
}

.control-sidebar-settings {
    padding: 10px;
}

.settings-sidebar-bg, .settings-sidebar {
    right: -360px;
    width: 360px;
}

/* Start by setting display:none to make this hidden. Then we position it in relation to the viewport window with position:fixed. Width, height, top and left speak for themselves. Background we set to 80% white with our animation centered, and no-repeating */
.loadingModal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url("../images/loading.gif") 50% 50% no-repeat;
}

/* When the body has the loading class, we turn the scrollbar off with overflow:hidden */
body.loading .loadingModal {
    overflow: hidden;
}

/* Anytime the body has the loading class, our modal element will be visible */
body.loading .loadingModal {
    display: block;
}

.main-header .navbar .dropdown-menu {
    margin-top: 5px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.main-header .navbar .dropdown-menu .current-user {
    padding: 8px 12px;
}

.main-header .navbar .current-user .company-logo > img {
    width: 100%;
}

.main-header .navbar .dropdown-menu > li {
    padding: 0 1px;
}

.main-header .navbar .dropdown-menu > li > a {
    text-align: left;
    padding: 8px 12px;
    color: #555;
}

.dropdown-menu .divider {
    margin: 4px 0;
}

.main-header .navbar .apps-menu {
    min-width: 300px;
    height: auto;
}

.main-header .navbar .apps-row {
    margin: 0;
}

.main-header .navbar .apps-row .col-app {
    padding: 0;
    text-align: center;
}

.main-header .navbar .apps-menu .btn-app {
    margin: 10px;
}

.main-sidebar {
    padding-top: 52px;
}

.wizard-steps {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.wizard-steps ul {
    display: inline-flex;
}

.wizard-steps ul li {
    list-style: none;
}

.wizard-steps ul li a {
    display: block;
    float: left;
    height: 50px;
    background: #4060A5;
    text-align: center;
    padding: 15px 40px 15px 40px;
    position: relative;
    margin: 0 30px 0 0;
    text-decoration: none;
    color: #fff;
}

.wizard-steps ul li a:after {
    content: "";
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 23px solid #4060A5;
    position: absolute;
    right: -25px;
    top: 0;
}

.wizard-steps ul li a:before {
    content: "";
    position: absolute;
    margin-top: -15px;
    border-width: 25px 0 25px 25px;
    border-style: solid;
    border-color: #4060A5 #4060A5 #4060A5 transparent;
    left: -25px;
}

.wizard-steps ul li:first-child a:before {
    display: none;
}

.wizard-steps ul li:last-child a:after {
    display: none;
}

.wizard-steps ul li:first-child a {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.wizard-steps ul li:last-child a {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.wizard-steps ul li a:hover {
    background: #5172B8;
}

.wizard-steps ul li a:hover::before {
    border-color: #5172B8 #5172B8 #5172B8 transparent;
}

.wizard-steps ul li a:hover::after {
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 23px solid #5172B8;
}

.btn-sidebar {
    width: 100%;
    margin: 0 0 10px 0;
}

.company-img {
    margin: 15px 0;
}

.profile .profile-picture {
    padding-top: 15px;
    padding-bottom: 15px;
}

.profile .profile-picture .profile-user-img {
    width: 200px;
}

.profile .profile-info .profile-role {
    font-style: italic;
}

.profile .profile-info .profile-email {
    padding-top: 25px;
}

.profile .profile-info .profile-email .profile-email-icon {
    font-size: 1.2em;
    padding-right: 15px;
}

.profile .profile-info .label-space {
    margin-right: 5px;
}

.form-row-top-border {
    border-top: 2px solid #efeaea;
    padding-top: 15px;
}

.field-hint {
    color: #b9b9b9;
}

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

span.summary {
    padding-left: 10px;
}

.promobase-color-blue {
    background: blue;
}

.promobase-color-brown {
    background: brown;
}

.promobase-color-yellow {
    background: yellow;
}

.promobase-color-gray {
    background: gray;
}

.promobase-color-green {
    background: green;
}

.promobase-color-orange {
    background: orange;
}

.promobase-color-purple {
    background: purple;
}

.promobase-color-red {
    background: red;
}

.promobase-color-pink {
    background: pink;
}

.promobase-color-white {
    background: white;
    border: 1px solid #ccc;
}

.promobase-color-black {
    background: black;
}

.promobase-color-bronze {
    background: #cd7f32;
}

.promobase-color-silver {
    background: silver;
}

.promobase-color-gold {
    background: gold;
}

.promobase-color-transparent {
    background: repeating-conic-gradient(#fff 0deg 90deg, grey 0 180deg) 0 0/25% 25%;
}

.promobase-color-multi_color {
    background: black;
    background: linear-gradient(to bottom, red, orange, yellow, green, indigo, violet);
}

.promobase-color-two_color {
    background: linear-gradient(0deg, blue 0%, blue 50%, red 50.001%, red 100%);
}

.promobase-color-none {
    background: url('../images/red-x.png') center center no-repeat;
}

div.spaced.row {
    margin-bottom: 2em;
}

.checkbox-list-filter {
    padding-top: 5px;
    max-height: 320px;
    overflow: auto;
}

.navbar-basic {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

@media (min-width: 768px) {
    .navbar-basic .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

.selectize-dropdown-content .option {
    cursor: pointer;
}

.text-muted {
    color: #777 !important;
}

.text-primary {
    color: #337ab7 !important;
}

.text-success {
    color: #3c763d !important;
}

.text-info {
    color: #31708f !important;
}

.text-warning {
    color: #8a6d3b !important;
}

.text-danger {
    color: #a94442 !important;
}

img.small {
    max-width: 120px;
    max-height: 120px;
}

.list-unstyled > li {
    text-align: center;
    display: flex;
}

.list-unstyled > li img {
    max-width: 100%;
    height: auto;
}

.list-unstyled li {
    width: 25%;
    float: left;
    padding: 10px;
    text-align: center;
}

.list-unstyled li > img + A {
    display: inline-block;
    margin-top: 5px;
}

.input-group .input-group-addon + div {
    border: 0;
    height: auto;
    line-height: inherit;
    padding: 0;
}

.input-group textarea.editor {
    width: 100%;
    min-height: 250px;
}

div.callout a.btn {
    text-decoration: none;
}

span.not-set {
    color: rgb(200, 150, 150);
}

.main-header li.user-header {
    background-color: white;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
    color: #444;
}


section.content-header > .breadcrumb {
    float: none;
    position: relative;
    font-size: 12px;
    line-height: 16px;
    right: auto;
    top: auto;
}

section.content {
    padding-top: 0;
}

.content, .content-header {
    max-width: calc(2560px - 230px); /* 2560px - width of the menu */
    margin-right: auto;
    margin-left: initial;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input, .grid-view .filters select {
    min-width: 50px;
}

label.abbr {
    border-bottom: none;
    text-decoration: underline dotted;
}

label.abbr:hover {
    cursor: help;
}

ul.nav h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 32px;
    font-size: 24px;
}

ul.nav a:has(button) {
    padding: 0;
}

.layout-button {
    line-height: 20px;
}

.content-header .breadcrumb-container {
    height: 40px;
    text-align: right;
}

.content-header .breadcrumb-container .breadcrumb {
    vertical-align: bottom;
    background-color: transparent;
    display: inline;
    margin-bottom: 0;
    line-height: 48px;
}

.content-header .breadcrumb-container .breadcrumb a {
    color: #777;
}

.content-header h1 {
    margin: 0;
    font-size: 32px;
}

.wizard-steps ul li a {
    background: #1b1a38;
}

.wizard-steps ul li a:after {
    border-left: 25px solid #1b1a38;
}

.wizard-steps ul li a:before {
    border-color: #1b1a38 #1b1a38 #1b1a38 transparent;
}

.wizard-steps .current a {
    background: orange;
}

.wizard-steps .current a:after {
    border-left: 25px solid orange;
}

.wizard-steps .current a:before {
    border-color: orange orange orange transparent;
}

.wizard-steps .completed a {
    background: lightgreen;
}

.wizard-steps .completed a:after {
    border-left: 25px solid lightgreen;
}

.wizard-steps .completed a:before {
    border-color: lightgreen lightgreen lightgreen transparent;
}

.sidebar-menu .menu-open > a > .fa-angle-left, .sidebar-menu .menu-open > a > .pull-right-container > .fa-angle-left {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.sidebar-menu li > a > .fa-angle-left, .sidebar-menu li > a > .pull-right-container > .fa-angle-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    -webkit-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
}

.img-icon {
    width: 22px;
    height: 22px;
    position: relative;
    top: -2px;
}

.product-image-fit {
    max-width: 100%;
    max-height: 100%;
}

.product-image-tiny {
    max-height: 60px;
    max-width: 60px;
}

.product-image-extra-small {
    max-height: 140px;
    max-width: 140px;
}

.product-image-small {
    max-height: 250px;
    max-width: 250px;
}

.disabled.flag-icon {
    opacity: 0.3;
    filter: grayscale(0.5);
}

aside.main-sidebar, section.sidebar, ul.full-height {
    min-height: 100%;
    max-height: 100%;
}

li.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 230px;
}

li.highlight {
    background: #341851;
}
