﻿
/*@import url('Layout.css');*/
@import url('Print.css?1');

@media print {
}


:root {
    --theme-background: #3f51b5;
    --theme-web-background: #3f51b5;
    --theme-color: #3f51b5;
    --theme-border-color: #3f51b5;
    --theme-bg-menu: #3f51b547;
    --theme-bg-sub-menu: #3f51b526;
    --theme-bg-sub-menu-hover: #3f51b547;
    --theme-bg-light-bg: #6a0dad03;
}

/** {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/
::selection {
    background: var(--theme-background);
    color: #fff;
}

div.auto .btn {
    margin-right: 5px;
    margin-bottom: 7px;
}

body {
    /*color: #2c2c2c;
    font-size: 14px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;*/
    background-color: var(--theme-bg-light-bg);
    color: #2c2c2c;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body, .form-control, .btn, .dropdown-menu, .popover-header {
    font-size: 0.9rem;
    font-weight: 500;
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
}

strong, .strong {
    font-weight: 600;
}

.red {
    color: #ff0000;
}

a {
    color: #9c27b0;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.note-editor .btn {
    background: var(--theme-icon-color);
    margin-right: 4px;
}


h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

.clsStar {
    color: Red;
    font-weight: 500;
    font-size: 17px;
    padding-right: 2px;
}

dl, ol, ul {
    list-style: none;
}

.clsTestMode {
    position: absolute;
    top: 0px;
    z-index: 2147483647;
    left: 45%;
    font-weight: 600;
    font-size: 15px;
    background: rgb(255, 0, 0);
    padding: 0px 17px;
    border: 1px solid rgb(169, 166, 166);
    color: rgb(255, 255, 255);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.scrollbarfancy::-webkit-scrollbar {
    width: 6px;
}

.scrollbarfancy::-webkit-scrollbar-track {
    background: rgba(0,0,0,.1);
}

.scrollbarfancy::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.5);
    border-radius: 20px;
}

    .scrollbarfancy::-webkit-scrollbar-thumb:hover {
        background: rgba(0,0,0,.8);
    }

.scrollbarfancydark::-webkit-scrollbar {
    width: 6px !important;
}

.scrollbarfancydark::-webkit-scrollbar-track {
    background: /*transparent!important*/ #f1f1f1;
}

.scrollbarfancydark::-webkit-scrollbar-thumb {
    background: /*rgba(255,255,255,.4)!important*/ #888;
    border-radius: 20px;
}

    .scrollbarfancydark::-webkit-scrollbar-thumb:hover {
        background: /*rgba(255,255,255,.55)!important*/ rgba(0,0,0,.8);
    }

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.TopHeader {
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    border-bottom: 1px solid var(--theme-background);
}

    .TopHeader .navbar * {
        color: var(--theme-background);
    }

    .TopHeader > .navbar {
        padding: 0;
    }

        .TopHeader > .navbar.bg-dark {
            background-color: #fff !important;
            /*background-color: var(--theme-background) !important;*/
        }

.navbar-translate {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo.navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 59px;
    line-height: 59px;
    /*background-color: #064168;*/
    border-bottom: 1px solid #dee2e6 /*#4b545c*/;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #fff;
}

    .logo.navbar-brand img {
        max-height: 90%;
        max-width: 90%;
    }


.btn.btn-fab.CollapseMenu,
.btn.btn-fab#goBack {
    font-size: 24px;
    width: 60px;
    height: 58px;
    padding: 0;
    overflow: hidden;
    position: relative;
    color: #fff;
    color: #fff;
}

.btn.btn-fab.btnSearch, .btn.btn-fab.btnCmProfile, .btn.btn-fab.btnUserProf {
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    color: #fff;
    float: left;
    height: 50px;
    width: auto;
    margin: 0;
}

.btn.btn-fab.btnCmProfile, .btn.btn-fab.btnUserProf {
    display: none;
}

    .btn.btn-fab.btnCmProfile._dsddfd {
        display: flex;
        justify-content: center;
        right: 0;
    }

.btn.btn-fab.btnSearch span {
    font-size: 14px;
}

.SearchForm {
    -webkit-transform-origin: center 0;
    -ms-transform-origin: center 0;
    transform-origin: center 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
}

.isFormTrue {
    z-index: 999992 !important;
}

.SearchForm.isFormTrue {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.SearchForm .SearchFormInput {
    display: block;
    height: 60px !important;
    width: 100%;
    padding: 10px 15px 10px 50px;
    color: #444;
    background-color: #fff;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background-image: none;
    background-clip: padding-box;
    line-height: 1.25;
}

.SearchForm .InputSearchIcon {
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #71808f;
    padding-left: 10px;
    font-size: 25px;
    border: 0;
    background: #fff;
}

.SearchForm .InputSearchClose {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    color: #71808f;
    border: 0;
    background: #fff;
}

.BlckBackdrop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background-color: rgba(0,0,0,.5) !important;
    -webkit-transition: opacity .3s cubic-bezier(.4,0,.2,1);
    -o-transition: opacity .3s cubic-bezier(.4,0,.2,1);
    transition: opacity .3s cubic-bezier(.4,0,.2,1);
    z-index: 999991;
    pointer-events: none;
}

body.hasBackdrop .BlckBackdrop {
    pointer-events: auto;
    opacity: 1;
}


.TopHeader .navbar .logo {
    display: none;
}
/*TopBarMenu Start*/
@media (max-width:1365.98px) {
    .showTopMenu, .HideTopMenu {
        display: none !important;
    }
}

@media (min-width:1366px) {
    .showTopMenu, .HideTopMenu {
        cursor: pointer;
    }

    .HideTopMenu {
        display: none;
    }

    .showTopBarMenuBody .PageContent {
        padding-left: 0 !important;
    }

    .TopHeader .logo {
        display: none;
    }

    .showTopBarMenuBody .PageContent .logo {
        display: block;
    }

    .showTopBarMenuBody .PageContent .CollapseMenu {
        display: none;
    }

    .TopBarMenu {
        display: block !important;
        position: relative;
    }

        .TopBarMenu .logo {
            display: none !important;
        }

        .TopBarMenu .Sidebar:before {
            background: var(--theme-background);
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100% !important;
            height: auto !important;
        }

        .TopBarMenu .sidebar-nav .nav-menu {
            display: flex;
        }

            .TopBarMenu .sidebar-nav .nav-menu > li {
                /*width:auto!important;*/
                flex: 1;
                position: relative;
            }

                .TopBarMenu .sidebar-nav .nav-menu > li:hover > a {
                    position: relative;
                    background: rgba(255, 255, 255, .3);
                }

                .TopBarMenu .sidebar-nav .nav-menu > li > a > i {
                    top: initial;
                }

                .TopBarMenu .sidebar-nav .nav-menu > li > a > span {
                    margin: 0;
                    visibility: visible;
                }

                .TopBarMenu .sidebar-nav .nav-menu > li:hover > ul {
                    display: block;
                    visibility: visible;
                    -webkit-transform: translate3d(0, 0, 0);
                    -moz-transform: translate3d(0,0,0);
                    -o-transform: translate3d(0,0,0);
                    transform: translate3d(0, 0, 0);
                    opacity: 1;
                }

            .TopBarMenu .sidebar-nav .nav-menu ul li:hover > a {
                background: #f1f1f1 !important;
                color: var(--theme-background) !important;
            }

            .TopBarMenu .sidebar-nav .nav-menu li ul {
                left: 0;
                right: initial;
                top: 100%;
                bottom: initial;
                z-index: 99991;
                border: 1px solid #ddd;
                box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
                background: #fff;
                display: block !important;
                visibility: hidden;
                opacity: 0;
                -webkit-transition: opacity .35s, -webkit-transform .35s;
                -moz-transition: opacity .35s,-webkit-transform .35s;
                -ms-transition: opacity .35s,-webkit-transform .35s;
                -o-transition: opacity .35s,-webkit-transform .35s;
                transition: opacity .35s, -webkit-transform .35s;
                -webkit-transform: translate3d(0, -5px, 0);
                -moz-transform: translate3d(0,-5px,0);
                -o-transform: translate3d(0,-5px,0);
                transform: translate3d(0, -5px, 0);
            }

                .TopBarMenu .sidebar-nav .nav-menu li ul li {
                    background: #fff;
                    position: relative;
                    z-index: 2;
                }

                    .TopBarMenu .sidebar-nav .nav-menu li ul li.clsHasChild > a {
                        position: relative;
                        padding-right: 30px !important;
                    }

                        .TopBarMenu .sidebar-nav .nav-menu li ul li.clsHasChild > a:before {
                            content: "\F054";
                            font-family: "Material Design Icons";
                            position: absolute;
                            right: 10px;
                            top: 50%;
                            transform: translateY(-50%);
                            line-height: normal;
                        }

                .TopBarMenu .sidebar-nav .nav-menu li ul > li > h3[data-lang=menu] {
                    display: none !important;
                }

            .TopBarMenu .sidebar-nav .nav-menu li a {
                padding: 8px 5px;
            }

            .TopBarMenu .sidebar-nav .nav-menu li ul ul {
                left: 100%;
                top: 0;
                position: absolute;
                -webkit-transform: translate3d(-15px, 0, 0);
                -moz-transform: translate3d(-15px,0,0);
                -o-transform: translate3d(-15px,0,0);
                transform: translate3d(-15px, 0, 0);
            }

            .TopBarMenu .sidebar-nav .nav-menu li ul li:hover > ul {
                display: block;
                visibility: visible;
                -webkit-transform: translate3d(0, 0, 0);
                -moz-transform: translate3d(0,0,0);
                -o-transform: translate3d(0,0,0);
                transform: translate3d(0, 0, 0);
                opacity: 1;
            }


            .TopBarMenu .sidebar-nav .nav-menu li.openLeftSide ul li.clsHasChild > a:before {
                transform: translateY(-50%) rotate(180deg);
            }

            .TopBarMenu .sidebar-nav .nav-menu li.openLeftSide ul {
                left: inherit;
                right: 0;
            }

                .TopBarMenu .sidebar-nav .nav-menu li.openLeftSide ul ul {
                    left: inherit;
                    right: 100%;
                }
}
/*TopBarMenu End*/

.SideBarMenu {
    width: 75px;
    /*background: #343a40;*/
    background: #fff;
    border-right: 0px solid #ddd;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    height: 100vh;
    overflow: hidden;
    box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22) !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.Sidebar:before { /*background:#0D47A1;*/
    background: var(--theme-background);
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    width: 75px;
    height: 100%;
}

.SideBarMenu.full {
    width: 300px;
}

.SideBarMenu.fxd {
    width: 300px !important;
}

.SideBarMenu.full.removeWidth {
    width: 75px !important;
}

.SideBarMenu.fxd.removeWidth {
    width: 75px !important;
}

@media (min-width:992px) {
    .SideBarMenu.fxd.removeWidth + .PageContent.isMenu {
        padding-left: 75px;
    }
}

.sidebar-nav.overflowHidden {
    overflow: hidden !important;
}

.SideBarMenu .Sidebar {
    /*width: 250px;*/
    position: relative;
}

    .SideBarMenu .Sidebar .sidebar-nav {
        height: calc(100vh - 59px);
        /*overflow: hidden;*/ /*padding: 10px 0;*/
        /*width: 250px;*/
    }

.PageContent {
    padding: 0 0 38px 75px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

    .PageContent.isMenu {
        padding-left: 300px;
    }

@media (max-width:991px) {
    .SideBarMenu .Sidebar .sidebar-nav {
        overflow: auto;
    }
}

@media (min-width:992px) {
    ._isMenu .SideBarMenu .Sidebar .sidebar-nav,
    ._isMenuOpen .SideBarMenu .Sidebar .sidebar-nav {
        overflow: auto;
    }

    .SideBarMenu .Sidebar .sidebar-nav .is2nd ul {
        opacity: 0;
        display: none;
    }

    ._isMenu .SideBarMenu .Sidebar .sidebar-nav .is2nd ul,
    ._isMenuOpen .SideBarMenu .Sidebar .sidebar-nav .is2nd ul {
        opacity: 1;
        display: block;
    }
}

.sidebar-nav::-webkit-scrollbar {
    width: 6px !important;
}

.sidebar-nav::-webkit-scrollbar-track {
    background: /*transparent!important*/ #f1f1f1;
}

.sidebar-nav::-webkit-scrollbar-thumb {
    background: /*rgba(255,255,255,.4)!important*/ #888;
    border-radius: 20px;
}

    .sidebar-nav::-webkit-scrollbar-thumb:hover {
        background: /*rgba(255,255,255,.55)!important*/ rgba(0,0,0,.8);
    }

.sidebar-nav .nav-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    height: 100%;
}

    .sidebar-nav .nav-menu > li {
        width: 75px
    }

    .sidebar-nav .nav-menu li a {
        display: block;
        align-items: center;
        color: #656565;
        padding: 6px 0;
        margin: 0px;
        position: relative;
        text-transform: capitalize;
        transition: all .3s ease-in-out;
    }
    /*.sidebar-nav .nav-menu li + li a {
        border-top: 1px solid rgb(191 191 191 / 37%);
    }*/


    .sidebar-nav .nav-menu > li > a:hover,
    .sidebar-nav .nav-menu li.openmenu > a {
        position: relative;
        background: rgba(255,255,255, .3);
    }

        .sidebar-nav .nav-menu > li > a:hover:before,
        .sidebar-nav .nav-menu li.openmenu > a:before {
            display: none;
            content: "";
            width: 4px;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            background: #fff;
        }

    .sidebar-nav .nav-menu li.openmenu > ul {
        display: block !important;
    }

        .sidebar-nav .nav-menu li.openmenu > ul ul > li a {
            padding-left: 20px;
        }

        .sidebar-nav .nav-menu li.openmenu > ul ul ul > li a {
            padding-left: 35px;
        }

    .sidebar-nav .nav-menu li.openmenu .open > a {
        font-weight: 500;
        color: #444;
    }

    .sidebar-nav .nav-menu li.openmenu > ul > li > h3 {
        display: block !important;
    }

    .sidebar-nav .nav-menu li > ul > li h3 {
        font-weight: 500;
        font-size: 1rem;
        color: #000;
        padding: 12px;
        margin: 0;
        border-bottom: 1px solid #eee;
        line-height: normal;
        display: none;
    }

    .sidebar-nav .nav-menu li a > i {
        width: 100%;
        color: #fff;
        /*     color: var(--theme-background);*/
        text-align: center;
        line-height: normal;
        font-size: 24px;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        background: none !important;
        position: relative;
        top: 10px;
        transition: all .3s ease-in-out;
    }

    .sidebar-nav .nav-menu > li > a > span {
        /*white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;*/
        /*margin: 8px 0 0;*/
        color: #fff;
        font-size: 0.65rem;
        font-weight: 500;
        /*display: none;*/ display: block;
        visibility: hidden;
        text-align: center;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding: 0 3px;
    }

    .sidebar-nav .nav-menu > li > a:hover > i,
    .sidebar-nav .nav-menu > li > a.showname > i {
        top: initial;
    }

    .sidebar-nav .nav-menu > li > a:hover > span,
    .sidebar-nav .nav-menu > li > a.showname > span {
        margin: 0;
        visibility: visible;
    }
    /*.sidebar-nav .nav-menu > li:hover > ul{ display:block!important}*/



    .sidebar-nav .nav-menu li ul {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 75px;
        right: 0;
        /* overflow: auto;*/
    }

        .sidebar-nav .nav-menu li ul::-webkit-scrollbar {
            width: 6px !important;
        }

        .sidebar-nav .nav-menu li ul::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        .sidebar-nav .nav-menu li ul::-webkit-scrollbar-thumb {
            background: #888;
            border-radius: 20px;
        }

            .sidebar-nav .nav-menu li ul::-webkit-scrollbar-thumb:hover {
                background: rgba(0,0,0,.8);
            }

        .sidebar-nav .nav-menu li ul li ul {
            position: inherit;
            height: auto;
        }

    .sidebar-nav .nav-menu li:not(._imp) a:hover,
    .sidebar-nav .nav-menu li > a.is1st,
    .sidebar-nav .nav-menu li > a.ancActive,
    .sidebar-nav .nav-menu li > a.isN2ndActive {
        /*background: var(--theme-bg-menu);
    color: var(--theme-color);*/
        /*background: var(--theme-background);*/
        color: #fff;
    }

    .sidebar-nav .nav-menu li._imp:hover > a, .sidebar-nav .nav-menu li._imp:hover > a > span {
        color: #4CAF50;
    }

        .sidebar-nav .nav-menu li._imp:hover > a > i {
            background: #4CAF50;
        }


body:not(._isMenu) .ancPageTitle > span,
body:not(._isMenu) .sidebar-nav .nav-menu li.Has2nd > a::after {
    opacity: 0;
    display: none;
}

body._isMenuOpen .ancPageTitle > span,
body._isMenuOpen .sidebar-nav .nav-menu li.Has2nd > a::after {
    opacity: 1;
    display: inline-block;
}

.nav-second-level {
    display: none;
    padding: 5px 0 2px;
    list-style: none;
    background: rgba(0, 0, 0, .5);
    /*border-radius: 0px 0px 3px 0px;
    overflow: hidden;*/
}

    .nav-second-level.act2nd {
        display: block;
        background: #fff /*var(--theme-bg-sub-menu)*/;
    }

.nav-third-level {
    display: none;
    padding: 0;
    list-style: none;
}

    .nav-third-level.act3rd {
        display: block !important;
    }


.sidebar-nav .nav-menu > li.clsHasChild.clsHasClass_2 > a {
    /*background: #053073;
    height: 50px;
    width: 60px;*/
}

.sidebar-nav .nav-menu > li.Has2nd.is2nd > a {
    /*border-radius: 0px 3px 0px 0px;*/
}

.sidebar-nav .nav-menu li.Has2nd > a::after {
    content: "\f142";
    font-family: Material Design Icons;
    /*content: "\f104";
    font-family: fontawesome;*/
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -10px;
    font-size: 20px;
    line-height: normal;
    /*display: inline-block !important;*/
    font-weight: inherit;
    /*opacity: 1;*/
    transform: rotate(0deg);
    transition: all .3s ease-in-out;
}

.sidebar-nav .nav-menu li.Has2nd.is2nd > a::after {
    transform: rotate(90deg);
    /*color: var(--theme-color);*/
}

/*.sidebar-nav .nav-menu li.Has2nd > a:hover::after {
    color: var(--theme-color);
}*/

.sidebar-nav .nav-menu li.Has2nd.is2nd > a > i, .sidebar-nav .nav-menu li:hover > a > i, .sidebar-nav .nav-menu li > a.is1st > i,
.sidebar-nav .nav-menu li._imp > a.is1st > i {
    /*background: var(--theme-background);
    color: var(--theme-color);*/
}

.sidebar-nav .nav-menu li._imp > a.is1st > i {
    background: #4CAF50;
    color: #fff;
}

.sidebar-nav .nav-menu li.Has2nd.is2nd > a > span, .sidebar-nav .nav-menu li:hover > a > span, .sidebar-nav .nav-menu li ul li:hover > a,
.sidebar-nav .nav-menu li > a.is1st > span,
.sidebar-nav .nav-menu li > ul > li > a.isN2ndActive {
    /*color: var(--theme-color);*/
}

.sidebar-nav .nav-menu li._imp > a.is1st > span {
    color: #4CAF50;
}

.sidebar-nav .nav-menu li > ul > li > a {
    /*height: 28px;*/
    padding: 10px 0 10px 0 /*30px*/;
    display: flex;
    justify-content: left;
    align-content: center;
    width: 100%;
    /*margin: 0 0px 0px 20px;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    color: #424242;
    font-size: 13px;
    height: 33px;*/
}

    .sidebar-nav .nav-menu li > ul > li > a i {
        color: var(--theme-background);
        max-width: 30px;
        flex: 0 0 30px;
        top: 0;
        font-size: 20px;
    }

    .sidebar-nav .nav-menu li > ul > li > a span {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .sidebar-nav .nav-menu li > ul > li > a:hover,
    .sidebar-nav .nav-menu li > ul > li > a.ancActive {
        background: #f9f9f9 !important;
        /* background-color: rgba(255,255,255,.1) !important; */
        color: var(--theme-background) !important;
    }

/*.sidebar-nav .nav-menu li span {
    display: block;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
}*/

.sidebar-nav .nav-menu li > ul > li > ul > li > a {
    /*padding: 10px 0 10px 45px;*/
    position: relative;
    white-space: nowrap;
    color: #616161;
    font-weight: 400;
}

    .sidebar-nav .nav-menu li > ul > li > ul > li > a span {
        color: #616161;
        font-weight: 400;
    }

.sidebar-nav .nav-menu li > ul > li > ul > li > ul {
    margin: 0px;
    height: auto;
}

.sidebar-nav .nav-menu li > ul > li > a:after {
    display: none;
    content: "\f130"; /*f12f*/
    font-family: Material Design Icons;
    /*content: "\f192";
    font-family: fontawesome;*/
    position: absolute;
    left: 10px;
    top: 12px;
    line-height: normal;
    border: 0 !important;
}

.sidebar-nav .nav-menu li > ul > li > ul > li > a:after {
    content: '\f130';
    font-family: Material Design Icons;
    width: auto;
    height: auto;
    position: absolute;
    border: 0;
    left: 16px;
    top: 0;
    bottom: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0px;
}

.sidebar-nav .nav-menu li > ul > li > a.isN2ndActive:after {
    border-color: #e91e63;
}

.sidebar-nav .nav-menu li > ul > li:hover > a:after,
.sidebar-nav .nav-menu li > ul > li > a.ancActive:after {
    border: 2px solid var(--theme-border-color);
}

.sidebar-nav .nav-menu li > ul > li > ul > li:hover > a:after {
    border: 0;
}

.sidebar-nav .nav-menu li > ul > li._imp, .sidebar-nav .nav-menu li._imp {
    position: relative;
}

    .sidebar-nav .nav-menu li > ul > li._imp:before, .sidebar-nav .nav-menu li._imp:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 1px;
        top: 1px;
        background: #4CAF50;
        opacity: 0.4;
        max-height: 38px;
    }

    .sidebar-nav .nav-menu li > ul > li._imp > a, .sidebar-nav .nav-menu li._imp > a {
        color: #4CAF50;
    }

        .sidebar-nav .nav-menu li > ul > li._imp > a:after, .sidebar-nav .nav-menu li._imp > a:after {
            border-color: #4CAF50;
        }

    .sidebar-nav .nav-menu li._imp a > i {
        background: #b7dfb9;
    }

.sidebar-nav .nav-menu li.disabled {
    position: relative;
}

    .sidebar-nav .nav-menu li.disabled a {
        color: #ddd;
    }

        .sidebar-nav .nav-menu li.disabled a > i {
            color: #666;
            background: #ddd;
        }

.navbar .navbar-nav .nav-item .nav-link.ancWlcmText {
    font-size: 13px;
    text-transform: capitalize;
    align-items: center;
    padding-right: 25px;
    max-width: 224px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inherit;
}

.navbar .navbar-nav > li > a {
    color: rgba(0,0,0,.5);
    line-height: 55px;
    height: 58px;
    padding: 0 10px;
    display: inline-block;
}

    .navbar .navbar-nav > li > a:hover {
        background-color: rgba(255,255,255,.2);
    }

    .navbar .navbar-nav > li > a.noarrow:after {
        display: none;
    }

    .navbar .navbar-nav > li > a i {
        font-size: 1.1rem;
    }

    .navbar .navbar-nav > li > a > .label {
        background-color: #d9534f;
        color: #fff !important;
        width: auto;
        position: absolute;
        top: 12px;
        right: 5px;
        text-align: center;
        font-size: 9px;
        padding: 3px 4px;
        margin: 0;
        line-height: .9;
        border-radius: 4px;
    }

.navbar-nav .chating {
    width: 300px;
    padding: 0;
}

    .navbar-nav .chating li:nth-child(1) a {
        border: none;
    }

    .navbar-nav .chating li a {
        display: flex;
        color: #333 !important;
        font-size: 0.9rem;
        padding: 12px 20px;
        border-top: 1px solid #dee2e6;
        text-align: left;
        position: relative;
    }

        .navbar-nav .chating li a:hover {
            background-color: #f8f8f9;
        }

        .navbar-nav .chating li a:after {
            display: table;
            clear: both;
            content: "";
        }

        .navbar-nav .chating li a .photo {
            width: 50px;
            height: 50px;
            margin-right: 15px;
            border-radius: 100%;
            overflow: hidden;
            float: left;
        }

            .navbar-nav .chating li a .photo img {
                width: 100%;
            }

        .navbar-nav .chating li a .name {
            float: left;
            width: calc(100% - 65px);
        }

            .navbar-nav .chating li a .name span {
                display: flex;
                align-items: center;
                margin-top: 1px;
            }

                .navbar-nav .chating li a .name span i {
                    margin-right: 8px;
                    font-size: 1rem;
                }

    .navbar-nav .chating li.chating-footer a {
        padding: 12px 20px;
        color: #333 !important;
        font-weight: 600;
        display: block;
        text-align: center;
    }

        .navbar-nav .chating li.chating-footer a:hover {
            background-color: var(--theme-color);
            color: #fff !important;
        }


.navbar-nav .notification {
    width: 300px;
    padding: 0;
}

    .navbar-nav .notification li.notification-header {
        padding: 8px 20px;
    }

    .navbar-nav .notification li.notification-footer a {
        padding: 12px 20px;
        color: #333 !important;
        font-weight: 600;
        text-align: center;
    }

        .navbar-nav .notification li.notification-footer a:hover {
            background-color: var(--theme-color);
            color: #fff !important;
        }

        .navbar-nav .notification li.notification-footer a:before {
            display: none;
        }

    .navbar-nav .notification li a {
        font-size: 0.9rem;
        display: block;
        padding: 12px 20px 12px 45px;
        border-top: 1px solid #dee2e6;
        text-align: left;
        position: relative;
    }

        .navbar-nav .notification li a:before {
            content: "\f192";
            font-family: Material Design Icons;
            font-size: 1.1rem;
            position: absolute;
            left: 15px;
            top: 12px;
            color: var(--theme-color);
        }

        .navbar-nav .notification li a:hover {
            background-color: #f8f8f9;
        }

        .navbar-nav .notification li a strong {
            display: block;
            color: #333333;
        }

        .navbar-nav .notification li a span {
            display: block;
            color: #777;
        }

._uName {
    margin-left: 5px;
}

#ddlLocation {
    height: 42px;
    background: transparent;
    border: 0;
    color: #fff;
    display: flex;
    padding: 0 10px;
    padding-right: 20px;
    width: auto;
    max-width: 300px;
    outline: none !important;
}

    #ddlLocation option {
        background: #fff;
        color: #212121;
        border: 0;
    }

    #ddlLocation:hover {
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 0.1875rem;
    }

.Location {
    position: relative;
}

    .Location::after {
        content: '\f140';
        font-family: Material Design Icons;
        font-size: 15px;
        display: flex;
        align-items: center;
        position: absolute;
        right: 1px !important;
        top: 0;
        bottom: 0;
        color: #fff;
    }





.portlet {
    padding: 0 15px;
}
/*.portlet-title:not(._not) {
    position: fixed;
    top: 58px;
    left: 50px;
    right: 0;
    background: #fff;
    box-shadow: 0 7px 12px -5px rgba(33, 33, 33, 0.46);
    z-index: 1019;
    padding: 0px 10px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 30px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}*/
.portlet-title:not(._not) {
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: normal;
}

.PageContent.isMenu .portlet .portlet-title {
    /* left: 251px;*/
}

.portlet-title > .caption {
    display: flex;
}

    .portlet-title > .caption > .page-title {
        font-weight: 600;
        font-size: 1.0rem;
        color: var(--theme-background);
    }

@media (max-width:767px) {
    .portlet-title > .caption > .page-title {
        font-weight: 600;
        font-size: 1.2rem;
    }

    .Asbestos {
        margin-left: 5px;
        margin-right: 5px;
    }
}

.portlet-title > .rightside {
}
/*.portlet-title > .rightside,
.portlet-title > .search-icon{
    margin-left:auto;
}*/
.portlet-title:not(._not) .caption {
}


    .portlet-title:not(._not) .caption button.page-back-button {
        display: flex;
        background: transparent;
        border: 0;
        width: 30px;
        height: 25px;
        padding: 0;
        align-items: center;
        justify-content: center;
        cursor: pointer !important;
        outline: none !important;
        border-radius: 2px;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

        .portlet-title:not(._not) .caption button.page-back-button > i {
            font-size: 21px;
        }

/*.portlet-body {
    padding-top: 50px;
    padding-bottom: 20px;
    max-width: 100%;
    flex: 1 0 100%;
}*/
.portlet-body {
    padding: 15px;
    background-color: #fff;
    border-radius: 4px;
    /*box-shadow: 0 0 1px rgba(0, 0, 0, 0.13), 0 1px 3px rgba(0, 0, 0, 0.20);*/
    box-shadow: 4px 5px 4px 1px var(--theme-bg-sub-menu), 0 1px 3px var(--theme-bg-sub-menu);
}

.portlet-body-nobg {
    padding: 0px 10px;
    background-color: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.portlet-body > .nav.nav-pills {
    margin: -15px -15px 0;
    /*overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    display: block;*/
}
    /*.portlet-body > .nav.nav-pills:hover{
    overflow-x: auto;
}*/

    /*.portlet-body > .nav.nav-pills::-webkit-scrollbar {width: 6px; height:6px;}
.portlet-body > .nav.nav-pills::-webkit-scrollbar-track {background: rgba(0,0,0,.1);}
.portlet-body > .nav.nav-pills::-webkit-scrollbar-thumb { background: rgba(0,0,0,.5); border-radius: 20px;}
.portlet-body > .nav.nav-pills::-webkit-scrollbar-thumb:hover {background: rgba(0,0,0,.8);}*/

    /*.portlet-body > .nav.nav-pills > li{
    display: inline-block;
}*/
    .portlet-body > .nav.nav-pills + .tab-content > .tab-pane {
        padding: 15px 10px;
    }

.portlet-box {
    padding: 15px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.13), 0 1px 3px rgba(0, 0, 0, 0.20);
}

    .portlet-box + .portlet-box {
        margin-top: 20px;
    }

.portlet-box-header {
    color: #444;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    position: relative;
}

.portlet-box-header-withbdr {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
}

.portlet-box-footer-withbdr {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
    border-top: 1px solid #f4f4f4;
}

.portlet-box-title {
    font-size: 1.2rem;
}

.portlet-box-body {
    padding: 15px;
}

.portlet-box .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.portlet-box [class*=col-] {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

/*************************************
            Tabs
*************************************/

.nav-pills {
    /*border-bottom: 1px solid #ccc;*/
    border-bottom: 1px solid var(--theme-bg-sub-menu);
    /*border-top: 3px solid var(--theme-color);*/
    padding: 5px 5px 0;
    border-radius: 4px 4px 0 0;
    /*min-height: 25px;
    flex: 1 0 100%;
    height: 33px;
    flex-wrap: nowrap;*/
}

    .nav-pills > li {
        margin-bottom: -1px;
    }

        .nav-pills > li > a.active, .nav-tabs > li.active > a:focus, .nav-pills > li.active > a:hover {
            /*border-width: 0;*/
        }

        .nav-pills > li > a {
            /*border: none;*/
            border: 1px solid transparent;
            /*color: #666;*/ color: var(--theme-color);
            position: relative;
            padding: 8px 10px;
            font-weight: 600;
            /*font-size: 14px;*/
            /*display: flex;*/
            display: inline-block;
            white-space: nowrap;
            text-transform: capitalize;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

            .nav-pills > li > a:hover {
                /*border: none;*/
                border-color: #e9ecef #e9ecef #dee2e6;
            }

            .nav-pills > li > a.active {
                font-weight: 600;
                color: #000 !important;
                background: transparent;
                border-color: var(--theme-bg-sub-menu) var(--theme-bg-sub-menu) #fff;
            }

@media (max-width:991px) {
    .nav-pills {
        overflow: auto hidden;
        white-space: nowrap;
        flex-wrap: nowrap;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

        .nav-pills > li > a {
            position: relative;
            color: #333;
            border: 0 !important;
        }

            .nav-pills > li > a:after {
                content: "";
                background: var(--theme-color) !important;
                height: 2px;
                position: absolute;
                width: 100%;
                left: 0px;
                bottom: 1px;
                transition: all 250ms ease 0s;
                transform: scale(0);
            }

            .nav-pills > li > a.active::after, .nav-pills > li:hover > a::after {
                transform: scale(1);
            }

            .nav-pills > li > a.active {
                color: var(--theme-color) !important;
            }
}

.tab-nav > li > a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}

.tab-content > .tab-pane {
    padding: /*10px*/ 10px 10px;
}

.bleft {
    border-left: 1px solid #000;
}

.nav-tabs {
    border: 0;
    padding: 15px 0.7rem;
}

    .nav-tabs > .nav-item > .nav-link {
        color: #888;
        margin: 0;
        margin-right: 5px;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 30px;
        font-size: 14px;
        padding: 11px 23px;
        line-height: 1.5;
    }

        .nav-tabs > .nav-item > .nav-link:hover {
            background-color: transparent;
        }

        .nav-tabs > .nav-item > .nav-link.active {
            border: 1px solid #888;
            border-radius: 30px;
        }

        .nav-tabs > .nav-item > .nav-link i.now-ui-icons {
            font-size: 14px;
            position: relative;
            top: 1px;
            margin-right: 3px;
        }

    .nav-tabs > .nav-item.disabled > .nav-link,
    .nav-tabs > .nav-item.disabled > .nav-link:hover {
        color: rgba(255, 255, 255, 0.5);
    }

    .nav-tabs.nav-tabs-neutral > .nav-item > .nav-link {
        color: #fff;
    }

        .nav-tabs.nav-tabs-neutral > .nav-item > .nav-link.active {
            border-color: rgba(255, 255, 255, 0.5);
            color: #fff;
        }

    .nav-tabs.nav-tabs-primary > .nav-item > .nav-link.active {
        border-color: #f96332;
        color: #f96332;
    }

    .nav-tabs.nav-tabs-info > .nav-item > .nav-link.active {
        border-color: #2ca8ff;
        color: #2ca8ff;
    }

    .nav-tabs.nav-tabs-danger > .nav-item > .nav-link.active {
        border-color: #ff3636;
        color: #ff3636;
    }

    .nav-tabs.nav-tabs-warning > .nav-item > .nav-link.active {
        border-color: #ffb236;
        color: #ffb236;
    }

    .nav-tabs.nav-tabs-success > .nav-item > .nav-link.active {
        border-color: #18ce0f;
        color: #18ce0f;
    }



.lefttab {
    border-bottom: none;
    height: 100%;
    display: flex;
}

    .lefttab .nav-tabs {
        padding: 0;
        border-bottom: 0;
        margin-top: 20px;
        margin-bottom: 20px;
        display: block;
        width: 210px;
    }

        .lefttab .nav-tabs > .nav-item {
            float: none;
            margin-bottom: 0px;
        }

            .lefttab .nav-tabs > .nav-item > .nav-link {
                margin-right: 0;
                margin-bottom: 0;
                padding: 10px 10px;
                display: block;
                color: #393f46;
                font-weight: 500;
                cursor: pointer;
                border-width: 1px 1px 1px 3px !important;
                border-color: transparent;
                z-index: 1;
                position: relative;
                border-right-color: #e1e4e8;
                -webkit-border-radius: 5px 0 0 5px;
                -moz-border-radius: 5px 0 0 5px;
                border-radius: 5px 0 0 5px;
            }

                .lefttab .nav-tabs > .nav-item > .nav-link:not(.active):hover {
                    background: rgba(0, 0, 0, 0.025);
                    color: #000;
                }

                .lefttab .nav-tabs > .nav-item > .nav-link:hover > i.fa,
                .lefttab .nav-tabs > .nav-item > .nav-link.active i.fa {
                    color: #000 !important;
                }

                .lefttab .nav-tabs > .nav-item > .nav-link.active,
                .lefttab .nav-tabs > .nav-item > .nav-link.active:focus,
                .lefttab .nav-tabs > .nav-item > .nav-link.active:hover {
                    color: #000 !important;
                    border-left-color: var(--theme-background);
                    border-right-color: #fff;
                    border-top-color: #e1e4e8;
                    border-bottom-color: #e1e4e8;
                }

                .lefttab .nav-tabs > .nav-item > .nav-link > i.fa {
                    vertical-align: baseline;
                    margin-right: 10px;
                    color: #8d9ba9;
                }

    .lefttab .tab-content {
        width: calc(100% - 210px);
        position: relative;
    }

        .lefttab .tab-content:before {
            width: 1px;
            height: 100%;
            content: "";
            background-color: #d4d4d4;
            position: absolute;
            left: -1px;
            top: 0;
            bottom: 0;
        }

@media (max-width:991px) {
    .lefttab {
        width: auto;
        position: inherit;
        top: inherit;
        left: inherit;
        display: block;
    }

        .lefttab .nav-tabs {
            padding: 0;
            margin: 0;
            overflow-x: auto;
            overflow-y: hidden;
            white-space: nowrap;
            border-bottom: 1px solid #d9d9d9;
            display: flex;
            width: 100%;
        }

            .lefttab .nav-tabs::-webkit-scrollbar {
                display: none;
            }

            .lefttab .nav-tabs > .nav-item {
                display: flex;
            }

                .lefttab .nav-tabs > .nav-item > .nav-link {
                    padding: 8px 10px;
                    border-left-color: transparent !important;
                    border-width: 0px 0px 2px 0px !important;
                    -webkit-border-radius: 0;
                    -moz-border-radius: 0;
                    border-radius: 0;
                }

                    .lefttab .nav-tabs > .nav-item > .nav-link.active {
                        color: var(--theme-background) !important;
                        border-bottom-color: var(--theme-background) !important;
                    }

        .lefttab .tab-content {
            width: 100%;
            position: relative;
        }

            .lefttab .tab-content:before {
                display: none;
            }
}



.linetab .nav-tabs {
    overflow: auto hidden;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
    border-bottom: 1px solid #eee;
}

    .linetab .nav-tabs .nav-item + .nav-item {
        margin-left: 10px;
    }

    .linetab .nav-tabs > li > .nav-link {
        position: relative;
        color: rgba(0, 0, 0, .6);
        font-weight: 500;
        padding: 8px 10px;
        margin: 0;
        border: 0 !important;
        cursor: pointer;
    }

        .linetab .nav-tabs > li > .nav-link:after {
            content: "";
            background: var(--theme-color) !important;
            height: 2px;
            position: absolute;
            width: 100%;
            left: 0px;
            bottom: 1px;
            transition: all 250ms ease 0s;
            transform: scale(0);
        }

        .linetab .nav-tabs > li > .nav-link.active::after,
        .linetab .nav-tabs > li:hover > .nav-link::after {
            transform: scale(1);
        }

    .linetab .nav-tabs > li > a.active {
        color: var(--theme-color) !important;
    }

.linetab .tab-content > .tab-pane {
    padding-left: 0;
    padding-right: 0;
}

/*************************************
           // Tabs
*************************************/



.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-items: center;
}

.tab-content .row,
.modal-body .row {
    margin-left: -5px;
    margin-right: -5px;
}

.tab-content [class*="col-"], .modal-body [class*="col-"] {
    padding: 0px 5px !important;
}

.tab-content > div.row {
    margin: 0px 0px 0px 0px !important;
    width: 100%;
}

.tab-content a[class="btn"] {
    display: inline-flex;
    height: 36px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 0px 20px;
}


fieldset {
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

    fieldset.noboder {
        border: 0;
        padding: 0;
        border: 0;
    }

    fieldset.noboderlegend {
        padding: 0;
    }

legend {
    font-size: inherit;
    font-weight: 500;
    display: flex;
    align-items: center;
    width: inherit;
    padding: 0 8px;
    margin: 0;
    color: #000;
    align-items: center;
}



.pl-0 {
    padding-left: 0 !important;
}

.pl-15, div[class="pl-15"] {
    padding-left: 15px !important;
}

.hide {
    display: none !important;
}

.modal {
    background: #0000006b;
    z-index: 99999;
}

.popover {
    z-index: 999999;
}

.tab-pane > .row {
    margin-right: -5px;
    margin-left: -5px;
}

.content-sub-title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: 25px;
    margin: 0px 0px 25px 0px;
    padding-left: 10px;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 1px solid var(--theme-background);
    height: 25px;
}

    .content-sub-title .caption {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        color: var(--theme-background);
    }

        .content-sub-title .caption span {
            position: relative;
        }

            .content-sub-title .caption span:after {
                content: '';
                background: var(--theme-background);
                position: absolute;
                left: -5px;
                right: -5px;
                height: 3px;
                bottom: -5px;
            }

.modal-body .content-sub-title .caption span:after {
    bottom: 0px;
}

.addProfiletab .tblResult {
    display: block;
}

    .addProfiletab .tblResult thead {
        display: none;
    }

    .addProfiletab .tblResult tbody {
        /*display:flex;
    flex-wrap:wrap;*/
    }

    .addProfiletab .tblResult tr {
        /*border: 1px solid #ddd;
    width:33.33%;
    padding:15px;*/
        display: block;
        padding: 0 0 0 65px;
        position: relative;
        line-height: 1.2em;
    }

        .addProfiletab .tblResult tr + tr {
            margin-top: 10px;
        }

        .addProfiletab .tblResult tr td {
            border: 0 !important;
            display: block;
        }

            .addProfiletab .tblResult tr td.tblResultlogo {
                position: absolute;
                left: 0;
                padding: 0;
            }

                .addProfiletab .tblResult tr td.tblResultlogo a {
                    width: 50px;
                    display: block;
                }

                    .addProfiletab .tblResult tr td.tblResultlogo a img {
                        width: 100%;
                    }

.addProfiletab .btns a {
    padding: 5px 10px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid transparent;
    text-decoration: none !important;
}

    .addProfiletab .btns a:hover {
        background-color: #f5f5f5;
    }

    .addProfiletab .btns a.edit {
        color: #155724;
    }

        .addProfiletab .btns a.edit:hover {
            color: #155724;
            background-color: #d4edda;
            border-color: #c3e6cb;
        }

    .addProfiletab .btns a.delete {
        color: #721c24;
    }

        .addProfiletab .btns a.delete:hover {
            color: #721c24;
            background-color: #f8d7da;
            border-color: #f5c6cb;
        }

    .addProfiletab .btns a i {
        margin-right: 5px;
    }


.label-default, .bg-default {
    background-color: #777;
    color: #fff !important;
}

.label-primary, .bg-primary {
    background-color: #337ab7;
    color: #fff !important;
}

.label-success, .bg-success {
    background-color: #5cb85c;
    color: #fff !important;
}

.label-info, .bg-info {
    background-color: #5bc0de;
    color: #fff !important;
}

.label-warning, .bg-warning {
    background-color: #f0ad4e;
    color: #fff !important;
}

.label-danger, .bg-danger {
    background-color: #d9534f;
    color: #fff !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    width: auto;
}

    .btn-file > input {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        font-size: 23px;
        cursor: pointer;
        filter: alpha(opacity=0);
        opacity: 0;
        direction: ltr;
    }

.fileinput {
    display: inline-block;
    margin-bottom: 9px;
}

    .fileinput .form-control {
        display: inline-block;
        padding-top: 7px;
        padding-bottom: 5px;
        margin-bottom: 0;
        vertical-align: middle;
        cursor: text;
    }

    .fileinput .thumbnail {
        display: inline-block;
        margin-bottom: 5px;
        overflow: hidden;
        text-align: center;
        vertical-align: middle;
    }

        .fileinput .thumbnail > img {
            max-height: 100%;
            width: auto;
        }

    .fileinput .btn {
        vertical-align: middle;
    }

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
    display: none;
}

.fileinput-inline .fileinput-controls {
    display: inline;
}

.fileinput-filename {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

.form-control .fileinput-filename {
    vertical-align: bottom;
}

.fileinput.input-group {
    display: table;
}

    .fileinput.input-group > * {
        position: relative;
        z-index: 2;
    }

    .fileinput.input-group > .btn-file {
        z-index: 1;
    }

.fileinput-new.input-group .btn-file,
.fileinput-new .input-group .btn-file {
    border-radius: 0 4px 4px 0;
}

    .fileinput-new.input-group .btn-file.btn-xs,
    .fileinput-new .input-group .btn-file.btn-xs,
    .fileinput-new.input-group .btn-file.btn-sm,
    .fileinput-new .input-group .btn-file.btn-sm {
        border-radius: 0 3px 3px 0;
    }

    .fileinput-new.input-group .btn-file.btn-lg,
    .fileinput-new .input-group .btn-file.btn-lg {
        border-radius: 0 6px 6px 0;
    }

.form-group.has-warning .fileinput .fileinput-preview {
    color: #8a6d3b;
}

.form-group.has-warning .fileinput .thumbnail {
    border-color: #faebcc;
}

.form-group.has-error .fileinput .fileinput-preview {
    color: #a94442;
}

.form-group.has-error .fileinput .thumbnail {
    border-color: #ebccd1;
}

.form-group.has-success .fileinput .fileinput-preview {
    color: #3c763d;
}

.form-group.has-success .fileinput .thumbnail {
    border-color: #d6e9c6;
}

.input-group-addon:not(:first-child) {
    border-left: 0;
}

.MasterLeft {
    width: calc(30% - 14px);
    margin: 0 7px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.20), 0 0px 4px rgba(0, 0, 0, 0.20);
    transition: width 0.3s ease;
}

.MasterRight {
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.20), 0 0px 4px rgba(0, 0, 0, 0.20);
    margin: 0 7px;
    transition: width 0.3s ease;
    width: calc(70% - 14px);
}

._RoleRightSBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    ._RoleRightSBox .MasterLeft {
        width: calc(20% - 14px);
    }

    ._RoleRightSBox .MasterRight {
        width: calc(80% - 14px);
    }

._BoxSizer {
    width: 40px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    font-size: 22px;
    font-weight: 900;
    color: #fff !important;
    display: none;
}

.MasterRight .nav-pills {
    margin-bottom: 10px;
}

.modal-body > .row > .row {
    margin: 0 !important;
}

    .modal-body > .row > .row.CategoryModel {
        margin-bottom: 15px !important;
    }

body > .dhx_cal_light {
    /*width: inherit;
    position: fixed;
    top: 0 !important;
    right: 0;
    bottom: 0;
    left: 0 !important;
    z-index: 1050;
    display: none;
    background: #0000006b;
    overflow: hidden;
    outline: 0;
    border-radius: 0;
    height: 100vh !important;*/
}

._m0 {
    margin: 0 !important;
}

.tab-content div[class*="col-"]._p0, .modal-body div[class*="col-"]._p0 {
    padding: 0 !important;
}

._tsTBL thead tr th:first-child {
    width: 40px;
    padding: 6px 5px 6px 5px;
}

.auto {
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
}

.actionbtn ul {
    display: flex;
    width: 80px;
    justify-content: space-between;
}

    .actionbtn ul li a.btn {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        width: 36px;
        height: 36px;
    }
/*jquery.scrolling-tabs*/
.scrtabs-tab-container * {
    box-sizing: border-box;
}

.scrtabs-tab-container {
    height: 35px;
    display: flex;
    align-items: center;
}

@media(max-width: 768px) {
    .scrtabs-tab-container {
        margin-left: 0px;
        margin-right: 0px;
    }

    .portlet-body {
        padding: 15px 2px;
    }
}

.scrtabs-tab-container .tab-content {
    clear: left;
}

.scrtabs-tabs-fixed-container {
    float: left;
    /*  height: 35px;*/
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}

.scrtabs-tabs-movable-container {
    position: relative;
}

    .scrtabs-tabs-movable-container .tab-content {
        display: none;
    }

.scrtabs-tab-scroll-arrow {
    border-top: none;
    color: #428bca;
    cursor: pointer;
    float: left;
    font-size: 22px;
    line-height: 35px;
    height: 35px;
    width: 30px;
    text-align: center;
}

    .scrtabs-tab-scroll-arrow:hover {
        background-color: #eeeeee;
    }

.scrtabs-tabs-fixed-container ul.nav-tabs {
    height: 41px;
}

    .scrtabs-tabs-fixed-container ul.nav-tabs > li {
        white-space: nowrap;
    }

.scrtabs-tab-content-outside-movable-container .nav-tabs {
    display: none;
}


.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

ul.dynatree-container {
    padding: 3px 10px !important;
}

    ul.dynatree-container ul {
        background: #ffffff none repeat scroll 0 0 !important;
    }

.isSibNotAllow > label:first-child {
    background: linear-gradient(white, #e3e3e3) !important;
}

.isSibSelect {
    position: relative;
}

    .isSibSelect:not(.is-msParent):after {
        /*content: '\f140';
    font-family: Material Design Icons;
    position: absolute;
    right: 3px;
    top: 0;
    bottom: 0;
    font-size: 18px;
    display: flex;
    align-items: center;
    pointer-events: none;*/
    }



/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 1.95em;
        cursor: pointer;
        display: inline-flex;
        white-space: nowrap;
        min-width: auto;
        min-height: 20px;
        margin: 0;
        top: 0;
        margin-right: 10px;
        font-weight: 500;
    }

        /* checkbox aspect */
        [type="checkbox"]:not(:checked) + label:before,
        [type="checkbox"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 2px;
            width: 20px;
            height: 20px;
            border: 2px solid #ccc;
            background: #fff;
            border-radius: 4px;
            box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
            box-sizing: border-box;
        }
        /* checked mark aspect */
        [type="checkbox"]:not(:checked) + label:after,
        [type="checkbox"]:checked + label:after {
            content: '✔';
            position: absolute;
            top: 2px;
            left: 1px;
            font-size: 15px;
            line-height: 0.8;
            color: #09ad7e;
            transition: all .2s;
            font-family: Helvetica, Arial, sans-serif;
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        /* checked mark aspect changes */
        [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0);
        }

        [type="checkbox"]:checked + label:after {
            opacity: 1;
            transform: scale(1);
        }
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

[type="checkbox"]:disabled + label {
    color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
    border: 2px dotted blue;
}

/* hover style just for information */
label:hover:before {
    border: 2px solid #4778d9 !important;
}

/*=== Radio Buttons ===*/
/* Base for label styling */
[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:not(:checked) + label,
    [type="radio"]:checked + label {
        position: relative;
        padding-left: 1.95em;
        cursor: pointer;
        display: inline-flex;
        min-width: 20px;
        min-height: 20px;
        margin: 0;
        top: 0;
        font-weight: 500;
        line-height: 21px;
        margin-right: 10px;
    }

        /* checkbox aspect */
        [type="radio"]:not(:checked) + label:before,
        [type="radio"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            border: 2px solid #ccc;
            background: #fff;
            border-radius: 20px;
            box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
            box-sizing: border-box;
        }
        /* checked mark aspect */
        [type="radio"]:not(:checked) + label:after,
        [type="radio"]:checked + label:after {
            content: '✔';
            position: absolute;
            top: 0px;
            left: 0px;
            font-size: 14px;
            line-height: 0.8;
            color: #09ad7e;
            transition: all .2s;
            font-family: Helvetica, Arial, sans-serif;
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        /* checked mark aspect changes */
        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            transform: scale(1);
        }
/* disabled checkbox */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="radio"]:disabled:checked + label:after {
    color: #999;
}

[type="radio"]:disabled + label {
    color: #aaa;
}
/* accessibility */
[type="radio"]:checked:focus + label:before,
[type="radio"]:not(:checked):focus + label:before {
    border: 2px dotted blue;
}

/* hover style just for information */
label:hover:before {
    border: 2px solid #4778d9 !important;
}
/*=== ./Radio Buttons ===*/

._UserContent {
    padding: 20px 10px;
}

    ._UserContent .row {
        margin-right: 0;
        margin-left: 0;
    }

._UserLeft {
    width: calc(30% - 14px);
    margin: 0 7px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.20), 0 0px 4px rgba(0, 0, 0, 0.20);
    transition: width 0.3s ease;
    background: #fff;
}

._UserHeading {
    border-bottom: 2px solid #DDD;
    border-radius: 3px;
    padding: 0 15px;
    min-height: 25px;
    flex: 1 0 100%;
    height: 27px;
    flex-wrap: nowrap;
}

    ._UserHeading span {
        border: none;
        color: #666;
        position: relative;
        padding: 2px 10px;
        font-weight: 500;
        font-size: 14px;
        display: inline-flex;
        white-space: nowrap;
    }

        ._UserHeading span:after {
            content: "";
            background: #666;
            height: 2px;
            position: absolute;
            width: 100%;
            left: 0px;
            bottom: -2px;
            transition: all 250ms ease 0s;
            transform: scale(1);
        }

._UserLeft ._UserProImg {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px;
    flex: 1;
}

    ._UserLeft ._UserProImg ._UserImg {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        border-radius: 100% !important;
        margin-right: 15px;
    }

    ._UserLeft ._UserProImg ._UserName {
        display: flex;
        flex: 1 0 80%;
        max-width: 80%;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

        ._UserLeft ._UserProImg ._UserName h5 {
            margin: 0;
            display: flex;
            flex: 1 0 100%;
            max-width: 100%;
            font-size: 16px;
            text-transform: capitalize;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-weight: 500;
            margin-bottom: 3px;
        }

        ._UserLeft ._UserProImg ._UserName h6 {
            display: flex;
            flex: 1 0 100%;
            max-width: 100%;
            margin: 0;
            font-size: 14px;
            font-weight: 400;
            text-transform: capitalize;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            ._UserLeft ._UserProImg ._UserName h6 span {
                font-weight: 500;
                margin-right: 3px;
            }

                ._UserLeft ._UserProImg ._UserName h6 span:first-child {
                    width: 60px;
                }

._UserRight {
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.20), 0 0px 4px rgba(0, 0, 0, 0.20);
    margin: 0 7px;
    transition: width 0.3s ease;
    width: calc(70% - 14px);
}

._UserInfo {
    padding-bottom: 20px;
}

._InfoList {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

    ._InfoList li {
        flex: 1 0 33.333%;
        max-width: 33.333%;
        display: flex;
        flex-wrap: wrap;
        height: 20px;
        align-items: center;
        padding: 0 5px;
    }

@media (max-width: 1024px) {
    ._InfoList li {
        flex: 1 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 600px) {
    ._InfoList li {
        flex: 1 0 100%;
        max-width: 100%;
    }

    .bleft {
        border-left: none;
    }

    .btnSearch:not(href) {
        color: #fff;
    }
}
/*._InfoList li:first-child, ._InfoList li:nth-child(2), ._InfoList li:nth-child(3) {
            flex: 1 0 33.333%;
            max-width: 33.333%;
        }
        ._InfoList li:nth-child(6), ._InfoList li:nth-child(9) {
            flex: 1 0 100%;
            max-width: 100%;
        }*/

._InfoList li span {
    flex: 1 0 130px;
    max-width: 130px;
    list-style: none;
    text-align: left;
    display: block;
    box-sizing: border-box;
    line-height: 15px;
    padding: 0 2px;
    background: #fff;
    border: none;
    font-size: 13px;
    text-transform: none;
    margin: 3px 0px 0px 0px;
    color: #7d7d7d;
    position: relative;
    font-weight: 600;
}

    ._InfoList li span::after {
        content: ':';
        position: absolute;
        font-size: 16px;
        right: 10px;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
    }

._InfoList li label {
    flex: 1 0 50%;
    max-width: 50%;
    margin: 0;
    line-height: 16px;
    border-bottom: 0px dashed #88888887;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    text-transform: capitalize;
}

._aWrap {
    display: flex;
    flex-wrap: wrap;
    cursor: default;
}

._aHeader {
    flex: 1 0 100%;
    max-width: 100%;
    display: flex;
}

._aHlft {
    flex: 1 0 85%;
    max-width: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    background: #4bacc6;
    color: #fff;
}

._aHrght {
    flex: 1 0 15%;
    max-width: 15%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    background: #4bacc6;
    color: #fff;
}

._1aHrow {
    flex: 1 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

._2aHrow {
    flex: 1;
}

    ._2aHrow ._ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
    }

        ._2aHrow ._ul li {
            flex: 1 0 25%;
            max-width: 25%;
            display: flex;
            justify-content: center;
            font-size: 13px;
            height: 20px;
            align-items: center;
            border: 1px solid #fff;
            border-width: 1px 0px 1px 1px;
            color: #000;
            font-weight: 600;
        }

            ._2aHrow ._ul li:first-child {
                background: #ffd264;
            }

            ._2aHrow ._ul li:nth-child(2) {
                background: #ff9354;
            }

            ._2aHrow ._ul li:nth-child(3) {
                background: #b4d23c;
            }

            ._2aHrow ._ul li:last-child {
                border-right: 1px solid #fff;
                background: #fb6e6e;
            }

._aRowWrap {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

._1aRow {
    max-width: 100%;
    flex: 1 0 100%;
    display: flex;
}

._1aC {
    flex: 1 0 100px;
    max-width: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    border: 1px solid #fff;
    border-width: 0 1px 1px 0;
    background: #daeef3;
    font-weight: 500;
}

._2aC {
    display: flex;
    flex: 1 0;
    max-width: calc(100% - (100px + 15%));
    flex-wrap: wrap;
    border-right: 1px solid #ddd;
}

._2aRow {
    display: flex;
    flex: 1 0 100%;
    max-width: 100%;
    align-items: center;
    border-bottom: 1px solid #ddd;
    cursor: default;
}

._2aC ._2aRow:first-child {
    background: #daeef3;
}

._3aC {
    display: flex;
    flex: 1 0 15%;
    max-width: 15%;
    border-bottom: 1px solid #ddd;
}

._2aRow ._1aCm {
    display: flex;
    flex: 1 0 3.23%;
    max-width: 3.23%;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #ddd;
    background: #daeef3;
    height: 20px;
    font-size: 13px;
}

    ._2aRow ._1aCm:first-child {
        border-left: 0px solid #ddd;
    }

    ._2aRow ._1aCm:last-child {
        border-right: 1px solid #ddd;
    }

._2aRow ._1aCp {
    display: flex;
    flex: 1 0 3.23%;
    max-width: 3.23%;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #ddd;
    text-transform: capitalize;
    height: 21px;
    font-size: 11px;
    font-weight: 600;
}

    ._2aRow ._1aCp:hover {
        transform: scale(1.2);
    }

    ._2aRow ._1aCp:first-child {
        border-left: 0px solid #ddd;
    }

    ._2aRow ._1aCp:last-child {
        border-right: 0px solid #ddd;
    }

._3aC ._3aCt {
    flex: 1 0 25%;
    max-width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #ddd;
}

    ._3aC ._3aCt:first-child {
        border-left: 0;
    }

._2aRow ._1aCp._P {
    background: #b4d23c;
}

._2aRow ._1aCp._N {
    background: #edc896;
}

._2aRow ._1aCp._A {
    background: #ff18189c;
    /*color: #fff;*/
}

._2aRow ._1aCp._E {
    background: #ffd264;
}

._aTtlRow {
    flex: 1 0 100%;
    display: flex;
    border-bottom: 2px solid #b1b1b1;
}

    ._aTtlRow ._1aCttl {
        flex: 1 0 85%;
        max-width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 10px;
        font-weight: 600;
    }

    ._aTtlRow ._2aCttl {
        display: flex;
        flex: 1 0 15%;
        max-width: 15%;
        font-weight: 500;
    }

        ._aTtlRow ._2aCttl ._aTtlC {
            flex: 1 0 25%;
            max-width: 25%;
            display: flex;
            align-items: center;
            justify-content: center;
            border-left: 1px solid #ddd;
        }

._NavList {
    list-style: none;
    padding: 4px 10px 4px 10px;
    margin: 0;
    display: flex;
}

    ._NavList li {
        max-width: 12%;
        flex: 1 0 12%;
        display: flex;
        justify-content: flex-start;
    }

        ._NavList li span {
            max-width: 20px;
            flex: 1 0 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 8px;
        }

.form-group > .ms-parent {
    width: 100%;
    height: 36px;
}

    .form-group > .ms-parent .ms-choice {
        width: 100% !important;
        height: 36px;
    }

        .form-group > .ms-parent .ms-choice > span {
            flex: 1 0;
            max-width: calc(100%);
            align-items: center;
            text-overflow: ellipsis;
            display: inline-block;
            line-height: 36px;
        }

        .form-group > .ms-parent .ms-choice > div {
            width: 30px;
            height: 30px;
        }

    .form-group > .ms-parent .ms-drop {
        width: auto !important;
        left: 0;
        right: 0;
        z-index: 1020;
    }

        .form-group > .ms-parent .ms-drop ul > li label {
            position: relative;
            margin: 0;
            margin-left: 0;
            font-weight: 500;
            color: #333;
            display: flex;
            padding-left: 30px;
            height: 20px;
            align-items: center;
            white-space: nowrap;
            width: 100%;
        }

._w100p {
    width: 100% !important;
}

.ui-widget.ui-widget-content:not(.ui-slider) {
    position: fixed;
    height: inherit;
    max-height: 100vh;
    border: 0;
    z-index: 999999999999999 !important;
}

body.hasBackdrop {
    overflow: hidden;
}

.ui-menu .ui-menu-item {
    list-style-image: none;
    padding: 0px;
    font-size: 13px;
    text-transform: capitalize;
}

.ui-widget-content:not(.ui-slider) a {
    display: flex;
    padding: 5px;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: 0;
}



div[class*="col-"] .btn.isIcon {
    display: inline-flex;
    align-items: center;
}


.form-group .btn.btn-sm.isIcon,
div[class*="col-"] .btn.btn-sm.isIcon {
    padding: 5px 15px;
}

/*div[class*="col-"] .btn.isIcon span.mdi,
div[class*="col-"] .btn.isIcon i.mdi,
div[class*="col-"] .btn.isIcon span.fa,
.form-group .btn.isIcon i.fa,
.form-group .btn.isIcon span.mdi,
.form-group .btn.isIcon i.mdi,
.form-group .btn.isIcon span.fa,
.form-group .btn.isIcon i.fa,
.auto .btn.isIcon i.mdi {
    margin-right: 5px;
    font-size: 13px;
}*/

/*.dropdown-toggle {
    padding-right: 25px;
}*/

.btnExport .dropdown-toggle::after {
    display: none;
}

.w100 {
    display: flex;
    align-items: center;
}

.jstRgt {
    justify-content: flex-end;
}

.FeeCardWrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.FeeCard {
    width: calc(100% / 3 - 20px);
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 0px;
    margin: 0 10px;
    margin-bottom: 20px;
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.20), 0 0px 2px 0 rgba(0, 0, 0, 0.20);
}

    .FeeCard > .FeeCardHeader {
        flex: 1 0 100%;
        padding: 5px 10px;
        background: #e91e63;
        color: #fff;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .FeeCard > .FeeCardHeader > .FeeCardDel {
            width: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .FeeCard > .FeeCardBody {
        height: calc(100% - 60px);
        margin: 0;
        list-style: none;
        padding: 10px;
        width: 100%;
    }

        .FeeCard > .FeeCardBody > li,
        .FeeCard > .FeeCardFooter > li {
            display: flex;
        }

            .FeeCard > .FeeCardBody > li ._1st,
            .FeeCard > .FeeCardFooter > li ._1st {
                max-width: 70%;
                flex: 2 0 70%;
                font-weight: 500;
                position: relative;
            }

                .FeeCard > .FeeCardBody > li ._1st:after,
                .FeeCard > .FeeCardFooter > li ._1st:after {
                    content: ':';
                    position: absolute;
                    right: 5px;
                    top: 0;
                    bottom: 0;
                    font-size: 14px;
                    font-weight: 600;
                    display: flex;
                    align-items: center;
                }

            .FeeCard > .FeeCardBody > li ._2st,
            .FeeCard > .FeeCardFooter > li ._2st {
                max-width: 30%;
                flex: 2 0 30%;
            }

    .FeeCard > .FeeCardFooter {
        margin: 0;
        list-style: none;
        padding: 00px 10px;
        width: 100%;
        height: 30px;
    }

.QueWrap {
    flex-wrap: wrap;
    display: flex;
    padding: 5px;
}

.QueBoxHolder {
    padding-left: 5px;
    padding-right: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex: 1 0 100%;
    max-width: 100%;
}

.QueBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex: 1 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
    clear: both;
    border: 1px solid #2196f3;
}

    .QueBox .QueBoxTtl {
        flex: 1 0 100%;
        max-width: 100%;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #2196F3;
        color: #fff;
        padding: 2px 10px;
        min-height: 35px;
    }

        .QueBox .QueBoxTtl .actions .btn {
            padding: 3px 10px;
            background: transparent;
            border: 1px solid #fff;
        }

    .QueBox .QueBoxBody {
        display: flex;
        flex: 1 0 100%;
        max-width: 100%;
    }

        .QueBox .QueBoxBody .QueBoxContent {
            flex: 1 0 100%;
            max-width: 100%;
            padding: 5px;
        }

.QueBoxContent [type="radio"]:not(:checked) + label, .QueBoxContent [type="radio"]:checked + label {
    margin-bottom: 10px;
}

.form-group select.form-control {
    padding-right: 15px;
    border: 1px solid var(--theme-bg-menu) !important;
}

/*a:not([href]):not([tabindex]).btn {
    color: #fff;
}*/

.txtb {
    border: 0px solid #e6e9ee !important;
    border-bottom: 1px solid var(--theme-background) !important;
    background: transparent !important;
    color: var(--theme-background) !important;
    height: 25px;
}

.contain {
    background: transparent !important;
    color: var(--theme-background) !important;
}

.newest, .older {
    margin-right: 0 !important;
}

.btn.btn-fab.btnCollaSubMenu {
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    color: #fff;
    float: left;
    height: 50px;
    width: auto;
    margin: 0;
}

.btn.btn-fab.btnCollaSubMenu {
    display: none;
}

._NoticeRow {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 10px;
    margin-bottom: 5px;
    box-shadow: 0 1px 7px -3px #757575;
    position: relative;
}

    ._NoticeRow ._NoticeImg {
        max-width: 60px;
        height: 60px;
        border-radius: 10%;
        overflow: hidden;
        flex: 1 0 60px;
        display: flex;
    }

        ._NoticeRow ._NoticeImg img {
            max-width: 100%;
        }

._NoticeRgt {
    flex: 1 0 93%;
    max-width: 93%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 20px;
}

._NoticeName {
    font-size: 14px;
    font-weight: 500;
    flex: 1 0 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

._NoticeText {
    flex: 1 0 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 400;
}

._NoticeAct {
    flex: 1 0 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
    font-weight: 400;
}

._nDel {
    cursor: pointer;
    position: absolute;
    right: 0px;
    width: 30px;
    top: 0;
    bottom: 0;
    display: flex;
    font-size: 22px;
    align-items: center;
    justify-content: center;
    color: #fd0000;
}

._nEdit {
    cursor: pointer;
    position: absolute;
    right: 30px;
    width: 30px;
    top: 6px;
    bottom: 0;
    display: flex;
    font-size: 22px;
    align-items: center;
    justify-content: center;
    color: #222;
}

div[class*="col-"] > .btn {
    margin-bottom: 0;
    /*margin-bottom: 15px;*/
}

.form-group .btn {
    margin-bottom: 0 !important;
}

.FeeInstallTable {
    max-width: 100%;
    overflow: auto;
    padding: 5px;
    padding-bottom: 15px;
}

table.tblFeeInstall > thead > tr > th {
    background-image: none;
    padding: 6px 5px;
    text-align: center;
}

table.tblFeeInstall > tbody > tr.isColspan > td {
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    background: #b3eae5e0;
    color: #004c45;
}

table.tblFeeInstall > tbody > tr > td input.form-control {
    border-radius: 0;
    border-color: #6dd6cc75;
    background: #fff;
}

table.tblFeeInstall > tbody > tr > td:not(:first-child) {
    background: #6dd6cc1a;
}

.DocsColWrap {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .DocsColWrap .DocsFileCol {
        width: auto;
        display: inline-flex;
        height: 200px;
        max-width: 200px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

        .DocsColWrap .DocsFileCol .DocsHolder {
            max-width: 100%;
            flex: 1 0 100%;
            display: flex;
            align-items: center;
            height: 150px;
            justify-content: center;
            overflow: hidden;
        }

            .DocsColWrap .DocsFileCol .DocsHolder img {
                width: 100%;
                max-width: 100%;
            }

        .DocsColWrap .DocsFileCol .DocsName {
            flex: 1 0 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0px 10px;
        }

            .DocsColWrap .DocsFileCol .DocsName label {
                margin: 0;
            }

            .DocsColWrap .DocsFileCol .DocsName a {
                width: 30px;
                height: 30px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 20px;
            }

li.divider {
    position: relative;
    display: block;
    height: 1px;
    margin: 8px 0;
    padding: 0;
    overflow: hidden;
    background-color: #bdbdbd;
}

.sidebar-nav .nav-menu li:hover > a.HoverNone, .sidebar-nav .nav-menu > a.HoverNone:hover {
    color: #fff;
    background-color: transparent;
}

/********************* Assignment Tab ********/
/*.BtnPlus {
    width: 30px;
    height: 30px;
    display: block;
    float: right;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
}

.BtnBack {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
}
    */
.TabBody ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .TabBody ul li {
        width: 100%;
        height: 50px;
        padding: 4px 15px;
        margin: 4px 0px;
        margin-bottom: 15px;
        color: #000000;
        background: rgba(255, 255, 255, 0.36);
        border-bottom: 0px solid #c5c5c5;
        box-shadow: 0 3px 20px 1px #c5c5c5;
        display: flex;
        align-items: center;
    }

.Tablft {
    max-width: 70%;
    float: left;
    overflow: hidden;
    flex: 1 0 70%;
}

.Tabrgt {
    max-width: 30%;
    float: left;
    flex: 1 0 30%;
}

.Tablft span {
    display: block;
}

.Tabrgt span {
    display: block;
    text-align: right;
}

.Tablft span:nth-of-type(1) {
    font-size: 13px;
    line-height: 20px;
}

.Tablft span:nth-of-type(2) {
    font-size: 12px;
    line-height: 15px;
    color: #8c8c8c;
}

.Tabrgt span:nth-of-type(1) {
    font-size: 13px;
    line-height: 20px;
}

.Tabrgt span:nth-of-type(2) {
    font-size: 12px;
    line-height: 15px;
    color: #757575;
}

.AssDtlBody {
    padding: 0 10px;
    height: 100%;
    background: #fff;
}

    .AssDtlBody ul {
        margin: 0;
    }

        .AssDtlBody ul li {
            padding: 5px 0;
            color: #212121;
            font-weight: 500;
            letter-spacing: 0.5px;
        }

            .AssDtlBody ul li:nth-of-type(1) {
                font-weight: 500;
                letter-spacing: 0.6px;
                color: #212121;
                padding-top: 10px;
            }

            .AssDtlBody ul li:nth-of-type(2) {
                letter-spacing: 0.6px;
                font-weight: 500;
                color: #868686;
            }

            .AssDtlBody ul li:nth-of-type(3) {
                font-weight: 500;
                letter-spacing: 0.6px;
            }

            .AssDtlBody ul li:nth-of-type(4) {
                font-weight: 500;
                letter-spacing: 0.6px;
            }

            .AssDtlBody ul li.EptyRow {
                height: 30px;
            }

        .AssDtlBody ul.SecondUl .SecHeading {
            color: #1e82b4;
            border-bottom: 1px solid #1e82b4;
            padding: 2px 0;
        }

.SecondUl li span {
    color: #575757;
}

.SecondUl li .select-wrapper input.select-dropdown {
    color: #212121;
    font-size: 15px;
}

.SecondUl li inputinput[type=text]:focus {
    border-bottom: 1px solid #00695c;
    box-shadow: none;
}

/*Notes_page Start*/
.Note_contentM {
    height: auto;
    color: #757575;
    font-size: 14px;
    padding: 2px 8px;
    border-bottom: 3px double #757575;
    font-weight: 500;
    padding-right: 35px;
    text-transform: capitalize;
}

.Note_haeding {
    width: 100%;
    height: 4px;
    text-align: center;
    margin-top: 5px;
}

.NoticeDeleBtn {
    width: 23px;
    height: 23px;
    position: absolute;
    display: flex;
    top: 5px;
    right: 3px;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #757575;
}

.NoticeDownBtn {
    width: 23px;
    height: 23px;
    position: absolute;
    display: flex;
    top: 5px;
    right: 25px;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #757575;
}

.Note_bg {
    background: #fff;
    position: relative;
    margin-top: 10px;
    box-shadow: 0 0 20px -4px #9c9c9c;
}

.Note_contentD {
    width: 100%;
    padding: 5px;
    color: #655f5f;
    border-top: 2px solid rgba(245, 245, 245, 0.24);
    display: flex;
    flex-wrap: wrap;
}

    .Note_contentD span:nth-of-type(1) {
        font-size: 14px;
        color: #000;
        flex: 1 0 100%;
        text-transform: capitalize;
    }

    .Note_contentD span:nth-of-type(2) {
        font-size: 12px;
        color: #03A9F4;
        padding-left: 5px;
        text-transform: capitalize;
    }

    .Note_contentD span:nth-of-type(3) {
        font-size: 12px;
        color: #797878;
        padding-left: 5px;
    }
/*Notes_page End*/
.bg-green-turquoise {
    background: #36D7B7 !important;
}

.bg-yellow-soft {
    background: #c8d046 !important;
}

.bg-yellow-casablanca {
    background: #f2784b !important;
}

.bg-blue-steel {
    background: #4B77BE !important;
}

.bg-yellow-crusta {
    background: #f3c200 !important;
}

._ImgWrap {
    display: flex;
    height: 140px;
    align-items: center;
    background: #e91e63;
    padding: 0 20px;
    background-image: url('../../StudentAndroidApp/images/InfoBg.jpeg');
    background-size: 100%;
    box-shadow: inset 0 0 151px 2px black;
}

._Img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 5px;
}

._ImgWrap p {
    margin: 0;
    color: #fff;
    padding-left: 10px;
    font-size: 18px;
    text-align: center;
}

#SchoolInfo ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    #SchoolInfo ul li.school_li {
        position: relative;
        padding: 10px 0;
        padding-left: 45px;
        display: flex;
        flex-wrap: wrap;
        min-height: 50px;
        align-items: center;
    }

        #SchoolInfo ul li.school_li::after {
            content: '';
            background: #ccc;
            height: 1px;
            position: absolute;
            left: 45px;
            right: 10px;
            bottom: 0;
        }

        #SchoolInfo ul li.school_li i {
            position: absolute;
            left: 10px;
            font-size: 20px;
            color: #757575;
            top: 0;
            bottom: 0;
            display: flex;
            align-items: center;
        }

        #SchoolInfo ul li.school_li span._1 {
            display: flex;
            flex: 1 0 100%;
            font-size: 12px;
            font-weight: 600;
            color: #000;
        }

        #SchoolInfo ul li.school_li span._2 {
            display: flex;
            flex: 1 0 100%;
            color: #757575;
        }

.form-group input[type="password"] {
    padding-right: 35px;
}

.form-group ._SHPass {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #757575;
    transition: all 0.3s ease;
}

.sidebar-nav .nav-menu li a.HoverNone, .sidebar-nav .nav-menu li a.HoverNone:hover {
    background: #fff;
    color: #757575;
}

.red {
    background-color: #F44336 !important
}

.DpPhoto img {
    max-width: 80%;
    border-radius: 10px;
}

.DpPhoto {
    border-radius: 0 !important;
}

.portlet-title .btn {
    margin-bottom: 0px !important;
}

._mb10 {
    margin-bottom: 10px;
}

.subTblW {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    margin-bottom: 5px;
}

.subTblH {
    font-weight: 500;
    font-size: 15px;
}

.ImgAlbum {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
}

    .ImgAlbum .Albumwraper {
        flex: 0 0 100%;
        display: flex;
        flex-wrap: wrap;
    }

        .ImgAlbum .Albumwraper .AlbumCol {
            padding: 8px 5px;
            width: 200px;
            height: 200px;
            margin: 3px;
            text-align: center;
        }

            .ImgAlbum .Albumwraper .AlbumCol ._wraper {
                width: 150px;
                height: 150px;
                position: relative;
            }

                .ImgAlbum .Albumwraper .AlbumCol ._wraper ._Lay1 {
                    width: 150px;
                    height: 150px;
                    border: 1px solid #11739b;
                    position: absolute;
                    left: 1px;
                    top: 1px;
                    background: #fff;
                    z-index: 3;
                    overflow: hidden;
                }

                .ImgAlbum .Albumwraper .AlbumCol ._wraper ._Lay2 {
                    width: 150px;
                    height: 150px;
                    border: 1px solid #11739b;
                    position: absolute;
                    left: 3px;
                    top: 3px;
                    background: #fff;
                    z-index: 2;
                }

                .ImgAlbum .Albumwraper .AlbumCol ._wraper ._Lay3 {
                    width: 150px;
                    height: 150px;
                    border: 1px solid #11739b;
                    position: absolute;
                    left: 5px;
                    top: 5px;
                    background: #fff;
                    z-index: 1;
                }

                .ImgAlbum .Albumwraper .AlbumCol ._wraper._Add ._Lay1, .ImgAlbum .Albumwraper .AlbumCol ._wraper._Add ._Lay2, .ImgAlbum .Albumwraper .AlbumCol ._wraper._Add ._Lay3 {
                    border-color: #03A9F4;
                }

                    .ImgAlbum .Albumwraper .AlbumCol ._wraper._Add ._Lay1:after {
                        content: '+';
                        position: absolute;
                        color: #03A9F4;
                        font-size: 30px;
                        line-height: 10px;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }

                    .ImgAlbum .Albumwraper .AlbumCol ._wraper._Add ._Lay2 span {
                        color: #03A9F4;
                    }

                    .ImgAlbum .Albumwraper .AlbumCol ._wraper._Add ._Lay2 span, .ImgAlbum .Albumwraper .AlbumCol ._wraper ._Lay2 span {
                        position: absolute;
                        bottom: -30px;
                        font-size: 14px;
                        font-weight: 500;
                        left: 0;
                        right: 0;
                    }

._Lay1 img {
    height: 100%;
    width: 100%;
}

._MDIBELL {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    color: #2ca8ff !important;
    z-index: 999;
    font-size: 30px;
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    ._MDIBELL span {
        position: absolute;
        bottom: 0;
        font-size: 12px;
        font-weight: 500;
        width: 50px;
        border-radius: 100%;
        top: 0;
        height: 50px;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1065;
        color: #fff;
    }

.auto {
    position: relative;
    min-height: 36px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.alert-box .alert {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    height: 35px;
    border-radius: 0.1875rem;
    display: flex;
    align-items: center;
    padding-right: 2rem;
    max-width: 100%;
    flex: 1 0 100%;
    margin-left: 15px;
}

.alert-box .alert-dismissible .close {
    padding: 0;
    position: absolute;
    margin: 0;
    height: 35px;
    top: 0;
    bottom: 0;
    right: 0;
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

._log {
    display: none;
}

.MainSection {
    position: relative;
}

._cpy {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1 /*9999*/;
    padding: 8px 15px;
    margin: 0;
    background-color: #fff;
    border-top: 1px solid #dee2e6;
    color: rgba(0,0,0,.5);
}

    ._cpy > span > a {
        padding: 0 15px;
        color: var(--theme-background) !important;
        text-transform: capitalize;
        text-decoration: none;
        /*letter-spacing: 0.5px;*/
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 1;
    }

        ._cpy > span > a:last-child {
            /*background: #e48800;*/
            border-radius: 20px 20px 0px 0px;
            padding: 0px 15px;
            /*text-decoration: underline !important;*/
            /*text-shadow: 1px 2px 2px #402600;
    box-shadow: 0 0 10px -2px #ffa013;*/
        }

    ._cpy > span {
        position: relative;
        display: block;
        padding: 0px 0px;
    }

    /*._cpy > span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--theme-background);
    z-index: 0;
    pointer-events: none;
    border-radius: 15px 15px 0px 0px;
}*/

    ._cpy > a > span {
        z-index: 1;
    }

@media (min-width: 768px) {
    ._cpy > span {
        display: flex;
        justify-content: flex-end;
    }

        ._cpy > span > a {
            margin: 0 15px;
        }
}



hr._ghfdf {
    position: relative;
}

    hr._ghfdf::after {
        content: attr(data-lbl);
        position: absolute;
        top: -10px;
        font-weight: 500;
        left: 20px;
        line-height: 20px;
        text-transform: capitalize;
        background: #fff;
        padding: 0 5px;
    }

._alrt {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .125rem;
    color: #02587f;
    background-color: #cdeefd;
    border-color: #b8e7fc;
}

    ._alrt h6 {
        color: inherit;
        text-transform: capitalize;
    }

    ._alrt ul {
        margin-bottom: 0;
        padding-left: 20px;
        list-style: decimal;
    }

    ._alrt li {
        color: inherit;
        font-size: 12px;
    }



.toast-noti {
    display: flex;
    position: fixed;
    align-items: flex-start;
    justify-content: space-around;
    padding: 12px 20px;
    transition: all 1s cubic-bezier(.25, .8, .25, 1);
    background: #34495e;
    bottom: -200px;
    /*left: 50%;
    transform: translate(-50%, -50%);*/
    pointer-events: none;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 13px -2px #00000052;
    max-width: 400px;
    z-index: 9999999999999999;
}

@-webkit-keyframes _tostShow {
    0% {
        opacity: 1;
        bottom: -100px;
    }

    100% {
        opacity: 1;
        bottom: 0px;
    }
}

@-webkit-keyframes _tostClose {
    0% {
        opacity: 1;
        bottom: 0px;
    }

    100% {
        opacity: 0;
        bottom: -100px;
    }
}

.toast-icon {
    padding: 0;
    display: flex;
    width: 30px;
    height: 30px;
    font-size: 26px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
}

.tost-success {
    background: #2ecc71;
}

    .tost-success .toast-icon {
        background: #2ecc71;
        color: #FFF;
    }

.tost-warning {
    background: #f1c40f;
}

    .tost-warning .toast-icon {
        background: #f1c40f;
        color: #fff;
    }

.tost-error {
    background: #e74c3c;
}

    .tost-error .toast-icon {
        background: #e74c3c;
        color: #fff;
    }

.tost-heart {
    background: #9C27B0;
}

    .tost-heart .toast-icon {
        background: #9C27B0;
        color: #fff;
    }

.tost-sad {
    background: #03a9f4;
}

    .tost-sad .toast-icon {
        background: #03a9f4;
        color: #fff;
    }

.toast-text {
    padding: 0 10px;
    font-size: 16px;
    line-height: 20px;
    min-height: 30px;
    display: flex;
    align-items: center;
}

body:not(._dtp) .form-group.isCheckbox {
    flex-wrap: wrap;
}

    body:not(._dtp) .form-group.isCheckbox label {
        margin-bottom: 8px;
        font-weight: 500;
    }

.auto > .form-group {
    margin-bottom: 0 !important;
}

.row .alert {
    max-width: 100%;
    flex: 1 0 100%;
}

.textarea-editor {
    height: 100%;
    width: 100%;
    max-width: 100%;
    resize: none;
    border: 1px solid #acc4d8;
    padding: 10px;
}

.text-over-elip {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#page_navigation {
    display: flex;
    justify-content: center;
    padding: 5px 0px;
}

    #page_navigation > a {
        display: flex;
        padding: 2px 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 28px;
        width: 28px;
        align-items: center;
        justify-content: center;
        border-radius: 2px;
        background: #2196F3;
        color: #fff;
        margin: 0 3px;
        box-shadow: 0px 0px 0px 0px #0078d8;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        #page_navigation > a.currentPageButton,
        #page_navigation > a:hover {
            box-shadow: 0px 2px 7px -1px #0078d8;
            background: #0776ce;
        }

.sidebar-back-drop {
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #000;
    z-index: 1019;
    opacity: 0;
    display: none;
}

.isMenu + .sidebar-back-drop {
    display: block;
}


@media(min-width: 768px) {
    .modal:not(.right):not(.left):not(.middle) .modal-xl {
        max-width: 92%;
        padding: 0 15px
    }
}

.presi-img {
    float: left;
    margin: 0 10px 10px 0;
}

    .presi-img img {
        max-width: 130px;
        border: 2px solid #fff;
        box-shadow: 0 0 15px -4px #5a5a5a;
        border-radius: 2px;
    }

.render * {
    background: transparent !important;
}

.render {
    padding: 10px;
}

.ticket-list {
    display: flex;
    flex-wrap: wrap;
}

    .ticket-list .ticket-list-box {
        max-width: 50%;
        flex: 1 0 50%;
        margin-bottom: 14px;
        padding: 0px 7px;
        display: flex;
    }

        .ticket-list .ticket-list-box .ticket-list-box-content {
            max-width: 100%;
            flex: 1 0 100%;
            display: flex;
            flex-wrap: wrap;
            box-shadow: 0 0px 5px rgba(0, 0, 0, 0.20), 0 0px 4px rgba(0, 0, 0, 0.20);
            border-radius: 2px;
            transition: all 0.3s ease;
        }

            .ticket-list .ticket-list-box .ticket-list-box-content:hover {
                box-shadow: 0 0px 7px rgba(0, 0, 0, 0.33);
            }

            .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-header {
                max-width: 100%;
                flex: 1 0 100%;
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 3px 10px 0px;
                border-bottom: 2px solid #DDD;
            }

                .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-header > label {
                    border: none;
                    color: #666;
                    position: relative;
                    padding: 2px 10px;
                    font-weight: 500;
                    font-size: 14px;
                    display: inline-flex;
                    white-space: nowrap;
                    margin: 0px;
                }

                    .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-header > label:after {
                        content: "";
                        background: #666;
                        height: 2px;
                        position: absolute;
                        width: 100%;
                        left: 0px;
                        bottom: -2px;
                        transition: all 250ms ease 0s;
                        transform: scale(1);
                    }

                    .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-header > label > span:before {
                        content: ':';
                        padding: 0 6px;
                        font-weight: 600;
                    }

                    .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-header > label > span {
                        position: relative;
                        display: flex;
                        align-items: center;
                        font-weight: 400;
                    }

            .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-body {
                max-width: 100%;
                flex: 1 0 100%;
                display: flex;
            }

                .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-body .tlbc-body-inner {
                    max-width: 100%;
                    flex: 1 0 100%;
                    display: flex;
                    flex-wrap: wrap;
                    padding: 15px;
                }

                    .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-body .tlbc-body-inner .tlbc-bi-row {
                        max-width: 100%;
                        flex: 1 0 100%;
                    }

                        .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-body .tlbc-body-inner .tlbc-bi-row:not(:last-child) {
                            padding-bottom: 6px;
                            margin-bottom: 2px;
                            border-bottom: 1px solid #ddd;
                            display: flex;
                        }

                        .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-body .tlbc-body-inner .tlbc-bi-row > label {
                            margin: 0;
                            font-weight: 500;
                            display: block;
                        }

                        .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-body .tlbc-body-inner .tlbc-bi-row > p {
                            margin: 0;
                            line-height: 18px;
                            margin-left: 8px;
                        }

                        .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-body .tlbc-body-inner .tlbc-bi-row > .tlbc-body-inner-list {
                            padding: 0;
                            list-style: none;
                            margin: 0;
                            display: flex;
                            flex-wrap: wrap
                        }

                            .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-body .tlbc-body-inner .tlbc-bi-row > .tlbc-body-inner-list > li {
                                max-width: 50%;
                                flex: 1 0 50%;
                                display: flex;
                                align-items: flex-start;
                                padding: 0 5px 3px;
                                border-bottom: 1px solid #ddd;
                                margin-bottom: 8px;
                            }

                                .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-body .tlbc-body-inner .tlbc-bi-row > .tlbc-body-inner-list > li:last-child {
                                    max-width: 100%;
                                    flex: 1 0 100%;
                                    margin: 0;
                                    border: 0;
                                }

                                .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-body .tlbc-body-inner .tlbc-bi-row > .tlbc-body-inner-list > li > label {
                                    margin: 0;
                                    font-weight: 500;
                                    padding-right: 15px;
                                    position: relative;
                                    min-width: 110px;
                                }

                                    .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-body .tlbc-body-inner .tlbc-bi-row > .tlbc-body-inner-list > li > label:after {
                                        content: ':';
                                        position: absolute;
                                        right: 6px;
                                        font-weight: 600;
                                    }

                                .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-body .tlbc-body-inner .tlbc-bi-row > .tlbc-body-inner-list > li > span {
                                }

            .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-footer {
                max-width: 100%;
                flex: 1 0 100%;
                display: flex;
                justify-content: space-between;
                padding: 4px 15px;
                align-items: center;
                border-top: 2px solid #ddd;
            }

                .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-footer > label {
                    margin: 0;
                    display: flex;
                    align-items: center;
                    font-weight: 500;
                }

                    .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-footer > label > span {
                        display: flex;
                        margin-left: 6px;
                        padding: 2px 10px;
                        line-height: 18px;
                        border-radius: 2px;
                    }

                        .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-footer > label > span.status-pending {
                            background: #ffe9c9;
                            color: #FF9800;
                            border: 1px solid #ffbe5f;
                        }

                        .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-footer > label > span.status-close {
                            background: #fdd7d4;
                            color: #F44336;
                            border: 1px solid #f88981;
                        }

                        .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-footer > label > span.status-open {
                            background: #d9eeda;
                            color: #4CAF50;
                            border: 1px solid #8ecd91;
                        }

                .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-footer > .tlbc-select-wrap {
                    display: flex;
                    position: relative;
                }

                    .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-footer > .tlbc-select-wrap:after {
                        content: '';
                        position: absolute;
                        display: flex;
                        width: 0;
                        height: 0;
                        border: 4px solid #000;
                        border-color: #000 #0000 #0000 #0000;
                        top: 12px;
                        right: 3px;
                    }

                    .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-footer > .tlbc-select-wrap > select {
                        display: flex;
                        background: none !important;
                        padding: 3px 8px;
                        padding-right: 15px;
                        border: 1px solid transparent;
                        text-align: right;
                    }

                        .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-footer > .tlbc-select-wrap > select:hover {
                            border-color: #2196f39c;
                        }

                .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-footer > button {
                    border: 1px solid #2196f39c;
                    color: #2196F3;
                    position: relative;
                    padding: 2px 10px;
                    font-weight: 500;
                    font-size: 14px;
                    display: inline-flex;
                    white-space: nowrap;
                    background: transparent;
                    border-radius: 2px;
                    transition: all 0.3s ease;
                }

                    .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-footer > button:hover,
                    .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-footer > button:active,
                    .ticket-list .ticket-list-box .ticket-list-box-content .tlbc-footer > button:focus {
                        background: #2196f338;
                        box-shadow: 0 0 6px -2px #0171cad1;
                    }

.comment-list {
    margin: 0;
    padding: 0px 0px;
    list-style: none;
    border: 1px solid #ddd;
    border-radius: 2px;
}

    .comment-list li:not(.comment-list-title) {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 3px 15px;
        position: relative;
        margin-bottom: 8px;
    }

        .comment-list li:not(.comment-list-title) > span {
            font-size: 14px;
            font-weight: 500;
            line-height: 20px;
            max-width: 100%;
            flex: 1 0 100%;
            display: flex;
            justify-content: space-between;
        }


    .comment-list li.comment-list-title {
        padding: 3px 10px;
        margin-bottom: 5px;
        border-bottom: 1px solid #ddd;
        background: #f7f7f7;
    }

        .comment-list li.comment-list-title > span {
            text-transform: capitalize;
            font-weight: 500;
        }

    .comment-list li:not(.comment-list-title):after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 10px;
        right: 10px;
        height: 1px;
        background: #ddd;
    }

    .comment-list li:not(.comment-list-title):last-child:after {
        height: 0px;
    }

    .comment-list li:not(.comment-list-title) > span > span {
        font-weight: 400;
    }

        .comment-list li:not(.comment-list-title) > span > span > span {
            font-weight: 500;
        }

    .comment-list li:not(.comment-list-title) > span:not(:last-child) {
        padding-bottom: 5px;
    }

ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    padding: 5px 0px;
    /*height: 245px;*/

    border: 1px solid #ccc;
    margin: -1px 0px 0px 0px;
}

li.ui-menu-item a {
    padding: 3px 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.TopHeader > .navbar .btn.btn-rose {
    background: none;
    box-shadow: none;
}

    .TopHeader > .navbar .btn.btn-rose:focus,
    .TopHeader > .navbar .btn.btn-rose:hover {
        background-color: rgba(255,255,255,.2);
        box-shadow: none;
    }

.loader-pg {
    max-width: 100%;
    flex: 1 0 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .loader-pg .loader-pg-box {
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }

        .loader-pg .loader-pg-box > img {
            margin-right: -30px;
            width: 120px;
            height: 120px;
            max-width: 120px;
        }

        .loader-pg .loader-pg-box > span {
            font-weight: 500;
            font-size: 15px;
            padding-top: 0px;
        }

.theme-selection {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    margin: 0px -10px;
    position: relative;
    margin-top: 15px;
}

    .theme-selection > h3 {
        max-width: 100%;
        flex: 1 0 100%;
        font-size: 16px;
        text-transform: capitalize;
        color: #000;
        position: absolute;
        top: -12px;
        left: 15px;
        background: #fff;
        padding: 0px 10px;
    }

    .theme-selection .ts-color-list {
        max-width: 100%;
        flex: 1 0 100%;
        margin: 0;
        padding: 20px;
        display: flex;
        flex-wrap: wrap;
    }

        .theme-selection .ts-color-list > li {
            max-width: 30px;
            height: 30px;
            flex: 1 0 30px;
            margin: 0 5px;
            border-radius: 2px;
            cursor: pointer;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .theme-selection .ts-color-list > li:hover {
                box-shadow: 1px 1px 11px 0px #bfbfbf;
            }

    .theme-selection .ts-note {
        margin: 0;
        padding: 0px 20px 10px;
        font-size: 13px;
        text-transform: capitalize;
        font-weight: 500;
        max-width: 100%;
        flex: 1 0 100%;
    }


/* ----------------------------------------------------------------------
          Material Design Raised Buttons - by Mahesh Patil
        ------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------
          Material Design Ripple Effect 
        ------------------------------------------------------------------------- */
.ripple-effect {
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
}

    .ripple-effect .ripple {
        display: block;
        position: absolute;
        border-radius: 100%;
        background: rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(0);
        transform: scale(0);
        pointer-events: none;
    }

    .ripple-effect.ripple-dark .ripple {
        background: rgba(0, 0, 0, 0.1) !important;
    }

    .ripple-effect.ripple-red .ripple {
        background: rgba(244, 67, 54, 0.725) !important;
    }

    .ripple-effect.ripple-orange .ripple {
        background: rgba(255, 152, 0, 0.725) !important;
    }

    .ripple-effect.ripple-yellow .ripple {
        background: rgba(255, 235, 59, 0.725) !important;
    }

    .ripple-effect.ripple-green .ripple {
        background: rgba(76, 175, 80, 0.725) !important;
    }

    .ripple-effect.ripple-purple .ripple {
        background: rgba(156, 39, 176, 0.725) !important;
    }

    .ripple-effect.ripple-teal .ripple {
        background: rgba(0, 150, 136, 0.725) !important;
    }

    .ripple-effect.ripple-pink .ripple {
        background: rgba(233, 30, 99, 0.725) !important;
    }

    .ripple-effect .animated {
        -webkit-animation: ripple 0.6s linear;
        animation: ripple 0.6s linear;
    }

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}


.sug-wrap > .row {
    margin: 0px 5px;
}

    .sug-wrap > .row div[class*="col-"] {
        padding-bottom: 10px !important;
    }

.TopHeader .btn,
.TopHeader .btn.btn-fab {
    box-shadow: none !important;
    text-transform: capitalize;
    text-shadow: none;
}

.view-btn {
    background: transparent;
    font-weight: 500;
    line-height: 20px;
    border: 1px solid transparent;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .view-btn > i {
    }

    .view-btn:hover {
        background: #4caf5033;
        color: #4CAF50;
    }

.Copyrights {
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    padding: 0 20px;
    font-size: 15px;
}

span.Copyrights > a {
    font-weight: 500;
    margin: 0 5px;
    color: #666 !important;
}

.view-btn {
    background: transparent;
    border: 0;
    font-weight: 500;
    padding: 0 4px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    color: #4CAF50;
    border-bottom: 1px solid;
    margin: 0 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .view-btn > i {
        font-size: 18px;
        margin-right: 5px;
    }

    .view-btn:hover {
        background-color: #4caf5036;
    }

._sdfs1d0 {
    min-height: 36px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.verify-box {
    padding: 0px;
    margin-bottom: 25px;
}

    .verify-box .verify-box-content {
        padding: 25px 15px 10px;
        border: 1px solid #4caf5070;
        border-radius: 2px;
        position: relative;
    }

        .verify-box .verify-box-content .row {
            margin: 0;
        }

        .verify-box .verify-box-content:before {
            content: attr(data-heading);
            position: absolute;
            top: -10px;
            line-height: 20px;
            font-weight: 500;
            text-transform: capitalize;
            background: #fff;
            padding: 0 5px;
            font-size: 15px;
            color: #4CAF50;
        }

.verify-btn {
    max-width: inherit;
    flex: 1 0 auto;
    min-height: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .verify-btn > .verify-btn-btn {
        background: #4caf502b;
        padding: 1px 15px !important;
        color: #4CAF50 !important;
        font-weight: 500 !important;
        text-transform: capitalize !important;
        box-shadow: none;
        border: 2px solid transparent;
        cursor: pointer !important;
    }

        .verify-btn > .verify-btn-btn:hover {
            border: 2px solid;
        }

.download-group {
    display: flex;
    align-items: center;
    padding: 0 15px;
}

    .download-group > label {
        margin: 0;
        font-weight: 500;
        text-transform: capitalize;
        font-size: 15px;
        line-height: 21px;
        padding: 0 5px;
        padding-right: 15px;
        position: relative;
    }

        .download-group > label:after {
            content: ':';
            position: absolute;
            font-weight: 500;
            font-size: 16px;
            right: 5px;
            line-height: 21px;
        }

    .download-group > button {
        background: transparent;
        border: 0;
        font-weight: 500;
        padding: 0 4px;
        line-height: 20px;
        display: inline-flex;
        align-items: center;
        color: #2196F3;
        border-bottom: 1px solid;
        margin: 0 2px;
        cursor: pointer !important;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .download-group > button > i {
            font-size: 18px;
            margin-right: 5px;
        }

div[class*="col-"] .verify-btn .btn:not(.isIcon) {
    margin-bottom: 0 !important;
}

.download-group > button:hover {
    background: #2196f333;
    color: #2196F3;
    border-bottom-color: transparent;
}

.editor-buttons {
    position: relative;
    min-height: 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 3px;
    margin-bottom: 11px;
    float: left;
    border: 1px solid 2196f359;
    padding: 5px;
    background: #2196f340;
}

    .editor-buttons > button {
        display: flex;
        width: 40px;
        height: 40px;
        padding: 0;
        border: 0;
        background: transparent;
        font-size: 25px;
        line-height: 35px;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        color: #2196F3;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .editor-buttons > button:hover,
        .editor-buttons > button:focus {
            background: #2196f33d;
            color: #2196F3;
        }

.form-group.is-btn > .btn-gesture,
.form-group.is-btn + .btn-gesture {
    max-width: 30px;
    flex: 1 0 30px;
    height: 36px;
    margin-left: 5px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    background: #2196F3;
    color: #fff;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.htmlTextEditor {
    max-width: 100%;
}

.modal.sublink {
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.modal-open .modal.sublink.show {
    display: flex !important;
}

.modal.sublink .modal-dialog {
    max-width: 350px;
    flex: 1 0 350px;
    margin: 0;
    margin-top: -80px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.modal-open .modal.sublink.show .modal-dialog {
    margin-top: 50px;
    opacity: 1;
}

.modal.sublink .modal-dialog .mdlsl-header {
    display: flex;
    align-items: center;
    background: var(--theme-background);
    border-radius: 0.1875rem 0.1875rem 0px 0px;
    padding: 2px;
}

    .modal.sublink .modal-dialog .mdlsl-header > button {
        width: 32px;
        height: 32px;
        background: transparent;
        color: #fff;
        margin-right: 5px;
        border: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 21px;
        line-height: 32px;
        border-radius: 2px;
        outline: none !important;
        cursor: pointer !important;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .modal.sublink .modal-dialog .mdlsl-header > button:hover {
            background: #172b9c;
        }

    .modal.sublink .modal-dialog .mdlsl-header > h3 {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0.2px;
        user-select: none;
        color: #fff;
    }

.modal.sublink .modal-dialog .mdlsl-body {
    display: flex;
    padding: 15px 6px;
}

    .modal.sublink .modal-dialog .mdlsl-body .mdlsl-list {
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
        flex: 1 0 100%;
    }

        .modal.sublink .modal-dialog .mdlsl-body .mdlsl-list .mdlsl-link {
            display: flex;
            flex: 1 0 100%;
            max-width: 100%;
            margin-bottom: 5px;
        }

            .modal.sublink .modal-dialog .mdlsl-body .mdlsl-list .mdlsl-link a {
                width: 100%;
                position: relative;
                font-size: 14px;
                font-weight: 500;
                color: #666;
                letter-spacing: 0.2px;
                padding: 4px 5px;
                display: flex;
                align-items: flex-start;
                border-radius: 2px;
                line-height: 20px;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

                .modal.sublink .modal-dialog .mdlsl-body .mdlsl-list .mdlsl-link a:hover {
                    background: #f7f7f7;
                }

                .modal.sublink .modal-dialog .mdlsl-body .mdlsl-list .mdlsl-link a:before {
                    content: '\f339';
                    font-family: "Material Design Icons";
                    font-size: 19px;
                    display: flex;
                    align-items: center;
                    line-height: 20px;
                    margin-right: 10px;
                }

        .modal.sublink .modal-dialog .mdlsl-body .mdlsl-list .mdlsl-sTl {
            max-width: 100%;
            flex: 1 0 100%;
            position: relative;
            font-weight: 500;
            font-size: 14px;
            padding: 0 3px;
            line-height: 18px;
            margin-bottom: 8px;
            border-bottom: 1px solid #ccc;
            color: #3f51b5;
        }

            .modal.sublink .modal-dialog .mdlsl-body .mdlsl-list .mdlsl-sTl:not(:first-child) {
                margin-top: 8px;
            }

            .modal.sublink .modal-dialog .mdlsl-body .mdlsl-list .mdlsl-sTl:after {
                content: '';
                height: 3px;
                background: #3F51B5;
                position: absolute;
                width: 80px;
                bottom: -1px;
                border-radius: 3px 3px 0px 0px;
                left: 0;
            }

.is-data-loader.isSibSelect:after {
    display: none;
}

.is-data-loader {
    position: relative;
}

    .is-data-loader .data-loader {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: #ffffffb3;
        display: flex;
        align-items: center;
        padding: 0px 10px;
        justify-content: flex-end;
        border: 1px solid #acc4d8;
        border-radius: .1875rem;
    }

        .is-data-loader .data-loader > i {
            font-size: 25px;
            color: #cccccc;
        }

._sl ._sl1 ._sl3 h5 {
    font-weight: 500 !important;
}

.sms-settings {
    max-width: 100%;
    flex: 1 0 100%;
    display: flex;
    flex-wrap: wrap;
}

    .sms-settings .smss-item {
        max-width: 100%;
        flex: 1 0 100%;
        display: flex;
        padding: 10px 10px 6px;
        border-bottom: 1px solid #ddd;
        align-items: flex-start;
    }

        .sms-settings .smss-item label {
            margin-top: 5px;
        }

        .sms-settings .smss-item ul.smssi-list {
            padding: 0;
            margin: 0;
            display: flex;
            flex-wrap: wrap;
        }

            .sms-settings .smss-item ul.smssi-list > li {
                display: flex;
                max-width: 100%;
                flex: 1 0 100%;
            }

                .sms-settings .smss-item ul.smssi-list > li > span {
                    font-size: 14px;
                }

                    .sms-settings .smss-item ul.smssi-list > li > span:first-child {
                        display: flex;
                        position: relative;
                        justify-content: space-between;
                        max-width: 120px;
                        flex: 1 0 120px;
                        padding-right: 10px;
                        font-weight: 500;
                    }

                        .sms-settings .smss-item ul.smssi-list > li > span:first-child:after {
                            content: ':';
                        }

.nv-para > span {
    font-weight: 500;
    text-transform: capitalize;
}

.nv-para {
    margin: 0;
    color: #2196F3;
}

.portlet-title .title-bar-button {
    border: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 8px;
    cursor: pointer !important;
    border-radius: 2px;
    margin: 0px 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .portlet-title .title-bar-button > i {
        font-size: 24px;
        line-height: 17px;
        margin-right: 5px;
    }

    .portlet-title .title-bar-button.blue {
        color: #2196F3;
    }

        .portlet-title .title-bar-button.blue:hover {
            background-color: #b9ddfa;
        }

    .portlet-title .title-bar-button.purple {
        color: #3f51b5;
    }

        .portlet-title .title-bar-button.purple:hover {
            background-color: #3f51b54f;
        }

#Pkg .card {
    box-shadow: 0 0px 0px 1px rgba(0,0,0,.2);
}

    #Pkg .card .card-body {
        min-height: 145px;
    }

.emp-profile-image {
    max-width: 120px;
    flex: 1 0 120px;
    padding: 2px;
    margin-bottom: 15px;
}

    .emp-profile-image .epi-holder {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border: 1px solid #ddd;
        padding: 2px;
        border-radius: 2px;
    }

    .emp-profile-image + div {
        max-width: calc(100% - 130px);
        flex: 1;
        padding-left: 15px;
    }

.emp-pro-page .content-sub-title {
    margin-bottom: 15px;
}

.emp-details {
    list-style: decimal;
    padding-left: 25px;
    display: flex;
    flex-wrap: wrap;
}

    .emp-details li {
        max-width: 100%;
        flex: 1 0 100%;
        padding: 3px 0px;
    }

@media (min-width: 768px) {
    .emp-details._3 li {
        max-width: 50%;
        flex: 1 0 50%;
    }
}

@media (min-width: 992px) {
    .emp-details._3 li {
        max-width: 33.333%;
        flex: 1 0 33.333%;
    }
}

.docs-list {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

    .docs-list li {
        max-width: 182px;
        flex: 1 0 182px;
        display: flex;
        flex-wrap: wrap;
        padding: 2px;
        margin: 0 5px;
        border: 1px solid #ddd;
        border-radius: 2px;
    }

        .docs-list li > span {
            max-width: 180px;
            max-height: 120px;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .docs-list li > p {
            margin: 0;
            max-width: 100%;
            flex: 1 0 100%;
            font-weight: 500;
            text-align: center;
        }

.emp-name {
    font-size: 19px;
    font-weight: 500;
}

    .emp-name + p {
        text-transform: capitalize;
        font-weight: 500;
    }

.tblResult tbody tr td input {
    width: 100%;
    padding: 2px 5px;
    line-height: 18px;
    border: 1px solid #ddd;
    border-radius: 2px;
}

    .tblResult tbody tr td input:focus {
        border-color: #2196f3a1;
    }

.news-box {
    display: flex;
    margin-bottom: 16px;
    padding: 2px;
    cursor: pointer;
}

    .news-box .news-box-wrap {
        border: 1px solid #ddd;
        border-radius: 2px;
        padding: 5px;
        max-width: 100%;
        flex: 1 0 100%;
    }

        .news-box .news-box-wrap .news-box-img {
            /*max-height: 300px;*/
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            background: #2f0606;
            margin: -4px -4px 0 -4px;
            border: 3px solid #2f0606;
            border-radius: 2px 2px 0px 0px;
            cursor: pointer;
        }

            .news-box .news-box-wrap .news-box-img img {
                transition: all 0.2s linear;
            }

        .news-box .news-box-wrap:hover .news-box-img img {
        }

        .news-box .news-box-wrap .news-box-content {
            display: flex;
            flex-wrap: wrap;
            padding: 10px 5px 0px 5px;
        }

            .news-box .news-box-wrap .news-box-content .news-box-title {
                padding: 10px 0px;
                max-width: 100%;
                flex: 1 0 100%;
            }

                .news-box .news-box-wrap .news-box-content .news-box-title .news-box-text {
                    display: -webkit-box;
                    max-height: 3.2rem;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: normal;
                    -webkit-line-clamp: 2;
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 18px;
                    cursor: pointer;
                }

            .news-box .news-box-wrap .news-box-content .news-box-desc {
                max-width: 100%;
                flex: 1 0 100%;
            }

                .news-box .news-box-wrap .news-box-content .news-box-desc .news-box-text {
                    display: -webkit-box;
                    max-height: 252px;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: normal;
                    -webkit-line-clamp: 5;
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 18px;
                    cursor: pointer;
                    text-align: justify;
                }

            .news-box .news-box-wrap .news-box-content .news-box-user {
                max-width: 100%;
                flex: 1 0 100%;
                margin-bottom: 5px;
                font-size: 14px;
            }

                .news-box .news-box-wrap .news-box-content .news-box-user .news-box-text {
                    font-weight: 500;
                }

.news-row > div[class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}

.news-box .news-box-wrap .news-box-content .news-box-title .news-box-text:hover {
    text-decoration: underline;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.nicEdit-main {
    outline: none !important;
}



.badge-num {
    background: #ff0000;
    cursor: default;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    height: 2rem;
    border: .2rem solid #fff;
    width: 2rem;
    box-shadow: 1px 1px 5px rgba(0,0,0, .2);
    animation: pulse 1.5s infinite;
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .badge-num:after {
        content: '';
        position: absolute;
        top: -.1rem;
        left: -.1rem;
        border: 2px solid rgba(255,0,0,.5);
        opacity: 0;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        animation: sonar 1.5s 1;
    }

@keyframes sonar {
    0% {
        transform: scale(.9);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(1.2);
    }

    50% {
        transform: scale(.9);
    }

    80% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}



.shadow-none {
    box-shadow: none !important;
}

.mod-search-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px;
    margin-bottom: 10px;
    position: relative;
}

    .mod-search-wrap .msw-inner {
        display: flex;
        max-width: 350px;
        flex: 1 0 350px;
        position: relative;
        align-items: center;
        background: #fff;
        box-shadow: 0 0 7px -3px #989898;
        border-radius: 3px;
        border: 1px solid #ddd;
    }

    .mod-search-wrap .msw-input {
        min-height: 32px;
        border: 0;
        width: 100%;
        padding: 0 5px;
        line-height: 32px;
        font-size: 14px;
        font-weight: 500;
        display: block;
    }

    .mod-search-wrap i.mdi {
        display: flex;
        width: 35px;
        height: 32px;
        font-size: 21px;
        line-height: 32px;
        align-items: center;
        justify-content: center;
    }

@media (max-width: 500px) {
    .mod-search-wrap .msw-inner {
        max-width: 100%;
        flex: 1 0 100%;
    }
}

.tab-content div[class*="col-"] .form-group > label + div[class*="col-"],
.modal-body div[class*="col-"] .form-group > label + div[class*="col-"] {
    padding-left: 0px !important;
}

show-during-resolve {
    flex: 1 0 100%;
    display: flex;
    max-width: 100%;
}

.bottom-fixed-button {
    position: fixed;
    bottom: 0;
    right: 0;
    background: #fff;
    padding: 10px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    border-top: 1px solid #ddd;
}

.navbar .navbar-nav .ancWlcmText .user-photo {
    background: var(--theme-background);
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 11pt;
    font-weight: 400;
    vertical-align: middle;
    display: inline-block;
    border-radius: 100%;
}

.WlcmText li:nth-child(1) {
    padding: 10px 25px;
    border-bottom: 1px solid #dee2e6;
}

.navbar .navbar-nav > li > a > .label {
    color: #fff;
    position: absolute;
    top: 12px;
    right: 5px;
    text-align: center;
    font-size: 9px;
    padding: 3px 4px;
    margin: 0;
    line-height: .9;
    border-radius: 4px;
}

.label-danger, .bg-danger {
    background-color: #d9534f;
    color: #fff !important;
}

.WlcmText {
    width: 250px;
    padding: 0;
}

.navbar .navbar-nav > li > a i {
    font-size: 25px;
}

.dropdown-toggle::after {
    content: none;
}

.navbar .navbar-nav > li > a {
    line-height: 55px;
    height: 58px;
    padding: 0 10px;
    display: inline-block;
}

.navbar-nav .notification li.notification-header {
    padding: 8px 20px;
}

.navbar-nav .notification li a {
    font-size: 0.9rem;
    display: block;
    padding: 12px 20px 12px 45px;
    border-top: 1px solid #dee2e6;
    text-align: left;
    position: relative;
}

    .navbar-nav .notification li a span {
        display: block;
        color: #777;
    }

    .navbar-nav .notification li a strong {
        display: block;
        color: #333333;
    }

.navbar-nav .notification {
    width: 300px;
    padding: 0;
}

    .navbar-nav .notification li a:before {
        content: "\f192";
        font-family: Material Design Icons;
        font-size: 1.1rem;
        position: absolute;
        left: 15px;
        top: 12px;
        color: var(--theme-color);
    }

/*.Has3rd > a:after {
    content: '\F142' !important;
    font-size: 18px !important;
    left: 19px !important;
}*/
.Has4th span {
    /*font-size: 14px;*/
    font-weight: 400;
    color: #ada8a8;
}

.setting-panel-btn {
    /*padding-left: 0 !important;*/
}

    .setting-panel-btn i {
        /*width: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    border-radius: 100%;*/
    }

    .setting-panel-btn:hover i,
    .setting-panel-btn.setting-panel-active i {
        /*background-color: #ddd;
    color: #000;*/
    }

.setting-panel-close {
    display: flex;
    justify-content: flex-end;
    margin: -10px -10px 0 0;
    position: absolute;
    right: 25px;
    top: 30px;
    font-weight: 600;
    border: 1px solid #e70000;
    border-radius: 30px;
    background: #ffdcdc3d;
    z-index: 999;
}

    .setting-panel-close a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        color: #000;
        font-size: 1.2rem !important;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        display: inline-block;
        border-radius: 100%;
    }

        .setting-panel-close a:hover {
            background: #eee;
            color: #333;
        }

.setting-panel.open-setting-panel {
    transform: translateX(0);
}

.setting-panel {
    background: #fff /*#e6e8ec*/;
    color: #000;
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    max-width: 600px;
    padding: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.30);
    transform: translateX(100%);
    border-radius: 2px;
    transition: all .3s ease-in-out;
}

    .setting-panel > ul {
        padding: 0;
        list-style-type: none;
    }

.setting-box + .setting-box {
    margin-top: 0px;
}

.setting-box-header {
    /* text-transform: capitalize;*/
    padding: 0 0 4px;
    color: #000;
}

.chating-panel.open-chating-panel {
    /*transform: translateX(0);*/
    right: 0;
}

.chating-panel {
    background: #343a40 /*#e6e8ec*/;
    color: #c2c7d0;
    position: fixed;
    overflow: hidden;
    top: 0;
    right: -100%;
    bottom: 0;
    z-index: 9999;
    max-width: 400px;
    padding: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.30);
    /*transform: translateX(400px);*/
    border-radius: 2px;
    transition: all .3s ease-in-out;
}

.ts-color-list {
    margin: -2px 0px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .ts-color-list > li {
        max-width: 30px;
        height: 30px;
        flex: 1 0 30px;
        margin: 2px;
        border-radius: 2px;
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

/*span[data-lang="span"] {
    text-transform: capitalize;
}*/


/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/







.bootstrap-switch {
    display: inline-block;
    direction: ltr;
    cursor: pointer;
    border-radius: 30px;
    border: 0;
    position: relative;
    text-align: left;
    margin-bottom: 10px;
    line-height: 8px;
    width: 59px !important;
    height: 22px;
    outline: 0;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    margin-right: 20px;
    background: rgba(44, 44, 44, 0.2);
}

    .bootstrap-switch .bootstrap-switch-container {
        display: inline-flex;
        top: 0;
        height: 22px;
        border-radius: 4px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        width: 100px !important;
    }

    .bootstrap-switch .bootstrap-switch-handle-off,
    .bootstrap-switch .bootstrap-switch-handle-on,
    .bootstrap-switch .bootstrap-switch-label {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        display: inline-block !important;
        height: 100%;
        color: #fff;
        padding: 6px 12px;
        font-size: 11px;
        text-indent: -5px;
        line-height: 15px;
        -webkit-transition: 0.25s ease-out;
        transition: 0.25s ease-out;
    }

    .bootstrap-switch .bootstrap-switch-handle-off,
    .bootstrap-switch .bootstrap-switch-handle-on {
        text-align: center;
        z-index: 1;
        float: left;
        line-height: 11px;
        width: 50% !important;
    }

        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-brown,
        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-brown {
            color: #fff;
            background: #f96332;
        }

        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-blue,
        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-blue {
            color: #fff;
            background: #2ca8ff;
        }

        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-green,
        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-green {
            color: #fff;
            background: #18ce0f;
        }

        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-orange,
        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-orange {
            background: #ffb236;
            color: #fff;
        }

        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-red,
        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-red {
            color: #fff;
            background: #ff3636;
        }

        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,
        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
            color: #fff;
        }

    .bootstrap-switch .bootstrap-switch-label {
        text-align: center;
        z-index: 100;
        color: #333;
        background: #fff;
        width: 22px !important;
        height: 22px !important;
        margin: 0 -11px;
        border-radius: 20px;
        position: absolute;
        float: left;
        top: 0;
        left: 50%;
        padding: 0;
        box-shadow: 0 1px 11px rgba(0, 0, 0, 0.25);
    }

    .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
        background-color: rgba(23, 23, 23, 0.4);
    }

    .bootstrap-switch.bootstrap-switch-on:hover .bootstrap-switch-label {
        width: 27px !important;
        margin-left: -16px;
    }

    .bootstrap-switch.bootstrap-switch-off:hover .bootstrap-switch-label {
        width: 27px !important;
        margin-left: -11px;
    }

    .bootstrap-switch .bootstrap-switch-handle-on {
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }

    .bootstrap-switch .bootstrap-switch-handle-off {
        text-indent: 6px;
    }

    .bootstrap-switch input[type="checkbox"],
    .bootstrap-switch input[type="radio"] {
        position: absolute !important;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: -1;
    }

        .bootstrap-switch input[type="checkbox"].form-control,
        .bootstrap-switch input[type="radio"].form-control {
            height: auto;
        }

    .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
    .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
    .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
        padding: 1px 5px;
        font-size: 12px;
        line-height: 1.5;
    }

    .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
    .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
    .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
    }

    .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
    .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
    .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
        padding: 6px 16px;
        font-size: 18px;
        line-height: 1.33;
    }

    .bootstrap-switch.bootstrap-switch-disabled,
    .bootstrap-switch.bootstrap-switch-indeterminate,
    .bootstrap-switch.bootstrap-switch-readonly {
        cursor: default !important;
    }

        .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
        .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
        .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
        .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
        .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
        .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label,
        .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
        .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
        .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label {
            opacity: 0.5;
            cursor: default !important;
        }

    .bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
        -webkit-transition: margin-left 0.5s;
        transition: margin-left 0.5s;
    }

    .bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    .bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }

    .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-container {
        margin-left: -2px !important;
    }

    .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-container {
        margin-left: -39px !important;
    }

    .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label:before {
        background-color: #fff;
    }

    .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-red ~ .bootstrap-switch-default {
        background-color: #ff3636;
    }

    .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-orange ~ .bootstrap-switch-default {
        background-color: #ffb236;
    }

    .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-green ~ .bootstrap-switch-default {
        background-color: #18ce0f;
    }

    .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-brown ~ .bootstrap-switch-default {
        background-color: #f96332;
    }

    .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-blue ~ .bootstrap-switch-default {
        background-color: #2ca8ff;
    }

    .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-blue,
    .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-brown,
    .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-green,
    .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-orange,
    .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-red {
        background-color: #e3e3e3;
    }

.bootstrap-switch-off .bootstrap-switch-handle-on {
    opacity: 0;
}

.bootstrap-switch-on .bootstrap-switch-handle-off {
    opacity: 0;
}
/*! nouislider - 9.1.0 - 2016-12-10 16:00:32 */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.noUi-connect {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-origin {
    position: absolute;
    height: 0;
    width: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
    height: 1px;
}

    .noUi-horizontal .noUi-handle {
        border-radius: 50%;
        background-color: #fff;
        box-shadow: 0 1px 13px 0 rgba(0, 0, 0, 0.2);
        height: 15px;
        width: 15px;
        cursor: pointer;
        margin-left: -10px;
        margin-top: -7px;
    }

.noUi-vertical {
    width: 18px;
}

    .noUi-vertical .noUi-handle {
        width: 28px;
        height: 34px;
        left: -6px;
        top: -17px;
    }

.noUi-target {
    background-color: rgba(182, 182, 182, 0.3);
    border-radius: 3px;
}

.noUi-connect {
    background: #888;
    border-radius: 3px;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-handle {
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
    -webkit-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transform: 0.3s ease 0s;
    transition: 0.3s ease 0s;
}

.noUi-active {
    -webkit-transform: scale3d(1.5, 1.5, 1);
    -moz-transform: scale3d(1.5, 1.5, 1);
    -ms-transform: scale3d(1.5, 1.5, 1);
    -o-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 1);
}

[disabled] .noUi-connect {
    background: #b8b8b8;
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}

.noUi-value {
    position: absolute;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}

.noUi-marker {
    position: absolute;
    background: #ccc;
}

.noUi-marker-sub {
    background: #aaa;
}

.noUi-marker-large {
    background: #aaa;
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    padding-left: 25px;
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}

.slider.slider-neutral .noUi-connect,
.slider.slider-neutral.noUi-connect {
    background-color: #fff;
}

.slider.slider-neutral.noUi-target {
    background-color: rgba(255, 255, 255, 0.3);
}

.slider.slider-neutral .noUi-handle {
    background-color: #fff;
}

.slider.slider-primary .noUi-connect,
.slider.slider-primary.noUi-connect {
    background-color: #f96332;
}

.slider.slider-primary.noUi-target {
    background-color: rgba(249, 99, 50, 0.3);
}

.slider.slider-primary .noUi-handle {
    background-color: #f96332;
}

.slider.slider-info .noUi-connect,
.slider.slider-info.noUi-connect {
    background-color: #2ca8ff;
}

.slider.slider-info.noUi-target {
    background-color: rgba(44, 168, 255, 0.3);
}

.slider.slider-info .noUi-handle {
    background-color: #2ca8ff;
}

.slider.slider-success .noUi-connect,
.slider.slider-success.noUi-connect {
    background-color: #18ce0f;
}

.slider.slider-success.noUi-target {
    background-color: rgba(24, 206, 15, 0.3);
}

.slider.slider-success .noUi-handle {
    background-color: #18ce0f;
}

.slider.slider-warning .noUi-connect,
.slider.slider-warning.noUi-connect {
    background-color: #ffb236;
}

.slider.slider-warning.noUi-target {
    background-color: rgba(255, 178, 54, 0.3);
}

.slider.slider-warning .noUi-handle {
    background-color: #ffb236;
}

.slider.slider-danger .noUi-connect,
.slider.slider-danger.noUi-connect {
    background-color: #ff3636;
}

.slider.slider-danger.noUi-target {
    background-color: rgba(255, 54, 54, 0.3);
}

.slider.slider-danger .noUi-handle {
    background-color: #ff3636;
}

.datepicker {
    padding: 8px 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
    -webkit-transform: translate3d(0, -40px, 0);
    -moz-transform: translate3d(0, -40px, 0);
    -o-transform: translate3d(0, -40px, 0);
    -ms-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.3s ease 0s, height 0s linear 0.35s;
    opacity: 0;
    visibility: hidden;
    display: block;
    width: 254px;
    max-width: 254px;
}

    .datepicker.dropdown-menu:before {
        display: none;
    }

    .datepicker.datepicker-primary {
        background-color: #f96332;
    }

        .datepicker.datepicker-primary .day div,
        .datepicker.datepicker-primary table tr td span,
        .datepicker.datepicker-primary th {
            color: #fff;
        }

        .datepicker.datepicker-primary:after {
            border-bottom-color: #f96332;
        }

        .datepicker.datepicker-primary.datepicker-orient-top:after {
            border-top-color: #f96332;
        }

        .datepicker.datepicker-primary .dow {
            color: rgba(255, 255, 255, 0.8);
        }

        .datepicker.datepicker-primary table tr td span.new,
        .datepicker.datepicker-primary table tr td span.old,
        .datepicker.datepicker-primary table tr td.new div,
        .datepicker.datepicker-primary table tr td.old div {
            color: rgba(255, 255, 255, 0.4);
        }

        .datepicker.datepicker-primary table tr td span.focused,
        .datepicker.datepicker-primary table tr td span:hover {
            background: rgba(255, 255, 255, 0.1);
        }

        .datepicker.datepicker-primary .datepicker-switch:hover,
        .datepicker.datepicker-primary .next:hover,
        .datepicker.datepicker-primary .prev:hover,
        .datepicker.datepicker-primary tfoot tr th:hover {
            background: rgba(255, 255, 255, 0.2);
        }

        .datepicker.datepicker-primary table tr td.active div,
        .datepicker.datepicker-primary table tr td.active.disabled div,
        .datepicker.datepicker-primary table tr td.active.disabled:hover div,
        .datepicker.datepicker-primary table tr td.active:hover div {
            background-color: #fff;
            color: #f96332;
        }

        .datepicker.datepicker-primary table tr td.day.focused div,
        .datepicker.datepicker-primary table tr td.day:hover div {
            background: rgba(255, 255, 255, 0.2);
        }

        .datepicker.datepicker-primary table tr td span.active.active,
        .datepicker.datepicker-primary table tr td span.active.disabled,
        .datepicker.datepicker-primary table tr td span.active.disabled.active,
        .datepicker.datepicker-primary table tr td span.active.disabled.disabled,
        .datepicker.datepicker-primary table tr td span.active.disabled:active,
        .datepicker.datepicker-primary table tr td span.active.disabled:hover,
        .datepicker.datepicker-primary table tr td span.active.disabled:hover.active,
        .datepicker.datepicker-primary table tr td span.active.disabled:hover.disabled,
        .datepicker.datepicker-primary table tr td span.active.disabled:hover:active,
        .datepicker.datepicker-primary table tr td span.active.disabled:hover:hover,
        .datepicker.datepicker-primary table tr td span.active.disabled:hover[disabled],
        .datepicker.datepicker-primary table tr td span.active.disabled[disabled],
        .datepicker.datepicker-primary table tr td span.active:active,
        .datepicker.datepicker-primary table tr td span.active:hover,
        .datepicker.datepicker-primary table tr td span.active:hover.active,
        .datepicker.datepicker-primary table tr td span.active:hover.disabled,
        .datepicker.datepicker-primary table tr td span.active:hover:active,
        .datepicker.datepicker-primary table tr td span.active:hover:hover,
        .datepicker.datepicker-primary table tr td span.active:hover[disabled],
        .datepicker.datepicker-primary table tr td span.active[disabled],
        .datepicker.datepicker-primary table tr td.active.active div,
        .datepicker.datepicker-primary table tr td.active.disabled div,
        .datepicker.datepicker-primary table tr td.active.disabled.active div,
        .datepicker.datepicker-primary table tr td.active.disabled.disabled div,
        .datepicker.datepicker-primary table tr td.active.disabled:active div,
        .datepicker.datepicker-primary table tr td.active.disabled:hover div,
        .datepicker.datepicker-primary table tr td.active.disabled:hover.active div,
        .datepicker.datepicker-primary table tr td.active.disabled:hover.disabled div,
        .datepicker.datepicker-primary table tr td.active.disabled:hover:active div,
        .datepicker.datepicker-primary table tr td.active.disabled:hover:hover div,
        .datepicker.datepicker-primary table tr td.active.disabled:hover[disabled] div,
        .datepicker.datepicker-primary table tr td.active.disabled[disabled] div,
        .datepicker.datepicker-primary table tr td.active:active div,
        .datepicker.datepicker-primary table tr td.active:hover div,
        .datepicker.datepicker-primary table tr td.active:hover.active div,
        .datepicker.datepicker-primary table tr td.active:hover.disabled div,
        .datepicker.datepicker-primary table tr td.active:hover:active div,
        .datepicker.datepicker-primary table tr td.active:hover:hover div,
        .datepicker.datepicker-primary table tr td.active:hover[disabled] div,
        .datepicker.datepicker-primary table tr td.active[disabled] div {
            background-color: #fff;
        }

            .datepicker.datepicker-primary table tr td span.active.active,
            .datepicker.datepicker-primary table tr td span.active.disabled,
            .datepicker.datepicker-primary table tr td span.active.disabled.active,
            .datepicker.datepicker-primary table tr td span.active.disabled.disabled,
            .datepicker.datepicker-primary table tr td span.active.disabled:active,
            .datepicker.datepicker-primary table tr td span.active.disabled:hover,
            .datepicker.datepicker-primary table tr td span.active.disabled:hover.active,
            .datepicker.datepicker-primary table tr td span.active.disabled:hover.disabled,
            .datepicker.datepicker-primary table tr td span.active.disabled:hover:active,
            .datepicker.datepicker-primary table tr td span.active.disabled:hover:hover,
            .datepicker.datepicker-primary table tr td span.active.disabled:hover[disabled],
            .datepicker.datepicker-primary table tr td span.active.disabled[disabled],
            .datepicker.datepicker-primary table tr td span.active:active,
            .datepicker.datepicker-primary table tr td span.active:hover,
            .datepicker.datepicker-primary table tr td span.active:hover.active,
            .datepicker.datepicker-primary table tr td span.active:hover.disabled,
            .datepicker.datepicker-primary table tr td span.active:hover:active,
            .datepicker.datepicker-primary table tr td span.active:hover:hover,
            .datepicker.datepicker-primary table tr td span.active:hover[disabled],
            .datepicker.datepicker-primary table tr td span.active[disabled] {
                color: #f96332;
            }

.datepicker-inline {
    width: 220px;
}

.datepicker.datepicker-rtl {
    direction: rtl;
}

    .datepicker.datepicker-rtl.dropdown-menu {
        left: auto;
    }

    .datepicker.datepicker-rtl table tr td span {
        float: right;
    }

.datepicker-dropdown {
    top: 0;
    left: 0;
}

    .datepicker-dropdown:before {
        content: "";
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-top: 0;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        position: absolute;
    }

    .datepicker-dropdown:after {
        content: "";
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-top: 0;
        position: absolute;
    }

    .datepicker-dropdown.datepicker-orient-left:before {
        left: 6px;
    }

    .datepicker-dropdown.datepicker-orient-left:after {
        left: 7px;
    }

    .datepicker-dropdown.datepicker-orient-right:before {
        right: 6px;
    }

    .datepicker-dropdown.datepicker-orient-right:after {
        right: 7px;
    }

    .datepicker-dropdown.datepicker-orient-bottom:before {
        top: -7px;
    }

    .datepicker-dropdown.datepicker-orient-bottom:after {
        top: -6px;
    }

    .datepicker-dropdown.datepicker-orient-top:before {
        bottom: -7px;
        border-bottom: 0;
        border-top: 7px solid transparent;
    }

    .datepicker-dropdown.datepicker-orient-top:after {
        bottom: -6px;
        border-bottom: 0;
        border-top: 6px solid #fff;
    }

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 241px;
    max-width: 241px;
}

.datepicker .day div,
.datepicker th {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 2.2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 50%;
    font-weight: 300;
    font-size: 14px;
    border: none;
    position: relative;
    cursor: pointer;
}

.datepicker th {
    color: #f96332;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 2px;
    text-align: center;
    cursor: pointer;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.day.focused div,
.datepicker table tr td.day:hover div {
    background: #eee;
    cursor: pointer;
}

.datepicker table tr td.new,
.datepicker table tr td.old {
    color: #888;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #888;
    cursor: default;
}

.datepicker table tr td.highlighted {
    background: #d9edf7;
    border-radius: 0;
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #000;
}

    .datepicker table tr td.today.active,
    .datepicker table tr td.today.disabled,
    .datepicker table tr td.today.disabled.active,
    .datepicker table tr td.today.disabled.disabled,
    .datepicker table tr td.today.disabled:active,
    .datepicker table tr td.today.disabled:hover,
    .datepicker table tr td.today.disabled:hover.active,
    .datepicker table tr td.today.disabled:hover.disabled,
    .datepicker table tr td.today.disabled:hover:active,
    .datepicker table tr td.today.disabled:hover:hover,
    .datepicker table tr td.today.disabled:hover[disabled],
    .datepicker table tr td.today.disabled[disabled],
    .datepicker table tr td.today:active,
    .datepicker table tr td.today:hover,
    .datepicker table tr td.today:hover.active,
    .datepicker table tr td.today:hover.disabled,
    .datepicker table tr td.today:hover:active,
    .datepicker table tr td.today:hover:hover,
    .datepicker table tr td.today:hover[disabled],
    .datepicker table tr td.today[disabled] {
        background-color: #fdf59a;
    }

        .datepicker table tr td.today:hover:hover {
            color: #000;
        }

        .datepicker table tr td.today.active:hover {
            color: #fff;
        }

.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
    background: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .datepicker table tr td.range.today,
    .datepicker table tr td.range.today.disabled,
    .datepicker table tr td.range.today.disabled:hover,
    .datepicker table tr td.range.today:hover {
        background-color: #f3d17a;
        background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
        background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
        background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
        background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
        background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
        background-repeat: repeat-x;
        border-color: #f3e97a #f3e97a #edde34;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .datepicker table tr td.range.today.active,
        .datepicker table tr td.range.today.disabled,
        .datepicker table tr td.range.today.disabled.active,
        .datepicker table tr td.range.today.disabled.disabled,
        .datepicker table tr td.range.today.disabled:active,
        .datepicker table tr td.range.today.disabled:hover,
        .datepicker table tr td.range.today.disabled:hover.active,
        .datepicker table tr td.range.today.disabled:hover.disabled,
        .datepicker table tr td.range.today.disabled:hover:active,
        .datepicker table tr td.range.today.disabled:hover:hover,
        .datepicker table tr td.range.today.disabled:hover[disabled],
        .datepicker table tr td.range.today.disabled[disabled],
        .datepicker table tr td.range.today:active,
        .datepicker table tr td.range.today:hover,
        .datepicker table tr td.range.today:hover.active,
        .datepicker table tr td.range.today:hover.disabled,
        .datepicker table tr td.range.today:hover:active,
        .datepicker table tr td.range.today:hover:hover,
        .datepicker table tr td.range.today:hover[disabled],
        .datepicker table tr td.range.today[disabled] {
            background-color: #f3e97a;
        }

.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
    background-color: #9e9e9e;
    background-image: -moz-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: -ms-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(grey));
    background-image: -webkit-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: -o-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: linear-gradient(to bottom, #b3b3b3, grey);
    background-repeat: repeat-x;
    border-color: grey grey #595959;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .datepicker table tr td.selected.active,
    .datepicker table tr td.selected.disabled,
    .datepicker table tr td.selected.disabled.active,
    .datepicker table tr td.selected.disabled.disabled,
    .datepicker table tr td.selected.disabled:active,
    .datepicker table tr td.selected.disabled:hover,
    .datepicker table tr td.selected.disabled:hover.active,
    .datepicker table tr td.selected.disabled:hover.disabled,
    .datepicker table tr td.selected.disabled:hover:active,
    .datepicker table tr td.selected.disabled:hover:hover,
    .datepicker table tr td.selected.disabled:hover[disabled],
    .datepicker table tr td.selected.disabled[disabled],
    .datepicker table tr td.selected:active,
    .datepicker table tr td.selected:hover,
    .datepicker table tr td.selected:hover.active,
    .datepicker table tr td.selected:hover.disabled,
    .datepicker table tr td.selected:hover:active,
    .datepicker table tr td.selected:hover:hover,
    .datepicker table tr td.selected:hover[disabled],
    .datepicker table tr td.selected[disabled] {
        background-color: grey;
    }

.datepicker table tr td.active div,
.datepicker table tr td.active.disabled div,
.datepicker table tr td.active.disabled:hover div,
.datepicker table tr td.active:hover div {
    background-color: #f96332;
    color: #fff;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
}

.datepicker table tr td.active.active div,
.datepicker table tr td.active.disabled div,
.datepicker table tr td.active.disabled.active div,
.datepicker table tr td.active.disabled.disabled div,
.datepicker table tr td.active.disabled:active div,
.datepicker table tr td.active.disabled:hover div,
.datepicker table tr td.active.disabled:hover.active div,
.datepicker table tr td.active.disabled:hover.disabled div,
.datepicker table tr td.active.disabled:hover:active div,
.datepicker table tr td.active.disabled:hover:hover div,
.datepicker table tr td.active.disabled:hover[disabled] div,
.datepicker table tr td.active.disabled[disabled] div,
.datepicker table tr td.active:active div,
.datepicker table tr td.active:hover div,
.datepicker table tr td.active:hover.active div,
.datepicker table tr td.active:hover.disabled div,
.datepicker table tr td.active:hover:active div,
.datepicker table tr td.active:hover:hover div,
.datepicker table tr td.active:hover[disabled] div,
.datepicker table tr td.active[disabled] div {
    background-color: #f96332;
}

.datepicker table tr td span {
    display: block;
    width: 41px;
    height: 41px;
    line-height: 41px;
    float: left;
    margin: 1%;
    font-size: 14px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

    .datepicker table tr td span.focused,
    .datepicker table tr td span:hover {
        background: #eee;
    }

    .datepicker table tr td span.disabled,
    .datepicker table tr td span.disabled:hover {
        background: 0 0;
        color: #888;
        cursor: default;
    }

    .datepicker table tr td span.active,
    .datepicker table tr td span.active.disabled,
    .datepicker table tr td span.active.disabled:hover,
    .datepicker table tr td span.active:hover {
        color: #fff;
        background-color: #f96332;
    }

        .datepicker table tr td span.active.active,
        .datepicker table tr td span.active.disabled,
        .datepicker table tr td span.active.disabled.active,
        .datepicker table tr td span.active.disabled.disabled,
        .datepicker table tr td span.active.disabled:active,
        .datepicker table tr td span.active.disabled:hover,
        .datepicker table tr td span.active.disabled:hover.active,
        .datepicker table tr td span.active.disabled:hover.disabled,
        .datepicker table tr td span.active.disabled:hover:active,
        .datepicker table tr td span.active.disabled:hover:hover,
        .datepicker table tr td span.active.disabled:hover[disabled],
        .datepicker table tr td span.active.disabled[disabled],
        .datepicker table tr td span.active:active,
        .datepicker table tr td span.active:hover,
        .datepicker table tr td span.active:hover.active,
        .datepicker table tr td span.active:hover.disabled,
        .datepicker table tr td span.active:hover:active,
        .datepicker table tr td span.active:hover:hover,
        .datepicker table tr td span.active:hover[disabled],
        .datepicker table tr td span.active[disabled] {
            background-color: #f96332;
            box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
        }

    .datepicker table tr td span.new,
    .datepicker table tr td span.old {
        color: #888;
    }

.datepicker .datepicker-switch {
    width: auto;
    border-radius: 0.1875rem;
}

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
    cursor: pointer;
}

.datepicker .next,
.datepicker .prev {
    width: 35px;
    height: 35px;
}

.datepicker i {
    position: relative;
    top: 2px;
}

.datepicker .prev i {
    left: -1px;
}

.datepicker .next i {
    right: -1px;
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
    background: #eee;
}

.datepicker .next.disabled,
.datepicker .prev.disabled {
    visibility: hidden;
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.input-append.date .add-on,
.input-prepend.date .add-on {
    cursor: pointer;
}

    .input-append.date .add-on i,
    .input-prepend.date .add-on i {
        margin-top: 3px;
    }

.input-daterange input {
    text-align: center;
}

    .input-daterange input:first-child {
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
    }

    .input-daterange input:last-child {
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px;
}




/*.btn {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    padding: 0 1rem;
    color: #424242;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.8px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    outline: none;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 2px;
    transition: all .3s ease-out;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
}*/

/*.btn:not(:first-child) {
        margin-left: 8px;
    }*/

/*.btn:hover {
    text-decoration: none;
    box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.225);
}*/

.btn-link {
    font-weight: 500;
    padding: 3px 8px;
    cursor: pointer;
    text-decoration: underline;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .btn-link:hover {
        text-decoration: none;
        background: #dee9f5;
        text-shadow: 3px 2px 1px #d0d0d0;
    }

.btn-link-group {
    max-width: 100%;
    flex: 1 0 100%;
    border-bottom: 1px solid #bbbbbb8f;
    padding-bottom: 2px;
}
/* ----------------------------------------------------------------------
          Material Design Fab Buttons
        ------------------------------------------------------------------------- */
.btn.btn-fab, .btn.btn-fab-mini {
    overflow: hidden;
    position: relative;
    margin: auto;
    padding: 0;
    line-height: normal;
    border-radius: 50%;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.3);
}

    .btn.btn-fab:hover, .btn.btn-fab-mini:hover {
        box-shadow: 0 4px 11px 0px rgba(0, 0, 0, 0.375);
    }

    .btn.btn-fab i, .btn.btn-fab-mini i {
        display: inline-block;
        float: none;
        width: inherit;
        margin: 0;
        font-size: inherit;
        text-align: center;
        line-height: inherit;
        vertical-align: middle;
    }

.btn.btn-fab {
    width: 56px;
    height: 56px;
    font-size: 28px;
}

.btn.btn-fab-mini {
    width: 40px;
    height: 40px;
    font-size: 24px;
}

.btn-circle {
    font-weight: 600;
    font-size: 1.1rem;
    width: 27px;
    height: 27px;
    line-height: 27px;
    border-radius: 100%;
    border: 0 !important;
    outline: none !important;
    cursor: pointer;
    display: inline-block;
}

.btn-light {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

    .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5;
    }

.input-group .btn-light {
    border-color: #ced4da;
}

.btn-light-success {
    background-color: rgba(40,199,111,.12);
    color: #28c76f;
}

.btn-light-primary {
    background-color: rgba(115,103,240,.12);
    color: #7367f0;
}

.btn-light-warning {
    background-color: rgba(255,159,67,.12);
    color: #ff9f43;
}

.btn-light-danger {
    background-color: rgba(234,84,85,.12);
    color: #ea5455;
}

.btn-circle-light {
    font-weight: 600;
    font-size: 1.2rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    border: 0 !important;
    outline: none !important;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    background-color: #eee;
    color: #000 !important;
}

    .btn-circle-light i {
        line-height: normal;
    }

    .btn-circle-light:hover {
        background-color: #ddd;
    }

.btn-transparent {
    background: transparent;
    color: #555;
}

    .btn-transparent:hover {
        background: #eee;
    }
/*.btn-theme {
    background: var(--theme-background);
    color: #fff!important;
    border-color: var(--theme-background);
}
.btn-theme:hover {
    background: var(--theme-background-dark);
    border-color: var(--theme-background-dark);
}*/

.btn, .navbar .navbar-nav > a.btn {
    cursor: pointer;
}

    /*.btn-reset,
.btn-submit,
.btn-search,
.btn-theme,
.btn-primary,
.btn-secondary,
.btn-success,
.btn-danger,
.btn-warning,
.btn-default,
.btn-info{
    color: black;
    background-color: #e7e7e7;    
    border-color:#ddd;
    box-shadow:none!important;
}
.btn-reset:hover,
.btn-submit:hover,
.btn-search:hover,
.btn-theme:hover,
.btn-primary:hover,
.btn-secondary:hover,
.btn-success:hover,
.btn-danger:hover,
.btn-warning:hover,
.btn-default:hover,
.btn-info:hover,

.btn-reset:active,
.btn-submit:active,
.btn-search:active,
.btn-theme:active,
.btn-primary:active,
.btn-secondary:active,
.btn-success:active,
.btn-danger:active,
.btn-warning:active,
.btn-default:active,
.btn-info:active{
    color: black!important;
    background-color: #ddd!important;    
    border-color:#ccc!important;
}*/


    /*.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}*/
    /*.btn.btn-lightBlue,
.btn.btn-submit {
    color: #FFF;
    background-color: #03a9f4;
}

.btn.btn-lightBlue:hover,
.btn.btn-submit:hover {
    background-color: #23b9fc;
}

.btn.btn-white {
    color: #444;
    background-color: #FFF;
}

.btn.btn-white:hover {
    background-color: #fafafa;
}

.btn.btn-black {
    color: #bdbdbd;
    background-color: #111;
}

    .btn.btn-black:hover {
        background-color: #252525;
    }

.btn.btn-grey {
    color: #757575;
    background-color: #f5f5f5;
}

.btn.btn-grey:hover {
    background-color: #ebebeb;
}

.btn.btn-orange, .btn.btn-reset {
    color: #FFF;
    background-color: #ff9800;
}

.btn.btn-orange:hover, .btn.btn-reset:hover {
    background-color: #ffa829;
}

.btn.btn-amber {
    color: #FFF;
    background-color: #ffc107;
}

.btn.btn-amber:hover {
    background-color: #ffcb30;
}

.btn.btn-green,
.btn.btn-search {
    color: #FFF;
    background-color: #4caf50;
}

.btn.btn-green:hover,
.btn.btn-green:focus,
.btn.btn-green:active,
.btn.btn-search:hover,
.btn.btn-search:focus,
.btn.btn-search:active {
    background-color: #67bd6a;
}

.btn.btn-teal {
    color: #FFF;
    background-color: #009688;
}

.btn.btn-teal:hover {
    background-color: #00bfad;
}

.btn.btn-cyan {
    color: #FFF;
    background-color: #00bcd4;
}

    .btn.btn-cyan:hover {
        background-color: #00e0fd;
    }

.btn.btn-indigo {
    color: #FFF;
    background-color: #3f51b5;
}

    .btn.btn-indigo:hover {
        background-color: #5869c5;
    }

.btn.btn-deepPurple {
    color: #FFF;
    background-color: #673ab7;
}

    .btn.btn-deepPurple:hover {
        background-color: #7c52c8;
    }

.btn.btn-pink {
    color: #FFF;
    background-color: #e91e63;
}

    .btn.btn-pink:hover {
        background-color: #ed437d;
    }

.btn.btn-red, .btn.btn-close {
    color: #FFF;
    background-color: #f44336;
}

    .btn.btn-red:hover, .btn.btn-close:hover {
        background-color: #f6675d;
    }

.btn.btn-yellow {
    color: #FFF;
    background-color: #ffeb3b;
}

    .btn.btn-yellow:hover {
        background-color: #f8de00;
    }

.btn.btn-lime {
    color: #FFF;
    background-color: #cddc39;
}

    .btn.btn-lime:hover {
        background-color: #bac923;
    }

.btn.btn-brown {
    color: #FFF;
    background-color: #795548;
}

    .btn.btn-brown:hover {
        background-color: #936757;
    }*/

    /* Raised Buttons Size (Not work in Fab Buttons) */
    .btn.btn-lg {
        height: 48px;
        line-height: 48px;
    }

    .btn.btn-sm {
        height: 27px;
        padding: 0px 8px;
        font-size: 13px;
    }

    .btn.btn-xs {
        height: 24px;
        padding: 0 .4rem;
        line-height: 24px;
        font-size: 11px;
        font-weight: 300;
        letter-spacing: .2px;
    }

    /* Raised Buttons Types */
    .btn.disabled, .btn[disabled] {
        cursor: default !important;
        color: #9e9e9e !important;
        box-shadow: none !important;
    }

        .btn.disabled:not(.btn-flat), .btn[disabled]:not(.btn-flat) {
            background-color: #cdcdcd !important;
        }

            .btn.disabled:not(.btn-flat):hover, .btn[disabled]:not(.btn-flat):hover {
                background-color: #cdcdcd !important;
            }

    .btn.btn-flat {
        box-shadow: none !important;
        background-color: transparent !important;
    }

        .btn.btn-flat:hover {
            background-color: #cecece !important;
            box-shadow: none !important;
        }

        .btn.btn-flat.disabled:hover, .btn.btn-flat[disabled]:hover {
            background-color: transparent !important;
        }


    /*.btn i {
        float: left;
        width: auto;
        height: auto;
        margin-right: 10px;
        font-size: 1.3rem;
        line-height: inherit;
    }*/

    .btn i.right {
        float: right !important;
        margin: 0;
        margin-left: 10px;
    }

.btnExport .btn.btn-fab {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

    .btnExport .btn.btn-fab:hover {
        background: rgba(255, 255, 255, 0.2);
    }


.btnradius30 {
    border-radius: 30px;
}


textarea.form-control {
    resize: none;
}


/*.btn.active,
    .btn.active:focus,
    .btn.active:hover,
    .btn:active,
    .btn:active:focus,
    .btn:active:hover,
    .btn:focus,
    .btn:hover,
    .navbar .navbar-nav > a.btn.active,
    .navbar .navbar-nav > a.btn.active:focus,
    .navbar .navbar-nav > a.btn.active:hover,
    .navbar .navbar-nav > a.btn:active,
    .navbar .navbar-nav > a.btn:active:focus,
    .navbar .navbar-nav > a.btn:active:hover,
    .navbar .navbar-nav > a.btn:focus,
    .navbar .navbar-nav > a.btn:hover,
    .show > .btn.dropdown-toggle,
    .show > .btn.dropdown-toggle:focus,
    .show > .btn.dropdown-toggle:hover,
    .show > .navbar .navbar-nav > a.btn.dropdown-toggle,
    .show > .navbar .navbar-nav > a.btn.dropdown-toggle:focus,
    .show > .navbar .navbar-nav > a.btn.dropdown-toggle:hover {
        background-color: #7b7b7b;
        color: #fff;
        box-shadow: none;
    }

    .btn:hover,
    .navbar .navbar-nav > a.btn:hover {
        box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
    }

    .btn.disabled,
    .btn.disabled.active,
    .btn.disabled.focus,
    .btn.disabled:active,
    .btn.disabled:focus,
    .btn.disabled:hover,
    .btn:disabled,
    .btn:disabled.active,
    .btn:disabled.focus,
    .btn:disabled:active,
    .btn:disabled:focus,
    .btn:disabled:hover,
    .btn[disabled],
    .btn[disabled].active,
    .btn[disabled].focus,
    .btn[disabled]:active,
    .btn[disabled]:focus,
    .btn[disabled]:hover,
    .navbar .navbar-nav > a.btn.disabled,
    .navbar .navbar-nav > a.btn.disabled.active,
    .navbar .navbar-nav > a.btn.disabled.focus,
    .navbar .navbar-nav > a.btn.disabled:active,
    .navbar .navbar-nav > a.btn.disabled:focus,
    .navbar .navbar-nav > a.btn.disabled:hover,
    .navbar .navbar-nav > a.btn:disabled,
    .navbar .navbar-nav > a.btn:disabled.active,
    .navbar .navbar-nav > a.btn:disabled.focus,
    .navbar .navbar-nav > a.btn:disabled:active,
    .navbar .navbar-nav > a.btn:disabled:focus,
    .navbar .navbar-nav > a.btn:disabled:hover,
    .navbar .navbar-nav > a.btn[disabled],
    .navbar .navbar-nav > a.btn[disabled].active,
    .navbar .navbar-nav > a.btn[disabled].focus,
    .navbar .navbar-nav > a.btn[disabled]:active,
    .navbar .navbar-nav > a.btn[disabled]:focus,
    .navbar .navbar-nav > a.btn[disabled]:hover,
    fieldset[disabled] .btn,
    fieldset[disabled] .btn.active,
    fieldset[disabled] .btn.focus,
    fieldset[disabled] .btn:active,
    fieldset[disabled] .btn:focus,
    fieldset[disabled] .btn:hover,
    fieldset[disabled] .navbar .navbar-nav > a.btn,
    fieldset[disabled] .navbar .navbar-nav > a.btn.active,
    fieldset[disabled] .navbar .navbar-nav > a.btn.focus,
    fieldset[disabled] .navbar .navbar-nav > a.btn:active,
    fieldset[disabled] .navbar .navbar-nav > a.btn:focus,
    fieldset[disabled] .navbar .navbar-nav > a.btn:hover {
        background-color: #888;
        border-color: #888;
    }

    .btn.btn-simple,
    .navbar .navbar-nav > a.btn.btn-simple {
        color: #888;
        border-color: #888;
    }

        .btn.btn-simple:active,
        .btn.btn-simple:focus,
        .btn.btn-simple:hover,
        .navbar .navbar-nav > a.btn.btn-simple:active,
        .navbar .navbar-nav > a.btn.btn-simple:focus,
        .navbar .navbar-nav > a.btn.btn-simple:hover {
            background-color: transparent;
            color: #979797;
            border-color: #979797;
            box-shadow: none;
        }

    .btn.btn-link,
    .navbar .navbar-nav > a.btn.btn-link {
        color: #888;
    }

        .btn.btn-link:active,
        .btn.btn-link:focus,
        .btn.btn-link:hover,
        .navbar .navbar-nav > a.btn.btn-link:active,
        .navbar .navbar-nav > a.btn.btn-link:focus,
        .navbar .navbar-nav > a.btn.btn-link:hover {
            background-color: transparent;
            color: #979797;
            text-decoration: none;
            box-shadow: none;
        }

    .btn:focus,
    .btn:hover,
    .navbar .navbar-nav > a.btn:focus,
    .navbar .navbar-nav > a.btn:hover {
        opacity: 1;
        outline: 0 !important;
    }

    .btn.active,
    .btn:active,
    .navbar .navbar-nav > a.btn.active,
    .navbar .navbar-nav > a.btn:active,
    .open > .btn.dropdown-toggle,
    .open > .navbar .navbar-nav > a.btn.dropdown-toggle {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0 !important;
    }

    .btn.btn-icon,
    .navbar .navbar-nav > a.btn.btn-icon {
        height: 2.375rem;
        min-width: 2.375rem;
        width: 2.375rem;
        padding: 0;
        font-size: 0.9375rem;
        overflow: hidden;
        position: relative;
        line-height: normal;
    }

        .btn.btn-icon.btn-simple,
        .navbar .navbar-nav > a.btn.btn-icon.btn-simple {
            padding: 0;
        }

        .btn.btn-icon.btn-sm,
        .navbar .navbar-nav > a.btn.btn-icon.btn-sm {
            height: 1.875rem;
            min-width: 1.875rem;
            width: 1.875rem;
        }

            .btn.btn-icon.btn-sm i.fa,
            .btn.btn-icon.btn-sm i.now-ui-icons,
            .navbar .navbar-nav > a.btn.btn-icon.btn-sm i.fa,
            .navbar .navbar-nav > a.btn.btn-icon.btn-sm i.now-ui-icons {
                font-size: 0.6875rem;
            }

        .btn.btn-icon.btn-lg,
        .navbar .navbar-nav > a.btn.btn-icon.btn-lg {
            height: 3.6rem;
            min-width: 3.6rem;
            width: 3.6rem;
        }

            .btn.btn-icon.btn-lg i.fa,
            .btn.btn-icon.btn-lg i.now-ui-icons,
            .navbar .navbar-nav > a.btn.btn-icon.btn-lg i.fa,
            .navbar .navbar-nav > a.btn.btn-icon.btn-lg i.now-ui-icons {
                font-size: 1.325rem;
            }

        .btn.btn-icon:not(.btn-footer) i.fa,
        .btn.btn-icon:not(.btn-footer) i.now-ui-icons,
        .navbar .navbar-nav > a.btn.btn-icon:not(.btn-footer) i.fa,
        .navbar .navbar-nav > a.btn.btn-icon:not(.btn-footer) i.now-ui-icons {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-12px, -12px);
            line-height: 1.5626rem;
            width: 25px;
        }

    .btn:not(.btn-icon) .now-ui-icons,
    .navbar .navbar-nav > a.btn:not(.btn-icon) .now-ui-icons {
        position: relative;
        top: 1px;
    }

.btn-primary {
    background-color: #f96332;
    color: #fff !important;
}

    .btn-primary.active,
    .btn-primary.active:focus,
    .btn-primary.active:hover,
    .btn-primary:active,
    .btn-primary:active:focus,
    .btn-primary:active:hover,
    .btn-primary:focus,
    .btn-primary:hover,
    .show > .btn-primary.dropdown-toggle,
    .show > .btn-primary.dropdown-toggle:focus,
    .show > .btn-primary.dropdown-toggle:hover {
        background-color: #fa7a50;
        color: #fff;
        box-shadow: none;
    }

    .btn-primary:hover {
        box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
    }

    .btn-primary.disabled,
    .btn-primary.disabled.active,
    .btn-primary.disabled.focus,
    .btn-primary.disabled:active,
    .btn-primary.disabled:focus,
    .btn-primary.disabled:hover,
    .btn-primary:disabled,
    .btn-primary:disabled.active,
    .btn-primary:disabled.focus,
    .btn-primary:disabled:active,
    .btn-primary:disabled:focus,
    .btn-primary:disabled:hover,
    .btn-primary[disabled],
    .btn-primary[disabled].active,
    .btn-primary[disabled].focus,
    .btn-primary[disabled]:active,
    .btn-primary[disabled]:focus,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary,
    fieldset[disabled] .btn-primary.active,
    fieldset[disabled] .btn-primary.focus,
    fieldset[disabled] .btn-primary:active,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .btn-primary:hover {
        background-color: #f96332;
        border-color: #f96332;
    }

    .btn-primary.btn-simple {
        color: #f96332;
        border-color: #f96332;
    }

        .btn-primary.btn-simple:active,
        .btn-primary.btn-simple:focus,
        .btn-primary.btn-simple:hover {
            background-color: transparent;
            color: #fa7a50;
            border-color: #fa7a50;
            box-shadow: none;
        }

    .btn-primary.btn-link {
        color: #f96332;
    }

        .btn-primary.btn-link:active,
        .btn-primary.btn-link:focus,
        .btn-primary.btn-link:hover {
            background-color: transparent;
            color: #fa7a50;
            text-decoration: none;
            box-shadow: none;
        }

.btn-success {
    background-color: #18ce0f;
    color: #fff;
}

    .btn-success.active,
    .btn-success.active:focus,
    .btn-success.active:hover,
    .btn-success:active,
    .btn-success:active:focus,
    .btn-success:active:hover,
    .btn-success:focus,
    .btn-success:hover,
    .show > .btn-success.dropdown-toggle,
    .show > .btn-success.dropdown-toggle:focus,
    .show > .btn-success.dropdown-toggle:hover {
        background-color: #1beb11;
        color: #fff;
        box-shadow: none;
    }

    .btn-success:hover {
        box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
    }

    .btn-success.disabled,
    .btn-success.disabled.active,
    .btn-success.disabled.focus,
    .btn-success.disabled:active,
    .btn-success.disabled:focus,
    .btn-success.disabled:hover,
    .btn-success:disabled,
    .btn-success:disabled.active,
    .btn-success:disabled.focus,
    .btn-success:disabled:active,
    .btn-success:disabled:focus,
    .btn-success:disabled:hover,
    .btn-success[disabled],
    .btn-success[disabled].active,
    .btn-success[disabled].focus,
    .btn-success[disabled]:active,
    .btn-success[disabled]:focus,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success,
    fieldset[disabled] .btn-success.active,
    fieldset[disabled] .btn-success.focus,
    fieldset[disabled] .btn-success:active,
    fieldset[disabled] .btn-success:focus,
    fieldset[disabled] .btn-success:hover {
        background-color: #18ce0f;
        border-color: #18ce0f;
    }

    .btn-success.btn-simple {
        color: #18ce0f;
        border-color: #18ce0f;
    }

        .btn-success.btn-simple:active,
        .btn-success.btn-simple:focus,
        .btn-success.btn-simple:hover {
            background-color: transparent;
            color: #1beb11;
            border-color: #1beb11;
            box-shadow: none;
        }

    .btn-success.btn-link {
        color: #18ce0f;
    }

        .btn-success.btn-link:active,
        .btn-success.btn-link:focus,
        .btn-success.btn-link:hover {
            background-color: transparent;
            color: #1beb11;
            text-decoration: none;
            box-shadow: none;
        }

.btn-info {
    background-color: #2ca8ff;
    color: #fff;
}

    .btn-info.active,
    .btn-info.active:focus,
    .btn-info.active:hover,
    .btn-info:active,
    .btn-info:active:focus,
    .btn-info:active:hover,
    .btn-info:focus,
    .btn-info:hover,
    .show > .btn-info.dropdown-toggle,
    .show > .btn-info.dropdown-toggle:focus,
    .show > .btn-info.dropdown-toggle:hover {
        background-color: #4bb5ff;
        color: #fff;
        box-shadow: none;
    }

    .btn-info:hover {
        box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
    }

    .btn-info.disabled,
    .btn-info.disabled.active,
    .btn-info.disabled.focus,
    .btn-info.disabled:active,
    .btn-info.disabled:focus,
    .btn-info.disabled:hover,
    .btn-info:disabled,
    .btn-info:disabled.active,
    .btn-info:disabled.focus,
    .btn-info:disabled:active,
    .btn-info:disabled:focus,
    .btn-info:disabled:hover,
    .btn-info[disabled],
    .btn-info[disabled].active,
    .btn-info[disabled].focus,
    .btn-info[disabled]:active,
    .btn-info[disabled]:focus,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info,
    fieldset[disabled] .btn-info.active,
    fieldset[disabled] .btn-info.focus,
    fieldset[disabled] .btn-info:active,
    fieldset[disabled] .btn-info:focus,
    fieldset[disabled] .btn-info:hover {
        background-color: #2ca8ff;
        border-color: #2ca8ff;
    }

    .btn-info.btn-simple {
        color: #2ca8ff;
        border-color: #2ca8ff;
    }

        .btn-info.btn-simple:active,
        .btn-info.btn-simple:focus,
        .btn-info.btn-simple:hover {
            background-color: transparent;
            color: #4bb5ff;
            border-color: #4bb5ff;
            box-shadow: none;
        }

    .btn-info.btn-link {
        color: #2ca8ff;
    }

        .btn-info.btn-link:active,
        .btn-info.btn-link:focus,
        .btn-info.btn-link:hover {
            background-color: transparent;
            color: #4bb5ff;
            text-decoration: none;
            box-shadow: none;
        }

.btn-warning {
    background-color: #ffb236;
    color: #fff;
}

    .btn-warning.active,
    .btn-warning.active:focus,
    .btn-warning.active:hover,
    .btn-warning:active,
    .btn-warning:active:focus,
    .btn-warning:active:hover,
    .btn-warning:focus,
    .btn-warning:hover,
    .show > .btn-warning.dropdown-toggle,
    .show > .btn-warning.dropdown-toggle:focus,
    .show > .btn-warning.dropdown-toggle:hover {
        background-color: #ffbe55;
        color: #fff;
        box-shadow: none;
    }

    .btn-warning:hover {
        box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
    }

    .btn-warning.disabled,
    .btn-warning.disabled.active,
    .btn-warning.disabled.focus,
    .btn-warning.disabled:active,
    .btn-warning.disabled:focus,
    .btn-warning.disabled:hover,
    .btn-warning:disabled,
    .btn-warning:disabled.active,
    .btn-warning:disabled.focus,
    .btn-warning:disabled:active,
    .btn-warning:disabled:focus,
    .btn-warning:disabled:hover,
    .btn-warning[disabled],
    .btn-warning[disabled].active,
    .btn-warning[disabled].focus,
    .btn-warning[disabled]:active,
    .btn-warning[disabled]:focus,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning,
    fieldset[disabled] .btn-warning.active,
    fieldset[disabled] .btn-warning.focus,
    fieldset[disabled] .btn-warning:active,
    fieldset[disabled] .btn-warning:focus,
    fieldset[disabled] .btn-warning:hover {
        background-color: #ffb236;
        border-color: #ffb236;
    }

    .btn-warning.btn-simple {
        color: #ffb236;
        border-color: #ffb236;
    }

        .btn-warning.btn-simple:active,
        .btn-warning.btn-simple:focus,
        .btn-warning.btn-simple:hover {
            background-color: transparent;
            color: #ffbe55;
            border-color: #ffbe55;
            box-shadow: none;
        }

    .btn-warning.btn-link {
        color: #ffb236;
    }

        .btn-warning.btn-link:active,
        .btn-warning.btn-link:focus,
        .btn-warning.btn-link:hover {
            background-color: transparent;
            color: #ffbe55;
            text-decoration: none;
            box-shadow: none;
        }

.btn-danger {
    background-color: #ff3636;
    color: #fff;
}

    .btn-danger.active,
    .btn-danger.active:focus,
    .btn-danger.active:hover,
    .btn-danger:active,
    .btn-danger:active:focus,
    .btn-danger:active:hover,
    .btn-danger:focus,
    .btn-danger:hover,
    .show > .btn-danger.dropdown-toggle,
    .show > .btn-danger.dropdown-toggle:focus,
    .show > .btn-danger.dropdown-toggle:hover {
        background-color: #f55;
        color: #fff;
        box-shadow: none;
    }

    .btn-danger:hover {
        box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
    }

    .btn-danger.disabled,
    .btn-danger.disabled.active,
    .btn-danger.disabled.focus,
    .btn-danger.disabled:active,
    .btn-danger.disabled:focus,
    .btn-danger.disabled:hover,
    .btn-danger:disabled,
    .btn-danger:disabled.active,
    .btn-danger:disabled.focus,
    .btn-danger:disabled:active,
    .btn-danger:disabled:focus,
    .btn-danger:disabled:hover,
    .btn-danger[disabled],
    .btn-danger[disabled].active,
    .btn-danger[disabled].focus,
    .btn-danger[disabled]:active,
    .btn-danger[disabled]:focus,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger,
    fieldset[disabled] .btn-danger.active,
    fieldset[disabled] .btn-danger.focus,
    fieldset[disabled] .btn-danger:active,
    fieldset[disabled] .btn-danger:focus,
    fieldset[disabled] .btn-danger:hover {
        background-color: #ff3636;
        border-color: #ff3636;
    }

    .btn-danger.btn-simple {
        color: #ff3636;
        border-color: #ff3636;
    }

        .btn-danger.btn-simple:active,
        .btn-danger.btn-simple:focus,
        .btn-danger.btn-simple:hover {
            background-color: transparent;
            color: #f55;
            border-color: #f55;
            box-shadow: none;
        }

    .btn-danger.btn-link {
        color: #ff3636;
    }

        .btn-danger.btn-link:active,
        .btn-danger.btn-link:focus,
        .btn-danger.btn-link:hover {
            background-color: transparent;
            color: #f55;
            text-decoration: none;
            box-shadow: none;
        }

.btn-neutral {
    background-color: #fff;
    color: #f96332;
}

    .btn-neutral.active,
    .btn-neutral.active:focus,
    .btn-neutral.active:hover,
    .btn-neutral:active,
    .btn-neutral:active:focus,
    .btn-neutral:active:hover,
    .btn-neutral:focus,
    .btn-neutral:hover,
    .show > .btn-neutral.dropdown-toggle,
    .show > .btn-neutral.dropdown-toggle:focus,
    .show > .btn-neutral.dropdown-toggle:hover {
        background-color: #fff;
        color: #fff;
        box-shadow: none;
    }

    .btn-neutral:hover {
        box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
    }

    .btn-neutral.disabled,
    .btn-neutral.disabled.active,
    .btn-neutral.disabled.focus,
    .btn-neutral.disabled:active,
    .btn-neutral.disabled:focus,
    .btn-neutral.disabled:hover,
    .btn-neutral:disabled,
    .btn-neutral:disabled.active,
    .btn-neutral:disabled.focus,
    .btn-neutral:disabled:active,
    .btn-neutral:disabled:focus,
    .btn-neutral:disabled:hover,
    .btn-neutral[disabled],
    .btn-neutral[disabled].active,
    .btn-neutral[disabled].focus,
    .btn-neutral[disabled]:active,
    .btn-neutral[disabled]:focus,
    .btn-neutral[disabled]:hover,
    fieldset[disabled] .btn-neutral,
    fieldset[disabled] .btn-neutral.active,
    fieldset[disabled] .btn-neutral.focus,
    fieldset[disabled] .btn-neutral:active,
    fieldset[disabled] .btn-neutral:focus,
    fieldset[disabled] .btn-neutral:hover {
        background-color: #fff;
        border-color: #fff;
    }

    .btn-neutral.btn-danger {
        color: #ff3636;
    }

        .btn-neutral.btn-danger:active,
        .btn-neutral.btn-danger:focus,
        .btn-neutral.btn-danger:hover {
            color: #f55;
        }

    .btn-neutral.btn-info {
        color: #2ca8ff;
    }

        .btn-neutral.btn-info:active,
        .btn-neutral.btn-info:focus,
        .btn-neutral.btn-info:hover {
            color: #4bb5ff;
        }

    .btn-neutral.btn-warning {
        color: #ffb236;
    }

        .btn-neutral.btn-warning:active,
        .btn-neutral.btn-warning:focus,
        .btn-neutral.btn-warning:hover {
            color: #ffbe55;
        }

    .btn-neutral.btn-success {
        color: #18ce0f;
    }

        .btn-neutral.btn-success:active,
        .btn-neutral.btn-success:focus,
        .btn-neutral.btn-success:hover {
            color: #1beb11;
        }

    .btn-neutral.btn-default {
        color: #888;
    }

        .btn-neutral.btn-default:active,
        .btn-neutral.btn-default:focus,
        .btn-neutral.btn-default:hover {
            color: #979797;
        }

    .btn-neutral.active,
    .btn-neutral.active:focus,
    .btn-neutral.active:hover,
    .btn-neutral:active,
    .btn-neutral:active:focus,
    .btn-neutral:active:hover,
    .show > .btn-neutral.dropdown-toggle,
    .show > .btn-neutral.dropdown-toggle:focus,
    .show > .btn-neutral.dropdown-toggle:hover {
        background-color: #fff;
        color: #fa7a50;
        box-shadow: none;
    }

    .btn-neutral:focus,
    .btn-neutral:hover {
        color: #fa7a50;
    }

        .btn-neutral:focus:not(.nav-link),
        .btn-neutral:hover:not(.nav-link) {
            box-shadow: none;
        }

    .btn-neutral.btn-simple {
        color: #fff;
        border-color: #fff;
    }

        .btn-neutral.btn-simple:active,
        .btn-neutral.btn-simple:focus,
        .btn-neutral.btn-simple:hover {
            background-color: transparent;
            color: #fff;
            border-color: #fff;
            box-shadow: none;
        }

    .btn-neutral.btn-link {
        color: #fff;
    }

        .btn-neutral.btn-link:active,
        .btn-neutral.btn-link:focus,
        .btn-neutral.btn-link:hover {
            background-color: transparent;
            color: #fff;
            text-decoration: none;
            box-shadow: none;
        }

.btn.disabled,
.btn:disabled,
.btn[disabled] {
    opacity: 0.5;
}

.btn-round {
    border-width: 1px;
    border-radius: 30px !important;
    padding: 11px 23px;
}

    .btn-round.btn-simple {
        padding: 10px 22px;
    }

.btn-simple {
    border: 1px solid;
    border-color: #888;
    padding: 9px 22px;
    background-color: transparent;
}

    .btn-link.disabled,
    .btn-link.disabled.active,
    .btn-link.disabled.focus,
    .btn-link.disabled:active,
    .btn-link.disabled:focus,
    .btn-link.disabled:hover,
    .btn-link:disabled,
    .btn-link:disabled.active,
    .btn-link:disabled.focus,
    .btn-link:disabled:active,
    .btn-link:disabled:focus,
    .btn-link:disabled:hover,
    .btn-link[disabled],
    .btn-link[disabled].active,
    .btn-link[disabled].focus,
    .btn-link[disabled]:active,
    .btn-link[disabled]:focus,
    .btn-link[disabled]:hover,
    .btn-simple.disabled,
    .btn-simple.disabled.active,
    .btn-simple.disabled.focus,
    .btn-simple.disabled:active,
    .btn-simple.disabled:focus,
    .btn-simple.disabled:hover,
    .btn-simple:disabled,
    .btn-simple:disabled.active,
    .btn-simple:disabled.focus,
    .btn-simple:disabled:active,
    .btn-simple:disabled:focus,
    .btn-simple:disabled:hover,
    .btn-simple[disabled],
    .btn-simple[disabled].active,
    .btn-simple[disabled].focus,
    .btn-simple[disabled]:active,
    .btn-simple[disabled]:focus,
    .btn-simple[disabled]:hover,
    fieldset[disabled] .btn-link,
    fieldset[disabled] .btn-link.active,
    fieldset[disabled] .btn-link.focus,
    fieldset[disabled] .btn-link:active,
    fieldset[disabled] .btn-link:focus,
    fieldset[disabled] .btn-link:hover,
    fieldset[disabled] .btn-simple,
    fieldset[disabled] .btn-simple.active,
    fieldset[disabled] .btn-simple.focus,
    fieldset[disabled] .btn-simple:active,
    fieldset[disabled] .btn-simple:focus,
    fieldset[disabled] .btn-simple:hover {
        background-color: transparent;
    }

.btn-lg {
    font-size: 1em;
    border-radius: 0.25rem;
    padding: 15px 48px;
}

    .btn-lg.btn-simple {
        padding: 14px 47px;
    }

.btn-sm {
    font-size: 13px;
    border-radius: 0.1875rem;
    padding: 5px 15px;
}

    .btn-sm.btn-simple {
        padding: 4px 14px;
    }

.btn-link {
    border: 0;
    padding: 0.5rem 0.7rem;
    background-color: transparent;
}

.btn-wd {
    min-width: 140px;
}

.btn-group.select {
    width: 100%;
}

    .btn-group.select .btn {
        text-align: left;
    }

    .btn-group.select .caret {
        position: absolute;
        top: 50%;
        margin-top: -1px;
        right: 8px;
    }*/

/*.form-control::-moz-placeholder {
    color: #ddd;
    opacity: 1;
    font-size: 13px;
}

.form-control:-moz-placeholder {
    color: #ddd;
    opacity: 1;
    font-size: 13px;
}

.form-control::-webkit-input-placeholder {
    color: #ddd;
    opacity: 1;
    font-size: 13px;
}

.form-control:-ms-input-placeholder {
    color: #ddd;
    opacity: 1;
    font-size: 13px;
}

.form-control {
    background-color: transparent;
    border: 1px solid #acc4d8;
    border-radius: 30px;
    color: #2c2c2c;
    line-height: normal;
    font-size: 0.8571em;
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    border: 1px solid #18ce0f;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
    color: #2c2c2c;
}

    .form-control:focus + .input-group-addon,
    .form-control:focus ~ .input-group-addon {
        border: 1px solid #f96332;
        border-left: none;
        background-color: transparent;
    }*/

.has-success .form-control {
    border-color: #e3e3e3;
}

    .has-error .form-control,
    .has-error .form-control:focus,
    .has-success .form-control,
    .has-success .form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .has-success .form-control:focus {
            border-color: #1be611;
        }

        .has-danger .form-control.form-control-danger,
        .has-danger .form-control.form-control-success,
        .has-success .form-control.form-control-danger,
        .has-success .form-control.form-control-success {
            background-image: none;
        }

.has-danger .form-control {
    border-color: #ffcfcf;
    color: #ff3636;
    background-color: rgba(222, 222, 222, 0.1);
}

    .has-danger .form-control:focus {
        background-color: #fff;
    }

.form-control + .form-control-feedback {
    border-radius: 0.25rem;
    font-size: 14px;
    margin-top: 0;
    position: absolute;
    left: 18px;
    bottom: -20px;
    vertical-align: middle;
}

.open .form-control {
    border-radius: 0.25rem 0.25rem 0 0;
    border-bottom-color: transparent;
}

.form-control + .input-group-addon {
    background-color: #fff;
}

.has-danger:after,
.has-success:after {
    font-family: "Nucleo Outline";
    content: "\ea22";
    display: inline-block;
    position: absolute;
    right: 15px;
    bottom: 10px;
    color: #18ce0f;
    font-size: 11px;
}

.has-danger.input-lg:after,
.has-success.input-lg:after {
    font-size: 13px;
    top: 13px;
}

.has-danger:after {
    content: "\ea53";
    color: #ff3636;
}

.form-group.form-group-no-border.input-lg .input-group-addon,
.input-group.form-group-no-border.input-lg .input-group-addon {
    padding: 15px 0 15px 19px;
}

.form-group.form-group-no-border.input-lg .form-control,
.input-group.form-group-no-border.input-lg .form-control {
    padding: 15px 19px;
}

    .form-group.form-group-no-border.input-lg .form-control + .input-group-addon,
    .input-group.form-group-no-border.input-lg .form-control + .input-group-addon {
        padding: 15px 19px 15px 0;
    }

.form-group.input-lg .form-control,
.input-group.input-lg .form-control {
    padding: 14px 18px;
}

    .form-group.input-lg .form-control + .input-group-addon,
    .input-group.input-lg .form-control + .input-group-addon {
        padding: 14px 18px 14px 0;
    }

.form-group.input-lg .input-group-addon,
.input-group.input-lg .input-group-addon {
    padding: 14px 0 15px 18px;
}

    .form-group.input-lg .input-group-addon + .form-control,
    .input-group.input-lg .input-group-addon + .form-control {
        padding: 15px 18px 15px 16px;
    }

.form-group.form-group-no-border .form-control,
.input-group.form-group-no-border .form-control {
    padding: 11px 19px;
}

    .form-group.form-group-no-border .form-control + .input-group-addon,
    .input-group.form-group-no-border .form-control + .input-group-addon {
        padding: 11px 19px 11px 0;
    }

.form-group.form-group-no-border .input-group-addon,
.input-group.form-group-no-border .input-group-addon {
    padding: 11px 0 11px 19px;
}

::placeholder {
    color: var(--theme-bg-menu) !important;
}

::-ms-input-placeholder { /* Edge 12 -18 */
    color: var(--theme-bg-menu) !important;
}

.form-group .form-control,
.input-group .form-control {
    border: 1px solid var(--theme-bg-menu) !important;
}

    .form-group .form-control:focus,
    .input-group .form-control:focus {
        border-color: #03a9f4;
        box-shadow: 0 0 6px -3px #03a9f4;
    }

.form-group > label:first-child,
.input-group > label:first-child {
    list-style: none;
    text-align: left;
    display: block;
    box-sizing: border-box;
    line-height: 15px;
    padding: 0 2px;
    background-color: #eee;
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: top;
    background: #fff;
    border: none;
    font-size: 12px;
    text-transform: none;
    margin: -1px 0 0 0;
    color: #423f3f;
    font-weight: 500;
    position: absolute;
    top: -6px;
    left: 10px;
    z-index: 1;
    /*z-index: 1018;*/
    width: auto;
    display: flex;
    text-transform: capitalize;
}

.form-group.isCheckbox > label:first-child,
.input-group.isCheckbox > label:first-child {
    left: 40px;
}

.form-group .form-control + .input-group-addon,
.input-group .form-control + .input-group-addon {
    padding: 10px 18px 10px 0;
}

.form-group .input-group-addon,
.input-group .input-group-addon {
    padding: 10px 0 10px 18px;
}

    .form-group .input-group-addon + .form-control,
    .form-group .input-group-addon ~ .form-control,
    .input-group .input-group-addon + .form-control,
    .input-group .input-group-addon ~ .form-control {
        padding: 10px 19px 11px 16px;
    }

.form-group.form-group-no-border .form-control,
.form-group.form-group-no-border .form-control + .input-group-addon,
.input-group.form-group-no-border .form-control,
.input-group.form-group-no-border .form-control + .input-group-addon {
    background-color: rgba(222, 222, 222, 0.3);
    border: medium none;
}

    .form-group.form-group-no-border .form-control + .input-group-addon:active,
    .form-group.form-group-no-border .form-control + .input-group-addon:focus,
    .form-group.form-group-no-border .form-control:active,
    .form-group.form-group-no-border .form-control:focus,
    .input-group.form-group-no-border .form-control + .input-group-addon:active,
    .input-group.form-group-no-border .form-control + .input-group-addon:focus,
    .input-group.form-group-no-border .form-control:active,
    .input-group.form-group-no-border .form-control:focus {
        border: medium none;
        background-color: rgba(222, 222, 222, 0.5);
    }

        .form-group.form-group-no-border .form-control:focus + .input-group-addon,
        .input-group.form-group-no-border .form-control:focus + .input-group-addon {
            background-color: rgba(222, 222, 222, 0.5);
        }

.form-group.form-group-no-border .input-group-addon,
.input-group.form-group-no-border .input-group-addon {
    background-color: rgba(222, 222, 222, 0.3);
    border: none;
}

.has-error .control-label,
.has-error .form-control-feedback {
    color: #ff3636;
}

.has-success .control-label,
.has-success .form-control-feedback {
    color: #18ce0f;
}

.input-group-addon {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 30px;
    color: #555;
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.has-danger .input-group-addon,
.has-success .input-group-addon {
    background-color: #fff;
}

.has-danger .form-control:focus + .input-group-addon {
    color: #ff3636;
}

.has-success .form-control:focus + .input-group-addon {
    color: #18ce0f;
}

.input-group-addon + .form-control,
.input-group-addon ~ .form-control {
    padding-left: 18px;
}

.input-group-addon i {
    width: 17px;
}

.input-group-focus .input-group-addon {
    background-color: #fff;
    border-color: #f96332;
}

.input-group-focus.form-group-no-border .input-group-addon {
    background-color: rgba(222, 222, 222, 0.5);
}

/*.form-group,
.input-group {
    margin-bottom: 15px;
}*/

.input-group[disabled] .input-group-addon {
    background-color: #e3e3e3;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-right: 0 none;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .dropdown-toggle {
    border-left: 0 none;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #e3e3e3;
    color: #888;
    cursor: not-allowed;
}

.input-group-btn .btn {
    border-width: 1px;
    padding: 11px 0.7rem;
}

.input-group-btn .btn-default:not(.btn-fill) {
    border-color: #ddd;
}

.input-group-btn:last-child > .btn {
    margin-left: 0;
}



.has-danger.form-group .form-control,
.has-danger.form-group.form-group-no-border .form-control,
.has-success.form-group .form-control,
.has-success.form-group.form-group-no-border .form-control {
    padding-right: 40px;
}

.form-group {
    position: relative;
    min-height: 36px;
    display: flex;
    align-items: center;
}

    .form-group.has-danger,
    .form-group.has-error {
        margin-bottom: 20px;
    }

.checkbox,
.radio {
    margin-bottom: 12px;
}

    .checkbox label,
    .radio label {
        display: inline-block;
        position: relative;
        cursor: pointer;
        padding-left: 35px;
        line-height: 26px;
        margin-bottom: 0;
    }

    .radio label {
        padding-left: 28px;
    }

    .checkbox label::after,
    .checkbox label::before {
        content: " ";
        display: inline-block;
        position: absolute;
        width: 26px;
        height: 26px;
        left: 0;
        cursor: pointer;
        border-radius: 3px;
        top: 0;
        background-color: transparent;
        border: 1px solid #e3e3e3;
        -webkit-transition: opacity 0.3s linear;
        -moz-transition: opacity 0.3s linear;
        -o-transition: opacity 0.3s linear;
        -ms-transition: opacity 0.3s linear;
        transition: opacity 0.3s linear;
    }

    .checkbox label::after {
        font-family: "Nucleo Outline";
        content: "\ea22";
        top: 0;
        text-align: center;
        font-size: 14px;
        opacity: 0;
        color: #555;
        border: 0;
        background-color: inherit;
    }

    .checkbox input[type="checkbox"],
    .radio input[type="radio"] {
        opacity: 0;
        position: absolute;
        visibility: hidden;
    }

        .checkbox input[type="checkbox"]:checked + label::after {
            opacity: 1;
        }

        .checkbox input[type="checkbox"]:disabled + label,
        .radio input[type="radio"]:disabled + label {
            color: #9a9a9a;
            opacity: 0.5;
        }

            .checkbox input[type="checkbox"]:disabled + label::after,
            .checkbox input[type="checkbox"]:disabled + label::before {
                cursor: not-allowed;
            }

        .checkbox input[type="checkbox"]:disabled + label,
        .radio input[type="radio"]:disabled + label {
            cursor: not-allowed;
        }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.radio label::after,
.radio label::before {
    content: " ";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #e3e3e3;
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 3px;
    padding: 1px;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.radio input[type="radio"],
.radio input[type="radio"] + label:after {
    opacity: 0;
}

    .radio input[type="radio"]:checked + label::after {
        width: 4px;
        height: 4px;
        background-color: #555;
        border-color: #555;
        top: 11px;
        left: 11px;
        opacity: 1;
    }

    .radio input[type="radio"]:checked + label::after {
        opacity: 1;
    }

    .radio input[type="radio"]:disabled + label {
        color: #9a9a9a;
    }

        .radio input[type="radio"]:disabled + label::after,
        .radio input[type="radio"]:disabled + label::before {
            color: #9a9a9a;
        }

.radio.radio-inline {
    margin-top: 0;
}

.progress-container {
    position: relative;
}

    .progress-container + .progress-container,
    .progress-container ~ .progress-container {
        margin-top: 15px;
    }

    .progress-container .progress-badge {
        color: #888;
        font-size: 0.8571em;
        text-transform: uppercase;
    }

    .progress-container .progress {
        height: 1px;
        border-radius: 0;
        box-shadow: none;
        background: rgba(222, 222, 222, 0.8);
        margin-top: 14px;
    }

        .progress-container .progress .progress-bar {
            box-shadow: none;
            background-color: #888;
        }

        .progress-container .progress .progress-value {
            position: absolute;
            top: 2px;
            right: 0;
            color: #888;
            font-size: 0.8571em;
        }

    .progress-container.progress-neutral .progress {
        background: rgba(255, 255, 255, 0.3);
    }

    .progress-container.progress-neutral .progress-bar {
        background: #fff;
    }

    .progress-container.progress-neutral .progress-badge,
    .progress-container.progress-neutral .progress-value {
        color: #fff;
    }

    .progress-container.progress-primary .progress {
        background: rgba(249, 99, 50, 0.3);
    }

    .progress-container.progress-primary .progress-bar {
        background: #f96332;
    }

    .progress-container.progress-primary .progress-badge,
    .progress-container.progress-primary .progress-value {
        color: #f96332;
    }

    .progress-container.progress-info .progress {
        background: rgba(44, 168, 255, 0.3);
    }

    .progress-container.progress-info .progress-bar {
        background: #2ca8ff;
    }

    .progress-container.progress-info .progress-badge,
    .progress-container.progress-info .progress-value {
        color: #2ca8ff;
    }

    .progress-container.progress-success .progress {
        background: rgba(24, 206, 15, 0.3);
    }

    .progress-container.progress-success .progress-bar {
        background: #18ce0f;
    }

    .progress-container.progress-success .progress-badge,
    .progress-container.progress-success .progress-value {
        color: #18ce0f;
    }

    .progress-container.progress-warning .progress {
        background: rgba(255, 178, 54, 0.3);
    }

    .progress-container.progress-warning .progress-bar {
        background: #ffb236;
    }

    .progress-container.progress-warning .progress-badge,
    .progress-container.progress-warning .progress-value {
        color: #ffb236;
    }

    .progress-container.progress-danger .progress {
        background: rgba(255, 54, 54, 0.3);
    }

    .progress-container.progress-danger .progress-bar {
        background: #ff3636;
    }

    .progress-container.progress-danger .progress-badge,
    .progress-container.progress-danger .progress-value {
        color: #ff3636;
    }

.badge {
    padding: 4px 8px;
    text-transform: uppercase;
    font-size: 0.7142em;
    line-height: 12px;
    background-color: transparent;
    border: 1px solid;
    border-radius: 0.875rem;
}

.badge-icon {
    padding: 0.4em 0.55em;
}

    .badge-icon i {
        font-size: 0.8em;
    }

.badge-default {
    border-color: #888;
    color: #888;
}

.badge-primary {
    border-color: #f96332;
    color: #f96332;
}

.badge-info {
    border-color: #2ca8ff;
    color: #2ca8ff;
}

.badge-success {
    border-color: #18ce0f;
    color: #18ce0f;
}

.badge-warning {
    border-color: #ffb236;
    color: #ffb236;
}

.badge-danger {
    border-color: #ff3636;
    color: #ff3636;
}

.badge-neutral {
    border-color: #fff;
    color: #fff;
}

.pagination .page-item .page-link {
    border: 0;
    border-radius: 30px !important;
    transition: all 0.3s;
    padding: 0 11px;
    margin: 0 3px;
    min-width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #2c2c2c;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    background: 0 0;
}

    .pagination .page-item .page-link:focus,
    .pagination .page-item .page-link:hover {
        color: #2c2c2c;
        background-color: rgba(222, 222, 222, 0.3);
        border: none;
    }

.pagination .arrow-margin-left,
.pagination .arrow-margin-right {
    position: absolute;
}

.pagination .arrow-margin-right {
    right: 0;
}

.pagination .arrow-margin-left {
    left: 0;
}

.pagination .page-item.active > .page-link {
    color: #e3e3e3;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.2);
}

    .pagination .page-item.active > .page-link,
    .pagination .page-item.active > .page-link:focus,
    .pagination .page-item.active > .page-link:hover {
        background-color: #888;
        border-color: #888;
        color: #fff;
    }

.pagination .page-item.disabled > .page-link {
    opacity: 0.5;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.pagination.pagination-info .page-item.active > .page-link,
.pagination.pagination-info .page-item.active > .page-link:focus,
.pagination.pagination-info .page-item.active > .page-link:hover {
    background-color: #2ca8ff;
    border-color: #2ca8ff;
}

.pagination.pagination-success .page-item.active > .page-link,
.pagination.pagination-success .page-item.active > .page-link:focus,
.pagination.pagination-success .page-item.active > .page-link:hover {
    background-color: #18ce0f;
    border-color: #18ce0f;
}

.pagination.pagination-primary .page-item.active > .page-link,
.pagination.pagination-primary .page-item.active > .page-link:focus,
.pagination.pagination-primary .page-item.active > .page-link:hover {
    background-color: #f96332;
    border-color: #f96332;
}

.pagination.pagination-warning .page-item.active > .page-link,
.pagination.pagination-warning .page-item.active > .page-link:focus,
.pagination.pagination-warning .page-item.active > .page-link:hover {
    background-color: #ffb236;
    border-color: #ffb236;
}

.pagination.pagination-danger .page-item.active > .page-link,
.pagination.pagination-danger .page-item.active > .page-link:focus,
.pagination.pagination-danger .page-item.active > .page-link:hover {
    background-color: #ff3636;
    border-color: #ff3636;
}

.pagination.pagination-neutral .page-item > .page-link {
    color: #fff;
}

    .pagination.pagination-neutral .page-item > .page-link:focus,
    .pagination.pagination-neutral .page-item > .page-link:hover {
        background-color: rgba(255, 255, 255, 0.2);
        color: #fff;
    }

.pagination.pagination-neutral .page-item.active > .page-link,
.pagination.pagination-neutral .page-item.active > .page-link:focus,
.pagination.pagination-neutral .page-item.active > .page-link:hover {
    background-color: #fff;
    border-color: #fff;
    color: #f96332;
}

/*button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    outline: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

small {
    font-size: 60%;
}

a {
    color: #f96332;
}

    a:focus,
    a:hover {
        color: #f96332;
    }

.h1,
h1 {
    font-size: 3.5em;
    line-height: 1.15;
    margin-bottom: 30px;
}

    .h1 small,
    h1 small {
        font-weight: 700;
        text-transform: uppercase;
        opacity: 0.8;
    }

.h2,
h2 {
    font-size: 2.5em;
    margin-bottom: 30px;
}

.h3,
h3 {
    font-size: 2em;
    margin-bottom: 30px;
    line-height: 1.4em;
}

.h4,
h4 {
    font-size: 1.714em;
    line-height: 1.45em;
    margin-top: 30px;
    margin-bottom: 15px;
}

    .h4 + .category,
    .h4.title + .category,
    h4 + .category,
    h4.title + .category {
        margin-top: -10px;
    }

.h5,
h5 {
    font-size: 1.57em;
    line-height: 1.4em;
    margin-bottom: 15px;
}

.h6,
h6 {
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
}

p {
    line-height: 1.61em;
}*/

.description p,
p.description {
    font-size: 1.14em;
}

.title {
    font-weight: 700;
}

    .title.title-up {
        text-transform: uppercase;
    }

        .title.title-up a {
            color: #2c2c2c;
            text-decoration: none;
        }

    .title + .category {
        margin-top: -25px;
    }

.card-description,
.description,
.footer-big p {
    color: #9a9a9a;
    font-weight: 300;
}

.category {
    text-transform: uppercase;
    font-weight: 700;
    color: #9a9a9a;
}

.text-primary {
    color: #f96332 !important;
}

.text-info {
    color: #2ca8ff !important;
}

.text-success {
    color: #18ce0f !important;
}

.text-warning {
    color: #ffb236 !important;
}

.text-danger {
    color: #ff3636 !important;
}

.text-black {
    color: #444;
}

.blockquote {
    border-left: none;
    border: 1px solid #888;
    padding: 20px;
    font-size: 1.1em;
    line-height: 1.8;
}

    .blockquote small {
        color: #888;
        font-size: 0.8571em;
        text-transform: uppercase;
    }

    .blockquote.blockquote-primary {
        border-color: #f96332;
        color: #f96332;
    }

        .blockquote.blockquote-primary small {
            color: #f96332;
        }

    .blockquote.blockquote-danger {
        border-color: #ff3636;
        color: #ff3636;
    }

        .blockquote.blockquote-danger small {
            color: #ff3636;
        }

    .blockquote.blockquote-white {
        border-color: rgba(255, 255, 255, 0.8);
        color: #fff;
    }

        .blockquote.blockquote-white small {
            color: rgba(255, 255, 255, 0.8);
        }


.main {
    position: relative;
    background: #fff;
}

.nav-item .nav-link,
.nav-pills .nav-link,
.nav-tabs .nav-link,
.navbar {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.bootstrap-switch-label:before,
.dropdown-toggle:after {
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    -o-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
}

.dropdown-toggle[aria-expanded="true"]:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.button-bar {
    display: block;
    position: relative;
    width: 22px;
    height: 1px;
    border-radius: 1px;
    background: #fff;
}

    .button-bar + .button-bar {
        margin-top: 7px;
    }

    .button-bar:nth-child(2) {
        width: 17px;
    }

.open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}

.separator {
    height: 2px;
    width: 44px;
    background-color: #888;
    margin: 20px auto;
}

    .separator.separator-primary {
        background-color: #f96332;
    }

.nav-pills .nav-item .nav-link {
    padding: 0 15.5px;
    text-align: center;
    height: 60px;
    width: 60px;
    font-weight: 400;
    color: #9a9a9a;
    margin-right: 19px;
    background-color: rgba(222, 222, 222, 0.3);
    border-radius: 30px;
}

    .nav-pills .nav-item .nav-link:hover {
        background-color: rgba(222, 222, 222, 0.3);
    }

    .nav-pills .nav-item .nav-link.active,
    .nav-pills .nav-item .nav-link.active:focus,
    .nav-pills .nav-item .nav-link.active:hover {
        background-color: #9a9a9a;
        color: #fff;
        box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.3);
    }

    .nav-pills .nav-item .nav-link.disabled,
    .nav-pills .nav-item .nav-link:disabled,
    .nav-pills .nav-item .nav-link[disabled] {
        opacity: 0.5;
    }

.nav-pills .nav-item i {
    display: block;
    font-size: 20px;
    line-height: 60px;
}

.nav-pills.nav-pills-neutral .nav-item .nav-link {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

    .nav-pills.nav-pills-neutral .nav-item .nav-link.active,
    .nav-pills.nav-pills-neutral .nav-item .nav-link.active:focus,
    .nav-pills.nav-pills-neutral .nav-item .nav-link.active:hover {
        background-color: #fff;
        color: #f96332;
    }

.nav-pills.nav-pills-primary .nav-item .nav-link.active,
.nav-pills.nav-pills-primary .nav-item .nav-link.active:focus,
.nav-pills.nav-pills-primary .nav-item .nav-link.active:hover {
    background-color: #f96332;
}

.nav-pills.nav-pills-info .nav-item .nav-link.active,
.nav-pills.nav-pills-info .nav-item .nav-link.active:focus,
.nav-pills.nav-pills-info .nav-item .nav-link.active:hover {
    background-color: #2ca8ff;
}

.nav-pills.nav-pills-success .nav-item .nav-link.active,
.nav-pills.nav-pills-success .nav-item .nav-link.active:focus,
.nav-pills.nav-pills-success .nav-item .nav-link.active:hover {
    background-color: #18ce0f;
}

.nav-pills.nav-pills-warning .nav-item .nav-link.active,
.nav-pills.nav-pills-warning .nav-item .nav-link.active:focus,
.nav-pills.nav-pills-warning .nav-item .nav-link.active:hover {
    background-color: #ffb236;
}

.nav-pills.nav-pills-danger .nav-item .nav-link.active,
.nav-pills.nav-pills-danger .nav-item .nav-link.active:focus,
.nav-pills.nav-pills-danger .nav-item .nav-link.active:hover {
    background-color: #ff3636;
}

.tab-space {
    padding: 20px 0 50px 0;
}

.nav-align-center {
    text-align: center;
}

    .nav-align-center .nav-pills {
        display: inline-flex;
    }

.btn-twitter {
    color: #55acee;
}

    .btn-twitter:active,
    .btn-twitter:focus,
    .btn-twitter:hover {
        color: #3ea1ec;
    }

.btn-facebook {
    color: #3b5998;
}

    .btn-facebook:active,
    .btn-facebook:focus,
    .btn-facebook:hover {
        color: #344e86;
    }

.btn-google {
    color: #dd4b39;
}

    .btn-google:active,
    .btn-google:focus,
    .btn-google:hover {
        color: #d73925;
    }

.btn-linkedin {
    color: #0077b5;
}

    .btn-linkedin:active,
    .btn-linkedin:focus,
    .btn-linkedin:hover {
        color: #00669c;
    }





.navbar a:not(.btn):not(.dropdown-item) {
    color: #fff;
}

.navbar p {
    display: inline-block;
    margin: 0;
    line-height: 21px;
}

.navbar .navbar-nav.navbar-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 49px;
    top: -4px;
}

.navbar .navbar-nav .nav-link.btn {
    padding: 11px 22px;
}

    .navbar .navbar-nav .nav-link.btn.btn-lg {
        padding: 15px 48px;
    }

    .navbar .navbar-nav .nav-link.btn.btn-sm {
        padding: 5px 15px;
    }

.navbar .navbar-nav .nav-link:not(.btn) {
    /*text-transform:uppercase;font-size:.7142em;padding:.5rem .7rem;line-height:1.625rem*/
}

    .navbar .navbar-nav .nav-link:not(.btn) i.fa + p,
    .navbar .navbar-nav .nav-link:not(.btn) i.now-ui-icons + p {
        margin-left: 5px;
    }

    .navbar .navbar-nav .nav-link:not(.btn) i.fa,
    .navbar .navbar-nav .nav-link:not(.btn) i.now-ui-icons {
        font-size: 18px;
        position: relative;
        top: 2px;
        text-align: center;
        width: 21px;
    }

    .navbar .navbar-nav .nav-link:not(.btn) i.now-ui-icons {
        top: 4px;
        font-size: 16px;
    }

    .navbar .navbar-nav .nav-link:not(.btn).profile-photo .profile-photo-small {
        width: 27px;
        height: 27px;
    }

    .navbar .navbar-nav .nav-link:not(.btn).disabled {
        opacity: 0.5;
        color: #fff;
    }

.navbar .navbar-nav .nav-item .nav-link:not(.btn):active,
.navbar .navbar-nav .nav-item .nav-link:not(.btn):focus,
.navbar .navbar-nav .nav-item .nav-link:not(.btn):hover,
.navbar .navbar-nav .nav-item.active .nav-link:not(.btn) {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0.1875rem;
}

.navbar .logo-container {
    width: 27px;
    height: 27px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid transparent;
}

.navbar .navbar-brand {
    position: relative;
    color: inherit;
    height: 60px;
    font-size: 1.125rem;
    line-height: 30px;
    padding: 0;
    display: inline-flex;
    align-items: center;
}

.navbar .navbar-toggler {
    width: 37px;
    height: 27px;
    outline: 0;
    cursor: pointer;
}

    .navbar .navbar-toggler.navbar-toggler-left {
        position: relative;
        left: 0;
        padding-left: 0;
    }

    .navbar .navbar-toggler:hover .navbar-toggler-bar.bar2 {
        width: 22px;
    }

.navbar .button-dropdown .navbar-toggler-bar:nth-child(2) {
    width: 17px;
}

.navbar.navbar-transparent {
    background-color: transparent !important;
    box-shadow: none;
    color: #fff;
    padding-top: 20px;
}

.navbar.bg-white:not(.navbar-transparent) a:not(.dropdown-item) {
    color: #888;
}

    .navbar.bg-white:not(.navbar-transparent) a:not(.dropdown-item).disabled {
        opacity: 0.5;
        color: #888;
    }

.navbar.bg-white:not(.navbar-transparent) .button-bar {
    background: #888;
}

.navbar.bg-white:not(.navbar-transparent) .nav-item .nav-link:not(.btn):active,
.navbar.bg-white:not(.navbar-transparent) .nav-item .nav-link:not(.btn):focus,
.navbar.bg-white:not(.navbar-transparent) .nav-item .nav-link:not(.btn):hover,
.navbar.bg-white:not(.navbar-transparent) .nav-item.active .nav-link:not(.btn) {
    background-color: rgba(222, 222, 222, 0.3);
}

.navbar.bg-white:not(.navbar-transparent) .logo-container {
    border: 1px solid #888;
}

.bg-default {
    background-color: #888 !important;
}

.bg-primary {
    background-color: #f96332 !important;
}

.bg-info {
    background-color: #2ca8ff !important;
}

.bg-success {
    background-color: #18ce0f !important;
}

.bg-danger {
    background-color: #ff3636 !important;
}

.bg-warning {
    background-color: #ffb236 !important;
}

.bg-white {
    background-color: #fff !important;
}

.dropdown-menu {
    border: 0;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
    border-radius: 0.125rem;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
}

.dropdown .dropdown-menu {
    -webkit-transform: translate3d(0, -25px, 0);
    -moz-transform: translate3d(0, -25px, 0);
    -o-transform: translate3d(0, -25px, 0);
    -ms-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    visibility: hidden;
    display: block;
    opacity: 0;
}

.clsImpLinks {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
}

    .clsImpLinks.dropdown-menu {
        min-width: 30rem;
    }

    .clsImpLinks .dropdown-item {
        width: 50% !important;
    }

.dropdown-menu.open,
.dropdown.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.navbar .dropdown.show .dropdown-menu {
    -webkit-transform: translate3d(0, 7px, 0);
    -moz-transform: translate3d(0, 7px, 0);
    -o-transform: translate3d(0, 7px, 0);
    -ms-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
}

.dropdown-menu.dropdown-menu-right:before {
    left: auto;
    right: 10px;
}

.dropdown-menu:before {
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    vertical-align: middle;
    content: "";
    top: -5px;
    left: 10px;
    right: auto;
    color: #fff;
    border-bottom: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-left: 0.4em solid transparent;
}

.dropdown-menu .dropdown-item {
    /*font-size: 0.8571em;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;*/
    color: #6e6b7b;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
}


    .dropdown-menu .dropdown-item > i {
        font-size: 18px;
        margin-right: 10px;
    }

    .dropdown-menu .dropdown-item:focus,
    .dropdown-menu .dropdown-item:hover {
        background-color: rgba(222, 222, 222, 0.3);
        color: var(--theme-color);
    }

.dropdown-menu .dropdown-divider {
    background-color: rgba(222, 222, 222, 0.5);
}

/*.dropdown-menu .dropdown-header:not([href]):not([tabindex]) {
    color: rgba(182, 182, 182, 0.6);
    font-size: 0.7142em;
    text-transform: uppercase;
    font-weight: 700;
}

.dropdown-menu.dropdown-primary {
    background-color: #f95823;
}

.dropdown-menu.dropdown-primary:before {
    color: #f95823;
}

.dropdown-menu.dropdown-primary .dropdown-header:not([href]):not([tabindex]) {
    color: rgba(255, 255, 255, 0.8);
}

.dropdown-menu.dropdown-primary .dropdown-item {
    color: #fff;
}

.dropdown-menu.dropdown-primary .dropdown-item:focus,
.dropdown-menu.dropdown-primary .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.dropdown-menu.dropdown-primary .dropdown-divider {
    background-color: rgba(255, 255, 255, 0.2);
}

.dropdown-menu.dropdown-info {
    background-color: #1da2ff;
}

.dropdown-menu.dropdown-info:before {
    color: #1da2ff;
}

.dropdown-menu.dropdown-info .dropdown-header:not([href]):not([tabindex]) {
    color: rgba(255, 255, 255, 0.8);
}

.dropdown-menu.dropdown-info .dropdown-item {
    color: #fff;
}

.dropdown-menu.dropdown-info .dropdown-item:focus,
.dropdown-menu.dropdown-info .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.dropdown-menu.dropdown-info .dropdown-divider {
    background-color: rgba(255, 255, 255, 0.2);
}

.dropdown-menu.dropdown-danger {
    background-color: #ff2727;
}

.dropdown-menu.dropdown-danger:before {
    color: #ff2727;
}

.dropdown-menu.dropdown-danger .dropdown-header:not([href]):not([tabindex]) {
    color: rgba(255, 255, 255, 0.8);
}

.dropdown-menu.dropdown-danger .dropdown-item {
    color: #fff;
}

.dropdown-menu.dropdown-danger .dropdown-item:focus,
.dropdown-menu.dropdown-danger .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.dropdown-menu.dropdown-danger .dropdown-divider {
    background-color: rgba(255, 255, 255, 0.2);
}

.dropdown-menu.dropdown-success {
    background-color: #16c00e;
}

.dropdown-menu.dropdown-success:before {
    color: #16c00e;
}

.dropdown-menu.dropdown-success .dropdown-header:not([href]):not([tabindex]) {
    color: rgba(255, 255, 255, 0.8);
}

.dropdown-menu.dropdown-success .dropdown-item {
    color: #fff;
}

.dropdown-menu.dropdown-success .dropdown-item:focus,
.dropdown-menu.dropdown-success .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.dropdown-menu.dropdown-success .dropdown-divider {
    background-color: rgba(255, 255, 255, 0.2);
}

.dropdown-menu.dropdown-warning {
    background-color: #ffac27;
}

.dropdown-menu.dropdown-warning:before {
    color: #ffac27;
}

.dropdown-menu.dropdown-warning .dropdown-header:not([href]):not([tabindex]) {
    color: rgba(255, 255, 255, 0.8);
}

.dropdown-menu.dropdown-warning .dropdown-item {
    color: #fff;
}

.dropdown-menu.dropdown-warning .dropdown-item:focus,
.dropdown-menu.dropdown-warning .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.dropdown-menu.dropdown-warning .dropdown-divider {
    background-color: rgba(255, 255, 255, 0.2);
}*/



.button-dropdown {
    padding-right: 0.7rem;
    cursor: pointer;
}

    .button-dropdown .dropdown-toggle {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        display: block;
    }

        .button-dropdown .dropdown-toggle:after {
            display: none;
        }

.alert.alert-success {
    background-color: rgba(24, 206, 15, 0.8);
}

.alert.alert-danger {
    background-color: rgba(255, 54, 54, 0.8);
}

.alert.alert-info {
    background-color: rgba(44, 168, 255, 0.8);
}

.alert.alert-primary {
    background-color: rgba(249, 99, 50, 0.8);
}

.alert .alert-icon {
    display: block;
    float: left;
    margin-right: 15px;
    margin-top: -1px;
}

.alert strong {
    text-transform: uppercase;
    font-size: 12px;
}

.alert i.fa,
.alert i.now-ui-icons {
    font-size: 20px;
}

.alert .close._payNow {
    display: flex;
    clear: both;
    width: 90px;
    margin: 0 0 0;
    padding: 2px 10px;
    border: 0;
    text-transform: capitalize;
    color: #fff;
    font-weight: 400;
    background: #bd5502;
    border-radius: 3px;
    line-height: 16px;
    height: 28px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 12px -6px #a54900;
    font-size: 14px;
    letter-spacing: 0.5px;
    position: static;
    transform: none;
}

img {
    max-width: 100%;
}

.img-raised {
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
}

/*.popover {
    font-size: 14px;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
    border: none;
    line-height: 1.7;
    max-width: 240px;
}

.popover.bs-popover-bottom .arrow:before,
.popover.bs-popover-left .arrow:before,
.popover.bs-popover-right .arrow:before,
.popover.bs-popover-top .arrow:before {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.popover .popover-header {
    color: rgba(182, 182, 182, 0.6);
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
    margin-top: 5px;
    border: none;
    background-color: transparent;
}

.popover:before {
    display: none;
}

.popover.bs-tether-element-attached-top:after {
    border-bottom-color: #fff;
    top: -9px;
}

.popover.popover-primary {
    background-color: #f96332;
}

.popover.popover-primary .popover-body {
    color: #fff;
}

.popover.popover-primary.bs-popover-right .arrow:after {
    border-right-color: #f96332;
}

.popover.popover-primary.bs-popover-top .arrow:after {
    border-top-color: #f96332;
}

.popover.popover-primary.bs-popover-bottom .arrow:after {
    border-bottom-color: #f96332;
}

.popover.popover-primary.bs-popover-left .arrow:after {
    border-left-color: #f96332;
}

.popover.popover-primary .popover-header {
    color: #fff;
    opacity: 0.6;
}

.popover.popover-info {
    background-color: #2ca8ff;
}

.popover.popover-info .popover-body {
    color: #fff;
}

.popover.popover-info.bs-popover-right .arrow:after {
    border-right-color: #2ca8ff;
}

.popover.popover-info.bs-popover-top .arrow:after {
    border-top-color: #2ca8ff;
}

.popover.popover-info.bs-popover-bottom .arrow:after {
    border-bottom-color: #2ca8ff;
}

.popover.popover-info.bs-popover-left .arrow:after {
    border-left-color: #2ca8ff;
}

.popover.popover-info .popover-header {
    color: #fff;
    opacity: 0.6;
}

.popover.popover-warning {
    background-color: #ffb236;
}

.popover.popover-warning .popover-body {
    color: #fff;
}

.popover.popover-warning.bs-popover-right .arrow:after {
    border-right-color: #ffb236;
}

.popover.popover-warning.bs-popover-top .arrow:after {
    border-top-color: #ffb236;
}

.popover.popover-warning.bs-popover-bottom .arrow:after {
    border-bottom-color: #ffb236;
}

.popover.popover-warning.bs-popover-left .arrow:after {
    border-left-color: #ffb236;
}

.popover.popover-warning .popover-header {
    color: #fff;
    opacity: 0.6;
}

.popover.popover-danger {
    background-color: #ff3636;
}

.popover.popover-danger .popover-body {
    color: #fff;
}

.popover.popover-danger.bs-popover-right .arrow:after {
    border-right-color: #ff3636;
}

.popover.popover-danger.bs-popover-top .arrow:after {
    border-top-color: #ff3636;
}

.popover.popover-danger.bs-popover-bottom .arrow:after {
    border-bottom-color: #ff3636;
}

.popover.popover-danger.bs-popover-left .arrow:after {
    border-left-color: #ff3636;
}

.popover.popover-danger .popover-header {
    color: #fff;
    opacity: 0.6;
}

.popover.popover-success {
    background-color: #18ce0f;
}

.popover.popover-success .popover-body {
    color: #fff;
}

.popover.popover-success.bs-popover-right .arrow:after {
    border-right-color: #18ce0f;
}

.popover.popover-success.bs-popover-top .arrow:after {
    border-top-color: #18ce0f;
}

.popover.popover-success.bs-popover-bottom .arrow:after {
    border-bottom-color: #18ce0f;
}

.popover.popover-success.bs-popover-left .arrow:after {
    border-left-color: #18ce0f;
}

.popover.popover-success .popover-header {
    color: #fff;
    opacity: 0.6;
}*/

/*.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #fff;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #fff;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #fff;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #fff;
}*/

@font-face {
    font-family: "Nucleo Outline";
    src: url(../fonts/nucleo-outline.eot);
    src: url(../fonts/nucleo-outline.eot) format("embedded-opentype"), url(../fonts/nucleo-outline.woff2) format("woff2"), url(../fonts/nucleo-outline.woff) format("woff"), url(../fonts/nucleo-outline.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

.now-ui-icons {
    display: inline-block;
    font: normal normal normal 14px/1 "Nucleo Outline";
    font-size: inherit;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .now-ui-icons.circle {
        padding: 0.33333333em;
        vertical-align: -16%;
        background-color: #eee;
    }

    .now-ui-icons.circle {
        border-radius: 50%;
    }

.nc-icon-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

    .nc-icon-ul > li {
        position: relative;
    }

        .nc-icon-ul > li > .now-ui-icons {
            position: absolute;
            left: -1.57142857em;
            top: 0.14285714em;
            text-align: center;
        }

            .nc-icon-ul > li > .now-ui-icons.circle {
                top: -0.19047619em;
                left: -1.9047619em;
            }

.now-ui-icons.spin {
    -webkit-animation: nc-icon-spin 2s infinite linear;
    -moz-animation: nc-icon-spin 2s infinite linear;
    animation: nc-icon-spin 2s infinite linear;
}

@-webkit-keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes nc-icon-spin {
    0% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.now-ui-icons.ui-1_check:before {
    content: "\ea22";
}

.now-ui-icons.ui-1_email-85:before {
    content: "\ea2a";
}

.now-ui-icons.arrows-1_cloud-download-93:before {
    content: "\ea21";
}

.now-ui-icons.arrows-1_cloud-upload-94:before {
    content: "\ea24";
}

.now-ui-icons.arrows-1_minimal-down:before {
    content: "\ea39";
}

.now-ui-icons.arrows-1_minimal-left:before {
    content: "\ea3a";
}

.now-ui-icons.arrows-1_minimal-right:before {
    content: "\ea3b";
}

.now-ui-icons.arrows-1_minimal-up:before {
    content: "\ea3c";
}

.now-ui-icons.arrows-1_refresh-69:before {
    content: "\ea44";
}

.now-ui-icons.arrows-1_share-66:before {
    content: "\ea4c";
}

.now-ui-icons.business_badge:before {
    content: "\ea09";
}

.now-ui-icons.business_bank:before {
    content: "\ea0a";
}

.now-ui-icons.business_briefcase-24:before {
    content: "\ea13";
}

.now-ui-icons.business_bulb-63:before {
    content: "\ea15";
}

.now-ui-icons.business_chart-bar-32:before {
    content: "\ea1e";
}

.now-ui-icons.business_chart-pie-36:before {
    content: "\ea1f";
}

.now-ui-icons.business_globe:before {
    content: "\ea2f";
}

.now-ui-icons.business_money-coins:before {
    content: "\ea40";
}

.now-ui-icons.clothes_tie-bow:before {
    content: "\ea5b";
}

.now-ui-icons.design_vector:before {
    content: "\ea61";
}

.now-ui-icons.design_app:before {
    content: "\ea08";
}

.now-ui-icons.design_bullet-list-67:before {
    content: "\ea14";
}

.now-ui-icons.design_image:before {
    content: "\ea33";
}

.now-ui-icons.design_palette:before {
    content: "\ea41";
}

.now-ui-icons.design_scissors:before {
    content: "\ea4a";
}

.now-ui-icons.design-2_html5:before {
    content: "\ea32";
}

.now-ui-icons.design-2_ruler-pencil:before {
    content: "\ea48";
}

.now-ui-icons.emoticons_satisfied:before {
    content: "\ea49";
}

.now-ui-icons.files_box:before {
    content: "\ea12";
}

.now-ui-icons.files_paper:before {
    content: "\ea43";
}

.now-ui-icons.files_single-copy-04:before {
    content: "\ea52";
}

.now-ui-icons.health_ambulance:before {
    content: "\ea07";
}

.now-ui-icons.loader_gear:before {
    content: "\ea4e";
}

.now-ui-icons.loader_refresh:before {
    content: "\ea44";
}

.now-ui-icons.location_bookmark:before {
    content: "\ea10";
}

.now-ui-icons.location_compass-05:before {
    content: "\ea25";
}

.now-ui-icons.location_map-big:before {
    content: "\ea3d";
}

.now-ui-icons.location_pin:before {
    content: "\ea47";
}

.now-ui-icons.location_world:before {
    content: "\ea63";
}

.now-ui-icons.media-1_album:before {
    content: "\ea02";
}

.now-ui-icons.media-1_button-pause:before {
    content: "\ea16";
}

.now-ui-icons.media-1_button-play:before {
    content: "\ea18";
}

.now-ui-icons.media-1_button-power:before {
    content: "\ea19";
}

.now-ui-icons.media-1_camera-compact:before {
    content: "\ea1c";
}

.now-ui-icons.media-2_note-03:before {
    content: "\ea3f";
}

.now-ui-icons.media-2_sound-wave:before {
    content: "\ea57";
}

.now-ui-icons.objects_diamond:before {
    content: "\ea29";
}

.now-ui-icons.objects_globe:before {
    content: "\ea2f";
}

.now-ui-icons.objects_key-25:before {
    content: "\ea38";
}

.now-ui-icons.objects_planet:before {
    content: "\ea46";
}

.now-ui-icons.objects_spaceship:before {
    content: "\ea55";
}

.now-ui-icons.objects_support-17:before {
    content: "\ea56";
}

.now-ui-icons.objects_umbrella-13:before {
    content: "\ea5f";
}

.now-ui-icons.education_agenda-bookmark:before {
    content: "\ea01";
}

.now-ui-icons.education_atom:before {
    content: "\ea0c";
}

.now-ui-icons.education_glasses:before {
    content: "\ea2d";
}

.now-ui-icons.education_hat:before {
    content: "\ea30";
}

.now-ui-icons.education_paper:before {
    content: "\ea42";
}

.now-ui-icons.shopping_bag-16:before {
    content: "\ea0d";
}

.now-ui-icons.shopping_basket:before {
    content: "\ea0b";
}

.now-ui-icons.shopping_box:before {
    content: "\ea11";
}

.now-ui-icons.shopping_cart-simple:before {
    content: "\ea1d";
}

.now-ui-icons.shopping_credit-card:before {
    content: "\ea28";
}

.now-ui-icons.shopping_delivery-fast:before {
    content: "\ea27";
}

.now-ui-icons.shopping_shop:before {
    content: "\ea50";
}

.now-ui-icons.shopping_tag-content:before {
    content: "\ea59";
}

.now-ui-icons.sport_trophy:before {
    content: "\ea5d";
}

.now-ui-icons.sport_user-run:before {
    content: "\ea60";
}

.now-ui-icons.tech_controller-modern:before {
    content: "\ea26";
}

.now-ui-icons.tech_headphones:before {
    content: "\ea31";
}

.now-ui-icons.tech_laptop:before {
    content: "\ea36";
}

.now-ui-icons.tech_mobile:before {
    content: "\ea3e";
}

.now-ui-icons.tech_tablet:before {
    content: "\ea58";
}

.now-ui-icons.tech_tv:before {
    content: "\ea5e";
}

.now-ui-icons.tech_watch-time:before {
    content: "\ea62";
}

.now-ui-icons.text_align-center:before {
    content: "\ea05";
}

.now-ui-icons.text_align-left:before {
    content: "\ea06";
}

.now-ui-icons.text_bold:before {
    content: "\ea0e";
}

.now-ui-icons.text_caps-small:before {
    content: "\ea1b";
}

.now-ui-icons.gestures_tap-01:before {
    content: "\ea5a";
}

.now-ui-icons.transportation_air-baloon:before {
    content: "\ea03";
}

.now-ui-icons.transportation_bus-front-12:before {
    content: "\ea17";
}

.now-ui-icons.travel_info:before {
    content: "\ea04";
}

.now-ui-icons.travel_istanbul:before {
    content: "\ea34";
}

.now-ui-icons.ui-1_bell-53:before {
    content: "\ea0f";
}

.now-ui-icons.ui-1_calendar-60:before {
    content: "\ea1a";
}

.now-ui-icons.ui-1_lock-circle-open:before {
    content: "\ea35";
}

.now-ui-icons.ui-1_send:before {
    content: "\ea4d";
}

.now-ui-icons.ui-1_settings-gear-63:before {
    content: "\ea4e";
}

.now-ui-icons.ui-1_simple-add:before {
    content: "\ea4f";
}

.now-ui-icons.ui-1_simple-delete:before {
    content: "\ea54";
}

.now-ui-icons.ui-1_simple-remove:before {
    content: "\ea53";
}

.now-ui-icons.ui-1_zoom-bold:before {
    content: "\ea64";
}

.now-ui-icons.ui-2_chat-round:before {
    content: "\ea20";
}

.now-ui-icons.ui-2_favourite-28:before {
    content: "\ea2b";
}

.now-ui-icons.ui-2_like:before {
    content: "\ea37";
}

.now-ui-icons.ui-2_settings-90:before {
    content: "\ea4b";
}

.now-ui-icons.ui-2_time-alarm:before {
    content: "\ea5c";
}

.now-ui-icons.users_circle-08:before {
    content: "\ea23";
}

.now-ui-icons.users_single-02:before {
    content: "\ea51";
}

.modal-content {
    border-radius: 0.1875rem;
    border: none;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.5);
    max-height: calc(100vh - 3.5rem);
}

    .modal-content .modal-header {
        /*padding: 8px 8px 8px 15px;       
        background: var(--theme-background);
        color: #fff;*/
        position: relative;
        background: #fff;
        color: #000;
        border: 0;
        padding: 15px 15px 0;
    }



        .modal-content .modal-header .title {
            margin-top: 0;
            margin-bottom: 0;
            font-size: 17px;
            font-weight: 500;
            text-transform: capitalize;
            color: #565656;
        }

.modal-title {
    order: 1;
    /*text-transform: capitalize;*/
    font-weight: 600;
    font-size: 1.5rem;
}

.modal .modal-header .close {
    order: 2;
    color: #fff /*var(--theme-color)*/;
    width: 32px;
    height: 32px;
    line-height: 0px;
    margin: 0;
    padding: 0;
    border-radius: 100%;
    outline: 0;
    box-shadow: none;
    text-shadow: none;
    font-size: 20px;
    font-weight: 100;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .modal .modal-header .close:after {
        content: '\f156';
        font-family: "Material Design Icons";
        color: #333;
    }

    .modal .modal-header .close:hover {
        background: #00000026;
    }

.modal-content .modal-body {
    padding: 15px;
    line-height: 1.9;
    overflow: auto;
}

    .modal-content .modal-body::-webkit-scrollbar {
        width: 6px !important;
    }

    .modal-content .modal-body::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .modal-content .modal-body::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 20px;
    }

        .modal-content .modal-body::-webkit-scrollbar-thumb:hover {
            background: rgba(0,0,0,.8);
        }



.modal.left .modal-dialog, .modal.right .modal-dialog, .modal.bottom .modal-dialog {
    position: fixed;
    margin: auto;
    height: 100%;
    -webkit-transform: translate3d(0%,0,0);
    -moz-transform: translate3d(0%,0,0);
    -o-transform: translate3d(0%,0,0);
    transform: translate3d(0%,0,0);
}

.modal.bottom .modal-dialog {
    height: auto;
    left: 0;
    right: 0;
}

.modal.left .modal-content, .modal.right .modal-content {
    height: 100%;
    max-height: 100vh;
    overflow: hidden;
    border: 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
}

.modal.left.fade .modal-dialog {
    /*width: 600px;*/
    left: -100%;
    -webkit-transition: opacity .3s linear,left .3s ease-out;
    -moz-transition: opacity .3s linear,left .3s ease-out;
    -ms-transition: opacity .3s linear,left .3s ease-out;
    -o-transition: opacity .3s linear,left .3s ease-out;
    transition: opacity .3s linear,left .3s ease-out;
}

.modal.left.fade.show .modal-dialog {
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
}

.modal.right.fade .modal-dialog {
    /*width: 600px;*/
    right: -100%;
    -webkit-transition: opacity .3s linear,right .3s ease-out;
    -moz-transition: opacity .3s linear,right .3s ease-out;
    -ms-transition: opacity .3s linear,right .3s ease-out;
    -o-transition: opacity .3s linear,right .3s ease-out;
    transition: opacity .3s linear,right .3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
}

.modal.bottom.fade .modal-dialog {
    bottom: -100%;
    -webkit-transition: opacity .3s linear,bottom .3s ease-out;
    -moz-transition: opacity .3s linear,bottom .3s ease-out;
    -ms-transition: opacity .3s linear,bottom .3s ease-out;
    -o-transition: opacity .3s linear,bottom .3s ease-out;
    transition: opacity .3s linear,bottom .3s ease-out;
}

.modal.bottom.fade.show .modal-dialog {
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
}

    .modal.bottom.fade.show .modal-dialog .modal-content {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }




.modal-content .modal-footer {
    padding: 8px;
}
    /*.modal-content .modal-body + .modal-footer {
    padding-top: 8px;
    border-top: 1px Solid var(--theme-background);
    margin-top: 5px;
    background: var(--theme-bg-sub-menu);
}*/

    .modal-content .modal-footer button {
        margin: 0 2px;
        padding-left: 16px;
        padding-right: 16px;
        width: auto;
    }

        .modal-content .modal-footer button.pull-left {
            padding-left: 5px;
            padding-right: 5px;
            position: relative;
            left: -5px;
        }


.modal-backdrop {
    background: rgba(0, 0, 0, 0.3);
}

.modal.modal-mini p {
    text-align: center;
}

.modal.modal-mini .modal-dialog {
    max-width: 255px;
    margin: 0 auto;
}

.modal.modal-mini .modal-profile {
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 5.9;
    box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.3);
}

    .modal.modal-mini .modal-profile i {
        color: #f96332;
        font-size: 21px;
    }

    .modal.modal-mini .modal-profile[class*="modal-profile-"] i {
        color: #fff;
    }

    .modal.modal-mini .modal-profile.modal-profile-primary {
        background-color: #f96332;
    }

    .modal.modal-mini .modal-profile.modal-profile-danger {
        background-color: #ff3636;
    }

    .modal.modal-mini .modal-profile.modal-profile-warning {
        background-color: #ffb236;
    }

    .modal.modal-mini .modal-profile.modal-profile-success {
        background-color: #18ce0f;
    }

    .modal.modal-mini .modal-profile.modal-profile-info {
        background-color: #2ca8ff;
    }

.modal.modal-mini .modal-footer button {
    text-transform: uppercase;
}

    .modal.modal-mini .modal-footer button:first-child {
        opacity: 0.5;
    }

.modal.modal-default .modal-content {
    background-color: #fff;
    color: #2c2c2c;
}

.modal.modal-default .modal-header .close {
    color: #2c2c2c;
}

.modal.modal-primary .modal-content {
    background-color: #f96332;
    color: #fff;
}

.modal.modal-primary .modal-header .close {
    color: #fff;
}

.modal.modal-danger .modal-content {
    background-color: #ff3636;
    color: #fff;
}

.modal.modal-danger .modal-header .close {
    color: #fff;
}

.modal.modal-warning .modal-content {
    background-color: #ffb236;
    color: #fff;
}

.modal.modal-warning .modal-header .close {
    color: #fff;
}

.modal.modal-success .modal-content {
    background-color: #18ce0f;
    color: #fff;
}

.modal.modal-success .modal-header .close {
    color: #fff;
}

.modal.modal-info .modal-content {
    background-color: #2ca8ff;
    color: #fff;
}

.modal.modal-info .modal-header .close {
    color: #fff;
}

.modal.show.modal-mini .modal-dialog {
    -webkit-transform: translate(0, 30%);
    -o-transform: translate(0, 30%);
    transform: translate(0, 30%);
}



.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}

.carousel .carousel-inner {
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
}

.carousel .now-ui-icons {
    font-size: 2em;
}

.card {
    border: 0;
    border-radius: 0.1875rem;
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.2);
}

    .card .card-body {
        min-height: 190px;
    }

    .card[data-background-color="orange"] {
        background-color: #f96332;
    }

    .card[data-background-color="red"] {
        background-color: #ff3636;
    }

    .card[data-background-color="yellow"] {
        background-color: #ffb236;
    }

    .card[data-background-color="blue"] {
        background-color: #2ca8ff;
    }

    .card[data-background-color="green"] {
        background-color: #18ce0f;
    }

.card-signup {
    max-width: 350px;
    margin: 0 auto;
}

    .card-signup .header {
        margin-left: 20px;
        margin-right: 20px;
        padding: 30px 0;
    }

    .card-signup .text-divider {
        margin-top: 30px;
        margin-bottom: 0;
        text-align: center;
    }

    .card-signup .card-body {
        padding-top: 0;
        padding-bottom: 0;
        min-height: auto;
    }

    .card-signup .checkbox {
        margin-top: 20px;
    }

        .card-signup .checkbox label {
            margin-left: 17px;
        }

        .card-signup .checkbox .checkbox-material {
            padding-right: 12px;
        }

    .card-signup .social-line {
        margin-top: 20px;
        text-align: center;
    }

        .card-signup .social-line .btn.btn-icon,
        .card-signup .social-line .btn.btn-icon .btn-icon -mini {
            margin-left: 5px;
            margin-right: 5px;
            box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.2);
        }

    .card-signup .footer {
        margin-bottom: 10px;
        margin-top: 24px;
    }

.card-plain {
    background: 0 0;
    box-shadow: none;
}

    .card-plain .header {
        margin-left: 0;
        margin-right: 0;
    }

    .card-plain .content {
        padding-left: 0;
        padding-right: 0;
    }

.footer {
    padding: 24px 0;
}

    .footer.footer-default {
        background-color: #f2f2f2;
    }

    .footer nav {
        display: inline-block;
        float: left;
    }

    .footer ul {
        margin-bottom: 0;
        padding: 0;
        list-style: none;
    }

        .footer ul li {
            display: inline-block;
        }

            .footer ul li a {
                color: inherit;
                padding: 0.5rem;
                font-size: 0.8571em;
                text-transform: uppercase;
                text-decoration: none;
            }

                .footer ul li a:hover {
                    text-decoration: none;
                }

    .footer .copyright {
        font-size: 0.8571em;
    }

    .footer:after {
        display: table;
        clear: both;
        content: " ";
    }

.index-page .page-header {
    height: 125vh;
}

    .index-page .page-header .container > .content-center {
        top: 37%;
    }

    .index-page .page-header .category-absolute {
        position: absolute;
        top: 100vh;
        margin-top: -60px;
        padding: 0 15px;
        width: 100%;
        color: rgba(255, 255, 255, 0.5);
    }

.landing-page .header {
    height: 100vh;
    position: relative;
}

    .landing-page .header .container {
        padding-top: 26vh;
        color: #fff;
        z-index: 2;
        position: relative;
    }

    .landing-page .header .share {
        margin-top: 150px;
    }

    .landing-page .header h1 {
        font-weight: 600;
    }

    .landing-page .header .title {
        color: #fff;
    }

.landing-page .section-team .team .team-player img {
    max-width: 100px;
}

.landing-page .section-team .team-player {
    margin-bottom: 15px;
}

.landing-page .section-contact-us .title {
    margin-bottom: 15px;
}

.landing-page .section-contact-us .description {
    margin-bottom: 30px;
}

.landing-page .section-contact-us .input-group,
.landing-page .section-contact-us .send-button,
.landing-page .section-contact-us .textarea-container {
    padding: 0 40px;
}

.landing-page .section-contact-us .textarea-container {
    margin: 40px 0;
}

.landing-page .section-contact-us a.btn {
    margin-top: 35px;
}

.profile-page .page-header {
    min-height: 550px;
}

.profile-page .profile-container {
    color: #fff;
}

.profile-page .photo-container {
    width: 123px;
    height: 123px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
}

.profile-page .title {
    text-align: center;
    margin-top: 30px;
}

.profile-page .category,
.profile-page .description {
    text-align: center;
}

.profile-page h5.description {
    max-width: 700px;
    margin: 20px auto 75px;
}

.profile-page .nav-align-center {
    margin-top: 30px;
}

.profile-page .content {
    max-width: 450px;
    margin: 0 auto;
}

    .profile-page .content .social-description {
        display: inline-block;
        max-width: 150px;
        width: 145px;
        text-align: center;
        margin: 15px 0 0;
    }

        .profile-page .content .social-description h2 {
            margin-bottom: 15px;
        }

.profile-page .button-container {
    text-align: center;
    margin-top: -106px;
}

.profile-page .collections img {
    margin-bottom: 30px;
}

.profile-page .gallery {
    margin-top: 45px;
    padding-bottom: 50px;
}

.section-full-page:after,
.section-full-page:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.section-full-page:before {
    background-color: rgba(0, 0, 0, 0.5);
}

.section-full-page[filter-color="primary"]:after,
.section-full-page[filter-color="purple"]:after {
    background: rgba(227, 227, 227, 0.26);
    background: -webkit-linear-gradient(90deg, rgba(227, 227, 227, 0.26), rgba(249, 99, 50, 0.95));
    background: -o-linear-gradient(90deg, rgba(227, 227, 227, 0.26), rgba(249, 99, 50, 0.95));
    background: -moz-linear-gradient(90deg, rgba(227, 227, 227, 0.26), rgba(249, 99, 50, 0.95));
    background: linear-gradient(0deg, rgba(227, 227, 227, 0.26), rgba(249, 99, 50, 0.95));
}

.section-full-page[data-image]:after {
    opacity: 0.5;
}

.section-full-page > .content,
.section-full-page > .footer {
    position: relative;
    z-index: 4;
}

.section-full-page > .content {
    min-height: calc(100vh - 80px);
}

.section-full-page .full-page-background {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
}

.section-full-page .footer,
.section-full-page .footer .copyright a,
.section-full-page .footer nav > ul a:not(.btn) {
    color: #fff;
}

.login-page .card-login {
    border-radius: 0.25rem;
    padding-bottom: 0.7rem;
    max-width: 320px;
}

    .login-page .card-login .btn-wd {
        min-width: 180px;
    }

    .login-page .card-login .logo-container {
        width: 65px;
        margin: 0 auto;
        margin-bottom: 55px;
    }

        .login-page .card-login .logo-container img {
            width: 100%;
        }

    .login-page .card-login .input-group:last-child {
        margin-bottom: 40px;
    }

    .login-page .card-login.card-plain .form-control::-moz-placeholder {
        color: #ebebeb;
        opacity: 1;
    }

    .login-page .card-login.card-plain .form-control:-moz-placeholder {
        color: #ebebeb;
        opacity: 1;
    }

    .login-page .card-login.card-plain .form-control::-webkit-input-placeholder {
        color: #ebebeb;
        opacity: 1;
    }

    .login-page .card-login.card-plain .form-control:-ms-input-placeholder {
        color: #ebebeb;
        opacity: 1;
    }

    .login-page .card-login.card-plain .form-control {
        border-color: rgba(255, 255, 255, 0.5);
        color: #fff;
    }

        .login-page .card-login.card-plain .form-control:focus {
            border-color: #fff;
            background-color: transparent;
            color: #fff;
        }

    .login-page .card-login.card-plain .has-danger:after,
    .login-page .card-login.card-plain .has-success:after {
        color: #fff;
    }

    .login-page .card-login.card-plain .has-danger .form-control {
        background-color: transparent;
    }

    .login-page .card-login.card-plain .input-group-addon {
        background-color: transparent;
        border-color: rgba(255, 255, 255, 0.5);
        color: #fff;
    }

    .login-page .card-login.card-plain .input-group-focus .input-group-addon {
        background-color: transparent;
        border-color: #fff;
        color: #fff;
    }

    .login-page .card-login.card-plain .form-group.form-group-no-border .form-control,
    .login-page .card-login.card-plain .input-group.form-group-no-border .form-control {
        background-color: rgba(255, 255, 255, 0.1);
        color: #fff;
    }

        .login-page .card-login.card-plain .form-group.form-group-no-border .form-control:active,
        .login-page .card-login.card-plain .form-group.form-group-no-border .form-control:focus,
        .login-page .card-login.card-plain .input-group.form-group-no-border .form-control:active,
        .login-page .card-login.card-plain .input-group.form-group-no-border .form-control:focus {
            background-color: rgba(255, 255, 255, 0.2);
            color: #fff;
        }

        .login-page .card-login.card-plain .form-group.form-group-no-border .form-control + .input-group-addon,
        .login-page .card-login.card-plain .input-group.form-group-no-border .form-control + .input-group-addon {
            background-color: rgba(255, 255, 255, 0.1);
        }

            .login-page .card-login.card-plain .form-group.form-group-no-border .form-control + .input-group-addon:active,
            .login-page .card-login.card-plain .form-group.form-group-no-border .form-control + .input-group-addon:focus,
            .login-page .card-login.card-plain .input-group.form-group-no-border .form-control + .input-group-addon:active,
            .login-page .card-login.card-plain .input-group.form-group-no-border .form-control + .input-group-addon:focus {
                background-color: rgba(255, 255, 255, 0.2);
                color: #fff;
            }

        .login-page .card-login.card-plain .form-group.form-group-no-border .form-control:focus + .input-group-addon,
        .login-page .card-login.card-plain .input-group.form-group-no-border .form-control:focus + .input-group-addon {
            background-color: rgba(255, 255, 255, 0.2);
            color: #fff;
        }

    .login-page .card-login.card-plain .form-group.form-group-no-border .input-group-addon,
    .login-page .card-login.card-plain .input-group.form-group-no-border .input-group-addon {
        background-color: rgba(255, 255, 255, 0.1);
        border: none;
        color: #fff;
    }

    .login-page .card-login.card-plain .form-group.form-group-no-border.input-group-focus .input-group-addon,
    .login-page .card-login.card-plain .input-group.form-group-no-border.input-group-focus .input-group-addon {
        background-color: rgba(255, 255, 255, 0.2);
        color: #fff;
    }

    .login-page .card-login.card-plain .form-group.form-group-no-border .input-group-addon,
    .login-page .card-login.card-plain .input-group-addon,
    .login-page .card-login.card-plain .input-group.form-group-no-border .input-group-addon {
        color: rgba(255, 255, 255, 0.8);
    }

.login-page .link {
    font-size: 10px;
    color: #fff;
    text-decoration: none;
}

.section {
    padding: 70px 0;
    position: relative;
    background: #fff;
}

    .section .row + .category {
        margin-top: 15px;
    }

.section-navbars {
    padding-bottom: 0;
}

.section-full-screen {
    height: 100vh;
}

.section-signup {
    padding-top: 20vh;
}

.page-header {
    height: 100vh;
    max-height: 1050px;
    padding: 0;
    color: #fff;
    position: relative;
    background-position: center center;
    background-size: cover;
}

    .page-header .page-header-image {
        position: absolute;
        background-size: cover;
        background-position: center center;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .page-header footer {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .page-header .container {
        height: 100%;
        z-index: 1;
        text-align: center;
        position: relative;
    }

        .page-header .container > .content-center {
            position: absolute;
            top: 50%;
            left: 50%;
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            text-align: center;
            padding: 0 15px;
            color: #fff;
            width: 100%;
            max-width: 880px;
        }

    .page-header .category,
    .page-header .description {
        color: rgba(255, 255, 255, 0.5);
    }

    .page-header.page-header-small {
        height: 60vh;
        max-height: 440px;
    }

    .page-header:after,
    .page-header:before {
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 100%;
        display: block;
        left: 0;
        top: 0;
        content: "";
    }

    .page-header:before {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .page-header[filter-color="orange"] {
        background: rgba(44, 44, 44, 0.2);
        background: -webkit-linear-gradient(90deg, rgba(44, 44, 44, 0.2), rgba(224, 23, 3, 0.6));
        background: -o-linear-gradient(90deg, rgba(44, 44, 44, 0.2), rgba(224, 23, 3, 0.6));
        background: -moz-linear-gradient(90deg, rgba(44, 44, 44, 0.2), rgba(224, 23, 3, 0.6));
        background: linear-gradient(0deg, rgba(44, 44, 44, 0.2), rgba(224, 23, 3, 0.6));
    }

    .page-header .container {
        z-index: 2;
    }

.clear-filter:after,
.clear-filter:before {
    display: none;
}

.section-story-overview {
    padding: 50px 0;
}

    .section-story-overview .image-container {
        height: 335px;
        position: relative;
        background-position: center center;
        background-size: cover;
        box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
        border-radius: 0.25rem;
    }

        .section-story-overview .image-container + .category {
            padding-top: 15px;
        }

        .section-story-overview .image-container.image-right {
            z-index: 2;
        }

            .section-story-overview .image-container.image-right + h3.title {
                margin-top: 120px;
            }

        .section-story-overview .image-container.image-left {
            z-index: 1;
        }

        .section-story-overview .image-container:nth-child(2) {
            margin-top: 420px;
            margin-left: -105px;
        }

    .section-story-overview p.blockquote {
        width: 220px;
        min-height: 180px;
        text-align: left;
        position: absolute;
        top: 376px;
        right: 155px;
        z-index: 0;
    }

.section-nucleo-icons .nucleo-container img {
    width: auto;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
}

.section-nucleo-icons .nucleo-container {
    height: 335px;
    position: relative;
}

.section-nucleo-icons h5 {
    margin-bottom: 35px;
}

.section-nucleo-icons .icons-container {
    position: relative;
    max-width: 450px;
    height: 300px;
    max-height: 300px;
    margin: 0 auto;
}

    .section-nucleo-icons .icons-container i {
        font-size: 34px;
        position: absolute;
        left: 0;
        top: 0;
    }

        .section-nucleo-icons .icons-container i:nth-child(1) {
            top: 5%;
            left: 7%;
        }

        .section-nucleo-icons .icons-container i:nth-child(2) {
            top: 28%;
            left: 24%;
        }

        .section-nucleo-icons .icons-container i:nth-child(3) {
            top: 40%;
        }

        .section-nucleo-icons .icons-container i:nth-child(4) {
            top: 18%;
            left: 62%;
        }

        .section-nucleo-icons .icons-container i:nth-child(5) {
            top: 74%;
            left: 3%;
        }

        .section-nucleo-icons .icons-container i:nth-child(6) {
            top: 36%;
            left: 44%;
            font-size: 65px;
            color: #f96332;
            padding: 1px;
        }

        .section-nucleo-icons .icons-container i:nth-child(7) {
            top: 59%;
            left: 26%;
        }

        .section-nucleo-icons .icons-container i:nth-child(8) {
            top: 60%;
            left: 69%;
        }

        .section-nucleo-icons .icons-container i:nth-child(9) {
            top: 72%;
            left: 47%;
        }

        .section-nucleo-icons .icons-container i:nth-child(10) {
            top: 88%;
            left: 27%;
        }

        .section-nucleo-icons .icons-container i:nth-child(11) {
            top: 31%;
            left: 80%;
        }

        .section-nucleo-icons .icons-container i:nth-child(12) {
            top: 88%;
            left: 68%;
        }

        .section-nucleo-icons .icons-container i:nth-child(13) {
            top: 5%;
            left: 81%;
        }

        .section-nucleo-icons .icons-container i:nth-child(14) {
            top: 58%;
            left: 90%;
        }

        .section-nucleo-icons .icons-container i:nth-child(15) {
            top: 6%;
            left: 40%;
        }

.section-images {
    max-height: 670px;
    height: 670px;
}

    .section-images .hero-images-container,
    .section-images .hero-images-container-1,
    .section-images .hero-images-container-2 {
        margin-top: -38vh;
    }

    .section-images .hero-images-container {
        max-width: 670px;
    }

    .section-images .hero-images-container-1 {
        max-width: 390px;
        position: absolute;
        top: 55%;
        right: 18%;
    }

    .section-images .hero-images-container-2 {
        max-width: 225px;
        position: absolute;
        top: 68%;
        right: 12%;
    }

[data-background-color="orange"] {
    background-color: #e95e38;
}

[data-background-color="black"] {
    background-color: #2c2c2c;
}

[data-background-color] {
    color: #fff;
}

    [data-background-color] .icons-container i,
    [data-background-color] .social-description h2,
    [data-background-color] .title,
    [data-background-color] a:not(.btn):not(.dropdown-item),
    [data-background-color] h1,
    [data-background-color] h2,
    [data-background-color] h3,
    [data-background-color] h4,
    [data-background-color] h5,
    [data-background-color] h6,
    [data-background-color] p,
    [data-background-color] p.blockquote,
    [data-background-color] p.blockquote small {
        color: #fff;
    }

    [data-background-color] .separator {
        background-color: #fff;
    }

    [data-background-color] .navbar.bg-white p {
        color: #888;
    }

    [data-background-color] .description,
    [data-background-color] .social-description p {
        color: rgba(255, 255, 255, 0.8);
    }

    [data-background-color] p.blockquote {
        border-color: rgba(255, 255, 255, 0.2);
    }

    [data-background-color] .checkbox label::after,
    [data-background-color] .checkbox label::before,
    [data-background-color] .radio label::after,
    [data-background-color] .radio label::before {
        border-color: rgba(255, 255, 255, 0.2);
    }

    [data-background-color] .checkbox label,
    [data-background-color] .checkbox label::after,
    [data-background-color] .radio label {
        color: #fff;
    }

    [data-background-color] .checkbox input[type="checkbox"]:disabled + label,
    [data-background-color] .radio input[type="radio"]:disabled + label {
        color: #fff;
    }

    [data-background-color] .radio input[type="radio"]:checked + label::after,
    [data-background-color] .radio input[type="radio"]:not(:disabled):hover + label::after {
        background-color: #fff;
        border-color: #fff;
    }

    [data-background-color] .form-control::-moz-placeholder {
        color: #ebebeb;
        opacity: 1;
    }

    [data-background-color] .form-control:-moz-placeholder {
        color: #ebebeb;
        opacity: 1;
    }

    [data-background-color] .form-control::-webkit-input-placeholder {
        color: #ebebeb;
        opacity: 1;
    }

    [data-background-color] .form-control:-ms-input-placeholder {
        color: #ebebeb;
        opacity: 1;
    }

    [data-background-color] .form-control {
        border-color: rgba(255, 255, 255, 0.5);
        color: #fff;
    }

        [data-background-color] .form-control:focus {
            border-color: #fff;
            background-color: transparent;
            color: #fff;
        }

    [data-background-color] .has-danger:after,
    [data-background-color] .has-success:after {
        color: #fff;
    }

    [data-background-color] .has-danger .form-control {
        background-color: transparent;
    }

    [data-background-color] .input-group-addon {
        background-color: transparent;
        border-color: rgba(255, 255, 255, 0.5);
        color: #fff;
    }

    [data-background-color] .input-group-focus .input-group-addon {
        background-color: transparent;
        border-color: #fff;
        color: #fff;
    }

    [data-background-color] .form-group.form-group-no-border .form-control,
    [data-background-color] .input-group.form-group-no-border .form-control {
        background-color: rgba(255, 255, 255, 0.1);
        color: #fff;
    }

        [data-background-color] .form-group.form-group-no-border .form-control:active,
        [data-background-color] .form-group.form-group-no-border .form-control:focus,
        [data-background-color] .input-group.form-group-no-border .form-control:active,
        [data-background-color] .input-group.form-group-no-border .form-control:focus {
            background-color: rgba(255, 255, 255, 0.2);
            color: #fff;
        }

        [data-background-color] .form-group.form-group-no-border .form-control + .input-group-addon,
        [data-background-color] .input-group.form-group-no-border .form-control + .input-group-addon {
            background-color: rgba(255, 255, 255, 0.1);
        }

            [data-background-color] .form-group.form-group-no-border .form-control + .input-group-addon:active,
            [data-background-color] .form-group.form-group-no-border .form-control + .input-group-addon:focus,
            [data-background-color] .input-group.form-group-no-border .form-control + .input-group-addon:active,
            [data-background-color] .input-group.form-group-no-border .form-control + .input-group-addon:focus {
                background-color: rgba(255, 255, 255, 0.2);
                color: #fff;
            }

        [data-background-color] .form-group.form-group-no-border .form-control:focus + .input-group-addon,
        [data-background-color] .input-group.form-group-no-border .form-control:focus + .input-group-addon {
            background-color: rgba(255, 255, 255, 0.2);
            color: #fff;
        }

    [data-background-color] .form-group.form-group-no-border .input-group-addon,
    [data-background-color] .input-group.form-group-no-border .input-group-addon {
        background-color: rgba(255, 255, 255, 0.1);
        border: none;
        color: #fff;
    }

    [data-background-color] .form-group.form-group-no-border.input-group-focus .input-group-addon,
    [data-background-color] .input-group.form-group-no-border.input-group-focus .input-group-addon {
        background-color: rgba(255, 255, 255, 0.2);
        color: #fff;
    }

    [data-background-color] .form-group.form-group-no-border .input-group-addon,
    [data-background-color] .input-group-addon,
    [data-background-color] .input-group.form-group-no-border .input-group-addon {
        color: rgba(255, 255, 255, 0.8);
    }

    [data-background-color] .btn.btn-simple {
        background-color: transparent;
        border-color: rgba(255, 255, 255, 0.5);
        color: #fff;
    }

        [data-background-color] .btn.btn-simple:active,
        [data-background-color] .btn.btn-simple:focus,
        [data-background-color] .btn.btn-simple:hover {
            background-color: transparent;
            border-color: #fff;
        }

    [data-background-color] .nav-tabs > .nav-item > .nav-link i.now-ui-icons {
        color: #fff;
    }

    [data-background-color].section-nucleo-icons .icons-container i:nth-child(6) {
        color: #fff;
    }

@media screen and (max-width: 991px) {
    .sidebar-collapse .navbar-collapse {
        position: fixed;
        display: block;
        top: 0;
        height: 100% !important;
        width: 300px;
        right: 0;
        z-index: 1032;
        visibility: visible;
        background-color: #999;
        overflow-y: visible;
        border-top: none;
        text-align: left;
        max-height: none !important;
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

        .sidebar-collapse .navbar-collapse:before {
            background: #f96332;
            background: -webkit-linear-gradient(#f96332 0, #000 80%);
            background: -o-linear-gradient(#f96332 0, #000 80%);
            background: -moz-linear-gradient(#f96332 0, #000 80%);
            background: linear-gradient(#f96332 0, #000 80%);
            opacity: 0.76;
            display: block;
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: -1;
        }

        .sidebar-collapse .navbar-collapse .navbar-nav:not(.navbar-logo) .nav-link {
            margin: 0 1rem;
            margin-top: 0.3125rem;
        }

            .sidebar-collapse .navbar-collapse .navbar-nav:not(.navbar-logo) .nav-link:not(.btn) {
                color: #fff;
            }

        .sidebar-collapse .navbar-collapse .dropdown-menu .dropdown-item {
            color: #fff;
        }

    .sidebar-collapse .navbar .navbar-nav {
        margin-top: 53px;
    }

        .sidebar-collapse .navbar .navbar-nav .nav-link {
            padding-top: 0.75rem;
            padding-bottom: 0.75rem;
        }

        .sidebar-collapse .navbar .navbar-nav.navbar-logo {
            top: 0;
            height: 53px;
        }

    .sidebar-collapse .navbar .dropdown .dropdown-menu,
    .sidebar-collapse .navbar .dropdown.show .dropdown-menu {
        background-color: transparent;
        border: 0;
        transition: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: auto;
        margin: 0 1rem;
        margin-bottom: 15px;
        padding-top: 0;
        height: 150px;
        overflow-y: scroll;
    }

        .sidebar-collapse .navbar .dropdown .dropdown-menu:before,
        .sidebar-collapse .navbar .dropdown.show .dropdown-menu:before {
            display: none;
        }

    .sidebar-collapse .navbar .dropdown .dropdown-item {
        padding-left: 2.5rem;
    }

    .sidebar-collapse .navbar .dropdown .dropdown-menu {
        display: none;
    }

    .sidebar-collapse .navbar .dropdown.show .dropdown-menu {
        display: block;
    }

    .sidebar-collapse .navbar .dropdown-menu .dropdown-item:focus,
    .sidebar-collapse .navbar .dropdown-menu .dropdown-item:hover {
        color: #fff;
    }

    .sidebar-collapse .navbar .navbar-translate {
        width: 100%;
        position: relative;
        display: flex;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .sidebar-collapse .navbar .navbar-toggler-bar {
        display: block;
        position: relative;
        width: 22px;
        height: 1px;
        border-radius: 1px;
        background: #fff;
    }

        .sidebar-collapse .navbar .navbar-toggler-bar + .navbar-toggler-bar {
            margin-top: 7px;
        }

        .sidebar-collapse .navbar .navbar-toggler-bar.bar2 {
            width: 17px;
            transition: width 0.2s linear;
        }

    .sidebar-collapse .navbar.bg-white:not(.navbar-transparent) .navbar-toggler-bar {
        background: #888;
    }

    .sidebar-collapse .navbar .toggled .navbar-toggler-bar {
        width: 24px;
    }

        .sidebar-collapse .navbar .toggled .navbar-toggler-bar + .navbar-toggler-bar {
            margin-top: 5px;
        }

    .sidebar-collapse .bar1,
    .sidebar-collapse .bar2,
    .sidebar-collapse .bar3 {
        outline: 1px solid transparent;
    }

    .sidebar-collapse .bar1 {
        top: 0;
        -webkit-animation: topbar-back 0.5s linear 0s;
        -moz-animation: topbar-back 0.5s linear 0s;
        animation: topbar-back 0.5s 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .sidebar-collapse .bar2 {
        opacity: 1;
    }

    .sidebar-collapse .bar3 {
        bottom: 0;
        -webkit-animation: bottombar-back 0.5s linear 0s;
        -moz-animation: bottombar-back 0.5s linear 0s;
        animation: bottombar-back 0.5s 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .sidebar-collapse .toggled .bar1 {
        top: 6px;
        -webkit-animation: topbar-x 0.5s linear 0s;
        -moz-animation: topbar-x 0.5s linear 0s;
        animation: topbar-x 0.5s 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .sidebar-collapse .toggled .bar2 {
        opacity: 0;
    }

    .sidebar-collapse .toggled .bar3 {
        bottom: 6px;
        -webkit-animation: bottombar-x 0.5s linear 0s;
        -moz-animation: bottombar-x 0.5s linear 0s;
        animation: bottombar-x 0.5s 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    @keyframes topbar-x {
        0% {
            top: 0;
            transform: rotate(0);
        }

        45% {
            top: 6px;
            transform: rotate(145deg);
        }

        75% {
            transform: rotate(130deg);
        }

        100% {
            transform: rotate(135deg);
        }
    }

    @-webkit-keyframes topbar-x {
        0% {
            top: 0;
            -webkit-transform: rotate(0);
        }

        45% {
            top: 6px;
            -webkit-transform: rotate(145deg);
        }

        75% {
            -webkit-transform: rotate(130deg);
        }

        100% {
            -webkit-transform: rotate(135deg);
        }
    }

    @-moz-keyframes topbar-x {
        0% {
            top: 0;
            -moz-transform: rotate(0);
        }

        45% {
            top: 6px;
            -moz-transform: rotate(145deg);
        }

        75% {
            -moz-transform: rotate(130deg);
        }

        100% {
            -moz-transform: rotate(135deg);
        }
    }

    @keyframes topbar-back {
        0% {
            top: 6px;
            transform: rotate(135deg);
        }

        45% {
            transform: rotate(-10deg);
        }

        75% {
            transform: rotate(5deg);
        }

        100% {
            top: 0;
            transform: rotate(0);
        }
    }

    @-webkit-keyframes topbar-back {
        0% {
            top: 6px;
            -webkit-transform: rotate(135deg);
        }

        45% {
            -webkit-transform: rotate(-10deg);
        }

        75% {
            -webkit-transform: rotate(5deg);
        }

        100% {
            top: 0;
            -webkit-transform: rotate(0);
        }
    }

    @-moz-keyframes topbar-back {
        0% {
            top: 6px;
            -moz-transform: rotate(135deg);
        }

        45% {
            -moz-transform: rotate(-10deg);
        }

        75% {
            -moz-transform: rotate(5deg);
        }

        100% {
            top: 0;
            -moz-transform: rotate(0);
        }
    }

    @keyframes bottombar-x {
        0% {
            bottom: 0;
            transform: rotate(0);
        }

        45% {
            bottom: 6px;
            transform: rotate(-145deg);
        }

        75% {
            transform: rotate(-130deg);
        }

        100% {
            transform: rotate(-135deg);
        }
    }

    @-webkit-keyframes bottombar-x {
        0% {
            bottom: 0;
            -webkit-transform: rotate(0);
        }

        45% {
            bottom: 6px;
            -webkit-transform: rotate(-145deg);
        }

        75% {
            -webkit-transform: rotate(-130deg);
        }

        100% {
            -webkit-transform: rotate(-135deg);
        }
    }

    @-moz-keyframes bottombar-x {
        0% {
            bottom: 0;
            -moz-transform: rotate(0);
        }

        45% {
            bottom: 6px;
            -moz-transform: rotate(-145deg);
        }

        75% {
            -moz-transform: rotate(-130deg);
        }

        100% {
            -moz-transform: rotate(-135deg);
        }
    }

    @keyframes bottombar-back {
        0% {
            bottom: 6px;
            transform: rotate(-135deg);
        }

        45% {
            transform: rotate(10deg);
        }

        75% {
            transform: rotate(-5deg);
        }

        100% {
            bottom: 0;
            transform: rotate(0);
        }
    }

    @-webkit-keyframes bottombar-back {
        0% {
            bottom: 6px;
            -webkit-transform: rotate(-135deg);
        }

        45% {
            -webkit-transform: rotate(10deg);
        }

        75% {
            -webkit-transform: rotate(-5deg);
        }

        100% {
            bottom: 0;
            -webkit-transform: rotate(0);
        }
    }

    @-moz-keyframes bottombar-back {
        0% {
            bottom: 6px;
            -moz-transform: rotate(-135deg);
        }

        45% {
            -moz-transform: rotate(10deg);
        }

        75% {
            -moz-transform: rotate(-5deg);
        }

        100% {
            bottom: 0;
            -moz-transform: rotate(0);
        }
    }

    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-moz-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .sidebar-collapse [class*="navbar-expand-"] .navbar-collapse {
        width: 300px;
    }

    .sidebar-collapse .wrapper {
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .sidebar-collapse #bodyClick {
        height: 100%;
        width: 100%;
        position: fixed;
        opacity: 1;
        top: 0;
        left: auto;
        right: 300px;
        content: "";
        z-index: 9999;
        overflow-x: hidden;
        background-color: transparent;
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .sidebar-collapse.menu-on-left .navbar-collapse {
        right: auto;
        left: 0;
        -webkit-transform: translate3d(-300px, 0, 0);
        -moz-transform: translate3d(-300px, 0, 0);
        -o-transform: translate3d(-300px, 0, 0);
        -ms-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
    }

    .nav-open .sidebar-collapse .navbar-collapse {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .nav-open .sidebar-collapse .wrapper {
        -webkit-transform: translate3d(-150px, 0, 0);
        -moz-transform: translate3d(-150px, 0, 0);
        -o-transform: translate3d(-150px, 0, 0);
        -ms-transform: translate3d(-150px, 0, 0);
        transform: translate3d(-150px, 0, 0);
    }

    .nav-open .sidebar-collapse .navbar-translate {
        -webkit-transform: translate3d(-300px, 0, 0);
        -moz-transform: translate3d(-300px, 0, 0);
        -o-transform: translate3d(-300px, 0, 0);
        -ms-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
    }

    .nav-open .sidebar-collapse.menu-on-left .navbar-collapse {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .nav-open .sidebar-collapse.menu-on-left .navbar-translate {
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
    }

    .nav-open .sidebar-collapse.menu-on-left .wrapper {
        -webkit-transform: translate3d(150px, 0, 0);
        -moz-transform: translate3d(150px, 0, 0);
        -o-transform: translate3d(150px, 0, 0);
        -ms-transform: translate3d(150px, 0, 0);
        transform: translate3d(150px, 0, 0);
    }

    .nav-open .sidebar-collapse.menu-on-left #bodyClick {
        right: auto;
        left: 300px;
    }

    .bootstrap-collapse .navbar .navbar-collapse {
        background: 0 0 !important;
    }

    .bootstrap-collapse .navbar .navbar-nav {
        margin-top: 53px;
    }

        .bootstrap-collapse .navbar .navbar-nav .nav-link {
            padding-top: 0.75rem;
            padding-bottom: 0.75rem;
        }

        .bootstrap-collapse .navbar .navbar-nav.navbar-logo {
            top: 0;
            height: 53px;
        }

    .bootstrap-collapse .navbar .dropdown .dropdown-menu,
    .bootstrap-collapse .navbar .dropdown.show .dropdown-menu {
        background-color: transparent;
        border: 0;
        transition: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: auto;
        margin: 0 1rem;
        margin-bottom: 15px;
        padding-top: 0;
        height: 150px;
        overflow-y: scroll;
    }

        .bootstrap-collapse .navbar .dropdown .dropdown-menu:before,
        .bootstrap-collapse .navbar .dropdown.show .dropdown-menu:before {
            display: none;
        }

    .bootstrap-collapse .navbar .dropdown .dropdown-item {
        padding-left: 2.5rem;
    }

    .bootstrap-collapse .navbar .dropdown .dropdown-menu {
        display: none;
    }

    .bootstrap-collapse .navbar .dropdown.show .dropdown-menu {
        display: block;
    }

    .bootstrap-collapse .navbar .dropdown-menu .dropdown-item:focus,
    .bootstrap-collapse .navbar .dropdown-menu .dropdown-item:hover {
        color: #fff;
    }

    .bootstrap-collapse .navbar .navbar-translate {
        width: 100%;
        position: relative;
        display: flex;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .bootstrap-collapse .navbar .navbar-toggler-bar {
        display: block;
        position: relative;
        width: 22px;
        height: 1px;
        border-radius: 1px;
        background: #fff;
    }

        .bootstrap-collapse .navbar .navbar-toggler-bar + .navbar-toggler-bar {
            margin-top: 7px;
        }

        .bootstrap-collapse .navbar .navbar-toggler-bar.bar2 {
            width: 17px;
            transition: width 0.2s linear;
        }

    .bootstrap-collapse .navbar.bg-white:not(.navbar-transparent) .navbar-toggler-bar {
        background: #888;
    }

    .bootstrap-collapse .navbar .toggled .navbar-toggler-bar {
        width: 24px;
    }

        .bootstrap-collapse .navbar .toggled .navbar-toggler-bar + .navbar-toggler-bar {
            margin-top: 5px;
        }

    .bootstrap-collapse .bar1,
    .bootstrap-collapse .bar2,
    .bootstrap-collapse .bar3 {
        outline: 1px solid transparent;
    }

    .bootstrap-collapse .bar1 {
        top: 0;
        -webkit-animation: topbar-back 0.5s linear 0s;
        -moz-animation: topbar-back 0.5s linear 0s;
        animation: topbar-back 0.5s 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .bootstrap-collapse .bar2 {
        opacity: 1;
    }

    .bootstrap-collapse .bar3 {
        bottom: 0;
        -webkit-animation: bottombar-back 0.5s linear 0s;
        -moz-animation: bottombar-back 0.5s linear 0s;
        animation: bottombar-back 0.5s 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .bootstrap-collapse .toggled .bar1 {
        top: 6px;
        -webkit-animation: topbar-x 0.5s linear 0s;
        -moz-animation: topbar-x 0.5s linear 0s;
        animation: topbar-x 0.5s 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .bootstrap-collapse .toggled .bar2 {
        opacity: 0;
    }

    .bootstrap-collapse .toggled .bar3 {
        bottom: 6px;
        -webkit-animation: bottombar-x 0.5s linear 0s;
        -moz-animation: bottombar-x 0.5s linear 0s;
        animation: bottombar-x 0.5s 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    @keyframes topbar-x {
        0% {
            top: 0;
            transform: rotate(0);
        }

        45% {
            top: 6px;
            transform: rotate(145deg);
        }

        75% {
            transform: rotate(130deg);
        }

        100% {
            transform: rotate(135deg);
        }
    }

    @-webkit-keyframes topbar-x {
        0% {
            top: 0;
            -webkit-transform: rotate(0);
        }

        45% {
            top: 6px;
            -webkit-transform: rotate(145deg);
        }

        75% {
            -webkit-transform: rotate(130deg);
        }

        100% {
            -webkit-transform: rotate(135deg);
        }
    }

    @-moz-keyframes topbar-x {
        0% {
            top: 0;
            -moz-transform: rotate(0);
        }

        45% {
            top: 6px;
            -moz-transform: rotate(145deg);
        }

        75% {
            -moz-transform: rotate(130deg);
        }

        100% {
            -moz-transform: rotate(135deg);
        }
    }

    @keyframes topbar-back {
        0% {
            top: 6px;
            transform: rotate(135deg);
        }

        45% {
            transform: rotate(-10deg);
        }

        75% {
            transform: rotate(5deg);
        }

        100% {
            top: 0;
            transform: rotate(0);
        }
    }

    @-webkit-keyframes topbar-back {
        0% {
            top: 6px;
            -webkit-transform: rotate(135deg);
        }

        45% {
            -webkit-transform: rotate(-10deg);
        }

        75% {
            -webkit-transform: rotate(5deg);
        }

        100% {
            top: 0;
            -webkit-transform: rotate(0);
        }
    }

    @-moz-keyframes topbar-back {
        0% {
            top: 6px;
            -moz-transform: rotate(135deg);
        }

        45% {
            -moz-transform: rotate(-10deg);
        }

        75% {
            -moz-transform: rotate(5deg);
        }

        100% {
            top: 0;
            -moz-transform: rotate(0);
        }
    }

    @keyframes bottombar-x {
        0% {
            bottom: 0;
            transform: rotate(0);
        }

        45% {
            bottom: 6px;
            transform: rotate(-145deg);
        }

        75% {
            transform: rotate(-130deg);
        }

        100% {
            transform: rotate(-135deg);
        }
    }

    @-webkit-keyframes bottombar-x {
        0% {
            bottom: 0;
            -webkit-transform: rotate(0);
        }

        45% {
            bottom: 6px;
            -webkit-transform: rotate(-145deg);
        }

        75% {
            -webkit-transform: rotate(-130deg);
        }

        100% {
            -webkit-transform: rotate(-135deg);
        }
    }

    @-moz-keyframes bottombar-x {
        0% {
            bottom: 0;
            -moz-transform: rotate(0);
        }

        45% {
            bottom: 6px;
            -moz-transform: rotate(-145deg);
        }

        75% {
            -moz-transform: rotate(-130deg);
        }

        100% {
            -moz-transform: rotate(-135deg);
        }
    }

    @keyframes bottombar-back {
        0% {
            bottom: 6px;
            transform: rotate(-135deg);
        }

        45% {
            transform: rotate(10deg);
        }

        75% {
            transform: rotate(-5deg);
        }

        100% {
            bottom: 0;
            transform: rotate(0);
        }
    }

    @-webkit-keyframes bottombar-back {
        0% {
            bottom: 6px;
            -webkit-transform: rotate(-135deg);
        }

        45% {
            -webkit-transform: rotate(10deg);
        }

        75% {
            -webkit-transform: rotate(-5deg);
        }

        100% {
            bottom: 0;
            -webkit-transform: rotate(0);
        }
    }

    @-moz-keyframes bottombar-back {
        0% {
            bottom: 6px;
            -moz-transform: rotate(-135deg);
        }

        45% {
            -moz-transform: rotate(10deg);
        }

        75% {
            -moz-transform: rotate(-5deg);
        }

        100% {
            bottom: 0;
            -moz-transform: rotate(0);
        }
    }

    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-moz-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .profile-photo .profile-photo-small {
        margin-left: -2px;
    }

    .button-dropdown {
        display: none;
    }

    .section-nucleo-icons .container .row > [class*="col-"]:first-child {
        text-align: center;
    }

    .footer .copyright {
        text-align: right;
    }

    .section-nucleo-icons .icons-container {
        margin-top: 65px;
    }

    .navbar-nav .nav-link i.fa,
    .navbar-nav .nav-link i.now-ui-icons {
        opacity: 0.5;
    }

    .section-images {
        height: 500px;
        max-height: 500px;
    }

        .section-images .hero-images-container {
            max-width: 500px;
        }

        .section-images .hero-images-container-1 {
            right: 10%;
            top: 68%;
            max-width: 269px;
        }

        .section-images .hero-images-container-2 {
            right: 5%;
            max-width: 135px;
            top: 93%;
        }
}

@media screen and (min-width: 992px) {
    .burger-menu .navbar-collapse {
        position: fixed;
        display: block;
        top: 0;
        height: 100% !important;
        width: 300px;
        right: 0;
        z-index: 1032;
        visibility: visible;
        background-color: #999;
        overflow-y: visible;
        border-top: none;
        text-align: left;
        max-height: none !important;
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

        .burger-menu .navbar-collapse:before {
            background: #f96332;
            background: -webkit-linear-gradient(#f96332 0, #000 80%);
            background: -o-linear-gradient(#f96332 0, #000 80%);
            background: -moz-linear-gradient(#f96332 0, #000 80%);
            background: linear-gradient(#f96332 0, #000 80%);
            opacity: 0.76;
            display: block;
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: -1;
        }

        .burger-menu .navbar-collapse .navbar-nav:not(.navbar-logo) .nav-link {
            margin: 0 1rem;
            margin-top: 0.3125rem;
        }

            .burger-menu .navbar-collapse .navbar-nav:not(.navbar-logo) .nav-link:not(.btn) {
                color: #fff;
            }

        .burger-menu .navbar-collapse .dropdown-menu .dropdown-item {
            color: #fff;
        }

    .burger-menu .navbar .navbar-nav {
        margin-top: 53px;
    }

        .burger-menu .navbar .navbar-nav .nav-link {
            padding-top: 0.75rem;
            padding-bottom: 0.75rem;
        }

        .burger-menu .navbar .navbar-nav.navbar-logo {
            top: 0;
            height: 53px;
        }

    .burger-menu .navbar .dropdown .dropdown-menu,
    .burger-menu .navbar .dropdown.show .dropdown-menu {
        background-color: transparent;
        border: 0;
        transition: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: auto;
        margin: 0 1rem;
        margin-bottom: 15px;
        padding-top: 0;
        height: 150px;
        overflow-y: scroll;
    }

        .burger-menu .navbar .dropdown .dropdown-menu:before,
        .burger-menu .navbar .dropdown.show .dropdown-menu:before {
            display: none;
        }

    .burger-menu .navbar .dropdown .dropdown-item {
        padding-left: 2.5rem;
    }

    .burger-menu .navbar .dropdown .dropdown-menu {
        display: none;
    }

    .burger-menu .navbar .dropdown.show .dropdown-menu {
        display: block;
    }

    .burger-menu .navbar .dropdown-menu .dropdown-item:focus,
    .burger-menu .navbar .dropdown-menu .dropdown-item:hover {
        color: #fff;
    }

    .burger-menu .navbar .navbar-translate {
        width: 100%;
        position: relative;
        display: flex;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .burger-menu .navbar .navbar-toggler-bar {
        display: block;
        position: relative;
        width: 22px;
        height: 1px;
        border-radius: 1px;
        background: #fff;
    }

        .burger-menu .navbar .navbar-toggler-bar + .navbar-toggler-bar {
            margin-top: 7px;
        }

        .burger-menu .navbar .navbar-toggler-bar.bar2 {
            width: 17px;
            transition: width 0.2s linear;
        }

    .burger-menu .navbar.bg-white:not(.navbar-transparent) .navbar-toggler-bar {
        background: #888;
    }

    .burger-menu .navbar .toggled .navbar-toggler-bar {
        width: 24px;
    }

        .burger-menu .navbar .toggled .navbar-toggler-bar + .navbar-toggler-bar {
            margin-top: 5px;
        }

    .burger-menu .bar1,
    .burger-menu .bar2,
    .burger-menu .bar3 {
        outline: 1px solid transparent;
    }

    .burger-menu .bar1 {
        top: 0;
        -webkit-animation: topbar-back 0.5s linear 0s;
        -moz-animation: topbar-back 0.5s linear 0s;
        animation: topbar-back 0.5s 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .burger-menu .bar2 {
        opacity: 1;
    }

    .burger-menu .bar3 {
        bottom: 0;
        -webkit-animation: bottombar-back 0.5s linear 0s;
        -moz-animation: bottombar-back 0.5s linear 0s;
        animation: bottombar-back 0.5s 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .burger-menu .toggled .bar1 {
        top: 6px;
        -webkit-animation: topbar-x 0.5s linear 0s;
        -moz-animation: topbar-x 0.5s linear 0s;
        animation: topbar-x 0.5s 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .burger-menu .toggled .bar2 {
        opacity: 0;
    }

    .burger-menu .toggled .bar3 {
        bottom: 6px;
        -webkit-animation: bottombar-x 0.5s linear 0s;
        -moz-animation: bottombar-x 0.5s linear 0s;
        animation: bottombar-x 0.5s 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    @keyframes topbar-x {
        0% {
            top: 0;
            transform: rotate(0);
        }

        45% {
            top: 6px;
            transform: rotate(145deg);
        }

        75% {
            transform: rotate(130deg);
        }

        100% {
            transform: rotate(135deg);
        }
    }

    @-webkit-keyframes topbar-x {
        0% {
            top: 0;
            -webkit-transform: rotate(0);
        }

        45% {
            top: 6px;
            -webkit-transform: rotate(145deg);
        }

        75% {
            -webkit-transform: rotate(130deg);
        }

        100% {
            -webkit-transform: rotate(135deg);
        }
    }

    @-moz-keyframes topbar-x {
        0% {
            top: 0;
            -moz-transform: rotate(0);
        }

        45% {
            top: 6px;
            -moz-transform: rotate(145deg);
        }

        75% {
            -moz-transform: rotate(130deg);
        }

        100% {
            -moz-transform: rotate(135deg);
        }
    }

    @keyframes topbar-back {
        0% {
            top: 6px;
            transform: rotate(135deg);
        }

        45% {
            transform: rotate(-10deg);
        }

        75% {
            transform: rotate(5deg);
        }

        100% {
            top: 0;
            transform: rotate(0);
        }
    }

    @-webkit-keyframes topbar-back {
        0% {
            top: 6px;
            -webkit-transform: rotate(135deg);
        }

        45% {
            -webkit-transform: rotate(-10deg);
        }

        75% {
            -webkit-transform: rotate(5deg);
        }

        100% {
            top: 0;
            -webkit-transform: rotate(0);
        }
    }

    @-moz-keyframes topbar-back {
        0% {
            top: 6px;
            -moz-transform: rotate(135deg);
        }

        45% {
            -moz-transform: rotate(-10deg);
        }

        75% {
            -moz-transform: rotate(5deg);
        }

        100% {
            top: 0;
            -moz-transform: rotate(0);
        }
    }

    @keyframes bottombar-x {
        0% {
            bottom: 0;
            transform: rotate(0);
        }

        45% {
            bottom: 6px;
            transform: rotate(-145deg);
        }

        75% {
            transform: rotate(-130deg);
        }

        100% {
            transform: rotate(-135deg);
        }
    }

    @-webkit-keyframes bottombar-x {
        0% {
            bottom: 0;
            -webkit-transform: rotate(0);
        }

        45% {
            bottom: 6px;
            -webkit-transform: rotate(-145deg);
        }

        75% {
            -webkit-transform: rotate(-130deg);
        }

        100% {
            -webkit-transform: rotate(-135deg);
        }
    }

    @-moz-keyframes bottombar-x {
        0% {
            bottom: 0;
            -moz-transform: rotate(0);
        }

        45% {
            bottom: 6px;
            -moz-transform: rotate(-145deg);
        }

        75% {
            -moz-transform: rotate(-130deg);
        }

        100% {
            -moz-transform: rotate(-135deg);
        }
    }

    @keyframes bottombar-back {
        0% {
            bottom: 6px;
            transform: rotate(-135deg);
        }

        45% {
            transform: rotate(10deg);
        }

        75% {
            transform: rotate(-5deg);
        }

        100% {
            bottom: 0;
            transform: rotate(0);
        }
    }

    @-webkit-keyframes bottombar-back {
        0% {
            bottom: 6px;
            -webkit-transform: rotate(-135deg);
        }

        45% {
            -webkit-transform: rotate(10deg);
        }

        75% {
            -webkit-transform: rotate(-5deg);
        }

        100% {
            bottom: 0;
            -webkit-transform: rotate(0);
        }
    }

    @-moz-keyframes bottombar-back {
        0% {
            bottom: 6px;
            -moz-transform: rotate(-135deg);
        }

        45% {
            -moz-transform: rotate(10deg);
        }

        75% {
            -moz-transform: rotate(-5deg);
        }

        100% {
            bottom: 0;
            -moz-transform: rotate(0);
        }
    }

    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-moz-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .burger-menu [class*="navbar-expand-"] .navbar-collapse {
        width: 300px;
    }

    .burger-menu .wrapper {
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .burger-menu #bodyClick {
        height: 100%;
        width: 100%;
        position: fixed;
        opacity: 1;
        top: 0;
        left: auto;
        right: 300px;
        content: "";
        z-index: 9999;
        overflow-x: hidden;
        background-color: transparent;
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .nav-open .burger-menu .navbar-collapse {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .burger-menu .navbar-collapse {
        display: block !important;
    }

        .burger-menu .navbar-collapse .navbar-nav {
            margin-top: 53px;
            height: 100%;
            z-index: 2;
            position: relative;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .burger-menu .navbar-collapse .navbar-nav .nav-item {
                margin: 0;
            }

    .burger-menu.menu-on-left .navbar-collapse {
        right: auto;
        left: 0;
        -webkit-transform: translate3d(-300px, 0, 0);
        -moz-transform: translate3d(-300px, 0, 0);
        -o-transform: translate3d(-300px, 0, 0);
        -ms-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
    }

    .burger-menu [class*="navbar-expand-"] .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

    .burger-menu [class*="navbar-expand-"] .navbar-toggler {
        display: inline-block;
    }

    .burger-menu .section-navbars .navbar-collapse {
        display: none !important;
    }

    .nav-open .burger-menu.menu-on-left .navbar .navbar-translate {
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
    }

    .nav-open .burger-menu .navbar .navbar-translate {
        -webkit-transform: translate3d(-300px, 0, 0);
        -moz-transform: translate3d(-300px, 0, 0);
        -o-transform: translate3d(-300px, 0, 0);
        -ms-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
    }

    .nav-open .burger-menu.menu-on-left .navbar-collapse {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .nav-open .burger-menu.menu-on-left #bodyClick {
        right: auto;
        left: 300px;
    }

    .burger-menu.menu-on-left .navbar-brand {
        float: right;
        margin-right: 0;
        margin-left: 1rem;
    }

    .navbar-nav .nav-link.profile-photo {
        padding: 0;
        margin: 7px 0.7rem;
    }

    .navbar-nav .nav-link.btn:not(.btn-sm) {
        margin: 0;
    }

    .navbar-nav .nav-item:not(:last-child) {
        margin-right: 5px;
    }

    .section-nucleo-icons .icons-container {
        margin: 0 0 0 auto;
    }

    /*.dropdown-menu .dropdown-item {
        color: inherit;
    }*/

    .footer .copyright {
        float: right;
    }
}

@media screen and (min-width: 768px) {
    .image-container.image-right {
        top: 80px;
        margin-left: -100px;
        margin-bottom: 130px;
    }

    .image-container.image-left {
        margin-right: -100px;
    }
}

@media screen and (max-width: 768px) {
    .image-container.image-left {
        margin-bottom: 220px;
    }

        .image-container.image-left p.blockquote {
            margin: 0 auto;
            position: relative;
            right: 0;
        }

    .nav-tabs {
        display: inline-block;
        width: 100%;
        padding-left: 100px;
        padding-right: 100px;
        text-align: center;
    }

        .nav-tabs .nav-item > .nav-link {
            margin-bottom: 5px;
        }

    .landing-page .section-story-overview .image-container:nth-child(2) {
        margin-left: 0;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 576px) {
    .navbar[class*="navbar-expand-"] .container {
        margin-left: 0;
        margin-right: 0;
    }

    .footer .copyright {
        text-align: center;
    }

    .section-nucleo-icons .icons-container i {
        font-size: 30px;
    }

        .section-nucleo-icons .icons-container i:nth-child(6) {
            font-size: 48px;
        }

    .page-header .container h6.category-absolute {
        width: 90%;
    }
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
    .section-images .hero-images-container-1 {
        right: 9%;
        max-width: 370px;
    }

    .section-images .hero-images-container-2 {
        right: 2%;
        max-width: 216px;
    }
}

@media screen and (max-width: 768px) {
    .section-images {
        height: 300px;
        max-height: 300px;
    }

        .section-images .hero-images-container {
            max-width: 380px;
        }

        .section-images .hero-images-container-1 {
            right: 7%;
            top: 87%;
            max-width: 210px;
        }

        .section-images .hero-images-container-2 {
            right: 1%;
            max-width: 133px;
            top: 99%;
        }
}

@media screen and (max-width: 517px) {
    .alert .alert-icon {
        margin-top: 10px;
    }
}

@media screen and (min-width: 1200px) {
    .section-images .hero-images-container-1 {
        top: 51%;
        right: 21%;
    }

    .section-images .hero-images-container-2 {
        top: 66%;
        right: 14%;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .section-images .hero-images-container,
    .section-images .hero-images-container-1,
    .section-images .hero-images-container-2 {
        margin-top: -15vh;
        margin-left: 80px;
    }

    .section-images .hero-images-container {
        max-width: 300px;
    }

    .section-images .hero-images-container-1 {
        right: 28%;
        top: 40%;
    }

    .section-images .hero-images-container-2 {
        right: 21%;
        top: 55%;
    }

    .index-page .category-absolute {
        top: 90vh;
    }
}

@media screen and (max-width: 580px) {
    .alert button.close {
        position: absolute;
        right: 11px;
        top: 50%;
        transform: translateY(-50%);
    }
}

/*select,
select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
}*/

.btn.btn-fab,
.btn.btn-just-icon {
    font-size: 24px;
    height: 41px;
    min-width: 41px;
    width: 41px;
    padding: 0;
    overflow: hidden;
    position: relative;
    line-height: 41px;
}

.btn.btn-rose {
    color: #fff;
    background-color: #e91e63;
    border-color: #e91e63;
    box-shadow: 0 2px 2px 0 rgba(233, 30, 99, 0.14), 0 3px 1px -2px rgba(233, 30, 99, 0.2), 0 1px 5px 0 rgba(233, 30, 99, 0.12);
}

    .btn.btn-rose:focus,
    .btn.btn-rose:hover {
        background-color: rgba(255, 255, 255, 0.2);
    }





/*****************************************
            Dashboard
*****************************************/

.dashboardmain {
    padding-top: 15px;
}

.sort-highlight {
    background: #f8f9fa;
    border: 1px dashed #dee2e6;
    margin-bottom: 10px
}

#TopBox .owl-item:nth-child(1) {
    background: #febebe;
}

#TopBox .owl-item:nth-child(2) {
    background: #b5efb2;
}

#TopBox .owl-item:nth-child(3) {
    background: #ffe4b9;
}

#TopBox .owl-item:nth-child(4) {
    background: #9cd6ff;
}

#TopBox .owl-item:nth-child(5) {
    background: #e6b8bf;
}

#TopBox .owl-item:nth-child(6) {
    background: #e3cfeb;
}

#TopBox .owl-item:nth-child(7) {
    background: #dbd4ed;
}

#TopBox .owl-item:nth-child(8) {
    background: #b6bee2;
}

#TopBox .owl-item:nth-child(9) {
    background: #d9d3d2;
}

#TopBox .owl-item:nth-child(10) {
    background: #bfced9;
}


#TopBox .owl-item:nth-child(1) i {
    background-color: #ff3636;
}

#TopBox .owl-item:nth-child(2) i {
    background: #18ce0f;
}

#TopBox .owl-item:nth-child(3) i {
    background: #ffb236;
}

#TopBox .owl-item:nth-child(4) i {
    background: #2ca8ff;
}

#TopBox .owl-item:nth-child(5) i {
    background: #BB0010;
}

#TopBox .owl-item:nth-child(6) i {
    background: #9C27B0;
}

#TopBox .owl-item:nth-child(7) i {
    background: #673AB7;
}

#TopBox .owl-item:nth-child(8) i {
    background: #3F51B5;
}

#TopBox .owl-item:nth-child(9) i {
    background: #795548;
}

#TopBox .owl-item:nth-child(10) i {
    background: #064168;
}

#TopBox {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

    #TopBox .owl-stage {
        display: flex;
    }

    #TopBox .owl-item {
        padding: 15px 15px 31px;
        border-radius: 4px;
        overflow: hidden;
    }

    #TopBox .item .iconheader {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }

        #TopBox .item .iconheader i {
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 55px;
            width: 55px;
            height: 55px;
            font-size: 1.5rem;
            color: #fff;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

        #TopBox .item .iconheader h3 {
            font-weight: 500;
            font-size: 1.1rem;
            color: #000;
            margin-left: 10px;
        }

    #TopBox .item h3 {
        font-weight: 500;
        font-size: 1.1rem;
        color: #000;
    }

    #TopBox .item ul {
        list-style-type: none;
        padding: 0;
        margin: 0 0 15px;
    }

    #TopBox .item li {
        position: relative;
        padding-left: 22px;
    }

        #TopBox .item li + li {
            margin-top: 5px;
        }

        #TopBox .item li:before {
            content: "\f12c";
            font-family: "Material Design Icons";
            position: absolute;
            left: 0;
            top: 0;
        }

    #TopBox .item > a {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: right;
        padding: 5px 20px 5px 10px;
        color: #fff;
        display: block;
        background: rgba(0,0,0,.2);
        text-decoration: none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        #TopBox .item > a:hover {
            padding-right: 10px;
            color: #fff !important;
            background: rgba(0,0,0,.25);
        }

        #TopBox .item > a:after {
            content: "\f054";
            font-family: "Material Design Icons";
        }


    #TopBox:hover .owl-nav .owl-prev {
        left: 10px;
        opacity: 1;
    }

    #TopBox:hover .owl-nav .owl-next {
        right: 10px;
        opacity: 1;
    }

    #TopBox .owl-nav {
        margin: 0;
    }

        #TopBox .owl-nav > button {
            font-family: fontawesome;
            font-size: 12pt;
            width: 50px;
            height: 50px;
            line-height: 50px;
            padding: 0;
            margin: -25px 0 0 0;
            position: absolute;
            top: 50%;
            outline: none !important;
            border: 2px solid transparent;
            background-color: #e5e5e5;
            -webkit-border-radius: 40px;
            -moz-border-radius: 40px;
            border-radius: 40px;
            -webkit-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
            -moz-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
            -ms-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
            -o-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
            transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
        }

            #TopBox .owl-nav > button.disabled {
                cursor: not-allowed;
            }

            #TopBox .owl-nav > button:not(.disabled):hover {
                border-color: var(--prored);
            }

        #TopBox .owl-nav .owl-prev {
            left: -100px;
            opacity: 0;
        }

        #TopBox .owl-nav .owl-next {
            right: -100px;
            opacity: 0;
        }

    #TopBox .owl-dots {
        margin-top: 0;
        position: absolute;
        right: 50px;
        bottom: 10px;
    }

        #TopBox .owl-dots .owl-dot.active span,
        #TopBox .owl-dots .owl-dot:hover span {
            background: var(--theme-background);
        }



.smallpatch {
    background-color: #fff;
    position: relative;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.13), 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.13), 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.13), 0 1px 3px rgba(0, 0, 0, 0.2);
}

    .smallpatch:hover .icon {
        font-size: 66px;
    }

    .smallpatch > .inner {
        padding: 10px;
        color: #454545;
    }

    .smallpatch > .smallpatch-footer {
        position: relative;
        text-align: right;
        padding: 5px 20px 5px 10px;
        color: #333;
        display: block;
        background: rgba(0, 0, 0, 0.1);
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .smallpatch > .smallpatch-footer .mdi {
            margin-left: 5px;
        }

        .smallpatch > .smallpatch-footer:hover {
            padding-right: 10px;
            color: #fff !important;
            background: rgba(0, 0, 0, 0.25);
        }

    .smallpatch h3 {
        font-size: 2rem;
        font-weight: 700;
        margin: 0 0 10px;
        white-space: nowrap;
        padding: 0;
        z-index: 5;
    }

    .smallpatch p {
        z-index: 5;
        font-size: 15px;
    }

        .smallpatch p > small {
            display: block;
            color: #f9f9f9;
            font-size: 13px;
            margin-top: 5px;
        }

    .smallpatch .icon {
        position: absolute;
        top: 5px;
        right: 10px;
        z-index: 0;
        font-size: 60px;
        color: rgba(0,0,0,.15);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.data-box {
    display: -ms-flexbox;
    display: flex;
    padding: 7px;
}

    .data-box i {
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 70px;
        height: 65px;
        font-size: 2rem;
        color: #fff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .data-box .data-box-content {
        padding-left: 15px;
    }

        .data-box .data-box-content strong {
            font-size: 1.1rem;
        }

.box {
    background: #fff;
    height: calc(100% - 16px);
    margin-bottom: 16px;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 1px var(--theme-bg-menu), 0 1px 3px var(--theme-bg-sub-menu);
    -moz-box-shadow: 0 0 1px var(--theme-bg-menu), 0 1px 3px var(--theme-bg-sub-menu);
    box-shadow: 0 0 1px var(--theme-bg-menu), 0 1px 3px var(--theme-bg-sub-menu);
}

.box-hgtauto {
    height: auto;
}

.SortableContainer .box .box-title {
    cursor: move;
}

.box .box-title {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 0px 0px 6px;
}

    .box .box-title h1 {
        display: inline-block;
        margin: 0;
        font-size: 1.1rem;
        color: #222;
    }

    .box .box-title .box-tools {
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
    }

        .box .box-title .box-tools button {
            background-color: transparent;
            color: #adb5bd;
            border: 0;
            outline: none;
            font-size: 1rem;
            margin: 0;
            padding: 5px 10px;
        }

            .box .box-title .box-tools button:hover {
                color: #000;
            }

    .box .box-title.box-hide button i.mdi-minus:before {
        content: "\f415";
    }

.box .box-content {
    border-top: 1px solid #dee2e6;
}

.box .box-footer {
    padding: 10px;
    background-color: rgba(0,0,0,.03);
}


.Goalbox {
}

    .Goalbox .Goalboxhdr {
        display: flex;
    }

    .Goalbox + .Goalbox {
        margin-top: 15px;
    }

    .Goalbox .progress {
        height: 10px;
        margin-top: 5px;
        border-radius: 3px;
        overflow: hidden;
    }

    .Goalbox .progress-bar {
        height: 100%;
    }

    .Goalbox strong {
        margin-left: auto;
    }

        .Goalbox strong span {
            font-weight: normal;
        }

#Task ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

    #Task ul li {
        /*border-radius: 2px;
    background-color: #f8f9fa;
    border-left: 2px solid #e9ecef;    
    margin-bottom: 2px;
    padding: 10px;*/
        color: #495057;
    }

        #Task ul li + li {
            margin-top: 10px;
        }



.today ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .today ul li {
        display: flex;
    }

        .today ul li + li {
            border-top: 1px solid #eee;
            /*margin-top: 15px;*/
        }

        .today ul li .time {
            padding-top: 15px;
            font-weight: 700;
            color: #333;
            max-width: 55px;
            flex: 0 0 55px;
            text-align: center;
        }

        /*.today ul li:nth-child(odd) .content {
    background-color: #ffe2e7;
}

.today ul li:nth-child(even) .content {
    background-color: #e6e4ef;
}*/

        .today ul li .content {
            width: 100%;
            padding: 15px;
            border-radius: 10px;
        }

            .today ul li .content strong {
                display: block;
                color: #333;
            }

            .today ul li .content .memberstiming {
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-top: 15px;
            }

            .today ul li .content .members {
            }

                .today ul li .content .members a {
                    width: 40px;
                    height: 40px;
                    display: inline-block;
                    position: relative;
                    border-radius: 100%; /*overflow:hidden;*/
                    background: rgba(0,0,0,.15);
                }

                    .today ul li .content .members a + a {
                        margin-left: -20px;
                    }

                    .today ul li .content .members a img {
                        width: 100%;
                        height: 100%;
                        border-radius: 100%;
                    }

                    .today ul li .content .members a.remainingmembers {
                        margin-left: 30px;
                        text-align: center;
                        line-height: 40px;
                        font-size: 1rem;
                        font-weight: 600;
                        color: #000;
                    }

                        .today ul li .content .members a.remainingmembers:before {
                            content: '\f415';
                            font-family: Material Design Icons;
                            position: absolute;
                            left: -23px;
                            color: #666;
                        }

            .today ul li .content .memberstiming .timing {
                font-weight: 500;
            }



/*//////// Chating */
.chat-messages {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    height: 250px;
    overflow: auto;
    padding: 10px;
}

.chat-msg,
.chat-text {
    display: block;
}

.chat-msg {
    margin-bottom: 10px;
}

    .chat-msg::after {
        display: block;
        clear: both;
        content: "";
    }

.chat-messages,
.chat-contacts {
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.chat-text {
    border-radius: 0.3rem;
    /*background-color: #d2d6de;
    border: 1px solid #d2d6de;*/
    background-color: #f5f5f5;
    color: #444;
    margin: 5px 0 0 50px;
    padding: 5px 10px;
    position: relative;
}

    .chat-text::after, .chat-text::before {
        border: solid transparent;
        border-right-color: #f5f5f5;
        /*border-right-color: #d2d6de;*/
        content: " ";
        height: 0;
        pointer-events: none;
        position: absolute;
        right: 100%;
        top: 15px;
        width: 0;
    }

    .chat-text::after {
        border-width: 5px;
        margin-top: -5px;
    }

    .chat-text::before {
        border-width: 6px;
        margin-top: -6px;
    }

.right .chat-text {
    margin-left: 0;
    margin-right: 50px;
}

    .right .chat-text::after, .right .chat-text::before {
        border-left-color: #f5f5f5;
        /*border-left-color: #d2d6de;*/
        border-right-color: transparent;
        left: 100%;
        right: auto;
    }

.chat-img {
    border-radius: 50%;
    float: left;
    height: 40px;
    width: 40px;
}

.right .chat-img {
    float: right;
}

.chat-infos {
    display: block;
    font-size: 0.875rem;
    margin-bottom: 2px;
}

.chat-name {
    font-weight: 600;
}
/*//////// Chating end*/

/*****************************************
           // Dashboard
*****************************************/



/*****************************************
           User Profile
*****************************************/
.UserDetails {
    text-align: center;
}

    .UserDetails img {
        margin: 0 auto;
        width: 100px;
        border: 3px solid #d2d6de;
        border-radius: 100%;
    }

    .UserDetails h3 { /*font-weight:600;*/
        font-size: 1.4rem;
        margin: 6px 0 0;
    }

    .UserDetails span {
        font-size: 0.9rem;
        color: #777;
    }

    .UserDetails ul {
        padding: 0;
        margin: 10px 0 15px;
        list-style-type: none;
    }

        .UserDetails ul li {
            display: flex;
            padding: 7px 0;
            border-top: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
            margin-top: -1px;
        }

            .UserDetails ul li strong {
                font-weight: 500;
            }

            .UserDetails ul li span {
                margin-left: auto;
            }

.AboutMe ul {
    padding: 0;
    margin: 0 10px;
    list-style-type: none;
}

    .AboutMe ul li {
        padding: 10px 0;
    }

        .AboutMe ul li + li {
            border-top: 1px solid #555;
        }

        .AboutMe ul li .label {
            padding: 4px 6px;
            font-size: 0.75rem;
            border-radius: 3px;
        }
/*****************************************
           // User Profile
*****************************************/


/*****************************************
            Survey
*****************************************/


.SurveyHdr {
    padding: 25px;
    background: #fff;
    color: #666;
    font-weight: 600;
    font-size: 1.2rem;
}

.SurveyRight {
}

.NewSurvey {
    background: #fff;
    border-right: 1px solid #ddd;
}

    .NewSurvey a {
        color: #888;
        text-align: center; /*font-weight:600;*/
        padding: 10px 15px;
        margin: 0 20px 20px;
        display: block;
        border-radius: 30px;
        box-shadow: 0px 0px 15px 2px rgba(51, 62, 72, .10);
        transition: all .3s ease-in-out;
    }

        .NewSurvey a:hover, .NewSurvey a.active {
            background-color: var(--theme-background);
            color: #fff;
        }

        .NewSurvey a + a {
            margin-top: 15px;
        }

.Survey-list {
    padding: 20px 20px 0;
}

    .Survey-list .row {
        margin: 0 -10px;
    }

        .Survey-list .row [class*=col-] {
            padding: 0 10px;
        }

    .Survey-list + .Survey-list { /*margin-top:20px;*/
        padding-top: 10px;
    }

    .Survey-list .Survey-content {
        margin: 0 auto 15px;
        background: #fff;
        display: block;
        border: 1px solid rgba(0, 0, 0, 0.05);
        border-radius: 5px;
        transition: all 0.3s ease-in-out;
    }

        .Survey-list .Survey-content:hover {
        }

        .Survey-list .Survey-content .Survey-img {
            width: 100%;
            overflow: hidden;
            border-radius: 5px;
            background-color: var(--theme-background);
        }

            .Survey-list .Survey-content .Survey-img img {
                width: 100%;
            }

            .Survey-list .Survey-content .Survey-img h5 {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                font-size: 1rem;
                font-weight: 600;
                color: #fff;
                padding: 0;
                margin: 0 0 5px;
                line-height: 1.2;
                text-align: center;
            }

.Survey-ol {
    list-style: none;
    counter-reset: item;
    padding: 0;
    margin: 0;
    color: #6e767d;
}

    .Survey-ol > li {
        counter-increment: item;
        padding-left: 22px;
        margin-bottom: 50px;
        position: relative
    }

        .Survey-ol > li:nth-last-child(1) {
            margin: 0;
        }

        .Survey-ol > li > div {
            margin-top: 20px;
        }

            .Survey-ol > li > div > label {
                display: block !important;
                margin-bottom: 15px !important;
            }

        .Survey-ol > li:before {
            margin-right: 10px;
            content: counter(item) ".";
            font-weight: 500;
            color: #1B2432;
            text-align: center;
            display: inline-block;
            position: absolute;
            left: 0;
            top: 0;
        }

.Survey-Progress {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-background);
    color: #fff;
    padding: 15px;
    text-align: center;
    position: sticky;
    bottom: 0;
    z-index: 9;
}

    .Survey-Progress .progress {
        width: 200px;
        height: 10px;
        line-height: 10px;
        margin-left: 20px;
        background-color: transparent;
        border: 1px solid #fff;
    }

    .Survey-Progress .progress-bar {
        height: 10px;
        line-height: 10px;
        background-color: #fff;
    }
/*****************************************
           // Survey
*****************************************/


/*****************************************
           Summernote
*****************************************/

.note-toolbar {
    background: #f9f9f9;
}

    .note-toolbar .note-btn {
        padding: 5px 10px;
        margin: 0;
        background: #fff !important;
        color: #555 !important;
        border: 1px solid #ddd !important;
        height: auto;
        line-height: normal;
        box-shadow: none !important;
    }

        .note-toolbar .note-btn:hover {
            background-color: #d4d4d4 !important;
            border-color: #8c8c8c !important;
        }
/*****************************************
           // Summernote
*****************************************/




/*****************************************
           Table
*****************************************/
.table td, .table th {
    text-align: center;
    font-size: inherit !important;
    font-weight: inherit !important;
}

.table thead th {
    vertical-align: bottom;
    font-weight: 500 !important;
    border-bottom: 2px solid #e9ecef;
    padding: 10px 10px !important;
    background: #fff !important;
    color: #000 !important;
}

.modal .modal-body .mdl .tblResult thead {
    top: -17px !important;
    z-index: 1;
}
/*.mdl .tblResult thead {
    position: sticky;
    top: 58px;
}*/

@media screen {
    .mdl .tblResult {
        margin-top: 3px;
    }

        .mdl .tblResult thead > tr {
            /*position: sticky;*/
            top: 58px !important;
            z-index: 1;
            background: #fff;
        }

            .mdl .tblResult thead > tr + tr {
                top: 88px;
            }

            .mdl .tblResult thead > tr:nth-last-child(1):after {
                content: "";
                background: var(--theme-bg-sub-menu);
                width: 100%;
                height: 1px;
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0px;
                z-index: 1;
            }
    /*.mdl .tblResult thead tr + tr th{
        position:relative;
    }
    .mdl .tblResult thead tr + tr th::after {
        content: "";
        background: #ddd;
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0px;
        z-index: 1;
        display:block!important;
    }*/

    .noLinenoFix.mdl .tblResult thead > tr:after {
        display: none !important;
    }

    .noLinenoFix.mdl .tblResult thead > tr {
        position: initial !important;
    }

    div.modal-dialog .tblResult thead > tr:after {
        display: none !important;
    }

    div.modal-dialog .tblResult thead > tr {
        position: initial !important;
    }

    /*.mdl .tblResult thead > tr > th:not(.chkClass):before,
    .mdl .tblResult thead > tr > th:not(.chkClass):after,
    .mdl .tblResult thead > tr > td:not(.chkClass):before,
    .mdl .tblResult thead > tr > td:not(.chkClass):after {
        content: "";
        background: #ddd;
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        right: 0;
    }

    .mdl .tblResult thead > tr > th:not(.chkClass):before,
    .mdl .tblResult thead > tr > td:not(.chkClass):before {
        bottom: -1px;
    }

    .mdl .tblResult thead > tr > th:not(.chkClass):after,
    .mdl .tblResult thead > tr > td:not(.chkClass):after {
        top: -1px;
    }*/
}

.tblResult, .tblResult1 {
    width: 100%;
}

    .tblResult thead th, .tblResult1 thead th {
        border: 1px solid var(--theme-bg-sub-menu);
        background-color: #fff;
        color: #222;
        font-size: 0.8rem;
        font-weight: 600;
    }

    .tblResult th, .tblResult1 th,
    .tblResult td, .tblResult1 td {
        border: 1px solid var(--theme-bg-sub-menu);
    }

        .tblResult td.advSearch,
        .tblResult1 td.advSearch {
            padding: 0;
        }

            .tblResult td.advSearch .textbox,
            .tblResult1 td.advSearch .textbox {
                background: var(--theme-bg-light-bg);
                border: 0px solid var(--theme-bg-light-bg) !important;
            }

.tblResultnobdr {
    color: #6e6b7b;
}

    .tblResultnobdr table {
        width: 100%;
    }

    .tblResultnobdr ._sno {
        width: 50px;
        text-align: center;
    }

    .tblResultnobdr thead th {
        background-color: #f3f2f7;
        border-bottom-width: 2px;
    }

    .tblResultnobdr thead th, .tblResultnobdr tbody td {
        border-left: 0 !important;
        border-right: 0 !important;
        border: 1px solid #ebe9f1;
        color: #6e6b7b;
        padding: 8px !important;
        height: auto !important;
        font-size: .9rem !important;
    }

    .tblResultnobdr .topspan,
    .tblResultnobdr .btmspan {
        display: block;
    }

    .tblResultnobdr .topspan {
        color: #0000ff;
    }

    .tblResultnobdr .btmspan {
        color: #ff0000;
    }

.photoname {
    display: flex;
    align-items: center;
    line-height: 1.3;
}

    .photoname figure {
        margin: 0 12px 0 0;
    }

    .photoname .nameinitial,
    .photoname .photothumb {
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        font-size: 10pt;
        font-weight: bold;
        color: var(--theme-color);
        vertical-align: middle;
        display: inline-block;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }

    .photoname .nameinitial {
        background: rgba(0,0,0,.1);
    }

    .photoname strong {
        display: block;
    }

    .photoname small {
        color: #b9b9c3 !important;
    }
/*****************************************
           // Table
*****************************************/





/*****************************************
           My Profile
*****************************************/
#myprofile {
    max-width: 1150px;
    margin: 0 auto;
    padding-top: 15px;
}

    #myprofile .linetab .nav-tabs.top-tabs {
        background-color: #fff;
        border: 0;
        padding: 0 15px;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.13), 0 1px 3px rgba(0, 0, 0, 0.20);
        border-radius: 4px;
    }

@media (min-width:992px) {
    #myprofile .linetab .nav-tabs.top-tabs {
        position: sticky;
        top: 59px;
        z-index: 2;
    }
}

#myprofile .linetab .nav-tabs.top-tabs i {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    font-size: 2rem;
    line-height: 1;
}

#myprofile .portlet-box {
    padding: 20px; /*overflow:hidden;*/
}

#myprofile .btns {
    padding: 10px 15px;
    flex: 0 0 100%;
}

    #myprofile .btns a {
        padding: 5px 10px;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px;
        border: 1px solid transparent;
        text-decoration: none !important;
    }

        #myprofile .btns a:hover {
            background-color: #f5f5f5;
        }

        #myprofile .btns a.edit {
            color: #155724;
        }

            #myprofile .btns a.edit:hover {
                color: #155724;
                background-color: #d4edda;
                border-color: #c3e6cb;
            }

        #myprofile .btns a.delete {
            color: #721c24;
        }

            #myprofile .btns a.delete:hover {
                color: #721c24;
                background-color: #f8d7da;
                border-color: #f5c6cb;
            }

        #myprofile .btns a i {
            margin-right: 5px;
        }

.myprofilephotos {
    margin: -20px -20px 0;
    position: relative;
}

.profilebanner {
    height: 200px;
    overflow: hidden;
    border-radius: 4px;
}

    .profilebanner img {
        width: 100%;
    }

    .profilebanner > a {
        background: #fff;
        position: absolute;
        top: 25px;
        right: 25px;
    }

.profilephto {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    overflow: hidden;
    border: 4px solid #fff;
    position: absolute;
    left: 25px;
    bottom: -50px;
}

    .profilephto img {
        width: 100%;
    }

    .profilephto .filetype {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
    }

        .profilephto .filetype [type=file] {
            cursor: inherit;
            display: block;
            font-size: 999px;
            filter: alpha(opacity=0);
            min-height: 100%;
            min-width: 100%;
            opacity: 0;
            position: absolute;
            top: 0;
            right: 0;
        }

.myinfo {
}

    .myinfo .editprofilebtn {
        height: 50px;
    }

    .myinfo h3 {
        font-weight: 600;
        font-size: 1.6rem;
        margin-top: 15px;
        margin-bottom: 8px;
    }

    .myinfo .latestcom {
    }

        .myinfo .latestcom a {
            display: flex;
            align-items: center;
            font-weight: 600;
            color: #222;
        }

            .myinfo .latestcom a:hover {
                text-decoration: underline !important;
            }

            .myinfo .latestcom a + a {
                margin-top: 10px;
            }

            .myinfo .latestcom a img {
                max-width: 32px;
                flex: 0 0 32px;
                height: 32px;
                margin-right: 8px;
            }


.form-save-content {
    margin-bottom: 15px;
}

    .form-save-content .title {
        color: #b8b8b8;
        font-weight: normal;
        margin-bottom: 3px;
    }

    .form-save-content .desc {
    }

.sectionintab {
    font-weight: 500;
    font-size: 1.4rem;
    color: #333;
    margin-top: 10px;
    margin-bottom: 25px;
}


.Featured .portlet-box-header {
    padding-right: 100px;
}

#Featured .owl-stage {
    display: flex;
}

#Featured .owl-item {
    display: flex;
    flex: 1 0 auto;
}

#Featured .item {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
}

    #Featured .item a {
        color: initial;
    }

        #Featured .item a:hover {
            /*text-decoration:underline!important;*/
        }

        #Featured .item a figure {
            height: 200px;
            margin: 0 auto;
            overflow: hidden;
            display: block;
            position: relative;
            border-radius: 8px 8px 0 0;
        }

            #Featured .item a figure img {
                height: 100%;
            }

        #Featured .item a .content {
            padding: 15px;
        }

            #Featured .item a .content strong {
                display: block;
            }

            #Featured .item a .content p {
                margin-top: 5px;
                margin-bottom: 0;
            }

#Featured .owl-nav {
    margin: 0;
    position: absolute;
    right: 0;
    top: -58px;
}

    #Featured .owl-nav > button {
        width: 40px;
        height: 40px;
        line-height: 40px;
        padding: 0;
        font-size: 1.8rem;
        color: #777;
        outline: none !important;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
        -moz-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
        -ms-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
    }

        #Featured .owl-nav > button.disabled {
            cursor: not-allowed;
            opacity: 0.5;
        }

        #Featured .owl-nav > button:not(.disabled):hover {
            background-color: #eee;
        }


.Experience {
}

    .Experience .exp .anc {
        display: flex;
        align-items: flex-start;
        color: #222;
    }

        .Experience .exp .anc:hover {
            text-decoration: underline !important;
        }

    .Experience .exp + .exp .anc img {
        margin-top: 30px;
    }

    .Experience .exp + .exp .anc .content {
        width: 100%;
        padding-top: 15px;
        /*margin-top: 15px;*/
        border-top: 1px solid #eee;
    }

    .Experience .exp .anc img {
        max-width: 55px;
        flex: 0 0 55px;
        height: 55px;
        margin-right: 20px;
    }

    .Experience .exp .anc .content h3 {
        font-size: 1.02rem;
        font-weight: 600;
        color: #555;
        margin-bottom: 4px;
    }

    .Experience .exp .anc .content p {
        margin-bottom: 8px;
    }

    .Experience .exp .clsWebsite {
        display: inline-block;
        /*display: flex;
    align-items: center;*/
        background: transparent;
        color: #555;
        border: 1px solid #eee;
        outline: none !important;
        border-radius: 10px;
        overflow: hidden;
        padding: 0;
        margin: 15px 0 0 75px;
    }

        .Experience .exp .clsWebsite img {
            max-width: 55px;
            flex: 0 0 55px;
            height: 55px;
            margin-right: 15px;
            border-right: 1px solid #eee;
        }

        .Experience .exp .clsWebsite span {
            font-weight: 600;
            padding: 0 15px;
        }

        .Experience .exp .clsWebsite:hover {
            text-decoration: underline !important;
        }

.Education {
}

    .Education .portlet-box-body .clsItemEducation a {
        display: flex;
        align-items: flex-start;
        color: #222;
    }

        .Education .portlet-box-body .clsItemEducation a:hover {
            text-decoration: underline !important;
        }

        .Education .portlet-box-body .clsItemEducation a img {
            max-width: 55px;
            flex: 0 0 55px;
            height: 55px;
            margin-right: 20px;
        }

    .Education .portlet-box-body .clsItemEducation + .clsItemEducation a img {
        margin-top: 30px;
    }

    .Education .portlet-box-body .clsItemEducation + .clsItemEducation a .content {
        width: 100%;
        padding-top: 15px;
        /*margin-top: 15px;*/
        border-top: 1px solid #eee;
    }

    .Education .portlet-box-body .clsItemEducation a .content h3 {
        font-size: 1rem;
        font-weight: 600;
        color: #555;
        margin-bottom: 4px;
    }

.LicenseRecognitions {
}

    .LicenseRecognitions .portlet-box-body .clsItemLicenseRecognitions a {
        display: flex;
        align-items: flex-start;
        color: #222;
    }

        .LicenseRecognitions .portlet-box-body .clsItemLicenseRecognitions a:hover {
            text-decoration: underline !important;
        }

        .LicenseRecognitions .portlet-box-body .clsItemLicenseRecognitions a img {
            max-width: 55px;
            flex: 0 0 55px;
            height: 55px;
            margin-right: 20px;
        }

    .LicenseRecognitions .portlet-box-body .clsItemLicenseRecognitions + .clsItemLicenseRecognitions a img {
        margin-top: 15px;
    }

    .LicenseRecognitions .portlet-box-body .clsItemLicenseRecognitions + .clsItemLicenseRecognitions a .content {
        width: 100%;
        padding-top: 15px;
        /*margin-top: 15px;*/
        border-top: 1px solid #eee;
    }

    .LicenseRecognitions .portlet-box-body .clsItemLicenseRecognitions a .content h3 {
        font-size: 1rem;
        font-weight: 600;
        color: #555;
        margin-bottom: 4px;
    }

.Skills {
}

    .Skills ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .Skills ul li a.h3 {
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 8px;
            margin-right: 8px;
        }

        .Skills ul li a {
            color: #333;
        }

            .Skills ul li a:hover {
                text-decoration: underline !important;
            }

        .Skills ul li + li {
            padding-top: 15px;
            /*margin-top: 15px;*/
            border-top: 1px solid #eee;
        }


.Recommendations .tab-pane ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .Recommendations .tab-pane ul li {
        display: flex;
        align-items: flex-start;
    }

        .Recommendations .tab-pane ul li + li {
            padding-top: 15px;
            margin-top: 15px;
            border-top: 1px solid #eee;
        }

        .Recommendations .tab-pane ul li a {
            display: flex;
            align-items: flex-start;
            color: #222;
        }

            .Recommendations .tab-pane ul li a:hover {
                text-decoration: underline !important;
            }

            .Recommendations .tab-pane ul li a img {
                max-width: 60px;
                flex: 0 0 60px;
                height: 60px;
                border-radius: 100%;
                margin-right: 20px;
            }

            .Recommendations .tab-pane ul li a strong {
                font-size: 1.02rem;
                font-weight: 600;
                color: #555;
                margin-bottom: 4px;
            }

.Recommendations #ReceivedRecommendations ul li p.fixedheight {
    height: 9em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.Recommendations #ReceivedRecommendations ul li p {
    font-size: 1rem;
    margin: 0;
    line-height: 1.5em;
}

.Recommendations .Seemoreless {
    font-size: 1rem;
    font-weight: 500;
    color: var(--theme-color) !important;
}

.recommendationModal ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .recommendationModal ul li {
    }

        .recommendationModal ul li + li {
            padding-top: 15px;
            margin-top: 15px;
            border-top: 1px solid #eee;
        }

        .recommendationModal ul li a {
            display: flex;
            align-items: flex-start;
            color: #222;
        }

            .recommendationModal ul li a:hover {
                text-decoration: underline !important;
            }

            .recommendationModal ul li a img {
                max-width: 60px;
                flex: 0 0 60px;
                height: 60px;
                border-radius: 100%;
                margin-right: 20px;
            }

            .recommendationModal ul li a h3 {
                font-size: 1.02rem;
                font-weight: 600;
                color: #555;
                margin-bottom: 4px;
            }

            .recommendationModal ul li a .content span {
                display: block;
            }


.Accomplishments {
}

    .Accomplishments ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .Accomplishments ul li strong {
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 5px;
            color: #333;
            display: block;
        }

        .Accomplishments ul li + li {
            padding-top: 15px;
            /*margin-top: 15px;*/
            border-top: 1px solid #eee;
        }

        .Accomplishments ul li p {
            margin: 0;
        }


.Interests .portlet-box-body .clsItemInterest + .clsItemInterest {
    padding-top: 15px;
    /*margin-top: 15px;*/
    border-top: 1px solid #eee;
}

.Interests .portlet-box-body .clsItemInterest a {
    display: flex;
    align-items: center;
}

    .Interests .portlet-box-body .clsItemInterest a:hover {
        text-decoration: underline !important;
    }

    .Interests .portlet-box-body .clsItemInterest a img {
        max-width: 50px;
        flex: 0 0 50px;
        height: 50px;
        border-radius: 100%;
        margin-right: 10px;
    }

    .Interests .portlet-box-body .clsItemInterest a strong {
        color: #222;
        display: block;
    }


#BuddyRequestListModal ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    #BuddyRequestListModal ul li {
    }

        #BuddyRequestListModal ul li + li {
            padding-top: 15px;
            margin-top: 15px;
            border-top: 1px solid #eee;
        }

        #BuddyRequestListModal ul li a {
            display: flex;
            align-items: flex-start;
            color: #222;
        }

            #BuddyRequestListModal ul li a:hover {
                text-decoration: underline !important;
            }

            #BuddyRequestListModal ul li a img {
                max-width: 60px;
                flex: 0 0 60px;
                height: 60px;
                border-radius: 100%;
                margin-right: 20px;
            }

            #BuddyRequestListModal ul li a h3 {
                font-size: 1.02rem;
                font-weight: 600;
                color: #555;
                margin-bottom: 4px;
            }

            #BuddyRequestListModal ul li a .content span {
                display: block;
            }



.ReportBlockBody {
    padding: 15px 0 0 0 !important;
}

    .ReportBlockBody .list-group li {
        padding: 0;
    }

        .ReportBlockBody .list-group li a {
            padding: 10px 40px 10px 10px;
            position: relative;
            display: block;
            color: inherit;
        }

            .ReportBlockBody .list-group li a:after {
                content: "\f054";
                font-family: Material Design Icons;
                position: absolute;
                right: 10px;
                top: 50%;
                margin-top: -9px;
                line-height: normal;
                font-size: 18px;
            }

            .ReportBlockBody .list-group li a strong {
                display: block;
                margin-bottom: 4px;
                font-weight: 500;
            }

.people {
}

.peopleul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

    .peopleul li + li {
        margin-top: 15px;
    }

    .peopleul a {
        display: flex;
        align-items: center;
    }

        .peopleul a:hover {
            text-decoration: underline !important;
        }

        .peopleul a img {
            max-width: 50px;
            flex: 0 0 50px;
            height: 50px;
            border-radius: 100%;
            margin-right: 10px;
        }

        .peopleul a strong {
            color: #222;
            display: block;
        }

    .peopleul button {
        background: transparent;
        color: #555;
        border: 1px solid #888;
        outline: none !important;
        border-radius: 30px;
        padding: 5px 15px;
        margin: 5px 0 0 60px;
        font-weight: 600;
    }

.profilerightadd a {
    display: block;
    text-align: center;
}

    .profilerightadd a img {
        width: 100%;
    }

.profilerightaddsticky {
    position: sticky;
    top: 78px;
}
/*****************************************
           // My Profile
*****************************************/


/*****************************************
            Products
*****************************************/
.productscontainer {
}

.productstopsearch {
    display: flex;
    justify-content: space-between;
}

    .productstopsearch .input-group select {
        max-width: 100px;
        flex: 0 0 100px;
    }

    .productstopsearch .input-group input[type=text] {
        max-width: 400px;
        flex: 0 0 400px;
    }

.productcategory {
}

    .productcategory + .productcategory {
        margin-top: 10px;
    }

.productcategoryheader {
    display: flex;
    justify-content: space-between;
}

    .productcategoryheader h3 {
        margin: 0 0 15px;
        font-weight: 600;
        font-size: 1.6rem;
    }

.productwrapper {
    background-color: #fff;
    color: #6e6b7b;
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 24px 0 rgba(34, 41, 47, .10);
}

    .productwrapper:hover {
        box-shadow: 0 4px 24px 0 rgba(34, 41, 47, .25);
    }

    .productwrapper figure {
        padding: 15px;
        margin: 0;
        max-height: 250px;
    }

        .productwrapper figure img {
            max-width: 100%;
            max-height: 100%;
        }

.productcontent {
    padding: 0 15px;
    margin-bottom: 15px;
}

    .productcontent .staramt {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }

        .productcontent .staramt .star {
            font-size: 18px;
            color: #ff9f43;
            display: flex;
        }

        .productcontent .staramt .amt {
            font-size: 115%;
            font-weight: 600;
        }

    .productcontent .name strong {
        font-size: 105%;
        font-weight: 600;
        margin-bottom: 5px;
        display: block;
    }

    .productcontent .name span {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
    }

.productwrapper a {
    padding: 10px 15px;
    display: block;
    font-size: 105%;
    font-weight: 600;
    text-align: center;
}

    .productwrapper a i + span {
        margin-left: 8px;
    }


.productdetails {
    background-color: #fff;
    color: #6e6b7b;
    margin-bottom: 25px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 24px 0 rgba(34, 41, 47, .10);
}

    .productdetails figure {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

        .productdetails figure img {
            max-width: 100%;
            max-height: 100%;
        }

.productdata {
    padding: 30px 0;
}

    .productdata h4 {
        margin: 0 0 10px;
        font-size: 1.2rem;
    }

    .productdata small {
        margin: 0 0 15px;
        display: block;
    }

    .productdata .staramt {
        display: flex;
        margin-bottom: 10px;
    }

        .productdata .staramt .amt {
            font-size: 1.2rem;
            font-weight: 600;
            margin-right: 40px;
        }

        .productdata .staramt .star {
            font-size: 18px;
            color: #ff9f43;
            display: flex;
        }

    .productdata h6 {
        margin: 0 0 20px;
    }

.productcart {
    display: grid;
    grid-template-columns: 1fr 2.2fr .8fr;
    background-color: #fff;
    color: #6e6b7b;
    margin-bottom: 25px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 24px 0 rgba(34, 41, 47, .10);
}

    .productcart:hover {
        transform: translateY(-5px);
        box-shadow: rgba(34, 41, 47, .25) 0px 4px 25px 0px;
    }

    .productcart figure {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        margin: 0;
    }

    .productcart + .productcart {
        margin-top: 20px;
    }

    .productcart figure img {
        max-width: 100%;
        max-height: 100%;
    }

.cartbody {
    padding: 20px 15px;
    border-right: 1px solid #cdcdcd;
}

    .cartbody h4 {
        margin: 0 0 5px;
        font-size: 1.2rem;
    }

    .cartbody small {
        margin: 0 0 5px;
        display: block;
    }

    .cartbody .staramt {
        display: flex;
        margin-bottom: 5px;
    }
        /*.cartbody .staramt .amt{
    font-size:1.2rem; font-weight:600;  margin-right:40px;
}*/
        .cartbody .staramt .star {
            font-size: 18px;
            color: #ff9f43;
            display: flex;
        }

    .cartbody .input-group {
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 4px;
        width: 140px;
        margin: 0;
    }

        .cartbody .input-group .form-control {
            border-top: 0;
            border-bottom: 0;
        }

.cartoptions {
    padding: 25px 17px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: left;
}

    .cartoptions .amt {
        font-size: 1.0rem;
        font-weight: 600;
    }

    .cartoptions .btn {
        display: flex !important;
        justify-content: center;
    }

.productcartright {
    background-color: #fff;
    color: #6e6b7b;
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 24px 0 rgba(34, 41, 47, .10);
}

    .productcartright ul {
        padding: 15px 0 0;
        margin: 15px 0;
        border-top: 1px solid #ebe9f1;
    }

        .productcartright ul li {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .productcartright ul li + li {
                margin-top: 8px;
            }

            .productcartright ul li:nth-last-child(1) {
                padding: 15px 0 0;
                margin: 15px 0 0;
                border-top: 1px solid #ebe9f1;
            }

    .productcartright .buy-now {
        position: fixed;
        bottom: 40px;
        right: 25px;
        z-index: 9;
        box-shadow: 0 1px 20px 1px #ea5455 !important;
    }

        .productcartright .buy-now:hover {
            box-shadow: none;
        }
/*****************************************
           // Products
*****************************************/


/*#calendar{position:relative;}

.fc-toolbar.fc-header-toolbar{
    margin: 40px 0 15px!important; padding:0!important; border:0!important;
}
.fc-toolbar .fc-left{
    display:flex; float:right!important;
}
.fc-toolbar .fc-left .fc-button-group{
    order:2;
}
.fc-toolbar .fc-center{
    float:left!important;
}
.fc-toolbar .fc-center h2 {
    font-size: 1.3rem!important;
    font-weight: 700!important;
}
.fc-toolbar .fc-right {
    float: right;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}
.fc-toolbar .fc-right .fc-button-group{
    border: 1px solid #dfdfdf!important;
    border-radius: 5px!important;    
}
.fc-toolbar .fc-right .fc-button-group button{
    padding:0 20px; border:0!important;
}
.fc-toolbar .fc-right .fc-button-group .fc-state-active{
    background: #dfdfdf!important;
    color: #000!important;
}
.fc-toolbar.fc-header-toolbar .btn{
    background: transparent!important;
    color: #000!important;
    box-shadow: none!important;
}

.fc-unthemed th {
    background: transparent!important;
    color: #000!important;
    font-weight: 500;
    padding: 2px 5px;
}
.fc-unthemed th, 
.fc-unthemed td, 
.fc-unthemed thead, 
.fc-unthemed tbody, 
.fc-unthemed .fc-divider, 
.fc-unthemed .fc-row, 
.fc-unthemed .fc-content, 
.fc-unthemed .fc-popover, 
.fc-unthemed .fc-list-view, 
.fc-unthemed .fc-list-heading td{
    border-color:#dadce0!important;
}
.fc-head-container.fc-widget-header{
    border:0!important;
}
.fc-row.fc-widget-header th{
    border:0!important;
    font-size: 1rem;
    color: #454545!important;
}*/


.clsdanger {
    color: red;
    background: #fdfdde;
}



.clsImageWaiting {
    width: 100px;
    height: 100px;
    opacity: 0.8;
    background: #ffc107;
    border: 1px solid #d19d00;
    z-index: 9999999;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    color: #000;
    margin: 20px 5px;
    text-align: center;
    padding-top: 41px;
    font-size: 14px;
    font-weight: 500;
}

@media screen {
    .content {
        width: 100%;
        margin: 0 auto;
        /* border: 1px solid #000;*/
    }
    /*.contentTable thead tr th:first-child,
    .contentTable tbody tr th:first-child {
        border-left: 0 !important
    }
    .contentTable tbody tr td:nth-last-child(1), 
    .contentTable thead tr th:nth-last-child(1) {
        border-right: 0 !important
    }
    .contentTable tbody tr:nth-last-child(1) td {
        border-bottom: 0 !important
    }
    .contentTable thead tr th,
    .contentTable tbody tr td {
        border: 1px solid #000;
    }*/
    /*.header {
        text-align: center;
        border-bottom: 1px solid #000;
        padding: 15px 0;
        margin-bottom: 15px;
    }
    .header strong {
        font-size: 1.3rem;
    }

    .header .logo {
        float: left;
        width: 120px;
    }

    .header .name {
        float: left;
    }

    #headerHeight {
        vertical-align: top;
        font-weight: 500;
    }

    #headerHeight .sub {
        font-weight: 600;
        text-decoration: underline;
        margin-bottom: 20px;
    }

    #footerHeight {
        vertical-align: bottom;
    }

    div.bodycontainer {
        padding: 0 25px;
    }

    .contentTable {
        margin: 0 auto;
        border-color: #000;
    }

    .contentTable th,
    .contentTable td {
        padding: 5px 8px;
    }

    table {
        width: 100%;
        border-collapse: collapse;
    }*/
}


@media print {
}

.noWhiteSpace th, .noWhiteSpace td {
    white-space: normal !important;
}

span.clsRed {
    color: #f00;
    font-weight: 600;
    font-size: 19px;
}



.clsHelpDocHeading {
    font-weight: 600;
    color: #007bff;
    margin-top: 5px;
    border-bottom: 1px dotted #007bff;
}

.clsHelpDocRouting {
    font-weight: 400;
    color: #938888;
    font-style: italic;
    font-size: 12px;
    margin-top: 3px;
}

.clsHelpDocText {
    padding: 3px 0;
}

.clsHelpDocImageView {
    float: right;
    color: #e99000;
    font-size: 18px;
}

@media only screen and (max-width: 500px) {
    /* .chkClass:after {
        top: 9px;
    }*/
    ._0data {
        min-height: 180px;
        max-width: 100%;
        width: auto;
    }
}
