﻿

/***
Reset and overrides
***/
/* general body settings */

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    color: #000;
    font-family: "Montserrat", sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 13px;
    direction: ltr;
    padding-bottom: 60px; /* Height of the footer */
    min-width: 375px;
    background-color: #ECEDEC;
}

div,
input,
select,
textarea,
/*span,*/
img,
table,
td,
th,
p,
a,
button,
ul,
code,
pre,
li {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 5px !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 300 !important;
}

h2 {
    margin-top: 5px;
    margin-bottom: 15px;
}

/********************
 GENERAL LAYOUT
*********************/

/***
Header and header elements.
***/

.header {
    width: 100%;
    padding: 0 20px 0 20px;
    margin: 0;
    border: 0px;
    padding: 0px;
    box-shadow: none;
    height: 42px;
    min-height: 42px;
    border-radius: 0px !important;
}

    .header.navbar-fixed-top {
        z-index: 9995 !important;
    }

    .header .navbar-brand {
        display: inline-block;
        margin-top: -7px;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        width: 180px;
    }

        .header .navbar-brand img {
            margin-left: 20px;
        }

        .header .navbar-brand.text-logo {
            padding-left: 20px;
            padding-top: 12px;
        }

    .header .navbar-toggle {
        margin: 8px 6px 4px 6px;
        padding: 0;
        padding-top: 2px;
        padding-bottom: 6px;
        background-image: none;
        filter: none;
        box-shadow: none;
        color: #fff;
        border: 0;
    }

        .header .navbar-toggle:hover {
            text-decoration: none;
            background: none;
        }

    .header .navbar-nav {
        margin-right: 20px;
        display: block;
    }


        .header .navbar-nav > li {
            margin: 0px;
            padding: 0px;
        }

            .header .navbar-nav > li.dropdown,
            .header .navbar-nav > li.dropdown > a {
                padding-left: 4px;
                padding-right: 4px;
            }

                .header .navbar-nav > li.dropdown > a:last-child {
                    padding-right: 0;
                }

                .header .navbar-nav > li.dropdown:last-child {
                    padding-right: 2px;
                }

                .header .navbar-nav > li.dropdown .dropdown-toggle {
                    margin: 0px;
                    padding: 15px 10px 7px 10px;
                }

                    .header .navbar-nav > li.dropdown .dropdown-toggle > i {
                        font-size: 18px;
                    }

                .header .navbar-nav > li.dropdown .dropdown-menu > li > a > i {
                    font-size: 14px;
                }

                .header .navbar-nav > li.dropdown.user .dropdown-toggle {
                    padding: 7px 4px 6px 9px;
                }

                    .header .navbar-nav > li.dropdown.user .dropdown-toggle:hover {
                        text-decoration: none;
                    }

                    .header .navbar-nav > li.dropdown.user .dropdown-toggle .username {
                        color: #ddd;
                        max-width: 90px;
                        overflow: hidden;
                        display: inline-block;
                        text-overflow: ellipsis;
                        padding-left: 4px;
                    }
.progress-container {
    width: 100%;
    height: 10px;
    background-color: #ddd;
    margin-top: 10px;
}

/* The actual progress bar */
.progress-bar {
    height: 100%;
    width: 0; /* Initially set to 0% */
    background-color: orange; /* You can change the color here */
    transition: width 0.3s ease-in-out; /* Smooth transition */
}

input[type="password"] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
}
.navbar-nav .username-inside {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}

.user-avatar {
    display: inline-block;
}

.navbar-nav > li > a {
    line-height: 11px;
}

.header .navbar-nav li.dropdown.user .dropdown-toggle i {
    display: inline-block;
    margin-top: 5px;
    margin: 0;
    font-size: 16px;
}

.header .navbar-nav > li.dropdown.user .dropdown-menu i {
    width: 15px;
    display: inline-block;
    margin-right: 5px;
}

.header .navbar-nav > li.dropdown.user .dropdown-menu li.divider {
    margin: 0;
}

.header .navbar-nav > li.dropdown .dropdown-toggle .badge {
    position: absolute;
    top: 8px;
    right: 20px;
}

/* ------ side bar/responsive menu ------- */
@media (min-width: 1040px) {
    .page-sidebar.nav-collapse {
        display: none;
    }
}

.page-sidebar {
    background-color: #292929 !important;
}

ul.page-sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.page-sidebar-menu > li {
        display: block;
        margin: 0;
        padding: 0;
        border: 0px;
    }

        ul.page-sidebar-menu > li > a {
            display: block;
            position: relative;
            margin: 0;
            border: 0px;
            padding: 10px 15px;
            text-decoration: none;
            font-size: 14px;
            font-weight: 300;
            color: #999;
        }

            ul.page-sidebar-menu > li > a:hover {
                color: #FFF;
            }

        ul.page-sidebar-menu > li > ul.dropdown-menu {
            position: relative;
            top: auto;
            left: auto;
            list-style: none;
            clear: both;
            margin: 0px 0px 8px 0px;
            box-shadow: none;
            background: #383838;
            border: 0;
        }

            ul.page-sidebar-menu > li > ul.dropdown-menu > li {
                background: none;
                margin: 0px;
                padding: 0px;
                margin-top: 1px !important;
            }

                ul.page-sidebar-menu > li > ul.dropdown-menu > li a {
                    color: #999;
                }

                    ul.page-sidebar-menu > li > ul.dropdown-menu > li a:hover {
                        color: #FFF;
                        background: #e02222;
                    }
/***
Header Search
***/
.header .search-form {
    float: left;
    display: inline-block;
    margin-top: 6px;
    margin-left: 20px;
}

    .header .search-form .form-control {
        border: 0;
        padding-top: 3px;
        padding-right: 27px;
    }

    .header .search-form .submit {
        position: relative;
        display: block;
        float: right;
        margin-top: -21px;
        margin-right: 8px;
        width: 13px;
        height: 15px;
        box-shadow: none;
        border: 0px;
        padding: 0px;
        /*background-color: none;*/
        background-repeat: no-repeat !important;
        outline: none !important;
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

        .header .search-form .submit:hover {
            opacity: 1;
            filter: alpha(opacity=100);
        }

/***
Page Container
***/


/***
Footer
***/

/*.footer {
    padding: 8px 20px 5px 20px;
    font-size: 12px;
    clear: left;*/
    /*position:absolute;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */
/*}

    .footer:after,
    .footer:before {
        content: "";
        display: table;
        line-height: 0;
    }

    .footer:after {
        clear: both;
    }

    .footer .footer-inner {
        float: left;
        display: inline-block;
    }

    .footer .footer-tools {
        float: right;
        display: inline-block;
    }

        .footer .footer-tools .go-top {
            display: block;
            text-decoration: none;
            cursor: pointer;
            margin-top: -2px;
            margin-right: 0px;
            margin-bottom: 0px;
            font-size: 16px;
            padding: 0px 6px 0px 6px;
        }

            .footer .footer-tools .go-top i {
                font-size: 22px;
                margin-bottom: 5px;
            }*/

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f4f4f4; /* Set your desired background color */
    padding: 8px 20px 5px 20px;
    font-size: 12px;
}

    .footer:after,
    .footer:before {
        content: "";
        display: table;
        line-height: 0;
    }

    .footer:after {
        clear: both;
    }

    .footer .footer-inner {
        float: left;
        display: inline-block;
    }

    .footer .footer-tools {
        float: right;
        display: inline-block;
    }

        .footer .footer-tools .go-top {
            display: block;
            text-decoration: none;
            cursor: pointer;
            margin-top: -2px;
            margin-right: 0px;
            margin-bottom: 0px;
            font-size: 16px;
            padding: 0px 6px 0px 6px;
        }

            .footer .footer-tools .go-top i {
                font-size: 22px;
                margin-bottom: 5px;
            }
/***
Footer Layouts (new in v1.3)
***/
/* begin:fixed footer */

.page-footer-fixed .footer {
    background-color: #FFF;
    border-top: 1px #e5e5e5 solid;
}

/***
Horizantal Menu(new in v1.2)
***/

.header .hor-menu {
    margin: 0;
    float: left;
}

    .header .hor-menu ul.nav li a {
        font-size: 14px;
        padding-top: 12px;
        padding-left: 11px;
        padding-right: 6px;
        color: #999;
    }

@media (max-width: 1120px) {
    .header .hor-menu ul.nav li a {
        font-size: 14px;
        padding-top: 12px;
        padding-left: 9px;
        padding-right: 4px;
        color: #999;
    }

    .header .navbar-nav {
        margin-right: 9px;
    }

    .header .hor-menu {
        display: inline-block;
        float: none;
    }
}

@media (max-width: 1040px) {
    .header .hor-menu {
        display: none;
    }
}

.header .hor-menu ul.nav li {
    position: relative;
}

    .header .hor-menu ul.nav li:last-child {
        margin-bottom: -1px;
    }

    .header .hor-menu ul.nav li.current .selected,
    .header .hor-menu ul.nav li.active .selected {
        left: 50%;
        bottom: 0;
        position: absolute;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #e02222;
        display: inline-block;
        margin: 0;
        width: 0px;
        height: 0px;
        margin-left: -7px;
        margin-bottom: -6px;
    }




/*drop-down*/
.header .hor-menu .dropdown-menu {
    margin-top: 0;
    border: none;
    background: #383838;
}

.header .hor-menu .dropdown-submenu > .dropdown-menu {
    top: 0;
}

.header .hor-menu .dropdown-submenu > a:after {
    top: 8px;
    margin-right: 0px;
}

.header .hor-menu .dropdown-menu li > a {
    padding: 7px 18px !important;
    margin-bottom: 1px;
    color: #999;
}

.header .hor-menu .dropdown-menu .arrow {
    display: none;
}

.header .hor-menu .dropdown-menu li > a:hover,
.header .hor-menu .dropdown-menu li:hover > a,
.header .hor-menu .dropdown-menu li.active > a {
    filter: none !important;
}

.header .hor-menu .nav > li > .dropdown-menu:after,
.header .hor-menu .nav > li > .dropdown-menu:before {
    border-bottom: none !important;
}

/*search*/
.header .hor-menu .hor-menu-search-form-toggler {
    display: inline-block;
    padding: 12px 22px 12px 22px !important;
    cursor: pointer;
    background: url(../img/hor-menu-search.png) no-repeat center;
}

    .header .hor-menu .hor-menu-search-form-toggler:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

.header .hor-menu a.hor-menu-search-form-toggler-close {
    display: none;
}

/***
Hor menu
***/


.header .hor-menu ul.nav li.open > a,
.header .hor-menu ul.nav li > a:hover,
.header .hor-menu ul.nav li > a:focus {
    color: #fff;
    background: #383838;
}

.header .hor-menu .dropdown-menu li:hover > a,
.header .hor-menu ul.nav li.active > a,
.header .hor-menu ul.nav li.active > a:hover {
    color: #fff;
    background: #e02222 !important;
}

.header .hor-menu ul.nav li.current > a,
.header .hor-menu ul.nav li.current > a:hover {
    color: #fff;
    background: #e02222 !important;
}

.header .hor-menu .search-form {
    margin: 0;
    top: 42px;
    right: 0px;
    padding: 8px;
    display: none;
    z-index: 999;
    position: absolute;
}

    .header .hor-menu .search-form .btn {
        padding: 7px 20px;
        height: 32px;
        width: 10px;
        display: inline-block;
    }

        .header .hor-menu .search-form .btn:hover {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

    .header .hor-menu .search-form form {
        margin-bottom: 0;
    }

        .header .hor-menu .search-form form input {
            background: none;
            width: 200px;
            border: none;
        }


/***
Page content
***/
.page-content {
    margin-top: 0px;
    padding: 0px;
    background-color: #ECEDEC;
}

.page-full-width .page-content {
    margin-left: 0px !important;
}

/***
Page container
***/
.page-container {
    margin: 0px;
    padding: 0px;
    position: relative;
}

    .page-container:before,
    .page-container:after {
        display: table;
        content: " ";
    }

    .page-container:after {
        clear: both;
    }

.page-header-fixed .page-container {
    margin-top: 32px;
}


/***
Dropdown
***/

/*Fixing dropdown issue on mobile devices in Bootstrap 3.2.2*/
.dropdown-backdrop {
    position: static;
}

.dropdown:hover .caret,
.open.dropdown .caret {
    opacity: 1;
    filter: alpha(opacity=100);
}


.dropdown.open .dropdown-toggle {
    color: #08c;
    background: #ccc;
    background: rgba(0, 0, 0, 0.3);
}

/***
Dropdown Menu
***/

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    list-style: none;
    text-shadow: none;
    padding: 0px;
    margin: 0px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    border: 1px solid #ddd;
}

/* custom dropdown conetnt */
.dropdown-content {
    padding: 5px;
}

    .dropdown-content form {
        margin: 0;
    }

.dropdown.inline .dropdown-menu {
    display: inline-block;
    position: relative;
}

.dropdown-menu.bottom-up {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

.dropdown-menu li > a {
    padding: 6px 0 6px 13px;
    color: #333;
    text-decoration: none;
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    white-space: nowrap;
}

    .dropdown-menu li > a:hover,
    .dropdown-menu .active > a,
    .dropdown-menu .active > a:hover {
        text-decoration: none;
        background-image: none;
        background-color: #c3e5c9 !important;
        color: #333;
        filter: none;
    }

/* dropdown sub menu support for Bootsrap 3 */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 5px;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

.dropup .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
}

.dropdown-submenu > a:after {
    position: absolute;
    display: inline-block;
    font-size: 14px;
    right: 7px;
    top: 7px;
    font-family: FontAwesome;
    height: auto;
    content: "\f105";
    font-weight: 300;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
    }

.nav.pull-right > li > .dropdown-menu {
    right: 0;
    left: auto;
}

    .nav.pull-right > li > .dropdown-menu:before,
    .nav > li > .dropdown-menu.pull-right:before {
        right: 12px;
        left: auto;
    }

    .nav.pull-right > li > .dropdown-menu:after,
    .nav > li > .dropdown-menu.pull-right:after {
        right: 13px;
        left: auto;
    }

    .nav.pull-right > li > .dropdown-menu .dropdown-menu,
    .nav > li > .dropdown-menu.pull-right .dropdown-menu {
        right: 100%;
        left: auto;
        margin-right: -1px;
        margin-left: 0;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

@media (max-width: 767px) {

    .navbar-nav .open .dropdown-menu {
        position: absolute;
        float: left;
        width: auto;
        margin-top: 0;
        background-color: #FFF;
        -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    }

        .navbar-nav .open .dropdown-menu > li > a {
            padding: 6px 0 6px 13px;
            color: #333 !important;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover,
            .navbar-nav .open .dropdown-menu > li > a:focus {
                background-color: #eee !important;
            }
}

/***
Buttons & Dropdown Buttons
***/

.btn {
    border-width: 0;
    /*margin-top: 5px;*/
    padding: 7px 14px;
    font-size: 14px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 1px !important;
    -moz-border-radius: 1px !important;
    border-radius: 5px !important;
    text-shadow: none;
}

/* fix jumping group buttons */
.btn-group.btn-group-solid .btn + .btn,
.btn-group.btn-group-solid .btn + .btn-group.btn-group-solid,
.btn-group.btn-group-solid .btn-group.btn-group-solid + .btn,
.btn-group.btn-group-solid .btn-group.btn-group-solid + .btn-group.btn-group-solid {
    margin-left: 0px;
}

.btn-group-vertical.btn-group-solid > .btn + .btn,
.btn-group-vertical.btn-group-solid > .btn + .btn-group,
.btn-group-vertical.btn-group-solid > .btn-group + .btn,
.btn-group-vertical.btn-group-solid > .btn-group + .btn-group {
    margin-top: 0px;
    margin-left: 0;
}

.btn-default {
    border-width: 1px;
    padding: 6px 13px;
}

.btn.red-stripe {
    border-left: 3px solid #d84a38;
}

.btn.blue-stripe {
    border-left: 3px solid #4d90fe;
}

.btn.purple-stripe {
    border-left: 3px solid #852b99;
}

.btn.green-stripe {
    border-left: 3px solid #35aa47;
}

.btn.yellow-stripe {
    border-left: 3px solid #ffb848;
}

.btn.dark-stripe {
    border-left: 3px solid #555555;
}

.btn.default {
    color: #333333;
    text-shadow: none;
    background-color: #e5e5e5;
}

    .btn.default:hover,
    .btn.default:focus,
    .btn.default:active,
    .btn.default.active,
    .btn.default[disabled],
    .btn.default.disabled {
        color: #333333;
        background-color: #d8d8d8 !important;
        outline: none !important;
    }

/*  Red */
.btn.red {
    color: white;
    text-shadow: none;
    background-color: #d84a38;
}

    .btn.red:hover,
    .btn.red:focus,
    .btn.red:active,
    .btn.red.active,
    .btn.red[disabled],
    .btn.red.disabled {
        background-color: #bb2413 !important;
        color: #fff !important;
        outline: none !important;
    }

/*  Blue */

.btn.blue {
    color: white;
    text-shadow: none;
    background-color: #4d90fe;
}

    .btn.blue:hover,
    .btn.blue:focus,
    .btn.blue:active,
    .btn.blue.active,
    .btn.blue[disabled],
    .btn.blue.disabled {
        background-color: #0362fd !important;
        color: #fff !important;
        outline: none !important;
    }

.btn-group .btn.blue.dropdown-toggle {
    background-color: #4d90fe !important;
}

.btn-group .btn.blue:hover,
.btn-group .btn.blue:focus,
.btn-group .btn.blue:active,
.btn-group .btn.blue.active,
.btn-group .btn.blue.disabled,
.btn-group .btn.blue[disabled] {
    background-color: #0362fd !important;
    color: #fff !important;
    outline: none !important;
}

/*  Green */
.btn.green {
    color: white;
    text-shadow: none;
    background-color: #35aa47;
    border-radius: 5px !important;
    -webkit-box-shadow: 0 3px 3px 0 rgb(0 0 0 / 15%), 0 3px 1px -2px rgb(0 0 0 / 31%), 0 1px 5px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 3px 3px 0 rgb(0 0 0 / 15%), 0 3px 1px -2px rgb(0 0 0 / 31%), 0 1px 5px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 15%), 0 3px 1px -2px rgb(0 0 0 / 31%), 0 1px 5px 0 rgb(0 0 0 / 15%);
}

    .btn.green:hover,
    .btn.green:focus,
    .btn.green:active,
    .btn.green.active {
        background-color: #1d943b !important;
        color: #fff !important;
        outline: none !important;
        -webkit-box-shadow: 0 14px 26px -12px rgb(0 0 0 / 0%), 0 4px 23px 0 rgb(0 0 0 / 15%), 0 8px 10px -5px rgb(0 0 0 / 13%);
        -moz-box-shadow: 0 14px 26px -12px rgb(0 0 0 / 0%), 0 4px 23px 0 rgb(0 0 0 / 15%), 0 8px 10px -5px rgb(0 0 0 / 13%);
        box-shadow: 0 14px 26px -12px rgb(0 0 0 / 0%), 0 4px 23px 0 rgb(0 0 0 / 15%), 0 8px 10px -5px rgb(0 0 0 / 13%) !important;
    }

    .btn.green.disabled,
    .btn.green[disabled] {
        background-color: #1d943b !important;
        color: #fff !important;
        outline: none !important;
    }

/*  Purple */
.btn.purple {
    color: white;
    text-shadow: none;
    background-color: #852b99;
}

    .btn.purple:hover,
    .btn.purple:focus,
    .btn.purple:active,
    .btn.purple.active,
    .btn.purple.disabled,
    .btn.purple[disabled] {
        background-color: #6d1b81 !important;
        color: #fff !important;
        outline: none !important;
    }

.btn-group .btn.purple.dropdown-toggle {
    background-color: #852b99 !important;
}

.btn-group .btn.purple:hover,
.btn-group .btn.purple:focus,
.btn-group .btn.purple:active,
.btn-group .btn.purple.active,
.btn-group .btn.purple.disabled,
.btn-group .btn.purple[disabled] {
    background-color: #6d1b81 !important;
    color: #fff !important;
    outline: none !important;
}

/*  Yellow */
.btn.yellow {
    color: white;
    text-shadow: none;
    background-color: #ffb848;
}

    .btn.yellow:hover,
    .btn.yellow:focus,
    .btn.yellow:active,
    .btn.yellow.active,
    .btn.yellow.disabled,
    .btn.yellow[disabled] {
        background-color: #eca22e !important;
        color: #fff !important;
        outline: none !important;
    }

.btn-group .btn.yellow.dropdown-toggle {
    background-color: #ffb848 !important;
}

.btn-group .btn.yellow:hover,
.btn-group .btn.yellow:focus,
.btn-group .btn.yellow:active,
.btn-group .btn.yellow.active,
.btn-group .btn.yellow.disabled,
.btn-group .btn.yellow[disabled] {
    background-color: #eca22e !important;
    color: #fff !important;
    outline: none !important;
}

/*  Black */
.btn.dark {
    color: white;
    text-shadow: none;
    background-color: #555555;
}

    .btn.dark:hover,
    .btn.dark:focus,
    .btn.dark:active,
    .btn.dark.active,
    .btn.dark.disabled,
    .btn.dark[disabled] {
        background-color: #222222 !important;
        color: #fff !important;
        outline: none !important;
    }

.btn-group .btn.dark.dropdown-toggle {
    background-color: #555555 !important;
}

.btn-group .btn.dark:hover,
.btn-group .btn.dark:focus,
.btn-group .btn.dark:active,
.btn-group .btn.dark.active,
.btn-group .btn.dark.disabled,
.btn-group .btn.dark[disabled] {
    background-color: #222222 !important;
    color: #fff !important;
    outline: none !important;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    vertical-align: middle;
}

    .btn-lg > i {
        font-size: 18px;
    }

.btn > i {
    font-size: 14px;
}

.btn-sm,
.btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

    .btn-sm > i,
    .btn-xs > i {
        font-size: 13px;
    }

.btn-xs {
    padding: 1px 5px;
}

.btn-xxs {
    padding: 3px 6px;
    font-size: 12px;
    line-height: 1;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

label, .label {
    font-weight: 400;
    font-size: 14px;
}

/* Checkbox */
div.checker {
    position: relative;
}

    div.checker, div.checker span, div.checker input {
        width: 19px;
        height: 19px;
    }

        div.checker span {
            display: -moz-inline-box;
            display: inline-block;
            zoom: 1;
            text-align: center;
            background-position: 0 -260px;
        }

            div.checker span.checked {
                background-position: -76px -260px;
            }

        div.checker input {
            opacity: 0;
            filter: alpha(opacity=0);
            border: none;
            background: none;
            display: -moz-inline-box;
            display: inline-block;
            *display: inline;
        }

        div.checker.active span {
            background-position: -19px -260px;
        }

            div.checker.active span.checked {
                background-position: -95px -260px;
            }

        div.checker.hover span, div.checker.focus span {
            background-position: -38px -260px;
        }

            div.checker.hover span.checked, div.checker.focus span.checked {
                background-position: -114px -260px;
            }

        div.checker.hover.active span, div.checker.focus.active span {
            background-position: -57px -260px;
        }

            div.checker.hover.active span.checked, div.checker.focus.active span.checked {
                background-position: -133px -260px;
            }

        div.checker.disabled, div.checker.disabled.active {
            background-position: -152px -260px;
        }

            div.checker.disabled span.checked, div.checker.disabled.active span.checked {
                background-position: -171px -260px;
            }


/***
Input icons
***/

.input-icon {
    position: relative;
}

    .input-icon input {
        padding-left: 33px !important;
    }

    .input-icon i {
        color: #ccc;
        display: block;
        position: absolute;
        margin: 11px 2px 4px 10px;
        width: 16px;
        height: 16px;
        font-size: 16px;
        text-align: center;
    }

    .input-icon.right input {
        padding-left: 12px !important;
        padding-right: 33px !important;
    }

    .input-icon.right i {
        right: 8px;
        float: right;
    }

.has-success .input-icon > i {
    color: #468847;
}

.has-warning .input-icon > i {
    color: #c09853;
}

.has-error .input-icon > i {
    color: #b94a48;
}


/***
Tiles(new in v1.1.1)
***/
.tiles {
    margin-right: -10px;
}

@media (min-width: 465px) {
    .tiles {
        margin-right: -10px;
        margin-left: 0 !important;
    }
}


.tile {
    display: block;
    border-radius: 5px !important;
    float: left;
    height: 135px;
    width: 125px !important;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 20px;
    overflow: hidden;
    margin: 0 10px 10px 0;
}

    .tile:after,
    .tile:before {
        content: "";
        float: left;
    }

    .tile.double {
        width: 280px !important;
    }



    .tile.double-down {
        height: 280px !important;
    }

    .tile:active, .tile.selected {
        border-color: #ccc !important;
    }

    .tile:hover {
        /*border-color: #aaa !important;*/
        box-shadow: 0 14px 24px -43px rgb(0 0 0 / 93%), 0 4px 11px 0 rgb(0 0 0 / 66%), 0 8px 10px -49px rgb(0 0 0);
    }

    .tile.selected .corner:after {
        content: "";
        display: inline-block;
        border-left: 40px solid transparent;
        border-bottom: 40px solid transparent;
        border-right: 40px solid #ccc;
        position: absolute;
        top: -3px;
        right: -3px;
    }

    .tile.selected .check:after {
        content: "";
        font-family: FontAwesome;
        font-size: 13px;
        content: "\f00c";
        display: inline-block;
        position: absolute;
        top: 2px;
        right: 2px;
    }

    .tile * {
        color: #ffffff;
    }

    .tile .tile-body {
        height: 100%;
        vertical-align: top;
        padding: 10px 10px;
        overflow: hidden;
        position: relative;
        font-weight: 400;
        font-size: 12px;
        color: #000000;
        color: #ffffff;
        margin-bottom: 10px;
    }

        .tile .tile-body img {
            float: left;
            margin-right: 10px;
        }

            .tile .tile-body img.pull-right {
                float: right !important;
                margin-left: 10px;
                margin-right: 0px;
            }

        .tile .tile-body .content {
            display: inline-block;
        }

        .tile .tile-body > i {
            margin-top: 17px;
            display: block;
            font-size: 56px;
            line-height: 56px;
            text-align: center;
        }


    .tile.double-down i {
        margin-top: 95px;
    }

    .tile .tile-body h1,
    .tile .tile-body h2,
    .tile .tile-body h3,
    .tile .tile-body h4,
    .tile .tile-body h5,
    .tile .tile-body h6,
    .tile .tile-body p {
        padding: 0;
        margin: 0;
        line-height: 14px;
    }

    .tile .tile-body h3,
    .tile .tile-body h4 {
        margin-bottom: 5px;
    }

        .tile .tile-body h1:hover,
        .tile .tile-body h2:hover,
        .tile .tile-body h3:hover,
        .tile .tile-body h4:hover,
        .tile .tile-body h5:hover,
        .tile .tile-body h6:hover,
        .tile .tile-body p:hover {
            color: #ffffff;
        }

    .tile .tile-body p {
        font-weight: 400;
        font-size: 13px;
        color: #000000;
        color: #ffffff;
        line-height: 20px;
        overflow: hidden;
    }

        .tile .tile-body p:active {
            color: rgba(0, 0, 0, 0.4);
        }

    .tile.icon > .tile-body {
        padding: 0;
    }

    .tile .tile-object {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        min-height: 30px;
        background-color: transparent;
        *zoom: 1;
    }

        .tile .tile-object:before,
        .tile .tile-object:after {
            display: table;
            content: "";
        }

        .tile .tile-object:after {
            clear: both;
        }

        .tile .tile-object > .name {
            position: absolute;
            bottom: 0;
            left: 0;
            margin-bottom: 5px;
            margin-left: 10px;
            margin-right: 15px;
            font-weight: 400;
            font-size: 13px;
            color: #ffffff;
        }

            .tile .tile-object > .name > i {
                vertical-align: middle;
                display: block;
                font-size: 24px;
                height: 18px;
                width: 24px;
            }

        .tile .tile-object > .number {
            position: absolute;
            bottom: 0;
            right: 0;
            margin-bottom: 0;
            color: #ffffff;
            text-align: center;
            font-weight: 600;
            font-size: 14px;
            letter-spacing: 0.01em;
            line-height: 14px;
            margin-bottom: 8px;
            margin-right: 10px;
        }

    .tile.image > .tile-body {
        padding: 0 !important;
    }

        .tile.image > .tile-body > img {
            width: 100%;
            height: auto;
            min-height: 100%;
            max-width: 100%;
        }

    .tile.image .tile-body h3 {
        display: inline-block;
    }

    .tile.dash {
        min-width: 260px !important;
        width: 260px !important;
        height: 31px !important;
        max-height: 31px !important;
        min-height: 31px !important;
        /*border-color: darkgray !important;*/
    }

        .tile.dash.active {
            border-color: darkgray !important;
            border: 3px solid black;
        }

        .tile.dash.small {
            width: 317px !important;
            height: 32px !important;
        }

        .tile.dash .number {
            font-size: 14px;
            line-height: 18px;
            margin-bottom: 5px;
            margin-right: 5px;
        }

        .tile.dash .tile-body {
            padding: 5px;
        }


/***
General backgrounds. Can be applied to any block or panel
***/

.bg-blue {
    background-image: none !important;
    background-color: #052F5F !important;
    border-color: #052F5F !important;
    color: #fff !important;
}

.bg-red {
    background-image: none !important;
    background-color: #e02222 !important;
    border-color: #e02222 !important;
    color: #fff !important;
}

.bg-yellow {
    background-image: none !important;
    background-color: #ffb848 !important;
    border-color: #ffb848 !important;
    color: #fff !important;
}

.bg-orange {
    background-image: none !important;
    background-color: #e67635 !important;
    border-color: #e67635 !important;
    color: #fff !important;
}

.bg-green {
    background-image: none !important;
    background-color: #35aa47 !important;
    border-color: #35aa47 !important;
    color: #fff !important;
}

.bg-greenmelom {
    background-image: none !important;
    background-color: #6BB130 !important;
    border-color: #6BB130 !important;
    color: #fff !important;
}

.bg-purple {
    background-image: none !important;
    background-color: #852b99 !important;
    border-color: #852b99 !important;
    color: #fff !important;
}

.bg-pinkqmaco {
    background-image: none !important;
    background-color: #ec1968 !important;
    border-color: #ec1968 !important;
    color: #fff !important;
}

.bg-dark {
    background-image: none !important;
    background-color: #555555 !important;
    border-color: #555555 !important;
    color: #fff !important;
}

.bg-grey {
    background-image: none !important;
    background-color: #fafafa !important;
    border-color: #fafafa !important;
}

.bg-bluedark {
    background-image: none !important;
    background-color: #2940bf !important;
    border-color: #2940bf !important;
    color: #fff !important;
}
.bg-bluelight {
    background-image: none !important;
    background-color: #00aeef !important;
    border-color: #0b8dc9 !important;
    color: #fff !important;
}
.bg-white {
    background-image: none !important;
    background-color: khaki !important;
    border-color: whitesmoke !important;
    color: #333 !important;
}

/*.bg-white .tile-object > .name {
        position: absolute;
        bottom : 0;
        left: 0;
        margin-bottom: 5px;
        margin-left: 10px;
        margin-right: 15px;
        font-weight: 400;
        font-size: 13px;
        color: #333;
    }

    .bg-white .tile-object > .number {
        position: absolute;
        bottom: 0;
        right: 0;
        margin-bottom: 0;
        color: #333;
        text-align: center;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 0.01em;
        line-height: 14px;
        margin-bottom: 8px;
        margin-right: 10px;
    }

    .bg-white .tile-body
    {
        color:#333;
    }*/
/***
Font Awesome Icons
***/
[class^="fa-"],
[class*=" fa-"] {
    display: inline-block;
    margin-top: 1px;
    font-size: 14px;
    *margin-right: .3em;
    line-height: 14px;
}

/***
Make font awesome icons fixed width(latest version issue)
***/
li [class^="fa-"],
li [class*=" fa-"] {
    display: inline-block;
    width: 1.25em;
    text-align: center;
}

    li [class^="fa-"].icon-large,
    li [class*=" fa-"].icon-large {
        /* increased font size for icon-large */
        width: 1.5625em;
    }

/***
Close icon used for modal dialog and other UI element close buttons
***/
.close {
    display: inline-block;
    margin-top: 0px;
    margin-right: 0px;
    width: 9px;
    height: 9px;
    background-repeat: no-repeat !important;
    text-indent: -10000px;
    outline: none;
    background-image: url("../img/remove-icon-small.png") !important;
}

.detailsCentered {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

    .detailsCentered.max {
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 800px;
    }



/***
Metro icons
***/

[class^="m-icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 3px;
    line-height: 14px;
    vertical-align: top;
    background-image: url(../img/syncfusion-icons.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

/* white icon */
.m-icon-white {
    background-image: url(../img/syncfusion-icons-white.png);
}

/*  Misc */
.m-icon-swapright {
    background-position: -27px -10px;
}

.m-icon-swapdown {
    background-position: -68px -10px;
}

.m-icon-swapleft {
    background-position: -8px -10px;
}

.m-icon-swapup {
    background-position: -46px -10px;
}

.m-icon-big-swapright {
    background-position: -42px -28px;
}

.m-icon-big-swapdown {
    background-position: -115px -28px;
}

.m-icon-big-swapleft {
    background-position: -6px -28px;
}

.m-icon-big-swapup {
    background-position: -78px -28px;
}




.badge {
    font-size: 11px !important;
    font-weight: 300;
    background-color: #e02222;
    height: 18px;
    padding: 3px 6px 3px 6px;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    text-shadow: none !important;
    text-align: center;
    vertical-align: middle;
}

    .badge.badge-roundless {
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
    }

.badge-default,
.label-default {
    background-color: #999 !important;
}

.badge-primary,
.label-primary {
    background-color: #428bca !important;
}

.label-success,
.badge-success {
    background-color: #3cc051;
    background-image: none !important;
}

.label-warning,
.badge-warning {
    background-color: #fcb322;
    background-image: none !important;
}

.label-danger,
.badge-danger {
    background-color: #ed4e2a;
    background-image: none !important;
}

.label-info,
.badge-info {
    background-color: #57b5e3;
    background-image: none !important;
}

/* fix badge position for navs */
.nav.nav-pills > li > a > .badge {
    margin-top: -2px;
}

.nav.nav-stacked > li > a > .badge {
    margin-top: 1px;
    margin-bottom: 0px;
}



/***
Portlets
***/
.portlet {
    clear: both;
    margin-top: 0px;
    margin-bottom: 25px;
    padding: 0px;
}

    .portlet > .portlet-title {
        border-bottom: 1px solid #eee;
        background-color: #CFF0BF;
    }

        .portlet > .portlet-title:after,
        .portlet > .portlet-title:before {
            content: "";
            display: table;
            line-height: 0;
        }

        .portlet > .portlet-title:after {
            clear: both;
        }

        .portlet > .portlet-title > .caption {
            float: left;
            display: inline-block;
            font-size: 18px;
            line-height: 18px;
            font-weight: 400;
            margin: 0;
            padding: 0 0 0 5px;
            /*margin-bottom: 8px;*/
            margin-top: 3px;
        }

            .portlet > .portlet-title > .caption > i {
                float: left;
                margin-top: 1px;
                display: inline-block !important;
                font-size: 16px;
                margin-right: 5px;
                color: #666;
            }

    .portlet.blue > .portlet-title > .caption,
    .portlet.green > .portlet-title > .caption,
    .portlet.yellow > .portlet-title > .caption,
    .portlet.orange > .portlet-title > .caption,
    .portlet.red > .portlet-title > .caption,
    .portlet.purple > .portlet-title > .caption,
    .portlet.grey > .portlet-title > .caption {
        color: #fff;
    }

    .portlet.box.blue > .portlet-title > .caption > i,
    .portlet.box.green > .portlet-title > .caption > i,
    .portlet.box.grey > .portlet-title > .caption > i,
    .portlet.box.yellow > .portlet-title > .caption > i,
    .portlet.box.orange > .portlet-title > .caption > i,
    .portlet.box.red > .portlet-title > .caption > i,
    .portlet.box.purple > .portlet-title > .caption > i,
    .portlet.box.light-grey > .portlet-title > .caption > i {
        color: #fff;
    }

.sortable .portlet > .portlet-title {
    cursor: move;
}

.portlet > .portlet-title > .tools,
.portlet > .portlet-title > .actions {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-top: 6px;
    float: right;
}

    .portlet > .portlet-title > .tools > a {
        display: inline-block;
        height: 16px;
        margin-left: 5px;
    }

    .portlet > .portlet-title > .actions > .dropdown-menu i {
        color: #000 !important;
    }

    .portlet > .portlet-title > .tools > a.remove {
        margin-bottom: 2px;
        background-image: url(../img/portlet-remove-icon.png);
        background-repeat: no-repeat;
        width: 11px;
    }

    .portlet > .portlet-title > .tools > a.config {
        margin-bottom: 2px;
        background-image: url(../img/portlet-config-icon.png);
        background-repeat: no-repeat;
        width: 12px;
    }

    .portlet > .portlet-title > .tools > a.reload {
        margin-bottom: 2px;
        background-image: url(../img/portlet-reload-icon.png);
        width: 13px;
    }

a .walkthrough:hover {
    cursor: pointer;
}




.portlet > .portlet-title > .tools > a.expand {
    margin-bottom: 2px;
    background-image: url(../img/portlet-expand-icon.png);
    width: 14px;
}

.portlet > .portlet-title > .tools > a.collapse {
    margin-bottom: 2px;
    background-image: url(../img/portlet-collapse-icon.png);
    width: 14px;
}

.portlet > .portlet-title > .tools > a:hover {
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    opacity: .6;
    filter: 'alpha(opacity=60)';
}

.portlet > .portlet-title > .actions > .btn-group {
    margin-top: -12px;
}

.portlet > .portlet-title > .actions > .btn {
    padding: 4px 10px;
    margin-top: -14px;
}

.portlet > .portlet-title > .actions > .btn-group > .btn {
    padding: 4px 10px;
    margin-top: -1px;
}

.portlet > .portlet-title > .actions > .btn.btn-sm {
    padding: 3px 8px;
    margin-top: -14px;
}

.portlet > .portlet-title > .actions > .btn-group > .btn-sm {
    padding: 3px 8px;
    margin-top: -1px;
}

.portlet > .portlet-title > .pagination.pagination-sm {
    float: right !important;
    display: inline-block !important;
    margin: 0px;
    margin-top: -4px;
}

.portlet > .portlet-body {
    clear: both;
    padding: 0;
}

    /*.portlet > .portlet-body.light-blue, .portlet.light-blue {
        background-color: #bfd5fa !important;
    }

    .portlet > .portlet-body.blue, .portlet.blue {
        background-color: #052F5F !important;
    }

    .portlet > .portlet-body.red, .portlet.red {
        background-color: #e02222 !important;
    }

    .portlet > .portlet-body.yellow, .portlet.yellow {
        background-color: #ffb848 !important;
    }

    .portlet > .portlet-body.orange, .portlet.orange {
        background-color: #e67635 !important;
    }

    .portlet > .portlet-body.green, .portlet.green {
        background-color: #35aa47 !important;
    }

    .portlet > .portlet-body.purple, .portlet.purple {
        background-color: #852b99 !important;
    }

    .portlet > .portlet-body.light-grey, .portlet.light-grey {
        background-color: #fafafa !important;
    }

    .portlet > .portlet-body.grey, .portlet.grey {
        background-color: #555555 !important;
    }*/


/*  draggable girds */

.ui-sortable-placeholder {
    border: 1px dotted black;
    visibility: visible !important;
    height: 100% !important;
}

    .ui-sortable-placeholder * {
        visibility: hidden;
    }

.sortable-box-placeholder {
    background-color: #f5f5f5;
    border: 1px dashed #DDDDDD;
    display: block;
    /* float: left;*/
    margin-top: 0px !important;
    margin-bottom: 24px !important;
}

    .sortable-box-placeholder * {
        visibility: hidden;
    }

/***
Solid colored portlet
***/
.portlet.solid {
    padding: 10px;
}

    .portlet.solid > .portlet-title > .tools {
        margin-top: 2px;
        border: 0px;
    }

    .portlet.solid > .portlet-title {
        margin-bottom: 5px;
        border: 0px;
    }

    .portlet.solid.bordered > .portlet-title {
        margin-bottom: 15px;
    }

    .portlet.solid.red > .portlet-title,
    .portlet.solid.red > .portlet-title > .caption > i,
    .portlet.solid.red > .portlet-body,
    .portlet.solid.green > .portlet-title,
    .portlet.solid.green > .portlet-title > .caption > i,
    .portlet.solid.green > .portlet-body,
    .portlet.solid.yellow > .portlet-title,
    .portlet.solid.yellow > .portlet-title > .caption > i,
    .portlet.solid.yellow > .portlet-body,
    .portlet.solid.orange > .portlet-title,
    .portlet.solid.orange > .portlet-title > .caption > i,
    .portlet.solid.orange > .portlet-body,
    .portlet.solid.grey > .portlet-title,
    .portlet.solid.grey > .portlet-title > .caption > i,
    .portlet.solid.grey > .portlet-body,
    .portlet.solid.purple > .portlet-title,
    .portlet.solid.purple > .portlet-title > .caption > i,
    .portlet.solid.purple > .portlet-body,
    .portlet.solid.blue > .portlet-title,
    .portlet.solid.blue > .portlet-title > .caption > i,
    .portlet.solid.blue > .portlet-body {
        border: 0;
        color: #fff;
    }

.portlet.bordered {
    border-left: 2px solid #ddd;
}

/***
Box portlet
***/


.portlet.box {
    padding: 0px !important;
}

    .portlet.box > .portlet-title {
        padding: 8px 10px 6px 10px;
        margin-bottom: 0px;
        border-bottom: 1px solid #eee;
        color: #fff !important;
    }

        .portlet.box > .portlet-title > .actions > .btn > i {
            color: #fff !important;
        }

        .portlet.box > .portlet-title > .tools {
            margin-top: 3px;
        }

            .portlet.box > .portlet-title > .tools > a.remove,
            .portlet.solid > .portlet-title > .tools > a.remove {
                background-image: url(../img/portlet-remove-icon-white.png);
            }

            .portlet.box > .portlet-title > .tools > a.config,
            .portlet.solid > .portlet-title > .tools > a.config {
                background-image: url(../img/portlet-config-icon-white.png);
            }

            .portlet.box > .portlet-title > .tools > a.reload,
            .portlet.solid > .portlet-title > .tools > a.reload {
                background-image: url(../img/portlet-reload-icon-white.png);
            }

            .portlet.box > .portlet-title > .tools > a.expand,
            .portlet.solid > .portlet-title > .tools > a.expand {
                background-image: url(../img/portlet-expand-icon-white.png);
            }


            .portlet.box > .portlet-title > .tools > a.collapse,
            .portlet.solid > .portlet-title > .tools > a.collapse {
                background-image: url(../img/portlet-collapse-icon-white.png);
                visibility: visible;
            }

    /* portlet buttons */
    .portlet.box > .portlet-body {
        background-color: #fff;
        padding: 10px;
    }

    .portlet.box.blue > .portlet-title {
        background-color: #052F5F;
    }

    .portlet.box.bluedark > .portlet-title {
        background-color: #2940bf;
    }

    .portlet.box.blue {
        border: 1px solid #b4cef8;
        border-top: 0;
    }

    .portlet.box.bluedark {
        border: 1px solid #2940bf;
        border-top: 0;
    }

    .portlet.box.red > .portlet-title {
        background-color: #e02222;
    }
    .portlet.box {
        border: 0!important;
    }
    .portlet.box.red {
        border: 1px solid #ef8476;
        border-top: 0;
    }

    .portlet.box.yellow > .portlet-title {
        background-color: #ffb848;
    }

    .portlet.box.yellow {
        border: 1px solid #fccb7e;
        border-top: 0;
    }

    .portlet.box.orange > .portlet-title {
        background-color: #e67635;
    }

    .portlet.box.orange {
        border: 1px solid #e67635;
        border-top: 0;
    }

    .portlet.box.green > .portlet-title {
        background-color: #35aa47;
    }

    .portlet.box.green {
        border: 1px solid #77e588;
        border-top: 0;
    }

    .portlet.box.purple > .portlet-title {
        background-color: #852b99;
    }

    .portlet.box.purple {
        border: 1px solid #af5cc1;
        border-top: 0;
    }

    .portlet.box.grey > .portlet-title {
        background-color: #555555;
    }

    .portlet.box.grey {
        border: 1px solid #9d9c9c;
        border-top: 0;
    }

    .portlet.box.light-grey > .portlet-title {
        background-color: #aaa;
    }

    .portlet.box.light-grey {
        border: 1px solid #bbb;
        border-top: 0;
    }

    .portlet.box.greenmelom > .portlet-title {
        background-color: #6BB130;
    }

    .portlet.box.greenmelom {
        border: 1px solid #6BB130;
        border-top: 0;
    }



/***
Form wizard
***/

.form-wizard .progress {
    margin-bottom: 30px;
}

.form-wizard .steps {
    padding: 0;
    margin-bottom: 0;
    background-color: #fff;
    background-image: none;
    filter: none;
    border: 0px;
    box-shadow: none;
}

    .form-wizard .steps li a {
        background-color: #fff;
        background-image: none;
        filter: none;
        border: 0px;
        box-shadow: none;
    }

        .form-wizard .steps li a:hover {
            background: none;
        }

.form-wizard .step:hover {
    text-decoration: none;
}

.form-wizard .step .number {
    background-color: #eee;
    display: inline-block;
    text-align: center !important;
    font-size: 16px;
    font-weight: 300;
    padding: 11px 15px 13px 15px;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.form-wizard .step .desc {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
}

.form-wizard .active .step .number {
    background-color: #35aa47;
    color: #fff;
}

.form-wizard .active .step .desc {
    color: #333;
    font-weight: 400;
}

.form-wizard .step i {
    display: none;
}

.form-wizard .done .step .number {
    background-color: #f2ae43;
    color: #fff;
}

.form-wizard .done .step .desc {
    font-weight: 400;
}

.form-wizard .done .step i {
    font-size: 12px;
    font-weight: normal;
    color: #999;
    display: inline-block;
}


@media (min-width: 768px) and (max-width: 1280px) {
    .form-wizard .step .desc {
        margin-top: 10px;
        display: block;
    }
}

@media (max-width: 768px) {
    .form-wizard .steps > li > a {
        text-align: left;
    }
}

.select2-container.form-control {
    height: auto !important;
    min-height: 34px;
    padding: 0 !important;
    border: 0 !important;
}

/***
Tools
***/
.display-none,
.display-hide {
    display: none;
}

.no-space {
    margin: 0px !important;
    padding: 0px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.bold {
    font-weight: 600 !important;
}

.fix-margin {
    margin-left: 0px !important;
}

.border {
    border: 1px solid red;
}

.inline {
    display: inline;
}


/*
 * jQuery File Upload UI Plugin CSS 8.8.1
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.fileinput-button {
    position: relative;
    overflow: hidden;
}

    .fileinput-button input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate(-300px, 0) scale(4);
        font-size: 23px;
        direction: ltr;
        cursor: pointer;
    }

.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
    margin-bottom: 5px;
}

.progress-animated .progress-bar,
.progress-animated .bar {
    background: url(../img/progressbar.gif) !important;
    filter: none;
}

.progress > .progress-bar {
    color: black !important;
}

.fileupload-loading {
    float: right;
    width: 32px;
    height: 32px;
    background: url(../img/loading.gif) center no-repeat;
    background-size: contain;
    display: none;
}

.fileupload-processing .fileupload-loading {
    display: block;
}

.files audio,
.files video {
    max-width: 300px;
}

@media (max-width: 767px) {
    .fileupload-buttonbar .toggle,
    .files .toggle,
    .files .btn span {
        display: none;
    }

    .files .name {
        width: 80px;
        word-wrap: break-word;
    }

    .files audio,
    .files video {
        max-width: 80px;
    }
}


input.placeholder,
textarea.placeholder {
    color: #aaa !important;
}

.help-block {
    margin-top: 5px;
    margin-bottom: 5px;
}

.form-inline input {
    margin-bottom: 0px !important;
}

.control-label {
    margin-top: 0px;
}

.form-control-static {
    font-size: 14px;
    padding-top: 7px;
    background-color: #f7f5f0;
    border: 1px solid #d9d9d9;
    color: #333;
    box-shadow: none;
    padding-left: 6px;
    padding-right: 6px;
    min-height: 34px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f7f5f0;
    border: 1px solid #d9d9d9;
    color: #333;
    box-shadow: none;
}

.control-label .required {
    color: #e02222;
    font-size: 12px;
    padding-left: 2px;
}

.switch-wrapper {
    display: inline-block;
}

.form {
    padding: 0 !important;
}

.form-body {
    padding: 10px;
}

.form-actions {
    padding: 10px 10px;
    margin-top: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    *zoom: 1;
}

    .form-actions.nobg {
        background-color: transparent;
    }

    .form-actions.top {
        margin-top: 0;
        margin-bottom: 5px;
        border-top: 0;
        border-bottom: 1px solid #e5e5e5;
    }

    .form-actions.fluid {
        padding: 10px 0;
    }

        .form-actions.fluid > [class^="col-"] {
            padding-left: 13px;
        }

    .form-actions:before,
    .form-actions:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .form-actions:after {
        clear: both;
    }


.alerta-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #f44336;
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: auto;
    font-size: 14px;
}

.oculto {
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
}
/* Cores dinâmicas */
.sucesso {
    background-color: #4CAF50;
}

.erro {
    background-color: #f44336;
}

.aviso {
    background-color: #ff9800;
}

.form-section {
    margin: 30px 0px 25px 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}
.form-section-blue {
    margin: 30px 0px 25px 0px;
    padding-bottom: 5px;
    border-bottom: 2px solid #052f5f;
    width: 400px;
    border-left: 2px solid #052f5f;
    padding: 6px;
}

.form .form-section:first-child {
    margin-top: 5px;
}

.help-inline {
    font-size: 13px;
    color: #737373;
    display: inline-block;
    padding: 5px;
}

/* left, right aligned form actions */
.form-actions.right {
    padding-left: 0;
    padding-right: 10px;
    text-align: right;
}

.form-actions.left {
    padding-left: 10px;
    padding-right: 0;
    text-align: left;
}


@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

/* ------ aditional styles -------*/
/* ---- menu colours ---- */
.header .hor-menu .leads .dropdown-menu li:hover > a,
.header .hor-menu ul.nav li.active.leads > a,
.header .hor-menu ul.nav li.active.leads > a:hover,
.header .hor-menu ul.nav li.current.leads > a,
.header .hor-menu ul.nav li.current.leads > a:hover,
.header .hor-menu ul.nav li.leads.open > a, .header .hor-menu ul.nav li.leads > a:hover, .header .hor-menu ul.nav li.leads > a:focus,
ul.page-sidebar-menu > li.leads > a:hover, ul.page-sidebar-menu > li.open.leads > a,
ul.page-sidebar-menu > li.leads > ul.dropdown-menu > li a:hover,
ul.page-sidebar-menu > li.active.leads > a, ul.page-sidebar-menu > li.active.leads > a:hover {
    color: #fff;
    background-color: #ffb848 !important;
}

.header .hor-menu ul.nav li.leads.active .selected {
    border-top-color: #ffb848;
}

.header .hor-menu .budgets .dropdown-menu li:hover > a,
.header .hor-menu ul.nav li.active.budgets > a,
.header .hor-menu ul.nav li.active.budgets > a:hover,
.header .hor-menu ul.nav li.current.budgets > a,
.header .hor-menu ul.nav li.current.budgets > a:hover,
.header .hor-menu ul.nav li.budgets.open > a, .header .hor-menu ul.nav li.budgets > a:hover, .header .hor-menu ul.nav li.budgets > a:focus,
ul.page-sidebar-menu > li.budgets > a:hover, ul.page-sidebar-menu > li.open.budgets > a,
ul.page-sidebar-menu > li.budgets > ul.dropdown-menu > li a:hover,
ul.page-sidebar-menu > li.active.budgets > a, ul.page-sidebar-menu > li.active.budgets > a:hover {
    color: #fff;
    background-color: #052F5F !important;
}

.header .hor-menu ul.nav li.budgets.active .selected {
    border-top-color: #052F5F;
}

.header .hor-menu .invoicing .dropdown-menu li:hover > a,
.header .hor-menu ul.nav li.active.invoicing > a,
.header .hor-menu ul.nav li.active.invoicing > a:hover,
.header .hor-menu ul.nav li.current.invoicing > a,
.header .hor-menu ul.nav li.current.invoicing > a:hover,
.header .hor-menu ul.nav li.invoicing.open > a, .header .hor-menu ul.nav li.invoicing > a:hover, .header .hor-menu ul.nav li.invoicing > a:focus,
ul.page-sidebar-menu > li.invoicing > a:hover, ul.page-sidebar-menu > li.open.invoicing > a,
ul.page-sidebar-menu > li.invoicing > ul.dropdown-menu > li a:hover,
ul.page-sidebar-menu > li.active.invoicing > a, ul.page-sidebar-menu > li.active.invoicing > a:hover {
    color: #fff;
    background-color: #35aa47 !important;
}

.header .hor-menu ul.nav li.invoicing.active .selected {
    border-top-color: #35aa47;
}

.header .hor-menu .reports .dropdown-menu li:hover > a,
.header .hor-menu ul.nav li.active.reports > a,
.header .hor-menu ul.nav li.active.reports > a:hover,
.header .hor-menu ul.nav li.current.reports > a,
.header .hor-menu ul.nav li.current.reports > a:hover,
.header .hor-menu ul.nav li.reports.open > a, .header .hor-menu ul.nav li.reports > a:hover, .header .hor-menu ul.nav li.reports > a:focus,
ul.page-sidebar-menu > li.reports > a:hover, ul.page-sidebar-menu > li.open.reports > a,
ul.page-sidebar-menu > li.reports > ul.dropdown-menu > li a:hover,
ul.page-sidebar-menu > li.active.reports > a, ul.page-sidebar-menu > li.active.reports > a:hover {
    color: #fff;
    background-color: #555555 !important;
}

.header .hor-menu ul.nav li.reports.active .selected {
    border-top-color: #555555;
}

.header .hor-menu .units .dropdown-menu li:hover > a,
.header .hor-menu ul.nav li.active.units > a,
.header .hor-menu ul.nav li.active.units > a:hover,
.header .hor-menu ul.nav li.current.units > a,
.header .hor-menu ul.nav li.current.units > a:hover,
.header .hor-menu ul.nav li.units.open > a, .header .hor-menu ul.nav li.units > a:hover, .header .hor-menu ul.nav li.units > a:focus,
ul.page-sidebar-menu > li.units > a:hover, ul.page-sidebar-menu > li.open.units > a,
ul.page-sidebar-menu > li.units > ul.dropdown-menu > li a:hover,
ul.page-sidebar-menu > li.active.units > a, ul.page-sidebar-menu > li.active.units > a:hover {
    color: #fff;
    background-color: #852b99 !important;
}

.header .hor-menu ul.nav li.units.active .selected {
    border-top-color: #852b99;
}

.header .hor-menu .events .dropdown-menu li:hover > a,
.header .hor-menu ul.nav li.active.events > a,
.header .hor-menu ul.nav li.active.events > a:hover,
.header .hor-menu ul.nav li.current.events > a,
.header .hor-menu ul.nav li.current.events > a:hover,
.header .hor-menu ul.nav li.events.open > a, .header .hor-menu ul.nav li.events > a:hover, .header .hor-menu ul.nav li.events > a:focus,
ul.page-sidebar-menu > li.events > a:hover, ul.page-sidebar-menu > li.open.events > a,
ul.page-sidebar-menu > li.events > ul.dropdown-menu > li a:hover,
ul.page-sidebar-menu > li.active.events > a, ul.page-sidebar-menu > li.active.events > a:hover {
    color: #fff;
    background-color: #35aa47 !important;
}

.header .hor-menu ul.nav li.events.active .selected {
    border-top-color: #852b99;
}

.header .hor-menu .config .dropdown-menu li:hover > a,
.header .hor-menu ul.nav li.active.config > a,
.header .hor-menu ul.nav li.active.config > a:hover,
.header .hor-menu ul.nav li.current.config > a,
.header .hor-menu ul.nav li.current.config > a:hover,
.header .hor-menu ul.nav li.config.open > a, .header .hor-menu ul.nav li.config > a:hover, .header .hor-menu ul.nav li.config > a:focus,
ul.page-sidebar-menu > li.config > a:hover, ul.page-sidebar-menu > li.open.config > a,
ul.page-sidebar-menu > li.config > ul.dropdown-menu > li a:hover,
ul.page-sidebar-menu > li.active.config > a, ul.page-sidebar-menu > li.active.config > a:hover {
    color: #fff;
    background-color: #e02222 !important;
}

.header .hor-menu ul.nav li.config.active .selected {
    border-top-color: #e02222;
}

.header .hor-menu .pleads .dropdown-menu li:hover > a,
.header .hor-menu ul.nav li.active.pleads > a,
.header .hor-menu ul.nav li.active.pleads > a:hover,
.header .hor-menu ul.nav li.current.pleads > a,
.header .hor-menu ul.nav li.current.pleads > a:hover,
.header .hor-menu ul.nav li.pleads.open > a, .header .hor-menu ul.nav li.pleads > a:hover, .header .hor-menu ul.nav li.pleads > a:focus,
ul.page-sidebar-menu > li.pleads > a:hover, ul.page-sidebar-menu > li.open.pleads > a,
ul.page-sidebar-menu > li.pleads > ul.dropdown-menu > li a:hover,
ul.page-sidebar-menu > li.active.pleads > a, ul.page-sidebar-menu > li.active.pleads > a:hover {
    color: #fff;
    background-color: #e67635 !important;
}

.header .hor-menu ul.nav li.pleads.active .selected {
    border-top-color: #e67635;
}

.header .hor-menu .dina .dropdown-menu li:hover > a,
.header .hor-menu ul.nav li.active.dina > a,
.header .hor-menu ul.nav li.active.dina > a:hover,
.header .hor-menu ul.nav li.current.dina > a,
.header .hor-menu ul.nav li.current.dina > a:hover,
.header .hor-menu ul.nav li.dina.open > a, .header .hor-menu ul.nav li.dina > a:hover, .header .hor-menu ul.nav li.dina > a:focus,
ul.page-sidebar-menu > li.dina > a:hover, ul.page-sidebar-menu > li.open.dina > a,
ul.page-sidebar-menu > li.dina > ul.dropdown-menu > li a:hover,
ul.page-sidebar-menu > li.active.dina > a, ul.page-sidebar-menu > li.active.dina > a:hover {
    color: #fff;
    background-color: #2940bf !important;
}

.header .hor-menu ul.nav li.dina.active .selected {
    border-top-color: #2940bf;
}

.header .hor-menu .sim .dropdown-menu li:hover > a,
.header .hor-menu ul.nav li.active.sim > a,
.header .hor-menu ul.nav li.active.sim > a:hover,
.header .hor-menu ul.nav li.current.sim > a,
.header .hor-menu ul.nav li.current.sim > a:hover,
.header .hor-menu ul.nav li.sim.open > a, .header .hor-menu ul.nav li.sim > a:hover, .header .hor-menu ul.nav li.sim > a:focus,
ul.page-sidebar-menu > li.sim > a:hover, ul.page-sidebar-menu > li.open.sim > a,
ul.page-sidebar-menu > li.sim > ul.dropdown-menu > li a:hover,
ul.page-sidebar-menu > li.active.sim > a, ul.page-sidebar-menu > li.active.sim > a:hover {
    color: #fff;
    background-color: #6BB130 !important;
}

.header .hor-menu ul.nav li.sim.active .selected {
    border-top-color: #2940bf;
}


.pagination-block {
    padding-top: 13px;
    padding-bottom: 10px;
}

.bt-pagination {
    background: #052F5F;
    border: 0;
    color: #FFF;
    padding: 4px 9px;
    margin-right: 4px;
}

.pagination-text {
    display: inline-block;
    padding: 0 10px 0 6px;
}

.dropdown-menu.notification ul, .dropdown-menu.notification li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropdown-menu.extended {
    min-width: 160px !important;
    max-width: 300px !important;
    width: 253px !important;
    background-color: #ffffff !important;
}

#divDetails {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.dropdown-menu .divider {
    background-color: #e5e5e5 !important;
}

.header .nav > li > .dropdown-menu.notification {
    margin-right: 0px !important;
}

.dropdown-menu.notification .time {
    width: 64px;
    font-size: 12px;
    color: #999;
    margin-right: 8px;
    vertical-align: middle;
}

.dropdown-menu.notification .label-block {
    display: inline-block;
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

    .dropdown-menu.notification .label-block span {
        display: block;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

ul.form-control-static {
    padding-left: 25px;
}

.checkbox-list td, .checkbox-list label {
    white-space: nowrap;
}

@media (max-width: 991px) {
    .specialities-block {
        padding-top: 15px;
    }

    .checkbox-list {
        padding-left: 15px;
    }

        .checkbox-list td, .checkbox-list label {
            font-size: 12px;
            white-space: nowrap;
            line-height: 20px;
        }

        .checkbox-list .checkbox-inline input[type="checkbox"] {
            margin-top: 0;
        }
}


/*input[type="checkbox"] {
	margin-top: 10px;
}*/

.form-inline .filter-labels-default .control-label {
    float: left;
    padding-top: 6px;
    padding-right: 0;
}

#divSubNature {
    margin-bottom: 30px;
}

.form-actions .row {
    margin-right: 2.5%;
}

#budgetLinesDiv, #budgetLinesDiv #divGridLists {
    margin-right: 0;
    margin-left: 0;
}

.budgetLinesDiv-content {
    padding: 0 15px 15px;
}

.action-buttons {
    padding-right: 15px;
}

    .action-buttons .btn {
        float: right;
    }

.budget-selections {
    overflow-y: auto;
}

    .budget-selections #catalog {
        padding: 15px 0 0;
    }

    .budget-selections .form-section {
        margin-top: 20px !important;
        margin-bottom: 0px;
    }

.btn-remove {
    float: right;
    margin: 5px 6px 0 6px;
    color: #555555;
    display: inline-block;
}

.drag-item {
    display: block;
    /*height: 30px;*/
    margin: 5px 0;
    cursor: move;
    padding: 0;
    color: #333;
    text-decoration: none;
    font-weight: 400;
    border: 1px solid #ccc;
    background: #fafafa;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
}

.block-table {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.drag-input-block {
    width: 90%;
}

.table-cell {
    vertical-align: middle;
    box-sizing: border-box;
}
.btnEdit {
    padding: 8px;
    font-size: 0px;
}
.input-selections-drag {
    background: #FFF;
    border: 1px #999 solid;
    margin: 3px;
    margin-left: 0;
    padding: 0 6px;
    box-sizing: border-box;
}

.input-s {
    width: 8%;
}

.input-xl {
    width: 64%;
}

@media (max-width: 991px) {
    .drag-input-block {
        width: 85%;
    }

    .input-s {
        width: 12%;
    }

    .input-xl {
        width: 44%;
    }
}

.dd-handle.drag-inclusive-left {
    width: 1.9em;
    padding: 0;
    height: auto;
    padding-left: 2px;
    border: 0;
    float: left;
}

.filter-block {
    text-align: right;
}

    .filter-block .filter-field, .filter-block .advanced-find {
        display: inline-block;
        width: auto;
        float: none;
    }

        .filter-block .advanced-find .fa-search-plus {
            font-size: 19px;
            line-height: 1.5;
        }

.notifications-communication label, .notifications-communication .fa-status {
    color: #0362fd;
}

.notifications-communication:hover label, .notifications-communication:hover .fa-status {
    color: #0362fd;
}

.notifications-warning label, .notifications-warning .fa-status {
    color: #d84a38;
}

.notifications-warning:hover label, .notifications-warning:hover .fa-status {
    color: #d84a38;
}

.notifications-info label, .notifications-info .fa-status {
    color: #35aa47;
}

.notifications-schedule label, .notifications-schedule .fa-status {
    color: #333;
}

.fa-status:before {
    content: "\f06e";
}

.notifications-warning.bold > td > label,
.notifications-info.bold > td > label,
.notifications-communication.bold > td > label,
.notifications-schedule.bold > td > label {
    font-weight: bold;
}


.notifications-warning .fa-status:before {
    content: "\f071";
}

.notifications-info .fa-status:before {
    content: "\f05a";
}

.notifications-communication .fa-status:before {
    content: "\f027";
}

.notifications-schedule .fa-status:before {
    content: "\f073";
}


.dataTable .dropdown-menu > li a {
    padding-right: 15px;
}

.dataTableTop {
    padding-top: 45px;
}

.budget-edit-block {
    border: 1px #e5e5e5 solid;
    padding: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}

@media (max-width: 991px) {
    .budget-edit-block {
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        overflow: auto;
    }
}

#budgetLinesDiv #dtNatureID, #budgetLinesDiv #dtSubNatureID {
    max-height: 340px;
    overflow-y: auto;
}

@media screen and (max-width: 767px) {
    .table-responsive-2 {
        overflow-x: scroll;
        overflow-y: visible;
    }
}



/***
Dashboard container
***/
#dashboard {
    overflow: hidden;
}

/***
Dashboard stats
***/
.dashboard-stat {
    margin-bottom: 25px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

    .dashboard-stat:before,
    .dashboard-stat:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .dashboard-stat:after {
        clear: both;
    }

    .dashboard-stat .visual {
        width: 80px;
        height: 80px;
        display: block;
        float: left;
        padding-top: 10px;
        padding-left: 15px;
        margin-bottom: 10px;
    }

        .dashboard-stat .visual i {
            font-size: 65px;
            line-height: 65px;
            color: #fff;
        }

@media (min-width: 992px) and (max-width: 1024px) {

    .dashboard-stat .visual i {
        font-size: 28px;
        line-height: 28px;
    }
}

.dashboard-stat .details {
    position: absolute;
    right: 15px;
    padding-right: 10px;
}

    .dashboard-stat .details .number {
        padding-top: 15px;
        text-align: right;
        font-size: 34px;
        line-height: 34px;
        letter-spacing: -1px;
        margin-bottom: 5px;
        font-weight: 300;
        color: #fff;
    }

    .dashboard-stat .details .desc {
        text-align: right;
        font-size: 14px;
        letter-spacing: 0px;
        font-weight: 300;
        color: #fff;
    }

.dashboard-stat .more {
    clear: both;
    display: block;
    padding: 5px 10px 5px 10px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 11px;
    color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

    .dashboard-stat .more:hover {
        text-decoration: none;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat .more > i {
        display: inline-block;
        margin-top: 1px;
        float: right;
    }

.dashboard-stat.blue {
    background-color: #27a9e3;
}

    .dashboard-stat.blue .more {
        background-color: #208dbe;
    }
.dashboard-stat.bluedark {
    background-color: #052f5f;
}

    .dashboard-stat.bluedark .more {
        background-color: #052f5f;
    }
.dashboard-stat.green {
    background-color: #35aa47;
}

    .dashboard-stat.green .more {
        background-color: #10a062;
    }

.dashboard-stat.red {
    background-color: #e7191b;
}

    .dashboard-stat.red .more {
        background-color: #bc0d0e;
    }

.dashboard-stat.yellow {
    background-color: #ffb848;
}

    .dashboard-stat.yellow .more {
        background-color: #cb871b;
    }

.dashboard-stat.orange {
    background-color: #e67635;
}

    .dashboard-stat.orange .more {
        background-color: #cb871b;
    }

.dashboard-stat.purple {
    background-color: #852b99;
}

    .dashboard-stat.purple .more {
        background-color: #6e1881;
    }


/*charts*/
.canvas-holder {
    padding: 4px 0;
    margin: 20px 0;
    position: relative;
}

    .canvas-holder img {
        width: 100%;
        height: auto;
    }

    .canvas-holder span {
        clear: both;
        /*padding: 5px 10px 0 10px;*/
        padding: 3px 10px 2px 10px;
        color: #fff;
        margin-top: -30px;
        position: absolute;
        border-radius: 5px;
    }


/*doughnut*/
.doughnut-legend {
    list-style: none;
    position: absolute;
    right: 8px;
    top: 0;
}

    .doughnut-legend li {
        display: block;
        padding-left: 30px;
        position: relative;
        margin-bottom: 4px;
        border-radius: 5px;
        padding: 2px 8px 2px 28px;
        font-size: 14px;
        cursor: default;
        -webkit-transition: background-color 200ms ease-in-out;
        -moz-transition: background-color 200ms ease-in-out;
        -o-transition: background-color 200ms ease-in-out;
        transition: background-color 200ms ease-in-out;
    }

        .doughnut-legend li:hover {
            background-color: #fafafa;
        }

        .doughnut-legend li span {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 100%;
            border-radius: 5px;
            border: white 1px solid;
        }

/*///pie*/
.pie-legend {
    list-style: none;
    position: absolute;
    right: 8px;
    top: 0;
}

    .pie-legend li {
        display: block;
        padding-left: 30px;
        position: relative;
        margin-bottom: 4px;
        border-radius: 5px;
        padding: 2px 8px 2px 28px;
        font-size: 14px;
        cursor: default;
        -webkit-transition: background-color 200ms ease-in-out;
        -moz-transition: background-color 200ms ease-in-out;
        -o-transition: background-color 200ms ease-in-out;
        transition: background-color 200ms ease-in-out;
    }

        .pie-legend li:hover {
            background-color: #fafafa;
        }

        .pie-legend li span {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 100%;
            border-radius: 5px;
            border: white 1px solid;
        }


/*/// Ranking //*/
.variation-right {
    display: block;
    text-align: center;
    font-size: 20px;
}

.variation-up {
    display: block;
    text-align: center;
    color: green;
    font-size: 20px;
}

.variation-down {
    display: block;
    text-align: center;
    color: red;
    font-size: 20px;
}

.photo-ranking {
    width: 48px;
    height: 48px;
}

#dtRanking td {
    vertical-align: middle;
}

#dtRankingYear td {
    vertical-align: middle;
}


#questionsList {
    overflow: auto;
}



.semaphore::before {
    align-content: center;
}

.semaphore {
    width: 24px;
    height: 24px;
    margin-bottom: 0;
    border-radius: 12px;
    padding: 0 0 0 0;
}

.semaphore-green {
    background-color: #3cc051;
    background-image: none !important;
}

.semaphore-yellow {
    background-color: #fcb322;
    background-image: none !important;
}


.semaphore-red {
    background-color: #ed4e2a;
    background-image: none !important;
}

.status {
    width: 100px;
    height: 24px;
    margin-bottom: 0;
    border-radius: 5px;
    padding: 0 0 0 0;
    text-align: center;
}

.status-green {
    background-color: #3cc051 !important;
    background-image: none !important;
}

.status-yellow {
    background-color: #fcb322 !important;
    background-image: none !important;
}

.status-red {
    background-color: #f5775a !important;
    background-image: none !important;
}

.padleftfive {
    padding-left: 5px;
}

.chartsPage {
    max-width: 300px;
    max-height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.chartsPageDoughnut {
    max-width: 250px;
    max-height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.chartsDash {
    max-width: 200px;
    max-height: 200px;
    margin-left: auto;
    margin-right: auto;
}

.chartsDashBar {
    max-width: 300px;
    max-height: 300px;
}


.chartsDashDoughnut {
    max-width: 200px;
    max-height: 145px;
    margin-left: auto;
    margin-right: auto;
}


.radio-list > .radio-inline {
    min-height: 10px;
    padding-top: 0px;
}

    .radio-list > .radio-inline > .radio {
        min-height: 8px;
        padding-top: 5px;
    }

table > tfoot {
    font-size: 14px;
}


table.table {
    clear: both;
    margin-bottom: 6px !important;
    max-width: none !important;
}

    table.table thead .sorting,
    table.table thead .sorting_asc,
    table.table thead .sorting_desc,
    table.table thead .sorting_asc_disabled,
    table.table thead .sorting_desc_disabled {
        cursor: pointer;
    }

    table.table thead .sorting {
        background: url('images/sort_both.png') no-repeat center right;
    }

    table.table thead .sorting_asc {
        background: url('images/sort_asc.png') no-repeat center right;
    }

    table.table thead .sorting_desc {
        background: url('images/sort_desc.png') no-repeat center right;
    }

    table.table thead .sorting_asc_disabled {
        background: url('images/sort_asc_disabled.png') no-repeat center right;
    }

    table.table thead .sorting_desc_disabled {
        background: url('images/sort_desc_disabled.png') no-repeat center right;
    }

table.dataTable th:active {
    outline: none;
}

.line-light-blue {
    border-bottom: 1px solid #bfd5fa;
}

.line-blue {
    border-bottom: 1px solid #052F5F;
}

.line-bluedark {
    border-bottom: 1px solid #2940bf;
}

.line-red {
    border-bottom: 1px solid #e02222;
}

.line-yellow {
    border-bottom: 1px solid #ffb848;
}

.line-orange {
    border-bottom: 1px solid #e67635;
}

.line-purple {
    border-bottom: 1px solid #852b99;
}

.line-light-grey {
    border-bottom: 1px solid #fafafa;
}

.line-grey {
    border-bottom: 1px solid #555555;
}

.fc-list-item:hover td {
    background-color: #555555;
}

.tableScroll {
    overflow: auto;
}


/*hapiness*/

.cc-selector input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.satisfied1 {
    background-image: url(../../Images/HNotSatisfied.png);
    height: 32px;
    width: 32px;
}

.satisfied2 {
    background-image: url(../../Images/HSatisfied.png);
    height: 32px;
    width: 32px;
}

.satisfied3 {
    background-image: url(../../Images/HVerySatisfied.png);
    height: 32px;
    width: 32px;
}

.cc-selector input:active + .happiness {
    opacity: .9;
}

.cc-selector input:checked + .happiness {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

.happiness {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    height: 32px;
    width: 32px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
    -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
    filter: brightness(1.8) grayscale(1) opacity(.7);
}

    .happiness:hover {
        -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
        -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
        filter: brightness(1.2) grayscale(.5) opacity(.9);
    }

.colored {
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
    -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
    filter: brightness(1.2) grayscale(.5) opacity(.9);
}

.happy {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-bottom: -3px;
    margin-left: 15px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
    -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
    filter: brightness(1.2) grayscale(.5) opacity(.9);
}

.happy1 {
    background-image: url(../../Images/HNotSatisfied.png);
}

.happy2 {
    background-image: url(../../Images/HSatisfied.png);
}

.happy3 {
    background-image: url(../../Images/HVerySatisfied.png);
}

.form-horizontal .checkbox {
    padding-bottom: 2px;
}

input[type=number] {
    text-align: right;
}

.targetHeader {
    clear: both;
    padding: 5px 10px 0 10px;
    color: #fff;
    margin-top: -30px;
    position: absolute;
    border-radius: 5px;
    width: 100%;
}

.nowrap {
    white-space: nowrap;
}

.draggable:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}


img {
    image-orientation: from-image;
}


.m-signature-pad {
    background-color: #f5f5f5;
    position: relative;
    font-size: 10px;
    width: 700px;
    height: 400px;
    top: 50%;
    left: 17%;
    /*margin-left: -350px;*/
    /*margin-top: -200px;*/
    border: 1px solid #e8e8e8;
    background-color: #fff;
    /*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;*/
    border-radius: 4px;
}

    .m-signature-pad:before, .m-signature-pad:after {
        position: absolute;
        z-index: -1;
        content: "";
        width: 40%;
        height: 10px;
        left: 20px;
        bottom: 10px;
        background: transparent;
        -webkit-transform: skew(-3deg) rotate(-3deg);
        -moz-transform: skew(-3deg) rotate(-3deg);
        -ms-transform: skew(-3deg) rotate(-3deg);
        -o-transform: skew(-3deg) rotate(-3deg);
        transform: skew(-3deg) rotate(-3deg);
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
    }

    .m-signature-pad:after {
        left: auto;
        right: 20px;
        -webkit-transform: skew(3deg) rotate(3deg);
        -moz-transform: skew(3deg) rotate(3deg);
        -ms-transform: skew(3deg) rotate(3deg);
        -o-transform: skew(3deg) rotate(3deg);
        transform: skew(3deg) rotate(3deg);
    }

.m-signature-pad--body {
    background-color: white;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 80px;
    border: 1px solid #f4f4f4;
}

    .m-signature-pad--body canvas {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 4px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
        border: solid 1px gray;
    }

.m-signature-pad--footer {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    height: 60px;
}

    .m-signature-pad--footer .description {
        color: #C3C3C3;
        text-align: center;
        font-size: 1.2em;
        margin-top: 1em;
    }

    .m-signature-pad--footer .left, .right {
        position: absolute;
        bottom: 0;
    }

    .m-signature-pad--footer .left {
        left: 0;
    }

    .m-signature-pad--footer .right {
        right: 0;
    }

@media screen and (max-width: 1024px) {
    .m-signature-pad {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto;
        min-width: 250px;
        min-height: 340px;
    }

    #github {
        display: none;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .m-signature-pad {
        margin: 10%;
    }
}

@media screen and (max-height: 320px) {
    .m-signature-pad--body {
        left: 0;
        right: 0;
        top: 0;
        bottom: 32px;
    }

    .m-signature-pad--footer {
        left: 20px;
        right: 20px;
        bottom: 4px;
        height: 28px;
    }

        .m-signature-pad--footer .description {
            font-size: 1em;
            margin-top: 1em;
        }
}

.contactTo {
    position: relative;
    top: 8px
}

    .contactTo > a {
        padding-left: 5px;
    }

#dtBudgetLinesID input {
    width: 90px;
}

#dtBudgetLinesID .mini {
    width: 52px;
}

.tableresume {
    text-align: right;
}

.fg-red {
    color: #d84a38 !important;
}

.fg-green {
    color: #35aa47 !important;
}

.fg-blue {
    color: #4d90fe !important;
}

.fg-yellow {
    color: #ffb848 !important;
}

.btn-block-right {
    text-align: right
}


/*******ON/OFF SWITCH*******/
.tggl-grp {
    display: block;
    text-align: center;
    width: 100%;
    margin: 1em 0;
}

.tggl-wrap {
    display: block;
}

.tggl-input {
    display: none;
}

.tggl-btn {
    transition: all 0.3s ease-in;
    display: block;
    position: relative;
    width: 4em;
    height: 2em;
    border-radius: 1em;
    cursor: pointer;
}

    .tggl-btn.switch {
        padding: 2px;
    }

        .tggl-btn.switch:after {
            content: '';
            display: block;
            position: absolute;
            width: calc(50% - 4px);
            height: calc(100% - 4px);
            border-radius: 50%;
            left: 2px;
            transition: left 0.2s ease, background-color 0.3s ease;
        }

.tggl-input:checked + .tggl-btn.switch:after {
    left: calc(50% + 2px);
}

.tggl-btn.txt {
    overflow: hidden;
}

    .tggl-btn.txt:before,
    .tggl-btn.txt:after {
        display: inline-block;
        position: absolute;
        width: 100%;
        text-align: center;
        line-height: 2em;
        font-weight: 700;
        color: #fff;
        transition: left 0.2s ease;
    }

    .tggl-btn.txt:before {
        content: attr(data-tg-off);
        left: 0;
    }

    .tggl-btn.txt:after {
        content: attr(data-tg-on);
        left: -100%;
    }

.tggl-input:checked + .tggl-btn.txt:before {
    left: 100%;
}

.tggl-input:checked + .tggl-btn.txt:after {
    left: 0;
}

.tggl-btn.txtswitch {
    width: 5em;
    padding: 2px;
}

    .tggl-btn.txtswitch span {
        display: block;
        position: absolute;
        width: calc(5em - 8px);
        line-height: calc(2em - 4px);
        font-weight: 700;
        transition: opacity 0.3s ease;
    }

        .tggl-btn.txtswitch span.on {
            opacity: 0;
            text-align: right;
            padding-right: 2em;
        }

        .tggl-btn.txtswitch span.off {
            opacity: 1;
            text-align: left;
            padding-left: 2em;
        }

    .tggl-btn.txtswitch:after {
        content: '';
        display: block;
        position: absolute;
        border-radius: 50%;
        top: 2px;
        left: 2px;
        transition: left 0.2s ease;
    }

.tggl-input:checked + .tggl-btn.txtswitch:after {
    left: calc(3em + 2px);
}

.tggl-input:checked + .tggl-btn.txtswitch span.on {
    opacity: 1;
}

.tggl-input:checked + .tggl-btn.txtswitch span.off {
    opacity: 0;
}

.tggl-btn.ying {
    background-color: #e02222;
}

    .tggl-btn.ying.switch:after {
        background-color: #fff;
    }

.tggl-input:checked + .tggl-btn.ying {
    background-color: #35aa47;
}

.tggl-btn.ying.txtswitch span {
    color: #fff;
}

.tggl-btn.ying.txtswitch:after {
    width: calc(2em - 4px);
    height: calc(2em - 4px);
    background-color: #fff;
}

.tggl-btn.yang {
    background-color: #fff;
    border: solid 2px #add8e6;
}

    .tggl-btn.yang.switch:after {
        background-color: #add8e6;
    }

.tggl-input:checked + .tggl-btn.yang.switch:after {
    background-color: #ffb6c1;
}

.tggl-input:checked + .tggl-btn.yang {
    border: solid 2px #ffb6c1;
}

.tggl-btn.yang.txt:before,
.tggl-btn.yang.txt:after {
    line-height: calc(2em - 4px);
}

.tggl-btn.yang.txt:before {
    color: #add8e6;
}

.tggl-btn.yang.txt:after {
    color: #ffb6c1;
}

.tggl-btn.yang.txtswitch span {
    line-height: calc(2em - 8px);
}

    .tggl-btn.yang.txtswitch span.on {
        color: #ffb6c1;
    }

    .tggl-btn.yang.txtswitch span.off {
        color: #add8e6;
    }

.tggl-btn.yang.txtswitch:after {
    width: calc(2em - 8px);
    height: calc(2em - 8px);
    background-color: #add8e6;
}

.tggl-input:checked + .tggl-btn.yang.txtswitch:after {
    background-color: #ffb6c1;
}

.tggl-btn.flip {
    position: relative;
    overflow: hidden;
}

    .tggl-btn.flip:before,
    .tggl-btn.flip:after {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 1em;
        font-weight: 700;
        transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .tggl-btn.flip:before {
        content: attr(data-tg-off);
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

    .tggl-btn.flip:after {
        content: attr(data-tg-on);
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }

.tggl-input:checked + .tggl-btn.flip:before {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.tggl-input:checked + .tggl-btn.flip:after {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.tggl-btn.flip.ying {
    background-color: transparent !important;
}

    .tggl-btn.flip.ying:before,
    .tggl-btn.flip.ying:after {
        line-height: 2em;
        color: #fff;
    }

    .tggl-btn.flip.ying:before {
        background-color: #add8e6;
    }

    .tggl-btn.flip.ying:after {
        background-color: #ffb6c1;
    }

.tggl-btn.flip.yang:before,
.tggl-btn.flip.yang:after {
    line-height: calc(2em - 4px);
    background-color: #fff;
}

.tggl-btn.flip.yang:before {
    color: #add8e6;
}

.tggl-btn.flip.yang:after {
    color: #ffb6c1;
}

.text-color-red {
    color: red;
}

@media (min-width: 992px) {
    .text-color-red {
        padding-top: 40px;
    }
}

@media (min-width: 1200px) {
    .text-color-red {
        padding-top: 35px;
    }
}

.scroll-leads-hist {
    overflow: scroll;
    max-height: 85px;
    overflow-x: hidden;
}

no-margin-bot-force {
    margin-bottom: 0 !important;
}


.boCoverImg {
    width: 401px;
    height: 551px;
}

@media (min-width: 992px) {
    .boCoverImg {
        width: 24.2vw;
        height: 33.7vw;
    }
}



/*INDEX DASHBOARDS command GRAPHICS*/

.cardSim {
    box-shadow: 0 5px 6px 3px rgba(0, 0, 0, 0.1), 0 -3px 1px -1px rgba(0, 0, 0, 0.06) !important;
    margin-bottom: 3em;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 0.75rem;
}

    .card .more {
        clear: both;
        display: block;
        padding: 5px 10px 5px 10px;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 12px;
        color: #000;
        filter: alpha(opacity=70);
        border-radius: 5px !important;
    }

    .card .details {
        right: 15px;
        padding-right: 10px;
    }

        .card .details .number {
            padding-top: 15px;
            text-align: right;
            font-size: 34px;
            line-height: 34px;
            letter-spacing: -1px;
            margin-bottom: 5px;
            font-weight: 300;
            color: #000;
        }

        .card .details .desc {
            text-align: right;
            font-size: 16px;
            letter-spacing: 0px;
            font-weight: 300;
            color: #000;
        }

    .card > hr {
        margin: 10px 0px 0px 0px !important;
        border-top: 2px solid #dedede;
    }

    .card > .list-group {
        border-top: inherit;
        border-bottom: inherit;
    }

        .card > .list-group:first-child {
            border-top-width: 0;
            border-top-left-radius: 0.75rem;
            border-top-right-radius: 0.75rem;
        }

        .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: 0.75rem;
            border-bottom-left-radius: 0.75rem;
        }

        .card > .card-header + .list-group,
        .card > .list-group + .card-footer {
            border-top: 0;
        }

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.card-title {
    margin-bottom: 0.5rem;
}

.card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link + .card-link {
    margin-left: 1rem;
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: white !important;
    border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}

    .card-header:first-child {
        border-radius: 0.75rem 0.75rem 0 0 !important
    }

.card-footer {
    padding: 0.5rem 1rem;
    background-color: #fff;
    border-top: 0 solid rgba(0, 0, 0, 0.125);
}

    .card-footer:last-child {
        border-radius: 0 0 0.75rem 0.75rem;
    }

.card-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: 0.75rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}

.card-group > .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:not(:last-child) .card-img-top,
                .card-group > .card:not(:last-child) .card-header {
                    border-top-right-radius: 0;
                }

                .card-group > .card:not(:last-child) .card-img-bottom,
                .card-group > .card:not(:last-child) .card-footer {
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group > .card:not(:first-child) .card-img-top,
                .card-group > .card:not(:first-child) .card-header {
                    border-top-left-radius: 0;
                }

                .card-group > .card:not(:first-child) .card-img-bottom,
                .card-group > .card:not(:first-child) .card-footer {
                    border-bottom-left-radius: 0;
                }
}

.card {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    margin-bottom: 3em;
}

    .card[data-animation="true"] .card-header {
        transform: translate3d(0, 0, 0);
        transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    }

    .card:hover[data-animation="true"] .card-header {
        transform: translate3d(0, -50px, 0);
    }

    .card .card-header {
        padding: 1rem;
    }

    .card .card-body {
        padding: 1.5rem 1.5rem 0.9rem 1.5rem;
    }

    .card.card-plain {
        background-color: transparent;
        box-shadow: none;
    }

    .card .card-footer {
        padding: 1.5rem;
        background-color: transparent;
    }


    .card.card-background {
        align-items: center;
    }

        .card.card-background .full-background {
            background-position: 50%;
            background-size: cover;
            margin-bottom: 30px;
            width: 100%;
            height: 100%;
            position: absolute;
            border-radius: 0.75rem;
        }

        .card.card-background .card-body {
            color: #fff;
            position: relative;
            z-index: 2;
        }

            .card.card-background .card-body .content-center,
            .card.card-background .card-body .content-left {
                min-height: 330px;
                max-width: 450px;
                padding-top: 60px;
                padding-bottom: 60px;
            }

            .card.card-background .card-body .content-center {
                text-align: center;
            }

            .card.card-background .card-body.body-left {
                width: 90%;
            }

            .card.card-background .card-body .author .name span,
            .card.card-background .card-body .author .name .stats {
                color: #fff;
            }

        .card.card-background:after {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            height: 100%;
            width: 100%;
            z-index: 1;
            display: block;
            content: "";
            background: rgba(0, 0, 0, 0.56);
            border-radius: 0.75rem;
        }

        .card.card-background.card-background-mask-primary:before {
            background: rgba(0, 0, 0, 0.2);
        }

        .card.card-background.card-background-mask-primary:after {
            background-image: linear-gradient(195deg, #EC407A 0%, #D81B60 100%);
            opacity: .85;
        }

        .card.card-background.card-background-mask-secondary:before {
            background: rgba(0, 0, 0, 0.2);
        }

        .card.card-background.card-background-mask-secondary:after {
            background-image: linear-gradient(195deg, #747b8a 0%, #495361 100%);
            opacity: .85;
        }

        .card.card-background.card-background-mask-success:before {
            background: rgba(0, 0, 0, 0.2);
        }

        .card.card-background.card-background-mask-success:after {
            background-image: linear-gradient(195deg, #66BB6A 0%, #43A047 100%);
            opacity: .85;
        }

        .card.card-background.card-background-mask-info:before {
            background: rgba(0, 0, 0, 0.2);
        }

        .card.card-background.card-background-mask-info:after {
            background-image: linear-gradient(195deg, #49a3f1 0%, #1A73E8 100%);
            opacity: .85;
        }

        .card.card-background.card-background-mask-warning:before {
            background: rgba(0, 0, 0, 0.2);
        }

        .card.card-background.card-background-mask-warning:after {
            background-image: linear-gradient(195deg, #FFA726 0%, #FB8C00 100%);
            opacity: .85;
        }

        .card.card-background.card-background-mask-danger:before {
            background: rgba(0, 0, 0, 0.2);
        }

        .card.card-background.card-background-mask-danger:after {
            background-image: linear-gradient(195deg, #EF5350 0%, #E53935 100%);
            opacity: .85;
        }

        .card.card-background.card-background-mask-light:before {
            background: rgba(0, 0, 0, 0.2);
        }

        .card.card-background.card-background-mask-light:after {
            background-image: linear-gradient(195deg, #EBEFF4 0%, #CED4DA 100%);
            opacity: .85;
        }

        .card.card-background.card-background-mask-dark:before {
            background: rgba(0, 0, 0, 0.2);
        }

        .card.card-background.card-background-mask-dark:after {
            background-image: linear-gradient(195deg, #42424a 0%, #191919 100%);
            opacity: .85;
        }

        .card.card-background .card-category {
            font-size: 0.875rem;
            font-weight: 600;
        }

        .card.card-background .card-description {
            margin-top: 24px;
            margin-bottom: 24px;
        }

.card-margin-top-mobile {
    margin-top: 2em;
}

@media (min-width: 992px) {
    .card-margin-top-mobile {
        margin-top: 0em;
    }
}

.card-margin-top-mobile-charts {
    margin-top: 2em;
}

@media (min-width: 992px) {
    .card-margin-top-mobile-charts {
        margin-top: 1.2em;
    }
}

.icon-shape {
    width: 48px;
    height: 48px;
    background-position: center;
    border-radius: 0.5rem;
}

    .icon-shape i {
        color: #fff;
        opacity: 0.8;
        top: 11px;
        position: relative;
    }

    .icon-shape .ni {
        top: 14px;
    }

.icon-xxs {
    width: 20px;
    height: 20px;
}

    .icon-xxs i {
        top: 0;
        font-size: 0.65rem;
    }

.icon-xs {
    width: 24px;
    height: 24px;
}

    .icon-xs i {
        top: -1px;
        font-size: 0.75rem;
    }

.icon-sm {
    width: 32px;
    height: 32px;
}

    .icon-sm i {
        top: 4px;
        font-size: 0.875rem;
    }

.icon-md {
    width: 48px;
    height: 48px;
}

    .icon-md i {
        top: 30%;
        font-size: 1.125rem;
    }

    .icon-md.icon-striped {
        background-position-x: 85px;
        background-position-y: 85px;
    }

        .icon-md.icon-striped i {
            top: 11%;
            margin-left: -10px;
            font-size: 0.875rem;
        }

.icon-lg {
    width: 64px;
    height: 64px;
}

    .icon-lg i {
        top: 40%;
        font-size: 3em;
    }

    .icon-lg.icon-striped {
        background-position-x: 111px;
        background-position-y: 111px;
    }

        .icon-lg.icon-striped i {
            top: 21%;
            margin-left: -15px;
        }

.icon-xl {
    width: 100px;
    height: 100px;
    border-radius: 0.5rem;
}

    .icon-xl i {
        top: 35%;
        font-size: 2.1rem;
    }

    .icon-xl.icon-striped {
        background-position-x: 80px;
        background-position-y: 80px;
    }

        .icon-xl.icon-striped i {
            top: 30%;
            margin-left: -15px;
        }

.bg-gradient-primary {
    background-image: linear-gradient(195deg, #35aa47 0%, #0d5e19 100%);
}

.bg-gradient-yellow {
    background-image: linear-gradient(195deg, #ffb848 0%, #db9629 100%);
}

.bg-gradient-green {
    background-image: linear-gradient(195deg, #28b779 0%, #157c50 100%);
}

.bg-gradient-purple {
    background-image: linear-gradient(195deg, #b0bfc9 0%, #b0bfc9 100%);
}

.shadow-dark {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(64, 64, 64, 0.4) !important;
}

.shadow-primary {
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(0 0 0 / 79%) !important;
}

.border-radius-lg {
    border-radius: 0.5rem;
}

.border-radius-xl {
    border-radius: 0.75rem;
}

.mt-n4 {
    margin-top: -2.5rem !important;
}

.position-absolute {
    position: absolute !important;
}

.material-icons {
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}

.text-end {
    text-align: right !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.horizontal {
    background-color: transparent;
}

hr.horizontal.light {
    background-color: #ffffff94;
}

hr.horizontal.dark {
    background-color: #7b809a33;
}

hr.horizontal.gray-light {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.card-footer {
    padding: 0.5rem 1rem;
    background-color: white !important;
    border-top: 0 solid rgba(0, 0, 0, 0.125);
}

    .card-footer:last-child {
        border-radius: 0 0 0.75rem 0.75rem !important;
    }

.pe-1 {
    padding-right: 0.25rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.text-success {
    color: #4CAF50 !important;
}

.font-weight-bolder {
    font-weight: 700 !important;
}

/*NOTIFICATIONS*/
.card [class*=card-header-]:not(.card-header-icon):not(.card-header-text):not(.card-header-image) {
    border-radius: 3px;
    margin-top: -13px;
    padding: 9px;
}

.card .card-header-primary .card-icon, .card .card-header-primary .card-text, .card .card-header-primary:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(0 0 0 / 40%);
}

.card.bg-primary, .card .card-header-primary .card-icon, .card .card-header-primary .card-text, .card .card-header-primary:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-primary .back, .card.card-rotate.bg-primary .front {
    background: linear-gradient( 60deg,#fbc504,#69be4b);
}

.card.bg-green, .card .card-header-green .card-icon, .card .card-header-green .card-text, .card .card-header-green:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-primary .back, .card.card-rotate.bg-green .front {
    background: linear-gradient( 60deg,#007612,#35aa47);
}

.card-header-orange-red {
    background: linear-gradient(60deg, #fb5f04, #db0000);
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(0 0 0 / 40%);
    color: #fff;
    border-radius: 0.75rem 0.75rem 0 0 !important;
    padding: 9px;
    margin-top: -13px;
}

.card [class*=card-header-] {
    margin: 0 15px;
    padding: 0;
    position: relative;
}

.card .card-header {
    z-index: 3 !important;
}

.card[class*=bg-], .card[class*=bg-] .card-title, .card[class*=bg-] .card-title a, .card[class*=bg-] .icon i, .card [class*=card-header-], .card [class*=card-header-] .card-title, .card [class*=card-header-] .card-title a, .card [class*=card-header-] .icon i {
    color: #fff;
}

.card .card-header {
    border-bottom: none;
    background: transparent;
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header-pills, .card-header-tabs {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-header-tabs {
    margin-bottom: -0.75rem;
    border-bottom: 0;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.card .card-header.card-header-tabs .nav-tabs-title {
    float: left;
    padding: 10px 10px 10px 0;
    line-height: 24px;
}

.nav-tabs .nav-item .nav-link, .nav-tabs .nav-item .nav-link:focus, .nav-tabs .nav-item .nav-link:hover {
    border: 0 !important;
    color: #fff !important;
    font-weight: 500;
}

.nav-tabs .nav-item .nav-link {
    position: relative;
    color: #fff;
    border: 0;
    margin: 0;
    border-radius: 3px;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 15px;
    background-color: transparent;
    transition: background-color .3s 0s;
}

.nav-tabs .nav-link {
    border-bottom: 0.214rem solid transparent;
    color: #555;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-tabs .nav-item .material-icons {
    margin: -1px 5px 0 0;
}

a .material-icons {
    vertical-align: middle;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.nav-tabs-wrapper .nav-tabs {
    border-bottom: 0 !important;
}

.nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
    border-color: #9c27b0;
}

.nav-tabs .nav-item .nav-link.active {
    background-color: hsla(0,0%,100%,.2);
    transition: background-color .3s .2s;
}

.nav-tabs .nav-item .nav-link, .nav-tabs .nav-item .nav-link:focus, .nav-tabs .nav-item .nav-link:hover {
    border: 0 !important;
    color: #fff !important;
    font-weight: 500;
}

    .nav-tabs .nav-item .nav-link:hover {
        border: 0;
    }

.nav-tabs .nav-link.active {
    color: #333;
    border-color: #9c27b0;
}


.card-green-target {
    background: linear-gradient( 60deg,#6bb130,#35aa47)!important;
}

@media (max-width: 415px) {
    .trsite {
        display: flex;
        flex-wrap: wrap;
    }
}

/*///////////////////*/
/*TIMELINE*/
/*///////////////////*/
.hori-timeline .events {
    border-top: 5px dotted #80808082;
    box-shadow: 0px 115px 40px rgba(0, 0, 0, 0.1);
}

    .hori-timeline .events .event-list {
        display: block;
        position: relative;
        text-align: center;
        padding-top: 70px;
        margin-right: 0;
    }

        .hori-timeline .events .event-list:before {
            content: "";
            position: absolute;
            height: 36px;
            border-right: 2px dashed #dee2e6;
            top: 0;
        }

        .hori-timeline .events .event-list .event-date {
            position: absolute;
            top: 38px;
            left: 0;
            right: 0;
            width: 90px;
            margin: 0 auto;
            border-radius: 4px;
            padding: 6px 4px;
            background-color: #4d90fe;
            color: white;
        }

        .hori-timeline .events .event-list .event-date2 {
            position: absolute;
            top: 38px;
            left: 0;
            right: 0;
            width: 90px;
            margin: 0 auto;
            border-radius: 4px;
            padding: 6px 4px;
            background-color: #ff290e;
            color: white;
        }

    .hori-timeline .events .event-list {
        display: inline-block;
        width: 15%;
        padding-top: 45px;
    }

        .hori-timeline .events .event-list .event-date {
            top: -16px;
        }

        .hori-timeline .events .event-list .event-date2 {
            top: -16px;
        }

.bg-soft-primary {
    background-color: rgba(64,144,203,.3) !important;
}

.bg-soft-success {
    background-color: rgba(71,189,154,.3) !important;
}

.bg-soft-danger {
    background-color: rgba(231,76,94,.3) !important;
}

.bg-soft-warning {
    background-color: rgba(249,213,112,.3) !important;
}

.card {
    border: none;
    margin-bottom: 24px;
    -webkit-box-shadow: 0 0 13px 0 rgba(236,236,241,.44);
    box-shadow: 0 0 13px 0 rgba(236,236,241,.44);
}


div.scrollmenu {
    min-width: 600px;
    overflow: auto;
    overflow-y: hidden;
    white-space: nowrap;
}


/* Timeline */
.timeline,
.timeline-horizontal {
    list-style: none;
    padding: 20px;
    position: relative;
}

    .timeline:before {
        top: 40px;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline .timeline-item {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline .timeline-item:before,
        .timeline .timeline-item:after {
            content: "";
            display: table;
        }

        .timeline .timeline-item:after {
            clear: both;
        }

        .timeline .timeline-item .timeline-badge {
            color: #fff;
            width: 54px;
            height: 54px;
            line-height: 52px;
            font-size: 22px;
            text-align: center;
            position: absolute;
            top: 18px;
            left: 50%;
            margin-left: -25px;
            background-color: #7c7c7c;
            border: 3px solid #ffffff;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

            .timeline .timeline-item .timeline-badge i,
            .timeline .timeline-item .timeline-badge .fa,
            .timeline .timeline-item .timeline-badge .glyphicon {
                top: 2px;
                left: 1px;
            }

            .timeline .timeline-item .timeline-badge.primary {
                background-color: #1f9eba;
            }

            .timeline .timeline-item .timeline-badge.info {
                background-color: #5bc0de;
            }

            .timeline .timeline-item .timeline-badge.success {
                background-color: #59ba1f;
            }

            .timeline .timeline-item .timeline-badge.warning {
                background-color: #d1bd10;
            }

            .timeline .timeline-item .timeline-badge.danger {
                background-color: #ba1f1f;
            }

        .timeline .timeline-item .timeline-panel {
            position: relative;
            width: 46%;
            float: left;
            right: 16px;
            border: 1px solid #c0c0c0;
            background: #ffffff;
            border-radius: 2px;
            padding: 20px;
            padding-bottom: 5px;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline .timeline-item .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -16px;
                display: inline-block;
                border-top: 16px solid transparent;
                border-left: 16px solid #c0c0c0;
                border-right: 0 solid #c0c0c0;
                border-bottom: 16px solid transparent;
                content: " ";
            }

            .timeline .timeline-item .timeline-panel .timeline-title {
                margin-top: 0;
                color: inherit;
            }

            .timeline .timeline-item .timeline-panel .timeline-body > p,
            .timeline .timeline-item .timeline-panel .timeline-body > ul {
                margin-bottom: 0;
            }

                .timeline .timeline-item .timeline-panel .timeline-body > p + p {
                    margin-top: 5px;
                }

        .timeline .timeline-item:last-child:nth-child(even) {
            float: right;
        }

        .timeline .timeline-item:nth-child(even) .timeline-panel {
            float: right;
            left: 16px;
        }

            .timeline .timeline-item:nth-child(even) .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-horizontal {
    list-style: none;
    position: relative;
    padding: 20px 0px 20px 0px;
    display: inline-block;
}

    .timeline-horizontal:before {
        height: 3px;
        top: auto;
        bottom: 26px;
        left: 56px;
        right: 0;
        width: 85%;
        margin-bottom: 20px;
    }

    .timeline-horizontal .timeline-item {
        display: table-cell;
        height: 150px;
        /*width: 20%;*/
        min-width: 320px;
        float: none !important;
        padding-left: 0px;
        padding-right: 20px;
        margin: 0 auto;
        vertical-align: bottom;
    }

        .timeline-horizontal .timeline-item .timeline-panel {
            top: auto;
            bottom: 64px;
            display: inline-block;
            float: none !important;
            left: 0 !important;
            right: 0 !important;
            width: 100%;
            margin-bottom: 20px;
        }

            .timeline-horizontal .timeline-item .timeline-panel:before {
                top: auto;
                bottom: -16px;
                left: 28px !important;
                right: auto;
                border-right: 16px solid transparent !important;
                border-top: 16px solid #c0c0c0 !important;
                border-bottom: 0 solid #c0c0c0 !important;
                border-left: 16px solid transparent !important;
            }

        .timeline-horizontal .timeline-item:before,
        .timeline-horizontal .timeline-item:after {
            display: none;
        }

        .timeline-horizontal .timeline-item .timeline-badge {
            top: auto;
            bottom: 0px;
            left: 43px;
            border-radius: 30px !important;
        }
.systemNavBar {
    text-align: center;
    color: white;
}
    .systemNavBar:hover {
        cursor: pointer;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }     