/* © Go-Rost.Ru
@mike, 2015
— extension of the Bootstrap 3.3.4

[TABLE OF CONTENTS]

1.  IMPORT
2.  RESET
3.  HEADER
    3.1 LEFT HEADER
    3.2 RIGHT HEADER
    3.3 PAGE HEADER
        3.3.1 PAGE HEADER BREADCRUMBS
    3.4 CONTENT HEADER
4.  LAYOUT
    4.1 LEFT LAYOUT
        4.1.1 LEFT LAYOUT NAVIGATION
        4.1.2 LEFT LAYOUT SEARCH
        4.1.3 FLOATING BLOCK
        4.1.4 PROFILE BLOCK
        4.1.5 PROFILE SETTINGS
        4.1.6 PROFILE LANG CHANGES
    4.2 RIGHT LAYOUT
        4.2.1 CONTENT
            4.2.1.1 CONTENT HEADER
            4.2.1.2 CONTENT BLOCKS
            4.2.1.3 CONTENT ERRORS
        4.2.2 NOTIFICATIONS
    4.3 BLANK LAYOUT
5. UI
    5.1 BUTTONS
        5.1.1 BUTTON GROUPS
        5.1.2 BUTTONS SIZES
        5.1.3 BUTTONS TYPES
        5.1.4 BUTTONS COLORS
        5.1.5 ACTION LINKS
        5.1.6 AERO BLOCK
        5.1.7 BORDER COLORS
    5.2 PANELS
        5.2.1 COLORED PANELS
        5.2.2 PANEL ELEMENTS
    5.3 ALERTS
    5.4 TABS
        5.4.1 PAGE TABS
    5.5 TEXT EFFECTS
    5.6 DROPDOWN
        5.6.1 DROPDOWN LIST
        5.6.2 DROPDOWN MENU
    5.7 TITLES
    5.8 PAGINATION
        5.8.1 PAGINATION TYPES
        5.8.2 PAGINATION COLORS
    5.9 PROGRESS BAR
    5.10 LABELS & BUDGES
        5.10.1 COLOR STATUSES
        5.10.2 COLOR TYPES
        5.10.3 COLOR ANTENNAS STATUSES
        5.10.4 COLOR STATUSES
    5.11 SLIDER
    5.12 ICONS
    5.13 ACCORDION
    5.14 BREADCRUMBS
    5.15 MODAL
    5.16 TOOLTIPS
    5.17 NOTE
    5.18 REPORTS
    5.19 GALLERY & THUMBNAILS
    5.20 DECORATIVE
    5.21 SIDES
    5.22 SIDEBAR
    5.23 FLAGS
    5.24 LITTLE BOX
    5.25 SPINNER
6. FOOTER
7. FORMS
    7.1 FORM ELEMENTS
    7.2 FORM STYLE ELEMENTS
        7.2.1 CUSTOM CHECKBOX
        7.2.2 SYSTEM CHECKBOX
        7.2.3 FILE BUTTON
        7.2.4 FILE INPUT
    7.3 FORM ERRORS
    7.4 FORM STATUSES
    7.5 ZEND FORMS
    7.6 SIMPLE FORM
    7.7 FORM STATES
    7.8 FORM MESSAGES
    7.9 FORM STRINGS
    7.10 FORM WIZARD
    7.11 FORM VALIDATION
    7.12 PLACEHOLDER
8. TABLES
    8.1 TABLE SORT
    8.2 CUSTOM TABLES
    8.3 SEARCH TABLES
    8.4 CONTENT IN TABLES
    8.5 HOVER & CLICK ON TABLE ROWS
9. LISTS
10. PAGES
    10.1 NOT FOUND
    10.2 SEARCH
    10.3 SIGN IN/UP
    10.4 WORKSTATION
    10.5 DECISIONS
    10.6 AUTOMATIC WORKSTATION
    10.7 AUTO POINT
    10.8 FULL SCREEN
    10.9 CONTROL POINT
    10.10 CONTROL STATUS
    10.11 MARKER POINT
    10.12 TABLE VIEW
    10.13 SUPPORT
    10.14 HANDBOOKS
    10.15 SUPPORT
    10.16 PARAMS PAGE
    10.17 HELP
    10.18 MODE
    10.19 PROFILE
11. VIEW
    11.1 COLLAPSED
    11.2 MINIMIZED
    11.3 COLS
12. CUSTOM
13. SERVICE
    13.1 SELECTION
    13.2 PRELOADER
    13.3 LOCKING
    13.4 PROFILER
    13.5 FLEX
    13.6 CLOCK
    13.7 KEYFRAMES
    13.8 SCROLLBAR
14. FIX
    14.1 FORM FIX
    14.2 XDEBUG
    14.3 DEVELOPER TOOLS
    14.4 BROWSERS
15. WIDGETS
    15.1 STRUCT WIDGET
    15.2 NOTIFICATION WIDGET
    15.3 MASONRY
    15.4 SELECT STEPS
    15.5 FILE UPLOADER
    15.6 TABLE WIDGET
    15.7 TOGGLES
    15.8 TREEGRID
    15.9 TYPEAHEAD
    15.10 MORRIS
    15.11 WMS WIDGET
    15.12 AUTOCOMPLETE
    15.13 LIST STRING
    15.14 DASHBOARD
    15.15 SELECT
16. MEDIA QUERIES
17. BROWSER DETECTION

*/
/* -------------------------------------------------
 * 1 IMPORT
 ------------------------------------------------ */
@import url('bootstrap.min.css');
@import url('bootstrap-theme.min.css');
@import url('/static/font-awesome/css/font-awesome.min.css');

/* -------------------------------------------------
 * 2 RESET
 ------------------------------------------------ */
html, body {
    height: 100%;
}

html {
    min-height: 100%;
    min-width: 280px;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    min-height: 100%;
    height: 100%;
    -webkit-text-size-adjust: none;
    position: relative;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

a {
    outline: none !important;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

h1 {
    margin: 0 0 15px;
}

.layout-right {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/* -------------------------------------------------
 * 3 HEADER
 ------------------------------------------------ */
.header {
}

.header:after {
    clear: both;
    display: block;
    content: '';
}

/* -------------------------------------------------
 * 3.1 LEFT HEADER
 ------------------------------------------------ */
.header .header-left {
    position: fixed;
    top: 0;
    width: 230px;
    height: 70px;
    padding: 10px 15px 5px 15px;
    background: #f9f9f9;
    border-right: 1px solid #e7e7e7;
    border-left: 3px solid #0e84b5;
    z-index: 1002;
}

@media screen and (max-width: 768px) {
    .header .header-left {
        width: 227px;
    }
}

.header .header-left .logo {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}

.header .menu-collapse,
.header .menu-mobile {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 24px;
    line-height: 1;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.header .menu-collapse {
    display: inline-block;
    color: #ccc;
}

.header .menu-mobile {
    top: 19px;
    right: 18px;
}

.header .menu-mobile {
    color: #555;
}

.header .menu-collapse:hover,
.header .menu-mobile:hover {
    color: #333;
}

.header .menu-collapse:active,
.header .menu-mobile:active {
    color: #999;
}

/* -------------------------------------------------
 * 3.2 RIGHT HEADER
 ------------------------------------------------ */
.header .header-right {
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    padding: 10px 20px 0 250px;
    background: #f9f9f9;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .07), 0 1px 2px rgba(0, 0, 0, .12);
    z-index: 1001;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

@media screen and (max-width: 768px) {
    .header .header-right {
        padding-left: 247px;
    }
}

.header .header-right.active {
    background-color: #fff9c4;
}

/* -------------------------------------------------
 * 3.3 PAGE HEADER
 ------------------------------------------------ */
.header-page {
}

.header-page .media {
    clear: both;
    padding: 0;
}

.header-page .header-page-icon {
    display: block;
    float: left;
    width: 48px;
    height: 48px;
    margin-right: 10px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 48px;
    border-radius: 3px;
    background-color: #888;
}

.header-page .top-buttons-label {
    display: inline;
}

.header-page-title {
    margin-right: 130px;
    padding-top: 4px;
}

.header-page-menu {
    position: absolute;
    float: right;
    top: 15px;
    right: 22px;
}

.header-page-menu .dropdown-menu > li > a > i,
.panel-heading-menu .dropdown-menu > li > a > i {
    margin-right: 12px;
}

#multi-save {
    display: none;
}

.system-time {
    display: inline-block;
    margin-right: 15px;
    padding: 9px 15px;
    border-right: 1px #DDD solid;
    font-size: 1.1em;
    vertical-align: middle;
}

.system-time span {
    font-weight: 600;
}

/* -------------------------------------------------
 * 3.3.1 PAGE HEADER BREADCRUMBS
 ------------------------------------------------ */
.header-page .breadcrumb {
    margin: 0;
    padding: 0;
    color: #999;
    font-size: 11px;
    line-height: 1.3;
    background: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header-page .breadcrumb i {
    font-style: normal;
    margin: 0 5px 0 2px;
    color: #ccc;
}

.header-page .breadcrumb .go-main {
    display: none;
}

.header-page .breadcrumb .glyphicon {
    color: #999;
    font-size: 10px;
}

.header-page .breadcrumb li a {
    color: #888;
    text-decoration: underline;
}

.header-page .breadcrumb li a:hover,
.header-page .breadcrumb li a:active,
.pagehaeder .breadcrumb li a:focus {
    color: #111;
    text-decoration: none;
}

.header-page .breadcrumb li a i {
    color: #999;
    font-size: 10px;
}

.header-page h4 {
    width: 100%;
    height: 20px;
    margin: 8px 0 0;
    padding: 0;
    line-height: 1;
    font-size: 18px;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header-page .group-action-buttons {
    display: inline;
}

@media screen and (max-width: 768px) {
    .header-page h4 {
        font-size: 15px;
    }
}

/* -------------------------------------------------
 * 3.3.2 PAGE HEADER NOTIFICATIONS
 ------------------------------------------------ */
.notice-dot {
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    position: absolute;
    margin: -4px 0 0 8px;
    font-size: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: white;
}

.btn:hover .notice-dot,
.btn:active .notice-dot,
.btn:focus .notice-dot {
    background: #f7f7f7;
}

.header-page-menu-button {
    margin-right: 5px;
    border-width: 1px !important;
    min-width: 41px;
}

.header-page-menu-button + .btn-group {
    margin-left: 5px;
}

.btn-group + .btn-group {
    margin-left: 10px;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #f7941e;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

/* -------------------------------------------------
 * 4 LAYOUT
 ------------------------------------------------ */
.layout {
    position: relative;
    padding-top: 70px;
}

.layout:before {
    position: fixed;
    top: 0;
    width: 230px;
    height: 100%;
    content: '';
    border-right: 1px solid #e7e7e7;
}

@media screen and (max-width: 768px) {
    .layout:before {
        width: 227px;
    }
}

.layout:after {
    clear: both;
    display: block;
    content: '';
}

/* -------------------------------------------------
 * 4.1 LEFT LAYOUT
 ------------------------------------------------ */
.layout-left {
    width: 230px;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .layout-left {
        width: 227px;
    }
}

/* -------------------------------------------------
 * 4.1.1 LEFT LAYOUT NAVIGATION
 ------------------------------------------------ */
.layout-left .nav {
    position: relative;
}

.layout-left .nav li {
    margin: 0 1px 0 0;
    font-size: 14px;
    font-weight: 400;
    border-top: 1px solid #e7e7e7;
    position: relative;
}

.layout-left .floating-profile .nav li {
    margin-right: 0;
}

.layout-left .nav li:last-child {
    border-bottom: 1px solid #e7e7e7;
}

.layout-left .nav li.active:last-child {
    border-bottom: 1px solid #d0d0d0;
}

.layout-left .nav li.active {
    border-top: 1px solid #d0d0d0;
    margin-right: 0;
}

.layout-left .nav li:hover,
.layout-left .nav li:hover + li,
.layout-left .nav li.active + li {
    border-top: 1px solid #d0d0d0;
}

.layout-left .nav li:last-child:hover {
    border-color: #d0d0d0;
}

.as-link {
    display: block;
    padding: 10px 15px;
    position: relative;
}

.layout-left .nav > li > a,
.layout-left .nav > li > .as-link {
    color: #656565;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    padding: 12px 15px;
}

.layout-left .nav > li > a:hover,
.layout-left .nav > li > a:focus,
.layout-left .nav > li > a:active {
    background-color: #f5f5f5;
    color: #555;
}

.layout-left .nav > li.active > a,
.layout-left .nav > li.active > a:hover {
    color: #444;
    background-color: #E1F5FE;
    box-shadow: inset 1px 0 8px -4px rgba(0, 0, 0, 0.5), inset 0 0 8px -4px rgba(0, 0, 0, 0.5);
    border-right: 1px solid #e7e7e7;
    text-shadow: 0 0 1px #fff;
}

.layout-left .nav > li > a i,
.layout-left .nav > li > .as-link i {
    width: 16px;
    margin-right: 15px;
    color: #aaa;
    font-size: 16px;
    top: 1px;
    position: relative;
    text-align: center;
}

.layout-left .nav > li > a:hover i,
.layout-left .nav > li > a:focus i,
.layout-left .nav > li > a:active i {
    color: #888;
}

.layout-left .nav > li.active > a i {
    color: rgba(1, 87, 155, 0.5);
    text-shadow: 0 2px 2px #fff, 0 0 0 #333, 1px 4px 6px transparent;
}

.layout-left .nav > li.parent:after {
    font-family: 'FontAwesome';
    content: '\f107';
    display: block;
    position: absolute;
    top: 12px;
    right: 22px;
    color: #ccc;
}

.layout-left .nav > li.parent-focus > a {
    background-color: #f5f5f5;
}

.layout-left .nav > li > a sup {
    color: #aaa;
    font-size: 70%;
}

.layout-left .nav .badge {
    max-width: 50px;
    line-height: normal;
    font-size: 11px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.layout-left .nav .children {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

.layout-left .nav .active .children,
.layout-left .nav .parent-focus .children {
    display: block;
}

.layout-left .nav > li.active:after {
    color: #fff;
}

.layout-left .nav .children li:first-child {
    border-top: 1px solid #e7e7e7;
}

.layout-left .nav .children li.active:first-child {
    border-top: 0;
}

.layout-left .nav .children li a {
    font-weight: normal;
    font-size: 13px;
    display: block;
    color: #444;
    padding: 6px 10px 6px 40px;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.layout-left .nav .children li a:hover {
    text-decoration: none;
    background-color: #f5f5f5;
}

.layout-left .nav .children li.active a {
    background-color: #ededed;
}

.layout-left .nav .active .children {
    border-bottom: 1px solid #e7e7e7;
}

.layout-left .nav .active .children {
    margin-right: 1px;
}

.navbar-toggle {
    float: none;
    margin: 0;
    padding: 0;
}

/* -------------------------------------------------
 * 4.1.2 LEFT LAYOUT SEARCH
 ------------------------------------------------ */
.layout-left .layout-left-search {
    padding-right: 1px;
    color: #ccc;
    font-size: 14px;
    background: white;
    border-right: 1px solid #e7e7e7;
    box-shadow: inset 1px -1px 3px rgba(0, 0, 0, 0.05);
}

.layout-left .layout-left-search.focused {
    background: #fffdef;
}

.layout-left-search label {
    display: inline;
    font-weight: normal;
    margin: 0;
    cursor: pointer;
}

.layout-left-search button {
    display: inline;
    font-weight: normal;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}

.layout-left-search .input-group-addon {
    color: #ccc;
    font-size: 15px;
    margin-right: 5px;
    padding: 12px 15px 12px 5px;
    background: none;
    border: none;
}

.layout-left-search.focused .input-group-addon {
    color: #888;
}

.layout-left-search .form-control {
    padding: 0 5px 0 15px;
    font-size: 14px;
    border-color: transparent;
    background: none;
}

.layout-left-search .form-control:focus {
    border-color: transparent;
}

.layout-left-search-link {
    display: none;
}

/* -------------------------------------------------
 * 4.1.3 FLOATING BLOCK
 ------------------------------------------------ */
.floating {
    width: 230px;
    position: fixed;
    top: 70px;
    bottom: 0;
    overflow: hidden;
    border-left: 3px solid #0e84b5;
}

@media screen and (max-width: 768px) {
    .floating {
        width: 227px;
    }
}

.floating-block {
    height: 100%;
    padding-bottom: 125px;
}

.floating-overflow {
    overflow-y: auto;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.floating-menu {
    width: auto;
    clear: both;
}

.floating-profile {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 227px;
    height: 125px;
}

/* -------------------------------------------------
 * 4.1.4 PROFILE MENU
 ------------------------------------------------ */
.profile-menu {
    height: 125px;
    padding-top: 10px;
    background: white;
    border-right: 1px solid #e7e7e7;
}

.profile-title {
    position: relative;
    height: 36px;
    margin: 0 0 13px;
}

.profile-title h4 {
    position: absolute;
    width: 100%;
    bottom: 0;
    line-height: 18px;
    max-height: 36px;
    vertical-align: text-bottom;
    margin: 0;
    padding: 0 15px 0 23px;
    color: #aaa;
    font-size: 14px;
    -o-text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.profile-title a {
    color: inherit;
    text-decoration: none;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.profile-title a:hover {
    color: #777;
}

/* -------------------------------------------------
 * 4.1.5 PROFILE SETTINGS
 ------------------------------------------------ */
.layout-left .nav .read .badge {
    display: none;
}

.layout-left .nav .status-10 .badge {
    background: #1f78d1;
}

.layout-left .nav .status-20 .badge {
    background: #fc9403;
    color: #333;
}

.layout-left .nav .status-30 .badge {
    background: #db3b21;
}

/* -------------------------------------------------
 * 4.1.6 PROFILE LANG CHANGES
 ------------------------------------------------ */
.with-lang .profile-menu,
.with-lang .floating-profile {
    height: 170px;
}

.with-lang .floating-block {
    padding-bottom: 170px;
}

#userLanguage {
    min-height: 44px;
    line-height: 44px;
}

#selectLangButton {
    padding-top: 0;
    padding-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#selectLanguageBlock {
    padding-top: 0;
    padding-bottom: 0;
}

#selectLanguageBlock .dropdown-menu {
    font-size: 13px !important;
}

#selectLanguageBlock .bootstrap-select {
    top: -1px;
}

#selectLanguageSelectClose {
    margin: 0 0 0 3px;
}

.layout-left .nav #selectLanguageBlock li {
    margin: 0;
    font-size: inherit;
    border: none !important;
}

#selectLanguageBlock .flag-icon {
    margin-right: 5px;
}

/* -------------------------------------------------
 * 4.2 LAYOUT RIGHT
 ------------------------------------------------ */
.layout-right {
    margin-left: 230px;
}

@media screen and (max-width: 768px) {
    .layout-right {
        margin-left: 227px;
    }
}

/* -------------------------------------------------
 * 4.2.1 CONTENT
 ------------------------------------------------ */
.content {
    position: relative;
    padding: 20px;
}

.content-padding-top {
    padding-top: 20px;
}

.content-padding-bottom {
    padding-bottom: 20px;
}

.content-padding-both {
    padding-top: 20px;
    padding-bottom: 20px;
}

.content-item {
    padding-bottom: 30px;
}

.content-box {
    padding-bottom: 30px;
}

.content-box:last-child {
    padding-bottom: 0;
}

.content-block {
    padding: 20px 0 30px;
}

.content-form {
    margin: 20px 0;
}

.content-group {
    background: #f9f9f9;
}

.content-table {
    padding-top: 10px;
}

.content-group-item {
    margin: 15px 0 15px;
    padding: 10px;
    background: white;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
}

.content-group-item-with-panel {
    padding-bottom: 0;
}

.content-group-item:first-child {
    margin-top: 5px;
}

.content-group-item:last-child {
    margin-bottom: 0;
}

.content-group-item-hint {
    margin: 10px 0;
}

.content-html:after {
    clear: both;
    content: '';
    display: table;
}

.content-header + .content-html {
    padding-top: 20px;
}

dt, dd {
    padding: 0 0 3px;
}

dd .row .col-sm-6:first-child {
    padding-left: 0;
}

dd .row .col-sm-6:nth-child(2n) {
    padding-right: 0;
}

dd .row {
    margin-left: 0;
    margin-right: 0;
}

dd .row .col-sm-6:last-child {
    padding-right: 0;
}

@media screen and (max-width: 768px) {
    dd .row .col-sm-6:first-child,
    dd .row .col-sm-6:last-child {
        padding-left: 0;
        padding-right: 0;
    }

    dd .row .col-sm-6:last-child {
        margin-top: 10px;
    }
}

.dl-horizontal-border {
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.dl-horizontal dt {
    white-space: normal;
}

.dl-horizontal dd {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.dl-horizontal dt,
.dl-horizontal dd {
    padding-bottom: 5px;
}

.only-text h4 {
    margin-top: 20px;
}

.read-more-article {
}

.read-more-link {
    position: relative;
    z-index: 2;
    margin-top: -30px;
    padding-top: 20px;
    color: #656565;
    font-size: 24px;
    text-align: center;
    background: white;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 1) 100%);
}

.read-more-link-close {
    background: white;
    margin-top: 15px;
    padding-top: 10px;
}

.read-more-link:hover {
    color: #111;
}

.commentary {
    color: #999;
    font-size: 90%;
    vertical-align: middle;
}

dl.is-parent dt {
    font-weight: 500;
}

/* -------------------------------------------------
 * 4.2.1.1 CONTENT HEADER
 ------------------------------------------------ */
.content-header {
    min-height: 47px;
    border-bottom: 3px solid #eaeaea;
}

.content-header:after {
    clear: both;
    content: '';
    display: table;
}

.content-header h1,
.content-header h2,
.content-header h3,
.content-header > h4 {
    float: left;
    margin: 0;
    word-wrap: break-word;
    max-width: 100%;
}

.content-group-item .content-header {
    min-height: 0;
    border-color: #f0f0f0;
}

@media screen and (max-width: 640px) {
    .content-header h1,
    .content-header h2,
    .content-header h3,
    .content-header > h4 {
        word-break: normal;
    }
}

.content-header h1 {
    padding-top: 5px;
}

@media screen and (max-width: 1200px) {
    .content-header h1 {
        font-size: 24px;
    }
}

.content-header h2 {
    padding-top: 8px;
}

.content-header h3 {
    padding-top: 15px;
}

.content-header > h4 {
    padding-top: 15px;
}

.content-group-item .content-header > h4 {
    padding: 10px 0 0;
    min-height: 45px;
}

.content-header .callback-links {
    float: right;
    padding-bottom: 5px;
}

.content-group-item .content-header .callback-links {
    padding-bottom: 10px;
}

.content-header .btn-group {
    margin-bottom: 0;
}

.content-header h1 i,
.content-header-simple h1 i {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 28px;
    margin-right: 10px;
    line-height: 28px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    vertical-align: top;
    text-shadow: 1px 1px 1px #bbb, -1px 1px 1px #bbb;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    background: #dedede;
}

.content-header h1 a {
    color: #555;
    text-decoration: underline;
}

.content-header h1 a:hover {
    text-decoration: none;
}

.content-header-simple {
    border-bottom: 3px solid #e0e0e0;
}

.content-header-simple h1,
.content-header-simple h2,
.content-header-simple h3 {
    margin: 0 0 7px;
}

.content-header-simple h2,
.content-header-simple h3 {
    margin-left: 40px;
}

/* -------------------------------------------------
 * 4.2.1.2 CONTENT BLOCKS
 ------------------------------------------------ */
.content .empty-message {
    margin-top: 10px;
    padding: 15px;
    text-align: center;
    color: #999;
    background: #fdfdfd;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
}

.content .empty-message a {
    color: #999;
    text-decoration: underline;
}

.content .empty-message a:hover {
    color: #777;
    text-decoration: none;
}

.panel-body > .wms-block > .empty-message,
.panel-body > .empty-message {
    margin-top: 0;
}

/* -------------------------------------------------
 * 4.2.1.3 CONTENT ERRORS
 ------------------------------------------------ */
.error-args {
    width: 100%;
    max-width: 100%;
    margin: 10px 0 30px;
    overflow: hidden;
}

/* -------------------------------------------------
 * 4.2.2 NOTIFICATIONS
 ------------------------------------------------ */
.notifier-block {
    position: fixed;
    width: 250px;
    bottom: 50px;
    padding: 0 20px;
    z-index: 1000;
}

.notification {
    background: white;
}

.notification__header {
    padding: 15px 52px 15px 15px;
    color: #656565;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    clear: both;
    line-height: 20px;
}

.notification__flag,
.notification__icon,
.notification__category,
.notification__separator,
.notification__datetime {
    position: relative;
    z-index: 5;
    display: inline-block;
    line-height: 20px;
    font-size: 13px;
    vertical-align: top;
}

.notification__flag {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
}

.notification__flag > input[type="checkbox"] {
    margin: 0;
    vertical-align: top;
}

.notification__icon {
    width: 16px;
    margin-right: 5px;
}

.notification__category {
    display: inline;
    margin-right: 10px;
    font-weight: bold;
}

.notification__separator {
    margin-right: 10px;
    opacity: 0.5;
}

.notification__datetime {
    margin-right: 15px;
    white-space: nowrap;
    overflow: hidden;
}

@media screen and (max-width: 480px) {
    .notification__datetime {
        display: block;
        float: none;
        margin-left: 30px;
    }
}

.notification__close {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.5;
    cursor: pointer;
}

.notification__close:hover {
    opacity: 1;
}

.notification__close:active {
    color: #444;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.notification__content {
    padding: 15px;
    border-radius: 0;
}

.notification__content p {
    margin: 10px 0 0;
    word-break: break-all;
}

.notification__title {
    margin-top: 0;
    line-height: 24px;
    font-size: 18px;
    word-break: break-all;
    word-wrap: break-word;
}

.notification__actions {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    padding: 15px;
    text-align: right;
    background: #fefefe;
}

.notification__actions > a {
    display: inline-block;
    margin-left: 10px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notification-filter-box {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: max-height .5s, visibility .1s, opacity .2s;
    backface-visibility: hidden;
    background: #f5f5f5;
    overflow-x: hidden;
    overflow-y: auto;
}

.filter-opened .notification-filter-box {
    opacity: 1;
    max-height: 2000px;
    visibility: visible;
}

.filter-opened .notification-remove {
    display: none;
}

.notification__filters {

}

.notification__filter-item {
    padding: 10px 0;
}

.header__notification-counter {
    position: absolute !important;
    top: -5px !important;
    right: -5px !important;
    z-index: 30;
    pointer-events: none;
}

.header-right-notification {
    display: none;
}

.notification__empty_list {
    padding: 15px;
    text-align: center;
    color: #999;
    background: #fdfdfd;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
}

.notification-menu .side-box__label_filled {
    display: inline;
}

.notification-menu .side-box__label_on-empty {
    display: none;
}

.notification-menu.empty .side-box__label_filled {
    display: none;
}

.notification-menu.empty .side-box__label_on-empty {
    font-size: 17px;
    display: inline;
}

.header-page-menu.notification-menu.empty {
    display: none;
}

/* -------------------------------------------------
 * 4.2.2.1 NOTIFICATIONS SWIPE
 ------------------------------------------------ */
.swipe-container {
}

.swipe-notification {
    margin-bottom: 15px;
}

.swipe-notification:last-child {
    margin-bottom: 0;
}

.swipe {
    position: relative;
}

.swipe {
    left: 0;
    top: 0;
    cursor: pointer;
    -ms-touch-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.swipe-container {
    background: #FBE9E7;
}

.swipe.animate {
    transition: all 0.5s;
}

/* -------------------------------------------------
 * 4.3 BLANK LAYOUT
 ------------------------------------------------ */
body.blank-page {
    background: #f3f3f3;
    overflow: hidden;
}

.section-blank {
    padding: 20px;
}

.blank-page .panel-shadow {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

/* -------------------------------------------------
 * 5 UI
 ------------------------------------------------ */
/* -------------------------------------------------
 * 5.1 BUTTONS
 ------------------------------------------------ */
.btn {
    padding: 9px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    border-width: 0;
    background-image: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.btn:focus {
    outline: none;
}

.btn.disabled,
.btn:disabled,
.btn[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

.buttons-no-top-margin .btn {
    margin-top: 0 !important;
}

/* -------------------------------------------------
 * 5.1.1 BUTTON GROUPS
 ------------------------------------------------ */
.btn-group {
    margin-bottom: 10px;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    border-width: 1px;
}

.btn-group .btn.btn-bordered + .btn.btn-bordered,
.btn-group .btn.btn-bordered + .btn-group,
.btn-group .btn-group + .btn.btn-bordered,
.btn-group .btn-group + .btn-group {
    margin-left: -2px;
}

.many-btn .btn {
    white-space: normal;
}

.many-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.many-btn .col-sm-6 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .many-btn .col-sm-6 {
        display: block;
        width: 100%;
    }

    .many-btn .col-sm-6:last-child {
        margin-bottom: 0;
    }
}

.btn-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.btn-flex .btn:first-child {
    flex-grow: 1;
    text-align: left;
}

.btn-group.bootstrap-select {
    margin-bottom: 0;
}

.btn-group.bootstrap-select .btn {
    margin-top: 0;
}

/* -------------------------------------------------
 * 5.1.2 BUTTONS SIZES
 ------------------------------------------------ */
.btn-xs {
    padding: 3px 10px;
    font-size: 12px;
}

.btn-sm {
    padding: 5px 10px;
}

.btn-lg {
    padding: 12px 20px;
}

.btn-xlg {
    padding: 20px 20px;
}

/* -------------------------------------------------
 * 5.1.3 BUTTONS TYPES
 ------------------------------------------------ */
.btn.btn-bordered,
.btn.btn-bordered:hover,
.btn.btn-bordered:focus,
.btn.btn-bordered:active {
    padding: 6px 13px;
    background: none !important;
    border-width: 2px;
    text-shadow: none !important;
}

.btn-xs.btn-bordered {
    padding: 2px 8px !important;
}

.btn-sm.btn-bordered {
    padding: 4px 10px !important;
}

.btn-lg.btn-bordered {
    padding: 12px 20px !important;
}

.btn-group .btn.btn-bordered {
    padding: 7px 13px;
}

/* -------------------------------------------------
 * 5.1.4 BUTTONS COLORS
 ------------------------------------------------ */
.btn-default {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
}

.btn-white {
    background: #fff;
    border: 1px solid #ccc;
    color: #656565;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f7f7f7;
}

.btn-default.btn-bordered {
    color: #999;
    border-color: #ccc;
}

.btn-default.btn-bordered:hover,
.btn-default.btn-bordered:active,
.btn-default.btn-bordered:focus {
    color: #888;
    border-color: #aaa;
}

.btn-primary.btn-bordered {
    color: #888;
    border-color: #888;
}

.btn-primary.btn-bordered:hover,
.btn-primary.btn-bordered:active,
.btn-primary.btn-bordered:focus {
    color: #696969;
    border-color: #696969;
}

.btn-success.btn-bordered {
    color: #1aaa55;
    border-color: #1aaa55;
}

.btn-success.btn-bordered:hover,
.btn-success.btn-bordered:active,
.btn-success.btn-bordered:focus {
    color: #599653;
    border-color: #599653;
}

.btn-info.btn-bordered {
    color: #1f78d1;
    border-color: #1f78d1;
}

.btn-info.btn-bordered:focus,
.btn-info.btn-bordered:active,
.btn-info.btn-bordered:hover {
    color: #1565C0;
    border-color: #1565C0;
}

.btn-warning.btn-bordered {
    color: #fc9403;
    border-color: #fc9403;
}

.btn-warning.btn-bordered:hover,
.btn-warning.btn-bordered:active,
.btn-warning.btn-bordered:focus {
    color: #EF6C00;
    border-color: #EF6C00;
}

.btn-danger.btn-bordered {
    color: #db3b21;
    border-color: #db3b21;
}

.btn-danger.btn-bordered:focus,
.btn-danger.btn-bordered:active,
.btn-danger.btn-bordered:hover {
    color: #d33c1d;
    border-color: #d33c1d;
}

.btn-warning-alt {
    color: #795548;
    background-color: #ffe0b2;
    border-color: #ffcc80;
}

/* -------------------------------------------------
 * 5.1.5 ACTION LINKS
 ------------------------------------------------ */
.action-hide {
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

a.hide-link {
    display: none;
    min-width: 12px;
    font-size: 14px;
}

.action-hide a.hide-link {
    color: #aaa;
    vertical-align: middle;
}

.action-hide:hover a.hide-link {
    color: #656565;
}

.action-hide a.hide-link:hover {
    color: #111;
}

/* -------------------------------------------------
 * 5.1.6 AERO BLOCK
 ------------------------------------------------ */
.aero-block {
    position: relative;
    z-index: 0;
}

.aero-block .hide-link {
    display: none !important;
}

/* -------------------------------------------------
 * 5.1.7 BORDER COLORS
 ------------------------------------------------ */
.border-danger {
    border-color: #FFAB91 !important;
}

.border-warning {
    border-color: #FFE082 !important;
}

.border-success {
    border-color: #A5D6A7 !important;
}

.border-info {
    border-color: #90CAF9 !important;
}

.border-default {
    border-color: #ddd !important;
}

/* -------------------------------------------------
 * 5.2 PANELS
 ------------------------------------------------ */
.panel {
    position: relative;
    margin-bottom: 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
}

.panel-flex {
    height: 100%;
    margin-bottom: 0;
}

.panel-shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

.panel-heading {
    position: relative;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-image: none !important;
}

.panel-heading .panel-title {
    margin: 0;
    font-size: 16px;
    line-height: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

.panel-heading .panel-title-wrap {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.panel-heading-empty {
    background: none;
    border-bottom: 0;
}

.panel-heading p {
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 18px;
}

.panel-default .panel-heading {
    background: #f5f5f5;
}

.panel-default .panel-heading p {
    color: #777;
}

.panel-body > h5 {
    margin-top: 0;
}

.panel-flex-column {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.panel-body-flex {
    -webkit-box-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.panel-footer h4 {
    margin: 8px 0;
    font-size: 16px;
    line-height: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

.panel-footer-options {
    padding: 10px;
}

.panel-footer-options h5 {
    margin-top: 0;
}

.panel-footer-options label {
    margin: 0;
}

.panel-footer:after {
    clear: both;
    display: block;
    content: '';
}

.panel-btns {
    position: absolute;
    top: 18px;
    right: 18px;
    display: block;
    z-index: 2;
}

.panel-heading:hover .panel-btns {
    display: block;
}

.panel-btns a {
    padding: 3px 4px;
    font-size: 11px;
    color: #888;
    line-height: 1;
    border: 1px solid #999;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.panel-btns a:hover {
}

.panel-btns a.minimize:active,
.panel-btns a.minimize:focus {
    text-decoration: none;
}

.panel-heading .panel-btns + h3 {
    margin-right: 25px;
}

.panel-minimize {
    cursor: pointer;
}

.panel-primary > .panel-heading > .panel-btns > a {
    border-color: #fff;
    color: #fff;
}

.panel-success > .panel-heading > .panel-btns > a {
    color: #3c763d;
    border-color: #3c763d;
}

.panel-info > .panel-heading > .panel-btns > a {
    color: #1f78d1;
    border-color: #1f78d1;
}

.panel-warning > .panel-heading > .panel-btns > a {
    color: #8a6d3b;
    border-color: #8a6d3b;
}

.panel-danger > .panel-heading > .panel-btns > a {
    color: #c62828;
    border-color: #c62828;
}

.panel-primary .panel-btns a:hover,
.panel-success .panel-btns a:hover,
.panel-info .panel-btns a:hover,
.panel-warning .panel-btns a:hover,
.panel-danger .panel-btns a:hover {
    opacity: 1;
}

.panel-heading .nav-tabs {
    margin-bottom: -20px;
    border-bottom: 0;
}

.panel-heading .nav-tabs li {
    margin-right: 5px;
}

.panel-heading .nav-tabs li a {
    color: #656565;
}

.panel-heading .nav-tabs li a:hover,
.panel-heading .nav-tabs li a:active,
.panel-heading .nav-tabs li a:focus {
    background-color: #fff;
    border-color: #fff;
    border-bottom: 0;
    color: #111;
}

.panel-heading .nav-tabs li.active a {
    background: #fcfcfc;
    color: #111;
}

.panel-heading .nav-tabs li.active a:hover,
.panel-heading .nav-tabs li.active a:active,
.panel-heading .nav-tabs li.active a:focus {
    background: #fcfcfc;
    color: #111;
    border: 1px solid #ddd;
    border-bottom-color: #fcfcfc;
}

.panel-heading .nav-justified {
    margin-bottom: -21px;
}

.panel-heading .nav-justified li a {
    border-bottom: 0;
}

.panel-default > .default-badges .badge-success {
    background-color: #1aaa55;
}

.panel-default > .default-badges .badge-danger {
    background-color: #db3b21;
}

.options-panel {
    margin: 0 -15px -15px -15px;
    background: #fcfcfc;
    padding: 10px 15px;
    border-top: 1px solid #ddd;
}

.options-panel .btn-group,
.panel-options .btn-group,
.content-group-panel .btn-group {
    margin-bottom: 0;
}

.options-panel .btn-group {
    display: block;
    float: right;
}

.options-panel .btn,
.panel-options .btn,
.content-group-panel .btn {
    min-width: 4em;
}

.panel-dynamic-footer {
    background: #f7f7f7;
}

.panel-dynamic-footer .panel-body {
    background: white;
}

.options-panel,
.panel-footer-options {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
}

.options-panel:after {
    content: " ";
    display: table;
    clear: both;
}

.content-group-panel {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fcfcfc;
    text-align: right;
    border-top: 1px solid #ddd;
    border-radius: 0 0 3px 3px;
}

.panel-flat {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
    border-radius: 3px;
    background: white;
}

.panel-flat-disabled {
    color: #999;
    opacity: 0.7;
    background: #f7f7f7;
}

.panel-flat-enabled {
    color: #656565;
    background: #f0f0f0;
}

.panel-flat-box {
    width: 100%;
    height: 100%;
    padding: 10px;
}

.panel-flat-inherit {
    background: #e1f5fe;
}

.panel-flat-disabled .custom-param__button-save {
    display: none;
}

/* -------------------------------------------------
 * 5.2.1 COLORED PANELS
 ------------------------------------------------ */
/* DARK */
.panel-dark,
.panel-dark > .panel-heading {
    border-color: #4e5154;
}

.panel-dark .panel-heading .panel-btns a {
    color: #fff;
    border-color: #fff;
}

.panel-dark .panel-heading {
    background-color: #4e5154;
    color: #fff;
}

/* ALTERNATIVE PRIMARY */
.panel-primary-alt,
.panel-primary-alt > .panel-heading {
    border-color: #b39ddb;
}

.panel-primary-alt .panel-heading .panel-btns a {
    color: #673ab7;
    border-color: #673ab7;
}

.panel-primary-alt .panel-heading {
    background-color: #d1c4e9;
    color: #673ab7;
}

/* ALTERNATIVE SUCCESS */
.panel-success-alt,
.panel-success-alt > .panel-heading {
    border-color: #4cae4c;
}

.panel-success-alt .panel-heading .panel-btns a {
    color: #4cae4c;
    border-color: #4cae4c;
}

.panel-success-alt .panel-heading {
    background-color: #5cb85c;
    color: #fff;
}

/* ALTERNATIVE INFO */
.panel-info-alt,
.panel-info-alt > .panel-heading {
    border-color: #64b5f6;
}

.panel-info-alt .panel-heading .panel-btns a {
    border-color: #1976d2;
}

.panel-info-alt .panel-heading .panel-btns a {
    color: #1976d2;
}

.panel-info-alt .panel-heading {
    background-color: #90caf9;
    color: #fff;
}

/* ALTERNATIVE WARNING */
.panel-warning-alt,
.panel-warning-alt > .panel-heading {
    border-color: #ffcc80;
}

.panel-warning-alt .panel-heading .panel-btns a {
    color: #795548;
    border-color: #795548;
}

.panel-warning-alt .panel-heading {
    background-color: #ffe0b2;
    color: #795548;
}

/* ALTERNATIVE DANGER */
.panel-danger-alt,
.panel-danger-alt > .panel-heading,
.panel-danger-alt .panel-heading .panel-btns a {
    border-color: #d43f3a;
}

.panel-danger-alt .panel-heading .panel-btns a {
    color: #d43f3a;
}

.panel-danger-alt .panel-heading {
    background-color: #d9534f;
    color: #fff;
}

.panel-primary-head .panel-heading,
.panel-success-head .panel-heading,
.panel-warning-head .panel-heading,
.panel-danger-head .panel-heading,
.panel-info-head .panel-heading,
.panel-dark-head .panel-heading {
    border-bottom: 0;
    color: #fff;
}

.panel-primary-head .panel-heading p,
.panel-success-head .panel-heading p,
.panel-warning-head .panel-heading p,
.panel-danger-head .panel-heading p,
.panel-info-head .panel-heading p,
.panel-dark-head .panel-heading p {
    opacity: 0.75;
}

.panel-primary-head .panel-body,
.panel-success-head .panel-body,
.panel-warning-head .panel-body,
.panel-danger-head .panel-body,
.panel-info-head .panel-body,
.panel-dark-head .panel-body {
    border: 1px solid #ddd;
    border-top: 0;
}

.panel-primary-head .panel-footer,
.panel-success-head .panel-footer,
.panel-warning-head .panel-footer,
.panel-danger-head .panel-footer,
.panel-info-head .panel-footer,
.panel-dark-head .panel-footer {
    border: 1px solid #ddd;
    border-top: 0;
}

.panel-primary-head .panel-heading {
    background-color: #45ab80;
}

.panel-success-head .panel-heading {
    background-color: #5cb85c;
}

.panel-warning-head .panel-heading {
    background-color: #f0ad4e;
}

.panel-danger-head .panel-heading {
    background-color: #d9534f;
}

.panel-info-head .panel-heading {
    background-color: #5bc0de;
}

.panel-dark-head .panel-heading {
    background-color: #4e5154;
}

.panel-primary-head .panel-heading p a,
.panel-success-head .panel-heading p a,
.panel-info-head .panel-heading p a,
.panel-warning-head .panel-heading p a,
.panel-danger-head .panel-heading p a,
.panel-dark-head .panel-heading p a {
    color: #fff;
}

.panel-primary-head .panel-heading .panel-btns a,
.panel-success-head .panel-heading .panel-btns a,
.panel-info-head .panel-heading .panel-btns a,
.panel-warning-head .panel-heading .panel-btns a,
.panel-danger-head .panel-heading .panel-btns a,
.panel-dark-head .panel-heading .panel-btns a {
    border-color: #fff;
    color: #fff;
    opacity: 0.75;
}

.panel-metro,
.panel-metro .panel-heading,
.panel-metro .panel-footer {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.widget-messaging .new-msg {
    color: #fff;
    font-size: 18px;
    margin: 0;
    line-height: normal;
    opacity: 0.5;
}

.widget-messaging .new-msg:hover {
    opacity: 1;
}

.widget-messaging ul li:hover {
    background-color: #f7f7f7;
}

.widget-messaging .sender {
    color: #333;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    margin: 0;
}

.widget-messaging ul li p {
    line-height: normal;
    margin: 0;
}

.widget-todo .panel-heading a {
    color: #fff;
}

.widget-todo ul > li input:checked + label {
    text-decoration: line-through;
}

.panel-heading.maximize {
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    background-color: #fff;
    color: #777;
}

.panel-heading.maximize:hover {
    opacity: 1;
    color: #333;
    background-color: #f9f9f9;
}

.panel .panel-heading.panel-grid,
.grid-bg,
.panel .panel-heading.panel-grid:hover,
.grid-bg:hover,
.panel .panel-heading.panel-grid:active,
.grid-bg:active,
.panel .panel-heading.panel-grid:focus,
.grid-bg:focus {
    background-size: 30px 30px;
    background-repeat: repeat;
    background-position: 0 0;
    opacity: 0.9;
}

.grid-bg {
    opacity: 0.8;
}

.panel .panel-heading.panel-grid:hover,
.grid-bg:hover {
    opacity: 1;
}

a.grid-bg:hover,
a.grid-bg:active {
    opacity: 1;
    -moz-box-shadow: 1px 1px 3px rgba(12, 12, 12, 0.3);
    -webkit-box-shadow: 1px 1px 3px rgba(12, 12, 12, 0.3);
    box-shadow: 1px 1px 3px rgba(12, 12, 12, 0.3);
}

.panel-danger .panel-heading.panel-grid,
.grid-bg.grid-bg-danger:active:hover,
.grid-bg.grid-bg-danger {
    color: #db3b21;
    background-color: #FBE9E7;
    background-image: linear-gradient(45deg, transparent 24%, rgba(255, 204, 188, 1) 25%, rgba(255, 204, 188, 1) 26%, transparent 27%, transparent 74%, rgba(255, 204, 188, 1) 75%, rgba(255, 204, 188, 1) 76%, transparent 77%, transparent), linear-gradient(135deg, transparent 24%, rgba(255, 204, 188, 1) 25%, rgba(255, 204, 188, 1) 26%, transparent 27%, transparent 74%, rgba(255, 204, 188, 1) 75%, rgba(255, 204, 188, 1) 76%, transparent 77%, transparent) !important;
}

.panel-success .panel-heading.panel-grid,
.grid-bg.grid-bg-success:active:hover,
.grid-bg.grid-bg-success {
    color: #3c763d;
    background-color: #dff0d8;
    background-image: linear-gradient(45deg, transparent 24%, rgba(200, 230, 201, 1) 25%, rgba(200, 230, 201, 1) 26%, transparent 27%, transparent 74%, rgba(200, 230, 201, 1) 75%, rgba(200, 230, 201, 1) 76%, transparent 77%, transparent), linear-gradient(135deg, transparent 24%, rgba(200, 230, 201, 1) 25%, rgba(200, 230, 201, 1) 26%, transparent 27%, transparent 74%, rgba(200, 230, 201, 1) 75%, rgba(200, 230, 201, 1) 76%, transparent 77%, transparent) !important;
}

.panel-warning .panel-heading.panel-grid,
.grid-bg.grid-bg-warning:active:hover,
.grid-bg.grid-bg-warning {
    color: #8d6e63;
    background-color: #FFF3E0;
    background-image: linear-gradient(45deg, transparent 24%, rgba(255, 224, 178, 1) 25%, rgba(255, 224, 178, 1) 26%, transparent 27%, transparent 74%, rgba(255, 224, 178, 1) 75%, rgba(255, 224, 178, 1) 76%, transparent 77%, transparent), linear-gradient(135deg, transparent 24%, rgba(255, 224, 178, 1) 25%, rgba(255, 224, 178, 1) 26%, transparent 27%, transparent 74%, rgba(255, 224, 178, 1) 75%, rgba(255, 224, 178, 1) 76%, transparent 77%, transparent) !important;
}

.panel-warning-alt .panel-heading.panel-grid,
.grid-bg.grid-bg-warning-alt:active:hover,
.grid-bg.grid-bg-warning-alt {
    color: #795548;
    background-color: #ffe0b2;
    background-image: linear-gradient(45deg, transparent 24%, rgba(255, 204, 128, 0.7) 25%, rgba(255, 204, 128, 0.7) 26%, transparent 27%, transparent 74%, rgba(255, 204, 128, 0.7) 75%, rgba(255, 204, 128, 0.7) 76%, transparent 77%, transparent), linear-gradient(135deg, transparent 24%, rgba(255, 204, 128, 0.7) 25%, rgba(255, 204, 128, 0.7) 26%, transparent 27%, transparent 74%, rgba(255, 204, 128, 0.7) 75%, rgba(255, 204, 128, 0.7) 76%, transparent 77%, transparent) !important;
}

.panel-info .panel-heading.panel-grid,
.grid-bg.grid-bg-info:active:hover,
.grid-bg.grid-bg-info {
    color: #1565C0;
    background-color: #BBDEFB;
    background-image: linear-gradient(45deg, transparent 24%, rgba(144, 202, 249, 1) 25%, rgba(144, 202, 249, 1) 26%, transparent 27%, transparent 74%, rgba(144, 202, 249, 1) 75%, rgba(144, 202, 249, 1) 76%, transparent 77%, transparent), linear-gradient(135deg, transparent 24%, rgba(144, 202, 249, 1) 25%, rgba(144, 202, 249, 1) 26%, transparent 27%, transparent 74%, rgba(144, 202, 249, 1) 75%, rgba(144, 202, 249, 1) 76%, transparent 77%, transparent) !important;
}

.panel-info-alt .panel-heading.panel-grid,
.grid-bg.grid-bg-info-alt:active:hover,
.grid-bg.grid-bg-info-alt {
    color: #0d47a1;
    background-color: #90caf9;
    background-image: linear-gradient(45deg, transparent 24%, rgba(100, 181, 246, 0.7) 25%, rgba(100, 181, 246, 0.7) 26%, transparent 27%, transparent 74%, rgba(100, 181, 246, 0.7) 75%, rgba(100, 181, 246, 0.7) 76%, transparent 77%, transparent), linear-gradient(135deg, transparent 24%, rgba(100, 181, 246, 0.7) 25%, rgba(100, 181, 246, 0.7) 26%, transparent 27%, transparent 74%, rgba(100, 181, 246, 0.7) 75%, rgba(100, 181, 246, 0.7) 76%, transparent 77%, transparent) !important;
}

.panel-primary-alt .panel-heading.panel-grid,
.grid-bg.grid-bg-primary-alt:active:hover,
.grid-bg.grid-bg-primary-alt {
    color: #673ab7;
    background-color: #d1c4e9;
    background-image: linear-gradient(45deg, transparent 24%, rgba(179, 157, 219, 0.5) 25%, rgba(179, 157, 219, 0.5) 26%, transparent 27%, transparent 74%, rgba(179, 157, 219, 0.5) 75%, rgba(179, 157, 219, 0.5) 76%, transparent 77%, transparent), linear-gradient(135deg, transparent 24%, rgba(179, 157, 219, 0.5) 25%, rgba(179, 157, 219, 0.5) 26%, transparent 27%, transparent 74%, rgba(179, 157, 219, 0.5) 75%, rgba(179, 157, 219, 0.5) 76%, transparent 77%, transparent) !important;
}

.panel-default .panel-heading.panel-grid,
.grid-bg.grid-bg-default:active:hover,
.grid-bg.grid-bg-default {
    color: #333;
    background-color: #f0f0f0;
    background-image: linear-gradient(45deg, transparent 24%, rgba(221, 221, 221, 0.9) 25%, rgba(221, 221, 221, 0.9) 26%, transparent 27%, transparent 74%, rgba(221, 221, 221, 0.9) 75%, rgba(221, 221, 221, 0.9) 76%, transparent 77%, transparent), linear-gradient(135deg, transparent 24%, rgba(221, 221, 221, 0.9) 25%, rgba(221, 221, 221, 0.9) 26%, transparent 27%, transparent 74%, rgba(221, 221, 221, 0.9) 75%, rgba(221, 221, 221, 0.9) 76%, transparent 77%, transparent) !important;
}

.bg-default {
    background: #e5e5e5;
}

.bg-grey {
    background: #EEECEC;
}

.bg-grey-50 {
    background: #FAFAFA;
}

.bg-grey-100 {
    background: #F5F5F5;
}

.bg-grey-200 {
    background: #EEEEEE;
}

.bg-red-50 {
    background: #FFEBEE;
}

.bg-indigo-50 {
    background: #E8EAF6;
}

.bg-indigo-400 {
    background: #5C6BC0;
}

.bg-light-blue-50 {
    background: #E1F5FE;
}

.bg-yellow-50 {
    background: #FFFDE7;
}

.bg-amber-50 {
    background: #FFF8E1;
}

.bg-light-green-50 {
    background: #F1F8E9;
}

.bg-lime-50 {
    background: #F9FBE7;
}

.bg-brown-50 {
    background: #EFEBE9;
}

.bg-blue-grey-50 {
    background: #ECEFF1;
}

.bg-blue-grey-100 {
    background: #CFD8DC;
}

.border-blue-grey-200 {
    border: 1px solid #B0BEC5 !important;
}

/* -------------------------------------------------
 * 5.2.2 PANEL ELEMENTS
 ------------------------------------------------ */
.flotLegend {
    margin-bottom: 10px;
}

.flotLegend table tr td {
    padding-right: 5px;
}

.row-stat .panel .panel-heading {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.panel-icon {
    background: rgba(255, 255, 255, 0.9);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 48px;
    height: 48px;
    float: left;
    margin-right: 15px;
    text-align: center;
    border: 1px solid #ccc;
}

.panel-icon .fa {
    color: #000;
    font-size: 24px;
    padding: 12px 0 0;
}

.panel-primary {
    border-color: #428bca;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

.panel-bluegreen .panel-icon .fa {
    color: #03c3c4;
}

.panel-violet .panel-icon .fa {
    color: #905dd1;
}

.panel-blue .panel-icon .fa {
    color: #45ab80;
}

.panel-success-light {
    background: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success-light .panel-icon {
    border-color: #beceb7;
    box-shadow: inset 0 0 0 3px #d6e9c6;
}

.panel-info-light {
    background: #e1f5fe;
    border-color: #b3e5fc;
}

.panel-info-light .panel-icon {
    border-color: #81d4fa;
    box-shadow: inset 0 0 0 3px #b3e5fc;
}

.row-stat .title-md {
    opacity: 0.6;
    font-size: 12px;
    margin-bottom: 5px;
}

.row-stat h1 {
    margin-bottom: 0;
}

.row-stat hr {
    opacity: 0.3;
    margin: 12px 0 0;
    border-top: 2px solid #999;
}

.panel-icon .fa-users {
    padding: 12px 0 0 10px;
}

.panel-icon .fa-pencil {
    padding: 12px 0 0 17px;
}

.sublabel {
    font-size: 11px;
    display: block;
    margin-bottom: 3px;
}

.flotChart {
    width: 100%;
    height: 200px;
}

#bar-chart {
    height: 250px;
}

/* -------------------------------------------------
 * 5.2.2 BLANK PANEL
 ------------------------------------------------ */
.panel-blank {

}

.panel-blank .panel-body {
    padding: 20px;
    width: 100%;
    max-width: 100%;
}

.panel-blank .panel-footer {

}

.panel-blank .panel-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 85px;
    overflow: hidden;
}

.panel-blank .panel-footer .btn-lg {
    display: none;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .panel-blank .panel-footer .btn-lg span {
        display: none;
    }
}

.panel-heading-title {
    margin-right: 320px;
    min-height: 24px;
}

.wms-form {
    padding-bottom: 15px;
}

.wms-form .panel-heading-title {
    margin-right: 120px;
}

#wms-item-container-edit .empty-message {
    margin-top: 0;
}

@media screen and (max-width: 992px) {
    .panel-heading-title {
        margin-right: 70px !important;
    }
}

.panel-heading-title,
.panel-heading-title .panel-title {
    line-height: 24px;
}

.panel-heading-title-auto {
    min-height: 0;
    line-height: inherit;
}

.panel-heading-title-auto .panel-title {
    line-height: inherit;
}

.panel-heading-title .panel-title {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.panel-heading-menu {
    position: absolute;
    float: right;
    top: 10px;
    right: 15px;
    white-space: nowrap;
}

.panel-heading-menu .btn-group {
    margin-bottom: 0;
}

.panel-heading-menu button,
.panel-heading-menu .with-border {
    border: 1px solid #ccc;
    margin-right: 5px;
}

.panel-heading-menu .with-border:hover {
    color: #555;
    border-color: #adadad;
    background-color: #c8c8c8;
}

.item-cell-success {
    background: #dff0d8 !important;
}

.item-cell-danger {
    background: #ffded7 !important;
}

/* -------------------------------------------------
 * 5.3 ALERTS
 ------------------------------------------------ */
.alert {
    margin-bottom: 10px;
    padding: 15px;
    background-image: none;
    text-shadow: none;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.alert .close {
    position: relative;
    margin-top: -10px;
    margin-right: -8px;
    right: 0;
}

.alert .alert-link {
    text-decoration: underline;
}

.alert .alert-link:hover {
    text-decoration: none;
}

.alert-default {
    background: #e7e7e7;
    border-color: #c8c8c8;
    color: #333;
}

.notifier-block .alert-success {
    background-color: #1aaa55;
    border-color: #12753a;
    color: white;
}

.notifier-block .alert-info {
    background-color: #1f78d1;
    border-color: #5173ad;
    color: white;
}

.notifier-block .alert-warning {
    background-color: #fc9403;
    border-color: #c08d00;
    color: #333;
}

.notifier-block .alert-danger {
    background-color: #db3b21;
    border-color: #ce3b1c;
    color: white;
}

.notifier-block .alert-success .alert-link,
.notifier-block .alert-info .alert-link,
.notifier-block .alert-danger .alert-link {
    color: white;
}

.notifier-block .alert-warning .alert-link {
    color: #333;
}

/* -------------------------------------------------
 * 5.4 TABS
 ------------------------------------------------ */
.nav-tabs {
    background: #eee;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom: 0;
}

.nav-tabs-classic,
.nav-tabs-classic.nav-justified > li > a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.nav-tabs > li > a {
    border: 0;
    padding: 14px 20px;
    color: #656565;
    font-weight: 400;
    font-size: 14px;
}

.nav-tabs > li > a:hover {
    background: none;
    color: #111;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #fff;
}

.nav-tabs > li.active:first-child > a,
.nav-tabs > li.active:first-child > a:hover,
.nav-tabs > li.active:first-child > a:focus {
    border-left: 0;
}

.nav-tabs > li.active:last-child > a,
.nav-tabs > li.active:last-child > a:hover,
.nav-tabs > li.active:last-child > a:focus {
    border-right: 0;
}

.tab-content {
    padding: 15px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    border: 1px solid #ddd;
    border-top: 0;
}

.tab-content-panel {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-top: 1px solid #ddd;
}

.tab-pane__box {
    padding: 15px 5px;
}

.block-thumbnails .empty-message,
.tab-content > .active > .empty-message {
    margin-top: 0;
}

.tab-content .content-header + .empty-message {
    margin-top: 10px;
}

.tab-pane address:last-child {
    margin-bottom: 0;
}

.nav-tabs.nav-one-entry > li > a {
    text-align: left;
}

.nav-tabs.division-tabs > li {
    border: 1px solid #ccc;
    border-top: 1px solid #ddd;
    border-left: none;
}

.nav-tabs.division-tabs > li.active {
    background: white;
    border-bottom: 1px solid white;
}

.nav-tabs.division-tabs > li.highlighted {
    background: white;
    border-bottom: 1px solid white;
}

.nav-tabs-content-group .nav-tabs.division-tabs > li.active {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+65,f9f9f9+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 50%, #f9f9f9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 50%, #f9f9f9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 50%, #f9f9f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0); /* IE6-9 */
    border-bottom: 1px solid #f9f9f9;
}

.nav-tabs.division-tabs > li:first-child {
    border-left: none;
}

.nav-tabs.division-tabs > li:last-child {
    border-right: none;
}

.nav-tabs.division-tabs > li > a {
    margin: 0;
    border: none;
    border-radius: 0;
}

.nav-tabs.division-tabs > li > a:hover {
    background: #ddd;
}

.nav-tabs.division-tabs > .active > a,
.nav-tabs.division-tabs > .active > a:hover,
.nav-tabs.division-tabs > .active > a:focus {
    border: none;
    background: none;
}

.division-tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*-webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;*/
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin: 0;
    padding: 0;
    flex-flow: row wrap;
}

.division-tabs > li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: auto;
    -webkit-flex: auto;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media screen and (min-width: 1200px) {
    .division-tabs > li {
        min-width: 150px;
    }
}

.division-tabs > li > a {
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
        border: none;
    }
}

/* -------------------------------------------------
 * 5.4.1 PAGE TABS
 ------------------------------------------------ */
.page-tabs li a {
    color: #888;
    font-size: 110% !important;
    font-weight: 500;
}

.page-tabs > li > a:hover {
    background: #e7e7e7;
}

.page-tabs li a:hover {
}

.page-tabs li.active a {
    color: #555;
    background: white !important;
}

.tab-pane dl {
    margin-bottom: 0;
}

/* -------------------------------------------------
 * 5.5 TEXT EFFECTS
 ------------------------------------------------ */
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #F5F2F0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.well-code {
    margin: 10px 0;
    padding: 10px;
    font-family: 'Monospace';
    background: white;
}

span.code {
    font-weight: bold;
}

.text-info {
    color: #1f78d1 !important;
}

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

.text-danger-alt {
    color: #d43f3a;
}

.text-warning {
    color: #ee9900;
}

.text-warning-alt {
    color: #795548;
}

.text-info-alt {
    color: #5bc0de;
}

.text-success-alt {
    color: #4cae4c;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #555;
}

.text-primary-alt {
    color: #673ab7;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

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

.syntax {
    margin: 0;
    padding-left: 20px;
}

.syntax > li + li {
    padding-top: 30px;
}

.syntax-highlighter {
    background: white;
}

.trace-method .well {
    margin: 10px 0 0;
}

.mini-label {
    font-size: 10px;
    opacity: 0.5;
}

/* -------------------------------------------------
 * 5.6 DROPDOWN LIST
 ------------------------------------------------ */
/* -------------------------------------------------
 * 5.6.1 DROPDOWN LIST
 ------------------------------------------------ */
.dropdown-list {
    margin: 0;
}

.dropdown-list li {
    border: 0;
    border-top: 1px solid #eee;
    padding: 10px 20px 10px 10px;
    margin: 0;
    cursor: pointer;
}

.dropdown-list li:hover {
    background-color: #fcfcfc;
}

.dropdown-list li:first-child {
    border-top: 0;
}

.dropdown-list li .noti-thumb {
    width: 40px;
}

.dropdown-list .media-body {
    font-size: 13px;
    line-height: 18px;
}

.dropdown-list .media-body strong {
    font-weight: 400;
    color: #2f363d;
}

.dropdown-list .media-body p {
    margin: 0;
}

.dropdown-list .media-body .date {
    display: block;
    margin-top: 2px;
    line-height: normal;
    color: #999;
}

.dropdown-list .media-body .date i {
    margin-right: 2px;
    margin-top: -3px;
    vertical-align: middle;
}

.dropdown-list .badge {
    float: right;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-weight: normal;
    font-size: 11px;
    padding: 5px 8px;
}

.bootstrap-select .dropdown-toggle {
    padding-left: 10px !important;
}

.bootstrap-select .dropdown-menu li a.fa:before {
    display: inline-block;
    min-width: 20px;
}

/* -------------------------------------------------
 * 5.6.2 DROPDOWN MENU
 ------------------------------------------------ */
.dropdown-menu {
    margin-top: -1px;
    padding: 5px;
    font-size: 14px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 3px 3px 0 rgba(12, 12, 12, 0.03);
    -webkit-box-shadow: 3px 3px 0 rgba(12, 12, 12, 0.03);
    box-shadow: 3px 3px 0 rgba(12, 12, 12, 0.03);
}

.btn-xs + .dropdown-menu {
    font-size: 12px;
}

.dropdown-menu li a {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.dropdown-menu > li > a {
    padding: 7px 10px;
}

.dropdown-menu > li > a.text-success {
    color: #3c763d;
}

.dropdown-menu > li > a:hover {
    background-image: none;
}

.dropdown-menu-sm > li {
}

.dropdown-menu > li > a > i {
    display: inline-block;
    width: 16px;
    text-align: center;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background: #ccc;
    color: #333;
}

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

.dropdown-menu .text {
    word-wrap: break-word;
    white-space: normal;
}

.with-dropdown .dropdown-menu {
    width: 100%;
}

.nav-tabs.division-tabs > li.with-dropdown {
    background: white;
    border-bottom: 1px solid #ddd;
}

.nav-tabs.division-tabs > li.with-dropdown > a {
    color: #333;
    background-color: #eee;
    background-image: linear-gradient(45deg, transparent 24%, rgba(33, 33, 33, 0.05) 25%, rgba(33, 33, 33, 0.05) 26%, transparent 27%, transparent 74%, rgba(33, 33, 33, 0.05) 75%, rgba(33, 33, 33, 0.05) 76%, transparent 77%, transparent), linear-gradient(135deg, transparent 24%, rgba(33, 33, 33, 0.05) 25%, rgba(33, 33, 33, 0.05) 26%, transparent 27%, transparent 74%, rgba(33, 33, 33, 0.05) 75%, rgba(33, 33, 33, 0.05) 76%, transparent 77%, transparent) !important;
    background-size: 30px 30px;
    background-repeat: repeat;
    background-position: 0 0;
    opacity: 0.9;
}

.nav-tabs.division-tabs > li.with-dropdown a:hover {
    opacity: 1;
}

.dropdown-header {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: inherit;
    font-weight: bold;
}

.dropdown-wide li {
    padding: 3px 15px;
}

.dropdown-wide .divider {
    padding: 0;
}

/* -------------------------------------------------
 * 5.7 TITLES
 ------------------------------------------------ */
.title-sm,
.title-md {
    font-weight: normal;
    text-transform: uppercase;
}

.title-sm {
    font-size: 11px;
}

.title-md {
    font-size: 12px;
}

.title-lg,
.title-xlg,
.title-xxl {
    margin: 0 0 5px;
    line-height: 1.2;
    color: #333;
    font-weight: 400;
    vertical-align: middle;
    text-transform: uppercase;
}

.title-lg {
    font-size: 13px;
}

.title-xlg {
    font-size: 16px;
}

.title-xxlg {
    font-size: 20px;
}

.title-xlg span {
    vertical-align: middle;
}

.title-xlg .badge {
    position: relative;
    top: -2px;
    font-size: 14px;
}

.content-blank .title-xlg {
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.under-lg {
    color: #888;
    margin-bottom: 15px;
}

.dl-horizontal-title {
    margin: 0 0 15px;
    padding: 10px;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
}

.title {
    margin: 0;
}

.title-group {
    margin-bottom: 15px;
}

/* -------------------------------------------------
 * 5.8 PAGINATION
 ------------------------------------------------ */
.pagination {
    display: block;
    text-align: center;
}

.pagination:after {
    clear: both;
    content: " ";
    display: table;
}

/* -------------------------------------------------
 * 5.8.1 PAGINATION TYPES
 ------------------------------------------------ */
.pagination-split li {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 3px;
}

.pagination-split li:first-child {
    margin-left: 0;
}

.pagination-split li a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.pagination-metro > li:first-child > a,
.pagination-metro > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination-metro > li:last-child > a,
.pagination-metro > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination-split.pagination-metro > li > a,
.pagination-split.pagination-metro > li > span {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.pagination-circled > li > a {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.pagination-circled > li:first-child > a,
.pagination-circled > li:first-child > span {
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}

.pagination-circled > li:last-child > a,
.pagination-circled > li:last-child > span {
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}

.pagination-circled > li:first-child > a,
.pagination-circled > li:last-child > a {
    padding: 6px 13px;
}

/* -------------------------------------------------
 * 5.8.2 PAGINATION COLORS
 ------------------------------------------------ */
.pagination-primary > .active > a,
.pagination-primary > .active > span,
.pagination-primary > .active > a:hover,
.pagination-primary > .active > span:hover,
.pagination-primary > .active > a:focus,
.pagination-primary > .active > span:focus {
    background-color: #888;
    border-color: #888;
}

.pagination-primary > li > a:hover,
.pagination-primary > li > span:hover,
.pagination-primary > li > a:focus,
.pagination-primary > li > span:focus {
    color: #888;
}

.pagination-success > .active > a,
.pagination-success > .active > span,
.pagination-success > .active > a:hover,
.pagination-success > .active > span:hover,
.pagination-success > .active > a:focus,
.pagination-success > .active > span:focus {
    background-color: #1aaa55;
    border-color: #1aaa55;
}

.pagination-success > li > a:hover,
.pagination-success > li > span:hover,
.pagination-success > li > a:focus,
.pagination-success > li > span:focus {
    color: #1aaa55;
}

.pagination-warning > .active > a,
.pagination-warning > .active > span,
.pagination-warning > .active > a:hover,
.pagination-warning > .active > span:hover,
.pagination-warning > .active > a:focus,
.pagination-warning > .active > span:focus {
    background-color: #fc9403;
    border-color: #fc9403;
}

.pagination-warning > li > a:hover,
.pagination-warning > li > span:hover,
.pagination-warning > li > a:focus,
.pagination-warning > li > span:focus {
    color: #fc9403;
}

.pagination-danger > .active > a,
.pagination-danger > .active > span,
.pagination-danger > .active > a:hover,
.pagination-danger > .active > span:hover,
.pagination-danger > .active > a:focus,
.pagination-danger > .active > span:focus {
    background-color: #db3b21;
    border-color: #db3b21;
}

.pagination-danger > li > a:hover,
.pagination-danger > li > span:hover,
.pagination-danger > li > a:focus,
.pagination-danger > li > span:focus {
    color: #db3b21;
}

.pagination-info > .active > a,
.pagination-info > .active > span,
.pagination-info > .active > a:hover,
.pagination-info > .active > span:hover,
.pagination-info > .active > a:focus,
.pagination-info > .active > span:focus {
    background-color: #1f78d1;
    border-color: #1f78d1;
}

.pagination-info > li > a:hover,
.pagination-info > li > span:hover,
.pagination-info > li > a:focus,
.pagination-info > li > span:focus {
    color: #1f78d1;
}

/* -------------------------------------------------
 * 5.8.3 PAGER
 ------------------------------------------------ */
.pager button {
    margin-right: 3px;
}

.pager li > a,
.pager li > span {
    border-radius: 3px;
}

.pager li.page-value {
    font-weight: 600;
    line-height: 31px;
    vertical-align: middle;
    white-space: nowrap;
}

.main-paginator .pager {
    margin: 0;
}

/* -------------------------------------------------
 * 5.8.4 FAST PAGINATOR
 ------------------------------------------------ */
.fast-paginator .pagination {
    margin: 0;
}

@media screen and (max-width: 768px) {
    .fast-paginator .pagination {
        margin-top: 10px;
    }
}

.pager .btn.btn-bordered,
.pager .btn.btn-bordered:hover,
.pager .btn.btn-bordered:focus,
.pager .btn.btn-bordered:active {
    border-width: 1px;
}

/* -------------------------------------------------
 * 5.9 PROGRESS BAR
 ------------------------------------------------ */
.progress {
    height: 15px;
    margin-bottom: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.progress-bar {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
}

.progress-sm {
    height: 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.progress-xs {
    height: 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.progress-metro {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/* -------------------------------------------------
 * 5.10 LABELS & BUDGES
 ------------------------------------------------ */
.label {
    font-weight: 500;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.label-default,
.badge-default {
    background-color: #e7e7e7;
    color: #555;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
}

.label-white {
    color: #555;
    background-color: white;
    border: 1px solid #f0f0f0;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
}

.label-default {
    border: 1px solid #d0d0d0;
}

.label-danger {
    border: 1px solid #dc3f1e;
}

.label-warning {
    border: 1px solid #FFA000;
}

.label-success {
    border: 1px solid #388E3C;
}

.label-info {
    border: 1px solid #165493;
}

.label-primary {
    background-color: #999;
    border: 1px solid #777;
}

.badge-primary {
    background-color: #888;
}

.badge-info {
    background-color: #1f78d1;
}

.badge-success {
    background-color: #1aaa55;
}

.badge-warning {
    background-color: #fc9403;
}

.badge-warning-alt {
    background-color: #8a6d3b;
}

.badge-important,
.badge-danger {
    background-color: #db3b21;
}

.badge-list .badge {
    margin-right: 5px;
}

.badge-list .badge:last-child {
    margin-right: 0;
}

.btn-flex .badge {

}

.legend {
    display: inline-block;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    border: 1px solid #c0c0c0;
}

.legend-block {
    margin: 0 0 10px;
    padding-left: 20px;
    color: #999;
    font-size: 90%;
}

.legend-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.legend-block li {
    margin: 0;
    padding: 5px 0;
}

.legend-warning {
    background: #fffa86;
}

.legend-danger {
    background: #ffded7;
}

.sublabel {
    display: block;
    font-size: 11px;
    margin-bottom: 3px;
}

.label-primary a {
    color: white;
}

/* -------------------------------------------------
 * 5.10.1 COLOR STATUSES
 ------------------------------------------------ */
.label-status-0,
.badge-status-0,
.label-config-status-0,
.badge-config-status-0,
.label-status-100 {
    background-color: #e7e7e7;
    color: #555;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
}

.label-config-status-10,
.badge-config-status-10 {
    background-color: #db3b21;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
}

.label-config-status-15,
.badge-config-status-15 {
    background-color: #fc9403;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
}

.label-status-10,
.badge-status-10,
.label-config-status-20,
.badge-config-status-20 {
    background-color: #1aaa55;
}

.label-warning-alt {
    background-color: #8a6d3b;
}

.label-black {
    background-color: #333;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
}

.process-card-status-0 {
    color: white;
    background-color: #aaa;
}

.process-card-status-10 {
    color: white;
    background-color: #fc9403;
}

.process-card-status-20 {
    color: white;
    background-color: #1aaa55;
}

.process-card-status-40 {
    color: white;
    background-color: #db3b21;
}

/* -------------------------------------------------
 * 5.10.2 COLOR TYPES
 ------------------------------------------------ */
.label-type-10,
.label-type-0,
.badge-type-10 {
    color: white;
    background-color: #aaa;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    border: 1px solid #999;
}

.label-type-20,
.label-type-1,
.badge-type-20 {
    background-color: #1f78d1;
    border: 1px solid #5b7bb3
}

.label-type-30,
.label-type-2,
.badge-type-30 {
    color: #555;
    background-color: #e7e7e7;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
    border: 1px solid #e0e0e0;
}

.label-type-40,
.badge-type-40 {
    color: #555;
    background-color: white;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
    border: 1px solid #f0f0f0;
}

.label-type-50,
.badge-type-50 {
    color: #555;
    background-color: #edf0ff;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
    border: 1px solid #f0f0f0;
}

.constraint-exist .label, .constraint-deleted .label {
    display: inline-block;
    min-width: 70px;
}

/* -------------------------------------------------
 * 5.10.3 COLOR ANTENNAS STATUSES
 ------------------------------------------------ */
.label-antenna-0,
.badge-antenna-0 {
    background-color: #e7e7e7;
    color: #555;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
}

.label-antenna-10,
.badge-antenna-10 {
    background-color: #1aaa55;
}

/* -------------------------------------------------
 * 5.10.4 TAGS TYPES
 ------------------------------------------------ */
.tag-type-0 {
    color: white;
    background-color: #888;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.tag-type-1 {
    background-color: #1f78d1;
}

.tag-type-2 {
    color: #555;
    background-color: #e7e7e7;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
}

/* -------------------------------------------------
 * 5.10.5 TAGS STATUSES
 ------------------------------------------------ */
.tag-status--1 {
    color: #555;
    background-color: #e7e7e7;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
}

.tag-status-0 {
    color: white;
    background-color: #fc9403;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.tag-status-10 {
    color: white;
    background-color: #1aaa55;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.tag-status-20 {
    color: white;
    background-color: #1f78d1;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.tag-status-100 {
    color: white;
    background-color: #db3b21;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.tag-status-50 {
    background-color: #1aaa55;
}

/* -------------------------------------------------
 * 5.10.6 DICTIONARY TYPES
 ------------------------------------------------ */
.label-dictionary-0 {
    color: white;
    background-color: #888;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.label-dictionary-1 {
    color: #555;
    background-color: #e7e7e7;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
}

.label-dictionary-2 {
    color: #000000;
    background-color: #ef7109;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
}
/* -------------------------------------------------
 * 5.11 SLIDER
 ------------------------------------------------ */
.widget-slider .carousel-control {
    background: none;
    bottom: auto;
    color: #555;
    line-height: 10px;
    padding: 0;
    text-shadow: none;
    top: -65px;
    width: auto;
    opacity: 0.75;
    border: 1px solid #555;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.widget-slider .carousel-control:hover {
    opacity: 1;
}

.widget-slider .carousel-control.left {
    left: auto;
    right: 25px;
    padding: 1px 10px 3px 8px;
}

.widget-slider .carousel-control.right {
    right: -5px;
    padding: 1px 8px 3px 10px;
}

.widget-slider .carousel-control span {
    font-size: 18px;
    line-height: normal;
}

.widget-slider .media {
    padding-bottom: 0;
}

.widget-slider .carousel-indicators {
    bottom: auto;
    left: auto;
    right: 0;
    top: -58px;
    width: auto;
}

/* -------------------------------------------------
 * 5.12 ICONS
 ------------------------------------------------ */
.list-icons {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.list-icons li {
    margin-bottom: 5px;
}

.list-icons li span {
    width: 20px;
    display: inline-block;
    margin-right: 5px;
    color: #333;
}

.icon-header {
    margin: 40px 0 20px;
    padding-bottom: 9px;
    border-bottom: 1px solid #eeeeee;
}

.fontawesome-icon-list {
    margin-top: 22px;
}

.fontawesome-icon-list .fa-hover a {
    border-radius: 4px;
    color: #222222;
    display: block;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
}

.fontawesome-icon-list .fa-hover a:hover {
    background: #888;
    color: white;
}

.fontawesome-icon-list .fa-hover a:hover .text-muted {
    color: white;
}

.fontawesome-icon-list .fa-hover a .fa {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    text-align: right;
    width: 32px;
    vertical-align: middle;
}

/* -------------------------------------------------
 * 5.13 CARDS
 ------------------------------------------------ */
.cards {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    flex-flow: row wrap;
}

.card {
    position: relative;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.card-with-border {
    border: 1px solid #ddd;
}

/* -------------------------------------------------
 * 5.14 BREADCRUMBS
 ------------------------------------------------ */
.breadcrumb > li + li:before {
    padding: 0 3px;
}

.breadcrumbs {
    padding: 8px 10px;
    margin-bottom: 18px;
    list-style: none;
    background-color: #f5f5f5;
}

.breadcrumbs > li {
    display: inline-block;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.breadcrumbs > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}

.breadcrumbs > .active {
    color: #777;
}

.bread-crumbs {
    margin-bottom: 18px;
    max-width: 100%;
}

.bread-crumbs .breadcrumbs {
    margin-bottom: 0;
}

/* -------------------------------------------------
 * 5.15 MODAL
 ------------------------------------------------ */
.modal .modal-loaded {
    line-height: 1.7;
}

.modal .modal-loaded h1 {
    font-size: 1.5em;
    margin: 0 0 0.7em;
}

.modal .modal-loaded h2 {
    font-size: 1.4em;
    margin: 0 0 0.7em;
}

.modal .modal-loaded h3 {
    font-size: 1.2em;
    margin: 0 0 0.7em;
}

.modal .modal-loaded h4 {
    font-size: 1.1em;
    margin: 0 0 0.5em;
}

.modal .modal-loaded p {
    margin: 0 0 0.5em;
}

.modal-header,
.modal-footer {
    background: #f0f0f0;
}

.modal-heading {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 15px;
}

.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

.bootbox .modal-body {
    padding: 25px;
}

.modal-content {
    border-radius: 0;
}

.bootbox .modal-body .bootbox-body {
    font-size: 120%;
}

.bootbox .modal-content .close {
    font-size: 24px;
}

.bootbox .modal-footer {
    clear: both;
}

.bootbox .modal-footer .btn {
    float: right;
    margin-left: 10px;
}

/* .modal-transparent */
.modal-transparent {
    background: transparent;
}

.modal-transparent .modal-content {
    background: transparent;
}

.modal-backdrop.modal-backdrop-transparent {
    background: #ffffff;
}

.modal-backdrop.modal-backdrop-transparent.in {
    opacity: .9;
    filter: alpha(opacity=90);
}

/* .modal-fullscreen */
.modal-fullscreen {
    background: transparent;
}

.modal-fullscreen .modal-content {
    background: white;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-backdrop.modal-backdrop-fullscreen {
    background: #000;
}

.modal-backdrop.modal-backdrop-fullscreen.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/* .modal-fullscreen dialog size */
.modal-fullscreen .modal-dialog {
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .modal-fullscreen .modal-dialog {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .modal-fullscreen .modal-dialog {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .modal-fullscreen .modal-dialog {
        width: 1170px;
    }
}

/* -------------------------------------------------
 * 5.16 TOOLTIPS
 ------------------------------------------------ */
.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.tooltip-inner {
    color: white;
}

.tooltip.right .tooltip-arrow {
    left: 1px;
}

.tooltip.left .tooltip-arrow {
    right: 1px;
}

@media screen and (max-width: 768px) {
    .tooltip {
        display: none !important;
    }
}

/* -------------------------------------------------
 * 5.17 NOTE
 ------------------------------------------------ */
.note {
    position: relative;
    padding: 15px;
    margin: 0 0 10px;
    color: #607D8B;
    background: #ECEFF1;
    overflow: hidden;
    cursor: help;
    -moz-border-radius: 5px 0 5px 5px;
    border-radius: 5px 0 5px 5px;
}

.note:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 8px;
    border-style: solid;
    border-color: #fff #fff transparent transparent;
    background: #CFD8DC;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
    display: block;
    width: 0;
    -moz-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
}

.note p {
    margin: 0 0 0.6em;
}

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

.note .fa {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    margin: 0 10px 0 0;
    clear: left;
}

.note.blue .fa {
    color: white;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.5);
}

.note .note-link {
    text-decoration: underline;
    font-weight: bold;
}

.note .alert-link:hover {
    text-decoration: none;
}

/* -------------------------------------------------
 * 5.18 REPORTS
 ------------------------------------------------ */
.report-template h3 {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 15px;
}

.report-template {
    background: no-repeat 50% 50%;
}

.report-template .template-wrapper a {
    color: #333;
    text-decoration: underline;
}

.report-template .template-wrapper a:hover {
    text-decoration: none;
}

/* -------------------------------------------------
 * 5.19 GALLERY & THUMBNAILS
 ------------------------------------------------ */
.block-thumbnails .img-thumbnail {
    margin: 0 10px 10px 0;
}

.block-thumbnails a:hover .img-thumbnail {
    border-color: #ccc;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.thumbnails-list {
}

@media (max-width: 991px) {
    .thumbnails-list {
        padding-bottom: 15px;
    }
}

/* -------------------------------------------------
 * 5.20 DECORATIVE
 ------------------------------------------------ */
hr.info-light {
    border-color: #b1cfdd;
}

/* -------------------------------------------------
 * 5.21 SIDES
 ------------------------------------------------ */
.side {
    position: fixed;
    height: calc(100% - 70px);
    top: 70px;
    z-index: 1000;
    opacity: 1;
    background: #f5f5f5;
    transform: translate(0, 0);
    transition: transform .2s, opacity .2s, -webkit-transform .2s;
    backface-visibility: hidden;
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12);
}

.side-right {
    width: 600px;
    right: 0;
}

.side-right.closed {
    opacity: 0.3;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    transition: transform .1s, opacity .1s, -webkit-transform .1s;
}

.side-right-close {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    height: 100px;
    margin: 0 0 0 -50px;
    padding-left: 19px;
    line-height: 100px;
    color: #455A64;
    font-size: 36px;
    background: #f5f5f5;
    border: 1px solid #f0f0f0;
    border-radius: 100px 0 0 100px;
    opacity: 0.7;
    cursor: pointer;
    -moz-transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

.side-right-close:hover {
    opacity: 1;
    color: #37474F;
}

.side-right-close:active {
    color: #90A4AE;
}

.side-right-close > .fa {
    vertical-align: text-top;
}

.side-right-is-opened .side-right-close {
    display: block;
}

.side .tab-content {
    background: white;
}

.side-right-toggle-button {
    position: relative;
}

.side-right-is-opened {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.side-right-is-opened .layout-right {
}

.side-right-is-opened .layout-right:before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 230px;
    z-index: 1000;
    background: rgba(51, 51, 51, 0.3);
    transition: background .2s cubic-bezier(.25, .8, .25, 1);
}

.collapsed .side-right-is-opened .layout-right:before {
    left: 61px;
}

@media (max-width: 1200px) {
    .side-right {
        width: 500px;
    }
}

@media (max-width: 768px) {
    .side-right {
        width: 75%;
    }

    .expanded .side-right {
        max-width: calc(100% - 230px);
    }
}

@media screen and (max-width: 640px) {
    .side-right,
    .expanded .side-right {
        width: 95%;
        max-width: calc(100% - 61px);
    }
}

@media screen and (max-width: 480px) {
    .side-right {
        width: 100% !important;
        max-width: 100% !important;
    }

    .header-left .side-right-toggle-button,
    .side-right-is-opened .main-menu-toggle {
        display: none;
    }

    .side-right-is-opened .header-left .side-right-toggle-button {
        display: block;
    }

    .side-right-is-opened .header-right-notification {
        display: block;
    }

    .side-right-is-opened .header-right-common {
        display: none;
    }
}

.side-box {
    position: relative;
    height: 100%;
    padding: 15px;
    overflow: hidden;
    min-width: 280px;
}

.side-box__header {
    position: relative;
    height: 42px;
    line-height: 27px;
    z-index: 20;
}

.side-box__label {
    float: left;
}

.side-box__caption {
    font-size: 17px;
    cursor: pointer;
}

.side-box__header a,
.side-box__header span,
.side-box__header strong {

}

.side-box__header .dropdown-menu li a i {
    margin-right: 12px;
}

.side-box__navigation {
    float: right;
}

.side-box__new {
    display: inline-block;
    vertical-align: baseline;
    cursor: pointer;
}

.side-box__loader {
    display: inline-block;
    vertical-align: baseline;
    margin: 0 !important;
}

.side-box__page-counter {
    display: inline-block;
    font-weight: bold;
    margin-right: 10px;
}

.side-box__navigation-buttons {
    display: inline-block;
    white-space: nowrap;
}

.side-box__card-list {
    position: relative;
    height: calc(100% - 42px);
}

@media screen and (max-width: 480px) {
    .side-box__label {
        display: none;
    }

    .side-box__navigation {
        float: none;
    }

    .side-box__page-counter {

    }

    .side-box__navigation-buttons {
        float: right;
        text-align: right;
    }
}

.label-in-btn {
    display: inline-block;
    margin-left: 7px;
}

@media screen and (max-width: 767px) {
    .label-in-btn {
        display: none;
    }
}

/* -------------------------------------------------
 * 5.22 SIDEBAR
 ------------------------------------------------ */
.sidebar {
    display: none;
    position: absolute;
    width: 300px;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
}

.sidebar_right {
    top: 0;
    right: 0;
    bottom: 0;
    transition: width .3s;
    background: #fafafa;
    z-index: 200;
    border-left: 1px solid #e5e5e5;
}

.sidebar-item:first-child {
    padding-top: 90px;
}

.layout_with-right-sidebar .sidebar {
    display: block;
}

.layout_with-right-sidebar .content {
    padding-right: 320px;
}

@media screen and (max-width: 1024px) {
    .sidebar {
        width: 250px;
    }

    .layout_with-right-sidebar .content {
        padding-right: 270px;
    }
}

@media screen and (max-width: 991px) {
    .sidebar {
        position: static;
        width: auto;
        height: auto;
    }

    .sidebar-item:first-child {
        padding-top: 0;
    }

    .sidebar_right {
        padding: 20px 0;
        border: none;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
    }

    .layout_with-right-sidebar .content {
        padding-right: 20px;
    }
}

.sidebar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
}

.sidebar-nav a {
    display: block;
    padding: 0.5rem 20px 0.5rem;
}

.sidebar-nav a:hover {
    background: rgba(0, 0, 0, 0.05);
}

.sidebar-nav a.is-active,
.sidebar-nav a.is-active:hover {
    background: #039BE5;
    color: white;
}

.sidebar-nav .sidebar-nav a {
    padding-left: 2.5rem;
}

.sidebar-nav .sidebar-nav .sidebar-nav a {
    padding-left: 3.5rem;
}

.sidebar-nav .sidebar-nav .sidebar-nav .sidebar-nav a {
    padding-left: 4.5rem;
}

.sidebar-nav .sidebar-nav {
    font-size: 13px;
    font-weight: 400;
}

.sidebar-nav .sidebar-nav .sidebar-nav {
    font-size: 11px;
}

/* -------------------------------------------------
 * 5.23 FLAGS
 ------------------------------------------------ */
.flag-icon {
    -moz-box-shadow: 1px 1px 3px rgba(12, 12, 12, 0.2);
    -webkit-box-shadow: 1px 1px 3px rgba(12, 12, 12, 0.2);
    box-shadow: 1px 1px 3px rgba(12, 12, 12, 0.2);
}

.text-on-right .flag-icon {
    margin-right: 10px;
}

/* -------------------------------------------------
 * 5.24 LITTLE BOX
 ------------------------------------------------ */
.little-box {
    position: relative;
    min-height: 100px;
    padding: 15px;
    border-radius: 3px;
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.little-box_blue {
    background-image: linear-gradient(to right bottom, #E1F5FE, #B3E5FC) !important;
}

.little-box_yellow {
    background-image: linear-gradient(to right bottom, #FFF9C4, #FFF59D) !important;
}

.little-box_green {
    background-image: linear-gradient(to right bottom, #DCEDC8, #C5E1A5) !important;
}

.little-box_orange {
    background-image: linear-gradient(to right bottom, #FFECB3, #FFE082) !important;
}

.little-box__content {
    margin-left: 50px;
    z-index: 2;
}

.little-box__buttons{
    position: relative;
    padding-top: 10px;
    text-align: right;
    z-index: 2;
}

.little-box__icon-after {
    position: absolute;
    top: 5px;
    right: -5px;
    width: 30%;
    height: 90%;
    font-size: 70px;
    line-height: 70px;
    color: rgba(0, 0, 0, 0.05);
    text-align: right;
    z-index: 1;
}

.little-box .little-box__icon {
    float: left;
    width: 50px;
    height: 50px;
    margin-top: 10px;
    color: #444;
    font-size: 35px;
    line-height: 35px;
}

.little-box_blue .little-box__icon {
    color: #03A9F4;
}

.little-box_yellow .little-box__icon {
    color: #F9A825;
}

.little-box_green .little-box__icon {
    color: #8BC34A;
}

.little-box_orange .little-box__icon {
    color: #FFAB00;
}

.little-box__title,
.little-box__value {
    display: block;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.little-box__value {
    font-size: 20px;
    font-weight: 400;
}

.little-box__title {
    margin: 0 0 8px;
    font-size: 90%;
    color: rgba(0, 0, 0, 0.5);
}

/* -------------------------------------------------
 * 5.25 LITTLE BOX
 ------------------------------------------------ */
.fa-spinner-lg {
    font-size: 30px;
}

.fa-spin-x5 {
    -webkit-animation: fa-spin 0.6s infinite linear;
    animation: fa-spin 0.6s infinite linear;
}
/* -------------------------------------------------
 * 6 FOOTER
 ------------------------------------------------ */
.footer,
.footer a {
    color: #999;
}

.footer a.text-danger {
    color: #c62828;
}

.footer a.text-danger:hover {
    color: #B71C1C;
}

.footer-menu {
    text-align: right;
}

.bottom-menu {
    float: right;
}

.bottom-menu .separate {
    margin: 0 4px;
    color: #ccc;
}

.bottom-menu .separate:last-child {
    display: none;
}

.footer .base-icon {
    float: left;
    margin: 0 10px 0 0;
}

/* -------------------------------------------------
 * 7 FORMS
 ------------------------------------------------ */
.form-group,
.easy-form .control-group {
    margin-bottom: 6px;
}

dd .form-group,
.form-group-columns .form-group,
.list-group-item .form-group {
    margin-bottom: 0;
}

.form-group-columns .col-md-6 {
    margin-top: 20px;
}

.form-group:after {
    display: block;
    clear: both;
    content: '';
}

.form-group .control-label {
    margin-top: 3px;
}

.form-bordered .form-group {
    margin: 0;
    padding: 15px 10px;
    border-top: 1px dotted #d3d7db;
}

.form-bordered .form-group:first-child {
    border-top: 0;
}

.form-striped .form-group {
    margin: 0;
    padding: 15px 0;
}

.form-striped .form-group:nth-child(even) {
    background: #fcfcfc;
}

.form-inline .form-group {
    margin-right: 20px;
}

.form-inline .form-group dt,
.form-inline .form-group dd {
    display: inline-block;
    margin-right: 10px;
}

.form-inline .form-group:last-child,
.form-inline .form-group:last-child dd {
    margin-right: 0;
}

.form-buttons {
    padding: 10px 20px;
    text-align: right;
}

.form-inline .checkbox {
    margin-right: 20px;
}

.form-control {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    height: auto;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
    line-height: 18px;
}

input.form-control {
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 38px;
}

input.highlighted:not([value=""]),
input.highlighted:not(:placeholder-shown),
input.highlighted:not(:focus):required:valid {
    background-color: rgba(241, 248, 233, 1);
}

input.highlighted[value=""],
input.highlighted:placeholder-shown {
    background-color: white;
}

input.highlighted:required:invalid {
    background-color: rgba(255, 235, 238, 1);
}

.form-control:focus {
    border-color: #bbb;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fffdef;
}

.easy-form .col-sm-9 label {
    line-height: 19px;
    vertical-align: middle;
    margin-right: 20px;
}

.easy-form .col-sm-9 label:last-child {
    margin-left: 0;
}

.easy-form .col-sm-9 label {
    float: left;
    clear: both;
}

.extra-buttons {
    padding-top: 15px;
    text-align: right;
}

.easy-form .control-group label {
    display: block;
}

@media screen and (max-width: 767px) {
    .form-control-sm-second {
        margin-top: 5px;
    }
}

/* -------------------------------------------------
 * 7.1 FORM ELEMENTS
 ------------------------------------------------ */
label {
    font-weight: normal;
}

label.select-label {
    margin-right: 10px;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.form-control {
    height: auto;
    padding: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-sm {
    font-size: 12px;
    padding: 7px 10px;
    height: auto;
    margin-top: 3px;
}

.input-lg {
    font-size: 18px;
    padding: 12px 10px;
}

.form-horizontal .control-label {
    font-weight: normal;
}

.form-control-xs {
    width: 48px;
}

.has-success .form-control,
.has-warning .form-control,
.has-error .form-control {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
    -moz-box-shadow: 5px 5px 0 rgba(12, 12, 12, 0.05);
    -webkit-box-shadow: 5px 5px 0 rgba(12, 12, 12, 0.05);
    box-shadow: 5px 5px 0 rgba(12, 12, 12, 0.05);
}

.input-group-addon {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 13px;
    background-color: #f7f7f7;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.input-group-btn .btn {
    line-height: 20px;
    min-width: 48px;
}

.input-group-btn > .btn,
.input-group-btn > .btn-group {
    border-width: 1px;
}

.input-group-btn > .btn, .input-group-btn > .btn-group {
    margin: 0 0 0 -1px !important;
}

.input-group-btn > .btn {
    border-radius: 0;
}

.input-group-btn > .btn:last-child {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

.radio, .checkbox {
    margin-top: 3px;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-left: 0;
}

textarea.form-control {
    height: 200px;
    resize: none;
}

.multi-select {
    width: 350px !important;
    height: 150px !important;
}

td.acl-buttons {
    vertical-align: middle;
    padding: 10px 20px;
}

.acl-buttons .btn {
    display: block;
    margin-bottom: 10px;
}

.translate-area {
    height: 60px !important;
    resize: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    line-height: 1.42857143;
}

input[type=number]:not(.spinner-enabled) {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button:not(.spinner-enabled) {
    display: none;
}

input[type=number]::-webkit-inner-spin-button:not(.spinner-enabled),
input[type=number]::-webkit-outer-spin-button:not(.spinner-enabled) {
    -webkit-appearance: none;
    margin: 0;
}

.standart-element {
    width: 220px;
}

@media screen and (max-width: 240px) {
    .standart-element {
        width: 200px;
    }
}

/* -------------------------------------------------
 * 7.2 FORM STYLE ELEMENTS
 ------------------------------------------------ */

.block-separator {
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    margin: 10px 0 20px;
}

/* -------------------------------------------------
 * 7.2.1 CUSTOM CHECKBOX
 ------------------------------------------------ */
.ckbox,
.rdio {
    position: relative;
    padding-bottom: 3px;
    margin-bottom: 5px;
}

.ckbox input[type="checkbox"],
.rdio input[type="radio"] {
    opacity: 0;
    margin-top: 0 !important;
}

.ckbox label,
.rdio label {
    padding-left: 7px;
    cursor: pointer;
    margin-bottom: 7px !important;
    vertical-align: middle;
    display: inline;
}

.ckbox label:before {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 1px;
    left: 0;
    content: '';
    display: inline-block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #bbb;
    background: #fff;
}

.ckbox input[type="checkbox"]:disabled + label {
    color: #999;
}

.ckbox input[type="checkbox"]:disabled + label:before {
    background-color: #eee;
}

.ckbox input[type="checkbox"]:checked + label:after {
    font-family: 'FontAwesome';
    content: "\F00C";
    position: absolute;
    top: 2px;
    left: 3.5px;
    display: inline-block;
    font-size: 11px;
    width: 16px;
    height: 16px;
    color: #fff;
}

.ckbox-default input[type="checkbox"]:checked + label:before {
    border-color: #c8c8c8;
}

.ckbox-default input[type="checkbox"]:checked + label:after {
    color: #333;
}

.ckbox-primary input[type="checkbox"]:checked + label:before {
    border-color: #696969;
    background-color: #888;
}

.ckbox-success input[type="checkbox"]:checked + label:before {
    border-color: #5d9d57;
    background-color: #1aaa55;
}

.ckbox-info input[type="checkbox"]:checked + label:before {
    border-color: #5b7bb3;
    background-color: #1f78d1;
}

.ckbox-warning input[type="checkbox"]:checked + label:before {
    border-color: #cf9800;
    background-color: #fc9403;
}

.ckbox-danger input[type="checkbox"]:checked + label:before {
    border-color: #dc3f1e;
    background-color: #db3b21;
}

.rdio label:before {
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 18px;
    top: 2px;
    left: 0;
    content: '';
    background: #fff;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #bbb;
}

.rdio input[type="radio"]:disabled + label {
    color: #999;
}

.rdio input[type="radio"]:disabled + label:before {
    background-color: #eee;
}

.rdio input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 4px;
    display: inline-block;
    font-size: 11px;
    width: 10px;
    height: 10px;
    background-color: #444;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.rdio-default input[type="radio"]:checked + label:before {
    border-color: #c8c8c8;
}

.rdio-primary input[type="radio"]:checked + label:before {
    border-color: #888;
}

.rdio-primary input[type="radio"]:checked + label:after {
    background-color: #888;
}

.rdio-success input[type="radio"]:checked + label:before {
    border-color: #1aaa55;
}

.rdio-success input[type="radio"]:checked + label:after {
    background-color: #1aaa55;
}

.rdio-info input[type="radio"]:checked + label:before {
    border-color: #1f78d1;
}

.rdio-info input[type="radio"]:checked + label:after {
    background-color: #1f78d1;
}

.rdio-warning input[type="radio"]:checked + label:before {
    border-color: #fc9403;
}

.rdio-warning input[type="radio"]:checked + label:after {
    background-color: #fc9403;
}

.rdio-danger input[type="radio"]:checked + label:before {
    border-color: #db3b21;
}

.rdio-danger input[type="radio"]:checked + label:after {
    background-color: #db3b21;
}

.colorpicker-input {
    display: inline-block;
    width: 100px;
}

.input-daterange input + .input-group-addon {
    border-left: none;
}

.bootstrap-timepicker + .input-group-addon {
    border-left: none;
}

.input-daterange .input-group-addon {
    border-right: none;
}

.daterange-box {
    margin-top: 5px;
}

.daterange-box:first-child {
    margin-top: 0;
}

.daterange-box .input-group-addon {
    min-width: 42px;
}

.input-daterange input {
    border-radius: 0;
}

/* -------------------------------------------------
 * 7.2.2 SYSTEM CHECKBOX
 ------------------------------------------------ */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .zend-form input[type="checkbox"],
    .easy-form input[type="checkbox"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        box-sizing: border-box;
        width: 18px;
        height: 18px;
        cursor: pointer;
        display: inline-block;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        border: 1px solid #bbb;
        background: #fff;
        outline: none;
    }

    .zend-form input[type="checkbox"]:checked,
    .easy-form input[type="checkbox"]:checked {
        background: #777;
        border-color: #656565;
    }

    .zend-form input[type="checkbox"]:checked:after,
    .easy-form input[type="checkbox"]:checked:after {
        font-family: 'FontAwesome';
        content: "\F00C";
        position: absolute;
        display: inline-block;
        font-size: 11px;
        width: 16px;
        height: 16px;
        color: #fff;
        text-align: center;
        line-height: 16px;
    }

    .zend-form input[type="checkbox"][disabled],
    .easy-form input[type="checkbox"][disabled] {
        cursor: default;
        background: #ccc;
        border-color: #bbb;
    }

    .zend-form input[type="checkbox"][disabled]:checked:after,
    .easy-form input[type="checkbox"][disabled]:checked:after {
        color: #777;
    }
}

.zend-form dd label input[type="checkbox"] {
    margin-top: 0;
}

.zend-form dd label {
    margin-bottom: 10px;
}

.zend-form dd label:first-child {
    margin-top: 10px;
}

.zend-form dd > input[type="checkbox"] {
    margin-top: 12px;
}

.checkbox-link {
    color: #333;
    cursor: pointer;
    border-bottom: 1px dashed #999;
}

.checkbox-link:hover {
    color: #111;
    border-color: #777;
}

.checkbox-menu {
    color: #8a6d3b;
    cursor: pointer;
}

.checkbox-menu:hover {
    color: #795548;
}

/* -------------------------------------------------
 * 7.2.3 FILE BUTTON
 ------------------------------------------------ */
.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: transparent;
    cursor: inherit;
    display: block;
}

/* -------------------------------------------------
 * 7.2.4 FILE INPUT
 ------------------------------------------------ */
::-webkit-file-upload-button {
    cursor: pointer;
}

.file-upload dd[id^="file"] {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    cursor: pointer;
}

.file-upload dd[id^="file"]:after,
.file-upload dd[id^="file"]:before {
    position: absolute;
    display: block;
    top: 0;
    height: 40px;
    padding: 10px 15px;
    z-index: 3;
}

.file-upload dd[id^="file"]:after {
    right: 0;
    font-family: 'FontAwesome';
    content: "\f07c";
    color: #555;
    background: #e7e7e7;
    border: 1px solid #ccc;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
}

.file-upload dd[id^="file"]:hover:after {
    background: #c8c8c8;
    border-color: #adadad;
}

.file-upload dd[id^="file"]:active:after {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.file-upload dd[id^="file"]:before {
    width: 100%;
    left: 0;
    color: #333;
    content: attr(data-text);
    border-radius: 3px;
    border: 1px solid #ccc;
}

.file-upload dd[id^="file"] input[type="file"] {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99;
    opacity: 0;
    filter: alpha(opacity=0);
}

/* -------------------------------------------------
 * 7.3 FORM ERRORS
 ------------------------------------------------ */
.errorForm label {
    display: block;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #c62828;
    padding: 5px 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.form-group.has-error label.error,
.item_list_error {
    color: #c62828;
}

.errorForm label:last-child {
    margin-bottom: 20px !important;
}

ul.errors {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #db3b21;
}

ul.errors li {
    list-style: none;
    margin: 0;
    padding: 3px 0;
}

ul.errors li::before {
    color: #db3b21;
    font-family: 'FontAwesome';
    content: '\f105';
    margin-right: 5px;
    vertical-align: top;
}

.sign-in ul.errors li::before {
    content: '';
    margin-right: 0;
}

ul.form-errors {
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
}

/* -------------------------------------------------
 * 7.4 FORM STATUSES
 ------------------------------------------------ */
label.required {
    color: #333;
}

label.required:before {
    font-family: 'FontAwesome';
    content: "\f069";
    margin-right: 3px;
    color: #db3b21;
    font-size: 75%;
    vertical-align: top;
}

span.help-inline {
    margin: 5px 0;
    font-size: 90%;
    color: #db3b21;
}

.text-default {
    color: #777;
}

.text-hint,
.text-clear-button {
    color: #999 !important;
}

.text-td-caption {
    color: #333 !important;
}

.text-locked {
    color: #555;
}

.cursor-pointer {
    cursor: pointer;
}

.required-hint {
    padding: 30px 0 10px;
}

.required-hint + .required-hint {
    padding: 0;
}

.small-hint,
.required-hint span {
    font-size: 90%;
    color: #aaa;
}

.required-hint i {
    margin-right: 3px;
}

.required-hint i.fa-asterisk {
    color: #db3b21;
    font-size: 75%;
    vertical-align: top;
}

.required-hint i.fa-lock {
    vertical-align: middle;
}

/* -------------------------------------------------
 * 7.5 ZEND FORMS
 ------------------------------------------------ */
.zend-form label {
    margin: 0;
}

.zend-form dt,
.zend-form dd {
    min-height: 43px;
}

.zend-form dt:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 43px;
}

/** DT **/
.zend-form dt {
    float: left;
    width: 25%;
    display: table;
}

.zend-form dt label {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    padding: 0 10px;
}

/** DD **/
.zend-form dd:after {
    clear: both;
    content: '';
    display: table;
}

.zend-form dd {
    margin-left: 25%;
}

.zend-form dd textarea {
    margin-bottom: 3px;
}

.zend-form .filter-button {
    margin-left: 25%;
}

.zend-form .btn,
.easy-form .btn {
    margin: 10px 0 0;
}

.zend-form-horizontal dt {
    float: left;
    width: 150px;
    padding-top: 3px;
}

.zend-form-horizontal dd {
    margin-left: 150px;
    margin-bottom: 3px;
}

.zend-form-horizontal .input-values-between {
    margin-left: -10px;
    margin-right: -10px;
    clear: both;
}

.zend-form-horizontal .input-values-between .title {
    padding-left: 20px;
    width: 150px;
}

.zend-form-horizontal .input-values-between .inputs {
    width: 100%;
    padding-left: 150px;
}

.zend-form-horizontal .input-values-between dt {
    width: 50px;
}

.zend-form-horizontal .input-values-between dd {
    margin-left: 50px;
}

.zend-form-horizontal .btn {
    margin: 10px 0 0;
}

.label-fix label {
    margin: 9px 0 0;
}

.well .zend-form-horizontal dd {
    margin-bottom: 0;
}

.zend-form-vertical dt {
    float: none;
    width: auto;
    padding: 0;
}

.zend-form-vertical dt label {
    padding: 0;
}

.zend-form-vertical dd {
    margin-left: 0;
    margin-bottom: 3px;
}

.zend-form-vertical .btn {
    margin: 10px 0 0;
}

.input-block {
    border-radius: 15px;
    border: 1px solid #ccc;
    margin: -10px -10px 20px;
    padding: 10px 10px 0;
}

.input-block label {
    font-size: larger;
}

/* -------------------------------------------------
 * 7.6 SIMPLE FORM
 ------------------------------------------------ */
.form-simple {
}

.form-simple .form-caption {
    padding: 0 0 10px;
    border-bottom: 1px dotted #d3d7db;
}

.form-simple .form-caption h3 {
    margin: 0;
    padding: 0;
}

.form-simple .form-group {
    padding: 10px;
}

.form-simple .form-group .control-label {
    margin-top: 0;
}

.form-bordered .form-group .form-group {
    padding: 0;
}

/* -------------------------------------------------
 * 7.7 FORM STATES
 ------------------------------------------------ */
.is-empty,
.column-hide {
    display: none;
}

.state-edit .is-empty,
.state-edit .column-hide {
    display: block;
}

.state-edit .table-responsive {
    margin-bottom: 15px;
}

.state-edit .nav-tabs.nav-justified > .active > a {
    border-bottom: none;
}

/* -------------------------------------------------
 * 7.8 FORM MESSAGES
 ------------------------------------------------ */
.message-alert {
    display: none;
    margin-top: 10px;
}

#wms-item-container-add .form-text .message-alert:first-child {
    margin-top: 0;
}

.message-hint {
    display: inline-block;
    color: #c0c0c0;
}

/* -------------------------------------------------
 * 7.9 FORM STRINGS
 ------------------------------------------------ */
.form-horizontal .edit-text {
    display: inline-block;
    margin: 0 0 0 9px;
    vertical-align: middle;
}

.form-horizontal .parts-cross {
    display: inline;
    margin: 0 3px;
    vertical-align: top;
}

/* -------------------------------------------------
 * 7.10 FORM WIZARD
 ------------------------------------------------ */
.nav-wizard {
    background-color: #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.nav-wizard > li {
    position: relative;
    height: 59px;
    margin-right: -2px;
    vertical-align: top;
}

.nav-wizard > li > a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    position: relative;
    height: 59px;
    padding-left: 35px;
    padding-right: 10px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #656565;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.nav-wizard > li > a > strong {
    display: inline-block;
    margin: auto;
}

.nav-wizard > li > a:after {
    border-left: 29px solid #ddd;
    border-top: 29px solid rgba(0, 0, 0, 0);
    border-bottom: 29px solid rgba(0, 0, 0, 0);
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: -29px;
    z-index: 10;
}

.nav-wizard > li > a:before {
    border-left: 30px solid #fff;
    border-top: 30px solid rgba(0, 0, 0, 0);
    border-bottom: 30px solid rgba(0, 0, 0, 0);
    content: '';
    display: inline-block;
    position: absolute;
    top: -1px;
    right: -30px;
    z-index: 5;
}

.nav-wizard > li > a:hover,
.nav-wizard > li > a:active,
.nav-wizard > li > a:focus {
    background-color: #ccc;
}

.nav-wizard > li > a:hover:after,
.nav-wizard > li > a:active:after,
.nav-wizard > li > a:focus:after {
    border-left-color: #ccc;
}

.nav-wizard > li > a.disabled,
.nav-wizard > li > a.disabled:hover {
    cursor: default;
    background-color: #ddd;
}

.nav-wizard > li > a.disabled:hover:after,
.nav-wizard > li > a.disabled:active:after,
.nav-wizard > li > a.disabled:focus:after {
    border-left-color: #ddd;
}

.nav-wizard > li:first-child > a {
    padding-left: 15px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.nav-wizard > li:last-child > a {
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.nav-wizard > li:last-child > a:after,
.nav-wizard > li:last-child > a:before {
    display: none;
}

.nav-wizard > li.active a,
.nav-wizard > li.active a:hover,
.nav-wizard > li.active a:focus,
.nav-wizard > li.active a:active {
    background-color: #4e5154;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.nav-wizard > li.active a:after {
    border-left-color: #4e5154;
}

.nav-wizard > li.done a {
    background-color: #12753a;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.nav-wizard > li.done a:after {
    border-left-color: #12753a;
}

.panel-wizard {
    margin-bottom: 20px;
}

.panel-wizard .tab-content {
    border: 1px solid #ddd;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    border-bottom: 0;
}

.panel-wizard .wizard {
    margin: 0;
    background-color: #fcfcfc;
    padding: 15px;
    border: 1px solid #ddd;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.panel-wizard .wizard:after {
    clear: both;
    display: block;
    content: '';
}

.panel-wizard .progress {
    margin-bottom: 5px;
}

.nav-wizard-success > li.done > a {
    background-color: #1aaa55;
}

.nav-wizard-success > li.done > a:after {
    border-left-color: #1aaa55;
}

.nav-wizard-success > li.done > a:hover,
.nav-wizard-success > li.done > a:active,
.nav-wizard-success > li.done > a:focus {
    background-color: #12753a;
}

.nav-wizard-success > li.done > a:hover:after,
.nav-wizard-success > li.done > a:active:after,
.nav-wizard-success > li.done > a:focus:after {
    border-left-color: #12753a;
}

.nav-wizard-warning > li.done > a {
    background-color: #fc9403;
}

.nav-wizard-warning > li.done > a:after {
    border-left-color: #fc9403;
}

.nav-wizard-danger > li.done > a {
    background-color: #db3b21;
}

.nav-wizard-danger > li.done > a:after {
    border-left-color: #db3b21;
}

.nav-wizard-info > li.done > a {
    background-color: #1f78d1;
}

.nav-wizard-info > li.done > a:after {
    border-left-color: #1f78d1;
}

@media screen and (max-width: 767px) {
    .nav-wizard > li,
    .nav-wizard > li > a {
        height: auto;
        margin: 0;
    }

    .nav-wizard > li {
        border-bottom: 1px solid #8f8f8f;
    }

    .nav-wizard > li:last-child {
        border-bottom: none;
    }

    .nav-wizard > li > a {
        padding: 15px;
        text-align: left;

    }

    .nav-wizard > li:first-child > a {
        border-radius: 3px 3px 0 0;
    }

    .nav-wizard > li:last-child > a {
        border-radius: 0 0 3px 3px;
    }

    .nav-wizard > li > a > strong {
        display: inline;
        margin: 0;
    }

    .nav-wizard > li > a:before,
    .nav-wizard > li > a:after {
        display: none;
    }
}

/* -------------------------------------------------
 * 7.11 FORM VALIDATION
 ------------------------------------------------ */
.zend-form .form-control:not(:focus):required:valid {
    background-color: rgba(232, 245, 233, 0.5);
}

.zend-form .form-control:not(:focus):required:invalid {
    background-color: rgba(255, 249, 250, 0.8);
}

/* -------------------------------------------------
 * 7.12 PLACEHOLDER
 ------------------------------------------------ */
::-webkit-input-placeholder {
    color: #999 !important;
}

:-moz-placeholder {
    color: #999 !important;
}

:-ms-input-placeholder {
    color: #999 !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option,
.placeholder {
    font-size: 13px !important;
}

input::-webkit-input-placeholder { /* WebKit browsers */
    line-height: inherit;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    line-height: inherit;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    line-height: inherit;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
    line-height: 38px;
}

/* -------------------------------------------------
 * 8 TABLES
 ------------------------------------------------ */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {

}

.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    color: #656565;
}

@media screen and (min-width: 1200px) {
    .table tr td.with-wordbreak {
        max-width: 500px;
        word-break: break-all;
    }
}

.table-action a,
.table-action-hide a {
    color: #555;
    display: inline-block;
    margin-left: 2px;
}

.table-action-hide a {
    opacity: 0;
    -moz-transition: all 0.1s ease-out 0s;
    -webkit-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
}

tr:hover .table-action-hide a {
    opacity: 1;
}

.table-default thead tr th {
    background-color: #e7e7e7;
}

.table-primary thead tr th {
    background-color: #888;
}

.table-success thead tr th {
    background-color: #1aaa55;
}

.table-info thead tr th {
    background-color: #1f78d1;
}

.table-warning thead tr th {
    background-color: #fc9403;
}

.table-danger thead tr th {
    background-color: #db3b21;
}

.table.table-default thead tr th,
.table.table-primary thead tr th,
.table.table-success thead tr th,
.table.table-info thead tr th,
.table.table-danger thead tr th,
.table.table-warning thead tr th {
    color: white;
    border-bottom: 0;
}

.table.table-default thead tr th {
    color: #555;
    border-bottom: 1px solid #d0d0d0;
}

.table-bordered.table-default thead tr th,
.table-bordered.table-primary thead tr th,
.table-bordered.table-success thead tr th,
.table-bordered.table-info thead tr th,
.table-bordered.table-warning thead tr th,
.table-bordered.table-danger thead tr th {
    border-color: rgba(255, 255, 255, 0.2);
}

.table.table-default tbody tr:first-child td,
.table.table-primary tbody tr:first-child td,
.table.table-success tbody tr:first-child td,
.table.table-info tbody tr:first-child td,
.table.table-danger tbody tr:first-child td,
.table.table-warning tbody tr:first-child td {
    border-top: 0;
}

.table.table-cursor td {
    cursor: pointer;
}

.table-actions a,
a.is-table-action {
    display: inline-block;
    width: 18px;
    text-align: center;
    color: #aaa;
    margin-right: 5px;
}

.table-actions a:last-child,
a.is-table-action:last-child {
    margin-right: 0;
}

.table-actions a.hide-link {
    display: none;
}

tr:hover .table-actions a {
    color: #656565;
}

tr .table-actions a:hover,
a.is-table-action:hover {
    color: #111;
}

.table-actions a.text-success {
    color: #3c763d;
}

.table-actions a.text-danger {
    color: #c62828;
}

th.table-actions,
td.table-actions,
th.table-icon-buttons,
td.table-icon-buttons {
    width: 150px;
    text-align: center;
    white-space: nowrap;
}

th.table-icon-buttons,
td.table-icon-buttons {
    width: 100px;
}

.table-icon-buttons .btn {
    padding: 0;
    margin: 0;
}

.media .is-table-action,
td.table-actions i,
td.table-status i,
td.table-icon-buttons i {
    font-size: 16px;
}

.table-status {
    width: 80px;
    text-align: center;
}

.table-state {
    width: 120px;
    text-align: center;
}

.table-striped tr:last-child td {
    border-bottom: 1px solid #ddd;
}

.table > .table-double-head > tr > th {
    vertical-align: middle;
    border: 1px solid #ddd;
}

.table-responsive {
    border-color: white;
}

.table-position {
    width: 50px;
    text-align: left;
}

.table td.easy-form {
    width: 20px;
}

.table-position {
    color: #bbb !important;
}

.table-name-with-icon i {
    display: inline-block;
    width: 18px;
    margin-right: 5px;
    text-align: center;
}

.checkbox-column {
    width: 80px;
}

th.checkbox-column {
    text-align: center;
}

td.checkbox-column {
    padding-left: 35px !important;
}

.plural-value {
    width: 30%;
}

.not-active td {
    color: #bbb !important;
}

td.text-notactive {
    color: #aaa !important;
}

.step-action {
    white-space: nowrap;
    width: 5%;
}

.step-actions {
    width: 110px;
    white-space: nowrap;
    text-align: right;
}

.step-actions .btn {
    min-width: 40px;
}

.td100-center {
    width: 100px;
    text-align: center;
}

.td-only-icons i {
    font-size: 16px;
    vertical-align: middle;
}

.table-progress {
    width: 150px;
    text-align: center;
}

.table-quantity {
    width: 150px;
    text-align: center;
}

.table-cols-1 {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.table-code {
    width: 200px;
}

.with-borders th,
.with-borders td {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.with-border-right th {
    border-left: 1px solid #d0d0d0 !important;
    border-right: 1px solid #d0d0d0 !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f5f5f5;
}

th.table-icon,
td.table-icon {
    width: 100px;
    text-align: center;
    white-space: nowrap;
}

td.table-icon {
    color: #ccc;
}

.table-responsive {
    margin-bottom: 15px;
}

.table-responsive .table {
    margin-bottom: 0;
}

.table-numeric {
    min-width: 100px;
    text-align: right;
}

/* -------------------------------------------------
 * 8.1 TABLE SORT
 ------------------------------------------------ */
table[data-sortable] {
    border-collapse: collapse;
    border-spacing: 0;
}

table[data-sortable] th {
    vertical-align: top !important;
    font-weight: bold;
}

table[data-sortable] th, table[data-sortable] td {
    text-align: left;
}

table[data-sortable] th:not([data-sortable="false"]) {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    cursor: pointer;
}

table[data-sortable] th:after {
    content: "";
    visibility: hidden;
    display: inline-block;
    vertical-align: inherit;
    height: 0;
    width: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent;
    margin-right: 1px;
    margin-left: 10px;
    float: right;
}

table[data-sortable] th[data-sorted="true"]:after {
    visibility: visible;
}

table[data-sortable] th[data-sorted-direction="descending"]:after {
    border-top-color: inherit;
    margin-top: 8px;
}

table[data-sortable] th[data-sorted-direction="ascending"]:after {
    border-bottom-color: inherit;
    margin-top: 3px;
}

@media screen and (min-width: 1200px) {
    table[data-sortable].sortable-theme-bootstrap td {
        min-width: 50px;
        max-width: 20%;
        word-break: break-all;
    }
}

table[data-sortable].sortable-theme-bootstrap thead th {
    border-bottom: 2px solid #d0d0d0;
}

table[data-sortable].sortable-theme-bootstrap tbody td {
    border-top: 1px solid #d0d0d0;
}

table[data-sortable].sortable-theme-bootstrap th[data-sorted="true"] {
    color: #1f78d1;
    background: #BBDEFB;
    border-bottom-color: #9acfea;
}

table[data-sortable].sortable-theme-bootstrap th[data-sorted="true"][data-sorted-direction="descending"]:after {
    border-top-color: #1f78d1;
}

table[data-sortable].sortable-theme-bootstrap th[data-sorted="true"][data-sorted-direction="ascending"]:after {
    border-bottom-color: #1f78d1;
}

table[data-sortable].sortable-theme-bootstrap.sortable-theme-bootstrap-striped tbody > tr:nth-child(odd) > td {
    background-color: #f9f9f9;
}

/* -------------------------------------------------
 * 8.2 CUSTOM TABLES
 ------------------------------------------------ */
.hide-dt dt {
    display: none !important;
}

.table-custom-param-name {
    padding-right: 40px !important;
}

/* -------------------------------------------------
 * 8.3 SEARCH TABLES
 ------------------------------------------------ */
.type-icon {
    text-align: center;
    width: 65px !important;
}

.type-icon .fa-circle {
    color: #ddd;
}

.type-icon .fa-balance-scale {
    color: #555;
}

/* -------------------------------------------------
 * 8.4 CONTENT IN TABLES
 ------------------------------------------------ */
.with-small-comments small {
    font-size: 80%;
    color: #999;
}

.with-small-comments small a {
    color: #999;
    text-decoration: none;
}

.with-small-comments small a:hover {
    color: #333;
    text-decoration: underline;
}

/* -------------------------------------------------
 * 8.5 HOVER & CLICK ON TABLE ROWS
 ------------------------------------------------ */
.table-hover > tbody > tr:hover {
    opacity: 1;
    background-color: #fffdef;
}

.table-hover > tbody > tr.row-active {
    opacity: 1;
    background-color: #fff9c4;
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}

.table-hover > tbody > tr.row-active:hover {
    background-color: #fff9c4;
}

.table-hover > tbody > tr.row-warning {
    background-color: #fffa86;
}

.table-hover > tbody > tr.row-warning:hover {
    background-color: #fffa86;
}

.table-hover > tbody > tr.row-info {
    background-color: #BBDEFB;
}

.table-hover > tbody > tr.row-info:hover {
    background-color: #BBDEFB;
}

.table-hover > tbody > tr.row-danger {
    background-color: #ffded7;
}

.table-hover > tbody > tr.row-danger:hover {
    background-color: #ffded7;
}

.table-hover > tbody > tr.row-inactive {
    opacity: 0.5;
    background-color: #e2e2e2;
}

.table-hover > tbody > tr.row-inactive:hover {
    opacity: 0.5;
    background-color: #e2e2e2;
}

/* -------------------------------------------------
 * 9 LISTS
 ------------------------------------------------ */
.list-unstyled ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.handbook li {
    margin-bottom: 15px;
    list-style: none;
}

.handbook li a {
    font-size: 110%;
}

li.appointment,
.list-support li {
    padding-bottom: 7px;
}

.metric-list li {
    margin: 0 0 5px;
}

.handbooks {
    margin: 0;
    padding: 0;
    list-style: none;
}

.handbooks li {
    margin: 0;
    padding: 0 0 20px;
}

.handbooks li h5 {
    margin: 0 0 5px;
}

.list-group-success .list-group-item {
    border-color: #A5D6A7;
}

.list-group-info .list-group-item {
    border-color: #90CAF9;
}

.list-group-warning .list-group-item {
    border-color: #FFCC80;
}

.list-group-danger .list-group-item {
    border-color: #FFAB91;
}

.list-group-item .pull-right {
    word-break: break-all;
}

.param-list-item {
    min-height: 61px;
}

.rounded-list {
    counter-reset: li;
    margin: 0;
    padding: .1rem 0 0;
}

.rounded-list > li {
    position: relative;
    margin: 0 0 0.9rem 3rem;
    list-style: none;
    line-height: 1.1;
}

.rounded-list > li:before {
    position: absolute;
    top: 0.1rem;
    left: -3rem;
    width: 2rem;
    margin-left: 1rem;
    content: counter(li) '.';
    counter-increment: li;
    text-align: left;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.3);
}

.parent-line,
.child-line {
    padding-left: 1.5em;
}

.parent-line:before,
.child-line:before {
    font-family: FontAwesome;
    display: inline-block;
    width: 1.5em;
    margin-left: -1.5em;
    color: #a0a0a0;
}

.parent-line {
}

.parent-line:before {
    content: '\f101';
}

.child-line {
}

.child-line:before {
    content: '\f105';
}

ul.row {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    list-style: none;
}

ul.row > li {
    margin: 0;
}

ol.round {
    counter-reset: roundCounter;
    margin-left: 0;
    padding-left: 5px;
    color: rgb(100, 100, 100);
}

.round li {
    position: relative;
    padding-left: 3em;
    margin: 0.45em 0;
    list-style: none;
    line-height: 1.8em;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.round li:hover {
    color: rgb(0, 0, 0);
}

.round li:before {
    content: counter(roundCounter);
    counter-increment: roundCounter;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    padding: 0;
    color: #fff;
    background: #2980b9;
    font-weight: bold;
    text-align: center;
    border-radius: .9em;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.round li:hover:before {
    background-color: #2ecc71;
}

.round li li:before {
    background-color: #3498db;
}

.round li:after {
    position: absolute;
    top: 2.1em;
    left: 0.9em;
    width: 2px;
    height: calc(100% - 2em);
    content: '';
    background-color: rgb(203, 203, 203);
    z-index: 0;
}

.round li:hover:after {
    background-color: #2ecc71;
}

.round li li {
    font-size: 0.8em;
}

ol.square {
    margin: 0;
    padding: 0;
    counter-reset: myCounter;
}

.square li {
    list-style: none;
}

.square li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    background: rgba(0, 0, 0, 0.1);
    display: inline-block;
    text-align: center;
    margin: 5px 10px;
    line-height: 2em;
    width: 2em;
    height: 2em;
}

/* -------------------------------------------------
 * 9.1 SPECIFICATION LIST
 ------------------------------------------------ */
.spec-caption {
    margin: 0 0 15px;
    line-height: 1.4;
    color: #333;
}

.spec-wrap {
    padding: 0 15px 15px;
}

.item-spec {
    position: relative;
    margin: 0;
    clear: both;
    background: white;
    font-size: 13px;
}

.item-spec__label {
    display: inline-block;
    width: 47%;
    margin: 0 0 10px;
    font-weight: normal;;
    vertical-align: top;
}

.item-spec__label:after {
    position: absolute;
    right: 10px;
    left: 10px;
    height: 1px;
    margin: .85em 0 0;
    content: '';
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAAAAAA+i0toAAAAAnRSTlMA/1uRIrUAAAAMSURBVHheY7j1/z8ABY8C2UtBe8oAAAAASUVORK5CYII=) 0 0 repeat-x;
}

.item-spec__label-text {
    position: relative;
    padding: 0 5px 0 0;
    color: #555;
    background: white;
    z-index: 2;
}

.item-spec__value {
    display: inline-block;
    float: right;
    width: 50%;
    margin: 0 0 10px;
    text-align: right;
    vertical-align: bottom;
}

.item-spec__value-text {
    position: relative;
    display: inline-block;
    padding: 0 0 0 5px;
    background: white;
    z-index: 2;
}

@media screen and (max-width: 480px) {
    .spec-wrap {
        padding: 0 0 15px;
    }

    .item-spec__label,
    .item-spec__value {
        width: 100%;
    }

    .item-spec__label {
        margin-bottom: 3px;
        padding-top: 5px;
    }

    .item-spec__label:after {
        display: none;
    }

    .item-spec__label-text {
        color: #999;
    }

    .item-spec__value {
        float: none;
        padding-bottom: 10px;
        text-align: left;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAAAAAA+i0toAAAAAnRSTlMA/1uRIrUAAAAMSURBVHheY7j1/z8ABY8C2UtBe8oAAAAASUVORK5CYII=) 0 100% repeat-x;
        font-size: 110%;
    }

    .item-spec__value-text {
        padding-left: 0;
    }
}

.simple-spec:last-child {
    margin-bottom: 0;
}

.simple-spec__label,
.simple-spec__value {
    width: 100%;
}

.simple-spec__label {
    margin-bottom: 3px;
    padding-top: 5px;
    font-size: 90%;
    font-weight: 300;
}

.simple-spec__label-text {
    color: #999;
}

.simple-spec__value {
    display: inline-block;
    padding-bottom: 10px;
}

.simple-spec__value-text {
    display: inline-block;
}

/* -------------------------------------------------
 * 9.2 ORDERED LIST
 ------------------------------------------------ */
.ordered-list {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}

.ordered-list_y_scrolled {
    overflow-y: auto;
}

.ordered-line {
    position: relative;
    counter-increment: step-counter;
}

.ordered-line::before {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 75px;
    text-align: right;
    margin-right: 50px;
    content: '#' counter(step-counter);
    color: rgba(0, 0, 0, 0.25);
    font-weight: 300;
    font-size: 20px;
    line-height: 51px;
    pointer-events: none;
}

/* -------------------------------------------------
 * 10 PAGES
 ------------------------------------------------ */
/* -------------------------------------------------
 * 10.1 NOT FOUND
 ------------------------------------------------ */
.not-found {
    position: relative;
    margin: 0 0 20px;
}

.not-found-text,
.not-found-buttons {
    text-align: center;
}

.not-found-text {
    padding: 15px;
}

.not-found-buttons {
    padding: 15px;
}

.not-found-buttons .btn {
    min-width: 200px;
    margin-bottom: 10px;
}

@media screen and (max-width: 360px) {
    .not-found-buttons .btn {
        min-width: auto;
    }
}

/* -------------------------------------------------
 * 10.2 SEARCH
 ------------------------------------------------ */
.results-list .media {
    clear: both;
    border-bottom: 1px dotted #ddd;
}

.results-list .media:last-child {
    border-bottom: none;
}

.results-list .media-object {
    width: 125px;
    margin-right: 10px;
}

.results-list .filename {
    margin: 0 0 5px;
    color: #555;
    font-size: 13px;
}

.results-list .media-body {
    line-height: 18px;
    padding-bottom: 10px;
}

.results-list .search-module-block {
    padding: 0;
    margin-bottom: 20px;
}

.results-list .search-parent,
.results-list .search-description {
    padding: 2px 0 5px 15px;
    color: #888;
    font-size: 12px;
}

.results-list .search-parent a,
.results-list .search-description a {
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    opacity: 0.7;
}

.results-list .search-parent a:hover,
.results-list .search-description a:hover {
    opacity: 1;
}

.pagination-search {
    margin: 15px 0 0;
}

.search-group {
    padding-bottom: 20px;
}

.empty-search-message {
    color: #ccc;
    padding: 10px 0 10px;
}

.results-list .media,
.search-module-block .empty-search-message {
    padding-left: 10px;
}

.search-section {
    padding: 5px 7px;
    background: #f9f9f9;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #ddd;
}

.search-section h4 {
    margin: 0;
    line-height: 27px;
}

.search-section h4 .label {
    font-size: 90%;
}

.search-to-all {
    text-align: right;
}

/* -------------------------------------------------
 * 10.3 SIGN IN/UP
 ------------------------------------------------ */
.sign-in {
    background-color: #f9f9f9;
}

.sign-in > div > section {
    padding-top: 80px;
}

.panel-sign-in {
    margin: 0 auto;
}

.panel-sign-in {
    width: 400px;
}

.panel-sign-in .panel-body {
    padding: 40px 40px 20px;
}

.panel-sign-in .panel-footer {
    padding-left: 40px;
    padding-right: 40px;
}

.login-form .ckbox {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.login-form .ckbox input,
.login-form .ckbox label {
    vertical-align: middle;
    outline: none;
}

.login-form .ckbox input {
    margin-top: 0;
}

.login-form .ckbox label {
    line-height: 19px;
    margin: 2px 0 0 !important;
}

.login-form .ckbox label:before {
    top: 1px;
}

.login-form .ckbox input[type="checkbox"]:checked + label:after {
    top: 0;
}

.sign-in .panel-shadow {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

.sign-in .is-support {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05), 0 2px 2px 3px rgba(0, 0, 0, 0.05), 2px 2px 4px 0 rgba(0, 0, 0, 0.05), 2px 2px 5px 0 rgba(0, 0, 0, 0.05);
}

.sign-in .copyrights {
    margin-top: 40px;
    text-align: center;
}

.sign-in .form-group {
    clear: both;
    margin: 0;
    margin-bottom: 15px;
}

.sign-in .form-group .control-label {
    margin: 3px 0 0;
    padding-top: 8px;
}

.sign-in .form-group label.required:before {
    display: none;
}

.sign-in .col-sm-offset-2 .form-group {
    float: right;
}

.sign-in ul.errors {
    text-align: center;
}

.sign-in div.logo {
    margin-bottom: 25px;
}

.sign-in .login-welcome {
    padding-bottom: 10px;
    color: #777;
    text-align: center;
}

.sign-in .col-sm-offset-2 .form-group {
    margin-bottom: 0;
}

.is-maintenance .support-status {
    text-align: center;
}

.sign-in .auth-form {
    margin: 0;
    padding: 0;
}

/* -------------------------------------------------
 * 10.4 WORKSTATION
 ------------------------------------------------ */
.workstation h2 {
    margin: 5px 0 0;
}

.workstation h5 {
    margin: 5px 0;
}

.workstation .btn-primary {
    background: #555;
}

.workstation .btn-primary:hover {
    background: #777;
}

.workstation-start {
    padding-top: 24px;
}

.workstation-list {
    margin: 10px 0 5px;
    padding: 0;
    list-style: none;
}

.workstation-list li {
    float: left;
    margin: 0;
    padding: 0 15px 10px 0;
    line-height: 16px;
}

.workstation-list li span {
    vertical-align: middle;
}

.workstation-panel dl.dl-horizontal {
    margin-bottom: 0;
}

/* -------------------------------------------------
 * 10.5 DECISIONS
 ------------------------------------------------ */
.wms-operation-labeling .wms-item-quantity,
.wms-operation-unlabeling .wms-item-quantity {
    display: none;
}

.wms-operation-inception .wms-item-remain {
    display: none;
}

.wms-item-is-found .btn-group {
    margin-bottom: 0;
}

.wms-item-is-found, .wms-item-is-read {
    width: 120px;
    text-align: center;
}

.table-default thead tr th.wms-item-is-found,
.table-default thead tr th.wms-item-is-read {
    background: #f0f0f0;
}

.wms-item-edit-is-found .ckbox {
    width: 20px;
    margin: 0 auto;
}

.wms-item-edit-is-found .ckbox input[type="checkbox"]:checked + label:after {
    left: 1px;
}

tr.success .wms-item-is-read .unseen,
tr.danger .wms-item-is-read .unseen,
tr.success .wms-item-is-read .text-default,
tr.danger .wms-item-is-read .text-default {
    color: #999 !important;
}

.wms-operation-steps h4 {
    margin: 0 0 5px;
    font-size: 15px;
}

.wms-operation-steps u {
    display: block;
    color: #333;
    text-decoration: none;
}

.wms-operation-steps small {
    display: inline-block;
    margin-top: 3px;
    padding-top: 5px;
    color: #999;
}

.wms-operation-steps small i {
    color: #bbb;
}

.wms-operation-date span {
    display: block;
    margin-bottom: 5px;
}

.wms-operation-date span i {
    color: #bbb;
}

.device-type i {
    width: 20px;
    display: inline-block;
    text-align: center;
    color: #aaa;
}

.device-type i:hover {
    color: #1f78d1;
}

.wms-steps td {
    vertical-align: middle !important;
    min-height: 47px;
}

.wms-steps tr.available-up td {
    border-bottom: none !important;
}

/* -------------------------------------------------
 * 10.6 AUTOMATIC WORKSTATION
 ------------------------------------------------ */
.work-station .list-group {
    box-shadow: none;
}

@media screen and (min-width: 992px) {
    .work-station .list-group,
    .work-station .list-group > .col-md-6 {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }

    .work-station .list-group {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .work-station .list-group > .col-md-6 {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 50%;
        max-width: 50%;
    }
}

.work-station .list-group-item {
    display: block;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    opacity: 0.8;
}

.work-station .list-group-item:hover {
    opacity: 1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.work-station .list-group-item.alert-default,
.work-station .list-group-item.alert-default:hover {
    opacity: 0.7 !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    background: #e7e7e7;
}

.work-station .list-group-item:active {
    opacity: 0.5;
}

.work-station .media-left,
.work-station .media > .pull-left {
    padding-right: 10px;
}

.work-station .media-heading {
    font-size: 30px;
    line-height: 60px;
    height: 60px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media screen and (max-width: 972px) {
    .work-station .media-heading {
        font-size: 36px;
    }
}

@media screen and (max-width: 768px) {
    .work-station .media-heading {
        font-size: 24px;
    }
}

@media screen and (max-width: 380px) {
    .work-station .media-heading {
        font-size: 18px;
    }
}

.work-station .media-heading small {
    font-size: 70%;
    color: #999;
}

.work-station .media-heading sup {
    font-size: 50%;
    color: #999;
}

.work-station .media-content {
    font-size: 120%;
    text-align: right;
}

.work-station .media-content ul > li {
    margin-bottom: 5px;
}

.work-station .media-content li i {
    vertical-align: middle;
    display: inline-block;
    width: 20px;
}

.work-station-label,
.work-station-value {
    vertical-align: middle;
}

.work-station-label {
    margin-left: 3px;
    margin-right: 3px;
}

.work-station-value {
    color: #111;
}

@media screen and (max-width: 380px) {
    .work-station .media-content {
        text-align: left;
    }

    .work-station-value {
        display: block;
        padding-bottom: 10px;
    }

    .work-station .media-heading {
        padding-top: 20px;
        line-height: 1.4;
        height: 80px;
        margin-bottom: 10px;
        overflow: visible;
        white-space: normal;
        text-overflow: clip;
    }
}

.work-station-value [class *= "label-"] {
    position: relative;
    top: -2px;
}

.work-station-icon {
    font-size: 30px;
}

.work-station-circle {
    width: 60px;
    height: 60px;
    line-height: 55px;
    text-align: center;
    border: 2px solid #e5e5e5;
    border-radius: 50%;
    padding: 2px;
    color: #aaa;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.work-station-enabled {
    position: absolute;
    margin: 21px 0 0 46px;
    z-index: 2;
}

.work-station-enabled i {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
}

.disabled-point {
    cursor: default;
}

.visible-height {
    padding-bottom: 148px;
}

/* -------------------------------------------------
 * 10.7 AUTO POINT
 ------------------------------------------------ */
.monitor-line {
    margin: 5px 0;
    padding: 10px;
    display: none;
    font-size: 120%;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.monitor-line:nth-child(even) {
    background: #f9f9f9;
}

.monitor-label {
    display: block;
    margin-bottom: 10px;
    padding: 0 0 2px;
    color: #999;
    font-size: 80%;
    border-bottom: 1px dashed #ddd;
}

.monitor-name,
.monitor-short-name,
.monitor-time {
    word-break: break-all;
    word-wrap: break-word;
}

@media screen and (max-width: 768px) {
    .monitor-label {
        margin-bottom: 5px;
        padding: 0 0 2px;
    }

    .monitor-line {
        padding: 20px;
    }

    .monitor-name,
    .monitor-short-name,
    .monitor-time {
        padding-bottom: 20px;
    }

    .monitor-line {
        padding-bottom: 0;
    }
}

.monitor-line-accepted {
    background: #dff0d8 !important;
}

.panel-counter i {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.panel-counter-label,
.panel-counter-value,
.panel-counter-value-mini {
    display: block;
    font-style: normal;
    vertical-align: middle;
}

.panel-counter-label {
    margin-top: 5px;
    padding-top: 2px;
    color: #aaa;
    line-height: 1;
    border-top: 1px dotted #dedede;
}

.panel-counter-value,
.panel-counter-value-mini {
    color: #ccc;
    font-size: 24px;
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.panel-counter-value span {
    color: #2b542c;
    font-weight: 600;
    vertical-align: middle;
}

.panel-counter-value-mini {
    padding-top: 8px;
    color: #555;
    font-size: 16px;
}

/* -------------------------------------------------
 * 10.8 FULL SCREEN
 ------------------------------------------------ */
.full-screen {

}

.full-screen-close,
.dropdown-menu > li > a.full-screen-close {
    display: none;
}

/* -------------------------------------------------
 * 10.9 CONTROL POINT
 ------------------------------------------------ */
.control-point {
}

.control-groups {
    height: 120px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin-left: 0;
    margin-right: 0;
}

.control-groups [class*="col-"] {
    display: inline-block;
    float: none !important;
}

.control-groups .control-bag {
    margin-bottom: 0;
}

.control-groups .control-bag:first-child {
    margin-left: 0;
    padding-left: 0;
}

.control-groups .control-bag:last-child {
    margin-right: 0;
    padding-right: 0;
}

.control-group {
    margin-bottom: 0;
}

.control-group .close {
    margin-top: -4px;
    font-size: 25px;
    line-height: 25px;
}

.control-groups-row {
    width: 100%;
    height: 160px;
    max-width: 100%;
    overflow: hidden;
}

.control-stat {
    display: inline-block;
}

.control-stat .datainfo {
    display: inline-block;
    vertical-align: middle;
}

.control-stat .chart {
    margin-right: 5px;
}

.control-stat .text-muted {
    text-transform: uppercase;
    font-size: 10px;
}

.control-stats {
    padding-top: 10px;
}

.control-stat h4 {
    margin: 0;
    color: #333;
    font-weight: 500;
    line-height: normal;
    font-size: 16px;
}

.control-bag {
    opacity: 0.9;
    cursor: pointer;
}

.control-bag:hover {
    opacity: 1;
}

.control-bag:active .alert {
    opacity: 0.7;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.control-events-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 100%;
    min-height: 150px;
    overflow-y: auto;
    background: #f9f9f9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.control-events-list li {
    display: block;
    font-size: 120%;
    border-bottom: 1px solid #ddd;
}

.control-events-list li a {
    display: block;
    padding: 10px;
    color: #555;
}

.control-events-list li:nth-child(even) {
    background: #f0f0f0;
}

.control-events-list li a span {
    position: relative;
    right: 0;
    margin-left: 10px;
    color: #1f78d1;
}

.control-events-list li a.list-group-item-danger,
.control-events-list li a.list-group-item-danger span {
    color: #B71C1C;
}

.control-events-list li:hover {
    background: #BBDEFB;
}

.control-events-list li a:hover,
.control-events-list li a:active {
    color: #111;
    text-decoration: none;
}

.control-events-list li i {
    margin-right: 10px;
    width: 16px;
}

.control-events-list li strong {
    display: none;
    padding: 5px 0 0 26px;
    font-size: 80%;
    font-weight: normal;
}

.control-events-list li a.list-group-item-danger strong {
    display: block;
}

.control-semaphore-row {
    width: 100%;
    height: 50%;
    max-width: 100%;
    background: #f9f9f9;
    margin-bottom: 20px;
}

.packing-items-row {
    width: 100%;
    height: 50%;
    max-width: 100%;
    margin-bottom: 20px;
}

.packing-items-row .control-events-list li:hover {
    background: inherit;
}

.packing-items-row .control-events-list ul ul {
    margin-left: 31px;
    min-height: auto;
}

.packing-items-row .control-events-list ul ul li a {
    padding: 5px;
    font-size: 70%;
}

.control-semaphore-row.success {
    background-color: #A5D6A7;
}

.control-semaphore-row.danger {
    background-color: #ffb9a3;
}

.packing-control-status {
    min-height: 155px;
}

/* -------------------------------------------------
 * 10.10 CONTROL STATUS
 ------------------------------------------------ */
.control-status {
}

.control-status-info {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 110%;
}

.control-status-info li {
    padding: 10px;
    clear: both;
}

.control-status-info li:nth-child(odd) {
    background: white;
}

.control-status-info li:nth-child(even) {
    background: #f0f0f0;
}

.control-status-info li:before,
.control-status-info li:after {
    content: " ";
    display: table;
    clear: both;
}

.control-status-info li span {
    vertical-align: bottom;
}

.control-status-info li.is-big {
    line-height: 30px;
}

.control-status-info li strong {
    float: right;
    text-align: right;
    font-style: normal;
    font-weight: 600;
    vertical-align: bottom;
}

.control-status-info li.is-big strong {
    font-size: 30px;
}

.control-status-info li.has-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.control-status-info2 {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 25px;
}

.control-status-info2 li {
    padding: 10px;
    clear: both;
}

.control-status-info2 li strong {
    float: right;
    text-align: right;
    font-style: normal;
    font-weight: 600;
    vertical-align: bottom;
}

.control-status-info2 li.is-big strong {
    font-size: 35px;
}

.control-status-info2 li:before,
.control-status-info2 li:after {
    content: " ";
    display: table;
    clear: both;
}

.control-status-info2 li.has-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.control-status-info2 li.has-error strong {
    display: none;
}

.control-header {
    font-size: 40px;
    margin-bottom: 25px;
}

.control-complete-message {
    font-weight: bold;
}

/* -------------------------------------------------
 * 10.11 MARKER POINT
 ------------------------------------------------ */
.marker-operations {

}

.marker-operations ul.marker-operations-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 100%;
    overflow-y: auto;
    background: #f9f9f9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.marker-operation-items {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 100%;
    overflow-y: auto;
}

.operation-badge .alert {
    min-height: 120px;
}

.marker-operation {

}

.marker-operations-list li:before,
.marker-operations-list li:after {
    content: " ";
    display: table;
    clear: both;
}

.marker-item-counter {
    margin: 0 auto;
    text-align: center;
    font-size: x-large;
    font-weight: bold;
}

.marker-item-control {
    padding: 0 10px;
    margin: 0 auto;
    text-align: center;
}

.marker-item-control button {
    margin: 8px 5%;
}

.marker-item {
    margin-bottom: 10px;
}

.marker-step-control {
    padding: 20px 0;
    text-align: center;
}

.marker-step-control button {
    margin: 20px;
    min-width: 200px;
}

.marker-step-control i {
    font-size: xx-large;
    vertical-align: middle;
}

.marker-step-hint {
    text-align: center;
}

.marker-step i {
    cursor: pointer;
}

.marker-head .title-xlg span {
    vertical-align: top;
}
/* -------------------------------------------------
 * 10.12 TABLE VIEW
 ------------------------------------------------ */
.table-view {
    display: table;
    width: 100%;
    height: 100%;
}

.table-view-row {
    display: table-row;
}

.table-view-height-inherit {
    height: inherit;
}

/* -------------------------------------------------
 * 10.13 SUPPORT
 ------------------------------------------------ */
.list-support li {
    float: left;
    padding: 0;
}

.list-support a {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    display: block;
    width: 100px;
    height: 100px;
    padding: 4px;
    margin: 3px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.list-support a i {
    padding: 10px 10px 5px;
    font-size: 300%;
}

.support-menu {
    padding-bottom: 50px;
}

.support-block h5 {
    padding-bottom: 5px;
    border-bottom: 2px solid #f0f0f0;
}

.support-menu i {
    min-width: 20px;
    margin-right: 10px;
    text-align: center;
}

.support-menu ul li a {
    color: #656565;
    background: #fafafa;
}

.support-menu ul li a:hover {
    background: #eee;
}

.support-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    padding: 0;
    flex-flow: row wrap;
}

.support-menu > ul > li > span {
    position: relative;
    display: block;
    padding: 10px 15px;
    border-radius: 4px;
    color: #656565;
    background: #ffebee;
    cursor: help;
}

.support-menu > ul > li > span:hover {
    background: #ffcdd2;
}

@media screen and (max-width: 768px) {
    .support-block {
        display: block;
    }
}

.constraint-deleted .underline a, .constraint-deleted .underline {
    text-decoration: line-through !important;
}

.constraint-deleted .underline a:hover {
    text-decoration: underline !important;
}

.constraint-deleted .text-danger a {
    color: #c62828 !important;
}

.constraint-deleted .text-danger a:hover {
    color: #d43f3a;
}

.module-links {
    margin-top: 10px;
    margin-left: 25px;
}

.module-links-icon {
    margin-top: 2px;
}

.module-links a {
    color: #656565;
    text-decoration: underline;
}

.module-links a:hover {
    color: #333;
    text-decoration: none;
}

/* -------------------------------------------------
 * 10.14 HANDBOOKS
 ------------------------------------------------ */
.handbook-col {
    padding-top: 10px;
    padding-bottom: 20px;
}

.handbook-menu a.text-danger {
    background: #ffebee;
    color: #4e342e !important;
}

.handbook-menu a.text-danger:hover {
    background: #ffcdd2;
}

.handbook-menu a.text-danger i.fa {
    color: #4e342e !important;
}

.handbook-block h5 {
    padding-bottom: 5px;
    border-bottom: 2px solid #f0f0f0;
}

.handbook-menu i {
    min-width: 20px;
    margin-right: 10px;
}

.handbook-menu a {
    color: #555;
}

.handbook-menu-hide {
    color: #999;
}

/* -------------------------------------------------
 * 10.15 SUPPORT
 ------------------------------------------------ */
.modules-list label {
    cursor: pointer;
}

/* -------------------------------------------------
 * 10.16 PARAMS PAGE
 ------------------------------------------------ */
.panel-flat .list-group {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
}

.panel-flat .list-group-item {
    border: none;
    border-radius: 0;
}

.form-list-group .panel-flat .list-group-item {
    padding-left: 0;
    padding-right: 0;
    border: none;
}

.panel-flat-edit-form {
    margin: 20px 0;
    padding: 15px;
    background: #f7f7f7;
}

.param-group-header {
    padding: 10px 15px 0;
}

.param-group {
    margin: 10px 15px 20px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.param-group-title {
    margin: 0;
    line-height: 1.3;
    word-wrap: break-word;
}

@media screen and (max-width: 480px) {
    .param-group {
        margin: 10px 0 20px 0;
    }
}

.list-group-item .param-name {
    color: #878787;
}

.list-group-item .param-menu,
.list-group-item .param-value {
    display: inline-block;
    min-width: 40px;
    margin-left: 20px;
    vertical-align: top;
}

.list-group-item .param-value {
    color: #333;
}

.list-group-item .param-menu .btn {
    padding: 0 5px;
    color: #ccc;
    border: none;
}

.list-group-item .param-menu .btn:hover,
.list-group-item .param-menu .btn:active {
    color: #656565;
}

.param-menu > .btn-group {
    margin-bottom: 0;
}

.panel-flat .list-group-item {
    background: transparent;
}

.param-edit .row dt {
    display: none;
}

.param-edit .row dd {
    padding: 0;
}

.param-edit .list-group-item {
    min-height: 62px;
}

@media screen and (max-width: 1199px) {
    .param-edit > .row > .col-lg-6:last-child .list-group-item:first-child {
        border-top: none;
    }
}

@media screen and (max-width: 767px) {
    .param-edit .list-group-item {
        padding: 10px 0;
    }

    .param-group-header {
        padding-left: 0;
        padding-right: 0;
    }

    .param-edit .list-group-item > .row > .col-sm-6:first-child {
        margin-bottom: 5px;
    }
}

/* -------------------------------------------------
 * 10.17 HELP PAGE
 ------------------------------------------------ */
.list-group.tabs-group {
    display: block;
    border-radius: 2px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}

.list-group.tabs-group .list-group-item {
    position: relative;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    color: #616161;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #ddd;
    text-shadow: none;
}

.list-group.tabs-group .list-group-item:first-of-type {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top: none;
}

.list-group.tabs-group .list-group-item:last-of-type {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom: none;
}

.list-group.tabs-group .list-group-item a {
    margin: 0;
    border: none !important;
    background: transparent !important;
}

.list-group.tabs-group .list-group-item i.fa {
    margin-right: 10px;
    opacity: 0.5;
}

.list-group.tabs-group .list-group-item:hover {
    background-color: #f6f6f6;
}

.list-group.tabs-group .list-group-item.active,
.list-group.tabs-group .list-group-item.active:hover,
.list-group.tabs-group .list-group-item.active:focus {
    background: #eee;
}

.tab-content.panels-faq {
    padding: 0;
    border: 0;
}

.panel.panel-help {
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
    padding-bottom: 0;
    border-radius: 2px;
    overflow: hidden;
    background-color: #fff;
    margin: 0 0 16px;
}

.panel.panel-help a[href^="#"],
.panel.panel-help a[href^="#"]:hover,
.panel.panel-help a[href^="#"]:focus {
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

.panel.panel-help .panel-heading {
    background-color: #f6f6f6;
    padding: 0 16px;
    line-height: 48px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    color: rgba(0, 0, 0, 0.87);
}

.panel.panel-help .panel-heading h2 {
    margin: 0;
    padding: 14px 0 14px;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: none;
}

.panel.panel-help .panel-body {
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-radius: 2px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    margin-top: 0;
}

.panel.panel-help .panel-body p {
    margin: 0 0 16px;
}

.panel.panel-help .panel-body p:last-of-type {
    margin: 0;
}

/* -------------------------------------------------
 * 10.18 MODE
 ------------------------------------------------ */
.system-maintenance-on .header .header-left,
.system-maintenance-on .header .header-right {
    background: #FFF8E1;
}

.system-support-on .header .header-left,
.system-support-on .header .header-right {
    background: #E0F2F1;
}

.system-support-on .header .header-right {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .15);
}

.header-left .mini-label {
    position: absolute;
    right: 15px;
    bottom: 5px;
}

/* -------------------------------------------------
 * 10.19 PROFILE
 ------------------------------------------------ */

/* -------------------------------------------------
 * 11 VIEW
 ------------------------------------------------ */
/* -------------------------------------------------
 * 11.1 COLLAPSED
 ------------------------------------------------ */
/* -------------------------------------------------
 * 11.1.1 COLLAPSED HEADER
 ------------------------------------------------ */
.collapsed .header .header-left {
    width: 61px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .collapsed .header .header-left {
        width: 58px;
    }
}

.collapsed .header .header-left .logo {
    display: none;
}

.collapsed .header .header-left .menu-collapse {
    right: 19px;
    color: #555;
}

.collapsed .header .header-left .menu-collapse:hover {
    color: #333;
}

.collapsed .header .header-right {
    padding-left: 81px;
}

@media screen and (max-width: 768px) {
    .collapsed .header .header-right {
        padding-left: 78px;
    }
}

.collapsed .header-left .mini-label {
    display: none;
}

/* -------------------------------------------------
 * 11.1.2 COLLAPSED LAYOUT
 ------------------------------------------------ */
.collapsed .layout:before {
    width: 61px;
}

.collapsed .layout .layout-right {
    margin-left: 61px;
}

.collapsed .layout .layout-left {
    width: 61px;
}

@media screen and (max-width: 768px) {
    .collapsed .layout:before {
        width: 58px;
    }

    .collapsed .layout .layout-right {
        margin-left: 58px;
    }

    .collapsed .layout .layout-left {
        width: 58px;
    }
}

/* -------------------------------------------------
 * 11.1.3 COLLAPSED LEFT PART
 ------------------------------------------------ */
.collapsed .floating {
    width: 61px;
}

@media screen and (max-width: 768px) {
    .collapsed .floating {
        width: 58px;
    }
}

.collapsed .layout-left-search form {
    display: none;
}

.collapsed .layout-left-search-link {
    display: block;
}

.collapsed .layout-left-search-link a {
    display: block;
    width: auto;
    margin: 0;
    padding: 12px 0 12px 20px;
    color: #ccc;
}

/* -------------------------------------------------
 * 11.1.4 COLLAPSED LEFT MENU
 ------------------------------------------------ */
@media screen and (min-width: 481px) {
    .collapsed .layout-left .nav > li > a {
        padding-left: 20px;
    }
}

.collapsed .layout-left .nav > li.nav-hover:not(.active) > a {
    background-color: #f5f5f5;
}

.collapsed .layout-left .nav > li > a > span:not(.badge) {
    display: none;
}

.collapsed .layout-left .nav > li > a > span.badge {
    position: absolute;
    top: -5px;
    right: 5px;
    z-index: 30;
}

.collapsed .layout-left .nav > li.parent:after {
    display: none;
}

.collapsed .layout-left .nav > li.parent .children {
    display: none;
}

.collapsed .layout-left .profile-title h4 {
    display: none;
}

/* -------------------------------------------------
 * 11.1.5 COLLAPSED PROFILE
 ------------------------------------------------ */
.collapsed .floating-profile {
    width: 58px;
}

.collapsed #selectLanguageBlock {
    display: none !important;
}

.collapsed #selectLangButton {
    display: block !important;
}

/* -------------------------------------------------
 * 11.2 MINIMIZED
 ------------------------------------------------ */
/* -------------------------------------------------
 * 11.3 COLS
 ------------------------------------------------ */
.col-sm-6-right {
    float: right;
}

@media screen and (max-width: 767px) {
    .col-sm-6-right {
        float: none;
    }
}

/* -------------------------------------------------
 *
 ------------------------------------------------ */
/* -------------------------------------------------
 *
 ------------------------------------------------ */
/* -------------------------------------------------
 * 12 CUSTOM
 ------------------------------------------------ */
.p0 {
    padding: 0 !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 10px !important;
}

.pl0 {
    padding-left: 0 !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.m0 {
    margin: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt3 {
    margin-top: 3px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mr-auto {
    margin-right: auto !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.ml-auto {
    margin-left: auto !important;
}

.ml0 {
    margin-left: 0 !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.mr0 {
    margin-right: 0 !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb8 {
    margin-bottom: 8px !important;
}

.mb9 {
    margin-bottom: 9px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

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

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.margin-auto {
    margin: 0 auto;
}

.nomargin {
    margin: 0 !important;
}

.nopadding {
    padding: 0;
}

.vertical-padding {
    padding-left: 0;
    padding-right: 0;
}

.horizontal-padding {
    padding-top: 0;
    padding-bottom: 0;
}

.padding10 {
    padding: 10px;
}

.padding15 {
    padding: 15px;
}

.padding20 {
    padding: 20px;
}

.noborder {
    border: none !important;
}

.height200 {
    height: 200px;
}

.height300 {
    height: 300px;
}

.width30p {
    width: 30%;
}

.width50p {
    width: 50%;
}

.width100p {
    width: 100%;
}

.width50 {
    width: 50px;
}

.width100 {
    width: 100px;
}

.width150 {
    width: 150px;
}

.width200 {
    width: 200px !important;
}

.width300 {
    width: 300px;
}

.maxWidth200 {
    max-width: 200px;
}

.minWidth100 {
    min-width: 100px;
}

.minWidth150 {
    min-width: 150px;
}

.minWidth200 {
    min-width: 200px;
}

.maxWidth300 {
    max-width: 300px;
}

.maxHeight200 {
    max-height: 200px;
}

.maxHeight300 {
    max-height: 300px;
}

.maxHeight400 {
    max-height: 400px;
}

.text-black {
    color: black;
}

.text-grey {
    color: grey;
}

.text-value,
.text-value a {
    color: #333 !important;
}

.text-value a:hover,
a.text-value:hover {
    text-decoration: underline;
}

.inline-block {
    display: inline-block;
}

.full-width {
    width: 100%;
}

.full-height {
    height: 100% !important;
}

.toggle-box {
    display: none;
}

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

a.underline,
.underline a,
a.underline-dark,
.underline-dark a,
a.nounderline-dark:hover {
    text-decoration: underline;
}

a.underline:hover,
.underline a:hover,
a.underline-dark:hover,
.underline-dark a:hover,
a.nounderline-dark {
    text-decoration: none;
}

a.underline-dark,
.underline-dark a,
a.nounderline-dark {
    color: #656565;
}

a.underline-on-hover {
    color: inherit;
    text-decoration: none;
}

a.underline-on-hover:hover {
    text-decoration: underline;
}

.to-show {
    display: block;
}

.to-hide {
    display: none;
}

.unseen {
    color: #bbb !important;
}

.is-wrap {
    min-width: 200px !important;
    white-space: normal !important;
}

.vertical-middle {
    vertical-align: middle !important;
}

.vertical-top {
    vertical-align: top !important;
}

.overflow {
    overflow: hidden;
}

.overflow-x {
    overflow-x: hidden;
}

.overflow-x-auto {
    overflow-x: auto;
}

.overflow-y {
    overflow-y: hidden;
}

.overflow-y-auto {
    overflow-y: auto;
}

.pre-wrap {
    white-space: pre-wrap;
}

.no-mt-inner .btn {
    margin-top: 0 !important;
}

.border-left-none {
    border-left: none !important;
}

.border-right-none {
    border-right: none !important;
}

.float-none {
    float: none !important;
}

.no-user-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.separate-line {
    color: #ccc;
}

/* -------------------------------------------------
 * 13 SERVICE
 ------------------------------------------------ */
pre {
    font-size: 13px;
    padding: 10px;
    margin-bottom: 10px;
}

/* -------------------------------------------------
 * 13.1 SELECTION
 ------------------------------------------------ */
::selection {
    background: #555;
    color: white;
}

::-moz-selection {
    background: #555;
    color: white;
}

::-webkit-selection {
    background: #555;
    color: white;
}

/* -------------------------------------------------
 * 13.2 PRELOADER
 ------------------------------------------------ */
.preloader_block {
    position: fixed;
    left: 50%;
    top: 20px;
    margin: auto;
    zoom: 1;
    z-index: 1000;
}

.loader {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    margin-left: -15px;
}

/* -------------------------------------------------
 * 13.3 LOCKING
------------------------------------------------ */
#locking {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 230px;
    z-index: 1000;
    background: rgba(51, 51, 51, 0.3);
    transition: background .2s cubic-bezier(.25, .8, .25, 1);
}

@media screen and (max-width: 768px) {
    #locking {
        /*left: 227px;*/
    }
}

.collapsed #locking {
    left: 61px;
}

/* -------------------------------------------------
* 13.3.1 BLOCKING
------------------------------------------------ */
.blocking-block {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #f9f9f9;
    z-index: 999999;
}

.blocking {
    position: relative;
    width: 11em;
    height: 11em;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 10px;
    text-indent: -9999em;
    border-radius: 50%;
    background: #f9f9f9;
    background: -moz-linear-gradient(left, #656565 10%, rgba(101, 101, 101, 0.1) 42%);
    background: -webkit-linear-gradient(left, #656565 10%, rgba(101, 101, 101, 0.1) 42%);
    background: -o-linear-gradient(left, #656565 10%, rgba(101, 101, 101, 0.1) 42%);
    background: -ms-linear-gradient(left, #656565 10%, rgba(101, 101, 101, 0.1) 42%);
    background: linear-gradient(to right, #656565 10%, rgba(101, 101, 101, 0.1) 42%);
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.blocking:before {
    width: 50%;
    height: 50%;
    background: #656565;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.blocking:after {
    background: #f9f9f9;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* -------------------------------------------------
 * 13.4 PROFILER
------------------------------------------------ */
.profiler-block {
    margin-left: 230px;
    overflow: hidden;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .profiler-block {
        /*margin-left: 227px;*/
    }
}

.sign-in .profiler-block {
    position: absolute;
    bottom: 0;
    margin: 20px 20px 0 20px;
}

.collapsed .profiler-block {
    margin-left: 61px;
}

@media screen and (max-width: 768px) {
    .collapsed .profiler-block {
        margin-left: 58px;
    }
}

.content .profiler-block {
    padding-left: 0;
}

.profiler-block table {
    max-width: 100%;
}

.profiler-block td,
.profiler-block td * {
    word-break: break-all;
    word-wrap: break-word;
}

.profiler-block .table-striped > tbody > tr:nth-of-type(even) {
    background: white;
}

.profiler-table {
    margin-bottom: 5px !important;
    border: none;
}

.profiler-table-header th {
    text-align: left;
}

.profiler-table-header h2 {
    margin: 20px;
    float: left;
    color: white;
    text-align: left;
    font-weight: normal;
}

.profiler-table-total {
    float: right;
    margin-right: 10px;
    color: white;
    font-weight: normal;
}

.profiler-table-total td {
    padding: 3px;
    border: none !important;
}

.profiler-table-total td:nth-of-type(even) {
    text-align: right;
}

.profiler-table-number {
    width: 50px;
}

.profiler-block .little {
    width: 8%;
    text-align: right;
}

.profiler-table-body:hover {
    background: #F3E5F5 !important;
}

.profiler-table-body td {
    color: #777 !important;
}

.profiler-table-body:hover td {
    color: #444 !important;
}

.profiler-table-body td {
    padding: 5px;
}

.table tr .lime,
.profiler-table-body .start-time {
    background: #f9fbe7;
}

.table tr:nth-of-type(odd) .lime,
.profiler-table-body:nth-of-type(odd) .start-time {
    background: #f0f4c3;
}

.table tr .light-green,
.profiler-table-body .time {
    background: #f1f8e9;
}

.table tr:nth-of-type(odd) .light-green,
.profiler-table-body:nth-of-type(odd) .time {
    background: #dcedc8;
}

.profiler-table-body .time-min {
    background: #e8f5e9;
}

.profiler-table-body:nth-of-type(odd) .time-min {
    background: #c8e6c9;
}

.table tr .light-yellow,
.profiler-table-body .time-average {
    background: #fffde7;
}

.table tr:nth-of-type(odd) .light-yellow,
.profiler-table-body:nth-of-type(odd) .time-average {
    background: #fff9c4;
}

.table tr .orange,
.profiler-table-body .time-max {
    background: #fff3e0;
}

.table tr:nth-of-type(odd) .orange,
.profiler-table-body:nth-of-type(odd) .time-max {
    background: #ffe0b2;
}

.profiler-table-body .memory-usage {
    background: #e0f2f1;
}

.profiler-table-body:nth-of-type(odd) .memory-usage {
    background: #b2dfdb;
}

.table tr .light-blue,
.profiler-table-body .memory {
    background: #E1F5FE;
}

.table tr:nth-of-type(odd) .light-blue,
.profiler-table-body:nth-of-type(odd) .memory {
    background: #B3E5FC;
}

/* -------------------------------------------------
 * 13.5 FLEX
------------------------------------------------ */
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.flex-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .flex-col-sm-1, .flex-col-sm-2, .flex-col-sm-3, .flex-col-sm-4, .flex-col-sm-5, .flex-col-sm-6, .flex-col-sm-7, .flex-col-sm-8, .flex-col-sm-9, .flex-col-sm-10, .flex-col-sm-11, .flex-col-sm-12, .flex-col-sm, .flex-col-sm-auto, .flex-col-md-1, .flex-col-md-2, .flex-col-md-3, .flex-col-md-4, .flex-col-md-5, .flex-col-md-6, .flex-col-md-7, .flex-col-md-8, .flex-col-md-9, .flex-col-md-10, .flex-col-md-11, .flex-col-md-12, .flex-col-md, .flex-col-md-auto, .flex-col-lg-1, .flex-col-lg-2, .flex-col-lg-3, .flex-col-lg-4, .flex-col-lg-5, .flex-col-lg-6, .flex-col-lg-7, .flex-col-lg-8, .flex-col-lg-9, .flex-col-lg-10, .flex-col-lg-11, .flex-col-lg-12, .flex-col-lg, .flex-col-lg-auto, .flex-col-xl-1, .flex-col-xl-2, .flex-col-xl-3, .flex-col-xl-4, .flex-col-xl-5, .flex-col-xl-6, .flex-col-xl-7, .flex-col-xl-8, .flex-col-xl-9, .flex-col-xl-10, .flex-col-xl-11, .flex-col-xl-12, .flex-col-xl, .flex-col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

.row-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
    .row-flex-md {
        display: block;
    }
}

.col-lg-6-flex,
.col-md-6-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.flex-block,
.flex-block > .flex-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.flex-wrap {

}

.flex-block > .flex-item > .panel {
    width: 100%;
}

.flex-block > .col-lg-6 .panel {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-columns {
    min-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.flex-columns .flex-column {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
}

#footer-block {
    flex-shrink: 0;
}

html,
body,
body > section,
.layout,
.part-right,
.layout-right {
    height: 100%;
}

.col-flex-full-height {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.col-flex-full-height .content-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.col-flex-full-height .content-block {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
}

.flex-params {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-params > .flex-item {
    margin-bottom: 20px;
}

/* -------------------------------------------------
 * 13.6 CLOCK
------------------------------------------------ */
#clock {
    display: none;
}

#clock i {
    font-style: normal;
}

/* -------------------------------------------------
 * 13.7 KEYFRAMES
------------------------------------------------ */
@-webkit-keyframes blinking {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1.0;
    }
}

@-moz-keyframes blinking {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1.0;
    }
}

/* -------------------------------------------------
 * 13.8 SCROLLBAR
------------------------------------------------ */
::-webkit-scrollbar {
    width: 10px;
    background-color: #fff;
}

::-webkit-scrollbar:horizontal {
    height: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

::-webkit-scrollbar-button {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-thumb {
    background-color: rgba(51, 51, 51, 0.2);
    border: 1px solid #999;
}

::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-button:hover {
    background-color: rgba(51, 51, 51, 0.3);
    border: 1px solid #888;
}

::-webkit-scrollbar-thumb:active,
::-webkit-scrollbar-button:active {
    background-color: rgba(51, 51, 51, 0.4);
    border: 1px solid #777;
}

@media screen and (max-width: 976px) {
    ::-webkit-scrollbar {
        width: 4px;
    }

    ::-webkit-scrollbar:horizontal {
        height: 4px;
    }

    ::-webkit-scrollbar-thumb {
        background-color: rgba(51, 51, 51, 0.5);
        border: 1px solid #777;
    }

    ::-webkit-scrollbar-button {
        width: 0;
        height: 0;
        border: 0;
    }
}

/* -------------------------------------------------
 * 14 FIX
 ------------------------------------------------ */
/* -------------------------------------------------
 * 14.1 FORM FIX
 ------------------------------------------------ */
.btn-form-fix {
    margin-left: 25% !important;
}

/* -------------------------------------------------
 * 14.2 XDEBUG
 ------------------------------------------------ */
.xdebug-error {
    position: relative;
    margin: 0 auto 30px auto;
    z-index: 2000;
}

/* -------------------------------------------------
 * 14.3 DEVELOPER TOOLS
 ------------------------------------------------ */
#developerTools {
    margin-left: -3px;
    padding-left: 3px;
}

/* -------------------------------------------------
 * 14.4 BROWSERS
 ------------------------------------------------ */
input::-ms-clear {
    display: none;
}

/* -------------------------------------------------
 * 15 WIDGETS
 ------------------------------------------------ */
/* -------------------------------------------------
 * 15.1 STRUCT WIDGET
 ------------------------------------------------ */
.gok_struct_widget input[type="text"] {
    margin-right: 5px;
    margin-bottom: 3px;
}

.gok_struct_widget .btn {
    float: left;
    margin: 1px 5px 0 0 !important;
}

.modal-struct {
    max-height: 80%;
}

.modal-struct .modal-body {
    overflow-y: auto;
}

.modal-struct .struct-nav {
    position: relative;
    height: auto;
    min-height: 35px;
    padding: 7px 10px;
    margin-bottom: 10px;
    color: #333;
    background-color: #f0f0f0;
    border: 1px solid #e0e0e0;
}

.modal-struct .structure_block ul {
    margin: 0;
}

.modal-struct .structure_block li {
    margin: 6px 0;
    color: #656565;
}

.modal-struct .structure_block li.selectable {
    color: #222;
}

.modal-struct .structure_block li span {
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border: 1px dashed transparent;
    padding: 3px 4px 4px 4px;
    cursor: pointer;
    height: 14px;
}

.modal-struct .structure_block li.selectable span {
    border: 1px solid transparent;
}

.modal-struct .structure_block .icon_arrow, .modal-struct .structure_block .icon_empty {
    margin: 2px 5px 0 0;
    cursor: pointer;
    vertical-align: middle;
}

.modal-struct .structure_block .icon_empty {
    cursor: default;
}

.modal-struct .structure_block li span.name {
    display: inline;
}

.modal-struct .structure_block li span.passive_row {
    color: #777;
}

.modal-struct .structure_block li > span.name:hover {
    border-color: #aaa;
    background: #e9e9e9;
}

.modal-struct .structure_block li.selectable > span.name:hover,
.modal-struct .structure_block li.selected span.name.selected {
    color: white;
    background: #777;
    border-color: #656565;
}

.modal-struct .structure_block li.selectable > span.name.passive_row:hover,
.modal-struct .structure_block li.selected span.name.selected.passive_row {
    color: #555;
    background: #ddd;
    border-color: #ccc;
}

.modal-struct .structure_block li ul {
    margin-left: 20px;
    display: none;
}

.modal-struct .italic {
    font-style: italic;
    font-weight: normal;
}

body.modal-open {
    padding-right: 0 !important;
}

/* -------------------------------------------------
 * 15.2 NOTIFICATION WIDGET
 ------------------------------------------------ */
#noticeList {
}

#noticeBlock {
    overflow-y: auto;
    height: 200px;
}

#noticeBlock td .fa {
    vertical-align: middle;
    margin-left: 7px;
}

#notifierPages {
    margin: 0;
    padding-top: 15px;
    min-height: 26px;
    text-align: center;
}

#notifierPages span {
    cursor: pointer;
}

#noticeBlock .msg-date {
    width: 100px;
    text-align: center;
}

#noticeBlock .msg-delete {
    width: 50px;
    text-align: center;
}

/* -------------------------------------------------
 * 15.3 MASONRY
 ------------------------------------------------ */
.masonry-container .col-md-4,
.masonry-container .col-sm-4 {
    width: 33%;
}

.masonry-container .col-md-6,
.masonry-container .col-sm-6 {
    width: 50%;
}

@media screen and (max-width: 992px) {
    .masonry-container {
        position: relative !important;
        width: auto !important;
        height: auto !important;
    }

    .masonry-column {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        float: none !important;
        width: auto !important;
    }
}

/* -------------------------------------------------
 * 15.4 SELECT STEPS
 ------------------------------------------------ */
.on-init .empty-message {
    padding: 3px 0 0;
    min-height: 41px;
}

.on-change {
    display: none;
}

/* -------------------------------------------------
 * 15.5 FILE UPLOADER
 ------------------------------------------------ */
.file-group {
    padding-bottom: 10px;
}

.select-badge {
    color: #999;
    margin-left: 7px;
}

/* -------------------------------------------------
 * 15.6 TABLE WIDGET
 ------------------------------------------------ */
.wtable_filters {
    text-align: left !important;
}

/* -------------------------------------------------
 * 15.7 TOGGLES
 ------------------------------------------------ */
.toggle-slide {
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    direction: ltr;
}

.toggle-slide .toggle-on,
.toggle-slide .toggle-off,
.toggle-slide .toggle-blob {
    float: left;
}

.toggle-slide .toggle-blob {
    position: relative;
    z-index: 99;
    cursor: hand;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.toggle-light .toggle-slide {
    border-radius: 50px;
    -webkit-box-shadow: 0 0 0 1px #999;
    box-shadow: 0 0 0 1px #999;
}

.toggle-light .toggle-on,
.toggle-light .toggle-off {
    font-weight: 500;
    text-align: center;
}

.toggle-light .toggle-on,
.toggle-light .toggle-select .toggle-inner .active {
    background: #1aaa55;
    -webkit-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.2);
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    color: white;
}

.toggle-light .toggle-off,
.toggle-light .toggle-select .toggle-on {
    background: #db3b21;
    -webkit-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.2);
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    color: white;
}

.toggle-light .toggle-blob {
    border-radius: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#cfcfcf));
    background: -webkit-linear-gradient(#f5f5f5, #cfcfcf);
    background: linear-gradient(#f5f5f5, #cfcfcf);
    -webkit-box-shadow: 1px 1px 2px #888;
    box-shadow: 1px 1px 2px #888;
}

.toggle-light .toggle-blob:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#f9f9f9));
    background: -webkit-linear-gradient(#e4e4e4, #f9f9f9);
    background: linear-gradient(#e4e4e4, #f9f9f9);
}

/* -------------------------------------------------
 * 15.8 TREEGRID
 ------------------------------------------------ */
.treegrid-indent {
    display: inline-block;
    width: 30px;
    padding-left: 0;
}

.treegrid-expander {
    cursor: pointer;
}

.treegrid-expander:hover {
    color: #333;
}

/* -------------------------------------------------
 * 15.9 TYPEAHEAD
 ------------------------------------------------ */
.typeahead.dropdown-menu {
    overflow-y: auto;
    max-height: 320px;
}

.typeahead.dropdown-menu > li {
    max-width: 320px;
}

.typeahead.dropdown-menu > li > a {
    white-space: normal;
}

/* -------------------------------------------------
 * 15.10 MORRIS
 ------------------------------------------------ */
.morris-hover {
    position: absolute;
    z-index: 1000;
}

.morris-hover.morris-default-style {
    border-radius: 3px;
    padding: 6px;
    color: #333;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #ddd;
    font-size: 12px;
    text-align: center;
}

.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: bold;
    margin: 0.25em 0;
}

.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: 0.1em 0;
}

/* -------------------------------------------------
 * 15.11 WMS WIDGET
 ------------------------------------------------ */
#editableForm[data-add-empty-quantity='1'] .only-with-quantity {
    display: none;
}

/* -------------------------------------------------
 * 15.12 AUTOCOMPLETE
 ------------------------------------------------ */
.autocomplete-suggestions {
    margin: 1px 0 0 3px;
    font-size: 13px !important;
    color: #676767;
    overflow: auto;
    background: white;
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 3px 3px 0 rgba(12, 12, 12, 0.03) !important;
    -moz-box-shadow: 3px 3px 0 rgba(12, 12, 12, 0.03) !important;
    box-shadow: 3px 3px 0 rgba(12, 12, 12, 0.03) !important;
}

.autocomplete-suggestions .autocomplete-suggestion,
.autocomplete-suggestions .autocomplete-no-suggestion,
.autocomplete-suggestions .autocomplete-suggestion-more {
    padding: 6px 12px;
}

.autocomplete-suggestions .autocomplete-suggestion {
    border-top: 1px solid #f9f9f9;
}

.autocomplete-suggestions .autocomplete-suggestion:first-child {
    border-top: none;
}

.autocomplete-suggestions .autocomplete-selected {
    background: #f3f3f3;
}

.autocomplete-suggestions strong {
    background: #f0f0f0;
}

/* -------------------------------------------------
 * 15.13 LIST STRING
 ------------------------------------------------ */
.item_list_layout_wrapper td {
    padding-bottom: 8px;
}

.item_row td {
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}

.item_row:last-child td {
    padding-bottom: 10px;
    border-bottom: none;
}

.item_list_foot_wrapper .item_list_actions .add_after_element {
    margin-top: 0 !important;
    display: inline;
}

/* -------------------------------------------------
 * 15.14 DASHBOARD
 ------------------------------------------------ */
.row-widget hr {
    margin: 10px 0;
}

.row-widget .little-box {
    margin-bottom: 20px;
}

/* -------------------------------------------------
 * 15.15 SELECT
 ------------------------------------------------ */
.bootstrap-select.btn-group .dropdown-menu li.selected a {
    background: #e0e0e0;
}

/* -------------------------------------------------
 * 16 MEDIA QUERIES
 ------------------------------------------------ */
/* -------------------------------------------------
 * 1200
 ------------------------------------------------ */
@media screen and (min-width: 1200px) {

    .dl-horizontal dt {
        width: 250px;
    }

    .dl-horizontal dd {
        margin-left: 270px;
    }

    .dl-horizontal-columns dt,
    .workstation-panel .dl-horizontal dt {
        width: 180px;
    }

    .dl-horizontal-columns dd,
    .workstation-panel .dl-horizontal dd {
        margin-left: 200px;
    }

}

/* -------------------------------------------------
 * 1024
 ------------------------------------------------ */
@media screen and (max-width: 1200px) {
    .flex-block,
    .flex-block > .flex-item,
    .flex-params > .col-lg-6.flex-item,
    .col-lg-6-flex {
        display: block;
        width: 100%;
    }
}

/* -------------------------------------------------
 * 976
 ------------------------------------------------ */
@media screen and (max-width: 976px) {

    .header .header-left .logo {
        position: absolute;
    }

    .content-header {
        min-height: 0;
    }

    .content-header h1 i,
    .content-header-simple h1 i {
        display: none;
    }

    .content-header h1,
    .content-header h2,
    .content-header h3 {
        float: left;
        margin: 0 0 5px;
    }

    .content-header h1,
    .content-header-simple h1 {
        font-size: 20px;
    }

    .content-header h2,
    .content-header-simple h2 {
        font-size: 18px;
    }

    .content-header h3,
    .content-header-simple h3 {
        font-size: 16px;
    }

    .content-header-simple h2,
    .content-header-simple h3 {
        margin-left: 0;
    }

    .zend-form dt,
    .zend-form dd {
        min-height: inherit;
    }

    .zend-form dt:before {
        display: none;
    }

    .zend-form-vertical dt,
    .zend-form-vertical dd {
        min-height: 43px;
    }

    .zend-form-vertical dt:before {
        display: inline-block;
    }

    .zend-form dt {
        float: none;
        width: auto;
        padding-top: 0;
    }

    .zend-form dt label {
        padding-left: 0;
        padding-right: 0;
    }

    .zend-form dd {
        margin-left: 0;
        margin-bottom: 15px;
    }

    .zend-form .filter-button {
        margin-left: 0;
    }

    .zend-form-horizontal dt {
        float: none;
        width: auto;
    }

    .zend-form-horizontal dd,
    .btn-form-fix {
        margin-left: 0 !important;
    }

    .table-actions a {
        margin-right: 10px;
    }

    .table-actions a:last-child {
        margin-right: 0;
    }

    .treegrid-expander.glyphicon {
        margin-right: 5px;
    }

    .fix-tree-element {
        white-space: nowrap;
    }

    .col-md-6-flex {
        display: block;
    }

    .zend-form-horizontal .input-values-between .title {
        width: auto;
        padding-left: 10px;
        margin-bottom: 5px;
    }

    .zend-form-horizontal .input-values-between .inputs {
        padding-left: 0;
    }

}

/* -------------------------------------------------
 * 768
 ------------------------------------------------ */
@media screen and (min-width: 768px) {
    .header-page .group-action-buttons .group-wide-option {
        display: none;
    }
}

@media screen and (max-width: 768px) {

    body {
        overflow-x: hidden;
        position: relative;
    }

    .layout-left {
        width: 233px;
        left: -3px;
        border-left: 3px solid white;
    }

    .expanded #locking {
        display: block;
    }

    .expanded .layout-right {
        width: 100%;
    }

    .part-right {
        overflow-x: hidden;
    }

    .floating {
        position: relative;
        top: auto;
        bottom: auto;
        overflow: visible;
    }

    .floating-block {
        height: auto !important;
        padding-bottom: 0 !important;
    }

    .floating-overflow {
        overflow-y: visible;
        height: 100%;
    }

    .floating-menu {
        width: auto;
        clear: both;
    }

    .floating-profile {
        position: relative;
        left: auto;
        bottom: auto;
        width: auto;
        height: auto;
        margin-top: 30px;
    }

    .dl-horizontal dd {
        padding-bottom: 15px;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        position: static;
    }

    .bottom-menu {
        float: none;
    }

    .footer-menu {
        padding-top: 15px;
        text-align: left;
    }

    .modal-dialog {
        margin: 10px auto;
    }

    .header-page .top-buttons-label,
    .panel-heading-menu .top-buttons-label {
        display: none;
    }

    .header-page-title {
        margin-right: 50px;
    }

    .nav-tabs.division-tabs > li {
        float: none;
        text-align: center;
        border-left: 0;
        border-right: 0;
    }

    .nav-tabs.division-tabs > li:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .division-tabs,
    .division-tabs > li {
        display: block;
    }

    .search-section h4 {
        line-height: 18px;
        clear: both;
    }

    .search-section h4 .label {
        float: right;
    }

    .search-to-all {
        padding-top: 3px;
        text-align: left;
    }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
    .expanded .header-page-menu {
        display: none;
    }

    .expanded .header-page-title {
        margin-right: 0;
    }
}

/* -------------------------------------------------
 * 640
 ------------------------------------------------ */
@media screen and (max-width: 640px) {

    .content-header h1,
    .content-header h2,
    .content-header h3,
    .content-header h4 {
        float: none;
    }

    .content-header .callback-links {
        float: none;
    }

    .content-header h4 + .callback-links {
        padding-top: 5px;
    }

    .sign-in > div > section {
        padding-top: 20px;
    }

    .modal-dialog {
        width: 90% !important;
        max-height: 90%;
    }

    .content-header .dropdown-menu-right {
        left: 0;
        right: auto;
    }

    .workstation-panel .panel-body {
        padding: 20px 10px 10px;
    }

    .workstation-panel .dl-horizontal dt {
        float: none;
        width: 100%;
        text-align: left;
        overflow: visible;
    }

    .workstation-panel .dl-horizontal dd {
        margin-left: 0;
    }

    .workstation-panel .panel-options .pull-left,
    .workstation-panel .panel-options .pull-right {
        float: none !important;
    }

    .workstation-panel .panel-options .pull-left {
        padding-bottom: 15px;
    }

    .workstation-list {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -moz-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        width: 100%;
    }

    .workstation-list li {
        float: none;
        display: block;
        width: 50%;
        margin: 0;
    }
}

/* -------------------------------------------------
 * > 480
 ------------------------------------------------ */
@media screen and (min-width: 481px) {
    #floatMenu {
        display: block;
    }

    .collapsed .layout-left .nav > li > a i,
    .collapsed .layout-left .nav > li > .as-link i {
        margin-right: 0;
    }
}

/* -------------------------------------------------
 * 480
 ------------------------------------------------ */
@media screen and (max-width: 480px) {

    html {
        border-left: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .layout:before {
        left: 0;
    }

    .header .header-left .menu-collapse {
        /*color: white !important;*/
    }

    .menu-collapse {
        display: none !important;
    }

    .menu-mobile {

    }

    #locking {
        display: none !important;
    }

    .callback-links .btn {
        max-width: 200px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .panel-sign-in {
        width: 90%;
    }

    .layout:before {
        display: none;
    }

    .layout .part-left .layout-left {
        position: relative !important;
        width: 100% !important;
        top: auto;
        left: auto;
        z-index: 2;
        border: none;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.03);
    }

    .layout .layout-left .floating,
    .layout .layout-left .floating-profile {
        width: 100%;
    }

    .layout .layout-left .floating-block {
        padding-bottom: 0;
    }

    .layout .layout-left .nav > li > a > span:not(.badge) {
        display: inline;
    }

    .layout .layout-left-search form,
    .layout .layout-left .profile-title h4 {
        display: block;
    }

    .layout .layout-left-search-link {
        display: none;
    }

    .layout .part-right .layout-right {
        margin-left: 0 !important;
    }

    .layout .profile-menu,
    .layout .floating-profile {
        height: auto;
    }

    .layout .header .header-left {
        width: 61px;
        text-align: center;
    }

    .layout .header .header-left .logo {
        display: none;
    }

    .layout .header-left .mini-label {
        display: none;
    }

    .layout .header .header-right {
        padding-left: 71px;
    }

    .gok_struct_widget .btn {
        float: right;
        margin: 1px 0 2px 5px !important;
    }

    .collapsed .layout-left .nav > li > a > span.badge {
        top: auto;
    }

    .floating {
        width: auto;
    }
}

/* -------------------------------------------------
 * 380
 ------------------------------------------------ */
@media screen and (max-width: 380px) {
    .workstation .pull-left,
    .workstation .pull-right {
        float: none !important;
    }

    .workstation .read_point_save {
        display: block;
        width: 100%;
        margin-top: 5px;
    }

    .workstation .width200,
    .workstation .width300 {
        width: 100% !important;
    }
}

/* -------------------------------------------------
 * 360
 ------------------------------------------------ */
@media screen and (max-width: 360px) {

    .width200,
    .width300 {
        width: 100%;
    }

    .workstation-list {
        display: block;
    }

    .workstation-list li {
        width: 100%;
    }

}

/* -------------------------------------------------
 * iPad in portrait & landscape
 ------------------------------------------------ */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {
}

/* -------------------------------------------------
 * iPad in landscape
 ------------------------------------------------ */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape) {
}

/* -------------------------------------------------
 * iPad in portrait
 ------------------------------------------------ */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait) {
}

/* -------------------------------------------------
 * iPhone 5, 6, 6+ in portrait & landscape
 ------------------------------------------------ */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px) {
}

/* -------------------------------------------------
 * iPhone 5, 6, 6+ in landscape
 ------------------------------------------------ */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (orientation: landscape) {
    .signin .login-form .logo img {
        width: 50%;
        -moz-transition: all 0.2s ease-out 0.2s;
        -webkit-transition: all 0.2s ease-out 0.2s;
        -o-transition: all 0.2s ease-out 0.2s;
        transition: all 0.2s ease-out 0.2s;
    }

    .signin .login-form .panel-body,
    .signin .login-form .panel-body {
        padding: 20px 40px;
        -moz-transition: all 0.3s ease-out 0.3s;
        -webkit-transition: all 0.3s ease-out 0.3s;
        -o-transition: all 0.3s ease-out 0.3s;
        transition: all 0.3s ease-out 0.3s;
    }
}

/* -------------------------------------------------
 * iPhone 5, 6, 6+ in portrait
 ------------------------------------------------ */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (orientation: portrait) {
}

/* -------------------------------------------------
 * iPhone 2G-4S in portrait & landscape
 ------------------------------------------------ */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px) {
}

/* -------------------------------------------------
 * Fix menu for iPhone 2G-4S in portrait & landscape
 ------------------------------------------------ */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 359px)
and (orientation: portrait) {
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (orientation: landscape) {
}

/* -------------------------------------------------
 * iPhone 2G-4S in landscape
 ------------------------------------------------ */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (orientation: landscape) {
}

/* -------------------------------------------------
 * iPhone 2G-4S in portrait
 ------------------------------------------------ */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (orientation: portrait) {
}

/* -------------------------------------------------
 * Retina ×2
 ------------------------------------------------ */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
}

/* -------------------------------------------------
 * Retina ×3
 ------------------------------------------------ */
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min--moz-device-pixel-ratio: 3), only screen and (-o-min-device-pixel-ratio: 3/1), only screen and (min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx) {
}

/* -------------------------------------------------
 * 17 BROWSER DETECTION
 ------------------------------------------------ */
/* -------------------------------------------------
 * IE 10+
 ------------------------------------------------ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .table-responsive {
        padding-bottom: 25px;
    }

    .input-group-btn .btn {
        line-height: 19px;
    }
}

/* -------------------------------------------------
 * Hacks > IE 6-8
 ------------------------------------------------ */
@media \0screen\,screen\9 {
    img[src*=".svg"] {
        width: 100%;
    }
}

/* -------------------------------------------------
 * Hacks > IE 9, 10
 ------------------------------------------------ */
@media screen and (min-width: 0\0
) {
    img[src*=".svg"] {
        width: 100%;
    }
}

/* -------------------------------------------------
 * Hacks > IE 10+
 ------------------------------------------------ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    img[src*=".svg"] {
        width: 100%;
    }
}

/* ---------------------------------------------- */
