﻿/*
    ALTERAÇÕES
    --------------------------------------------------
    11/08/2018 - RAFAEL SILVA
        - .bs-callout / fadeIn
    --------------------------------------------------

	//=========================================================================
	// Author   :   Leno Carvalho
	//=========================================================================

    1. Layouts
    3. Panels
    4. Typography
    5. Buttons
    6. Alerts
    7. Notifications
    8. Progress Indicators
    9. Modals
    10. Tabs & Accordians
    11. Form Elements
    12. Tables & Datatables
    13. Login
    14. Widgets
    15. Misc
    16. Print
    17. Demo

    //=========================================================================
*/

/* [1. Layouts] */
::-moz-selection {
    background-color: #555;
    color: #fff;
}

::selection {
    background-color: #555;
    color: #fff;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.3);
}

/*::-webkit-input-placeholder {
    color: #ed2929 !important;
}

:-moz-placeholder {
    color: #ed2929 !important;
    opacity: 1;
}

::-moz-placeholder {
    color: #ed2929 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #ed2929 !important;
}

::-ms-input-placeholder {
    color: #ed2929 !important;
}*/

body {
    margin: 0;
    padding: 0;
    direction: ltr;
    font-family: Montserrat;
    background-color: #fdfdfd;
}

    body.mobile .page-sidebar .sidebar-menu .menu-items li:hover a {
        color: #fff;
    }

    body.mobile .page-sidebar .sidebar-menu .menu-items li:hover .icon-thumbnail {
        color: #fff !important;
    }

    body.mobile .page-sidebar .sidebar-menu .menu-items li.active > a,
    body.mobile .page-sidebar .sidebar-menu .menu-items li.open > a {
        color: #fff;
    }

    body.mobile .page-sidebar .sidebar-menu .menu-items li.active > .icon-thumbnail,
    body.mobile .page-sidebar .sidebar-menu .menu-items li.open > .icon-thumbnail {
        color: #fff;
    }

    body.dashboard .page-container {
        background: #f5f5f5;
    }

    body.disable-scroll {
        overflow: hidden;
    }

.header {
    padding: 0;
    height: 60px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    z-index: 1030;
}

    .header .navbar-collapse {
        margin-top: 60px;
        background-color: #eee;
        border-bottom: 1px solid #ddd;
    }

img[src$=".gif"], img[src$=".png"] {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: optimizeQuality;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

@media (max-width: 480px) {
    body .header {
        height: 60px;
    }

        body .header .header-inner {
            height: 60px;
            text-align: center;
        }
}

@media (min-width: 480px) {
    .header .navbar-collapse.collapse {
        display: none !important;
    }
}

.row {
    margin-left: 0;
    margin-right: 0;
}

/* [3. Panels] */
.no-after:after {
    content: none !important;
}

.no-before:before {
    content: none !important;
}

.bg-primary {
    background-color: #1781BF;
}

.bg-primary-dark {
    background-color: #086CA5;
}

.bg-primary-darker {
    background-color: #055C8E;
}

.bg-primary-darkest {
    background-color: #0A374C;
}

.bg-primary-light {
    background-color: #56A5D3;
}

.bg-primary-lighter {
    background-color: #BED8E8;
}

.bg-primary-lightest {
    background-color: #E3EFF7;
}

.text-primary {
    color: #1781BF !important;
}

.label {
    padding: 2px 10px;
    font-size: 10px;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-40 {
    font-size: 40px !important;
}

.fs-50 {
    font-size: 50px !important;
}

.fs-60 {
    font-size: 60px !important;
}

.fs-70 {
    font-size: 70px !important;
}

/* [4. Typography] */
/* [5. Buttons] */
/* [6. Alerts] */
/* [7. Notifications] */
/* [8. Progress Indicators] */
.progress-bar-primary {
    background-color: #1781BF;
    background-image: none;
}

.progress-bar-complete {
    background-color: #48b0f7;
    background-image: none;
}

.progress-bar-success {
    background-color: #28ae58;
    background-image: none;
}

.progress-bar-info {
    background-color: #3b4752;
    background-image: none;
}

.progress-bar-warning {
    background-color: #f8d053;
    background-image: none;
}

.progress-bar-danger {
    background-color: #f55753;
    background-image: none;
}

.progress-bar-white {
    background-color: #fff;
    background-image: none;
}

.progress-bar-black {
    background-color: #000;
    background-image: none;
}

.progress-info .bar,
.progress .bar-info {
    background-color: #232b31;
    background-image: none;
}

.progress-warning .bar,
.progress .bar-warning {
    background-color: #957d32;
    background-image: none;
}

.progress-danger .bar,
.progress .bar-danger {
    background-color: #933432;
    background-image: none;
}

.progress-white .bar,
.progress .bar-white {
    background-color: #fff;
    background-image: none;
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
    background-color: #28ae58;
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
    background-color: #3b4752;
}

/* [9. Modals] */
/* [10. Tabs & Accordians] */
/* [11. Form Elements] */
/* [12. Tables & Datatables] */
/* [13. Login] */
/* [14. Widgets] */
/* [15. Misc] */
/* [16. Print] */
/* [17. Demo] */
.pointer {
    cursor: pointer !important;
}

.upper {
    t__ext-transform: uppercase !important;
}

.tooltip {
    font-family: Montserrat;
    white-space: nowrap !important;
}

.tooltip-inner {
    height: auto;
    white-space: normal;
    overflow: hidden;
}

body.menu-pin > .pgn-wrapper[data-position$='-left'],
body.menu-pin > .pgn-wrapper[data-position="top"],
body.menu-pin > .pgn-wrapper[data-position="bottom"] {
    left: 280px;
}

.pgn-wrapper {
    position: fixed;
    z-index: 2000;
}

    .pgn-wrapper[data-position$='-left'] {
        left: 30px;
    }

    .pgn-wrapper[data-position$='-right'] {
        right: 20px;
    }

    .pgn-wrapper[data-position^='top-'] {
        top: 20px;
    }

    .pgn-wrapper[data-position^='bottom-'] {
        bottom: 20px;
    }

    .pgn-wrapper[data-position='top'] {
        top: 0;
        left: 0;
        right: 0;
    }

    .pgn-wrapper[data-position='bottom'] {
        bottom: 0;
        left: 0;
        right: 0;
    }

.pgn {
    position: relative;
    margin: 10px;
}

    .pgn .alert {
        margin: 0;
    }

.notification-panel {
    background-color: #fff;
    border: none;
    width: 380px;
}

    .notification-panel .notification-body {
        max-height: 420px;
    }

        .notification-panel .notification-body .notification-item {
            padding-right: 10px;
        }

            .notification-panel .notification-body .notification-item .more-details .more-details-inner {
                color: black;
            }

            .notification-panel .notification-body .notification-item .heading {
                line-height: 20px;
            }

.pg-mail:before {
    vertical-align: middle;
}
/* Quick View
------------------------------------
*/
.quickview-wrapper {
    right: -300px;
    top: 0;
    width: 300px;
    box-shadow: none;
    border-left: 1px solid rgb(200, 200, 200);
    z-index: 1030;
}

    .quickview-wrapper.open {
        box-shadow: 20px 10px 15px 15px #777;
    }

    .quickview-wrapper .quickview-toggle {
        color: #000;
        opacity: 1;
        cursor: pointer;
        top: 10px;
        z-index: 1030;
    }

    .quickview-wrapper .nav-tabs {
        background-color: #1781BF;
        min-height: 60px;
        position: relative;
        padding: 0 43px 0 35px;
    }

        .quickview-wrapper .nav-tabs > li > a {
            color: #fff;
            opacity: 0.6;
            text-align: center;
            min-width: 75px;
            min-height: 60px;
            line-height: 38.9px;
        }

            .quickview-wrapper .nav-tabs > li > a:hover {
                opacity: 1;
                color: #fff;
            }

        .quickview-wrapper .nav-tabs > li.active > a,
        .quickview-wrapper .nav-tabs > li.active > a:hover,
        .quickview-wrapper .nav-tabs > li.active > a:focus {
            background-color: transparent;
            border: 0;
            color: #fff;
            opacity: 1;
        }

        .quickview-wrapper .nav-tabs ~ .tab-content {
            top: 60px;
            height: 100%;
        }

            .quickview-wrapper .nav-tabs ~ .tab-content ul li {
                list-style: none;
                min-height: 40px;
                border-bottom: 1px solid #eee;
            }

    .quickview-wrapper .tab-content {
        top: 60px;
        height: 100%;
    }

        .quickview-wrapper .tab-content .tab-pane {
            height: 100%;
        }

/* Page Container
------------------------------------
*/
.page-container {
    width: 100%;
    height: 100%;
    padding-left: 70px;
    overflow-y: auto;
}

    .page-container .page-content-wrapper {
        min-height: 100%;
        position: relative;
        background-color: white;
    }

        .page-container .page-content-wrapper .content {
            /* Content holder */
            z-index: 10;
            padding-top: 60px;
            padding-bottom: 72px;
            min-height: 100%;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .page-container .page-content-wrapper .content.full-width {
                width: 100%;
            }

            .page-container .page-content-wrapper .content .content-inner {
                display: inline-block;
                vertical-align: top;
                height: 100%;
                position: relative;
            }

            .page-container .page-content-wrapper .content:only-child {
                padding-bottom: 0px;
            }

            .page-container .page-content-wrapper .content.overlay-footer {
                padding-bottom: 0px;
            }

        .page-container .page-content-wrapper .footer {
            /* Footer */
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            -webkit-transition: left 0.3s ease;
            transition: left 0.3s ease;
        }

            .page-container .page-content-wrapper .footer.fixed {
                position: fixed;
            }

.page-title {
    margin-top: 0px;
}
/* Base Notification customizations */
body > .pgn-wrapper[data-position="top"] {
    top: 60px;
    left: 70px;
}

body > .pgn-wrapper[data-position="bottom"] {
    left: 70px;
}

body > .pgn-wrapper[data-position$='-left'] {
    left: 90px;
    right: auto;
}

body > .pgn-wrapper[data-position^='top-'] {
    top: 80px;
    bottom: auto;
}

.pgn-circle .alert .close {
    margin-top: -4px;
}

body > .pgn-wrapper {
    z-index: 1060;
}
/*------------------------------------------------------------------
[4. Panels]
*/
.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
}

    .panel .panel-heading {
        background: transparent;
        border-radius: 0px;
        border-bottom: 0px;
        padding: 17px 20px 7px 20px;
        position: relative;
        z-index: 3;
        min-height: 48px;
    }

        .panel .panel-heading.separator:after {
            content: "";
            height: 1px;
            background: rgba(0, 0, 0, 0.08);
            left: 16px;
            right: 16px;
            position: absolute;
            bottom: 0;
        }

        .panel .panel-heading + .panel-body {
            padding-top: 0;
            height: calc(100% - 50px);
        }

        .panel .panel-heading .panel-title {
            font-family: Montserrat;
            t__ext-transform: uppercase;
            display: inline-block;
            letter-spacing: 0.02em;
            font-size: 12px;
            font-weight: 600;
            margin: 0;
            padding: 0;
            line-height: normal;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-text-stroke: 0px;
            filter: alpha(opacity=40);
            -webkit-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

            .panel .panel-heading .panel-title .tooltip {
                text-transform: none;
            }

        .panel .panel-heading .panel-controls {
            float: right;
            margin-top: -3px;
        }

            .panel .panel-heading .panel-controls ul {
                margin: 0;
                padding: 0;
            }

                .panel .panel-heading .panel-controls ul li {
                    display: inline-block;
                    list-style: none;
                    line-height: 0;
                }

            .panel .panel-heading .panel-controls:after {
                content: "";
                display: table;
                clear: both;
            }

        .panel .panel-heading.panel-heading-hover .panel-title {
            opacity: .4;
        }

        .panel .panel-heading.panel-heading-hover:hover .panel-title {
            opacity: 1;
        }

    .panel.panel-default {
        border: 1px solid rgba(0, 0, 0, 0.07);
    }

    .panel.panel-bordered {
        border: 1px solid rgba(230, 230, 230, 0.7);
    }

    .panel.panel-condensed .panel-heading {
        padding: 13px 13px 0 13px;
        min-height: 30px;
    }

        .panel.panel-condensed .panel-heading .panel-title {
            opacity: .4;
        }

    .panel.panel-condensed .panel-body {
        padding: 13px;
    }

    .panel.panel-hover .panel-heading .panel-title {
        opacity: .4;
    }

    .panel.panel-hover:hover .panel-heading .panel-title {
        opacity: 1;
    }

    .panel.panel-transparent {
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .panel.panel-transparent .panel-body {
            background: transparent;
        }

    .panel.full-height {
        height: calc(100%);
    }

        .panel.full-height .panel-body {
            height: auto;
            width: 100%;
            height: 100%;
        }

    .panel.panel-featured {
        -webkit-box-shadow: -1px 1px 3px 0px rgba(121, 129, 135, 0.14);
        box-shadow: -1px 1px 3px 0px rgba(121, 129, 135, 0.14);
        width: calc(100% - 50px);
        float: right;
    }

        .panel.panel-featured .panel-title h4 {
            font-family: Montserrat;
            font-size: 16px;
            t__ext-transform: uppercase;
            color: #f0f0f0;
        }

        .panel.panel-featured .panel-body h3 {
            line-height: 34px;
            font-size: 26px;
        }

        .panel.panel-featured .footer .username {
            line-height: 8px;
            padding-top: 10px;
            font-size: 16px;
        }

        .panel.panel-featured .footer .buttons li {
            display: inline;
            list-style: none;
            font-weight: bold;
            margin-left: 20px;
        }

            .panel.panel-featured .footer .buttons li:first-child {
                margin-left: 0;
            }

        .panel.panel-featured .footer .buttons .heart {
            color: #f55753;
        }

        .panel.panel-featured .footer .buttons .comment {
            color: #626262;
        }

        .panel.panel-featured .ribbon {
            width: 38px;
            height: 38px;
            margin-left: -39px;
            float: left;
            -webkit-box-shadow: inset -3px 0px 3px 0px rgba(0, 0, 0, 0.14);
            box-shadow: inset -3px 0px 3px 0px rgba(0, 0, 0, 0.14);
        }

            .panel.panel-featured .ribbon.green {
                background: #48b0f7;
            }

            .panel.panel-featured .ribbon.blue {
                background: #28ae58;
            }

    .panel.hover-fill:hover {
        background: #f0f0f0;
    }

    .panel.hover-stroke:hover {
        border: 1px solid #e6e6e6;
    }

    .panel .panel-body {
        padding: 0;
        height: 100%;
        width: 100%;
    }

        .panel .panel-body.no-padding .row {
            margin-left: 0;
            margin-right: 0;
        }

        .panel .panel-body.no-bottom-padding {
            padding-bottom: 0;
        }

        .panel .panel-body.no-top-padding {
            padding-top: 0;
        }

        .panel .panel-body .title {
            margin-top: 0px;
        }

        .panel .panel-body .scrollable {
            width: 100%;
            border-top: 1px solid #ddd;
            padding: 15px;
            margin-bottom: 15px;
        }

            .panel .panel-body .scrollable h1,
            .panel .panel-body .scrollable h2,
            .panel .panel-body .scrollable h3,
            .panel .panel-body .scrollable h4,
            .panel .panel-body .scrollable h5,
            .panel .panel-body .scrollable h6 {
                color: black;
            }

            .panel .panel-body .scrollable.scroll-wrapper > .scroll-element .scroll-bar {
                background-color: #697686;
                cursor: pointer;
            }

/*@media (max-width: 991px) {
    .full-height {
        padding: 0 !important;
    }
}*/
/* Breadcrumbs
------------------------------------
*/
.breadcrumb {
    font-family: Montserrat;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
    background-color: transparent;
    padding: 15px 0;
    line-height: 35px;
    margin: 0;
    border: none;
    t__ext-transform: uppercase;
    display: block;
    width: auto;
    white-space: nowrap;
}

    .breadcrumb a {
        margin-left: 5px;
        margin-right: 5px;
        font-family: Montserrat;
        font-size: 11px !important;
        font-weight: 400;
        color: #eee;
    }

        .breadcrumb a:hover {
            color: #000 !important;
        }

        .breadcrumb a.active {
            font-weight: 600;
            color: #000 !important;
        }

            .breadcrumb a.active:hover {
                font-weight: 600;
                color: #000 !important;
            }

    .breadcrumb li {
        padding-left: 0px;
    }

        .breadcrumb li a:hover, .breadcrumb li a:focus, .breadcrumb li a:active {
            color: #bbb;
        }

    .breadcrumb > li:first-child {
        margin-left: 10px;
    }

    .breadcrumb > li + li:before {
        padding: 0 5px;
        color: #bbb;
        font-family: FontAwesome;
        content: "\f105";
        font-weight: bold;
    }

    .breadcrumb li a {
        color: #606060;
        font-weight: 300;
        text-shadow: none;
    }

    .breadcrumb a, .breadcrumb i, .breadcrumb span {
        color: #000;
        font-weight: 300;
        text-shadow: none;
    }
/*** Desktops & Laptops ***/
@media only screen and (min-width: 980px) {
    body.ie9.menu-pin .page-sidebar {
        transform: none !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
    }

    body.menu-pin {
        overflow-x: hidden;
    }

        body.menu-pin .header .brand {
            width: 270px;
        }

        body.menu-pin .page-container {
            padding-left: 0;
        }

            body.menu-pin .page-container .page-content-wrapper .content {
                padding-left: 278px;
            }

            body.menu-pin .page-container .page-content-wrapper .footer {
                left: 278px;
            }

        body.menu-pin [data-toggle-pin="sidebar"] > i:before {
            content: "\f192";
        }

        body.menu-pin .page-sidebar {
            transform: translate(210px, 0) !important;
            -webkit-transform: translate(210px, 0) !important;
            -ms-transform: translate(210px, 0) !important;
        }

        body.menu-pin .page-sidebar {
            width: 280px;
        }

            body.menu-pin .page-sidebar .sidebar-header img {
                height: 35px;
            }

            body.menu-pin .page-sidebar .sidebar-header .sidebar-header-controls {
                -webkit-transform: translateX(113px);
                -ms-transform: translateX(113px);
                transform: translateX(113px);
            }

            body.menu-pin .page-sidebar .menu-items .icon-thumbnail {
                -webkit-transform: translate3d(-14px, 0, 0);
                transform: translate3d(-14px, 0, 0);
                -ms-transform: translate(-14px, 0);
            }

    body.menu-behind .page-sidebar {
        z-index: 799;
    }

    body.menu-behind .header .brand {
        width: 200px;
        text-align: left;
        padding-left: 20px;
    }

    body.box-layout {
        background-color: #ffffff;
    }

        body.box-layout > .container,
        body.box-layout > .full-height > .container {
            height: 100%;
            padding: 0;
            background-color: #fafafa;
        }

        body.box-layout .header {
            background-color: transparent;
            border: 0;
            padding: 0;
        }

            body.box-layout .header > .container {
                border-bottom: 1px solid rgba(230, 230, 230, 0.7);
                padding: 0 15px;
            }

        body.box-layout .page-sidebar {
            left: auto;
            transform: none !important;
            -webkit-transform: none !important;
        }

        body.box-layout .page-container .page-content-wrapper .footer {
            width: auto;
        }

    .header .brand {
        position: relative;
    }

        .header .brand img {
            height: 35px;
            width: auto;
        }

    .header .user-info-wrapper .user-details .user-name {
        font-size: 16px;
    }

    .header .user-info-wrapper .user-details .user-other {
        font-size: 10px;
    }

    .header .user-info-wrapper .user-pic {
        position: relative;
        top: -6px;
    }

    .notification-panel {
        width: 400px;
    }

        .notification-panel .notification-body .notification-item .more-details .more-details-inner {
            margin-left: 6px;
            padding-left: 20px;
            padding-top: 0;
            padding-right: 10px;
        }

        .notification-panel .notification-body .notification-item .heading .time {
            color: black !important;
        }
}
/* Main components
--------------------------------
*/
.timeline::before {
    background: #f5f5f5;
}

.timeline-point.small {
    margin-top: 15px;
}

/* Flip
------------------------------------
*/
.pgn-wrapper[data-position^='top-'] .pgn-flip {
    top: -30px;
}

.pgn-wrapper[data-position^='bottom-'] .pgn-flip {
    bottom: -30px;
}

    .pgn-wrapper[data-position^='bottom-'] .pgn-flip .alert {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    }

.pgn-flip .alert {
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    box-shadow: 0 6px 4px -3px rgba(0, 0, 0, 0.2);
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    border-radius: 0;
    padding: 25px 35px;
    max-width: 500px;
    min-width: 350px;
    max-height: 250px;
    overflow: hidden;
}
/*------------------------------------------------------------------
[7. Alerts]
*/
.alert {
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    padding: 9px 19px 9px 15px;
    border-radius: 3px;
    font-size: 13px;
    border-width: 0;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

    .alert.bordered {
        border-width: 1px;
    }

    .alert .link {
        color: #ce8f22;
        font-weight: bold;
    }

    .alert .alert-heading {
        color: #ce8f22 !important;
        margin-bottom: 5px;
        font-weight: 600;
    }

    .alert .btn-small {
        position: relative;
        top: -3.5px;
    }

    .alert .button-set .btn {
        position: relative;
        top: 8px;
    }

    .alert .close {
        background: url("../../content/img/icons/noti-cross.png") no-repeat scroll 0 0 transparent;
        background-position: -9px -10px;
        width: 10px;
        height: 9px;
        position: relative;
        opacity: 0.8;
        top: 4.5px;
        float: right;
        margin-left: 20px;
        font-size: 0;
        z-index: 2010;
    }

        .alert .close:hover {
            opacity: 1;
        }

@media (max-width: 1024px) {
    .inner-content {
        margin: 0;
    }
}
/*** General Small Screen Desktops ***/
/*** General tablets and phones ***/
@media (max-width: 991px) {
    .page-container {
        padding-left: 0;
    }

    body.sidebar-open .page-container {
        -webkit-transform: translate3d(250px, 0, 0);
        transform: translate3d(280px, 0, 0);
        -ms-transform: translate(280px, 0);
        overflow: hidden;
        position: fixed;
    }

    body.box-layout > .container {
        padding: 0;
        height: 100%;
    }

    body.box-layout .header > .container {
        padding: 0;
    }

        body.box-layout .header > .container .pull-right .sm-action-bar {
            right: 0;
        }

    body.menu-opened.horizontal-menu {
        overflow-y: hidden;
    }

        body.menu-opened.horizontal-menu .bar {
            -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
            -ms-transform: translate(0%, 0);
        }

    .header .header-inner {
        text-align: center;
    }

        .header .header-inner .mark-email {
            left: 45px;
            position: absolute;
            top: 23px;
        }

        .header .header-inner .quickview-link {
            position: absolute;
            right: 0;
            top: 12px;
        }

    .header .brand {
        height: 35px;
        width: auto;
    }

        .header .brand img {
            height: 35px;
            width: auto;
        }

    .header .notification-list,
    .header .search-link {
        display: none;
    }

    .header > .pull-left,
    .header > .pull-right {
        position: relative;
    }

        .header > .pull-right .sm-action-bar {
            right: 0;
        }

    .sm-action-bar {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 10;
    }

        .sm-action-bar > a {
            padding: 10px;
            display: inline-block;
        }

    .page-sidebar {
        width: 280px;
        z-index: auto;
        left: 0 !important;
        -webkit-transform: translate3d(0, 0px, 0px) !important;
        transform: translate3d(0, 0px, 0px) !important;
    }

        .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li {
            padding: 0px 30px 0 36px;
        }

    .page-container {
        padding-left: 0;
        position: relative;
        transition: transform .25s ease;
        -webkit-transition: -webkit-transform 0.25s ease;
    }

        .page-container .page-content-wrapper .content {
            overflow-x: hidden;
            height: auto;
        }

    .icon-thumbnail {
        margin-right: 14px;
    }

    .activity-date {
        text-align: center !important;
    }

    .page-sidebar {
        display: none;
        z-index: auto;
    }

        .page-sidebar.visible {
            display: block;
        }

        .page-sidebar .page-sidebar-inner {
            z-index: 1;
            left: 0 !important;
            width: 280px;
        }

            .page-sidebar .page-sidebar-inner .sidebar-slide .sidebar-menu {
                overflow: scroll;
                -webkit-overflow-scrolling: touch;
                top: 40px;
                bottom: 0;
            }

                .page-sidebar .page-sidebar-inner .sidebar-slide .sidebar-menu ul > li > a > .badge {
                    display: inline-block;
                }

    .secondary-sidebar {
        float: none;
        height: auto;
        left: 50%;
        margin-left: -125px;
        padding: 20px;
        position: absolute;
        right: 0;
        top: 60px;
        z-index: 9999;
        display: none;
        border-radius: 10px;
    }

        .secondary-sidebar .btn-compose {
            display: none;
        }

    .inner-content {
        margin: 0;
    }

    .breadcrumb {
        padding-left: 15px;
        padding-right: 15px;
    }

    .copyright {
        padding-left: 15px;
        padding-right: 15px;
    }

    body > .pgn-wrapper[data-position="top"] {
        top: 60px;
        left: 0;
    }

    body > .pgn-wrapper[data-position="bottom"] {
        left: 0;
    }

    body > .pgn-wrapper[data-position$='-left'] {
        left: 20px;
        right: auto;
    }

    .sm-table {
        display: table;
        width: 100%;
    }

    .user-profile-wrapper {
        position: absolute;
        right: 50px;
        top: -9px;
    }
    /*** Horizontal Menu **/
    .horizontal-menu .bar {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 250px;
        background-color: #fff;
        z-index: 10;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        right: 0;
        z-index: 1000;
        box-shadow: 0 0 9px rgba(191, 191, 191, 0.36);
        border-left: 1px solid rgba(222, 227, 231, 0.56);
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        -ms-transform: translate(100%, 0);
        -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    }

        .horizontal-menu .bar .bar-inner > ul > li {
            display: block;
        }

            .horizontal-menu .bar .bar-inner > ul > li > a .arrow {
                float: right;
                padding-right: 25px;
            }

            .horizontal-menu .bar .bar-inner > ul > li .classic {
                position: relative;
                background-color: transparent;
                top: 0;
            }

            .horizontal-menu .bar .bar-inner > ul > li .mega,
            .horizontal-menu .bar .bar-inner > ul > li.horizontal {
                position: relative;
            }

            .horizontal-menu .bar .bar-inner > ul > li > .horizontal {
                position: relative;
                top: 0;
                border-bottom: 0;
            }

                .horizontal-menu .bar .bar-inner > ul > li > .horizontal li {
                    display: block;
                }
}
/*------------------------------------------------------------------
[3. Chat]
*/
/* Chat Components
--------------------------------------------------
*/
.chat-view .chat-inner {
    height: calc(100% - 78px);
}
/* Page Sidebar */
.page-sidebar {
    width: 280px;
    z-index: 1040;
    left: -210px;
    position: fixed;
    bottom: 0;
    top: 0;
    right: auto;
    overflow: hidden;
    background-color: #0A374C;
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.05,0.74,0.27,0.99);
    -moz-transition: -moz-transform 400ms cubic-bezier(0.05,0.74,0.27,0.99);
    -o-transition: -o-transform 400ms cubic-bezier(0.05,0.74,0.27,0.99);
    transition: transform 400ms cubic-bezier(0.05,0.74,0.27,0.99);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

    .page-sidebar a,
    .page-sidebar button {
        color: #ffffff;
        outline: none !important;
        text-decoration: none !important;
        opacity: .6;
    }

        .page-sidebar button:last-child {
            margin-bottom: 2px;
            padding-left: 10px;
        }

            .page-sidebar button:last-child:active,
            .page-sidebar button:last-child:focus,
            .page-sidebar button:last-child:hover {
                margin-bottom: 2px;
                padding-left: 10px;
            }

        .page-sidebar a:hover, .page-sidebar button:hover, .page-sidebar a:active, .page-sidebar button:active {
            color: #ffffff;
            opacity: 1;
        }

        .page-sidebar a:visited, .page-sidebar button:visited, .page-sidebar a:focus, .page-sidebar button:focus {
            color: #ffffff;
            opacity: 1;
        }

    .page-sidebar .scroll-element {
        visibility: hidden;
    }

    .page-sidebar .sidebar-header {
        display: block;
        min-height: 60px;
        line-height: 60px;
        border-bottom: none;
        b__ackground-color: #092d3e;
	background-color: #f3f3f3;
        color: #fff;
        width: 100%;
        padding: 0 20px;
        padding-left: 28px;
        clear: both;
        z-index: 10;
        position: relative;
    }

        .page-sidebar .sidebar-header img {
            height: 35px;
        }

        .page-sidebar .sidebar-header .sidebar-header-controls {
            display: inline-block;
            -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.05,0.74,0.27,0.99);
            transition: transform 0.4s cubic-bezier(0.05,0.74,0.27,0.99);
            -webkit-backface-visibility: hidden;
        }

        .page-sidebar .sidebar-header .sidebar-slide-toggle i {
            -webkit-transition: all 0.12s ease;
            transition: all 0.12s ease;
        }

        .page-sidebar .sidebar-header .sidebar-slide-toggle.active i {
            -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }

body.sidebar-visible .page-sidebar .sidebar-header .sidebar-header-controls {
    -webkit-transform: translate3d(113px, 0, 0);
    transform: translate3d(113px, 0, 0);
    -ms-transform: translate(113px, 0);
}

.page-sidebar .close-sidebar {
    position: absolute;
    right: 19px;
    top: 14px;
    padding: 9px;
    z-index: 1;
}

    .page-sidebar .close-sidebar > i {
        color: rgba(255,255,255,0.57);
    }

.page-sidebar .sidebar-overlay-slide {
    width: 100%;
    height: 100%;
    background-color: #272b35;
    display: block;
    z-index: 9;
    padding: 80px 20px 20px 20px;
}

    .page-sidebar .sidebar-overlay-slide.from-top {
        top: -100%;
        position: absolute;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

        .page-sidebar .sidebar-overlay-slide.from-top.show {
            -webkit-transform: translate(0,100%);
            -ms-transform: translate(0,100%);
            transform: translate(0,100%);
        }

.page-sidebar .sidebar-menu {
    height: calc(100% - 50px);
    position: relative;
    width: 100%;
}

    .page-sidebar .sidebar-menu .outer-tab-nav-section {
        display: inline-block;
        width: 45px;
        position: absolute;
        height: 100%;
        background-color: #0aa699 !important;
    }

    .page-sidebar .sidebar-menu .menu-items {
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        height: calc(100% - 10px);
        width: 100%;
    }

        .page-sidebar .sidebar-menu .menu-items li:hover > .icon-thumbnail, .page-sidebar .sidebar-menu .menu-items li.open > .icon-thumbnail, .page-sidebar .sidebar-menu .menu-items li.active > .icon-thumbnail {
            color: #ffffff;
            opacity: 1;
            -webkit-transition: opacity ease 0.3s;
            transition: opacity ease 0.3s;
        }

        .page-sidebar .sidebar-menu .menu-items li:hover > a, .page-sidebar .sidebar-menu .menu-items li.open > a, .page-sidebar .sidebar-menu .menu-items li.active > a {
            color: #ffffff;
            opacity: 1;
            -webkit-transition: opacity ease 0.3s;
            transition: opacity ease 0.3s;
        }

        .page-sidebar .sidebar-menu .menu-items li > a {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 75%;
        }

        .page-sidebar .sidebar-menu .menu-items > li {
            display: block;
            padding: 0;
            padding-top: 5px;
            clear: right;
        }

            .page-sidebar .sidebar-menu .menu-items > li:first-child {
                padding-top: 15px;
            }

            .page-sidebar .sidebar-menu .menu-items > li:last-child {
                padding-bottom: 30px;
            }

            .page-sidebar .sidebar-menu .menu-items > li:after, .page-sidebar .sidebar-menu .menu-items > li:before {
                display: table;
                content: " ";
                clear: both;
            }

            .page-sidebar .sidebar-menu .menu-items > li > a {
                font-family: Arial,sans-serif;
                display: inline-block;
                padding: 0 10px;
                padding-left: 32px;
                min-height: 40px;
                line-height: 40px;
                font-size: 14px;
                clear: both;
            }

                .page-sidebar .sidebar-menu .menu-items > li > a.open {
                    background: #313131;
                }

                .page-sidebar .sidebar-menu .menu-items > li > a > .arrow {
                    float: right;
                }

                    .page-sidebar .sidebar-menu .menu-items > li > a > .arrow:before {
                        float: right;
                        display: inline;
                        font-size: 16px;
                        font-family: FontAwesome;
                        height: auto;
                        content: "\f104";
                        font-weight: 300;
                        text-shadow: none;
                        -webkit-transition: all 0.12s ease;
                        transition: all 0.12s ease;
                    }

                    .page-sidebar .sidebar-menu .menu-items > li > a > .arrow.open:before {
                        -webkit-transform: rotate(-90deg);
                        -ms-transform: rotate(-90deg);
                        transform: rotate(-90deg);
                    }

                .page-sidebar .sidebar-menu .menu-items > li > a > .badge {
                    margin-top: 12px;
                    text-overflow: ellipsis;
                    overflow: hidden;
                }

                .page-sidebar .sidebar-menu .menu-items > li > a > .title {
                    float: left;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    width: 70%;
                }

                    .page-sidebar .sidebar-menu .menu-items > li > a > .title.arrow {
                        overflow: visible;
                    }

                .page-sidebar .sidebar-menu .menu-items > li > a > .details {
                    font-size: 12px;
                    opacity: 0.4;
                    display: block;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    clear: both;
                }

                .page-sidebar .sidebar-menu .menu-items > li > a.detailed > .title {
                    line-height: 20px;
                    font-family: Montserrat;
                    font-size: 10px;
                    t__ext-transform: uppercase;
                    font-weight: 600;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    width: 100%;
                }

                    .page-sidebar .sidebar-menu .menu-items > li > a.detailed > .title.arrow {
                        overflow: visible;
                    }

                .page-sidebar .sidebar-menu .menu-items > li > a.detailed > .details {
                    line-height: 20px;
                    font-family: Montserrat;
                    font-size: 10px;
                    t__ext-transform: uppercase;
                    font-weight: 600;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    width: 100%;
                }

            .page-sidebar .sidebar-menu .menu-items > li.active > ul.sub-menu {
                display: block;
            }

            .page-sidebar .sidebar-menu .menu-items > li > .icon-thumbnail:first-letter {
                t__ext-transform: uppercase;
            }

            .page-sidebar .sidebar-menu .menu-items > li > ul.sub-menu > li ul.sub-menu li {
                padding-left: 10px;
                padding-right: 3px;
            }

            .page-sidebar .sidebar-menu .menu-items > li > ul.sub-menu > li ul.sub-menu .icon-thumbnail {
                width: 25px;
                height: 25px;
                line-height: 25px;
                font-size: 10px;
            }

            .page-sidebar .sidebar-menu .menu-items > li > ul.sub-menu li > a > .arrow:before {
                float: right;
                margin-top: 1px;
                margin-right: 20px;
                display: inline;
                font-size: 16px;
                font-family: FontAwesome;
                height: auto;
                content: "\f104";
                font-weight: 300;
                text-shadow: none;
                -webkit-transition: all 0.12s ease;
                transition: all 0.12s ease;
            }

            .page-sidebar .sidebar-menu .menu-items > li > ul.sub-menu li > a > .arrow.open:before {
                float: right;
                margin-top: 1px;
                margin-right: 18px;
                display: inline;
                font-family: FontAwesome;
                height: auto;
                font-size: 16px;
                -webkit-transform: rotate(-90deg);
                -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
                font-weight: 300;
                text-shadow: none;
            }

            .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu {
                display: none;
                list-style: none;
                clear: both;
                margin: 0 0 10px 0;
                background-color: #144a63;
                padding: 10px 0 5px 0;
            }

                .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li {
                    background: none;
                    padding: 0px 19px 0 40px;
                    margin-top: 1px;
                }

                    .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li:hover > .icon-thumbnail {
                        color: #ffffff;
                        opacity: 1;
                        -webkit-transition: opacity ease 0.3s;
                        transition: opacity ease 0.3s;
                    }

                    .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li > a {
                        display: inline-block;
                        padding: 5px 0px;
                        white-space: normal;
                        font-family: Montserrat;
                        font-size: 10px;
                        t__ext-transform: uppercase;
                        font-weight: 600;
                    }

                    .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li .icon-thumbnail {
                        width: 30px;
                        height: 30px;
                        line-height: 30px;
                        margin: 0;
                        background-color: #0a374c;
                        font-size: 14px;
                    }

    .page-sidebar .sidebar-menu .input-search {
        height: 50px;
        padding: 0 30px;
        background-color: inherit;
        color: #fff;
        border-bottom: 1px solid #10425a;
        margin-bottom: 15px;
    }

    .page-sidebar .sidebar-menu .muted {
        color: #576775;
        opacity: .45;
    }

.page-sidebar .icon-thumbnail [class^="bg-"], .page-sidebar [class*="bg-"] {
    color: #fff;
}

[data-toggle-pin="sidebar"] > i:before {
    content: "\f10c";
}
/* Sidebar icon holder
------------------------------------
*/
.icon-thumbnail {
    display: inline-block;
    background: #144a63;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    left: 0;
    float: right;
    margin-right: 14px;
    color: #fff;
    font-size: 16px;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99);
    transition: transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99);
    -webkit-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-weight: bold;
    opacity: .6;
}

    .icon-thumbnail > i {
        font-size: 14px;
    }

.navbar-collapse.collapse {
    height: 100% !important;
}
/* Landscape view of all tablet devices */
@media (min-width: 768px) and (orientation: landscape) {
    .page-sidebar .sidebar-menu .menu-items ul {
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000;
    }

    .page-container .page-content-wrapper .content {
        padding-top: 60px;
    }

    body.box-layout > .container {
        width: 100%;
    }

    .error-page .error-container {
        width: auto;
    }

    .icon-thumbnail {
        margin-right: 14px;
    }

    .split-details {
        margin-left: 0;
    }

    .toggle-secondary-sidebar {
        display: block;
        font-size: 18px;
        left: 50%;
        margin-left: -36px;
        position: absolute;
    }

        .toggle-secondary-sidebar ~ .brand {
            display: none !important;
        }
}
/* Portrait view of all tablet devices */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .page-sidebar .sidebar-menu .menu-items > li > a {
        padding-left: 27px;
    }

    .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li {
        padding: 0px 27px 0 31px;
    }

    .icon-thumbnail {
        margin-right: 14px;
    }

    .error-page .error-container {
        width: auto;
    }
}

@media (max-width: 767px) {
    .header {
        height: 60px;
    }

        .header .notification-list,
        .header .search-link {
            display: none;
        }

        .header .header-inner {
            height: 60px;
        }

        .header .user-info-wrapper {
            display: none;
        }

        .header .search-link {
            height: 19px;
            width: 16px;
            overflow: hidden;
        }

    .jumbotron,
    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .page-container .page-content-wrapper .content {
        padding-top: 60px;
        padding-bottom: 0px;
    }

    .page-sidebar .sidebar-header {
        padding: 0 30px;
    }

    .page-sidebar .sidebar-menu .menu-items > li > a {
        padding-left: 32px;
    }

    .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li {
        padding: 0px 25px 0 28px;
    }

    .icon-thumbnail {
        margin-right: 14px;
    }

    .secondary-sidebar {
        top: 60px;
    }

    .split-details {
        margin-left: 0;
    }

    .email-composer {
        padding-left: 30px;
        padding-right: 30px;
    }
}
/*------------------------------------------------------------------
[25. Gallery]
*/
.gallery {
    margin: 50px auto 0 auto;
}

.gallery-item {
    overflow: hidden;
    cursor: default;
    background-color: #000;
    margin-bottom: 10px;
    position: relative;
    width: 280px;
    height: 240px;
}

    .gallery-item:hover {
        cursor: pointer;
    }

    .gallery-item[data-width="1"] {
        width: 280px;
    }

    .gallery-item[data-width="2"] {
        width: 570px;
    }

    .gallery-item[data-height="1"] {
        height: 240px;
    }

    .gallery-item[data-height="2"] {
        height: 490px;
    }

    .gallery-item > img {
        opacity: 1;
        -webkit-transition: opacity 0.35s;
        transition: opacity 0.35s;
    }

    .gallery-item > .live-tile img {
        opacity: 1;
        -webkit-transition: opacity 0.35s;
        transition: opacity 0.35s;
    }

    .gallery-item .rating {
        margin-top: -5px;
        color: rgba(255, 255, 255, 0.3);
    }

        .gallery-item .rating > .rated {
            color: #ffffff;
        }

    .gallery-item .item-info {
        -webkit-transform: translate3d(0, 40%, 0);
        transform: translate3d(0, 40%, 0);
        -webkit-transition: -webkit-transform 0.35s, color 0.35s;
        transition: transform 0.35s, color 0.35s;
    }

        .gallery-item .item-info.more-content {
            -webkit-transform: translate3d(0, 32%, 0);
            transform: translate3d(0, 32%, 0);
        }

    .gallery-item:hover .item-info {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .gallery-item:hover > img {
        opacity: 0.6;
    }

    .gallery-item:hover > .live-tile img {
        opacity: 0.6;
    }

    .gallery-item:active .item-info {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .gallery-item:active > img {
        opacity: 0.6;
    }

.item-details {
    z-index: 1050;
}

    .item-details .dialog__content {
        width: 845px;
        max-width: 845px;
        padding: 0;
        text-align: left;
        border: 1px solid rgba(0, 0, 0, 0.8);
    }

        .item-details .dialog__content .dialog__overview {
            height: 516px;
            position: relative;
        }

            .item-details .dialog__content .dialog__overview .buy-now {
                position: absolute;
                bottom: 20px;
                right: 35px;
            }

            .item-details .dialog__content .dialog__overview .item-slideshow .slide {
                width: 516px;
                height: 516px;
                display: block;
                overflow: hidden;
            }

        .item-details .dialog__content .dialog__footer {
            height: 75px;
        }

            .item-details .dialog__content .dialog__footer .price {
                margin: 0;
                padding: 0;
                line-height: 75px;
            }

            .item-details .dialog__content .dialog__footer .separator {
                position: relative;
            }

                .item-details .dialog__content .dialog__footer .separator:after {
                    content: "";
                    width: 1px;
                    background: rgba(255, 255, 255, 0.1);
                    position: absolute;
                    height: 27px;
                    right: 0;
                    top: 24px;
                }

            .item-details .dialog__content .dialog__footer .recommended li {
                overflow: hidden;
            }

                .item-details .dialog__content .dialog__footer .recommended li a {
                    width: 56px;
                    height: 56px;
                    display: block;
                }

                .item-details .dialog__content .dialog__footer .recommended li img {
                    width: 100%;
                }

        .item-details .dialog__content .close {
            top: 15px;
            right: 15px;
            z-index: 100;
        }

    .item-details .owl-nav {
        left: 0;
        position: absolute;
        top: 50%;
        width: 100%;
        color: #fff;
        opacity: .7;
        font-size: 18px;
        padding: 0 20px;
    }

        .item-details .owl-nav .owl-prev {
            float: left;
        }

        .item-details .owl-nav .owl-next {
            float: right;
        }

    .item-details .owl-dots {
        bottom: 23px;
        position: absolute;
        right: 23px;
    }

        .item-details .owl-dots .owl-dot {
            width: 10px;
            height: 10px;
            border-radius: 10px;
            display: inline-block;
            background: rgba(0, 0, 0, 0.3);
            margin-left: 6px;
        }

            .item-details .owl-dots .owl-dot.active {
                background: #fff;
            }

.owl-carousel .owl-stage-outer {
    direction: ltr;
}

.gallery-filters {
    position: absolute;
    left: 0;
    right: 0;
    height: 70px;
    top: -70px;
}

@media (max-width: 920px) {
    .gallery-item.first {
        display: none;
    }
}

@media (max-width: 767px) {
    .item-details .dialog__content {
        height: 90%;
        overflow-y: auto;
        width: 400px;
        max-width: 400px;
    }

        .item-details .dialog__content .container-fluid {
            height: 100%;
            padding-left: 30px;
            padding-right: 30px;
        }

        .item-details .dialog__content .dialog__overview {
            height: 100%;
            margin-right: -30px;
            margin-left: -30px;
        }

    .item-details .item-slideshow-wrapper {
        height: 515px !important;
    }

    .item-details .item-description {
        height: auto !important;
    }

        .item-details .item-description .buy-now {
            position: static !important;
            float: right;
            margin-bottom: 20px;
        }

    .item-details .item-slideshow .owl-stage-outer,
    .item-details .item-slideshow .owl-stage {
        height: 100%;
    }

    .item-details .item-slideshow .slide {
        width: 100% !important;
    }
}

@media (max-width: 420px) {
    .gallery {
        margin-top: 80px;
    }

    .gallery-filters {
        top: -90px;
    }

    .item-details .dialog__content {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 610px) {
    .gallery-item,
    .gallery {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .item-details .dialog__content .container-fluid > .row {
        margin-left: -30px;
        margin-right: -30px;
    }
}
/*------------------------------------------------------------------
[27. Widgets]
*/
.widget-highlighted {
    t__ext-transform: uppercase;
}

.widget-1:after {
    background-image: none;
}

.widget-2:after {
    background-image: none;
}

.widget-12 {
    min-height: 455px;
}

@media (max-width: 991px) {
    .panel {
        height: auto !important;
    }

    .widget-8,
    .widget-9,
    .widget-10 {
        height: 145px !important;
    }
}
/* Overlay Search
------------------------------------
*/
.overlay {
    z-index: 1080;
}

    .overlay .overlay-search {
        font-weight: 500;
        font-size: 50px;
    }

    .overlay .search-item a {
        color: #959595;
    }

        .overlay .search-item a:active,
        .overlay .search-item a:focus,
        .overlay .search-item a:hover {
            color: #000;
        }

/*------------------------------------------------------------------
[22. Login]
*/
.bg-pic {
    background-repeat: no-repeat;
    background-size: contain;
}
/*------------------------------------------------------------------
[23. Register]
*/
.register-wrapper {
    width: 600px;
}

/*------------------------------------------------------------------
[23. Lock Screen]
*/
.lock-container {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
}

.lock-screen-wrapper .credentials {
    margin-top: -84px;
    position: absolute;
    top: 50%;
}

    .lock-screen-wrapper .credentials .thumbnail-wrapper {
        width: 53px;
        height: 53px;
    }

    .lock-screen-wrapper .credentials .logged {
        opacity: .21;
        margin-top: -5px !important;
    }

    .lock-screen-wrapper .credentials .name {
        opacity: .69;
        margin-top: -5px !important;
        font-size: 36px;
        height: 45px;
        overflow: hidden;
    }

.lock-screen-wrapper .terms-wrapper > div {
    display: table;
}

.lock-screen-wrapper .terms-wrapper .terms {
    display: table-cell;
    vertical-align: middle;
}

.lock-screen-wrapper .terms-wrapper .logo-terms {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    text-align: center;
    position: relative;
}

    .lock-screen-wrapper .terms-wrapper .logo-terms .brand {
        left: 50%;
        margin-left: -21px;
        margin-top: -5px;
        position: absolute;
        top: 50%;
    }
/* Responsive Handlers : Lockscreen
------------------------------------
*/
@media (max-width: 767px) {
    .lock-container {
        width: 80%;
    }

    .lock-screen-wrapper .credentials form {
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .lock-screen-wrapper .credentials {
        margin: 0;
        position: static;
        margin-top: 100px;
        width: 100%;
        float: left;
        clear: both;
    }

        .lock-screen-wrapper .credentials > div {
            text-align: center;
        }

        .lock-screen-wrapper .credentials .thumbnail-wrapper {
            float: none;
            margin: 0 auto;
        }
}
/*
/*
Alternate buttons
--------------------------------------------------
*/
.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #1781BF;
    border-color: #1781BF;
}

    .btn-primary.active,
    .btn-primary:active,
    .btn-primary.active:focus,
    .btn-primary:active:focus,
    .btn-primary:active:hover,
    .open .dropdown-toggle.btn-primary {
        background-color: #086CA5;
        border-color: #086CA5;
        color: #fff;
    }

    .btn-primary.hover,
    .btn-primary:hover,
    .open .dropdown-toggle.btn-primary {
        background-color: #086CA5;
        border-color: #086CA5;
        color: #fff;
    }

    .btn-primary.active:hover {
        background: #086CA5;
        border-color: #086CA5;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #1781BF;
        border-color: #1781BF;
    }

    .btn-primary .badge {
        color: #1781BF;
        background-color: #fff;
    }

.btn-success,
.btn-success:focus {
    color: #fff;
    background-color: #2eaeb3;
    border-color: #2eaeb3;
}

    .btn-success.active,
    .btn-success:active,
    .btn-success.active:focus,
    .btn-success:active:focus,
    .btn-success:active:hover,
    .open .dropdown-toggle.btn-success {
        background-color: #258d91;
        border-color: #258d91;
        color: #fff;
    }

    .btn-success.hover,
    .btn-success:hover,
    .open .dropdown-toggle.btn-success {
        background-color: #58bec2;
        border-color: #58bec2;
        color: #fff;
    }

    .btn-success.active:hover {
        background: #28969a;
        border-color: #28969a;
    }

    .btn-success.disabled,
    .btn-success[disabled],
    fieldset[disabled] .btn-success,
    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled:active,
    .btn-success[disabled]:active,
    fieldset[disabled] .btn-success:active,
    .btn-success.disabled.active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success.active {
        background-color: #2eaeb3;
        border-color: #2eaeb3;
    }

    .btn-success .badge {
        color: #2eaeb3;
        background-color: #fff;
    }

.btn-complete,
.btn-complete:focus {
    color: #fff;
    background-color: #0594dd;
    border-color: #0594dd;
}

    .btn-complete.active,
    .btn-complete:active,
    .btn-complete.active:focus,
    .btn-complete:active:focus,
    .btn-complete:active:hover,
    .open .dropdown-toggle.btn-complete {
        background-color: #0478b3;
        border-color: #0478b3;
        color: #fff;
    }

    .btn-complete.hover,
    .btn-complete:hover,
    .open .dropdown-toggle.btn-complete {
        background-color: #37a9e4;
        border-color: #37a9e4;
        color: #fff;
    }

    .btn-complete.active:hover {
        background: #047fbe;
        border-color: #047fbe;
    }

    .btn-complete.disabled,
    .btn-complete[disabled],
    fieldset[disabled] .btn-complete,
    .btn-complete.disabled:hover,
    .btn-complete[disabled]:hover,
    fieldset[disabled] .btn-complete:hover,
    .btn-complete.disabled:focus,
    .btn-complete[disabled]:focus,
    fieldset[disabled] .btn-complete:focus,
    .btn-complete.disabled:active,
    .btn-complete[disabled]:active,
    fieldset[disabled] .btn-complete:active,
    .btn-complete.disabled.active,
    .btn-complete[disabled].active,
    fieldset[disabled] .btn-complete.active {
        background-color: #0594dd;
        border-color: #0594dd;
    }

    .btn-complete .badge {
        color: #0594dd;
        background-color: #fff;
    }

.btn-info,
.btn-info:focus {
    color: #fff;
    background-color: #1f3853;
    border-color: #1f3853;
}

    .btn-info.active,
    .btn-info:active,
    .btn-info.active:focus,
    .btn-info:active:focus,
    .btn-info:active:hover,
    .open .dropdown-toggle.btn-info {
        background-color: #192d43;
        border-color: #192d43;
        color: #fff;
    }

    .btn-info.hover,
    .btn-info:hover,
    .open .dropdown-toggle.btn-info {
        background-color: #4c6075;
        border-color: #4c6075;
        color: #fff;
    }

    .btn-info.active:hover {
        background: #1b3047;
        border-color: #1b3047;
    }

    .btn-info.disabled,
    .btn-info[disabled],
    fieldset[disabled] .btn-info,
    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled:active,
    .btn-info[disabled]:active,
    fieldset[disabled] .btn-info:active,
    .btn-info.disabled.active,
    .btn-info[disabled].active,
    fieldset[disabled] .btn-info.active {
        background-color: #1f3853;
        border-color: #1f3853;
    }

    .btn-info .badge {
        color: #1f3853;
        background-color: #fff;
    }

.btn-warning,
.btn-warning:focus {
    color: #fff;
    background-color: #fbc25e;
    border-color: #fbc25e;
}

    .btn-warning.active,
    .btn-warning:active,
    .btn-warning.active:focus,
    .btn-warning:active:focus,
    .btn-warning:active:hover,
    .open .dropdown-toggle.btn-warning {
        background-color: #cb9d4c;
        border-color: #cb9d4c;
        color: #fff;
    }

    .btn-warning.hover,
    .btn-warning:hover,
    .open .dropdown-toggle.btn-warning {
        background-color: #fcce7e;
        border-color: #fcce7e;
        color: #fff;
    }

    .btn-warning.active:hover {
        background: #d8a751;
        border-color: #d8a751;
    }

    .btn-warning.disabled,
    .btn-warning[disabled],
    fieldset[disabled] .btn-warning,
    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled:active,
    .btn-warning[disabled]:active,
    fieldset[disabled] .btn-warning:active,
    .btn-warning.disabled.active,
    .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning.active {
        background-color: #fbc25e;
        border-color: #fbc25e;
    }

    .btn-warning .badge {
        color: #fbc25e;
        background-color: #fff;
    }

.btn-danger,
.btn-danger:focus {
    color: #fff;
    background-color: #e95555;
    border-color: #e95555;
}

    .btn-danger.active,
    .btn-danger:active,
    .btn-danger.active:focus,
    .btn-danger:active:focus,
    .btn-danger:active:hover,
    .open .dropdown-toggle.btn-danger {
        background-color: #bd4545;
        border-color: #bd4545;
        color: #fff;
    }

    .btn-danger.hover,
    .btn-danger:hover,
    .open .dropdown-toggle.btn-danger {
        background-color: #ed7777;
        border-color: #ed7777;
        color: #fff;
    }

    .btn-danger.active:hover {
        background: #c84949;
        border-color: #c84949;
    }

    .btn-danger.disabled,
    .btn-danger[disabled],
    fieldset[disabled] .btn-danger,
    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled:active,
    .btn-danger[disabled]:active,
    fieldset[disabled] .btn-danger:active,
    .btn-danger.disabled.active,
    .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger.active {
        background-color: #e95555;
        border-color: #e95555;
    }

    .btn-danger .badge {
        color: #e95555;
        background-color: #fff;
    }

.btn-default,
.btn-default:focus {
    color: #5e5e5e;
    background-color: #fff;
    border-color: #e4e6e7;
}

    .btn-default.active,
    .btn-default:active,
    .btn-default.active:focus,
    .btn-default:active:focus,
    .btn-default:active:hover {
        background-color: #e4e6e7;
        border-color: #dbdee0;
        color: #21292c;
    }

    .btn-default.hover,
    .btn-default:hover {
        background-color: #e9ebec;
        border-color: rgba(73, 91, 98, 0.27);
        color: #14191a;
    }

    .btn-default.active:hover {
        background: #f0f0f0;
    }

.btn-link {
    color: #5e5e5e;
    background-color: transparent;
    border: none;
}

    .btn-link:hover,
    .btn-link:focus,
    .btn-link:active,
    .btn-link.active,
    .btn-link.disabled,
    .btn-link[disabled] {
        background-color: transparent;
        border: none;
        text-decoration: none;
        outline: none;
    }

.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;
        background: red;
        cursor: inherit;
        display: block;
    }
/*
/*------------------------------------------------------------------
[10. Modals]
*/
.modal {
    z-index: 1060;
}

    .modal.fade.slide-right .close {
        top: inherit !important;
        right: 15px;
    }

    .modal.fade.stick-up.in .modal-dialog {
        margin-bottom: 50px;
    }

    .modal .modal-content {
        border-radius: 0;
    }

    .modal .modal-body textarea {
        width: 100%;
        min-height: 100px;
        max-height: 250px;
        max-width: 100%;
        resize: vertical;
    }

    .modal .modal-header p {
        color: black;
    }

.modal-backdrop {
    z-index: 1050;
}

.modal-open .cs-skin-slide.cs-active {
    z-index: 1070;
}

.modal-open .datepicker.dropdown-menu {
    z-index: 1070 !important;
}
/* Plugins
--------------------------------------------------
Datepicker
https://github.com/eternicode/bootstrap-datepicker
*/

.datepicker thead tr .next,
.datepicker thead tr .prev {
    color: #1781BF;
}

    .datepicker thead tr .next:before,
    .datepicker thead tr .prev:before {
        color: #1781BF;
        font-family: 'FontAwesome';
        font-size: 10px;
    }

.datepicker thead tr .dow {
    color: #1781BF;
}

.datepicker table tr td.active {
    background-color: #1781BF !important;
}

.datepicker table tr td span.active {
    background-color: #1781BF !important;
}

.daterangepicker .calendar .prev,
.daterangepicker .calendar .next,
.daterangepicker .calendar th {
    color: #1781BF;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #1781BF;
    border-color: #1781BF;
}

.datepicker table tfoot tr th.today {
    font-family: Montserrat;
    font-size: 11px;
    t__ext-transform: uppercase;
}

.input-daterange .input-group-addon {
    width: 1%;
}
/*------------------------------------------------------------------
[21. Calendar App]
*/
body.overflow-hidden {
    overflow: hidden;
}
/* Calendar
-------------------------------------------------- */
.calendar {
    height: 100%;
    margin-top: 60px !important;
}

    .calendar .options {
        cursor: default;
    }

        .calendar .options .months {
            t__ext-transform: uppercase;
        }

        .calendar .options .date {
            font-size: 19px;
            t__ext-transform: uppercase;
        }

.calendar-event {
    width: 350px;
    right: -350px;
    z-index: 1030 !important;
}

.calendar .weeks-wrapper .week .day-wrapper .week-date.active {
    background-color: #1781BF;
}
/* Thumbnail for icons and profile pics
------------------------------------
*/
.thumbnail-wrapper {
    display: inline-block;
    overflow: hidden;
    float: left;
    margin-top: 2.5px;
}

    .thumbnail-wrapper.circular {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }

    .thumbnail-wrapper.bordered {
        border-width: 4px;
        border-style: solid;
    }

        .thumbnail-wrapper.bordered.d16 {
            width: 20px;
            height: 20px;
        }

            .thumbnail-wrapper.bordered.d16 > * {
                line-height: 12px;
            }

        .thumbnail-wrapper.bordered.d24 {
            width: 28px;
            height: 28px;
        }

            .thumbnail-wrapper.bordered.d24 > * {
                line-height: 24px;
            }

        .thumbnail-wrapper.bordered.d32 {
            width: 36px;
            height: 36px;
        }

            .thumbnail-wrapper.bordered.d32 > * {
                line-height: 28px;
            }

        .thumbnail-wrapper.bordered.d48 {
            width: 52px;
            height: 52px;
        }

            .thumbnail-wrapper.bordered.d48 > * {
                line-height: 44px;
            }

    .thumbnail-wrapper.d16 {
        width: 16px;
        height: 16px;
    }

        .thumbnail-wrapper.d16 > * {
            line-height: 16px;
        }

    .thumbnail-wrapper.d24 {
        width: 24px;
        height: 24px;
    }

        .thumbnail-wrapper.d24 > * {
            line-height: 24px;
        }

    .thumbnail-wrapper.d32 {
        width: 32px;
        height: 32px;
    }

        .thumbnail-wrapper.d32 > * {
            line-height: 32px;
        }

    .thumbnail-wrapper.d39 {
        width: 39px;
        height: 39px;
    }

        .thumbnail-wrapper.d39 > * {
            line-height: 39px;
        }

    .thumbnail-wrapper.d48 {
        width: 48px;
        height: 48px;
    }

        .thumbnail-wrapper.d48 > * {
            line-height: 50px;
        }

    .thumbnail-wrapper > * {
        vertical-align: middle;
        width: 100%;
        height: 100%;
        text-align: center;
    }
/* Bordered Elements
------------------------------------
*/
/* All */
.b-a-primary {
    border: #1781BF solid 2px !important;
}

.b-a-master {
    border: #626262 solid 2px !important;
}

.b-a-warning {
    border: #f8d053 solid 2px !important;
}

.b-a-success {
    border: #28ae58 solid 2px !important;
}

.b-a-complete {
    border: #48b0f7 solid 2px !important;
}

.b-a-danger {
    border: #f55753 solid 2px !important;
}

.b-a-info {
    border: #3b4752 solid 2px !important;
}
/* Top */
.b-t-primary {
    border-top: #1781BF solid 2px !important;
}

.b-t-master {
    border-top: #626262 solid 2px !important;
}

.b-t-warning {
    border-top: #f8d053 solid 2px !important;
}

.b-t-success {
    border-top: #28ae58 solid 2px !important;
}

.b-t-complete {
    border-top: #48b0f7 solid 2px !important;
}

.b-t-danger {
    border-top: #f55753 solid 2px !important;
}

.b-t-info {
    border-top: #3b4752 solid 2px !important;
}
/* Right */
.b-r-primary {
    border-right: #1781BF solid 2px !important;
}

.b-r-master {
    border-right: #626262 solid 2px !important;
}

.b-r-warning {
    border-right: #f8d053 solid 2px !important;
}

.b-r-success {
    border-right: #28ae58 solid 2px !important;
}

.b-r-complete {
    border-right: #48b0f7 solid 2px !important;
}

.b-r-danger {
    border-right: #f55753 solid 2px !important;
}

.b-r-info {
    border-right: #3b4752 solid 2px !important;
}
/* Bottom */
.b-b-primary {
    border-bottom: #1781BF solid 2px !important;
}

.b-b-master {
    border-bottom: #626262 solid 2px !important;
}

.b-b-warning {
    border-bottom: #f8d053 solid 2px !important;
}

.b-b-success {
    border-bottom: #10cf9a solid 2px !important;
}

.b-b-complete {
    border-bottom: #48b0f7 solid 2px !important;
}

.b-b-danger {
    border-bottom: #f55753 solid 2px !important;
}

.b-b-info {
    border-bottom: #3b4752 solid 2px !important;
}
/* Left */
.b-l-primary {
    border-left: #1781BF solid 2px !important;
}

.b-l-master {
    border-left: #626262 solid 2px !important;
}

.b-l-warning {
    border-left: #f8d053 solid 2px !important;
}

.b-l-success {
    border-left: #28ae58 solid 2px !important;
}

.b-l-complete {
    border-left: #48b0f7 solid 2px !important;
}

.b-l-danger {
    border-left: #f55753 solid 2px !important;
}

.b-l-info {
    border-left: #3b4752 solid 2px !important;
}
/* Generic Helpers
------------------------------------
 */
.m-t-0 {
    margin-top: 0px !important;
}

.m-r-0 {
    margin-right: 0px !important;
}

.m-l-0 {
    margin-left: 0px !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-t-25 {
    margin-top: 25px !important;
}

.m-r-25 {
    margin-right: 25px !important;
}

.m-l-25 {
    margin-left: 25px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-r-30 {
    margin-right: 30px !important;
}

.m-l-30 {
    margin-left: 30px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-t-35 {
    margin-top: 35px !important;
}

.m-r-35 {
    margin-right: 35px !important;
}

.m-l-35 {
    margin-left: 35px !important;
}

.m-b-35 {
    margin-bottom: 35px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-r-40 {
    margin-right: 40px !important;
}

.m-l-40 {
    margin-left: 40px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-t-45 {
    margin-top: 45px !important;
}

.m-r-45 {
    margin-right: 45px !important;
}

.m-l-45 {
    margin-left: 45px !important;
}

.m-b-45 {
    margin-bottom: 45px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-r-50 {
    margin-right: 50px !important;
}

.m-l-50 {
    margin-left: 50px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.m-t-55 {
    margin-top: 55px !important;
}

.m-r-55 {
    margin-right: 55px !important;
}

.m-l-55 {
    margin-left: 55px !important;
}

.m-b-55 {
    margin-bottom: 55px !important;
}

.m-t-60 {
    margin-top: 60px !important;
}

.m-r-60 {
    margin-right: 60px !important;
}

.m-l-60 {
    margin-left: 60px !important;
}

.m-b-60 {
    margin-bottom: 60px !important;
}

.m-t-65 {
    margin-top: 65px !important;
}

.m-r-65 {
    margin-right: 65px !important;
}

.m-l-65 {
    margin-left: 65px !important;
}

.m-b-65 {
    margin-bottom: 65px !important;
}

.m-t-70 {
    margin-top: 70px !important;
}

.m-r-70 {
    margin-right: 70px !important;
}

.m-l-70 {
    margin-left: 70px !important;
}

.m-b-70 {
    margin-bottom: 70px !important;
}

.m-t-75 {
    margin-top: 75px !important;
}

.m-r-75 {
    margin-right: 75px !important;
}

.m-l-75 {
    margin-left: 75px !important;
}

.m-b-75 {
    margin-bottom: 75px !important;
}

.m-t-80 {
    margin-top: 80px !important;
}

.m-r-80 {
    margin-right: 80px !important;
}

.m-l-80 {
    margin-left: 80px !important;
}

.m-b-80 {
    margin-bottom: 80px !important;
}

.m-t-85 {
    margin-top: 85px !important;
}

.m-r-85 {
    margin-right: 85px !important;
}

.m-l-85 {
    margin-left: 85px !important;
}

.m-b-85 {
    margin-bottom: 85px !important;
}

.m-t-90 {
    margin-top: 90px !important;
}

.m-r-90 {
    margin-right: 90px !important;
}

.m-l-90 {
    margin-left: 90px !important;
}

.m-b-90 {
    margin-bottom: 90px !important;
}

.m-t-95 {
    margin-top: 95px !important;
}

.m-r-95 {
    margin-right: 95px !important;
}

.m-l-95 {
    margin-left: 95px !important;
}

.m-b-95 {
    margin-bottom: 95px !important;
}

.m-t-100 {
    margin-top: 100px !important;
}

.m-r-100 {
    margin-right: 100px !important;
}

.m-l-100 {
    margin-left: 100px !important;
}

.m-b-100 {
    margin-bottom: 100px !important;
}
/* Aspect ratio
------------------------------------
*/
.ar-1-1:before {
    padding-top: calc(80% - 3.5px);
}

.ar-3-2:before {
    padding-top: calc(80% - 5px);
}
/* Generic Size Helpers
------------------------------------
 */
.nomax-h {
    max-height: none !important;
}

.nomax-w {
    max-width: none !important;
}
/* Max element size
------------------------------------
*/
.mx-h-10 {
    max-height: 10px !important;
}

.mx-w-10 {
    max-width: 10px !important;
}

.mx-h-20 {
    max-height: 20px !important;
}

.mx-w-20 {
    max-width: 20px !important;
}

.mx-h-30 {
    max-height: 30px !important;
}

.mx-w-30 {
    max-width: 30px !important;
}

.mx-h-40 {
    max-height: 40px !important;
}

.mx-w-40 {
    max-width: 40px !important;
}

.mx-h-50 {
    max-height: 50px !important;
}

.mx-w-50 {
    max-width: 50px !important;
}

.mx-h-60 {
    max-height: 60px !important;
}

.mx-w-60 {
    max-width: 60px !important;
}

.mx-h-70 {
    max-height: 70px !important;
}

.mx-w-70 {
    max-width: 70px !important;
}

.mx-h-80 {
    max-height: 80px !important;
}

.mx-w-80 {
    max-width: 80px !important;
}

.mx-h-90 {
    max-height: 90px !important;
}

.mx-w-90 {
    max-width: 90px !important;
}

.mx-h-100 {
    max-height: 100px !important;
}

.mx-w-100 {
    max-width: 100px !important;
}

.mx-h-200 {
    max-height: 200px !important;
}

.mx-w-200 {
    max-width: 200px !important;
}

.mx-h-300 {
    max-height: 300px !important;
}

.mx-w-300 {
    max-width: 300px !important;
}

.mx-w-350 {
    max-width: 350px !important;
}

.mx-h-400 {
    max-height: 400px !important;
}

.mx-w-400 {
    max-width: 400px !important;
}

.mx-h-500 {
    max-height: 500px !important;
}

.mx-w-500 {
    max-width: 500px !important;
}
/* Width percentage size
------------------------------------
*/
.width-percentage-100 {
    width: 100% !important;
}
/* Min element size
------------------------------------
*/
.mn-h-10 {
    min-height: 10px !important;
}

.mn-w-10 {
    min-width: 10px !important;
}

.mn-h-20 {
    min-height: 20px !important;
}

.mn-w-20 {
    min-width: 20px !important;
}

.mn-h-30 {
    min-height: 30px !important;
}

.mn-w-30 {
    min-width: 30px !important;
}

.mn-h-40 {
    min-height: 40px !important;
}

.mn-w-40 {
    min-width: 40px !important;
}

.mn-h-50 {
    min-height: 50px !important;
}

.mn-w-50 {
    min-width: 50px !important;
}

.mn-h-10 {
    min-height: 10px !important;
}

.mn-w-10 {
    min-width: 10px !important;
}

.mn-h-20 {
    min-height: 20px !important;
}

.mn-w-20 {
    min-width: 20px !important;
}

.mn-h-30 {
    min-height: 30px !important;
}

.mn-w-30 {
    min-width: 30px !important;
}

.mn-h-40 {
    min-height: 40px !important;
}

.mn-w-40 {
    min-width: 40px !important;
}

.mn-h-50 {
    min-height: 50px !important;
}

.mn-w-50 {
    min-width: 50px !important;
}
/* Opacity element helpers
------------------------------------
*/
.opacity-10 {
    opacity: .1 !important;
}

.opacity-20 {
    opacity: .2 !important;
}

.opacity-30 {
    opacity: .3 !important;
}

.opacity-40 {
    opacity: .4 !important;
}

.opacity-50 {
    opacity: .5 !important;
}

.opacity-60 {
    opacity: .6 !important;
}

.opacity-70 {
    opacity: .7 !important;
}

.opacity-80 {
    opacity: .8 !important;
}

.opacity-90 {
    opacity: .9 !important;
}

.opacity-100 {
    opacity: 1 !important;
}
/* Top element size
------------------------------------
*/
.t-5 {
    max-height: 10px !important;
}

.t-10 {
    max-width: 10px !important;
}

.t-15 {
    max-height: 20px !important;
}

.t-20 {
    max-width: 20px !important;
}

.t-25 {
    max-height: 30px !important;
}

.t-30 {
    max-width: 30px !important;
}

.t-35 {
    max-height: 40px !important;
}

.t-40 {
    max-width: 40px !important;
}

.t-45 {
    max-height: 50px !important;
}
/* Overflows
------------------------------------
*/
.over-a {
    overflow: auto !important;
}

.over-h {
    overflow: hidden !important;
}

.over-x-a {
    overflow-x: auto !important;
}

.over-x-h {
    overflow-x: hidden !important;
}

.over-y-a {
    overflow-y: auto !important;
}

.over-y-h {
    overflow-y: hidden !important;
}

@media (max-width: 767px) {
    .sm-nomax-h {
        max-height: none !important;
    }

    .sm-nomax-w {
        max-width: none !important;
    }

    .sm-mx-h-10 {
        max-height: 10px !important;
    }

    .sm-mx-w-10 {
        max-width: 10px !important;
    }

    .sm-mx-h-20 {
        max-height: 20px !important;
    }

    .sm-mx-w-20 {
        max-width: 20px !important;
    }

    .sm-mx-h-30 {
        max-height: 30px !important;
    }

    .sm-mx-w-30 {
        max-width: 30px !important;
    }

    .sm-mx-h-40 {
        max-height: 40px !important;
    }

    .sm-mx-w-40 {
        max-width: 40px !important;
    }

    .sm-mx-h-50 {
        max-height: 50px !important;
    }

    .sm-mx-w-50 {
        max-width: 50px !important;
    }

    .sm-mx-h-60 {
        max-height: 60px !important;
    }

    .sm-mx-w-60 {
        max-width: 60px !important;
    }

    .sm-mx-h-70 {
        max-height: 70px !important;
    }

    .sm-mx-w-70 {
        max-width: 70px !important;
    }

    .sm-mx-h-80 {
        max-height: 80px !important;
    }

    .sm-mx-w-80 {
        max-width: 80px !important;
    }

    .sm-mx-h-90 {
        max-height: 90px !important;
    }

    .sm-mx-w-90 {
        max-width: 90px !important;
    }

    .sm-mx-h-100 {
        max-height: 100px !important;
    }

    .sm-mx-w-100 {
        max-width: 100px !important;
    }

    .sm-mx-h-200 {
        max-height: 200px !important;
    }

    .sm-mx-w-200 {
        max-width: 200px !important;
    }

    .sm-mx-h-300 {
        max-height: 300px !important;
    }

    .sm-mx-w-300 {
        max-width: 300px !important;
    }

    .sm-mx-h-400 {
        max-height: 400px !important;
    }

    .sm-mx-w-400 {
        max-width: 400px !important;
    }

    .sm-mx-h-500 {
        max-height: 500px !important;
    }

    .sm-mx-w-500 {
        max-width: 500px !important;
    }

    .sm-over-a {
        overflow: auto !important;
    }

    .sm-over-h {
        overflow: hidden !important;
    }

    .sm-over-x-a {
        overflow-x: auto !important;
    }

    .sm-over-x-h {
        overflow-x: hidden !important;
    }

    .sm-over-y-a {
        overflow-y: auto !important;
    }

    .sm-over-y-h {
        overflow-y: hidden !important;
    }
}
/* Circular Progress : indeterminate
------------------------------------
*/
.progress-circle-indeterminate {
    background: url('../../base/img/progress/progress-circle-master.svg') no-repeat top left;
    width: 50px;
    height: 50px;
    background-size: 100% auto;
    margin: 0 auto;
}

    .progress-circle-indeterminate.progress-circle-warning {
        background-image: url('../../base/img/progress/progress-circle-warning.svg');
    }

    .progress-circle-indeterminate.progress-circle-danger {
        background-image: url('../../base/img/progress/progress-circle-danger.svg');
    }

    .progress-circle-indeterminate.progress-circle-info {
        background-image: url('../../base/img/progress/progress-circle-info.svg');
    }

    .progress-circle-indeterminate.progress-circle-primary {
        background-image: url('../../base/img/progress/progress-circle-primary.svg');
    }

    .progress-circle-indeterminate.progress-circle-success {
        background-image: url('../../base/img/progress/progress-circle-success.svg');
    }

    .progress-circle-indeterminate.progress-circle-complete {
        background-image: url('../../base/img/progress/progress-circle-complete.svg');
    }
/* For demo purpose only */
.panel-scroll {
    height: 100px;
}

.sortable .panel-heading {
    cursor: default;
}
/* To prevent lag while dragging */
.ui-sortable-handle {
    transition: max-height 0.3s ease 0s;
}

.ui-state-disabled {
    opacity: 1;
}

.sortable .grid .grid-title {
    cursor: default;
}

.ui-sortable {
    min-height: 0px !important;
}

.ui-sortable-placeholder {
    border: 1px dotted black;
    visibility: visible !important;
    height: 100% !important;
}

    .ui-sortable-placeholder * {
        visibility: hidden;
    }

.sortable-box-placeholder {
    background-color: #f0f0f0;
    border: 1px dashed #e6e6e6;
    display: block;
    margin-top: 0px !important;
    margin-bottom: 24px !important;
}

    .sortable-box-placeholder * {
        visibility: hidden;
    }

.sortable .panel {
    transition: none;
}

.sortable-column {
    padding-bottom: 0;
}

.scrollable {
    height: 150px;
}
/* Base default dropdown */
.dropdown-default {
    display: inline-block;
}

    .dropdown-default.open > .btn.dropdown-toggle {
        border-color: transparent !important;
        background: transparent !important;
        z-index: 791 !important;
    }

    .dropdown-default.open .dropdown-menu {
        opacity: 1;
        transform: scale(1, 1);
        z-index: 700;
    }

        .dropdown-default.open .dropdown-menu li {
            visibility: visible;
        }

    .dropdown-default.open.dropup > .btn-primary + .dropdown-menu:after,
    .dropdown-default.open.dropup > .btn-success + .dropdown-menu:after,
    .dropdown-default.open.dropup > .btn-complete + .dropdown-menu:after,
    .dropdown-default.open.dropup > .btn-warning + .dropdown-menu:after,
    .dropdown-default.open.dropup > .btn-danger + .dropdown-menu:after,
    .dropdown-default.open.dropup > .btn-info + .dropdown-menu:after {
        top: auto;
        bottom: 0;
    }

    .dropdown-default.open > .btn-primary + .dropdown-menu:after,
    .dropdown-default.open > .btn-success + .dropdown-menu:after,
    .dropdown-default.open > .btn-complete + .dropdown-menu:after,
    .dropdown-default.open > .btn-warning + .dropdown-menu:after,
    .dropdown-default.open > .btn-danger + .dropdown-menu:after,
    .dropdown-default.open > .btn-info + .dropdown-menu:after {
        top: 0;
        height: 42px;
    }

    .dropdown-default.open > .btn-primary + .dropdown-menu:after {
        background-color: #6d5cae;
    }

    .dropdown-default.open > .btn-success + .dropdown-menu:after {
        background-color: #00bf70;
    }

    .dropdown-default.open > .btn-complete + .dropdown-menu:after {
        background-color: #48b0f7;
    }

    .dropdown-default.open > .btn-warning + .dropdown-menu:after {
        background-color: #f8d053;
    }

    .dropdown-default.open > .btn-danger + .dropdown-menu:after {
        background-color: #f55753;
    }

    .dropdown-default.open > .btn-info + .dropdown-menu:after {
        background-color: #3b4752;
    }

    .dropdown-default.dropup .btn.dropdown-toggle.btn-lg + .dropdown-menu {
        margin-bottom: -47px;
        padding-bottom: 49px;
    }

        .dropdown-default.dropup .btn.dropdown-toggle.btn-lg + .dropdown-menu:after {
            bottom: 49px;
        }

    .dropdown-default.dropup .btn.dropdown-toggle.btn-sm + .dropdown-menu {
        margin-bottom: -34px;
        padding-bottom: 36px;
    }

        .dropdown-default.dropup .btn.dropdown-toggle.btn-sm + .dropdown-menu:after {
            bottom: 36px;
        }

    .dropdown-default.dropup .btn.dropdown-toggle.btn-xs + .dropdown-menu {
        margin-bottom: -29px;
        padding-bottom: 31px;
    }

        .dropdown-default.dropup .btn.dropdown-toggle.btn-xs + .dropdown-menu:after {
            bottom: 31px;
        }

    .dropdown-default.dropup .dropdown-menu {
        margin-bottom: -40px;
        padding: 0 3px 44px 0 !important;
        transform-origin: center bottom 0;
    }

        .dropdown-default.dropup .dropdown-menu:after {
            bottom: 43px;
            top: auto !important;
        }

    .dropdown-default .btn.dropdown-toggle {
        text-align: left;
        padding-right: 27px;
    }

        .dropdown-default .btn.dropdown-toggle.btn-lg {
            padding-right: 42px;
        }

            .dropdown-default .btn.dropdown-toggle.btn-lg .caret {
                right: 26px;
            }

            .dropdown-default .btn.dropdown-toggle.btn-lg + .dropdown-menu {
                margin-top: -47px;
                padding-top: 49px;
            }

                .dropdown-default .btn.dropdown-toggle.btn-lg + .dropdown-menu:after {
                    top: 49px;
                }

        .dropdown-default .btn.dropdown-toggle.btn-sm {
            padding-right: 26px;
        }

            .dropdown-default .btn.dropdown-toggle.btn-sm .caret {
                right: 16px;
            }

            .dropdown-default .btn.dropdown-toggle.btn-sm + .dropdown-menu {
                margin-top: -34px;
                padding-top: 36px;
            }

                .dropdown-default .btn.dropdown-toggle.btn-sm + .dropdown-menu:after {
                    top: 36px;
                }

        .dropdown-default .btn.dropdown-toggle.btn-xs {
            padding-right: 21px;
        }

            .dropdown-default .btn.dropdown-toggle.btn-xs .caret {
                right: 8px;
            }

            .dropdown-default .btn.dropdown-toggle.btn-xs + .dropdown-menu {
                margin-top: -29px;
                padding-top: 31px;
            }

                .dropdown-default .btn.dropdown-toggle.btn-xs + .dropdown-menu:after {
                    top: 31px;
                }

        .dropdown-default .btn.dropdown-toggle .caret {
            position: absolute;
            right: 15px;
            top: 50%;
            margin-top: -2px;
        }

    .dropdown-default .btn-rounded {
        padding-left: 17px;
        padding-right: 17px;
    }

        .dropdown-default .btn-rounded + .dropdown-menu {
            border-radius: 17px;
        }

    .dropdown-default .dropdown-menu {
        margin-top: -40px;
        padding-top: 42px;
        overflow: hidden;
        backface-visibility: hidden;
        display: block;
        opacity: 0;
        transform: scale(1, 0);
        transform-origin: center top 0;
        -webkit-transition: all 170ms cubic-bezier(0.05, 0.74, 0.27, 0.99) 0s;
        transition: all 170ms cubic-bezier(0.05, 0.74, 0.27, 0.99) 0s;
        z-index: -1;
    }

        .dropdown-default .dropdown-menu:after {
            content: "";
            position: absolute;
            height: 1px;
            left: 0;
            top: 42px;
            background: #e6e6e6;
            width: 100%;
        }

        .dropdown-default .dropdown-menu li {
            visibility: hidden;
        }

.dropdown-menu {
    position: absolute;
    display: none;
    float: left;
    list-style: none;
    text-shadow: none;
    -webkit-box-shadow: 0px 5px 15px rgba(98, 98, 98, 0.5);
    box-shadow: 0px 1px 6.5px rgba(98, 98, 98, 0.5);
    border: none;
    border-radius: 3px;
    font-size: 13px;
    margin: 0;
    background: #fafafa;
    min-width: 180px;
    z-index: 1700 !important;
    cursor: default !important;
}

    .dropdown-menu .divider {
        background-color: #e6e6e6;
        height: 1px;
        margin: 3px 0;
        border-bottom: 0px;
    }

    .dropdown-menu > li {
        padding-left: 0px;
    }

        .dropdown-menu > li:first-child {
            padding-top: 9px;
        }

        .dropdown-menu > li:last-child {
            padding-bottom: 5px;
        }

        .dropdown-menu > li.dropdown-header {
            padding: 3px 20px;
        }

        .dropdown-menu > li.active > a,
        .dropdown-menu > li.active > a:hover,
        .dropdown-menu > li.active > a:focus {
            color: #1a1a1a;
            text-decoration: none;
            background-color: #f0f0f0;
            background-image: none;
        }

        .dropdown-menu > li.disabled > a,
        .dropdown-menu > li.disabled > a:hover,
        .dropdown-menu > li.disabled > a:focus {
            color: #959595;
        }

            .dropdown-menu > li.disabled > a:hover,
            .dropdown-menu > li.disabled > a:focus {
                text-decoration: none;
                cursor: default;
                background-color: transparent;
                background-image: none;
            }

        .dropdown-menu > li > a {
            line-height: 35px;
            color: #7e7e7e;
            padding: 0 35px 0 20px;
            border-radius: 3px;
            text-align: left;
            opacity: .6;
        }

            .dropdown-menu > li > a:last-child {
                padding-bottom: 5px;
            }

            .dropdown-menu > li > a:hover,
            .dropdown-menu > li > a:focus {
                color: #1a1a1a;
                text-decoration: none;
                background-color: transparent;
                background-image: none;
                opacity: 1;
            }

.dropdown-backdrop {
    z-index: 600;
}

.daterangepicker.dropdown-menu {
    z-index: 2120 !important;
}
/* Profile dropdown
------------------------------------
*/
.profile-dropdown {
    font-family: Montserrat;
    font-size: 11px !important;
    min-width: 250px;
    font-weight: 400;
    background: #fff;
    width: 280px;
    padding: 0;
}

    .profile-dropdown:before {
        position: absolute;
        top: -7px;
        right: 15px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-left: 7px solid transparent;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        content: '';
    }

    .profile-dropdown:after {
        position: absolute;
        top: -6px;
        right: 16px;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #ffffff;
        border-left: 6px solid transparent;
        content: '';
    }

    .profile-dropdown li:last-child {
        border-radius: 3px;
        margin-top: 0;
        padding: 0;
    }

        .profile-dropdown li:last-child > a {
            padding-top: 3px;
            padding-bottom: 3px;
            padding-right: 19px;
        }

    .profile-dropdown li > a {
        opacity: .5;
        -webkit-transition: opacity ease 0.3s;
        transition: opacity ease 0.3s;
        padding-left: 15px;
        padding-right: 37px;
        min-width: 138px;
    }

        .profile-dropdown li > a > i {
            margin-right: 5px;
        }

        .profile-dropdown li > a:hover {
            opacity: 1;
        }

    .profile-dropdown .profile-name {
        max-width: 180px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: black !important;
    }

    .profile-dropdown .profile-function {
        max-width: 180px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: black !important;
        opacity: .5;
    }

.profile-dropdown-toggle {
    background: transparent;
    border: none;
}
/* Font Sizes
------------------------------------
*/
.fs-8 {
    font-size: 8px !important;
}

.fs-9 {
    font-size: 9px !important;
}
/* Lines and Others
------------------------------------
*/
a {
    text-shadow: none !important;
    color: #383838;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
}

    a:focus,
    a:hover,
    a:active {
        color: #626262;
    }

    a,
    a:focus,
    a:hover,
    a:active {
        outline: 0 !important;
        text-decoration: none;
    }

        a[ng-click] {
            cursor: pointer;
        }

br {
    line-height: normal;
    clear: both;
}

code {
    color: #c64643;
    background-color: #f0f0f0;
}

    code:hover {
        background-color: #fddddd;
    }

p {
    display: block;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.01em;
    line-height: 22px;
    margin: 0px 0px 10px 0px;
    font-style: normal;
    white-space: normal;
}

small,
.small {
    line-height: 18px;
}

label.inline {
    display: inline-block;
    position: relative;
    top: 0px;
    font-size: 13px;
}

ul > li,
ol > li {
    padding-left: 3px;
    line-height: 20px;
}

ul.lg-icon > li,
ol.lg-icon > li {
    font-size: 21px;
}

    ul.lg-icon > li span,
    ol.lg-icon > li span {
        font-size: 14px;
    }

ul.no-style,
ol.no-style {
    list-style: none;
    padding-left: 5px;
}

address {
    margin-bottom: 0px;
}

    address a {
        color: #626262;
    }

blockquote {
    padding: 0 0 0 18px;
    border-left: 0;
}

    blockquote:before {
        content: '';
        font-family: FontAwesome;
        content: "\f10d";
        margin-right: 13px;
        float: left;
    }

    blockquote p {
        font-size: 16px;
    }

    blockquote small {
        line-height: 29px;
        color: #8b91a0;
        padding-left: 30px;
    }

        blockquote small:before {
            content: "";
        }

    blockquote.pull-right {
        border-right: 0;
    }

        blockquote.pull-right:before {
            float: right;
            content: '';
            font-family: FontAwesome;
            content: "\f10d";
            margin-left: 13px;
            margin-right: 0;
        }

        blockquote.pull-right small {
            padding-right: 30px;
        }

            blockquote.pull-right small:after {
                content: "";
            }

hr {
    border-color: #e6e6e6;
}

    hr.double {
        border-width: 2px;
    }

    hr.dotted {
        border-style: dotted none none;
    }

/* Generic Margin Helpers
------------------------------------
*/
.margin-0 {
    margin: 0px !important;
}

.margin-10 {
    margin: 10px !important;
}

.margin-20 {
    margin: 20px !important;
}

.margin-30 {
    margin: 30px !important;
}

.margin-40 {
    margin: 40px !important;
}

.margin-50 {
    margin: 50px !important;
}

/* 15. Form Elements
------------------------------------
*/
form input,
form textarea,
form select,
form select[multiple],
form .checkbox label,
.cs-options span {
    t__ext-transform: uppercase !important;
    font-size: 16px !important;
}

.form-control {
    cursor: pointer;
    font-family: 'montserrat';
}

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        color: rgba(98, 98, 98, .7);
    }

.form-group {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.form-group-default.input-group > .form-control {
    padding-left: 15px;
    right: 3px;
}

.form-group-default.input-group.disabled {
    cursor: not-allowed !important;
}

    .form-group-default.input-group.disabled textarea {
        opacity: .6;
    }

.form-group-default.required:after {
    color: #f55753;
    content: "*";
    font-family: arial;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.form-group-default.input-group.required:after {
    right: 53px;
}

.form-group-default.input-daterange input {
    text-align: left;
}

.form-group-default.input-daterange.required:before {
    color: #f55753;
    content: "*";
    font-family: arial;
    font-size: 20px;
    position: absolute;
    left: calc(50% - 42px);
    top: 10px;
}

.form-group-default.input-daterange.required:after {
    color: #f55753;
    content: "*";
    font-family: arial;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.form-group-default > .form-control {
    padding-top: 5px;
}

.form-group-default textarea.form-control {
    padding-top: 8px;
    background-color: #fff;
    background-image: none;
}

select[multiple] {
    width: 100% !important;
    t__ext-transform: uppercase;
    font-size: 11px;
    border: none;
    margin-top: 5px;
    cursor: pointer;
    min-height: 150px;
    height: auto;
    overflow: auto;
}

    select[multiple]:active,
    select[multiple]:focus {
        background: #eee;
    }

    select[multiple].disabled {
        background-color: #f8f8f8;
        cursor: not-allowed;
    }

textarea.disabled {
    opacity: .6;
}

/*------------------------------------------------------------------
[18. List]
*/
.list-view-wrapper {
    height: 90%;
}

/* Font awesome extends
--------------------------------------------------
*/

.fa-sm {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 11px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Form Groups
--------------------------------------------------
*/
.form-group {
    margin-bottom: 10px;
}

.form-group-default {
    min-height: 55px;
    overflow: visible;
}

    .form-group-default label.fade {
        opacity: 1;
    }

    .form-group-default.input-group {
        min-height: 55px;
    }

    .form-group-default.input-group {
        padding: 0;
    }

        .form-group-default.input-group > div.checkbox {
            margin-top: 16px;
            padding-left: 12px;
        }

            .form-group-default.input-group > div.checkbox.inline {
                margin-top: 16px;
                float: left;
            }

    .form-group-default.disabled .checkbox label {
        cursor: not-allowed !important;
    }

    .form-group-default textarea {
        width: 100%;
        min-height: 49px;
        max-height: 250px;
        max-width: 100%;
        resize: vertical;
    }

    .form-group-default:active,
    .form-group-default:focus,
    .form-group-default:hover {
        border: 1px solid #ccc;
    }

/* Base select */
div.cs-select {
    width: 100%;
    max-width: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'montserrat';
    border-radius: 0px !important;
    max-height: 53px;
}

    div.cs-select.disabled {
        cursor: not-allowed !important;
        pointer-events: none;
        background-color: #f8f8f8;
        color: rgba(98, 98, 98, .7);
    }

div.cs-skin-slide.cs-active {
    z-index: 1090;
}

div.cs-backdrop {
    background: none !important;
    display: none !important;
}

div.disabled .cs-wrapper {
    cursor: not-allowed;
}

    div.disabled .cs-wrapper .cs-placeholder {
        opacity: .6;
        background-color: #f8f8f8;
    }

div.cs-skin-slide .cs-options ul li span:hover,
div.cs-skin-slide .cs-options ul li.cs-focus span,
div.cs-skin-slide .cs-options ul li.cs-selected span {
    color: #fe0000;
    background: transparent;
}

/* Cards */
.card.share .card-header {
    border-bottom: none;
}

    .card.share .card-header:focus {
        text-decoration: none;
        outline: none;
    }

    .card.share .card-header:hover {
        background: none;
        cursor: default;
    }

/* Base Select overriding */
.ui-select-bootstrap .ui-select-toggle > .caret {
    right: -2px;
}

.ui-select-bootstrap .ui-select-match-text span,
.ui-select-bootstrap > .ui-select-match > .btn span {
    font-family: 'Montserrat';
    font-size: 11px;
    t__ext-transform: uppercase;
}

    .ui-select-bootstrap > .ui-select-match > .btn:hover,
    .ui-select-bootstrap > .ui-select-match > .btn span:hover {
        border: none !important;
        background-color: transparent !important;
    }

.ui-select-container input[type="search"] {
    margin-top: 0px;
}

.ui-select-container input[type="search"],
.ui-select-container span.btn {
    height: 20px;
    min-height: 20px;
}

.ui-select-container .ui-select-toggle {
    margin-top: -15px;
}

.ui-select-bootstrap .ui-select-match-text span {
    margin-top: 3px;
}

.ui-select-bootstrap .ui-select-choices-row.active > span {
    background-color: transparent;
    color: rgb(254,0,0);
}

.ui-select-choices {
    padding: 0;
}

.ui-select-bootstrap .ui-select-choices-row > span {
    line-height: 25px;
}

.ui-select-choices-group {
    t__ext-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 11px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.form-group-default .cs-skin-slide > span {
    padding: 6px 33px 6px 17px;
    height: 35px;
    line-height: 21px;
}

.form-group-default.form-group-default-selectFx .cs-wrapper .cs-placeholder {
    min-height: 53px;
}

.form-group-default.form-group-default-selectFx.disabled div.cs-select .cs-placeholder {
    cursor: not-allowed !important;
    pointer-events: none;
}

div.cs-skin-slide {
    width: 100%;
}

    div.cs-skin-slide .cs-placeholder {
        font-size: 11px;
        t__ext-transform: uppercase;
    }

    div.cs-skin-slide.cs-active .cs-backdrop {
        box-shadow: none;
    }

    div.cs-skin-slide > span {
        height: 35px;
        padding: 5px 33px 6px 17px;
        line-height: 23px;
        z-index: 1;
    }

    div.cs-skin-slide .cs-options {
        padding: 0;
    }

        div.cs-skin-slide .cs-options ul {
            padding: 0;
        }

            div.cs-skin-slide .cs-options ul li span {
                font-size: 12px;
                padding-left: 10px;
            }

.cs-skin-slide .cs-options {
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 6px 4px -3px rgba(0, 0, 0, 0.2);
}

/* Checkboxes and Radio buttons
--------------------------------------------------
*/
.radio,
.checkbox {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 0px;
}

    .radio label,
    .checkbox label {
        display: inline-block;
        cursor: pointer;
        position: relative;
        padding-left: 25px !important;
        margin-right: 15px;
        font-size: 13px;
    }

        .radio label:before,
        .checkbox label:before {
            content: "";
            display: inline-block;
            width: 17px;
            height: 17px;
            margin-right: 10px;
            position: absolute;
            left: 0px;
            background-color: #ffffff;
            border: 1px solid #d0d0d0;
        }

    .radio label {
        margin-bottom: 6px;
    }

        .radio label:before {
            bottom: 2.5px;
            border-radius: 99px;
            -webkit-transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
            transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
        }

    .radio input[type=radio]:checked + label:before {
        border-width: 5px;
    }

    .radio input[type="radio"]:focus + label {
        color: #2c2c2c;
    }

        .radio input[type="radio"]:focus + label:before {
            background-color: #fff;
        }

    .radio input[type=radio] {
        opacity: 0;
        width: 0;
        height: 0;
    }

        .radio input[type=radio][disabled] + label {
            opacity: 0.65;
        }

    .radio.radio-success input[type=radio]:checked + label:before {
        border-color: #00bf70;
    }

    .radio.radio-primary input[type=radio]:checked + label:before {
        border-color: #1781BF;
    }

    .radio.radio-info input[type=radio]:checked + label:before {
        border-color: #3b4752;
    }

    .radio.radio-warning input[type=radio]:checked + label:before {
        border-color: #f8d053;
    }

    .radio.radio-danger input[type=radio]:checked + label:before {
        border-color: #f55753;
    }

    .radio.radio-complete input[type=radio]:checked + label:before {
        border-color: #48b0f7;
    }

    .checkbox input[type=radio][disabled] + label:after {
        background-color: #e6e6e6;
    }

    .checkbox label {
        transition: border 0.2s linear 0s, color 0.2s linear 0s;
        white-space: nowrap;
    }

        .checkbox label:before {
            top: 1.4px;
            border-radius: 3px;
            transition: border 0.2s linear 0s, color 0.2s linear 0s;
        }

        .checkbox label::after {
            display: inline-block;
            width: 16px;
            height: 16px;
            position: absolute;
            left: 3.2px;
            top: 0px;
            font-size: 11px;
            transition: border 0.2s linear 0s, color 0.2s linear 0s;
        }

        .checkbox label:after {
            border-radius: 3px;
        }

    .checkbox input[type=checkbox] {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .checkbox.checkbox-circle label:after {
        border-radius: 99px;
    }

    .checkbox.checkbox-circle label:before {
        border-radius: 99px;
    }

    .checkbox input[type=checkbox]:checked + label:before {
        border-width: 8.5px;
    }

    .checkbox input[type=checkbox]:checked + label::after {
        font-family: 'FontAwesome';
        content: "\F00C";
        color: #fff;
    }

    .checkbox input[type="checkbox"]:focus + label {
        color: #2c2c2c;
    }

        .checkbox input[type="checkbox"]:focus + label:before {
            background-color: #e6e6e6;
        }

    .checkbox input[type=checkbox][disabled] + label {
        opacity: 0.65;
    }

        .checkbox input[type=checkbox][disabled] + label:before {
            background-color: #eceff3;
        }

    .checkbox.right label {
        margin-right: 35px;
        padding-left: 0 !important;
    }

        .checkbox.right label:before {
            right: -35px;
            left: auto;
        }

    .checkbox.right input[type=checkbox]:checked + label {
        position: relative;
    }

        .checkbox.right input[type=checkbox]:checked + label::after {
            font-family: 'FontAwesome';
            content: "\F00C";
            position: absolute;
            right: -27px;
            left: auto;
        }

body.rtl .checkbox label::after {
    left: -1.2px;
}

.checkbox.check-success input[type=checkbox]:checked + label:before {
    border-color: #00bf70;
}

.checkbox.check-primary input[type=checkbox]:checked + label:before {
    border-color: #1781BF;
}

.checkbox.check-complete input[type=checkbox]:checked + label:before {
    border-color: #48b0f7;
}

.checkbox.check-warning input[type=checkbox]:checked + label:before {
    border-color: #f8d053;
}

.checkbox.check-danger input[type=checkbox]:checked + label:before {
    border-color: #f55753;
}

.checkbox.check-info input[type=checkbox]:checked + label:before {
    border-color: #3b4752;
}

.checkbox.check-success input[type=checkbox]:checked + label::after,
.checkbox.check-primary input[type=checkbox]:checked + label::after,
.checkbox.check-complete input[type=checkbox]:checked + label::after,
.checkbox.check-warning input[type=checkbox]:checked + label::after,
.checkbox.check-danger input[type=checkbox]:checked + label::after,
.checkbox.check-info input[type=checkbox]:checked + label::after {
    color: #ffffff;
}

input[type=file] {
    cursor: pointer;
}

.input-group-addon:first-child {
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.07);
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.07);
    border-left: 0;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-right-radius: 2px;
}

.input-group .form-control:first-child {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
}

.input-group.transparent .input-group-addon {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.07);
}
/* Tables */
table {
    border-spacing: 0;
    border-collapse: collapse;
}
/* Nvd3 Graphs
------------------------------------
*/
svg {
    padding-left: 15px;
}

.nvtooltip {
    background-color: rgba(255,255,255,1.0);
    padding: 0;
}

    .nvtooltip h3 {
        font-family: Montserrat;
        font-size: 14px;
        text-align: left;
        line-height: 18px;
        font-weight: 400;
        /*background-color: #1781BF;*/
        /*color: white;*/
        /*border-bottom: none;*/
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .nvtooltip p {
        font-family: Montserrat;
        font-size: 12px;
        text-align: center;
    }
/* Generic Tables
------------------------------------
*/
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    margin-top: 0;
}

    .table .tooltip {
        t__ext-transform: uppercase;
        font-size: 10px;
        font-family: Montserrat;
    }

    .table thead tr th,
    .table tfoot tr td {
        t__ext-transform: uppercase;
        font-family: Montserrat;
        font-size: 11px;
        padding-left: 14px !important;
        padding-top: 14px;
        padding-bottom: 14px;
        vertical-align: middle;
        border-bottom: none;
        color: #bbb;
        -webkit-transition: color 0.12s linear;
        -moz-transition: color 0.12s linear;
        -o-transition: color 0.12s linear;
        -ms-transition: color 0.12s linear;
        transition: color 0.12s linear;
        outline: none;
        cursor: pointer;
    }

        .table thead tr th[class*='sorting_'] {
            color: #bbb;
        }

            .table thead tr th[class*='sorting_']:not([class='sorting_disabled']) {
                color: #bbb;
            }

        .table thead tr th .btn {
            margin-top: -20px;
            margin-bottom: -20px;
        }

    .table tbody a:hover {
        text-decoration: underline !important;
    }

    .table tbody tr td {
        background: #fff;
        border-bottom: 1px solid rgba(230,230,230,0.7);
        border-top: 0px;
        padding: 15px;
        font-size: 10.5px;
        color: #8e8e8e;
        font-family: Montserrat;
        t__ext-transform: uppercase;
        w__hite-space: nowrap;
        vertical-align: middle;
        -webkit-transition: background-color 0.1s linear;
        -moz-transition: background-color 0.1s linear;
        -o-transition: background-color 0.1s linear;
        -ms-transition: background-color 0.1s linear;
        transition: background-color 0.1s linear;
    }

        .table tbody tr td .checkbox {
            max-height: 20px !important;
        }

        .table tbody tr td .btn-tag {
            background: rgba(44,44,44,0.07);
            display: inline-block;
            margin: 5px;
            border-radius: 4px;
            padding: 5px;
            color: #62605a !important;
        }

            .table tbody tr td .btn-tag:hover {
                background: rgba(44,44,44,0.15);
            }

        .table tbody tr td[class*='sorting_'] {
            color: #2c2c2c;
        }

    .table tbody tr.selected td {
        background: #f3f3f3;
    }

    .table.table-hover tbody tr:hover td {
        background: #f9f9f9 !important;
    }

    .table.table-hover tbody tr.selected:hover td {
        background: #fef6dd !important;
    }

    .table.table-striped tbody tr td {
        background: #fafafa !important;
    }

    .table.table-striped tbody tr:nth-child(2n+1) td {
        background: #fff !important;
    }

    .table.table-borderless tbody tr td {
        border-top: 0;
    }

    .table.table-condensed {
        table-layout: fixed;
    }

        .table.table-condensed thead tr th {
            padding-left: 20px;
            padding-right: 20px;
        }

        .table.table-condensed tbody tr td {
            padding-top: 12px;
            padding-bottom: 12px;
        }

            .table.table-condensed thead tr th, .table.table-condensed tbody tr td, .table.table-condensed tbody tr td * {
                white-space: nowrap;
                /*vertical-align: middle;*/
                overflow: hidden;
                text-overflow: ellipsis;
            }

        .table.table-condensed.table-detailed > tbody > tr.shown > td {
            background: #fef6dd;
        }

            .table.table-condensed.table-detailed > tbody > tr.shown > td:first-child:before {
                -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                transform: rotate(90deg);
            }

        .table.table-condensed.table-detailed > tbody > tr.shown + tr > td {
            background: rgba(250,250,250,0.4);
            padding: 0px 40px;
        }

            .table.table-condensed.table-detailed > tbody > tr.shown + tr > td .table-inline {
                background: transparent;
            }

                .table.table-condensed.table-detailed > tbody > tr.shown + tr > td .table-inline tr, .table.table-condensed.table-detailed > tbody > tr.shown + tr > td .table-inline td {
                    background: transparent;
                    font-weight: 600;
                }

        .table.table-condensed.table-detailed > tbody > tr.row-details > td:first-child:before {
            content: '';
        }

        .table.table-condensed.table-detailed > tbody > tr > td:hover {
            cursor: pointer;
        }

        .table.table-condensed.table-detailed > tbody > tr > td:first-child:before {
            content: "\f054";
            display: inline-block;
            margin-right: 8px;
            font-family: 'FontAwesome';
            -webkit-transition: all 0.12s linear;
            transition: all 0.12s linear;
        }

        .table.table-condensed.table-detailed .table-inline td {
            border: none;
            text-align: left;
        }

    .table.table-borderless > tbody > tr > td {
        border-bottom: 0px;
    }

    .table.table-centralized > thead > tr {
        text-align: center;
    }

        .table.table-centralized > thead > tr > th {
            text-align: center;
        }

    .table.table-centralized > tbody > tr {
        text-align: center;
    }

        .table.table-centralized > tbody > tr > th {
            text-align: center;
        }

    .table.table-body-bordered td {
        border: solid 1px #ddd;
    }

.fht-table {
    margin-bottom: 0 !important;
}

.table tbody tr.critical td {
    background: #bbb;
    color: #fff;
}

.table tbody tr.critical.selected td {
    background: #fef6dd;
    color: #8e8e8e;
}

.table.dataTable.no-footer {
    border: none;
}

table.dataTable thead .sorting_asc:after {
    background-image: url("../../base/img/icons/sort_asc.png");
}

table.dataTable thead .sorting_desc:after {
    background-image: url("../../base/img/icons/sort_desc.png");
}

table.dataTable thead .sorting:after {
    background-image: url("../../base/img/icons/sort_both.png");
}

table.dataTable thead .sorting_asc_disabled:after {
    background-image: url("../../base/img/icons/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled:after {
    background-image: url("../../base/img/icons/sort_desc_disabled.png");
}

table > tbody > tr.absolute-column {
    position: absolute;
    padding: 0;
    font-family: Montserrat;
    font-size: 10px;
    top: 0px;
    left: 15px;
    t__ext-transform: uppercase;
    text-align: center;
    background-color: white;
    color: #8e8e8e;
    width: 90px;
    height: 48px;
}

    table > tbody > tr.absolute-column td {
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.dataTable th, .dataTable td {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dataTables_scroll:hover .dataTables_scrollBody:before {
    content: "";
    top: 0;
    height: 0;
}

.dataTables_scrollBody {
    overflow-y: auto;
    border: 1px #eee solid !important;
}

    .dataTables_scrollBody:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 60px;
        bottom: 0;
        background: transparent;
    }

.dataTables_wrapper .dataTables_paginate {
    margin: 0;
    margin-top: 25px;
}

    .dataTables_wrapper .dataTables_paginate ul > li.disabled a {
        opacity: .5;
    }

        .dataTables_wrapper .dataTables_paginate ul > li.disabled a:hover {
            opacity: .5;
            color: #626262;
        }

        .dataTables_wrapper .dataTables_paginate ul > li.disabled a:focus {
            opacity: .5;
            color: #626262;
        }

        .dataTables_wrapper .dataTables_paginate ul > li.disabled a:active {
            opacity: .5;
            color: #626262;
        }

    .dataTables_wrapper .dataTables_paginate ul > li > a {
        padding: 5px 10px;
        color: #626262;
        opacity: .35;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

        .dataTables_wrapper .dataTables_paginate ul > li > a:hover {
            opacity: .65;
            color: #fff;
        }

        .dataTables_wrapper .dataTables_paginate ul > li > a:focus {
            opacity: .65;
            color: #fff;
        }

        .dataTables_wrapper .dataTables_paginate ul > li > a:active {
            opacity: .65;
            color: #fff;
        }

    .dataTables_wrapper .dataTables_paginate ul > li.next > a, .dataTables_wrapper .dataTables_paginate ul > li.previous > a {
        opacity: 1;
    }

    .dataTables_wrapper .dataTables_paginate ul > li.disabled a {
        opacity: .35;
    }

        .dataTables_wrapper .dataTables_paginate ul > li.disabled a:hover {
            opacity: .35;
        }

.dataTables_wrapper .dataTables_info, .dataTables_paginate.paging_bootstrap.pagination {
    margin-top: 25px;
}

.dataTables_paginate.paging_bootstrap.pagination {
    padding-top: 0;
    padding-right: 20px;
}

.dataTables_wrapper .dataTables_info {
    clear: none;
    font-size: 12px;
    padding: 0 14px;
    color: #626262;
    t__ext-transform: uppercase;
    font-family: Montserrat;
    font-size: 10px;
}

.dataTables_wrapper .dataTables_paginate ul > li {
    display: inline-block;
    padding-left: 0;
    font-size: 11px;
}

.dataTables_scrollHeadInner {
    padding-right: 0 !important;
}

.export-options-container {
    position: relative;
}

.dataTables_wrapper .dataTables_paginate ul > li.active > a {
    font-weight: bold;
    color: #fff;
    opacity: 1;
}

.export-options-container a {
    color: inherit;
    opacity: 1;
}

.exportOptions .DTTT.btn-group a {
    display: block !important;
}

@media (max-width: 991px) {
    .dataTables_wrapper .dataTables_info {
        float: left;
    }

    .dataTables_paginate.paging_bootstrap.pagination {
        float: right;
    }
}

@media (max-width: 480px) {
    .dataTables_wrapper .dataTables_info, .dataTables_paginate.paging_bootstrap.pagination {
        float: none;
        text-align: left;
        clear: both;
        display: block;
    }
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    margin-top: 10px;
    color: #bbb !important;
}

    div.dataTables_wrapper div.dataTables_filter label {
        font-weight: normal;
        white-space: nowrap;
        text-align: left;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        margin-left: 10px !important;
        margin-left: 0.5em;
        display: inline-block;
        width: auto;
    }
/* Other overides */
.copyright {
    padding: 0;
    border-top: none;
}

.navbar {
    margin-bottom: 0;
}

.navbar-center,
.navbar-center li {
    float: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}

.navbar li > a {
    padding: 10px 15px;
}

.nav li > a {
    position: relative;
}

.navbar-nav li a {
    min-width: 50px;
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: rgb(119, 119, 119);
    display: block;
}

.pager {
    margin: 0;
}

@media (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_filter {
        text-align: center;
        margin-top: 10px;
        margin-left: 16.5px;
        color: #bbb !important;
    }
}
/*
    Retina Display Images
*/
@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: 200/100), only screen and (min-device-pixel-ratio: 2) {
    .icon-set {
        background: url('../../base/img/icons/top_tray_2x.png');
        position: relative;
        background-size: 95px 19px;
    }

    .editor-icon {
        background-image: url("../../base/img/editor_tray_2x.png");
        background-size: 480px 40px;
    }

    .alert .close {
        background: url("../img/icons/noti-cross.png") no-repeat scroll 0 0 transparent;
        background-position: -9px -10px;
        width: 10px;
        height: 9px;
        position: relative;
        opacity: 0.8;
        background-size: 114px 29px;
        z-index: 2010;
    }
}

.overlay-auth {
    background: rgba(0,0,0,.7);
    position: absolute;
    width: 100%;
    height: 100%;
    display: block !important;
    top: 0;
    z-index: 100;
}

.flex-align {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}

.loader {
    margin: 0 auto;
}

.dragable {
    cursor: move !important;
}

.dt-buttons {
    margin-top: 10px;
}

@media (min-width: 991px) {
    .dt-buttons {
        margin-top: 10px;
    }
}

.bootstrap-select .btn:focus {
    outline: none !important;
}
/* Activity
------------------------------------
*/
.activity div.panel-heading {
    z-index: 1;
}

    .activity div.panel-heading div.panel-title {
        max-width: 80%;
        text-overflow: ellipsis;
        /*white-space: nowrap;*/
        overflow: hidden;
    }

    .activity div.panel-heading div.panel-controls ul > li > a[data-toggle] {
        cursor: pointer !important;
    }

.activity.no-selection {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -ms-user-select: none; /* IE10+ */
    user-select: none;
}

@media (max-width: 1118px) and (min-width: 768px) {
    .activity div.panel-heading div.panel-title {
        width: 50%;
    }
}
/* Flight
------------------------------------
*/
.flight {
    cursor: pointer;
}

    .flight.flight-punctuality {
        background-color: #00bf70 !important;
    }

    .flight.flight-regularity {
        background-color: #1781BF !important;
    }
/* Timepicker
------------------------------------
*/
.bootstrap-timepicker-widget table td input {
    padding: 0;
    width: 50px;
    margin: auto;
}
/* Reports
------------------------------------
*/
.report-title {
    font-family: Montserrat;
    font-size: 14px;
    text-align: left;
    t__ext-transform: uppercase;
    margin-left: 12px;
}

.report-header {
    background-color: #1781BF;
    font-family: Montserrat;
    text-align: center;
    t__ext-transform: uppercase;
}

.report-body {
    font-family: Montserrat;
    font-size: 11px;
    t__ext-transform: uppercase;
}

.report-footer {
    font-family: Montserrat;
    font-size: 10px;
}

/* Todo Widget
------------------------------------
*/
.task {
    cursor: pointer;
    display: table-row;
}

    .task:hover {
        text-decoration: line-through;
    }

    .task .completed {
        text-decoration: line-through;
        transition: all 0.5s;
        opacity: .7;
    }

.task-list-title, .checkbox {
    display: table-cell;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
}

.todolist-widget .checkbox {
    padding-top: 5px;
    width: 20%;
}

.todolist-widget-new {
    border: 1px solid rgba(230, 230, 230, 0.7);
}
/* Strikethrough
http://codepen.io/EdenSG/pen/jPENoE
*/
.strikethrough {
    display: inline-block;
    position: relative;
    opacity: .7;
}

    .strikethrough:after {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 1px;
        margin-top: -9px;
        background: #626262;
        transform-origin: center left;
        animation: strikethrough 1s 0.3s cubic-bezier(.55, 0, .1, 1) 1;
        transition: transform 0.3s cubic-bezier(.55, 0, .1, 1);
    }

    /* Little hover effect */
    .strikethrough:hover:after {
        transform: scaleX(0);
        transform-origin: center right;
    }
/* Keyframes for initial animation */
@keyframes strikethrough {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

.task-list {
    display: table;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
}

.checkbox.text-center label::after {
    left: 1.2px;
}

.nofilter-container {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
/* Scroll to top event
------------------------------------
*/
.scroll-top {
    z-index: 1060;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    padding-top: 4px;
    background-color: #1781BF;
    text-align: center;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    display: none;
    color: #fff;
    opacity: .7;
}

    .scroll-top:hover {
        opacity: 1;
    }

    .scroll-top i {
        color: #fff;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

    .scroll-top.block {
        display: block !important;
    }

    .scroll-top.visible-xs,
    .scroll-top.visible-sm,
    .scroll-top.visible-md,
    .scroll-top.visible-lg {
        display: none !important;
    }

@media (max-width: 767px) {
    .scroll-top.visible-xs {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .scroll-top.visible-sm {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .scroll-top.visible-md {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .scroll-top.visible-lg {
        display: block !important;
    }
}

.ui-menu {
    color: #fff;
    border: none;
    t__ext-transform: uppercase;
    background-color: #10425a;
    box-shadow: none;
    max-width: 280px;
    z-index: 1100;
    height: 100%;
}

    .ui-menu .ui-menu-item {
        margin: 0;
        padding: 0;
        width: 100%;
        font-family: Montserrat;
        font-weight: 600;
        font-size: 10px;
        border: none;
        opacity: .7;
    }

        .ui-menu .ui-menu-item :active,
        .ui-menu .ui-menu-item :focus,
        .ui-menu .ui-menu-item :hover {
            opacity: 1;
            border: none;
            font-family: Montserrat;
            font-weight: 600;
            font-size: 10px;
            background-color: #0a374c;
        }

    .ui-menu .ui-menu-item-wrapper {
        width: 100%;
        padding: 7.5px 30px;
        border: none;
        border-bottom: 1px solid #10425a;
    }

.ui-widget.ui-widget-content {
    border: none;
    border-bottom: 1px solid #10425a;
}

.ajax__tab_inner a {
    font-size: 11px;
}

.ajax__tab_header {
    overflow: auto;
    height: auto;
}

.ajax__tab_body {
    padding: 15px !important;
    border: 1px solid #ddd !important;
}

.ajax__tab_tab {
    height: auto !important;
    outline: none !important;
}

.ajax__tab_xp .ajax__tab_header,
.ajax__tab_xp .ajax__tab_header .ajax__tab_tab,
.ajax__tab_xp .ajax__tab_header .ajax__tab_inner,
.ajax__tab_xp .ajax__tab_header .ajax__tab_outer,
.ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_outer,
.ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_inner,
.ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_tab {
    background: none !important;
}

.ajax__tab_default .ajax__tab_tab {
    min-width: 96px;
    min-height: 40px;
    border: 1px solid #ddd;
    border-bottom: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.ajax__tab_default .ajax__tab_tab {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.ajax__tab_default .ajax__tab_active .ajax__tab_tab {
    background-color: #105e7c;
    color: #fff;
}

.ajax__tab_default .ajax__tab_header {
    white-space: nowrap !important;
}

#MainContent_tabContainer_header {
    white-space: nowrap !important;
}

.prevent-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* [Callouts] */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;

    -webkit-animation: fadeIn ease-in 1;
    /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;  
    /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;    
}

    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code {
        border-radius: 3px;
    }

    .bs-callout + .bs-callout {
        margin-top: -5px;
    }

.bs-callout-danger {
    border-left-color: #ce4844;
    background-color: #ffdedd;
}

    .bs-callout-danger h4 {
        color: #ce4844;
    }

.bs-callout-warning {
    border-left-color: #aa6708;
    background-color: #ffe3bc;
}

    .bs-callout-warning h4 {
        color: #aa6708;
    }

.bs-callout-info {
    border-left-color: #1b809e;
    background-color: #e2f8ff;
}

    .bs-callout-info h4 {
        color: #1b809e;
    }

.bs-callout-success {
    border-left-color: #35bd52;
    background-color: #deffe5;
}

    .bs-callout-success h4 {
        color: #35bd52;
    }
