﻿@charset "utf-8";

/* ------------ FONT PATH  ------------- */


/* Webfont: Lato-Regular */
@font-face {
    font-family: 'LatoWeb';
    src: url('../fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Light */
@font-face {
    font-family: 'LatoWebLight';
    src: url('../fonts/Lato-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Lato-Light.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/Lato-Light.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Lato-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Bold */
@font-face {
    font-family: 'LatoWebBold';
    src: url('../fonts/Lato-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Lato-Bold.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/Lato-Bold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Lato-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'sourcesanspro';
    src: url('../fonts/sourcesanspro-regular-webfont.eot?v=4.2.0');
    src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/sourcesanspro-regular-webfont.woff?v=4.2.0') format('woff'), url('../fonts/sourcesanspro-regular-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/sourcesanspro-regular-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
    -ms-overflow-style: scrollbar;
}

body {
    font-family: sourcesanspro, Helvetica, sans-serif, sans-serif !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background: url(../content/images/bg/mybg.png) #fff;
    position: relative;
    min-height: 100%;
}


/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
    margin-top: 4px;
    margin-left: 2px;
    display: block;
}

.field-validation-valid {
    display: none;
}

textarea.input-validation-error, input.input-validation-error {
    border: 1px solid rgba(185, 74, 72, 0.5);
    inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #b94a48 outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(185, 74, 72, 0.4);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(185, 74, 72, 0.4);
}


input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}



.tab-content {
    border-radius: 0 0 3px 3px;
}

.tab-pane {
    /*padding: 20px;*/
}

    .tab-pane .form-horizontal {
        padding: 20px;
    }

.nav-tabs {
    border-bottom: 1px solid #e5e5e5 !important;
}


    .nav-tabs > li.active > a {
        -webkit-box-shadow: 0 -2px 0 #57889c;
        -moz-box-shadow: 0 -2px 0 #57889c;
        box-shadow: 0 -2px 0 #57889c;
        border-top-width: 0 !important;
        margin-top: 2px !important;
        font-weight: 700;
        border-left-color: #e5e5e5;
        border-right-color: #e5e5e5;
    }

    .nav-tabs.bordered + .tab-content {
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        border-top: none;
        background: #fff;
    }

    .nav-tabs li a {
        color: #333;
        padding: 8px 13px;
        border-radius: 0;
    }

    .nav-tabs .closeTab {
        padding-left: 7px;
    }


h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #777777;
    text-transform: none;
    font-family: LatoWebLight !important;
}

h1 small {
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-family: LatoWeb !important;
    letter-spacing: 2px;
}

h2 {
    font-weight: 600;
}

h1 {
    font-size: 22px;
    margin-top: 5px;
}

    h1 span {
        text-shadow: 0 1px 0 rgba(64, 64, 64, 0.65);
    }

    h1 small {
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.90);
    }

h5 {
    font-size: 15px;
}

    h5 small {
        font-size: 85%;
    }

h6 {
    font-size: 11px;
}

    h6 small {
        font-size: 10px;
    }

.action-container {
    display: inline-flex;
    white-space: nowrap;
}

    .action-container a {
        display: inline-block;
        white-space: normal;
    }

.loading-panel {
    background-color: white;
    border: 1px solid #C3C3C3;
    width: 142px;
    height: 54px;
    font-size: 1.17em;
    position: relative;
    margin: auto;
}

    .loading-panel td {
        width: 50%;
        height: 100%;
        vertical-align: middle;
        padding: 10px 14px;
    }

/*Custom UI navigation and dashboard*/

#logo {
    width: 130px;
    height: 40px;
    margin: 5px;
}

#header {
    display: block;
    height: 55px;
    margin: 0px;
    background-color: #417792;
    /*background-image: linear-gradient(to bottom,#f3f3f3,#ffffff);*/
    position: relative;
    z-index: 905;
    border-bottom: 1px solid #417792;
    color: #E6E7E9;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .2);
}

    #header .notifications-dropdown .dropdown-menu {
        color: #333;
    }



#header-icons {
    height: 55px;
    padding: 15px 0 10px 0;
}

    #header-icons .icon-notifications {
        margin-top: 15px;
        vertical-align: middle;
    }


#app-title {
    font-family: LatoWebBold;
    text-transform: uppercase;
    font-size: 1em;
    color: #E6E7E9;
}

.profile-image:hover {
    cursor: pointer;
}

.info-card {
    position: relative;
    height: 55px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .7s cubic-bezier(.34,1.25,.3,1);
    transition: all .7s cubic-bezier(.34,1.25,.3,1);
}

    .info-card .info-card-text {
        color: inherit;
        z-index: 1;
        position: relative;
        line-height: normal;
        font-size: 1.2rem;
        display: inline-block;
        vertical-align: middle;
        line-height: 1.5;
        text-align: right;
        margin-left: 25px;
    }

    .info-card .profile-image {
        display: inline-block;
        z-index: 2;
        position: relative;
        margin: 0 2rem;
    }

    .info-card img.profile-image {
        width: 3.125rem;
        height: auto;
    }

    .info-card span.profile-image {
        width: 3.45rem;
        height: 3.35rem;
        background-color: rgba(255, 255, 255, 0.25);
        font-size: 1.45em;
        text-align: center;
        color: rgba(255, 255, 255, 0.60);
        padding: 4px 1px 0 0;
        transition: 0.1s;
    }

        .info-card span.profile-image:hover {
            cursor: pointer;
            background-color: rgba(255, 255, 255, 0.35);
            color: rgba(255, 255, 255, 0.80);
        }


.flows img.owner-image {
    width: 30px;
    height: auto;
    margin: 5px;
}

.rounded-circle {
    border-radius: 50% !important;
}

.title-shadowed {
    text-shadow: 0 1px 0 rgba(64, 64, 64, 0.65);
}

.title-shadowed-light {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.90);
}

.site-logo {
    background-image: url('Images/logos/OcellicsLogo-blue.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 50px;
    width: 182px;
    margin-top: 3px;
    margin-left: 3px;
}
/*
    Form controls
*/
.form-group {
    margin-bottom: 7px;
}

.form-control, .dd-select.form-control {
    border: 1px solid #ddd;
    border-radius: 3px;
}

.form-divider {
}

    .form-divider h6 {
        margin-bottom: 0px;
    }

.input-group-addon {
    border: 1px solid #ddd;
    border-radius: 3px;
}

.fixed-header, #header {
    position: fixed;
    width: 100%;
    z-index: 905;
    top: 0;
}

    #header > :first-child, aside {
        width: 220px;
    }

    #header > div {
        float: left;
    }

.page-heading {
    margin-bottom: 10px;
}

.page-options {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-right: 15px;
}

.page-options-span {
    margin-right: 0px;
}

.btn-header > :first-child > a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: default !important;
    display: inline-block;
    font-weight: 700;
    height: 30px;
    line-height: 24px;
    min-width: 30px;
    padding: 4px;
    text-align: center;
    text-decoration: none !important;
    -moz-user-select: none;
    -webkit-user-select: none;
    background-color: #f8f8f8;
    border: 1px solid #bfbfbf;
    color: #6D6A69;
    font-size: 17px;
    margin: 10px 0 0;
}

#crumbLink {
    text-decoration: none !important;
}

    #crumbLink:hover {
        text-decoration: none !important;
        color: #BBB !important;
    }

    #crumbLink:active {
        text-decoration: none !important;
        color: #BBB !important;
    }

    #crumbLink:visited {
        text-decoration: none !important;
        color: #FFF !important;
    }

.btn-header > :first-child > a:hover {
    border: 1px solid #bfbfbf;
    color: #222;
    transition: all 0s;
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 4px 1px rgba(0,0,0,.08);
    box-shadow: inset 0 0 4px 1px rgba(0,0,0,.08);
}

.char-count {
    margin-left: 2px;
    font-size: 0.9em;
    color: #A9A9A9;
    margin: 2px 0 0 2px;
}

/*Left panel*/

.fixed-navigation, #left-panel {
    height: 100%;
    position: fixed !important;
}

.fixed-navigation, nav {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}

    .fixed-navigation nav > ul {
        padding-right: 15px;
        position: relative;
        height: 100%;
        width: 114%;
        overflow-x: hidden;
        overflow-y: scroll;
    }

@media (max-width:980px) {
    .fixed-navigation, nav {
        margin-right: -10px;
    }
}

/*Edge overrides*/
@supports (-ms-ime-align:auto) {
    .fixed-navigation nav > ul {
        width: 114%;
    }
}

.hidden-menu #left-panel {
    left: -210px;
    z-index: 903;
}

#header > :first-child, aside {
    width: 220px;
}

aside {
    display: block;
    background: #3a3633;
    min-height: 100%;
    display: block;
    min-height: 100% !important;
}

#logo-group *, .minified .menu-item-parent {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hidden-menu-footer {
    padding-left: 10px !important;
}


.hidden-menu #hide-menu > :first-child > a {
    background-color: #e8e8e8;
    background-image: -moz-linear-gradient(top,#5a5a5a 0,#686868 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#5a5a5a),color-stop(100%,#686868));
    background-image: -webkit-linear-gradient(to bottom,#5a5a5a 0,#686868 100%);
    background-image: -o-linear-gradient(to bottom,#5a5a5a 0,#686868 100%);
    background-image: -ms-linear-gradient(to bottom,#5a5a5a 0,#686868 100%);
    background-image: linear-gradient(to bottom,#5a5a5a 0,#686868 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5A5A5A', endColorstr='#686868', GradientType=0);
    -webkit-box-shadow: inset 0 0 3px 1px rgba(0,0,0,.15);
    box-shadow: inset 0 0 3px 1px rgba(0,0,0,.15);
    color: #fff;
    border-color: #494949;
}

#left-panel {
    -webkit-transition: 250ms cubic-bezier(0.1,.57,.1,1);
    transition: 250ms cubic-bezier(0.1,.57,.1,1);
    #hea -webkit-transform: translate(0px,0) translateZ(0px);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 903;
    padding-top: 55px;
    bottom: 0px;
    height: 100%;
    display: block;
    margin: 0em;
    overflow: hidden;
}

#header > :first-child, aside {
    width: 220px;
}

#header-icons {
    height: 55px;
}

    #header-icons i {
        color: #FFF !important;
    }

.user-menu-items {
    margin: 1px 2px 0 0;
    padding: 7px 0;
    font-weight: 400;
    color: #c0bbb7 !important;
    width: 120px;
    min-width: 120px;
    border-radius: 0;
}

    .user-menu-items:hover {
        color: white;
    }

.user-menu-link:hover {
    color: white !important;
}

.user-menu-sub {
    margin: 0;
    padding: 0;
    border-bottom: none;
    position: relative;
    display: list-item;
    text-align: -webkit-match-parent;
    color: #c0bbb7 !important;
}

.minified-usermenu {
    top: 0px;
    left: 40px;
    border-left: 1px solid #f5f5f5;
    border: 1px solid #bfbfbf;
    border-top: none;
    width: 198px;
}

.btn, a:link, button {
    -webkit-tap-highlight-color: rgba(169,3,41,.5);
}

.minifyme {
    border-bottom: 1px solid #302F2F;
    background: #454545;
    color: #A8A8A8;
    text-align: center;
    padding: 0px;
    width: 36px;
    height: 28px;
    display: block;
    position: absolute;
    right: 0;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    margin-top: 7px;
    font-size: 19px;
    transition: all .1s linear 0s;
}

    .minifyme:hover {
        background: #646464;
        color: #E4E4E4;
        right: 0;
        width: 40px;
        padding-right: 5px;
    }

a, a:hover {
    color: #6E9BB8;
}


#version:visited {
    text-decoration: none !important;
    color: #FFF !important;
}

#main {
    margin-left: 220px;
    padding: 0px;
    padding-bottom: 35px;
    min-height: 500px;
    position: relative;
    height: 100% !important;
    overflow-x: hidden;
}

.hidden-menu #left-panel:hover {
    left: 0;
}

.hidden-menu #left-panel {
    left: -210px;
    z-index: 903;
}

nav ul {
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: .5em;
    list-style: none;
    position: relative;
}

ul, menu, dir {
    display: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

nav ul li a {
    line-height: normal;
    padding: 8px 8px 8px 9px;
    color: #c0bbb7;
    display: block;
    text-decoration: none !important;
    position: relative;
}

    nav ul li a:hover {
        color: #f3f3f3;
        cursor: pointer;
    }

    nav ul li a:focus {
        color: #f3f3f3;
    }

nav ul li li {
    border-bottom: none;
    position: relative;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-lg {
    font-size: 18px;
    line-height: .75em;
    vertical-align: -15%;
}

.fa {
    display: inline-block;
    font: normal normal normal FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

nav ul span.menu-item-parent {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 5px;
}

nav > ul > li a b {
    position: absolute !important;
    left: 200px;
    top: 10px;
}

nav ul b {
    float: right;
    margin-top: 2px;
}

nav ul li.open > a, nav ul li.open > a b {
    color: #fff !important;
}

nav > ul > li > ul::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 23px;
    top: 0;
    bottom: 0;
    border-left: 1px solid #7A7A7A;
}

.minified nav > ul > li > ul::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0;
    bottom: 0;
    border-left: 1px solid #7A7A7A;
}

nav > ul > li:hover > ul::before, nav > ul > li:hover > ul > li::before {
    border-color: #ACACAC !important;
}

nav > ul ul li::before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    left: 23px;
    top: 16px;
    border-top: 1px solid #7A7A7A;
    z-index: 1;
}

.minified nav > ul ul li::before {
    content: "";
    display: block;
    position: absolute;
    width: 0px;
    left: 23px;
    top: 16px;
    border-top: 1px solid red;
    z-index: 1;
}

nav > ul > li > ul > li > a, nav > ul > li > ul > li > ul > li > a {
    padding-top: 6px;
    padding-bottom: 6px;
}

nav ul ul li > a {
    padding-left: 42px;
    font-weight: 400;
    outline: 0;
}

.minified nav ul ul li > a {
    padding-left: 15px;
    font-weight: 400;
    outline: 0;
}

nav ul li a {
    line-height: normal;
    padding: 8px 8px 8px 9px;
    color: #c0bbb7;
    display: block;
    font-weight: 400;
    text-decoration: none !important;
    position: relative;
}

nav ul li .collapse-sign {
    font-size: 12px;
}

.minified nav > ul > li > ul > li > a, .minified nav > ul > li > ul > li > ul > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
}

.minified #main {
    margin-left: 45px;
}

.minified nav > ul > li > ul > li {
    background-color: rgba(69,69,69,.9);
}

nav ul ul {
    margin: 0;
    background: rgba(69,69,69,.6);
    padding: 7px 0;
}

nav ul li.active > a:before {
    content: "\f0d9";
    font-family: FontAwesome;
    display: block;
    height: 27px;
    line-height: normal;
    width: 27px;
    position: absolute;
    right: -21px;
    font-size: 20px;
    color: #eee;
}

nav ul ul li > a {
    padding-left: 42px;
    font-weight: 400;
    outline: 0;
}

nav ul ul li {
    margin: 0;
    padding: 0;
}

nav ul .active > a {
    color: #fff !important;
    position: relative;
}

nav ul li.active > a:before {
    content: "\f0d9";
    font-family: FontAwesome;
    display: block;
    height: 27px;
    line-height: normal;
    width: 27px;
    position: absolute;
    right: -21px;
    font-size: 20px;
    color: #eee;
}


.minified nav > ul > li:hover > a > .menu-item-parent, .minified nav > ul > li:hover > ul {
    display: block !important;
}

.minified nav > ul > li > a > .menu-item-parent {
    display: none;
    position: absolute;
    left: 40px;
    top: -3px;
    width: 186px;
    height: 38px;
    line-height: 38px;
    background-color: #f5f5f5;
    color: #333;
    z-index: 3;
    -webkit-box-shadow: 2px 1px 2px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 2px 1px 2px 0 rgba(0,0,0,.2);
    box-shadow: 2px 1px 2px 0 rgba(0,0,0,.2);
    border-left: 1px solid #bfbfbf;
    border-top: 1px solid #D8D4D4;
    border-bottom: 1px solid #fff;
    padding-left: 12px;
}


.minified nav > ul > li > a .menu-item-parent, .minified nav > ul > li > a > b {
    display: none;
}

.minified nav > ul > li > ul {
    display: none !important;
    position: absolute;
    left: 40px;
    width: 199px;
    z-index: 5;
    border: 1px solid #bfbfbf;
    min-height: 180px;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.2);
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,.2);
    background: #454545;
    margin-top: -3px;
    overflow: hidden;
    border-left: none;
}

.menuLinkMainSub i {
    font: normal normal normal 13px/1 FontAwesome;
}

.menuLinkMainSub ul {
    margin-left: 30px;
}

.menu-item-sub ul {
    margin-left: 30px;
}

    .menu-item-sub ul li::before {
        content: "";
        display: block;
        position: absolute;
        width: 0px !important;
        left: 23px;
        top: 16px;
        /* border-top: 1px solid #7A7A7A; */
        z-index: 1;
    }

.menu-item-sub li.active > a:before {
    right: 9px;
}

/*Ribbon*/

#ribbon {
    min-height: 40px;
    background: #474544;
    padding: 0 5px;
    position: relative;
    z-index: 95;
    top: 54px;
}

#ribbonLogin {
    min-height: 40px;
    background: #474544;
    padding: 0 13px;
    position: relative;
}

.ribbon-button-alignment {
    padding-top: 9px;
    display: inline-block;
}

#ribbon .btn-link {
    color: #fff;
    line-height: 25px;
    vertical-align: middle;
    height: 25px;
    display: block;
    float: left;
    margin: 0 8px 0 7px;
    cursor: pointer;
    color: white !important;
}

.btn-ribbon {
    background-color: #707070;
    background-image: linear-gradient(to bottom,#777,#666);
    background-repeat: repeat-x;
    color: #fff;
    padding: 1.5px 5px;
    line-height: 25px;
    vertical-align: middle;
    height: 25px;
    display: block;
    border: none;
    float: left;
    margin: 0 8px 0 7px;
    font-size: 20px;
    cursor: pointer;
    color: white !important;
}

    .btn-ribbon:hover {
        color: #525151 !important;
    }

.btn.btn-ribbon > i {
    font-size: 111%;
}

.fa-fresh:before {
    content: "\f021";
}

/*
    Button Controls
*/
.btn, a:link, button {
    -webkit-tap-highlight-color: rgba(169,3,41,.5);
}

.btn {
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    /*box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);*/
    transition: all 0.2s ease;
}

.btn-success {
    border-color: #739e73;
}

    .btn-success:focus,
    .btn-success.focus {
        border-color: #5b835b;
    }

    .btn-success:hover {
        border-color: #5b835b;
    }

.btn-info {
    border-color: #57889c;
}

    .btn-info:focus,
    .btn-info.focus {
        border-color: #456b7b;
    }

    .btn-info:hover {
        border-color: #456b7b;
    }

.btn-warning {
    border-color: #c79121;
}

    .btn-warning:focus,
    .btn-warning.focus {
        border-color: #9b711a;
    }

    .btn-warning:hover {
        border-color: #9b711a;
    }

.btn-danger {
    border-color: #a90329;
}

    .btn-danger:focus,
    .btn-danger.focus {
        border-color: #77021d;
    }

    .btn-danger:hover {
        border-color: #77021d;
    }

.btn-primary {
    border-color: #3276b1;
}

    .btn-primary:focus,
    .btn-primary.focus {
        border-color: #275b89;
    }

    .btn-primary:hover {
        border-color: #275b89;
    }

.btn-default {
    color: rgba(0, 0, 0, .7) !important;
    border-color: #ddd;
}

    .btn-default:focus,
    .btn-default.focus {
        border-color: rgba(140, 140, 140, 0.5);
    }

    .btn-default:hover {
        border-color: rgba(173, 173, 173, 0.5);
    }

    .btn-default.not-ajax-link {
        color: rgba(0, 0, 0, .7) !important;
    }


.btn_NoSpan {
    background: rgba(235, 235, 235, 235) !important;
    border-color: #ddd;
}

    .btn_NoSpan:hover {
        border-color: rgba(173, 173, 173, 0.5);
        background: rgba(0,0,0,.08) !important;
    }

#ribbon .breadcrumb {
    text-decoration: none !Important;
    display: inline-block;
    margin: 0px;
    padding: 13px 10px 9px 10px !important;
    background: 0 0;
    vertical-align: top;
    border-radius: 0px;
    font-size: 13px;
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    font-size: 0.85em;
    /*font-family:fontawesome;
    content: "\f0da";*/
    padding: 0 5px;
    color: #cccccc;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.minified #left-panel, .minified nav > ul > li {
    overflow: visible;
}

.minified #left-panel {
    width: 45px;
}

.minified .minifyme {
    right: 0;
    color: #A8A8A8;
    position: relative;
    width: 100%;
    border-radius: 0;
    margin: 0;
    height: 34px;
    font-size: 23px;
}

/*Main Content*/

#content {
    border-right-color: #CCC !important;
    border-bottom-color: #CCC !important;
    border-left-color: #CCC !important;
    border-top-color: #CCC !important;
    overflow: visible;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    margin-top: 63px;
    overflow-x: hidden;
    min-height: 500px;
}

div {
    display: block;
}

.dxgvTable_Simplex {
    border-bottom: 1px solid #ddd !important;
}

/*dev express overrides --use the !important flag to override it*/

.dxmLite_Simplex, .dxmLite_Simplex .dxm-item a.dx {
    color: #3276b1 !important;
}

    .dxmLite_Simplex, .dxmLite_Simplex li.dxm-item {
    }

.dxctToolbar_Simplex {
    margin-bottom: 10px;
}

.dxcvPagerBottomPanel_Simplex {
    margin-top: 10px;
}

.dxmLite_Simplex .dxm-main.dxmtb {
    padding: 0px !important;
}


.dxtcLite_Simplex, .dxeBase_Simplex {
    font: 13px sourcesanspro, Helvetica, sans-serif !important;
}

    .dxtcLite_Simplex label, .dxeBase_Simplex label {
        font-weight: bold !important;
    }

.dxgvControl_Simplex, .dxgvDisabled_Simplex, .dxtlControl_Simplex, .dxtlDisabled_Simplex {
    font-family: sourcesanspro, Helvetica, sans-serif !important;
    font-size: 13px !important;
    width: 100% !important;
    border-radius: 3px;
    background-color: #fbfbfb;
    border: 1px solid #ddd !important;
    box-shadow: 0 2px 2px #ececec;
    -webkit-box-shadow: 0 2px 2px #ececec;
    background-color: white !important;
    color: #333333 !important;
    cursor: default !important;
    padding: 10px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.dxeDropDownWindow_Simplex {
    border: 1px solid #ddd !important;
}

.treeList_U {
    padding: 10px;
}

.dxtlControl_Simplex {
    border-collapse: separate;
}

.dxgv .dxgvDetailCell_Simplex .dxgvControl_Simplex, .dxgvDisabled_Simplex,
.tab-content .dxgvControl_Simplex, .dxgvDisabled_Simplex, .dxtlControl_Simplex, .dxtlDisabled_Simplex {
    border: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.modal .dxgvControl_Simplex, .dxgvDisabled_Simplex, .dxtlControl_Simplex {
    border: 1px solid #e5e5e5 !important;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.dxmLite_Simplex .dxm-main {
    background-color: #fff !important;
}

img[class^="dx"] {
    cursor: pointer !important;
}

.dxgvHeader_Simplex, .dxtlHeader_Simplex {
    cursor: pointer !important;
    white-space: nowrap !important;
    padding: 5px 3px 3px !important;
    background: linear-gradient(to top, rgba(241, 241, 241, 0.15) 0%, rgba(238, 238, 238, 0.4) 100%) !important;
    overflow: hidden !important;
    text-align: left !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    border-color: #ddd !important;
    border-bottom: 2px solid #ddd !important;
    /*border-top: 1px solid #ddd !important;*/
    font-size: 12px !important;
}

.dxgvPagerBottomPanel_Simplex {
    background: linear-gradient(to bottom, rgba(241, 241, 241, 0.1) 0%, rgba(238, 238, 238, 0.4) 100%) !important;
    border-top: 2px solid #fff !important;
}

.dxgvPagerTopPanel_Simplex, .dxgvPagerBottomPanel_Simplex {
    padding: 0px 0 !important;
}

tr.dxgvDataRow_Simplex.row-state-locked, tr.dxgvDataRow_Simplex.row-state-master {
    color: rgba(0, 0, 0, .7);
}

tr.dxgvDataRow_Simplex.row-state-inactive {
    color: rgba(0, 0, 0, .4);
    font-style: italic;
}

.dxgvDataRow_Simplex td.dxgv, .dxtlControl_Simplex td.dxtl {
    background-image: none !important;
}

.dxgvDataRow_Simplex .cell-state, .dxtlControl_Simplex .cell-state {
    position: relative;
}

    .dxgvDataRow_Simplex .cell-state:after {
        font-family: FontAwesome;
        font-style: normal;
        position: absolute;
        top: 2px;
        right: 0px;
        display: block;
        font-size: 0.8em;
    }

.cell-state {
    padding-right: 10px;
}

.dxgvDataRow_Simplex .state-locked:after {
    content: "\f023";
    color: rgba(0, 0, 0, 0.5);
}

.dxgvDataRow_Simplex .state-master:after {
    content: "\25CF";
    color: rgba(0, 0, 0, 0.5);
}

.dxgvDataRow_Simplex td.dxgv.state-arrow-up:after {
    content: "\f062";
    color: green;
}

.dxgvDataRow_Simplex td.dxgv.state-arrow-down:after {
    content: "\f063";
    color: red;
}

.dxgvDataRow_Simplex td.dxgv.state-minus:after {
    content: "\f068";
}

.dxgvDataRow_Simplex td.dxgv.action-cell {
    border-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.dxeListBoxItemSelected_Simplex {
    color: #333333 !important;
    background-color: #fff !important;
}


.dxgvSearchPanel_Simplex {
    padding: 0px 0px 7px 0px !important;
    border-bottom: 0px !important;
}


.dxgvFilterRow_Simplex .dxgvIndentCell.dxgv.dxgvDIC {
    border-right-width: 1px !important;
}

.dxgvControl_Simplex a, .dxtlControl_Simplex a {
    color: #3276b1;
}

    .dxgvControl_Simplex a.btn-primary,
    .dxgvControl_Simplex a.btn-danger,
    .dxgvControl_Simplex a.btn-success,
    .dxtlControl_Simplex a.btn-primary,
    .dxtlControl_Simplex a.btn-danger,
    .dxtlControl_Simplex a.btn-success {
        color: #fff !important;
    }

.dxgvFilterRow_Simplex {
    border-top: 1px Solid #ddd;
    background-color: white !important;
    padding: 8px 8px 4px !important;
}

.dxeEditAreaSys, .dxeMemoEditAreaSys, input[type="text"].dxeEditAreaSys, input[type="password"].dxeEditAreaSys {
    font: inherit;
    line-height: 1.5em !important;
    outline: 0;
}

.dxpLite_Simplex {
    font-size: 11px !important;
    text-transform: uppercase;
}

.dxeListBox_Simplex.dxlbcc.dxeFocused_Simplex {
    border: none !important;
}

.form
.dxeFocused_Simplex {
    border: solid 1px #3276b1 !important;
    height: 20px !important;
}

.dxeButtonEdit_Simplex,
.dxeSearchControl_Simplex,
.dxeTextBox_Simplex {
    display: block !important;
    height: 32px !important;
    padding: 4px 8px 6px 12px !important;
    line-height: 1.42857143;
    color: #555 !important;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e5e5e5 !important;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .dxeButtonEdit_Simplex.dxeFocused_Simplex,
    .dxeSearchControl_Simplex.dxeFocused_Simplex {
        border: solid 1px #66afe9 !important;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

.dxHideContent {
    display: none !important;
}

.dxeButtonEditButton_Simplex.dxeButtonEditClearButton_Simplex,
.dxeButtonEditButton_Simplex.dxeButtonEditClearButton_Simplex:hover {
    padding-top: 4px !important;
}

.dxbButton_Simplex {
    border-radius: 3px;
    color: #333333;
    border-color: #ddd !important;
    background-color: white;
    padding: 1px;
    transition: all 0.2s ease;
    padding: 6px 12px;
    font-size: 13px;
}

    .dxbButton_Simplex .dxb {
        padding: 0px !important;
    }

    .dxbButton_Simplex:not(.dxbDisabled_Simplex):hover {
        border-color: rgba(173, 173, 173, 0.5);
        background-color: #e6e6e6;
    }

.dxeButton.dxeButtonEditButton_Simplex {
    background: #FFF;
    border-radius: 5px;
}

.dxeButton.dxeButtonEditButtonHover_Simplex {
    background: #417792;
    /*    background: #EEEEEE;*/
}



.dxpLite_Simplex .dxp-current {
    background-color: #3276b1 !important;
    color: #FFFFFF;
    text-decoration: none;
    cursor: text;
}

.dxtlEditForm_Simplex {
    border: 1px solid #EFEFEF;
    border-right: 0px;
    background: #FCFCFC;
    padding: 12px 10px 12px;
}

.dxgvEditFormDisplayRow_Simplex td.dxgv, .dxgvDataRow_Simplex td.dxgv, .dxgvDataRowAlt_Simplex td.dxgv, .dxgvSelectedRow_Simplex td.dxgv, .dxgvFocusedRow_Simplex td.dxgv {
    overflow: hidden;
    border-top-width: 0;
    border-left-width: 0;
    padding: 4px 6px 3px 6px !important;
}

.dxeDropDownWindow_Simplex .dxgvControl_Simplex.dxgv {
    padding: 0px;
}

.dxgvDataRow_Simplex.dxgvFocusedRow_Simplex {
    color: #333333;
}

.dxtlNode_Simplex td.dxtl {
    border-right: 1px solid transparent !important;
}

.dxtlNode_Simplex td.dxtl,
.dxtlNode_Simplex td.dxtlIndentWithButton_Simplex {
    border-bottom: 1px solid transparent !important;
    border-top: 1px solid transparent !important;
}

.dxtlNode_Simplex td.dxtl {
    border-left: 1px solid rgba(221, 221, 221, 0.4) !important;
}

.dxtlNode_Simplex td:last-child {
    border-right: 0px !important;
}

.dxtlEditFormDisplayNode_Simplex td.dxtl {
    border: 1px solid transparent !important;
}

.dxtlNode_Simplex td.txtl,
.dxtlNode_Simplex td.dxtlIndentWithButton_Simplex,
.dxgvEmptyDataRow_Simplex td.dxgv,
.dxgvGroupPanel_Simplex,
.dxgvDataRow_Simplex td.dxgvIndentCell, .dxgvDetailRow_Simplex td.dxgvIndentCell, .dxgvPreviewRow_Simplex td.dxgvIndentCell, .dxgvGroupRow_Simplex td.dxgvIndentCell, .dxgvGroupFooter_Simplex td.dxgvIndentCell,
.dxgvDetailRow_Simplex td.dxgv, .dxgvPreviewRow_Simplex td.dxgv, .dxgvEmptyDataRow_Simplex td.dxgv,
.dxgvGroupRow_Simplex td.dxgv, .dxgvFocusedGroupRow_Simplex td.dxgv,
.dxgvTable_Simplex, .dxgvDataRow_Simplex td.dxgv, .dxgvFilterRow_Simplex td.dxgv, .dxgvHeader_Simplex, .dxtlHeader_Simplex, .dxgvEditFormDisplayRow_Simplex td.dxgv, .dxgvEditForm_Simplex td.dxgv, .dxtl__IM {
    border-color: rgba(221, 221, 221, 0.4) !important;
}

.dxtlEmptyDataRow_Simplex td,
.dxtlGroupPanel_Simplex,
.dxtlDataRow_Simplex tdIndentCell, .dxtlDetailRow_Simplex tdIndentCell, .dxtlPreviewRow_Simplex tdIndentCell, .dxtlGroupRow_Simplex tdIndentCell, .dxtlGroupFooter_Simplex tdIndentCell,
.dxtlDetailRow_Simplex td, .dxtlPreviewRow_Simplex td, .dxtlEmptyDataRow_Simplex td,
.dxtlGroupRow_Simplex td, .dxtlFocusedGroupRow_Simplex td,
.dxtlTable_Simplex, .dxtlDataRow_Simplex td, .dxtlFilterRow_Simplex td, .dxtlHeader_Simplex, .dxtlHeader_Simplex, .dxtlEditFormDisplayRow_Simplex td, .dxtlEditForm_Simplex {
    border-color: rgba(221, 221, 221, 0.4) !important;
}

.dxgvControl_Simplex table > tbody > tr > td,
table > tbody > tr > th, table > tfoot > tr > td, table > tfoot > tr > th, table > thead > tr > td, table > thead > tr > th {
    padding: 3px 5px;
}

th.dxtlHeader_Simplex {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    padding: 10px 8px 8px 8px !important;
    background: linear-gradient(to top, rgba(241, 241, 241, 0.15) 0%, rgba(238, 238, 238, 0.4) 100%) !important;
}

table.dxtlControl_Simplex > tbody > tr > td {
    padding: 10px;
}

.dxgvControl_Simplex table > tbody > tr.dxgvDataRow_Simplex:nth-child(even),
.dxtlControl_Simplex table > tbody > tr.dxtlNode_Simplex:nth-child(even) {
    background: rgba(204, 204, 204, 0.06);
}


.dxgvControl_Simplex table > tbody > tr.dxgvDataRow_Simplex:nth-child(odd),
.dxtlControl_Simplex table > tbody > tr.dxtlNode_Simplex:nth-child(odd) {
    background: #FFF;
}

.dxtlControl_Simplex table > tbody > tr > td, table > tbody > tr > th, table > tfoot > tr > td, table > tfoot > tr > th, table > thead > tr > td, table > thead > tr > th {
    padding: 3px 5px;
}

.dxmLite_Simplex .dxm-hovered {
    background-color: rgba(65, 119, 146, 0.80) !important;
}

.dxeButtonEditButtonHover_Simplex {
    /*background-color: #3276b1 !important;*/
}

.dxEditors_edtRadioButtonChecked_Simplex, .dxEditors_edtRadioButtonUnchecked_Simplex, .dxEditors_edtRadioButtonUncheckedDisabled_Simplex {
    background-color: #3276b1 !important;
}

/* === MULTISELECT GRID VIEW CHECKBOX STYLES === */
td.dxgv .checkbox, td.dxgvHeader_Simplex .checkbox {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

    td.dxgv .checkbox label, td.dxgvHeader_Simplex .checkbox label {
        padding-left: 0 !important;
    }

        td.dxgv .checkbox label::after, td.dxgvHeader_Simplex .checkbox label::after {
            padding-left: 0 !important;
            top: 2px;
            left: 3px;
        }

td.dxgvHeader_Simplex .checkbox {
    margin-left: 3px;
}

td.dxgv input[type="checkbox"], td.dxgvHeader_Simplex input[type="checkbox"] {
    margin: 0 0 0 -20px !important;
    height: 18px;
    width: 16px;
    cursor: pointer;
}

/* dx calendar*/
.dxeCalendarHeader_Simplex {
    color: #3276b1 !important;
    padding: 4px 7px;
    font-size: 1.5em;
    padding: 4px 17px;
}

.dxeCalendarToday_Simplex {
    padding: 3px 3px 2px;
    border: 1px solid #3276b1 !important;
}

.dxeCalendarWeekend_Simplex {
    color: #3276b1 !important;
}

.dxeCalendarButtonHover_Simplex, .dxeColorEditButtonHover_Simplex {
    background-color: #3276b1 !important;
    border: 1px solid #3276b1 !important;
}

.dxeCalendarSelected_Simplex {
    color: White;
    background-color: #3276b1 !important;
}

/* dx file manager*/
.dxfmControl_Simplex.dxfm-dst {
    border-radius: 3px;
    background-color: #fbfbfb;
    border: 1px solid #ddd !important;
    box-shadow: 0 2px 2px #ececec;
    -webkit-box-shadow: 0 2px 2px #ececec;
    background-color: white !important;
    color: #333333 !important;
    padding: 10px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.dxsplControl_Simplex {
    border: none !important;
}

.dxfmControl_Simplex .dxfm-toolbar .dxsplLCC {
    height: unset !important;
}

.dxfmControl_Simplex .dxfm-toolbar .dxmLite_Simplex .dxm-main {
    background-color: #FAFAFA !important;
}

.dxm-horizontal.dxm-autoWidth > ul > li, .dxm-horizontal.dxm-noWrap > ul > li {
    vertical-align: middle !important;
}

.dxeCaptionCell_Simplex.dxeCaptionVATSys.dxeTextEditCTypeSys {
    padding-top: 8px !important;
}

.dxeCaptionCell_Simplex.dxeCaptionVATSys.dxeTextEditCTypeSys {
    min-width: 40px !important;
}

.dxfmControl_Simplex .dxeCaptionCell_Simplex.dxeCaptionVATSys.dxeTextEditCTypeSys {
    min-width: unset !important;
}

.dxfmControl_Simplex .dxfm-toolbar .dxmLite_Simplex .dxfm-path input {
    margin: 0px !important;
    color: #8a8a8a;
}

.dxfm-uploadPanelTableBCell .dxfm-uploadDisable, td.dxfm-uploadPanelTableBCell > a {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    border-radius: 3px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: all 0.2s ease;
    border-color: #ddd;
    color: rgba(0, 0, 0, .7) !important;
}

.dxfm-uploadDisable {
    border-color: #ddd;
    color: rgba(0, 0, 0, .7) !important;
}

td.dxfm-uploadPanelTableBCell > a {
    border-color: #3276b1;
    color: rgba(0, 0, 0, .7) !important;
}

.td.dxfm-uploadPanelTableBCell > a {
    border-color: #3276b1;
}

    .td.dxfm-uploadPanelTableBCell > a:focus,
    .td.dxfm-uploadPanelTableBCell > a.focus {
        border-color: #275b89;
    }

    .td.dxfm-uploadPanelTableBCell > a:hover {
        border-color: #275b89;
    }

img.dxm-image.dx-vam {
    color: #DADADA !important;
    width: 16px;
    height: 16px;
}

/* dx Cards View */
.flows-cards hr {
    margin: 5px 0px !important;
}

.extra-info.hidden {
    visibility: hidden;
}

.flows-cards .workflow-description {
    background: rgba(229, 229, 229, 0.15);
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 20px;
    margin: 0 -7px 10px;
    text-align: center;
}


.workflow-options {
    text-align: right;
}


.flows-cards .dxcvControl_Simplex.dxcv {
    background-color: transparent !important;
    border: none !important;
    padding: 0px !important;
}



.flows-cards .dxcvTable_Simplex {
    background-color: transparent !important;
    padding: 0px !important;
    overflow: scroll !important;
}

.flows-cards .dxcvControl_Simplex.dxcv .dxctToolbar_Simplex,
.flows-cards .dxcvPagerBottomPanel_Simplex,
.flows-cards .ocellics-card-breakpoints,
.flows-cards .ocellics-card-empty {
    border-radius: 3px !important;
    background-color: #fbfbfb !important;
    border: 1px solid #ddd !important;
    box-shadow: 0 2px 2px #ececec !important;
    -webkit-box-shadow: 0 2px 2px #ececec !important;
    background-color: white !important;
    color: #999999 !important;
    padding: 10px !important;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) !important;
}

.flows-cards .ocellics-card-empty {
    width: 100%;
    height: 100px;
    margin: 0;
}

.flows-cards .dxcvBreakpointsCard_Simplex {
    margin: 5px;
}

.dxcvTable_Simplex dxcvBPT {
    margin-right: -5px;
}

.flows-cards .dxcvControl_Simplex .dxcvSeparator_Simplex,
.flows-cards .dxcvControl_Simplex .dxcvSeparator_Simplex div {
    width: 5px !important;
}

@media (max-width: 411px) {
    .workflow-options {
        float: none;
    }
}

/*Page Footer*/
.page-footer {
    height: 30px;
    padding: 8px 20px 0;
    padding-left: 233px;
    background: #3a3633;
    width: 100%;
    position: absolute;
    display: block;
    bottom: 0px !important;
    z-index: 900;
    font-size: 12px;
}

.site-footer-logo {
    background-image: url('../favicon.ico');
    background-size: cover;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    margin-top: -1px;
    margin-right: 5px;
}


.row {
    margin-left: -13px;
    margin-right: -13px;
}

/*labeled buttons*/
.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}

.btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 4px 8px;
    background: rgba(0,0,0,.08);
    border-radius: 3px 0 0 3px
}


.btn-labeled i {
    top: 2px;
}

.btn-labeled .fa { /*make same size as glyph btn*/
    padding: 1px 2px;
}

.badge-icon {
    height: 25px;
    width: 25px;
    display: inline-block;
}

    /*icon badges*/
    .badge-icon span {
        position: absolute;
        display: inline-block;
        color: #fff;
        cursor: default;
        border: 1px solid transparent;
        min-width: 10px;
        max-width: 20px;
        font-size: 10px;
        padding: 0 2px;
        border-radius: 1.25rem;
        font-weight: 500;
        line-height: normal;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        vertical-align: middle;
    }

    .badge-icon i {
        margin-top: 8px;
    }


/*quick positions*/
.pos-right {
    right: 0;
}

.pos-top {
    top: 0;
}

.position-relative {
    position: relative !important;
}

/*bootstrap overrides*/
.label-primary {
    background-color: #6E9BB8;
}

/*boostrap fix for https://github.com/twbs/bootstrap/issues/14040 */

.modal {
    z-index: 9998 !important;
}

.modal-content {
    border-radius: 3px;
}

.modal-body {
    background: url(../content/images/bg/mybg.png);
}

body.modal-open {
    overflow-y: hidden;
    padding-right: 0 !important;
}


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
}

/*end fix*/

.alert-container {
    position: fixed;
    top: 8px;
    right: 3px;
    z-index: 9999;
}

.alert {
    margin-bottom: 20px;
    margin-top: 0;
    color: #675100;
    border-width: 0;
    border-left-width: 5px;
    padding: 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

    .alert .close {
        top: 0;
        right: 0px;
        line-height: 15px;
    }

.alert-heading {
    font-weight: 600;
}

.alert-danger {
    border-color: #953b39 !important;
    color: #fff !important;
    background-color: #c26565 !important;
    text-shadow: none;
}

.alert-warning {
    border-color: #dfb56c !important;
    color: #826430 !important;
    background-color: #efe1b3 !important;
}

.alert-success {
    border-color: #8ac38b !important;
    color: #356635 !important;
    background-color: #cde0c4 !important;
}

.alert-info {
    border-color: #9cb4c5 !important;
    color: #305d8c !important;
    background-color: #d6dde7 !important;
}

.alert-widget {
    margin-top: 20px;
}

.breadcrumb {
    border-color: #e7e7e7;
    color: #BBB;
    background-color: #474544;
    border-radius: 0px;
    margin-bottom: 10px;
}

    .breadcrumb a:hover, .breadcrumb a {
        color: white;
    }

    .breadcrumb > .active {
        color: #BBB;
    }

/*widget-tables using jquery.datatables*/
.widget-container {
    padding: 5px 17px;
}

    .widget-container .buttons-html5 {
        border: 0;
        background-color: #ffffff;
        font-size: 18px;
        padding: 0px;
    }

    .widget-container .hidden-title-header {
        min-height: 5px;
    }

.widget-tabs {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.widget-wrapper-no-border .panel-default {
    border: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
}


.widget-wrapper-row > .row {
    margin: -10px !important;
}

.bootstrap-datetimepicker-widget td span {
    color: black;
}

.hide-td {
    display: none;
}

#extr-page body {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    min-height: 100%;
    overflow: hidden;
    /*background: #FFF !important;*/
    background: #FFF url(../content/images/bg/simple-texture-bg_1920x1200.jpg) repeat-x center center fixed !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*Login*/
#loginContent {
    max-width: 350px;
    margin: auto;
}

#login-header {
    background-image: url('Images/logos/OCELLICS-LOGO-tall-220-rgb.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    width: 220px;
    margin: 40px auto 25px auto;
}

#login-footer {
}

.text-login-footer-copyright {
    color: rgba(0, 0, 0, .35);
    text-shadow: 0 1px 0 #FFF;
}

.login-redirect-panel {
    text-shadow: 0 1px 0 #FFF;
}

#login-title {
    text-align: center;
    padding-bottom: 25px;
    text-shadow: 0 1px 0 rgba(64, 64, 64, 0.5);
    color: #414142;
}

#loginValidationMessage {
    margin-left: 15px;
    margin-bottom: 10px;
}

@media (max-width: 411px) {
    #loginContent {
        padding: 30px;
    }
}


.loading {
    display: inline-block;
    opacity: 0;
    width: 0px;
    -webkit-transition: opacity 0.25s, width 0.25s;
    -moz-transition: opacity 0.25s, width 0.25s;
    -o-transition: opacity 0.25s, width 0.25s;
    transition: opacity 0.25s, width 0.25s;
}

.has-loader.load {
}

    .has-loader.load .loading {
        opacity: 1;
        width: auto; /* This doesn't work, just fix for unkown width elements */
    }

.has-loader.btn.load .loading {
    width: 22px;
}


/*end of login*/

.tab-pane #EntriesStretchGrid {
    padding: 0px;
}

.accent-border-top {
    border-top: 3px solid #ddd;
    border-color: transparent;
}

.accent-border-bottom {
    border-bottom: 3px solid #ddd;
    border-color: transparent;
}

.accent-border-left {
    border-left: 3px solid #ddd;
    border-color: transparent;
}

.accent-border-right {
    border-right: 3px solid #ddd;
    border-color: transparent;
}



/*comments users and avatars */
.comment-tab {
}

    .comment-tab .dxtlEditForm_Simplex, .comment-tab .dxtlControl_Simplex {
        border: none !important;
        padding: 0px;
    }

        .comment-tab .dxtlEditForm_Simplex .dxtlNode_Simplex, .comment-tab .dxtlNode_Simplex td.dxtl,
        .comment-tab td.dxtlIndent_Simplex, .comment-tab td.dxtlIndentWithButton_Simplex,
        .comment-tab .dxtlControl_Simplex {
            border: none !important;
        }

    .comment-tab .dxtlEditForm_Simplex {
        background-color: #FFFFFF !important;
        border-bottom: 1px solid #EEEEEE !important;
    }

    .comment-tab .dxtlIndent_Simplex {
        padding: 0px;
        font-size: 0px !important;
    }

    .comment-tab .dxtlIndent_Simplex, .comment-tab .dxtlIndentWithButton_Simplex {
        background-color: transparent !important;
    }


.comment {
    margin: 0px 0px 0px 0px;
    padding-top: 15px;
}

    .comment .profile-image-md {
        margin-top: 3px;
    }

    .comment i {
        color: gray;
    }

.comment-icon {
    font-size: 20px;
    margin: 5px 0px 0px 3px !important;
}

.comment-detail {
    padding: 0px 0px 0px 15px;
    width: 75%;
}

@media (max-width: 979px) and (min-width: 768px) {
    .comment-detail {
        width: 70%;
    }
}

@media (max-width: 768px) {
    .comment-detail {
        width: 90%;
    }
}

.reply {
    margin-top: 0px;
    margin-left: 40px;
}


.profile-image-md {
    width: 25px;
    height: 25px;
}
/*end users and avatars */




/*Media Queries*/
@media (max-width: 979px) and (min-width: 768px) {
    #left-panel {
        left: -220px;
    }

    .hidden-menu #left-panel {
        left: 0;
    }

    #main {
        margin-left: 0;
    }

    .form-control-static {
        padding-top: 2px;
    }
}

@media (max-width: 979px) {
    #main {
        width: 100% !important;
    }

    nav > ul > li a b {
        right: 25px;
    }
}


@media only screen and (max-width: 679px) and (min-width: 0) {
    #left-panel {
        left: -220px;
    }

    .info-card .info-card-text {
        display: none;
    }

    #content, #ribbon {
        padding-left: 5px;
        padding-right: 5px;
    }

    #hide-menu i {
        /*color: #6D6A69;*/
        font-size: 121%;
    }

        #hide-menu i::before {
            content: "\f0c9";
        }

    #ribbon {
        /*border-bottom: 1px solid #CFCFCF;
        border-top: 1px solid #E6E6E6;*/
        /*background: #F5F5F5;*/
    }

    #main {
        margin-left: 0;
        overflow-x: hidden;
    }

    .highcharts-button {
        display: none;
    }
}

/* RIBBON NOTIFICATIONS DROPDOWN */
.notifications-dropdown {
}

    .notifications-dropdown .dropdown-menu {
        right: 2px !important;
        width: 350px;
        padding: 0px !important;
        left: unset !important;
    }

    .notifications-dropdown ul.nav-tabs li:first-child {
        margin-left: 10px;
    }

    .notifications-dropdown .header {
        text-align: center;
        border-bottom: 1px solid #e5e5e5;
        padding: 8px;
        background-color: #f6f6f6;
    }

    .notifications-dropdown .footer {
        text-align: right;
        border-top: 1px solid #e5e5e5;
        background-color: #f6f6f6;
        padding: 3px 6px;
    }

        .notifications-dropdown .footer .info {
            color: #57889c;
            font-size: 0.9em;
        }

    .notifications-dropdown .tab-pane,
    .notifications-dropdown .tab-pane .tab-pane-body {
        min-height: 50vh;
    }

    .notifications-dropdown .nav-tabs.bordered + .tab-content {
        border: none !important;
    }


.notification-badge[data-count] {
    cursor: pointer;
}

    .notification-badge[data-count]:after {
        position: absolute;
        right: 2%;
        top: -1px;
        content: attr(data-count);
        font-size: 83%;
        padding: .4em;
        border-radius: 999px;
        line-height: .45em;
        color: white;
        background: rgba(255,0,0,.75);
        text-align: center;
        min-width: 2em;
        /*font-weight: bold;*/
    }

.notification-item {
    padding: 10px 5px;
    margin: 0px 5px;
    border-bottom: 1px solid #f1f1f1;
}

    .notification-item:hover {
        background-color: rgba(241, 241, 241, 0.30);
    }

    .notification-item:last-child {
        border-bottom: none !important;
    }

.notification-badge[data-count='0'] {
    opacity: 0.5;
    cursor: default;
}

    .notification-badge[data-count='0']:after {
        visibility: hidden;
    }

@media only screen and (max-width: 679px) and (min-width: 0) {
    .notifications-dropdown {
        right: 0px !important;
        width: 100%;
    }
}


@media only screen and (min-width: 980px) {
    .hidden-menu #main {
        margin-left: 10px;
    }
}


@media only screen and (max-width: 479px) and (min-width: 299px) {
    #left-panel {
        left: -220px;
    }


    .extended-form footer {
        border-top: 0px solid rgba(0,0,0,.1) !important;
        background: #fff !important;
    }

    .hidden-menu #main {
        margin-left: 0px !important;
    }

    #OcellicsMobileFooter {
        visibility: visible;
    }

    .page-footer {
        padding-left: 30%;
    }

    .highcharts-button {
        display: none;
    }
}

@media (max-width: 767px) {
    #left-panel {
        left: -220px;
    }

    #main {
        margin-left: 0;
        overflow-x: hidden;
    }

    #login-header {
        height: 200px;
        width: 146px;
    }

    /*#login-footer {
        height: 150px;
        width: 110px;
    }*/
}

@media only screen and (max-width: 479px) and (min-width: 299px) {
    #main {
        margin-left: 0;
        overflow-x: hidden;
    }

    .info-card .info-card-text {
        display: none;
    }

    #content, #ribbon {
        padding-left: 5px;
        padding-right: 5px;
    }

    .container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .extended-form footer {
        border-top: 0px solid rgba(0,0,0,.1) !important;
        background: #fff !important;
    }

    .hidden-menu #main {
        margin-left: 0px !important;
    }

    #OcellicsMobileFooter {
        visibility: visible;
    }

    .page-footer {
        padding-left: 30%;
    }

    .highcharts-button {
        display: none;
    }
}

@media only screen and (max-width: 479px) and (min-width: 266px) {
    .hidden-menu #left-panel {
        left: 0;
    }

    #minifyNavMenu {
        display: none;
    }

    .container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .extended-form footer {
        border-top: 0px solid rgba(0,0,0,.1) !important;
        background: #fff !important;
    }

    .hidden-menu #main {
        margin-left: 0px !important;
    }

    .page-footer {
        padding-left: 3%;
    }

    .highcharts-button {
        display: none;
    }
}

@media only screen and (max-width: 679px) and (min-width: 0) {
    #main {
        margin-left: 0;
        overflow-x: hidden;
    }

    .hidden-menu #left-panel {
        left: 0;
    }
}


@media (max-width: 767px) {
    #main {
        margin-left: 0;
        overflow-x: hidden;
    }

    .hidden-menu #left-panel {
        left: 0;
    }
}

.no-padding {
    padding: 0 !important;
}

.well {
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px #ececec;
    -webkit-box-shadow: 0 1px 1px #ececec;
    -moz-box-shadow: 0 1px 1px #ececec;
    position: relative;
}

.extended-form {
    margin: 0;
    outline: 0;
    color: #666;
    position: relative;
}

.editor-code {
    margin-top: 10px !important;
}

.extended-form header p {
    margin-left: 15px;
}

.extended-form fieldset {
    display: block;
    padding: 25px 14px 5px;
    border: none;
    background: rgba(255,255,255,.9);
    position: relative;
}

.extended-form footer {
    display: block;
    padding: 7px 14px 15px;
    border-top: 1px solid rgba(0,0,0,.1);
    background: rgba(248,248,248,.9);
}

.extended-form-custom {
    display: block;
    height: 50px;
    padding: 7px 14px 15px;
    border-top: 1px solid rgba(0,0,0,.1);
    background: #FAFAFA;
}

.extended-form *, .extended-form :after, .extended-form :before {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.extended-form footer .btn {
    float: right;
    height: 31px;
    margin: 10px 0 0 5px;
    padding: 0 22px;
    font: 300 15px/29px;
    cursor: pointer;
}

.extended-form .btn {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.extended-form .control-label {
    margin-right: 20px;
    margin-bottom: 20px;
    min-width: 100px;
}



.extended-form section {
    margin-bottom: 15px;
    position: relative;
}

.extended-form .label {
    display: block;
    margin-bottom: 6px;
    line-height: 19px;
    font-weight: 400;
    font-size: 13px;
    color: #333;
    text-align: left;
    white-space: normal;
}







.editor-code {
    margin-top: 10px !important;
}

/*Error page*/
.error-template {
    padding: 40px 15px;
    text-align: center;
}

.error-actions {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .error-actions .btn {
        margin-right: 10px;
    }

.element-overlay, .grid-view-overlay, .grid-view-header-filter-overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(119, 119, 119, 0.15);
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1002;
}

.grid-view-header-filter-overlay {
    background: none;
}

.grid-view-overlay {
    background: rgba(119, 119, 119, 0.08);
}

.element-overlay {
    background: rgba(0, 0, 0, 0.6);
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.element-overlay-loading {
    position: absolute;
    width: 120px;
    z-index: 1001;
    color: white;
    text-align: center;
    height: 60px;
}

.element-overlay .element-overlay-loading {
    top: 35%;
    left: 50%;
    background: url('Images/loaders/loader_dark.gif') no-repeat center top;
    margin-left: auto;
}

@media (max-width: 979px) {
    .element-overlay .element-overlay-loading {
        left: 0;
    }
}

#extr-page .element-overlay .element-overlay-loading {
    top: 50%;
    left: 0;
    right: 0;
    background: url('Images/loaders/loader_dark.gif') no-repeat center top;
    margin: 0 auto;
}

.grid-view-overlay .element-overlay-loading {
    background: #FFF url('Images/loaders/loader.gif') no-repeat center 16px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    color: rgba(0,0,0,.4);
    top: 40%;
    padding-top: 8px;
    text-transform: uppercase;
    font-size: 0.9em;
    /*box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);*/
    left: 0;
    right: 0;
    margin: auto;
}

.grid-view-header-filter-overlay .element-overlay-loading {
    background: transparent url('Images/loaders/loader.gif') no-repeat center 16px;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
}

@media (max-width: 979px) {
    .element-overlay-loading {
        left: 0;
        right: 0;
        margin: auto;
    }
}

.widget-loading {
    height: 50px;
    background: url(Images/loaders/loader.gif) no-repeat center;
    text-align: center;
}

.addColumn {
    cursor: pointer;
}

.removeColumn {
    cursor: pointer;
}

.removeRow {
    cursor: pointer;
}

.error-icon-size {
    font-size: 30px;
}

.icon-color {
    color: rgb(102, 102, 102);
    cursor: pointer;
}

.table-striped > tbody > tr:nth-child(even) {
    background-color: #FCFCFC !important;
}

.table-striped > tbody > tr:nth-child(odd) {
    background-color: #FFFFFF !important;
}

table.widgetTable > thead,
table.dataTable > thead,
.table-striped > thead {
    background: linear-gradient(to top, rgba(241, 241, 241, 0.15) 0%, rgba(238, 238, 238, 0.4) 100%) !important;
}

.table th {
    font-size: 12px !important;
    text-transform: uppercase;
    padding: 9px 7px !important;
}

table.widgetTable thead th, table.widgetTable thead td
table.dataTable thead th, table.dataTable thead td {
    cursor: pointer !important;
    white-space: nowrap !important;
    padding: 8px 8px 5px 8px !important;
    overflow: hidden !important;
    text-align: left !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    border-bottom: 1px solid #EDEDED !important;
    font-size: 12px !important;
}

table.widgetTable th, table.widgetTable td,
table.dataTable th, table.dataTable td {
    border-right: 1px Solid #EEEEEE !important;
}


    table.widgetTable th:last-child, table.widgetTable td:last-child,
    table.dataTable th:last-child, table.dataTable td:last-child {
        border-right: 0px !important;
    }

table.widgetTable td,
table.dataTable td,
.table-striped td {
    border-top: 1px Solid #EEEEEE !important;
}

table.widgetTable tr:first-child td,
table.dataTable tr:first-child td,
.table-striped tr:first-child td {
    border-top: none !important;
}

table.widgetTable.no-footer, table.dataTable.no-footer {
    border-bottom: 1px solid #F1F1F1 !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    /*content: "\f196";*/
    content: "\f055";
    font-family: fontawesome !important;
    color: #DADADA;
    font-size: 16px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    /*content: "\f147";*/
    content: "\f056";
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    background: none !important;
    border: none;
    box-shadow: none;
    top: 5px;
}

.panel {
    border-radius: 3px !important;
    margin-bottom: 18px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

table.widgetTable tbody td, table.dataTable tbody td {
    padding: 2px 6px 2px 6px;
}

table.dataTable tbody tr.info td {
    background-color: #6E9BB8 !important;
    color: white;
}


/*DataTable overrides*/

table.dataTable thead .sorting_desc {
    background-image: none !important;
}

table.dataTable thead .sorting_asc {
    background-image: none !important;
}

    table.dataTable thead .sorting_asc:after {
        content: none !important;
    }

table.dataTable thead .sorting {
    background-image: none !important;
}

    table.dataTable thead .sorting:after {
        content: none !important;
    }

table.dataTable thead .sorting_desc:after {
    content: none !important;
}

table.widgetTable, table.dataTable {
    border-collapse: collapse;
    clear: both;
    margin-top: 0px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
}

.dataTables_wrapper.form-inline.dt-bootstrap {
    padding: 0px 3px;
}


.col-md-6 .dropdown-menu {
    border-radius: 0px !important;
    color: rgb(119, 119, 119) !important;
    font-size: 15px !important;
    font-weight: normal !important;
}

    .col-md-6 .dropdown-menu span {
        color: rgb(119, 119, 119) !important;
        font-size: 15px !important;
        font-weight: normal !important;
        margin-left: 5px;
    }

.tableMenuBtnGroup {
    margin-top: 7px;
    margin-right: 2px;
    margin-left: 7px;
    cursor: pointer;
    color: #777777;
}

.highcharts-button {
    cursor: pointer !important;
}

.dxWeb_mSubMenuItem_Simplex.dxm-image.dx-vam {
    display: none !important;
}

.dxmLite_Simplex .dxm-hovered, .dxeButtonEditButtonHover_Simplex {
    /*background-color: rgba(50, 118, 177, 0.60) !important;*/
    background-color: none !important;
}

.dxpcLite_Simplex .dxpc-mainDiv,
.dxpcLite_Simplex.dxpc-mainDiv,
.dxdpLite_Simplex .dxpc-mainDiv,
.dxdpLite_Simplex.dxpc-mainDiv,
.dxmLite_Simplex .dxm-popup,
.dxpc-mainDiv.dxpc-hf {
    border-color: #E5E5E5 !important;
}

.tab-content,
.dxmLite_Simplex .dxm-popup,
.dxpc-mainDiv.dxpc-hf, .dxm-shadow {
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}

.dxmLite_Simplex .dxm-popup,
.dxpc-mainDiv.dxpc-hf, .dxm-shadow {
    border-radius: 3px;
}

.dxpc-shadow,
.dxmLite_Simplex .dxm-popup {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.dxmLite_Simplex.dxm-ltr .dxm-popup .dxm-separator {
    padding: 0px 10px !important;
}

    .dxmLite_Simplex.dxm-ltr .dxm-popup .dxm-separator b {
        background-color: #EDEDED;
    }

.dxm-popupMain.dxm-popup .dxm-item span.dx-vam {
    padding: 8px 2px;
    border-radius: 0;
}

.dxmLite_Simplex .dxm-vertical .dxm-image-l .dxm-content,
.dxmLite_Simplex .dxm-vertical .dxm-image-r .dxm-content,
.dxmLite_Simplex .dxm-popup .dxm-content {
    padding: 3px 20px !important;
}

.dxmLite_Simplex .dxm-popup .dxm-hovered .dx-vam {
    color: #FFFFFF;
}

/*Fix for bootstrap modal padding bug - when a modal popup happens sometimes an additional 15px padding is added*/
/*.body-default div{
    padding-right:0px!important;
}*/
/*Custom table context menu*/
/*.tableMenuBtnGroup ul {
        height: 70px;
    }*/
.tableMenuBtnGroup li {
    cursor: pointer;
}

    .tableMenuBtnGroup li:hover {
        background-color: rgb(69, 114, 169);
        color: white;
    }

        .tableMenuBtnGroup li:hover a {
            background-color: rgb(69, 114, 169);
        }

        .tableMenuBtnGroup li:hover div {
        }

        .tableMenuBtnGroup li:hover span {
            color: white !important;
        }

.dt-buttons.btn-group {
    width: 100%;
}

.btn.btn-default.buttons-csv.buttons-html5 {
    width: 100%;
    border-radius: 0px !important;
    text-align: left;
    padding-left: 10px;
    display: block;
    color: white;
    padding-top: 3px;
}

/*.tableMenuBtnGroup li:hover{
    background-color:rgb(69, 114, 165);
    color:#fff;
}*/
/*Custom modal for all layout views*/
#fullscreenModal_container {
    margin-top: 0px;
    position: relative;
    width: 100%;
    height: 95%;
}

    #fullscreenModal_container h1 {
        margin-top: 0px;
    }

#customModal {
    position: fixed !important;
    /*width:98%;
    height:95%;*/
    z-index: 99999;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 10px;
    bottom: 0px;
    left: 0px;
    background-color: #fff;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    border-radius: 3px 3px;
}

#customModalOverlay {
    position: fixed !important;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    padding: 20px;
    bottom: 0px;
    left: 0px;
    background-color: black;
    opacity: 0.8;
    z-index: 999;
}

#modalClose:hover {
    cursor: pointer !important;
}

.remove-scrollbar {
    overflow: hidden;
}

#fullscreenModal_container {
    overflow-y: auto;
    overflow-x: hidden;
}

    #fullscreenModal_container #iconContainer {
        display: none;
    }

    #fullscreenModal_container .highcharts-button {
        display: none;
    }

/*text colours*/
.txt-green {
    color: #85A245;
}

.txt-red {
    color: #931313;
}

.txt-blue {
    color: #6E9BB8;
}

.txt-orange {
    color: #f0ad4e;
}

/*
	 * TEXT COLOR
	 */
.txt-color-blue {
    color: #57889c !important;
}

.txt-color-blueLight {
    color: #92a2a8 !important;
}

.txt-color-blueDark {
    color: #4c4f53 !important;
}

.txt-color-green {
    color: #356e35 !important;
}

.txt-color-greenLight {
    color: #71843f !important;
}

.txt-color-greenDark {
    color: #496949 !important;
}

.txt-color-red {
    color: #a90329 !important;
}

.txt-color-yellow {
    color: #b09b5b !important;
}

.txt-color-orange {
    color: #b19a6b !important;
}

.txt-color-orangeDark {
    color: #a57225 !important;
}

.txt-color-pink {
    color: #ac5287 !important;
}

.txt-color-pinkDark {
    color: #a8829f !important;
}

.txt-color-purple {
    color: #6e587a !important;
}

.txt-color-darken {
    color: #404040 !important;
}

.txt-color-lighten {
    color: #d5e7ec !important;
}

.txt-color-white {
    color: #ffffff !important;
}

.txt-color-grayDark {
    color: #525252 !important;
}

.txt-color-magenta {
    color: #6e3671 !important;
}

.txt-color-teal {
    color: #568a89 !important;
}

.txt-color-redLight {
    color: #a65858 !important;
}
/*
	 * BACKGROUNDS
	 */
.bg-color-blue {
    background-color: #57889c !important;
}

.bg-color-blueLight {
    background-color: #92a2a8 !important;
}

.bg-color-blueDark {
    background-color: #4c4f53 !important;
}

.bg-color-green {
    background-color: #356e35 !important;
}

.bg-color-greenLight {
    background-color: #71843f !important;
}

.bg-color-greenDark {
    background-color: #496949 !important;
}

.bg-color-red {
    background-color: #a90329 !important;
}

.bg-color-yellow {
    background-color: #b09b5b !important;
}

.bg-color-orange {
    background-color: #c79121 !important;
}

.bg-color-orangeDark {
    background-color: #a57225 !important;
}

.bg-color-pink {
    background-color: #ac5287 !important;
}

.bg-color-pinkDark {
    background-color: #a8829f !important;
}

.bg-color-purple {
    background-color: #6e587a !important;
}

.bg-color-darken {
    background-color: #404040 !important;
}

.bg-color-lighten {
    background-color: #d5e7ec !important;
}

.bg-color-white {
    background-color: #ffffff !important;
}

.bg-color-grayDark {
    background-color: #525252 !important;
}

.bg-color-magenta {
    background-color: #6e3671 !important;
}

.bg-color-teal {
    background-color: #568a89 !important;
}

.bg-color-redLight {
    background-color: #a65858 !important;
}

/*
	 * BORDERS
	 */
.border-color-redLight {
    border-color: #a65858 !important;
}

.border-color-orange {
    border-color: #f0ad4e !important;
}

.border-color-green {
    border-color: #356e35 !important;
}

.border-color-greenLight {
    border-color: #71843f !important;
}

.border-color-greenDark {
    border-color: #496949 !important;
}

.border-color-yellow {
    border-color: #b09b5b !important;
}


/*
 * Forced text alignments
 */
.text-align-center,
.text-center {
    text-align: center !important;
}

.text-align-left,
.text-left {
    text-align: left !important;
}

.text-align-right,
.text-right {
    text-align: right !important;
}
/*
 * verticle alignment
 */
.v-align-m {
    vertical-align: middle !important;
}
/*
 * HR
 */
hr.simple {
    margin-top: 10px;
    margin-bottom: 10px;
    border-style: dashed;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.fa-2 {
    font-size: 1.3em;
}

.fa-3 {
    font-size: 2em;
}

.fa-4 {
    font-size: 2.5em;
}

/*sparklines*/

.sparkline > .panel {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

@media (max-width: 991px) {
    .header-widget {
        margin: 0 auto;
    }
}

@media (min-width: 1000px) {
    .top-widget-text {
        text-align: right;
    }
}

@media (min-width: 1800px) {
    .sparkline-position {
        margin-top: -2%;
    }
}


.dataTableGroupHeader {
    border-bottom: 1px solid #ddd !important;
}

.dataTableGroupBottomHeader {
    border-right-width: 1px !important;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    display: none;
    background: url('Images/loaders/loader_dark.gif') no-repeat center top;
    background-color: rgba(187, 187, 187, 0.5); /*dim the background*/
}

.btn-with-space {
    margin-left: 5px;
}

.tooltip {
    position: fixed;
}

/*div.tooltip-inner {
    max-width: 350px;
     /*white-space:pre; 
    max-width:none;*/

.dxeListBox_Simplex td.dxeC {
    padding-left: 0px;
    width: 9%;
}

.dxm-ltr .dxm-main, .dxm-ltr .dxm-horizontal ul.dx {
    width: 100%;
}

/*image drop down list*/
.dd-selected-image, .dd-option-image {
    height: 20px;
}

.dd-container, .dd-select {
    width: 100% !important;
    background: none !important;
}




.dd-selected {
    padding: 0px !important;
}

a.dd-selected, a.dd-selected:hover {
    color: #000;
}

.dd-selected-text, .dd-option-text {
    line-height: 14px !important;
    font-weight: normal !important;
}

.dd-options {
    width: 100% !important;
}

/*When the drop down is a custom styled select (See below)*/
.select .dd-pointer {
    visibility: hidden;
}

/*Custom Select (DropDown) Styles*/
/* The container must be positioned relative: */
/* Reset Select */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-image: none;
}
    /* Remove IE arrow */
    select::-ms-expand {
        display: none;
    }

/* Custom Select */
.select {
    position: relative;
    /*    display: flex;*/
    line-height: 32px;
}

select {
    flex: 1;
    padding: 0 .5em;
    color: #fff;
    cursor: pointer;
}
/* Arrow */
.select::after {
    font-family: "FontAwesome";
    content: "\f0d7";
    position: absolute;
    top: 0;
    right: 4px;
    padding: 0 1em;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
    z-index: 10;
    color: #AAAAAA;
}
/* Transition */
.select:hover::after {
    color: #417792;
}


/*End*/

.input-group-btn.select-group {
    width: 15%;
    border-left: 1px solid #ccc !important;
}

.highlight {
    background-color: yellow;
}

.header-search > input[type=text] {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-width: 200px;
    width: 100%;
    height: 30px;
    padding: 0 10px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    border-color: #bfbfbf;
    background-color: #f3f3f3;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
    line-height: normal;
}

.header-search > button {
    background: 0 0;
    border: none;
    color: #6D6A69;
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 7px;
    right: 5px;
    width: 30px;
    z-index: 2;
}


/*
	 * CUSTOM SKEWED TOGGLE
	 */
.tgl {
    display: none;
}

    .tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
        box-sizing: border-box;
    }

        .tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
            background: none;
        }

        .tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
            background: none;
        }

        .tgl + .tgl-btn {
            outline: 0;
            display: block;
            width: 32px;
            height: 32px;
            position: relative;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            border-radius: 3px;
            /*box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
            -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
            -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);*/
            font-family: fontawesome !important;
            border: 1px solid transparent;
            transition: all 0.2s ease;
        }

            .tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
                position: relative;
                display: block;
                content: "";
                width: 50%;
                height: 100%;
            }

            .tgl + .tgl-btn:after {
                left: 0;
            }

            .tgl + .tgl-btn:before {
                display: none;
            }

        .tgl:checked + .tgl-btn:after {
            left: 50%;
        }

.tgl-skewed + .tgl-btn {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.2s ease;
    background: rgba(136, 136, 136, 0.85);
}

    .tgl-skewed + .tgl-btn:after, .tgl-skewed + .tgl-btn:before {
        display: inline-block;
        transition: all .2s ease;
        width: 100%;
        text-align: center;
        position: absolute;
        line-height: 30px;
        color: #fff;
        font-weight: 400;
        font-size: 14px;
    }

    .tgl-skewed + .tgl-btn:after {
        left: 100%;
        content: "\f00c"; /*attr(data-tg-on);*/
        color: #3276b1;
    }

    .tgl-skewed + .tgl-btn:before {
        left: 0;
        content: "\f05e"; /*attr(data-tg-off);*/
    }

    /*.tgl-skewed + .tgl-btn:active {
        background: #888;
    }*/

    .tgl-skewed + .tgl-btn:active:before {
        left: -10%;
    }

.tgl-skewed + .tgl-btn {
    background: rgba(136, 136, 136, 0.30);
    border-color: rgba(136, 136, 136, 0.0);
}

    .tgl-skewed + .tgl-btn:hover {
        background-color: rgba(136, 136, 136, 0.60);
        border-color: rgba(136, 136, 136, 0.0);
    }

.tgl-skewed:checked + .tgl-btn {
    background-color: #fff;
    border-color: #dddddd;
}

    .tgl-skewed:checked + .tgl-btn:hover {
        color: #3276b1;
        background-color: #e6e6e6;
        border-color: rgba(204, 204, 204, 1);
    }

    .tgl-skewed:checked + .tgl-btn:before {
        left: -100%;
    }

    .tgl-skewed:checked + .tgl-btn:after {
        left: 0;
    }

    .tgl-skewed:checked + .tgl-btn:active:after {
        left: 10%;
    }

label.tgl-btn {
    margin: 0px;
}
/*
		 * Time picker
		 */
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        float: left;
        clear: left;
        padding: 0 0 0 5px;
    }

    .ui-timepicker-div dl dd {
        margin: 17px 10px 12px 40%;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-rtl {
    direction: rtl;
}

    .ui-timepicker-rtl dl {
        text-align: right;
        padding: 0 5px 0 0;
    }

        .ui-timepicker-rtl dl dt {
            float: right;
            clear: right;
        }

        .ui-timepicker-rtl dl dd {
            margin: 0 40% 10px 10px;
        }
/*
		 * Large, small and extra small fields
		 */

/*
 * Margins
 */
.no-margin,
.m-0 {
    margin: 0px !important;
}

.margin-5 {
    margin: 5px !important;
}

.margin-10 {
    margin: 10px !important;
}

.margin-15 {
    margin: 15px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}


.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-right-13 {
    margin-right: 13px !important;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-left-0 {
    margin-bottom: 0px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.margin-row-0 > .row {
    margin: 0px !important;
}
/*
 * Padding
 */
.no-padding,
.p-0 {
    padding: 0px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-15 {
    padding: 15px !important;
}

.padding-20 {
    padding: 20px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-left-15 {
    padding-left: 15px !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.padding-right-15 {
    padding-right: 15px !important;
}

.padding-top-5-perc {
    padding-top: 5% !important;
}


/* Toastr custom style */
#toast-container > .toast {
    background-image: none !important;
    border-left: 4px solid transparent;
}

    #toast-container > .toast:before {
        position: fixed;
        font-family: FontAwesome;
        font-size: 24px;
        line-height: 24px;
        float: left;
        color: #FFF;
        padding-right: 0.5em;
        margin: auto 0.5em auto -1.5em;
    }

#toast-container > .toast-warning:before,
#toast-container > .toast-error:before,
#toast-container > .toast-info:before,
#toast-container > .toast-success:before {
    opacity: .7;
    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
}

#toast-container > .toast-warning:before {
    content: "\f071";
}

#toast-container > .toast-error:before {
    content: "\f057";
}

#toast-container > .toast-info:before {
    content: "\f05a";
}

#toast-container > .toast-success:before {
    content: "\f058";
}

#toast-container > div {
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    opacity: .9;
    -ms-filter: alpha(opacity=90);
    filter: alpha(opacity=90);
}

#toast-container > :hover {
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
}

.toast {
    background-color: #1ab394;
}

.toast-success {
    background-color: #739e73;
    border-color: #518a51 !important;
}

.toast-error {
    background-color: #C26565;
    border-color: #953B39 !important;
    /*background-color: #a90329;*/
    /*border-color: #820320 !important;*/
}

.toast-info {
    background-color: #57889c;
    border-color: #417489 !important;
}

.toast-warning {
    background-color: #c79121;
    border-color: #b07a0b !important;
}

.toast-top-full-width {
    margin-top: 20px;
}

.toast-bottom-full-width {
    margin-bottom: 20px;
}

/* All dropdowns */
.open > .dropdown-menu {
    -webkit-animation-name: fadeInFast;
    -moz-animation-name: fadeInFast;
    -o-animation-name: fadeInFast;
    animation-name: fadeInFast;
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    -o-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.TreeUpdatelabel {
    color: #333333 !important;
}

.dxtlError_Simplex {
    color: #B94A48;
    background: rgba(204, 204, 204, 0.06);
}

.dxtcLite_Simplex > .dxtc-content {
    background: #FCFCFC;
}

.dxtlEditForm_Simplex > .dxtc-stripContainer .dxtc-link {
    padding: 0.7em 1.6em;
    display: block;
    height: 100%;
    background: #FCFCFC;
    font-family: LatoWeb !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
}

.dxtcLite_Simplex > .dxtc-stripContainer .dxtc-activeTab, .dxtcLite_Simplex > .dxtc-stripContainer .dxtc-activeTab a {
    color: #333333 !important;
    background: #FCFCFC;
}

.dxtcLite_Simplex.dxtc-top > .dxtc-stripContainer .dxtc-rightIndent, .dxtcLite_Simplex.dxtc-top > .dxtc-stripContainer .dxtc-leftIndent, .dxtcLite_Simplex.dxtc-top > .dxtc-stripContainer .dxtc-activeTab {
    border-bottom: 1px solid #eeeeee;
}

.treePopupLabel {
    text-align: right;
    margin-bottom: 0;
    padding-top: 13px;
    font-weight: bold;
}

@-webkit-keyframes fadeInFast {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInFast {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOutFast {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        display: none;
    }
}

@keyframes fadeOutFast {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        display: none;
    }
}

.fadeOutFast {
    -webkit-animation-name: fadeOutFast;
    animation-name: fadeOutFast;
}

.fadeInFast {
    -webkit-animation-name: fadeInFast;
    animation-name: fadeInFast;
    animation-fill-mode: forwards;
}

.fadeInFast,
.fadeOutnFast {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

/*animated ovveride*/
.animated {
    -webkit-animation-fill-mode: none !important;
    animation-fill-mode: none !important;
}

/* CUSTOM MOBILE STYLES and FIXES */
@media (max-width: 768px) { /* MOBILE VIEWS*/
    .component-selector {
        float: none;
        margin-bottom: 5px;
        width: 100%;
    }

    .page-options {
        float: none;
        position: relative;
        margin-bottom: 10px;
    }

    ul[role=tablist] {
        display: flex;
        /*overflow-x: hidden;*/
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .nav-tabs > li.active > a {
        border-bottom: 0px !important;
    }

    .nav-tabs {
        border-bottom: 0px !important;
    }
}

@media (min-width: 768px) {
    .component-selector {
        float: right;
        width: 300px;
    }

    .page-options {
        float: right;
    }
}

.nav-tabs > li > a {
    white-space: nowrap;
}

/*Fixes thead mobile scroll  / zoom issue*/
.overlay-highchart-mobile {
    background: rgba(255, 255, 255, 0.00);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 900 !important;
}


/* ==== APP INSTALL CONTAINER STYLES ==== */
#toast-container.toast-installer {
    bottom: 35px;
}

    #toast-container.toast-installer > .toast:before {
        content: "\f015"; /*"\f0fe";*/ /*"\f290" !important;*/
    }


@media (max-width: 480px) and (min-width: 241px) {
    #toast-container.toast-installer {
        bottom: 30px;
        padding: 0px 8px;
        width: 100%;
        right: 0px;
    }

        #toast-container.toast-installer > div {
            width: 100%;
        }
}

/* ==== MULTILEVEL SCROLL MENU STYLES ==== */
.logo {
    text-align: center;
    font-weight: 700;
    color: #727c87;
    border-right: 1px solid rgba(114, 124, 135, 0.2);
    padding: 10px 30px;
    background-color: aliceblue;
}

.tabs-scroller-container header {
    overflow: hidden;
}

.scroll {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.overflow-x-auto {
    overflow-x: auto !important;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

.nav-divider {
    border-right: 1px solid #cccccc;
}

.nav-item {
    color: #727c87;
    cursor: pointer;
    padding: 10px 15px;
    margin-right: -4px;
}


    .nav-item.active {
        border-top: 2px solid #417792;
        font-weight: bold;
        /*background-color:#f1f1f1;*/
    }
    /*.nav-item.active:not(:last-child) {
        border-right: 1px solid rgba(221, 221, 221, 0.55);
    }

    .nav-item:not(:last-child) {
        border-right: 1px solid #ddd;
    }*/

    .nav-item[data-id] {
        /*font-weight: bold;*/
    }

        .nav-item[data-id]:after {
            font-family: "FontAwesome";
            content: "\f0d7";
            margin-left: 4px;
        }

.submenu {
    height: 0;
    opacity: 0;
}

    .submenu.active {
        height: auto;
        opacity: 1;
    }

.vam,
.nav-item {
    display: inline-block;
    vertical-align: middle;
}

.scroll::-webkit-scrollbar {
    display: none;
}

/* ==== RESPONSIVE IMAGE STYLES ==== */
img.responsive {
    width: 100%;
    height: auto;
}




/* ==== BOOTBOX CUSTOM STYLES ==== */
.modal-80 > .modal-dialog {
    width: 80% !important;
}

.modal-60 > .modal-dialog {
    width: 60% !important;
}

.modal-50 > .modal-dialog {
    width: 50% !important;
}

.modal-30 > .modal-dialog {
    width: 30%;
}

.modal-fullscreen > .modal-dialog {
    position: fixed !important;
    z-index: 99999;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    border-radius: 3px 3px;
    width: unset !important;
    background-color: #fff;
}

    .modal-fullscreen > .modal-dialog > .modal-content {
        position: fixed !important;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        background: url(../content/images/bg/mybg.png);
    }

        .modal-fullscreen > .modal-dialog > .modal-content > .modal-header {
            background-color: #fff;
        }

/* Small devices (landscape phones, less than 576px) */
@media (max-width: 576px) {
}

/* Small and Medium devices (tablets, less than 768px)*/
@media (max-width: 768px) {
    .modal-80 > .modal-dialog {
        width: auto !important;
    }

    .modal-60 > .modal-dialog {
        width: auto !important;
    }

    .modal-50 > .modal-dialog {
        width: auto !important;
    }

    .modal-30 > .modal-dialog {
        width: auto !important;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 768px) and (max-width: 992px) {
    .modal-80 > .modal-dialog {
        width: 80% !important;
    }

    .modal-60 > .modal-dialog {
        width: 80% !important;
    }

    .modal-50 > .modal-dialog {
        width: 80% !important;
    }

    .modal-30 > .modal-dialog {
        width: 50% !important;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1200px) {
    .modal-80 > .modal-dialog {
        width: 80% !important;
    }

    .modal-60 > .modal-dialog {
        width: 75% !important;
    }

    .modal-50 > .modal-dialog {
        width: 65% !important;
    }

    .modal-30 > .modal-dialog {
        width: 40% !important;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}
