@font-face {
    font-family: BLANCH_CAPS;
    src: url('../fonts/BLANCH_CAPS.otf') format('opentype');
}



/***
Reset and overrides
***/
/* general body settings */

/*Variables*/
:root {
    --color-Red: #F44336;
    --color-Pink: #E91E63;
    --color-Dark-Pink: #c35252;
    --color-Purple: #9C27B0;
    --color-Deep-Purple: #673AB7;
    --color-Indigo: #3F51B5;
    --color-Blue: #2196F3;
    --color-Light-Blue: #03A9F4;
    --color-Cyan: #00BCD4;
    --color-Teal: #009688;
    --color-Green: #4CAF50;
    --color-Light-Green: #8BC34A;
    --color-Lime: #CDDC39;
    --color-Yellow: #FFEB3B;
    --color-Amber: #FFC107;
    --color-Orange: #FF9800;
    --color-Deep-Orange: #FF5722;
    --color-Brown: #795548;
    --color-Grey: #9E9E9E;
    --color-Light-Grey: #a7b2c0;
    --color-Blue-Grey: #607D8B;
    --color-Black: #000000;
    --color-White: #ffffff;
    --color-2b-logo1: #2e1153;
    --color-2b-logo2: #807298;
    --color-2b-logo3: #9589a9;
    --color-2b-logo4: #aaa1ba;
    --color-2b-logo5: #97853e;
    --color-2b-greydark: #58595b;
    --color-2b-grey: #f0eef2;
    ;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    color: #000;
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 13px;
    direction: ltr;
    padding-bottom: 60px; /* Height of the footer */
    min-width: 100%;
}

div,
input,
select,
textarea,
/*span,*/
img,
table,
p,
a,
button,
ul,
code,
pre,
li {
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300 !important;
    margin-left: 20px;
}

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;
    /*background-color:rgb(122,179,66);*/
    background-color: #3a2747;
    border-bottom: 2px solid var(--color-Indigo);
}

    .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;
            /*background-color: white;
            padding: 5px 5px 3px 5px;*/
        }

        .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;
                    }

.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: var(--color-Red);
                    }
/***
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 Layouts (new in v1.3)
***/
/* begin:fixed footer */

.page-footer-fixed .footer {
    background-color: #FFF;
    border-top: 1px #e5e5e5 solid;
}
/*
.page-footer-fixed .footer .footer-inner {
  color: #999999;
}
.page-footer-fixed .footer .footer-tools .go-top {
  background-color: #4f4f4f;
}
.page-footer-fixed .footer .footer-tools .go-top i {
  color: #8a8a8a;
}
*/



/***
Horezantal 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 var(--color-Red);
        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: #f0eef2;
    ;
}

.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: var(--color-Red) !important;
}

.header .hor-menu ul.nav li.current > a,
.header .hor-menu ul.nav li.current > a:hover {
    color: #fff;
    background: var(--color-Red) !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: #fff;
}

.page-full-width .page-content {
    margin-left: 6px !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;
    width: 100%;
}


/***
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: "Segoe UI",Helvetica, Arial, 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,
.nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}*/
.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;
        /*background-color: #383838;
	border: 1px solid #ddd;*/
        -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;
    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: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !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;
    border-radius: 7px !important;
}

.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;
    border-radius: 7px !important;
}

    .btn.red:hover,
    .btn.red:focus,
    .btn.red:active,
    .btn.red.active,
    .btn.red[disabled],
    .btn.red.disabled {
        background-color: var(--color-Red) !important;
        color: #fff !important;
        outline: none !important;
    }

/*  Blue */

.btn.blue {
    color: white;
    text-shadow: none;
    background-color: #4d90fe;
    border-radius: 7px !important;
    margin-left: 1em;
}

    .btn.blue:hover,
    .btn.blue:focus,
    .btn.blue:active,
    .btn.blue.active,
    .btn.blue[disabled],
    .btn.blue.disabled {
        background-color: var(--color-Blue) !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: 7px !important;
}

    .btn.green:hover,
    .btn.green:focus,
    .btn.green:active,
    .btn.green.active,
    .btn.green.disabled,
    .btn.green[disabled] {
        background-color: var(--color-Green) !important;
        color: #fff !important;
        outline: none !important;
    }


/*  darkpink */
.btn.darkpink {
    color: white;
    text-shadow: none;
    background-color: #35aa47;
    border-radius: 7px !important;
}

    .btn.darkpink:hover,
    .btn.darkpink:focus,
    .btn.darkpink:active,
    .btn.darkpink.active,
    .btn.darkpink.disabled,
    .btn.darkpink[disabled] {
        background-color: var(--color-2b-logo2) !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: var(--color-2b-logo4) !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: var(--color-Yellow) !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: var(--color-Grey) !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-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;
			/**display: inline;*/
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;
    /* zoom: 1; */
}

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 with right aligned and colored icons */
/* input with left aligned 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)
***/


.tile {
    display: block;
    float: left;
    height: 135px;
    width: 135px !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;
    border: 4px solid transparent;
    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;
    }

    .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:hover {
            color: rgba(0, 0, 0, 0.8);
        }

        .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 {
        width: 280px !important;
        height: 75px !important;
        border-color: darkgray !important;
        border: 1px solid black;
    }

        .tile.dash tbody td {
            font-size: 18px;
            line-height: 18px;
            margin-bottom: 5px;
            margin-right: 5px;
        }

        .tile.dash .tile-body {
            padding: 5px;
        }

        .tile.dash table {
            width: 100%;
        }



/***
General backgrounds. Can be applied to any block or panel
***/

.bg-blue {
    background-image: none !important;
    background-color: var(--color-Blue) !important;
    border-color: var(--color-Blue) !important;
    color: #fff !important;
}

.bg-red {
    background-image: none !important;
    background-color: var(--color-Red) !important;
    border-color: var(--color-Red) !important;
    color: #fff !important;
}

.bg-yellow {
    background-image: none !important;
    background-color: var(--color-Yellow) !important;
    border-color: var(--color-Yellow) !important;
    color: #fff !important;
}

.bg-orange {
    background-image: none !important;
    background-color: var(--color-Orange) !important;
    border-color: var(--color-Orange) !important;
    color: #fff !important;
}

.bg-green {
    background-image: none !important;
    background-color: var(--color-2b-logo3) !important;
    border-color: var(--color-2b-logo3) !important;
    color: #fff !important;
}

.bg-darkpink {
    background-image: none !important;
    background-color: var(--color-2b-logo2) !important;
    border-color: var(--color-2b-logo2) !important;
    color: #fff !important;
}

.bg-purple {
    background-image: none !important;
    background-color: var(--color-2b-logo4) !important;
    border-color: var(--color-2b-logo4) !important;
    color: #fff !important;
}

.bg-dark {
    background-image: none !important;
    background-color: var(--color-Grey) !important;
    border-color: var(--color-Grey) !important;
    color: #fff !important;
}

.bg-grey {
    background-image: none !important;
    background-color: var(--color-Blue-Grey) !important;
    border-color: var(--color-Blue-Grey) !important;
}

.bg-bluedark {
    background-image: none !important;
    background-color: #2940bf !important;
    border-color: #2940bf !important;
    color: #fff !important;
}


.bg-white {
    background-image: none !important;
    background-color: var(--color-Light-Grey) !important;
    border-color: var(--color-Light-Grey) !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;
    }

.badge {
    font-size: 11px !important;
    font-weight: 300;
    background-color: var(--color-Red);
    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;*/
        }

            .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.darkpink > .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.darkpink > .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;
    }

    .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: var(--color-Light-Blue) !important;
    }

    .portlet > .portlet-body.blue, .portlet.blue {
        background-color: var(--color-Blue) !important;
    }

    .portlet > .portlet-body.red, .portlet.red {
        background-color: var(--color-Red) !important;
    }

    .portlet > .portlet-body.yellow, .portlet.yellow {
        background-color: var(--color-Yellow) !important;
    }

    .portlet > .portlet-body.orange, .portlet.orange {
        background-color: var(--color-Orange) !important;
    }

    .portlet > .portlet-body.green, .portlet.green {
        background-color: var(--color-2b-logo3) !important;
    }

    .portlet > .portlet-body.darkpink, .portlet.darkpink {
        background-color: var(--color-2b-logo2) !important;
    }

    .portlet > .portlet-body.purple, .portlet.purple {
        background-color: var(--color-2b-logo4) !important;
    }

    .portlet > .portlet-body.light-grey, .portlet.light-grey {
        background-color: var(--color-Blue-Grey) !important;
    }

    .portlet > .portlet-body.grey, .portlet.grey {
        background-color: var(--color-Grey) !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.darkpink > .portlet-title,
    .portlet.solid.darkpink > .portlet-title > .caption > i,
    .portlet.solid.darkpink > .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 2px 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: var(--color-Blue);
    }

    .portlet.box.blue {
        border: 1px solid var(--color-Blue);
        border-top: 0;
    }

    .portlet.box.red > .portlet-title {
        background-color: var(--color-Red);
    }

    .portlet.box.red {
        border: 1px solid var(--color-Red);
        border-top: 0;
    }

    .portlet.box.yellow > .portlet-title {
        background-color: var(--color-Yellow);
    }

    .portlet.box.yellow {
        border: 1px solid var(--color-Yellow);
        border-top: 0;
    }

    .portlet.box.orange > .portlet-title {
        background-color: var(--color-Orange);
    }

    .portlet.box.orange {
        border: 1px solid var(--color-Orange);
        border-top: 0;
    }

    .portlet.box.green > .portlet-title {
        background-color: var(--color-2b-logo3);
    }

    .portlet.box.green {
        border: 1px solid var(--color-2b-logo3);
        border-top: 0;
    }

    .portlet.box.darkpink > .portlet-title {
        background-color: var(--color-2b-logo2);
    }

    .portlet.box.darkpink {
        border: 1px solid var(--color-2b-logo2);
        border-top: 0;
    }

    .portlet.box.purple > .portlet-title {
        background-color: var(--color-2b-logo4);
    }

    .portlet.box.purple {
        border: 1px solid var(--color-2b-logo4);
        border-top: 0;
    }

    .portlet.box.grey > .portlet-title {
        background-color: var(--color-Grey);
    }

    .portlet.box.grey {
        border: 1px solid var(--color-Grey);
        border-top: 0;
    }

    .portlet.box.light-grey > .portlet-title {
        background-color: var(--color-Blue-Grey);
    }

    .portlet.box.light-grey {
        border: 1px solid var(--color-Blue-Grey);
        border-top: 0;
    }




.select2-container.form-control {
    height: auto !important;
    padding: 7px !important;
    /*border: 0 !important;*/
}

.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
    /*
	Force border-box so that % widths fit the parent
	container without overlap because of margin/padding.

	More Info : http://www.quirksmode.org/css/box.html
  */
    -webkit-box-sizing: border-box; /* webkit */
    -moz-box-sizing: border-box; /* firefox */
    box-sizing: border-box; /* css3 */
}

    .select2-container .select2-choice {
        display: block;
        /*height: 34px;*/
        padding: 2px 0 0 8px;
        overflow: hidden;
        position: relative;
        /*border: 1px solid #e5e5e5;*/
        white-space: nowrap;
        line-height: 26px;
        color: #444;
        text-decoration: none;
        border-radius: 4px;
        background-clip: padding-box;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #fff;
    }

    .select2-container.select2-drop-above .select2-choice {
        border-bottom-color: #aaa;
    }

    .select2-container.select2-allowclear .select2-choice .select2-chosen {
        margin-right: 42px;
    }

    .select2-container .select2-choice > .select2-chosen {
        margin-right: 26px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .select2-container .select2-choice abbr {
        display: none;
        width: 12px;
        height: 12px;
        position: absolute;
        right: 24px;
        top: 8px;
        font-size: 1px;
        text-decoration: none;
        border: 0;
        background: url('./images/select2.png') right top no-repeat;
        cursor: pointer;
        outline: 0;
    }

    .select2-container.select2-allowclear .select2-choice abbr {
        display: inline-block;
    }

    .select2-container .select2-choice abbr:hover {
        background-position: right -11px;
        cursor: pointer;
    }

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9990;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9991;
    top: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #e5e5e5;
    border-top: 0;
}

.select2-drop-auto-width {
    border-top: 1px solid #e5e5e5;
    width: auto;
}

    .select2-drop-auto-width .select2-search {
        padding-top: 4px;
    }

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 0;
}

.select2-drop-active {
    border: 1px solid #999999;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #999999;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #e5e5e5;
    border-radius: 0 4px 4px 0;
    background-clip: padding-box;
    background: transparent;
}

    .select2-container .select2-choice .select2-arrow b {
        display: block;
        width: 100%;
        height: 100%;
        background: url('./images/select2.png') no-repeat 0 1px;
    }

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    z-index: 10000;
    white-space: nowrap;
}

    .select2-search input {
        width: 100%;
        margin: 0;
        border: 1px solid #e5e5e5;
        -webkit-appearance: none !important;
        color: #333333;
        outline: 0;
        height: auto !important;
        min-height: 26px;
        padding: 6px 6px !important;
        line-height: 20px;
        font-size: 14px;
        font-weight: normal;
        vertical-align: top;
        background-color: #ffffff;
        filter: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('./images/select2-spinner.gif') no-repeat 100%;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    /*border: 1px solid #999999 !important;*/
    outline: none;
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    background-color: #fff;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #999999;
    border-top-color: transparent;
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}

    .select2-dropdown-open .select2-choice .select2-arrow b {
        background-position: -18px 1px;
    }

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    .select2-results ul.select2-result-sub {
        margin: 0;
        padding-left: 0;
    }

        .select2-results ul.select2-result-sub > li .select2-result-label {
            padding-left: 20px;
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 40px;
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 60px;
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 80px;
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 100px;
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 110px;
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 120px;
        }

    .select2-results li {
        list-style: none;
        display: list-item;
        background-image: none;
    }

        .select2-results li.select2-result-with-children > .select2-result-label {
            font-weight: bold;
        }

    .select2-results .select2-result-label {
        padding: 3px 7px 4px;
        margin: 0;
        cursor: pointer;
        min-height: 1em;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .select2-results .select2-highlighted {
        background: #eee;
        color: #333;
    }

    .select2-results li em {
        background: #eee;
        font-style: normal;
    }

    .select2-results .select2-highlighted em {
        background: transparent;
    }

    .select2-results .select2-highlighted ul {
        background: #fff;
        color: #000;
    }


    .select2-results .select2-no-results,
    .select2-results .select2-searching,
    .select2-results .select2-selection-limit {
        background: #f4f4f4;
        display: list-item;
    }

    /*
disabled look for disabled choices in the results dropdown
*/
    .select2-results .select2-disabled.select2-highlighted {
        color: #666;
        background: #f4f4f4;
        display: list-item;
        cursor: default;
    }

    .select2-results .select2-disabled {
        background: #f4f4f4;
        display: list-item;
        cursor: default;
    }

    .select2-results .select2-selected {
        display: none;
    }

.select2-more-results.select2-active {
    background: #f4f4f4 url('./images/select2-spinner.gif') no-repeat 100%;
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

    .select2-container.select2-container-disabled .select2-choice .select2-arrow {
        background-color: #f4f4f4;
        background-image: none;
        border-left: 0;
    }

    .select2-container.select2-container-disabled .select2-choice abbr {
        display: none;
    }


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;
    border: 1px solid #e5e5e5;
    cursor: text;
    overflow: hidden;
    background-color: #fff;
    min-height: 26px;
}

.select2-locked {
    padding: 3px 5px 3px 5px !important;
}

.select2-container-multi.select2-dropdown-open .select2-choices,
.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #999999 !important;
    outline: none;
}

.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}

.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

    .select2-container-multi .select2-choices .select2-search-field input {
        min-width: 280px;
        height: auto;
        min-height: 32px;
        padding: 6px 6px;
        line-height: 20px;
        font-size: 14px;
        font-weight: normal;
        vertical-align: top;
        font-size: 100%;
        color: #666;
        outline: 0;
        border: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: transparent !important;
        margin: 0;
    }

        .select2-container-multi .select2-choices .select2-search-field input.select2-active {
            background: #fff url('./images/select2-spinner.gif') no-repeat 100% !important;
        }

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 6px 0 3px 5px;
    position: relative;
    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #e5e5e5;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ffffff;
}

    .select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
        cursor: default;
    }

.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #ffffff;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;
    font-size: 1px;
    outline: none;
    background: url('./images/select2.png') right top no-repeat;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

    .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
        padding: 3px 5px 3px 5px;
        border: 1px solid #ddd;
        background-image: none;
        background-color: #f4f4f4;
    }

        .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
            display: none;
            background: none;
        }
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}
/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
        background-image: url('select2x2.png') !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}


/* Fix z-index when select2 opened in modals*/
.modal-open .select2-drop-mask {
    z-index: 10101;
}

.modal-open .select2-drop {
    z-index: 10102;
}

.modal-open .select2-search {
    z-index: 10102;
}



/***
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;
    /* border-bottom: solid;
	border-bottom-color: green;
	border-bottom-width: thin;*/
    /* font-weight: bold;*/
    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: var(--color-Red);
    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;
    }

.form-section {
    margin: 30px 0px 25px 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.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: var(--color-Yellow) !important;
}

.header .hor-menu ul.nav li.leads.active .selected {
    border-top-color: var(--color-Yellow);
}


.header .hor-menu .customers .dropdown-menu li:hover > a,
.header .hor-menu ul.nav li.active.customers > a,
.header .hor-menu ul.nav li.active.customers > a:hover,
.header .hor-menu ul.nav li.current.customers > a,
.header .hor-menu ul.nav li.current.customers > a:hover,
.header .hor-menu ul.nav li.customers.open > a, .header .hor-menu ul.nav li.customers > a:hover, .header .hor-menu ul.nav li.customers > a:focus,
ul.page-sidebar-menu > li.customers > a:hover, ul.page-sidebar-menu > li.open.customers > a,
ul.page-sidebar-menu > li.customers > ul.dropdown-menu > li a:hover,
ul.page-sidebar-menu > li.active.customers > a, ul.page-sidebar-menu > li.active.customers > a:hover {
    color: #fff;
    background-color: var(--color-2b-logo2) !important;
}

.header .hor-menu ul.nav li.customers.active .selected {
    border-top-color: var(--color-2b-logo2);
}

.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: var(--color-Blue) !important;
}

.header .hor-menu ul.nav li.invoicing.active .selected {
    border-top-color: var(--color-Blue);
}

.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: var(--color-Grey) !important;
}

.header .hor-menu ul.nav li.reports.active .selected {
    border-top-color: var(--color-Grey);
}

.header .hor-menu .master .dropdown-menu li:hover > a,
.header .hor-menu ul.nav li.active.master > a,
.header .hor-menu ul.nav li.active.master > a:hover,
.header .hor-menu ul.nav li.current.master > a,
.header .hor-menu ul.nav li.current.master > a:hover,
.header .hor-menu ul.nav li.master.open > a, .header .hor-menu ul.nav li.master > a:hover, .header .hor-menu ul.nav li.master > a:focus,
ul.page-sidebar-menu > li.master > a:hover, ul.page-sidebar-menu > li.open.master > a,
ul.page-sidebar-menu > li.master > ul.dropdown-menu > li a:hover,
ul.page-sidebar-menu > li.active.master > a, ul.page-sidebar-menu > li.active.master > a:hover {
    color: #fff;
    background-color: var(--color-2b-logo4) !important;
}

.header .hor-menu ul.nav li.master.active .selected {
    border-top-color: var(--color-2b-logo4);
}

.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: var(--color-2b-logo3) !important;
}

.header .hor-menu ul.nav li.config.active .selected {
    border-top-color: var(--color-2b-logo3);
}



.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: var(--color-Orange) !important;
}

.header .hor-menu ul.nav li.pleads.active .selected {
    border-top-color: var(--color-Orange);
}

.pagination-block {
    padding-top: 56px;
    padding-bottom: 10px;
}

.bt-pagination {
    background: var(--color-Blue);
    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;
}

.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;
        }
}


.col-md-2 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;
}

.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: var(--color-Blue);
}

.notifications-communication:hover label, .notifications-communication:hover .fa-status {
    color: var(--color-Blue);
}

.notifications-warning label, .notifications-warning .fa-status {
    color: var(--color-Red);
}

.notifications-warning:hover label, .notifications-warning:hover .fa-status {
    color: var(--color-Red);
}

.notifications-info label, .notifications-info .fa-status {
    color: var(--color-Green);
}

.notifications-schedule label, .notifications-schedule .fa-status {
    color: var(--color-Blue-Grey);
}

.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;
    width: 81%;
    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: 166px;
    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;
}

    .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: 16px;
        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.green {
    background-color: #28b779;
}

    .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;
    }


.dash .dashboard-stat {
    border-radius: 5px 5px 0 0 !important;
}

    .dash .dashboard-stat .visual {
        width: 80px;
        height: 80px;
        display: block;
        float: left;
        padding-top: 10px;
        padding-left: 15px;
        margin-bottom: 10px;
    }

    .dash .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;
    }

    .dash .dashboard-stat .more {
        clear: both;
        display: block;
        border-radius: 0 0 5px 5px !important;
        padding: 5px 10px 5px 10px;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 11px;
        color: #fff;
        opacity: 0.7;
        filter: alpha(opacity=70);
    }



/*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;
        /*font-weight: 300;*/
        /*font-size: 11px;*/
        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;
}

.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;
    /*margin-left:auto;
    margin-right:auto;*/
}


.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 > thead > tr {
    background-color: var(--color-2b-grey);
    color: var(--color-2b-greydark);
}

table > tfoot {
    font-size: 14px;
}


table.table {
    clear: both;
    margin-bottom: 6px !important;
    max-width: none !important;
    margin-left: 0em;
}

    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;
}


.tableScroll {
    overflow: auto;
}

.form-control {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-top: 1px solid var(--color-2b-grey);
    border-left: 1px solid var(--color-2b-grey);
    border-right: 1px solid var(--color-2b-grey);
    border-bottom: 1px solid var(--color-2b-logo3);
    -webkit-box-shadow: none;
    box-shadow: none;
}
