﻿@font-face {
    font-family: BLANCH_CAPS;
    src: url('../fonts/BLANCH_CAPS.otf') format('opentype');
}



/***
Reset and overrides
***/
/* general body settings */

/*Variables*/
:root {
    --color-Red: #ff8c8c;
    --color-Pink: #E91E63;
    --color-Dark-Pink: #c35252;
    --color-Dark2Pink: #9e0023;
    --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: #ddba0c;
    --color-Amber: #FFC107;
    --color-Orange: #FF9800;
    --color-Deep-Orange: #fba51d;
    --color-Brown: #795548;
    --color-Grey: #9E9E9E;
    --color-Light-Grey: #a7b2c0;
    --color-Blue-Grey: #607D8B;
    --color-Black: #000000;
    --color-White: #ffffff;
    --color-2b-logo1: #ee3123; /*DEEP CARMINE PINK Husse Red*/
    --color-2b-logo2: #F48C14; /*CARROT ORANGE*/
    --color-2b-logo3: #FCCE01; /*DEEP LEMON*/
    --color-2b-logo4: #F7C514; /*USC GOLD*/
    --color-2b-logo5: #EB2C24; /*CADMIUM RED*/
    --color-2b-greydark: #58595b;
    --color-2b-grey: #Fde8aa;
}

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: 398px;
}

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: 47px;
    min-height: 42px;
    /*background-color:rgb(122,179,66);*/
    background-color: white;
    border-bottom: 2px solid var(--color-2b-logo1);
}

    .header.navbar-fixed-top {
        z-index: 9995 !important;
    }

    .header .navbar-brand {
        display: inline-block;
        margin-top: -12px;
        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: 17px;
        padding-top: 15px;
        padding-left: 16px;
        padding-right: 12px;
        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: 7.5px 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: 10px !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: 15px;
    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 > span {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

.dropdown-menu li > a,
.dropdown-menu li > span {
    padding: 12px 15px 12px 15px;
    color: #333;
    text-decoration: none;
    /*display: block;*/
    clear: both;
    font-weight: normal;
    line-height: 25px;
    white-space: normal !important;
    font-size: 16px;
    /*padding: 12px 0 12px 13px;
    line-height: 18px;*/
}


    .dropdown-menu li > a:hover,
    .dropdown-menu .active > a,
    .dropdown-menu .active > a:hover {
        text-decoration: none;
        background-image: none;
        background-color: #fde8aa !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: 7px !important;
    text-shadow: none;
    margin: 2px;
}

/* 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;
}

    .btn.blue:hover,
    .btn.blue:active,
    .btn.blue.active,
    .btn.blue[disabled],
    .btn.blue.disabled {
        background-color: var(--color-Deep-Orange) !important;
        color: #fff !important;
        outline: none !important;
    }

    .btn.blue:focus {
        color: #000 !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: green;
    border-radius: 7px !important;
}

    .btn.green:hover,
    .btn.green:focus,
    .btn.green:active,
    .btn.green.active,
    .btn.green.disabled,
    .btn.green[disabled] {
        background-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-Deep-Orange) !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;
    margin-left: 32px;
}

.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 0 16px 18px;
}

    .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-colorTeal {
    background-image: none !important;
    background-color: #96ce8d !important;
    border-color: #96ce8d !important;
    color: #fff !important;
}

.bg-colorAmber {
    background-image: none !important;
    background-color: #FF9800 !important;
    border-color: #FF9800 !important;
    color: #fff !important;
}

.bg-colorIndigo {
    background-image: none !important;
    background-color: var(--color-Indigo) !important;
    border-color: var(--color-Indigo) !important;
    color: #fff !important;
}

.bg-colorGreen {
    background-image: none !important;
    background-color: var(--color-Green) !important;
    border-color: var(--color-Green) !important;
    color: #fff !important;
}

.bg-colorLight-Green {
    background-image: none !important;
    background-color: #8fd792 !important;
    border-color: #8fd792 !important;
    color: #fff !important;
}

.bg-deepcarminepink {
    background-image: none !important;
    background-color: var(--color-2b-logo1) !important;
    border-color: var(--color-2b-logo1) !important;
    color: #fff !important;
}

.bg-carrotorange {
    background-image: none !important;
    background-color: var(--color-2b-logo2) !important;
    border-color: var(--color-2b-logo2) !important;
    color: #fff !important;
}

.bg-uscgold {
    background-image: none !important;
    background-color: var(--color-2b-logo4) !important;
    border-color: var(--color-2b-logo4) !important;
    color: #fff !important;
}

.bg-cadmiumred {
    background-image: none !important;
    background-color: var(--color-2b-logo5) !important;
    border-color: var(--color-2b-logo5) !important;
    color: #fff !important;
}

.bg-gray {
    background-image: none !important;
    background-color: #999 !important;
    border-color: #999 !important;
    color: #fff !important;
}

.bg-geranuimlake {
    background-image: none !important;
    background-color: var(--color-2b-logo5) !important;
    border-color: var(--color-2b-logo5) !important;
    color: #fff !important;
}



.bg-blue {
    background-image: none !important;
    background-color: #2196F3 !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-brigthred {
    background-image: none !important;
    background-color: #ee312385 !important;
    border-color: #ee312385 !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: #28b779 !important;
    border-color: var(--color-Green) !important;
    color: #fff !important;
}

.bg-darkpink {
    background-image: none !important;
    background-color: var(--color-2b-logo1) !important;
    border-color: var(--color-2b-logo1) !important;
    color: #fff !important;
}

.bg-purple {
    background-image: none !important;
    background-color: var(--color-Purple) !important;
    border-color: var(--color-Purple) !important;
    color: #fff !important;
}

.bg-dark2pink {
    background-image: none !important;
    background-color: var(--color-Dark2Pink) !important;
    border-color: var(--color-Dark2Pink) !important;
    color: #fff !important;
}

.bg-dark {
    background-image: none !important;
    background-color: var(--color-2b) !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-White) !important;
    border-color: var(--color-White) !important;
    color: #333 !important;
}

.bg-light-grey {
    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,
    .portlet.dark2pink > .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,
    .portlet.box.dark2pink > .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-2b-logo2) !important;
    }

    .portlet > .portlet-body.orange, .portlet.uscgold {
        background-color: var(--color-2b-logo4) !important;
    }

    .portlet > .portlet-body.green, .portlet.green {
        background-color: var(--color-2b-logo1) !important;
    }

    .portlet > .portlet-body.darkpink, .portlet.darkpink {
        background-color: var(--color-2b-logo1) !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;
    }

    .portlet > .portlet-body.dark2pink, .portlet.dark2pink {
        background-color: var(--color-Dark2Pink) !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,
    .portlet.solid.dark2pink > .portlet-title,
    .portlet.solid.dark2pink > .portlet-title > .caption > i,
    .portlet.solid.dark2pink > .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: 16px;
    }

    .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.green > .portlet-title {
        background-color: var(--color-2b-logo1);
    }

    .portlet.box.green {
        border: 1px solid var(--color-2b-logo1);
        border-top: 0;
    }

    .portlet.box.uscgold > .portlet-title {
        background-color: var(--color-2b-logo4);
    }

    .portlet.box.uscgold {
        border: 1px solid var(--color-2b-logo4);
        border-top: 0;
    }

    .portlet.box.orange > .portlet-title {
        background-color: var(--color-2b-logo2);
    }

    .portlet.box.orange {
        border: 1px solid var(--color-2b-logo2);
        border-top: 0;
    }

    .portlet.box.darkpink > .portlet-title {
        background-color: var(--color-2b-logo1);
    }

    .portlet.box.darkpink {
        border: 1px solid var(--color-2b-logo1);
        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.dark2pink > .portlet-title {
        background-color: var(--color-Dark2Pink);
    }

    .portlet.box.dark2pink {
        border: 1px solid var(--color-Dark2Pink);
        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;
    font-size: 14px;
}

.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: #ee31231f;
    }

    .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: #ee31231f;
}

.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;
        font-size: 20px;
    }

    .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:0em;
}

.form-control-static {
    font-size: 16px;
    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-logo1) !important;
}

.header .hor-menu ul.nav li.customers.active .selected {
    border-top-color: var(--color-2b-logo1);
}

.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-Dark2Pink) !important;
}

.header .hor-menu ul.nav li.reports.active .selected {
    border-top-color: var(--color-Dark2Pink);
}

.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-logo2) !important;
}

.header .hor-menu ul.nav li.config.active .selected {
    border-top-color: var(--color-2b-logo2);
}



.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: -0.3em;
}

    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-Black);
    border-left: 1px solid var(--color-Black);
    border-right: 1px solid var(--color-Black);
    border-bottom: 1px solid var(--color-Black);
    -webkit-box-shadow: none;
    box-shadow: none;
    /*margin-left: 1em;*/
    margin-bottom: 2.5em;
    margin-top: 0.42em;
    font-size: 16px !important;
}




/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #474e5d;
}

    /* The actual timeline (the vertical ruler) */
    .timeline::after {
        content: '';
        position: absolute;
        width: 6px;
        background-color: white;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -3px;
    }

/* Container around content */
.timelinecontainer {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
    font-size: 1.5em;
}

    /* The circles on the timeline */
    .timelinecontainer::after {
        content: '';
        position: absolute;
        width: 25px;
        height: 25px;
        right: -17px;
        background-color: white;
        border: 4px solid #FF9F55;
        top: 15px;
        border-radius: 50%;
        z-index: 1;
    }

/* Place the container to the left */
.timelineleft {
    left: 0;
}

/* Place the container to the right */
.timelineright {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.timelineleft::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.timelineright::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 19px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.timelineright::after {
    left: -16px;
}

/* The actual content */
.timelinecontent {
    padding: 22px 35px 72px 35px;
    /*padding: 20px 10px;
    background-color: white;
    position: relative;
    border-radius: 6px;*/
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 2600px) {
    /* Place the timelime to the left */
    .timeline::after {
        left: 6px;
    }

    /* Full-width containers */
    .timelinecontainer {
        width: 100%;
        padding-left: 25px;
        padding-right: 0px;
    }

        /* Make sure that all arrows are pointing leftwards */
        .timelinecontainer::before {
            left: 19px;
            border: medium solid white;
            border-width: 10px 10px 10px 0;
            border-color: transparent white transparent transparent;
        }

    /* Make sure all circles are at the same spot */
    .timelineleft::after, .timelineright::after {
        left: -7px;
    }

    /* Make all right containers behave like the left ones */
    .timelineright {
        left: 0px;
    }

    .timelinecontainer h3 {
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 0px;
    }
}

.dataTableTag {
    overflow-x: auto;
    padding: 0px 0px 0px 4px;
}

.prodImgSelect {
    width: 32px;
    height: 32px;
}

.errorborder {
    outline: none;
    border: 2px solid red;
}

    .errorborder:focus {
        outline: none;
        border: 2px solid red;
        border-color: red;
        box-shadow: 0 0 3px red;
    }


.sms-body-button {
    color: #ffffff !important;
    text-shadow: none;
    background-color: transparent;
    border-radius: 7px !important;
    margin: 3px -12px 6px -23px;
    line-height: 1.5;
    border-width: 0;
    padding: 7px 14px;
    font-size: 20px;
    -moz-box-shadow: none !important;
    -moz-border-radius: 0 !important;
}

    .sms-body-button:hover {
        background-color: transparent;
        color: #fff !important;
        outline: none !important;
    }

.call-button {
    color: #ffffff !important;
    text-shadow: none;
    background-color: #4d90fe;
    border-radius: 7px !important;
    margin: 7px 4px 6px 11px;
    line-height: 1.5;
    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: 7px !important;
    text-shadow: none;
    margin-bottom: 2em;
}

    .call-button:hover {
        background-color: var(--color-Deep-Orange) !important;
        color: #fff !important;
        outline: none !important;
    }


.call-button-xs {
    line-height: 1.5 !important;
    color: #ffffff !important;
    text-shadow: none;
    background-color: #4d90fe;
    border-radius: 7px !important;
    margin: 7px 4px 6px 11px;
    line-height: 1.5;
    border-width: 0;
    font-size: 14px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -moz-border-radius: 0 !important;
    margin-bottom: 2em;
}

.call-button-xs:hover {
    background-color: var(--color-Deep-Orange) !important;
    color: #fff !important;
    outline: none !important;
}



.btnOnRight {
    right: 3em;
    position: absolute;
}


body {
    /* Set "section" to 0 */
    counter-reset: section;
}



il {
    margin: 0 0 10px 0;
    line-height: 40px;
}

    il:before {
        content: counter(section);
        counter-increment: section;
        display: inline-block;
        width: 40px;
        height: 40px;
        margin: 0 20px 0 0;
        border: 1px solid #ccc;
        border-radius: 100%;
        text-align: center;
    }




/*SEARCH FORM ProductShots*/

html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

    /**
 * Add the correct display in iOS 4-7.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

    /**
 * Remove the inner border and padding in Firefox.
 */
    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */
    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

    /**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

html {
    height: 100%;
}

fieldset {
    margin: 0;
    padding: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-before: 0;
    -webkit-padding-start: 0;
    -webkit-padding-end: 0;
    -webkit-padding-after: 0;
    border: 0;
}

legend {
    margin: 0;
    padding: 0;
    display: block;
    -webkit-padding-start: 0;
    -webkit-padding-end: 0;
}

/*===============================
=            Choices            =
===============================*/
.choices {
    position: relative;
    margin-bottom: 24px;
    font-size: 16px;
}

    .choices:focus {
        outline: none;
    }

    .choices:last-child {
        margin-bottom: 0;
    }

    .choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
        background-color: #EAEAEA;
        cursor: not-allowed;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .choices.is-disabled .choices__item {
        cursor: not-allowed;
    }

    .choices[data-type*="select-one"] {
        cursor: pointer;
    }

        .choices[data-type*="select-one"] .choices__inner {
            padding-bottom: 7.5px;
        }

        .choices[data-type*="select-one"] .choices__input {
            display: block;
            width: 100%;
            padding: 10px;
            border-bottom: 1px solid #DDDDDD;
            background-color: #FFFFFF;
            margin: 0;
        }

        .choices[data-type*="select-one"] .choices__button {
            background-image: url("../../icons/cross-inverse.svg");
            padding: 0;
            background-size: 8px;
            height: 100%;
            position: absolute;
            top: 50%;
            right: 0;
            margin-top: -10px;
            margin-right: 25px;
            height: 20px;
            width: 20px;
            border-radius: 10em;
            opacity: .5;
        }

            .choices[data-type*="select-one"] .choices__button:hover, .choices[data-type*="select-one"] .choices__button:focus {
                opacity: 1;
            }

            .choices[data-type*="select-one"] .choices__button:focus {
                box-shadow: 0px 0px 0px 2px #00BCD4;
            }

        .choices[data-type*="select-one"]:after {
            content: "";
            height: 0;
            width: 0;
            border-style: solid;
            border-color: #333333 transparent transparent transparent;
            border-width: 5px;
            position: absolute;
            right: 11.5px;
            top: 50%;
            margin-top: -2.5px;
            pointer-events: none;
        }

        .choices[data-type*="select-one"].is-open:after {
            border-color: transparent transparent #333333 transparent;
            margin-top: -7.5px;
        }

        .choices[data-type*="select-one"][dir="rtl"]:after {
            left: 11.5px;
            right: auto;
        }

        .choices[data-type*="select-one"][dir="rtl"] .choices__button {
            right: auto;
            left: 0;
            margin-left: 25px;
            margin-right: 0;
        }

    .choices[data-type*="select-multiple"] .choices__inner, .choices[data-type*="text"] .choices__inner {
        cursor: text;
    }

    .choices[data-type*="select-multiple"] .choices__button, .choices[data-type*="text"] .choices__button {
        position: relative;
        display: inline-block;
        margin-top: 0;
        margin-right: -4px;
        margin-bottom: 0;
        margin-left: 8px;
        padding-left: 16px;
        border-left: 1px solid #008fa1;
        background-image: url("../../icons/cross.svg");
        background-size: 8px;
        width: 8px;
        line-height: 1;
        opacity: .75;
    }

        .choices[data-type*="select-multiple"] .choices__button:hover, .choices[data-type*="select-multiple"] .choices__button:focus, .choices[data-type*="text"] .choices__button:hover, .choices[data-type*="text"] .choices__button:focus {
            opacity: 1;
        }

.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #f9f9f9;
    padding: 7.5px 7.5px 3.75px;
    border: 1px solid #DDDDDD;
    border-radius: 2.5px;
    font-size: 14px;
    min-height: 44px;
    overflow: hidden;
}

.is-focused .choices__inner, .is-open .choices__inner {
    border-color: #b7b7b7;
}

.is-open .choices__inner {
    border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
    border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.choices__list--single {
    display: inline-block;
    padding: 4px 16px 4px 4px;
    width: 100%;
}

[dir="rtl"] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px;
}

.choices__list--single .choices__item {
    width: 100%;
}

.choices__list--multiple {
    display: inline;
}

    .choices__list--multiple .choices__item {
        display: inline-block;
        vertical-align: middle;
        border-radius: 20px;
        padding: 4px 10px;
        font-size: 12px;
        font-weight: 500;
        margin-right: 3.75px;
        margin-bottom: 3.75px;
        background-color: #00BCD4;
        border: 1px solid #00a5bb;
        color: #FFFFFF;
        word-break: break-all;
    }

        .choices__list--multiple .choices__item[data-deletable] {
            padding-right: 5px;
        }

[dir="rtl"] .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
    background-color: #00a5bb;
    border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
    background-color: #aaaaaa;
    border: 1px solid #919191;
}

.choices__list--dropdown {
    display: none;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    overflow: hidden;
    word-break: break-all;
}

    .choices__list--dropdown.is-active {
        display: block;
    }

.is-open .choices__list--dropdown {
    border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: .25rem .25rem 0 0;
}

.choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
}

.choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px;
}

[dir="rtl"] .choices__list--dropdown .choices__item {
    text-align: right;
}

@media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable {
        padding-right: 100px;
    }

        .choices__list--dropdown .choices__item--selectable:after {
            content: attr(data-select-text);
            font-size: 12px;
            opacity: 0;
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
        }

    [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
        text-align: right;
        padding-left: 100px;
        padding-right: 10px;
    }

        [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
            right: auto;
            left: 10px;
        }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2;
}

    .choices__list--dropdown .choices__item--selectable.is-highlighted:after {
        opacity: .5;
    }

.choices__item {
    cursor: default;
}

.choices__item--selectable {
    cursor: pointer;
}

.choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .5;
}

.choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    color: gray;
}

.choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

    .choices__button:focus {
        outline: none;
    }

.choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #f9f9f9;
    font-size: 14px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 0 4px 2px;
}

    .choices__input:focus {
        outline: 0;
    }

[dir="rtl"] .choices__input {
    padding-right: 2px;
    padding-left: 0;
}

.choices__placeholder {
    opacity: .5;
}

/*=====  End of Choices  ======*/
* {
    box-sizing: border-box;
}

.s009 {
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 15px;
    font-family: 'Lato', sans-serif;
}

    .s009 form {
        width: 100%;
        max-width: 790px;
        margin: 0;
    }

        .s009 form .inner-form {
            width: 100%;
        }

            .s009 form .inner-form .input-field {
                position: relative;
            }

                .s009 form .inner-form .input-field input {
                    height: 100%;
                    border: 0;
                    background: #fff;
                    display: block;
                    width: 100%;
                    padding: 10px 32px 10px 70px;
                    font-size: 18px;
                    color: #666;
                    border-radius: 3px;
                    height: 70px;
                    color: #555;
                    font-family: 'Lato', sans-serif;
                }

                    .s009 form .inner-form .input-field input.placeholder {
                        color: #999;
                        font-size: 18px;
                        font-weight: 600;
                    }

                    .s009 form .inner-form .input-field input:-moz-placeholder {
                        color: #999;
                        font-size: 18px;
                        font-weight: 600;
                    }

                    .s009 form .inner-form .input-field input::-webkit-input-placeholder {
                        color: #999;
                        font-size: 18px;
                        font-weight: 600;
                    }

                    .s009 form .inner-form .input-field input:hover, .s009 form .inner-form .input-field input:focus {
                        box-shadow: none;
                        outline: 0;
                    }

                .s009 form .inner-form .input-field .btn-search {
                    min-width: 100px;
                    height: 40px;
                    padding: 0 15px;
                    background: #00bbec;
                    white-space: nowrap;
                    border-radius: 0;
                    font-size: 14px;
                    color: #fff;
                    transition: all .2s ease-out, color .2s ease-out;
                    border: 0;
                    cursor: pointer;
                    font-weight: bold;
                    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
                }

                    .s009 form .inner-form .input-field .btn-search:hover, .s009 form .inner-form .input-field .btn-search:focus {
                        background: #00a7d3;
                    }

                .s009 form .inner-form .input-field .btn-delete {
                    min-width: 100px;
                    height: 40px;
                    padding: 0 15px;
                    background: transparent;
                    white-space: nowrap;
                    border-radius: 0;
                    font-size: 14px;
                    color: #666;
                    transition: all .2s ease-out, color .2s ease-out;
                    border: 0;
                    cursor: pointer;
                    font-weight: bold;
                }

                    .s009 form .inner-form .input-field .btn-delete:hover, .s009 form .inner-form .input-field .btn-delete:focus {
                        color: #000;
                        outline: 0;
                        box-shadow: none;
                    }

            .s009 form .inner-form .basic-search {
                box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
                border-bottom: 2px solid #00bbec;
            }

                .s009 form .inner-form .basic-search .input-field {
                    width: 100%;
                }

                    .s009 form .inner-form .basic-search .input-field input {
                        padding: 10px 80px 10px 40px;
                    }

                    .s009 form .inner-form .basic-search .input-field .icon-wrap {
                        position: absolute;
                        top: 0;
                        right: 0;
                        display: -ms-flexbox;
                        display: flex;
                        -ms-flex-align: center;
                        align-items: center;
                        width: 60px;
                        height: 100%;
                    }

                        .s009 form .inner-form .basic-search .input-field .icon-wrap svg {
                            width: 34px;
                            height: 34px;
                            fill: #ccc;
                        }

            .s009 form .inner-form .advance-search {
                background: #fff;
                /*background: linear-gradient(-27deg, #ee312352, #fcce0130);*/
                padding: 40px;
                box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
            }

                .s009 form .inner-form .advance-search .desc {
                    font-size: 14px;
                    color: #999;
                    display: block;
                    margin-bottom: 26px;
                    font-weight: bold;
                }

                .s009 form .inner-form .advance-search .row {
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    -ms-flex-align: center;
                    align-items: center;
                    margin-bottom: 20px;
                }

                    .s009 form .inner-form .advance-search .row.second {
                        margin-bottom: 46px;
                    }

                    .s009 form .inner-form .advance-search .row.third {
                        margin-bottom: 0;
                    }

                        .s009 form .inner-form .advance-search .row.third .input-field {
                            width: 100%;
                            display: -ms-flexbox;
                            display: flex;
                            -ms-flex-pack: justify;
                            justify-content: space-between;
                            -ms-flex-align: center;
                            align-items: center;
                        }

                            .s009 form .inner-form .advance-search .row.third .input-field .result-count {
                                display: -ms-flexbox;
                                display: flex;
                                -ms-flex-pack: start;
                                justify-content: flex-start;
                                -ms-flex-align: center;
                                align-items: center;
                                width: 110px;
                                color: #666;
                                font-size: 14px;
                            }

                                .s009 form .inner-form .advance-search .row.third .input-field .result-count span {
                                    color: #00bbec;
                                    padding-right: 5px;
                                }

                .s009 form .inner-form .advance-search .input-field {
                    width: calc((100% - 40px) / 3);
                }

                .s009 form .inner-form .advance-search .input-select {
                    height: 40px;
                }

                .s009 form .inner-form .advance-search .choices__inner {
                    background: transparent;
                    border-radius: 0;
                    border: 0;
                    border: 1px solid rgba(0, 0, 0, 0.1);
                    height: 100%;
                    color: #fff;
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-align: center;
                    align-items: center;
                    padding: 0;
                    padding-right: 30px;
                    font-size: 14px;
                    min-height: 40px;
                }

                    .s009 form .inner-form .advance-search .choices__inner .choices__list.choices__list--single {
                        display: -ms-flexbox;
                        display: flex;
                        padding: 5px 18px;
                        -ms-flex-align: center;
                        align-items: center;
                        height: 100%;
                    }

                    .s009 form .inner-form .advance-search .choices__inner .choices__item.choices__item--selectable.choices__placeholder {
                        display: -ms-flexbox;
                        display: flex;
                        -ms-flex-align: center;
                        align-items: center;
                        height: 100%;
                        opacity: 1;
                        color: #666;
                        font-weight: bold;
                    }

                    .s009 form .inner-form .advance-search .choices__inner .choices__list--single .choices__item {
                        display: -ms-flexbox;
                        display: flex;
                        -ms-flex-align: center;
                        align-items: center;
                        height: 100%;
                        color: #00bbec;
                        font-weight: bold;
                    }

                .s009 form .inner-form .advance-search .choices__list.choices__list--dropdown {
                    border: 0;
                    background: #fff;
                    padding: 10px 18px 20px 18px;
                    margin-top: 0;
                    border-radius: 0;
                    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
                }

                    .s009 form .inner-form .advance-search .choices__list.choices__list--dropdown .choices__item--selectable {
                        padding-right: 0;
                    }

                .s009 form .inner-form .advance-search .choices__list--dropdown .choices__item--selectable.is-highlighted {
                    background: transparent;
                    color: #00bbec;
                }

                .s009 form .inner-form .advance-search .choices__list--dropdown .choices__item {
                    color: #666;
                    min-height: 20px;
                    padding: 8px 0;
                    font-weight: bold;
                }

                .s009 form .inner-form .advance-search .choices[data-type*="select-one"]:after {
                    border: 0;
                    width: 32px;
                    height: 32px;
                    margin: 0;
                    transform: none;
                    opacity: 1;
                    right: 15px;
                    top: 6px;
                    background-size: 18px 18px;
                    background-position: right center;
                    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23999' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z'/%3e%3c/svg%3e");
                    background-repeat: no-repeat;
                }

                .s009 form .inner-form .advance-search .choices[data-type*="select-one"].is-open {
                    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
                }

                    .s009 form .inner-form .advance-search .choices[data-type*="select-one"].is-open:after {
                        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23999' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z'/%3e%3c/svg%3e");
                    }

                .s009 form .inner-form .advance-search .choices[data-type*="select-one"] .choices__button {
                    display: none;
                    -webkit-user-select: none;
                    -moz-user-select: none;
                    -ms-user-select: none;
                    user-select: none;
                }

@media screen and (max-width: 767px) {
    .s009 form .inner-form .basic-search .input-field input {
        padding: 10px 80px 10px 15px;
    }

    .s009 form .inner-form .basic-search .input-field .icon-wrap {
        width: 80px;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .s009 form .inner-form .basic-search .input-field .icon-wrap svg {
            width: 30px;
            height: 30px;
        }

    .s009 form .inner-form .advance-search {
        padding: 30px 15px;
    }

        .s009 form .inner-form .advance-search .row {
            display: block;
        }

        .s009 form .inner-form .advance-search .input-field {
            width: 100%;
            margin-bottom: 20px;
        }
}

.btn {
    line-height: 2em;
}


/*legend Box*/

.my-legend .legend-title {
    text-align: left;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 90%;
}

.my-legend .legend-scale ul {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

    .my-legend .legend-scale ul li {
        display: block;
        float: left;
        width: auto;
        margin-bottom: 6px;
        text-align: center;
        font-size: 80%;
        list-style: none;
    }

.my-legend ul.legend-labels li span {
    display: block;
    float: left;
    height: auto;
    width: 111px;
}

.my-legend .legend-source {
    font-size: 70%;
    color: #999;
    clear: both;
}

.my-legend a {
    color: #777;
}

/*END legend Box*/


/*Dashboard CSS*/
.card {
    font-size: .875rem;
}


.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eeeeee;
    border-radius: 0.25rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #eeeeee;
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0;
    }

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border-top: 1px solid #eeeeee;
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: flex;
    flex-direction: column;
}

    .card-deck .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

        .card-deck .card {
            display: flex;
            flex: 1 0 0%;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px;
        }
}

.card-group {
    display: flex;
    flex-direction: column;
}

    .card-group > .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .card-group {
        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:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:first-child .card-img-top,
                .card-group > .card:first-child .card-header {
                    border-top-right-radius: 0;
                }

                .card-group > .card:first-child .card-img-bottom,
                .card-group > .card:first-child .card-footer {
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group > .card:last-child .card-img-top,
                .card-group > .card:last-child .card-header {
                    border-top-left-radius: 0;
                }

                .card-group > .card:last-child .card-img-bottom,
                .card-group > .card:last-child .card-footer {
                    border-bottom-left-radius: 0;
                }

            .card-group > .card:only-child {
                border-radius: 0.25rem;
            }

                .card-group > .card:only-child .card-img-top,
                .card-group > .card:only-child .card-header {
                    border-top-left-radius: 0.25rem;
                    border-top-right-radius: 0.25rem;
                }

                .card-group > .card:only-child .card-img-bottom,
                .card-group > .card:only-child .card-footer {
                    border-bottom-right-radius: 0.25rem;
                    border-bottom-left-radius: 0.25rem;
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
                border-radius: 0;
            }

                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
                    border-radius: 0;
                }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}



.card {
    border: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 6px;
    color: #333333;
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

    .card .card-category:not([class*="text-"]) {
        color: #999999;
    }

    .card .card-category {
        margin-top: 10px;
    }

        .card .card-category .material-icons {
            position: relative;
            top: 8px;
            line-height: 0;
        }

    .card .form-check {
        margin-top: 5px;
    }

    .card .card-title {
        margin-top: 0.625rem;
    }

        .card .card-title:last-child {
            margin-bottom: 0;
        }

    .card.no-shadow .card-header-image,
    .card.no-shadow .card-header-image img {
        box-shadow: none !important;
    }

    .card .card-body,
    .card .card-footer {
        padding: 0.9375rem 1.875rem;
    }

        .card .card-body + .card-footer {
            padding-top: 0rem;
            border: 0;
            border-radius: 6px;
        }

    .card .card-footer {
        display: flex;
        align-items: center;
        background-color: transparent;
        border: 0;
    }

        .card .card-footer .author,
        .card .card-footer .stats {
            display: inline-flex;
        }

        .card .card-footer .stats {
            color: #999999;
        }

            .card .card-footer .stats .material-icons {
                position: relative;
                top: -10px;
                margin-right: 3px;
                margin-left: 3px;
                font-size: 18px;
            }

    .card.bmd-card-raised {
        box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    }

@media (min-width: 992px) {
    .card.bmd-card-flat {
        box-shadow: none;
    }
}

.card .card-header {
    border-bottom: none;
    background: transparent;
}

    .card .card-header .title {
        color: #fff;
    }

    .card .card-header .nav-tabs {
        padding: 0;
    }

    .card .card-header.card-header-image {
        position: relative;
        padding: 0;
        z-index: 1;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: -30px;
        border-radius: 6px;
    }

        .card .card-header.card-header-image img {
            width: 100%;
            border-radius: 6px;
            pointer-events: none;
            box-shadow: 0 5px 15px -8px rgba(0, 0, 0, 0.24), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
        }

        .card .card-header.card-header-image .card-title {
            position: absolute;
            bottom: 15px;
            left: 15px;
            color: #fff;
            font-size: 1.125rem;
            text-shadow: 0 2px 5px rgba(33, 33, 33, 0.5);
        }

        .card .card-header.card-header-image .colored-shadow {
            transform: scale(0.94);
            top: 12px;
            filter: blur(12px);
            position: absolute;
            width: 100%;
            height: 100%;
            background-size: cover;
            z-index: -1;
            transition: opacity .45s;
            opacity: 0;
        }

        .card .card-header.card-header-image.no-shadow {
            box-shadow: none;
        }

            .card .card-header.card-header-image.no-shadow.shadow-normal {
                box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
            }

            .card .card-header.card-header-image.no-shadow .colored-shadow {
                display: none !important;
            }

.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.bg-primary,
.card.card-rotate.bg-primary .front,
.card.card-rotate.bg-primary .back {
    background: linear-gradient(60deg, #ab47bc, #8e24aa);
}

.card .card-header-info .card-icon,
.card .card-header-info .card-text,
.card .card-header-info:not(.card-header-icon):not(.card-header-text),
.card.bg-info,
.card.card-rotate.bg-info .front,
.card.card-rotate.bg-info .back {
    background: linear-gradient(60deg, #26c6da, #00acc1);
}

.card .card-header-success .card-icon,
.card .card-header-success .card-text,
.card .card-header-success:not(.card-header-icon):not(.card-header-text),
.card.bg-success,
.card.card-rotate.bg-success .front,
.card.card-rotate.bg-success .back {
    background: linear-gradient(60deg, #66bb6a, #43a047);
}

.card .card-header-warning .card-icon,
.card .card-header-warning .card-text,
.card .card-header-warning:not(.card-header-icon):not(.card-header-text),
.card.bg-warning,
.card.card-rotate.bg-warning .front,
.card.card-rotate.bg-warning .back {
    background: linear-gradient(60deg, #ffa726, #fb8c00);
}

.card .card-header-danger .card-icon,
.card .card-header-danger .card-text,
.card .card-header-danger:not(.card-header-icon):not(.card-header-text),
.card.bg-danger,
.card.card-rotate.bg-danger .front,
.card.card-rotate.bg-danger .back {
    background: linear-gradient(60deg, #ef5350, #e53935);
}

.card .card-header-rose .card-icon,
.card .card-header-rose .card-text,
.card .card-header-rose:not(.card-header-icon):not(.card-header-text),
.card.bg-rose,
.card.card-rotate.bg-rose .front,
.card.card-rotate.bg-rose .back {
    background: linear-gradient(60deg, #ec407a, #d81b60);
}

.card .card-header-primary .card-icon,
.card .card-header-primary:not(.card-header-icon):not(.card-header-text),
.card .card-header-primary .card-text {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(156, 39, 176, 0.4);
}

.card .card-header-danger .card-icon,
.card .card-header-danger:not(.card-header-icon):not(.card-header-text),
.card .card-header-danger .card-text {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(244, 67, 54, 0.4);
}

.card .card-header-rose .card-icon,
.card .card-header-rose:not(.card-header-icon):not(.card-header-text),
.card .card-header-rose .card-text {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(233, 30, 99, 0.4);
}

.card .card-header-warning .card-icon,
.card .card-header-warning:not(.card-header-icon):not(.card-header-text),
.card .card-header-warning .card-text {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 152, 0, 0.4);
}

.card .card-header-info .card-icon,
.card .card-header-info:not(.card-header-icon):not(.card-header-text),
.card .card-header-info .card-text {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 188, 212, 0.4);
}

.card .card-header-success .card-icon,
.card .card-header-success:not(.card-header-icon):not(.card-header-text),
.card .card-header-success .card-text {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(76, 175, 80, 0.4);
}

.card [class*="card-header-"],
.card[class*="bg-"] {
    color: #fff;
}

    .card [class*="card-header-"] .card-title a,
    .card [class*="card-header-"] .card-title,
    .card [class*="card-header-"] .icon i,
    .card[class*="bg-"] .card-title a,
    .card[class*="bg-"] .card-title,
    .card[class*="bg-"] .icon i {
        color: #fff;
    }

    .card [class*="card-header-"] .icon i,
    .card[class*="bg-"] .icon i {
        border-color: rgba(255, 255, 255, 0.25);
    }

    .card [class*="card-header-"] .author a,
    .card [class*="card-header-"] .stats,
    .card [class*="card-header-"] .card-category,
    .card [class*="card-header-"] .card-description,
    .card[class*="bg-"] .author a,
    .card[class*="bg-"] .stats,
    .card[class*="bg-"] .card-category,
    .card[class*="bg-"] .card-description {
        color: rgba(255, 255, 255, 0.8);
    }

        .card [class*="card-header-"] .author a:hover,
        .card [class*="card-header-"] .author a:focus,
        .card [class*="card-header-"] .author a:active,
        .card[class*="bg-"] .author a:hover,
        .card[class*="bg-"] .author a:focus,
        .card[class*="bg-"] .author a:active {
            color: #fff;
        }

.card .author .avatar {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
}

.card .author a {
    color: #3C4858;
    text-decoration: none;
}

    .card .author a .ripple-container {
        display: none;
    }

.card .card-category-social .fa {
    font-size: 24px;
    position: relative;
    margin-top: -4px;
    top: 2px;
    margin-right: 5px;
}

.card .card-category-social .material-icons {
    position: relative;
    top: 5px;
}

.card[class*="bg-"],
.card[class*="bg-"] .card-body {
    border-radius: 6px;
}

    .card[class*="bg-"] h1 small,
    .card[class*="bg-"] h2 small,
    .card[class*="bg-"] h3 small,
    .card[class*="bg-"] .card-body h1 small,
    .card[class*="bg-"] .card-body h2 small,
    .card[class*="bg-"] .card-body h3 small {
        color: rgba(255, 255, 255, 0.8);
    }

.card .card-stats {
    background: transparent;
    display: flex;
}

    .card .card-stats .author,
    .card .card-stats .stats {
        display: inline-flex;
    }

.card {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}

    .card .table tr:first-child td {
        border-top: none;
    }

    .card .card-title {
        margin-top: 0;
        margin-bottom: 3px;
    }

    .card .card-body {
        padding: 0.9375rem 20px;
        position: relative;
    }

        .card .card-body .form-group {
            margin: 8px 0 0;
        }

    .card .card-header {
        z-index: 3 !important;
    }

        .card .card-header .card-title {
            margin-bottom: 3px;
        }

        .card .card-header .card-category {
            margin: 0;
        }

        .card .card-header.card-header-text {
            display: inline-block;
        }

            .card .card-header.card-header-text:after {
                content: "";
                display: table;
            }

            .card .card-header.card-header-icon i,
            .card .card-header.card-header-text i {
                width: 33px;
                height: 33px;
                text-align: center;
                line-height: 33px;
            }

            .card .card-header.card-header-icon .card-title,
            .card .card-header.card-header-text .card-title {
                margin-top: 15px;
                color: #3C4858;
            }

            .card .card-header.card-header-icon h4,
            .card .card-header.card-header-text h4 {
                font-weight: 300;
            }

        .card .card-header.card-header-tabs .nav-tabs {
            background: transparent;
            padding: 0;
        }

        .card .card-header.card-header-tabs .nav-tabs-title {
            float: left;
            padding: 10px 10px 10px 0;
            line-height: 24px;
        }

    .card.card-plain .card-header.card-header-icon + .card-body .card-title,
    .card.card-plain .card-header.card-header-icon + .card-body .card-category {
        margin-top: -20px;
    }

    .card .card-actions {
        position: absolute;
        z-index: 1;
        top: -50px;
        width: calc(100% - 30px);
        left: 17px;
        right: 17px;
        text-align: center;
    }

        .card .card-actions .card-header {
            padding: 0;
            min-height: 160px;
        }

        .card .card-actions .btn {
            padding-left: 12px;
            padding-right: 12px;
        }

        .card .card-actions .fix-broken-card {
            position: absolute;
            top: -65px;
        }

    .card.card-chart .card-footer i:nth-child(1n+2) {
        width: 18px;
        text-align: center;
    }

    .card.card-chart .card-category {
        margin: 0;
    }

    .card .card-body + .card-footer,
    .card .card-footer {
        padding: 0;
        padding-top: 10px;
        margin: 0 15px 10px;
        border-radius: 0;
        justify-content: space-between;
        align-items: center;
    }

        .card .card-body + .card-footer h6,
        .card .card-footer h6 {
            width: 100%;
        }

        .card .card-body + .card-footer .stats,
        .card .card-footer .stats {
            color: #999999;
            font-size: 12px;
            line-height: 22px;
        }

            .card .card-body + .card-footer .stats .card-category,
            .card .card-footer .stats .card-category {
                padding-top: 7px;
                padding-bottom: 7px;
                margin: 0;
            }

            .card .card-body + .card-footer .stats .material-icons,
            .card .card-footer .stats .material-icons {
                position: relative;
                top: 4px;
                font-size: 16px;
            }

    .card [class*="card-header-"] {
        margin: 0px 15px 0;
        padding: 0;
        position: relative;
    }

        .card [class*="card-header-"] .card-title + .card-category {
            color: rgba(255, 255, 255, 0.8);
        }

            .card [class*="card-header-"] .card-title + .card-category a {
                color: #fff;
            }

        .card [class*="card-header-"]:not(.card-header-icon):not(.card-header-text):not(.card-header-image) {
            border-radius: 3px;
            margin-top: -20px;
            padding: 15px;
        }

        .card [class*="card-header-"] .card-icon,
        .card [class*="card-header-"] .card-text {
            border-radius: 3px;
            background-color: #999999;
            padding: 15px;
            margin-top: -20px;
            margin-right: 15px;
            float: left;
        }

        .card [class*="card-header-"] .card-text {
            float: none;
            display: inline-block;
            margin-right: 0;
        }

            .card [class*="card-header-"] .card-text .card-title {
                color: #fff;
                margin-top: 0;
            }

        .card [class*="card-header-"] .ct-chart .card-title {
            color: #fff;
        }

        .card [class*="card-header-"] .ct-chart .card-category {
            margin-bottom: 0;
            color: rgba(255, 255, 255, 0.62);
        }

        .card [class*="card-header-"] .ct-chart .ct-label {
            color: rgba(255, 255, 255, 0.7);
        }

        .card [class*="card-header-"] .ct-chart .ct-grid {
            stroke: rgba(255, 255, 255, 0.2);
        }

        .card [class*="card-header-"] .ct-chart .ct-series-a .ct-point,
        .card [class*="card-header-"] .ct-chart .ct-series-a .ct-line,
        .card [class*="card-header-"] .ct-chart .ct-series-a .ct-bar,
        .card [class*="card-header-"] .ct-chart .ct-series-a .ct-slice-donut {
            stroke: rgba(255, 255, 255, 0.8);
        }

        .card [class*="card-header-"] .ct-chart .ct-series-a .ct-slice-pie,
        .card [class*="card-header-"] .ct-chart .ct-series-a .ct-area {
            fill: rgba(255, 255, 255, 0.4);
        }

        .card [class*="card-header-"] .ct-chart .ct-series-a .ct-bar {
            stroke-width: 10px;
        }

        .card [class*="card-header-"] .ct-chart .ct-point {
            stroke-width: 10px;
            stroke-linecap: round;
        }

        .card [class*="card-header-"] .ct-chart .ct-line {
            fill: none;
            stroke-width: 4px;
        }

    .card [data-header-animation="true"] {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
        -moz-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
        -o-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
        -ms-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
        transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    }

    .card:hover [data-header-animation="true"] {
        -webkit-transform: translate3d(0, -10px, 0);
        -moz-transform: translate3d(0, -10px, 0);
        -o-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    .card .map {
        height: 280px;
        border-radius: 6px;
        margin-top: 15px;
    }

        .card .map.map-big {
            height: 420px;
        }

    .card .card-body.table-full-width {
        padding: 0;
    }

    .card .card-plain .card-header-icon {
        margin-right: 15px !important;
    }

.table-sales {
    margin-top: 40px;
}

.iframe-container {
    width: 100%;
}

    .iframe-container iframe {
        width: 100%;
        height: 500px;
        border: 0;
        box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    }

.card-wizard .nav.nav-pills .nav-item {
    margin: 0;
}

    .card-wizard .nav.nav-pills .nav-item .nav-link {
        padding: 6px 15px !important;
    }

.card-wizard .nav-pills:not(.flex-column) .nav-item + .nav-item:not(:first-child) {
    margin-left: 0;
}

.card-wizard .nav-item .nav-link.active,
.card-wizard .nav-item .nav-link:hover,
.card-wizard .nav-item .nav-link:focus {
    background-color: inherit !important;
    box-shadow: none !important;
}

.card-wizard .input-group-text {
    padding: 6px 15px 0px !important;
}

.card-wizard .card-footer {
    border-top: none !important;
}

.card-chart .card-body + .card-footer,
.card-product .card-body + .card-footer {
    border-top: 1px solid #eee;
}

.card-product .price {
    color: inherit;
}

.card-collapse {
    margin-bottom: 15px;
}

    .card-collapse .card .card-header a[aria-expanded="true"] {
        color: #e91e63;
    }

.card-stats .card-header.card-header-icon,
.card-stats .card-header.card-header-text {
    text-align: right;
}

.card-stats .card-header .card-icon + .card-title,
.card-stats .card-header .card-icon + .card-category {
    padding-top: 10px;
}

.card-stats .card-header.card-header-icon .card-title,
.card-stats .card-header.card-header-text .card-title,
.card-stats .card-header.card-header-icon .card-category,
.card-stats .card-header.card-header-text .card-category {
    margin: 0;
}

.card-stats .card-header .card-category {
    margin-bottom: 0;
    margin-top: 0;
}

    .card-stats .card-header .card-category:not([class*="text-"]) {
        color: #999999;
        font-size: 14px;
    }

.card-stats .card-header + .card-footer {
    border-top: 1px solid #eee;
    margin-top: 20px;
}

.card-stats .card-header.card-header-icon i {
    font-size: 36px;
    line-height: 56px;
    width: 56px;
    height: 56px;
    text-align: center;
}

.card-stats .card-body {
    text-align: right;
}

.card-profile {
    margin-top: 30px;
    text-align: center;
}

    .card-profile .card-avatar {
        margin: -50px auto 0;
        border-radius: 50%;
        overflow: hidden;
        padding: 0;
        box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    }

        .card-profile .card-avatar + .card-body {
            margin-top: 15px;
        }

        .card-profile .card-avatar img {
            width: 100%;
            height: auto;
        }

    .card-profile .card-body + .card-footer {
        margin-top: -15px;
    }

    .card-profile .card-footer .btn.btn-just-icon {
        font-size: 20px;
        padding: 12px 12px;
        line-height: 1em;
    }

    .card-profile.card-plain .card-avatar {
        margin-top: 0;
    }

    .card-profile .card-header:not([class*="card-header-"]) {
        background: transparent;
    }

    .card-profile .card-avatar {
        max-width: 130px;
        max-height: 130px;
    }

.card-plain {
    background: transparent;
    box-shadow: none;
}

    .card-plain .card-header:not(.card-avatar) {
        margin-left: 0;
        margin-right: 0;
    }

    .card-plain .card-body {
        padding-left: 5px;
        padding-right: 5px;
    }

    .card-plain .card-header-image {
        margin: 0 !important;
        border-radius: 6px;
    }

        .card-plain .card-header-image img {
            border-radius: 6px;
        }

    .card-plain .card-footer {
        padding-left: 5px;
        padding-right: 5px;
        background-color: transparent;
    }

/*Dashboard Charts*/
.ct-chart .ct-series-a .ct-point,
.ct-chart .ct-series-a .ct-line,
.ct-chart .ct-series-a .ct-bar,
.ct-chart .ct-series-a .ct-slice-donut,
.ct-chart .ct-series-a .ct-slice-pie,
.ct-chart .ct-series-a .ct-slice-donut-solid,
.ct-chart .ct-series-a .ct-area {
    stroke: #00bcd4;
}

.ct-chart .ct-series-b .ct-point,
.ct-chart .ct-series-b .ct-line,
.ct-chart .ct-series-b .ct-bar,
.ct-chart .ct-series-b .ct-slice-donut,
.ct-chart .ct-series-b .ct-slice-pie,
.ct-chart .ct-series-b .ct-slice-donut-solid,
.ct-chart .ct-series-b .ct-area {
    stroke: #f44336;
}

.ct-chart .ct-series-c .ct-point,
.ct-chart .ct-series-c .ct-line,
.ct-chart .ct-series-c .ct-bar,
.ct-chart .ct-series-c .ct-slice-donut,
.ct-chart .ct-series-c .ct-slice-pie,
.ct-chart .ct-series-c .ct-slice-donut-solid,
.ct-chart .ct-series-c .ct-area {
    stroke: #ff9800;
}

.ct-chart .ct-bar {
    fill: none;
    stroke-width: 10px;
}

.ct-chart .ct-line {
    fill: none;
    stroke-width: 4px;
}

.ct-chart .ct-point {
    stroke-width: 10px;
    stroke-linecap: round;
}

.ct-chart .ct-grid {
    stroke: rgba(0, 0, 0, 0.2);
    stroke-width: 1px;
    stroke-dasharray: 2px;
}

.ct-chart .ct-label {
    fill: rgba(0, 0, 0, 0.4);
    color: rgba(0, 0, 0, 0.4);
    display: -webkit-flex;
    display: flex;
}

    .ct-chart .ct-label.ct-vertical.ct-start {
        -webkit-box-align: flex-end;
        -webkit-align-items: flex-end;
        -ms-flex-align: flex-end;
        align-items: flex-end;
        -webkit-box-pack: flex-end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: flex-end;
        justify-content: flex-end;
        text-align: right;
        text-anchor: end;
    }

.ct-chart .ct-series-a .ct-slice-pie,
.ct-chart .ct-series-a .ct-slice-donut-solid,
.ct-chart .ct-series-a .ct-area {
    fill: #00bcd4;
}

.ct-chart .ct-series-b .ct-slice-pie,
.ct-chart .ct-series-b .ct-slice-donut-solid,
.ct-chart .ct-series-b .ct-area {
    fill: #f44336;
}

.ct-chart .ct-series-c .ct-slice-pie,
.ct-chart .ct-series-c .ct-slice-donut-solid,
.ct-chart .ct-series-c .ct-area {
    fill: #ff9800;
}

.dropNewEvent {
    font-family: Roboto;
    font-size: 13px;
}

.popoverTitleCalendar {
    width: 100%;
    height: 100%;
    padding: 15px 15px;
    font-family: Roboto;
    font-size: 13px;
    border-radius: 5px 5px 0 0;
}

.popoverInfoCalendar i {
    font-size: 14px;
    margin-right: 10px;
    line-height: inherit;
    color: #d3d4da;
}

.popoverInfoCalendar p {
    margin-bottom: 1px;
}

.popoverDescCalendar {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #E3E3E3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.popover-title {
    background: transparent;
    font-weight: 600;
    padding: 0 !important;
    border: none;
}

.popover-content {
    padding: 15px 15px;
    font-family: Roboto;
    font-size: 13px;
}

.popover {
    background: #fff !important;
    color: #2E2F34;
    border: none;
    margin-bottom: 10px;
}

/*popover header*/
.popover-title {
    background: #F7F7FC;
    font-weight: 600;
    padding: 15px 15px 11px;
    border: none;
}

/*popover arrows*/
.popover.top .arrow:after {
    border-top-color: #fff;
}

.popover.right .arrow:after {
    border-right-color: #fff;
}

.popover.bottom .arrow:after {
    border-bottom-color: #fff;
}

.popover.left .arrow:after {
    border-left-color: #fff;
}

.popover.bottom .arrow:after {
    border-bottom-color: #fff;
}


#contextMenu {
    position: absolute;
    display: none;
    z-index: 2;

}

    #contextMenu .dropdown-menu {
        border: none;
    }


.form-horizontal .form-group {
    margin-right: 110px;
    margin-left: -16px;
    width: 100%;
    padding-left: 0em;
}


.modal-footer {
    padding-bottom: 50px;
}

.rowDelivery tr{
    text-decoration: underline;
}

.dataTable input{
    width:100%
}
