* {
    /*-webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false) !important;
    -webkit-text-shadow: none !important;
    -ms-text-shadow: none !important;
    text-shadow: none !important;*/
    font-family: Calibri;
    -webkit-font-smoothing: antialiased;
    /*font-weight: 400;*/
}

html,
body {
    height: 100%;
}

.btn,
.badge,
.modal,
.modal-dialog,
.modal-content,
input,
select {
    -ms-border-radius: 5px !important;
    border-radius: 5px !important;
}

input,
select {
    padding: 4px !important;
    /*width: 65% !important;*/
    display: inline-block;
}

.navbar * {
    background-image: none !important;
    -webkit-text-shadow: none !important;
    -ms-text-shadow: none !important;
    text-shadow: none !important;
}

form * {
    font-family: Calibri;
}

input,
textarea {
    background-image: none !important;
    border: 1px solid #ccc !important;
    font-family: Calibri;
}

select {
    font-size: 13px !important;
    font-family: Calibri;
}

input[type="radio"],
input[type="checkbox"] {
    line-height: 23px !important;
    border: 0 !important;
}

.btn {
    background-image: none !important;
    font-family: Calibri;
    font-size: 13px !important;
}

    .btn.btn-form-md {
        margin: 0 .5em .2em .5em;
        width: 9em;
    }

    .btn.btn-mini {
        font-size: 11px !important;
    }

body {
    font-size: 12px;
    line-height: 18px;
    color: #666;
    background: #111;
    padding-top: 100px;
    -webkit-font-smoothing: antialiased;
}

    body .container {
        width: 97%;
        padding-left: 1.5%;
        padding-right: 1.5%;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 2px 0;
    margin: 2px 0;
    color: #777;
    font-weight: 400;
}

h2 {
    font-size: 30px;
    line-height: 40px;
}

h3 {
    font-size: 23px;
    line-height: 33px;
}

h4 {
    font-size: 20px;
    line-height: 30px;
}

h5 {
    font-size: 18px;
    line-height: 28px;
}

h6 {
    font-size: 15px;
    line-height: 25px;
}

p {
    padding: 1px 0 !important;
    margin: 1px 0 !important;
}

a {
    color: #333;
    text-decoration: none !important;
}

    a:hover {
        color: #ddd;
        text-decoration: none;
    }

    a:hover,
    a:focus,
    a:active {
        outline: 0;
    }

.bold {
    font-weight: 600;
}

form {
    font-size: 12px !important;
}

hr {
    margin: 8px 0 8px 0 !important;
    padding: 0 !important;
    border-top: 0;
    border-bottom: 1px solid #ddd !important;
    height: 0;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

.well {
    padding: 10px 15px;
}

a.btn {
    font-size: 13px !important;
}

.label {
    font-weight: 400;
    padding: 3px 6px !important;
    font-size: 13px;
}

.control-label {
    font-weight: 400 !important;
    font-size: 12px;
}

.badge {
    font-weight: 400;
    padding: 3px 8px;
    font-size: 13px;
}

.progress {
    height: 17px;
    line-height: 17px;
    margin: 5px 0 !important;
    border: 0;
}

    .progress .bar {
        font-size: 12px;
    }
/* Button colors */
.btn.btn-primary {
    background: #4180EA !important;
}

    .btn.btn-primary:hover {
        background: #0f608b !important;
    }

.btn.btn-info {
    background: #5b5b5b !important;
    border-color: #5b5b5b !important;
    color: #FFFFFF !important;
}

    .btn.btn-info:hover {
        background: #403600 !important;
    }

.btn.btn-success {
    background: #43c83c !important;
}

    .btn.btn-success:hover {
        background: #36a530 !important;
    }

.btn.btn-warning {
    background: #f88529 !important;
}

    .btn.btn-warning:hover {
        background: #d67323 !important;
    }

.btn.btn-danger {
    background: #fa3031 !important;
}

    .btn.btn-danger:hover {
        background: #d82829 !important;
    }
/* Label colors */
.label.label-success,
.badge.badge-success {
    background: #43c83c !important;
}

.label.label-warning,
.badge.badge-warning {
    background: #f88529 !important;
}

.label.label-important,
.badge.badge-important {
    background: #fa3031 !important;
}

.label.label-info,
.badge.badge-info {
    background: #5b5b5b !important;
}
/* Background colors */
.blightblue {
    background: #5b5b5b !important;
    color: #fff !important;
    border: 0 !important;
}

.bblue {
    background: #4180EA !important;
    color: #fff !important;
    border: 0 !important;
}

.bgreen {
    background: #43c83c !important;
    color: #fff !important;
    border: 0 !important;
}

.borange {
    background: #f88529 !important;
    color: #fff !important;
    border: 0 !important;
}

.bred {
    background: #fa3031 !important;
    color: #fff !important;
    border: 0 !important;
}

.bviolet {
    background: #932ab6 !important;
    color: #fff !important;
    border: 0 !important;
}

    .blightblue h2,
    .blightblue h3,
    .blightblue h3,
    .blightblue h4,
    .blightblue h5,
    .blightblue h6,
    .bblue h2,
    .bblue h3,
    .bblue h3,
    .bblue h4,
    .bblue h5,
    .bblue h6,
    .bgreen h2,
    .bgreen h3,
    .bgreen h3,
    .bgreen h4,
    .bgreen h5,
    .bgreen h6,
    .bred h2,
    .bred h3,
    .bred h3,
    .bred h4,
    .bred h5,
    .bred h6,
    .bviolet h2,
    .bviolet h3,
    .bviolet h3,
    .bviolet h4,
    .bviolet h5,
    .bviolet h6,
    .borange h2,
    .borange h3,
    .borange h3,
    .borange h4,
    .borange h5,
    .borange h6 {
        color: #fff !important;
    }

    .blightblue a,
    .bblue a,
    .bgreen a,
    .bred a,
    .borange a,
    .bviolet a {
        color: #eee !important;
    }

        .blightblue a:hover,
        .bblue a:hover,
        .bgreen a:hover,
        .bred a:hover,
        .borange a:hover,
        .bviolet a:hover {
            color: #ddd !important;
        }
/* Text colors */
.lightblue {
    color: #5b5b5b !important;
}

.blue {
    color: #4180EA !important;
}

.green {
    color: #43c83c !important;
}

.orange {
    color: #f88529 !important;
}

.red {
    color: #fa3031 !important;
}

.violet {
    color: #932ab6 !important;
}
/* Modal */
.modal-header {
    padding-top: 7px;
    padding-bottom: 7px;
}
/* Form */
form {
    margin: 10px;
}

    form input,
    form button,
    form textarea,
    form select {
        font-size: 12px !important;
    }

    form label {
        font-size: 12px;
        line-height: 12px;
    }

.form-inline button {
    margin-left: 15px;
}

.form-horizontal .control-label {
    width: 90px;
}

.form-horizontal .controls {
    margin-left: 110px;
}

    .form-horizontal .controls:first-child {
        *padding-left: 100px;
    }

.form-horizontal .form-actions {
    padding-left: 110px;
}

.form-actions {
    padding: 5px 20px 5px;
    background: transparent;
    border-top: 0;
}
/* Back to top */
.totop {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 104400;
    background: #fa3031;
    display: none;
}

    .totop a,
    .totop a:visited {
        display: block;
        width: 30px;
        height: 30px;
        color: #fff;
        text-align: center;
        line-height: 30px;
    }

        .totop a:hover {
            color: #eee;
            text-decoration: none;
        }
/* Half column - CHECK LATER */
.col-left {
    width: 48%;
    float: left;
}

.col-right {
    width: 48%;
    float: right;
}
/* Dropdown menu */
.dropdown-big .dropdown-menu {
    -moz-min-width: 250px;
    -ms-min-width: 250px;
    -o-min-width: 250px;
    -webkit-min-width: 250px;
    min-width: 250px;
    padding: 8px 10px;
    background: #fff;
}

    .dropdown-big .dropdown-menu p {
        margin: 1px 0;
        padding: 1px 0;
        font-size: 12px;
        line-height: 18px;
    }

    .dropdown-big .dropdown-menu a {
        font-size: 13px;
        line-height: 23px;
        background: transparent;
        padding: 0;
        color: #444 !important;
        display: inline;
    }

        .dropdown-big .dropdown-menu a:hover {
            color: #777 !important;
            background: transparent !important;
        }

    .dropdown-big .dropdown-menu .drop-foot {
        text-align: center;
    }

        .dropdown-big .dropdown-menu .drop-foot a {
            font-size: 12px !important;
        }

    .dropdown-big .dropdown-menu hr {
        padding: 0;
        margin: 8px 0;
        border-top: 0 solid #aaa;
        border-bottom: 1px solid #eee;
    }

    .dropdown-big .dropdown-menu h5 {
        color: #666 !important;
        line-height: 18px;
        font-weight: bold;
        font-size: 13px;
    }

.dropdown-menu {
    background: #fff;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

    .dropdown-menu li {
        color: #777;
        font-size: 13px;
        line-height: 18px;
    }

        .dropdown-menu li > a {
            color: #555;
            line-height: 23px !important;
        }

            .dropdown-menu li > a:hover {
                background: #f9f9f9 !important;
                filter: none;
                color: #888;
            }

    .dropdown-menu a:hover,
    .dropdown-menu a:focus {
        filter: none !important;
        background: #fff !important;
    }

    .dropdown-menu::after,
    .dropdown-menu::before {
        border: none !important;
    }
/* Navbar */
.navbar {
    background: #0682c7;
}

    .navbar .container {
        width: 97% !important;
    }

    .navbar .nav > li > a {
        font-size: 13px !important;
        color: #fff !important;
    }

    .navbar i {
        margin-right: 3px;
    }

    .navbar .caret {
        border-top-color: #FFFFFF !important;
        border-bottom-color: #FFFFFF !important;
    }

    .navbar .nav-user-pic {
        width: 20px;
        margin-right: 10px;
    }

    .navbar .badge {
        margin-left: 5px;
    }
/* Sidebar */
.sidebar {
    width: 230px;
    float: left;
    display: block;
    background: #111;
    color: #eee;
    position: relative;
}

    .sidebar hr {
        border-bottom: 1px solid #333 !important;
    }

    .sidebar ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

        .sidebar ul li {
            list-style-type: none;
        }

    .sidebar .sidebar-inner {
        display: block;
        width: 100%;
        margin: 0 auto;
        position: absolute;
        z-index: 60;
        background: #111;
    }

    .sidebar .navi li i {
        margin-right: 5px;
    }

    .sidebar .navi li span i {
        margin: 0;
    }

    .sidebar .navi > li > a {
        display: block;
        padding: 12px 20px;
        font-size: 15px;
        line-height: 25px;
        color: #fff;
        text-decoration: none;
        border-bottom: 1px solid #222;
        background-color: #111;
    }

        .sidebar .navi > li > a:hover,
        .sidebar .navi > li.open > a {
            border-bottom: 1px solid #222;
            background-color: #222;
            color: #FFFFFF;
        }

    .sidebar .navi li ul {
        display: none;
        background: #181818;
    }

    .sidebar .navi li.open ul {
        display: block;
    }

    .sidebar .navi li ul li a {
        display: block;
        background: none;
        padding: 10px 0;
        padding-left: 30px;
        text-decoration: none;
        color: #999;
        border-bottom: 1px solid #222;
    }

    .sidebar .navi li ul li.active a {
        background: #131313;
        border-bottom: 1px solid #222;
    }

    .sidebar .navi li ul li a:hover {
        background: #131313;
        border-bottom: 1px solid #222;
    }
    /* Sidebar colors */
    .sidebar .navi > li.nlightblue > a:hover,
    .sidebar .navi > li.open.nlightblue > a,
    .sidebar .navi > li.current.nlightblue > a {
        background: #5b5b5b !important;
        color: #FFFFFF;
        -webkit-transition: background 0.5s ease;
        -moz-transition: background 0.5s ease;
        -o-transition: background 0.5s ease;
        transition: background 0.5s ease;
    }

    .sidebar .navi > li.nblue > a:hover,
    .sidebar .navi > li.open.nblue > a,
    .sidebar .navi > li.current.nblue > a {
        background: #4180EA !important;
        -webkit-transition: background 0.5s ease;
        -moz-transition: background 0.5s ease;
        -o-transition: background 0.5s ease;
        transition: background 0.5s ease;
    }

    .sidebar .navi > li.ngreen > a:hover,
    .sidebar .navi > li.open.ngreen > a,
    .sidebar .navi > li.current.ngreen > a {
        background: #43c83c !important;
        -webkit-transition: background 0.5s ease;
        -moz-transition: background 0.5s ease;
        -o-transition: background 0.5s ease;
        transition: background 0.5s ease;
    }

    .sidebar .navi > li.norange > a:hover,
    .sidebar .navi > li.open.norange > a,
    .sidebar .navi > li.current.norange > a {
        background: #f88529 !important;
        -webkit-transition: background 0.5s ease;
        -moz-transition: background 0.5s ease;
        -o-transition: background 0.5s ease;
        transition: background 0.5s ease;
    }

    .sidebar .navi > li.nred > a:hover,
    .sidebar .navi > li.open.nred > a,
    .sidebar .navi > li.current.nred > a {
        background: #fa3031 !important;
        -webkit-transition: background 0.5s ease;
        -moz-transition: background 0.5s ease;
        -o-transition: background 0.5s ease;
        transition: background 0.5s ease;
    }

    .sidebar .navi > li.nviolet > a:hover,
    .sidebar .navi > li.open.nviolet > a,
    .sidebar .navi > li.current.nviolet > a {
        background: #932ab6 !important;
        -webkit-transition: background 0.5s ease;
        -moz-transition: background 0.5s ease;
        -o-transition: background 0.5s ease;
        transition: background 0.5s ease;
    }
    /* Sidebar dropdown */
    .sidebar .sidebar-dropdown* {
        text-decoration: none;
    }

    .sidebar .sidebar-dropdown {
        display: none;
    }

        .sidebar .sidebar-dropdown a {
            color: #ddd;
            background-color: #343434;
            padding: 6px;
            text-transform: uppercase;
            text-align: center;
            font-size: 13px;
            display: block;
            border-top: 1px solid #666;
            border-bottom: 1px solid #333;
        }

            .sidebar .sidebar-dropdown a:hover {
                text-decoration: none;
            }
    /* Sidebar widget */
    .sidebar .sidebar-widget {
        padding: 10px 5px;
    }

    .sidebar .ui-datepicker {
        width: 95%;
        margin: 0 auto;
        background: #111;
        color: #888;
        border: 0;
        padding: 0;
    }

    .sidebar .ui-datepicker-header {
        background: #222;
        border: 1px solid #212121;
    }

    .sidebar .ui-datepicker-prev:hover {
        background: transparent;
        border: 0;
        top: 2px !important;
        left: 2px !important;
    }

    .sidebar .ui-datepicker-next:hover {
        background: transparent;
        border: 0;
        top: 2px !important;
        right: 2px !important;
    }

    .sidebar .ui-state-default {
        background: #222;
        border: 0;
        text-align: center;
        color: #ccc;
    }

        .sidebar .ui-state-default:hover {
            background: #282828;
            color: #999;
        }

    .sidebar .ui-state-hightlight,
    .sidebar .ui-state-active {
        background: #444;
    }
/* Main */
.mainbar {
    position: absolute;
    width: 100%;
    background-color: transparent;
    top: 100px;
    z-index: 1029;
}

.mainbar-admin {
    margin-left: 230px;
    position: relative;
    margin-right: 0px;
    width: auto;
    background-color: transparent;
    z-index: 1029;
}

    .mainbar-admin .container {
        width: 100%;
        padding: 0 !important;
    }

.mainbar .container {
    width: 100%;
    padding: 0 !important;
}
/* Pagination*/
.pagination {
    margin: 10px 0 5px 0;
}

    .pagination ul > li > a,
    .pagination ul > li > span {
        border: 1px solid #ccc;
        margin-right: 3px;
        padding: 3px 8px;
        background-color: #fff;
        color: #666;
    }

        .pagination ul > li > a:hover {
            color: #333;
            background: #fafafa;
        }
/* Page head */
.mainbar .page-head {
    padding: 15px 20px;
    border-bottom: 1px solid #fff;
}

.mainbar .page-meta {
    font-size: 13px;
    line-height: 15px;
    margin-left: 2px;
    display: block;
}
/* Matter */
.mainbar .matter {
    border-top: 0px solid #ddd;
}
/* Widget */
.widget {
    margin-top: 0px;
    margin-bottom: 20px;
    background: #fff;
}

    .widget hr {
        margin: 4px 0;
        padding: 4px 0;
        border-top: 0;
        border-bottom: 1px solid #ddd;
    }

    .widget .table {
        margin: 0;
        width: 100%;
    }

    .widget .table-bordered {
        border: 0;
    }

        .widget .table-bordered th {
            border-bottom: 1px solid #ccc !important;
        }

        .widget .table-bordered td {
            border-top: 0 !important;
            border-bottom: 1px solid #ccc !important;
        }

            .widget .table-bordered td:first-child,
            .widget .table-bordered th:first-child {
                border-left: 0;
            }

    .widget .padd {
        padding: 15px;
    }

    .widget .widget-head {
        background-color: #f5f5f5;
        border: 1px solid #ddd;
        color: #777;
        padding: 12px 15px;
        height: 49px;
        font-size: 1.2em !important;
        font-weight: bold !important;
    }

        .widget .widget-head .widget-icons i {
            font-size: 14px;
            margin: 0 4px;
        }

        .widget .widget-head .widget-icons a {
            color: #aaa;
        }

            .widget .widget-head .widget-icons a:hover {
                color: #888;
            }

    .widget .widget-content {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .widget .widget-foot {
        background-color: #f9f9f9;
        border: 1px solid #ddd;
        border-top: 0;
        padding: 8px 15px;
        font-size: 13px;
        color: #555;
    }
    /* Widget colors */
    .widget.wwhite .widget-head {
        background-color: #FFF;
        border: 1px solid #FFF;
        color: #666;
    }

    .widget.wred .widget-head {
        background-color: #fa3031;
        border: 1px solid #fa3031;
        color: #fff;
    }

    .widget.wlightblue .widget-head {
        background-color: #5b5b5b;
        border: 1px solid #5b5b5b;
        color: #fff;
    }

    .widget.wblue .widget-head {
        background-color: #5b5b5b;
        border: 1px solid #5b5b5b;
        color: #fff;
    }

    .widget.wgreen .widget-head {
        background-color: #43c83c;
        border: 1px solid #43c83c;
        color: #fff;
    }

    .widget.worange .widget-head {
        background-color: #f88529;
        border: 1px solid #f88529;
        color: #fff;
    }

    .widget.wviolet .widget-head {
        background-color: #932ab6;
        border: 1px solid #932ab6;
        color: #fff;
    }

        .widget.wred .widget-head .widget-icons a,
        .widget.wblue .widget-head .widget-icons a,
        .widget.wlightblue .widget-head .widget-icons a,
        .widget.worange .widget-head .widget-icons a,
        .widget.wgreen .widget-head .widget-icons a,
        .widget.wviolet .widget-head .widget-icons a {
            color: #fff;
        }

            .widget.wred .widget-head .widget-icons a:hover,
            .widget.wblue .widget-head .widget-icons a:hover,
            .widget.wlightblue .widget-head .widget-icons a:hover,
            .widget.worange .widget-head .widget-icons a:hover,
            .widget.wgreen .widget-head .widget-icons a:hover,
            .widget.wviolet .widget-head .widget-icons a:hover {
                color: #eee;
            }
    /* Widget white extras */
    .widget .nav-tabs > li a {
        padding: 5px 10px;
    }

    .widget .nav-tabs {
        margin-bottom: 5px;
    }

    .widget .tab-content {
        margin-bottom: 10px;
    }

.tab-homepage {
    height: 254px;
    background: #fff;
}
/* Today datas */
.today-datas {
    list-style-type: none;
    padding: 0;
    margin: 10px 0;
}

    .today-datas li {
        display: inline-block;
        margin-bottom: 5px;
        margin-right: 10px;
        padding: 1.5em 1em;
        background-color: #f8f8f8;
        background: #f8f8f8;
        border: 1px solid #ccc;
        max-width: 100%;
        text-align: center;
    }

        .today-datas li .spark {
            margin-right: 10px;
        }

        .today-datas li .datas-text {
            font-size: 13px;
            padding: 7px 0 0 0;
            font-weight: normal;
        }

            .today-datas li .datas-text span {
                display: block;
                font-size: 24px;
                margin-bottom: 5px;
            }

        .today-datas li i {
            font-size: 50px;
            margin-right: 10px;
        }

        .today-datas li .dial {
            margin-right: 10px !important;
        }
/* Toggle button */
.toggle-button span {
    font-size: 13px !important;
}
/* Gallery */
.gallery img {
    max-width: 170px;
    margin: 5px;
}
/* Responsive */
@media (max-width: 480px) {
    .mainbar .page-head h2 {
        float: none;
    }

    .mainbar .bread-crumb {
        float: none;
        margin-top: 10px;
    }

    .col-left {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .col-right {
        width: 100%;
        float: none;
    }
}

@media (max-width: 767px) {
    body {
        margin: 0 auto;
    }

        body .container {
            width: 95%;
            padding-left: 2.5%;
            padding-right: 2.5%;
        }

    .content {
        margin-left: 0px;
        margin-right: 0px;
    }

    .form-inline button {
        margin-left: 0;
    }

    .navbar {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .nav-collapse .dropdown-big .dropdown-menu {
        color: #bbb !important;
    }

        .nav-collapse .dropdown-big .dropdown-menu a {
            color: #ccc !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

            .nav-collapse .dropdown-big .dropdown-menu a:hover {
                color: #aaa !important;
            }

        .nav-collapse .dropdown-big .dropdown-menu h5 {
            color: #eee !important;
        }

    .nav-collapse .dropdown-menu {
        padding: 10px 10px !important;
    }

        .nav-collapse .dropdown-menu a {
            color: #fff !important;
        }

            .nav-collapse .dropdown-menu a:hover {
                background: transparent !important;
            }

        .nav-collapse .dropdown-menu hr {
            border-top: 0 solid #eee;
            border-bottom: 1px solid #333;
        }

    .sidebar {
        float: none;
        width: 100%;
    }

        .sidebar .sidebar-dropdown {
            display: block;
        }

        .sidebar .sidebar-inner {
            display: none;
        }

        .sidebar .sidebar-widget {
            text-align: center;
        }

    .mainbar {
        margin: 0;
        float: none;
    }

    .today-datas {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .form {
        margin: 0 !important;
    }

    form .control-group {
        margin: 0 !important;
    }

    form .control-label {
        /*float: none !important;
        width: auto !important;
        text-align: left !important;*/
    }

    form .controls {
        float: none !important;
        margin-left: 0 !important;
    }

    form .form-actions {
        padding-left: 0 !important;
    }

    .navbar {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .nav-collapse .dropdown-big .dropdown-menu {
        color: #bbb !important;
    }

        .nav-collapse .dropdown-big .dropdown-menu a {
            color: #ccc !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

            .nav-collapse .dropdown-big .dropdown-menu a:hover {
                color: #aaa !important;
            }

        .nav-collapse .dropdown-big .dropdown-menu h5 {
            color: #eee !important;
        }

    .nav-collapse .dropdown-menu {
        padding: 10px 10px !important;
    }

        .nav-collapse .dropdown-menu a {
            color: #fff !important;
        }

            .nav-collapse .dropdown-menu a:hover {
                background: transparent !important;
            }

        .nav-collapse .dropdown-menu hr {
            border-top: 0 solid #eee;
            border-bottom: 1px solid #333;
        }

    .sidebar {
        width: 200px;
    }
}
/*#region Widgets */
/* maps */
.map iframe {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
/* maps ends */
/* Users starts */
.user h6 {
    line-height: 17px !important;
}

.user {
    font-size: 12px !important;
    line-height: 20px !important;
}

    .user img {
        max-width: 70px;
        margin-top: 10px;
        cursor: pointer;
    }

    .user .user-pic {
        float: left;
        width: 80px;
    }

    .user .user-details {
        margin-left: 85px;
    }

    .user .btn {
        font-size: 11px !important;
    }
/* Users ends */
/*#endregion */
/*#region Override background color theme */
/*For Bootstrap 3*/
.nav,
.pagination,
.carousel,
.panel-title a {
    cursor: pointer;
}

body {
    background-color: #f0f0f0;
}

.navbar-inverse {
    background-color: #333;
}

.sidebar-widget form {
    margin: 0em -1em;
}

.sidebar .navi > li > a {
    background-color: #333 ;
}

.sidebar .navi li ul li a {
    color: #fff;
}

    .sidebar .navi li ul li a:hover {
        color: #5b5b5b;
    }

    .sidebar .navi li ul li a:disabled {
        color: #999;
    }

.navbar-inverse .btn-navbar {
    background-color: #333;
}

    .navbar-inverse .btn-navbar:hover {
        background-color: #333;
    }

.sidebar {
    margin-top: 0px;
}

    .sidebar .sidebar-inner {
        background-color: #333;
    }

.sidebar-filler {
    /*z-index: -10;*/
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #333;
    width: 230px;
}
/*#endregion */
/* #region Main Styles */
ul.image-group {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

    ul.image-group li {
        list-style: none;
        margin-bottom: 25px;
    }

.ng-cloak {
    display: none !important;
}

select > option {
    color: black;
}

input.form-control,
select.form-control,
textarea.form-control {
    /*width: 205px;*/
    display: inline;
    display: block;
    width: 50%;
    max-width: 30em;
}

.widget .padd {
    /*margin-bottom: 0;*/
    /*padding: 1em 0;*/
    height: 12em;
}

    .widget .padd.padd-tight {
        padding: 6px;
    }

.list-flow.list-flow-tight {
    width: 90px;
}

.map {
    height: 228px;
}

.btn > i {
    margin-right: 4px;
    margin-left: 4px;
}

.btn {
    margin-right: 4px;
    margin-left: 4px;
}

    .btn.btn-notext > i {
        margin-right: 0;
    }

.btn-group {
    margin: .2em;
}

small {
    font-size: 14px;
}

.text-subtle {
    color: #b7b7b7;
}

.page-title-subtle {
    color: #FFFFFF;
}

.page-title {
    margin-top: 5px;
    color: #FFFFFF;
    margin-right: 12px;
    font-size: 15px !important;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    font-family: OpenSans, Arial, sans-serif !important;
}

.right {
    clear: right;
    float: right;
}

.widget-content .padd:hover {
    cursor: pointer;
    color: white;
    background-color: #5b5b5b;
}

    .widget-content .padd:hover * {
        color: white;
    }

.list-flow {
    margin: 6px;
    float: left;
    width: 110px;
    height: 120px;
    border-bottom: solid 0 transparent;
    padding: 1.5% .5%;
}

.name-stack h5 {
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 18px !important;
}

.search-query {
    margin: 2px auto 8px auto !important;
}

.fa-search {
    color: #FFFFFF;
}

.form-search {
    min-height: 2em;
}

.input-group[class*="col-"] {
    width: 80%;
    margin: 0 1.5em;
}

.user .user-pic {
    display: block;
    margin: auto;
}

.user .user-details {
    margin-left: 100px;
    margin-right: 10px;
}

.widget-content {
    padding: 1em;
    margin: 0;
}

.stacked {
    float: none !important;
    display: block;
    margin: auto;
}

.navbar .navbar-brand {
    /*background: url(../images/gg.png) no-repeat left top !important;*/
    margin: 0 1em;
    height: 45px;
}

.navbar .brand-title {
    /*margin-left: 4em;*/
    color: #FFFFFF;
}

.navbar-logo img {
    height: 20px;
}

.today-datas li {
    padding: 20px 14px;
    height: 9em;
}
/*#region Splash */
#splash-page {
    z-index: 99999 !important;
}

    #splash-page .bar {
        width: 100%;
    }

.page-splash {
    z-index: 99999 !important;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: .9;
    pointer-events: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.page-splash-message {
    text-align: center;
    margin: 20% auto 0 auto;
    font-size: 400%;
    font-family: Calibri;
    font-weight: normal;
    -webkit-text-shadow: 2px 2px #000000;
    text-shadow: 2px 2px #000000;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    text-decoration: none;
    color: #F58A00;
    padding: 0;
}

    .page-splash-message.page-splash-message-subtle {
        margin: 30% auto 0 auto;
        font-size: 200%;
    }

.flag-haschanges {
    position: fixed !important;
    display: inline;
}

.fa-asterisk.fa-asterisk-large {
    font-size: 180%;
    vertical-align: middle;
    color: #F58A00;
}

.fa-asterisk.fa-asterisk-alert {
    color: #F58A00;
}

.fa-asterisk-inline {
    padding: 0 4px 0 0;
}

.progress,
.page-progress-bar {
    margin: 30px 10% !important;
}

.ngplus-overlay-background {
    top: 0px;
    left: 0px;
    padding-left: 100px;
    position: absolute;
    z-index: 10000;
    height: 100%;
    width: 100%;
    background-color: #808080;
    opacity: 0.2;
}

.ngplus-overlay-content {
    position: absolute;
    /*border: 1px solid #000;*/
    /*background-color: #fff;*/
    font-weight: bold;
    height: 100px;
    width: 300px;
    height: 15em;
    width: 20em;
    z-index: 10000;
    text-align: center;
}

.page-spinner-message {
    text-align: center;
    font-size: 400%;
    font-family: Calibri;
    font-weight: normal;
    -webkit-text-shadow: 2px 2px #000000;
    text-shadow: 2px 2px #000000;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    text-decoration: none;
    color: #F58A00;
    padding: 0;
}

    .page-spinner-message.page-spinner-message-subtle {
        margin: 30% auto 0 auto;
        font-size: 200%;
    }

.overlay-message {
    font-size: 200%;
}

.spinner {
    margin: 20% auto 0 auto;
    left: auto;
    top: auto !important;
}
/*#endregion*/
table th > a {
    font-weight: bold;
}

table th,
table td {
    text-align: left;
    vertical-align: middle;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
    cursor: pointer;
}

.widget-content.referrer {
    border-width: 0;
}

a {
    cursor: pointer;
}
/* #endregion */
.customer-name {
    font-size: 1.2em;
}

.customer-thumb {
    margin: 0.1em !important;
    padding: 0.1em;
}
/*#region wrapper for angular ng-include and ng-view animations*/
.view-container {
    position: relative;
    overflow: hidden;
}
/*#endregion */
/*#region Angular ng-include, ng-view, ng-repeat shuffle animations*/
.shuffle-animation.ng-enter,
.shuffle-animation.ng-leave {
    position: relative;
}

.shuffle-animation.ng-enter {
    -moz-transition: ease-out all 0.3s 0.4s;
    -o-transition: ease-out all 0.3s 0.4s;
    -webkit-transition: ease-out all 0.3s 0.4s;
    transition: ease-out all 0.3s 0.4s;
    left: 2em;
    opacity: 0;
}

    .shuffle-animation.ng-enter.ng-enter-active {
        left: 0;
        opacity: 1;
    }

.shuffle-animation.ng-leave {
    -moz-transition: 0.3s ease-out all;
    -o-transition: 0.3s ease-out all;
    -webkit-transition: 0.3s ease-out all;
    transition: 0.3s ease-out all;
    left: 0;
    opacity: 1;
}

    .shuffle-animation.ng-leave.ng-leave-active {
        left: 2em;
        opacity: 0;
    }
/*#endregion*/
/*#region Angular ng-include, ng-view, ng-repeat fader animation */
.fader-animation.ng-enter,
.fader-animation.ng-leave,
.fader-animation.ng-move {
    position: relative;
}

.fader-animation.ng-enter,
.fader-animation.ng-leave {
    -webkit-transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) all 0.5s;
    -moz-transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) all 0.5s;
    -o-transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) all 0.5s;
    transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) all 0.5s;
    opacity: 1;
}

    .fader-animation.ng-enter,
    .fader-animation.ng-leave.ng-leave-active {
        opacity: 0;
    }

        .fader-animation.ng-enter.ng-enter-active {
            opacity: 1;
        }

.fader-animation.ng-move {
    opacity: 0.5;
}

    .fader-animation.ng-move.ng-move-active {
        opacity: 1;
    }
/*#endregion*/
/*#region Angular ng-show dissolve animation */
.dissolve-animation.ng-hide-remove,
.dissolve-animation.ng-hide-add {
    position: fixed !important;
    display: inline !important;
    -webkit-transition: 0.5s linear all;
    -moz-transition: 0.5s linear all;
    -o-transition: 0.5s linear all;
    transition: 0.5s linear all;
}

    .dissolve-animation.ng-hide-remove.ng-hide-remove-active,
    .dissolve-animation.ng-hide-add {
        opacity: 1;
    }

        .dissolve-animation.ng-hide-add.ng-hide-add-active,
        .dissolve-animation.ng-hide-remove {
            opacity: 0;
        }
/*#endregion */
/*#region toastr */
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
    margin: 4px auto;
}
/*#endregion */
/*#region Responsive */
@media (max-width: 979px) {
    .sidebar-filler {
        width: 200px;
    }

    .nav-collapse {
        clear: none;
    }

        .nav-collapse .nav > li {
            float: left;
        }

    .navbar .btn-navbar {
        display: none;
    }

    .nav-collapse,
    .nav-collapse.collapse {
        height: inherit;
        overflow: inherit;
    }

    .page-splash-message {
        font-size: 300%;
    }

    .btn-group.pull-right {
        float: none !important;
        display: block;
    }
}

@media (min-width: 768px) {
    .sidebar .sidebar-inner {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .sidebar-filler {
        display: none;
    }

    .nav-collapse {
        clear: both;
    }

        .nav-collapse .nav > li {
            float: none;
        }

    .navbar .btn-navbar {
        display: block;
    }

    .nav-collapse,
    .nav-collapse.collapse {
        height: 0;
        overflow: hidden;
    }

    .page-splash-message {
        font-size: 200%;
        margin: 40% auto 0 auto;
    }

        .page-splash-message.page-splash-message-subtle {
            font-size: 150%;
        }

    .sidebar .sidebar-inner {
        height: inherit;
    }
}

@media (max-width: 480px) {
    input.form-control,
    select.form-control,
    textarea.form-control {
        width: 70%;
    }
}

@media (max-width: 320px) {
    .today-datas li {
        padding: 1em .5em;
        line-height: 1em;
    }

        .today-datas li i {
            font-size: 2em;
        }

        .today-datas li .datas-text span {
            font-size: 1em;
        }

    .btn {
        margin: .2em;
        width: 7em;
    }

    .btn-group > .btn {
        display: block;
        width: 7em;
    }

    .btn-group.pull-right {
        margin: .2em 0;
    }

    input,
    select {
        width: 85% !important;
    }

    textarea {
        width: 80%;
    }

    .img-thumbnail.user-pic {
        width: 5em;
    }

    .user .user-details {
        margin-left: 7em;
        margin-right: .5em;
    }

    h3 {
        font-size: 1.5em !important;
        line-height: 1.2em !important;
    }
}

.panel-tile {
    border-color: #000;
}

    .panel-tile > .panel-heading {
        color: #ffffff;
        background-color: #000;
        border-color: #000;
    }

        .panel-tile > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #000;
        }

    .panel-tile > .panel {
        background-color: #ebebeb;
    }

.my-repeat-animation.ng-enter,
.my-repeat-animation.ng-leave {
    -webkit-transition: 0.5s linear all;
    transition: 0.5s linear all;
    position: relative;
}

.my-repeat-animation.ng-enter {
    left: -10px;
    opacity: 0;
}

    .my-repeat-animation.ng-enter.ng-enter-active {
        left: 0;
        opacity: 1;
    }

.my-repeat-animation.ng-leave {
    left: 0;
    opacity: 1;
}

    .my-repeat-animation.ng-leave.ng-leave-active {
        left: -10px;
        opacity: 0;
    }

.nav > li > a:hover,
.nav > li > a:focus {
    color: #5b5b5b !important;
    border-left-color: #5b5b5b !important;
}

.li-maps-image {
    border-style: solid;
    border-color: #E1E1E2;
    border-left-width: thin;
    border-right-width: thin;
    border-top-width: thin;
    border-bottom-style: none;
    width: 100%;
}

.li-maps-detail {
    height: 96px;
    width: 100%;
    background-color: #FFF;
    border-style: solid;
    border-top-style: none;
    border-color: #E1E1E2;
    border-bottom-width: thin;
    border-left-width: thin;
    border-right-width: thin;
}

.li-tile {
    width: 24%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-left: 0.5%
}

.li-tile-list {
    width: 48%;
    margin-right: 1%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.li-maps-image-list {
    border-style: solid;
    border-color: #E1E1E2;
    border-left-width: thin;
    border-bottom-width: thin;
    border-top-width: thin;
    border-right-style: none;
}

.li-maps-detail-list {
    height: 96px;
    background-color: #FFF;
    border-style: solid;
    border-left-style: none;
    border-color: #E1E1E2;
    border-bottom-width: thin;
    border-top-width: thin;
    border-right-width: thin;
}

.ul-maps {
    list-style-type: none;
    -webkit-padding-start: 0px;
    margin-top: 20px;
    overflow-y: hidden;
}

.map-carousel-left-image {
    position: absolute;
    left: 10px;
    top: 122px;
    z-index: 1000;
    cursor: pointer;
}

.map-carousel-right-image {
    position: absolute;
    right: 10px;
    top: 122px;
    z-index: 1000;
    cursor: pointer;
}

.map-carousel-current {
    background-image: url(../images/carousel-current.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    color: white;
    border: none !important;
    background-color: transparent !important;
    position: relative;
    left: 10px;
    width: 100%;
    height: 32px;
    background-position-y: 4px;
    /*bottom: 10px;*/
    z-index: 1000;
}

.btn-carousel {
    position: absolute;
    bottom: 20px;
    color: #FFFFFF;
    border-color: #FFFFFF;
    left: 50%;
    margin-left: -62px;
    background-color: transparent;
}

.btn-group-account {
    margin-left: 10px;
}

.btn-login {
    border-radius: 14px !important;
    width: 75px;
    background-color: #5b5b5b;
    color: #FFFFFF
}

.btn-register {
    border-radius: 14px !important;
    background-color: transparent;
    color: #FFFFFF;
    font-style: italic;
    text-decoration: underline;
    font-size: 14px !important;
}

    .btn-register:hover {
        color: #403600;
    }

    .btn-register:visited {
        color: white;
    }

.header-black-bar {
    position: fixed;
    top: 100px;
    background-color: #0682c7;
    height: 45px;
    /* z-index: 1000; */
    width: 100%;
}

.header-black-bar-xs {
    display: none;
    position: fixed;
    top: 100px;
    background-color: #0682c7;
    height: 45px;
    /* z-index: 1000; */
    width: 100%;
}

.header-grey-bar-xs {
    display: none;
}

.header-grey-bar {
    position: fixed;
    top: 145px;
    background-color: #E1E1E2;
    height: 308px;
    /* z-index: 1000; */
    width: 100%;
}

.header-logo-detail {
    margin-top: 20px;
    position: absolute;
    z-index: 1000;
}

.header-search-div {
    margin-top: 40px;
    position: absolute;
    z-index: 1000;
}

.header-button-div {
    margin-top: 40px;
    position: absolute;
    z-index: 1000;
}

.map-items-inline:hover {
    border-bottom-color: white;
    border-bottom-style: solid;
    height: 25px;
}

.currentinlinecategory {
    border-bottom-color: white;
    border-bottom-style: solid;
    height: 25px;
}

.tablet-search-bar {
    height: 40px;
    width: 100%;
    background: #0682c7;
    top: 100px;
    position: absolute;
}

.phone-search-bar {
    height: 40px;
    width: 100%;
    background: #0682c7;
}

.phone-search {
    width: 30px;
    background: transparent !important;
    border-style: none;
    margin-right: 15px;
    margin-top: 10px;
    color: white;
}

.header-search-detail {
    position: absolute;
    right: 0;
    width: 250px;
    color: #FFFFFF;
    background-color: transparent;
    border: none !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px;
    border-bottom-color: #FFFFFF !important;
}

input[type=search]::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #FFFFFF !important;
}

input[type=search]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #FFFFFF !important;
    opacity: 1;
}

input[type=search]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #FFFFFF !important;
    opacity: 1;
}

input[type=search]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #FFFFFF !important;
}

.info-panel {
    background-color: #5b5b5b;
}

@media (min-width: 1601px) {
    .show-1601 {
        display: block !important;
    }
}

@media (min-width: 1440px) {
    .show-1440 {
        display: block !important;
    }
}

@media (min-width: 1366px) {
    .show-1366 {
        display: block !important;
    }
}

@media (min-width: 1280px) {
    .show-1280 {
        display: block !important;
    }
}

@media (min-width: 1024px) {
    .show-1024 {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .show-768 {
        display: block !important;
    }
}

@media (min-width: 480px) {
    .show-480 {
        display: block !important;
    }
}

@media (min-width: 320px) {
    .show-320 {
        display: block !important;
    }
}

@media (min-width: 1441px) {
    .hide-1601 {
        display: none !important;
    }
}

@media (max-width: 1440px) and (min-width: 1367px) {
    .hide-1440 {
        display: none !important;
    }
}

@media (max-width: 1366px) and (min-width: 1281px) {
    .hide-1366 {
        display: none !important;
    }
}

@media (max-width: 1280px) and (min-width: 1025px) {
    .hide-1280 {
        display: none !important;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .hide-1024 {
        display: none !important;
    }
}

@media (max-width: 768px) and (min-width: 481px) {
    .hide-768 {
        display: none !important;
    }
}

@media (max-width: 480px) and (min-width: 321px) {
    .hide-480 {
        display: none !important;
    }
}

@media (max-width: 320px) {
    .hide-320 {
        display: none !important;
    }
}

@media (min-width: 1601px) {
    .li-tile {
        width: 24%;
        min-height: 1px;
        padding-left: 0px;
        margin-bottom: 20px;
        margin-right: 0px !important;
    }

    li-maps-detail {
        height: 96px;
        width: 242px;
    }

    .li-maps {
        width: 242px !important;
    }

    .li-tile-list {
        width: 48%;
        margin-right: 1%;
        min-height: 1px;
        padding-left: 0px;
        margin-bottom: 20px;
    }

    .li-maps-detail-list {
        height: 96px;
        width: 370px;
    }

    .ul-maps {
        /*margin-left: 15px;*/
        -webkit-padding-start: 0px;
        margin-top: 20px;
        overflow-y: hidden;
    }

    .map-carousel-left-image {
        left: 10px;
        top: 122px;
    }

    .map-carousel-right-image {
        right: 10px;
        top: 122px;
    }

    .map-carousel-current {
        left: 10px;
        width: 155px;
        background-position-y: 4px;
        bottom: 10px;
        z-index: 1000;
    }

    .btn-carousel {
        position: absolute;
        bottom: 20px;
        left: 50%;
        margin-left: -62px;
        background-color: transparent;
    }

    .btn-group-account {
        margin-left: 10px;
    }

    .header-black-bar {
        position: fixed;
        top: 100px;
        height: 45px;
    }

    .header-grey-bar {
        position: fixed;
        top: 145px;
        height: 308px;
    }

    .header-logo-detail {
        margin-top: 20px;
        position: absolute;
        z-index: 1000;
    }

    .header-search-div {
        margin-top: 40px;
        position: absolute;
        z-index: 1000;
    }

    .header-button-div {
        margin-top: 40px;
        position: absolute;
        z-index: 1000;
    }

    .header-logo-detail {
        margin-top: 20px;
        position: absolute;
        z-index: 1000;
    }

    .header-search-div {
        margin-top: 40px;
        position: absolute;
        z-index: 1000;
    }

    .header-button-div {
        margin-top: 40px;
        position: absolute;
        z-index: 1000;
    }

    .header-search-detail {
        width: 250px;
    }
}

@media (max-width: 1440px) {
    .li-tile {
        width: 24%;
        min-height: 1px;
        padding-left: 0px;
        margin-bottom: 20px;
        margin-right: 0px;
    }
}

@media (max-width: 1366px) {
    .li-tile {
        width: 31%;
        min-height: 1px;
        padding-left: 0px;
        margin-bottom: 20px;
        margin-right: 10px;
    }

    .li-maps-detail {
        height: 96px;
        width: 100%;
    }

    .li-maps-image {
        /*max-width: 229px;*/
    }
}

@media (max-width: 1280px) {
    .li-tile {
        width: 31%;
        min-height: 1px;
        padding-left: 0px;
        margin-bottom: 20px;
        margin-right: 10px;
    }
}

@media (max-width: 1024px) {
    .li-tile {
        width: 31%;
        min-height: 1px;
        padding-left: 0px;
        margin-bottom: 20px;
    }

    .ul-maps {
        list-style-type: none;
        margin-left: 0px;
        -webkit-padding-start: 0px;
        margin-top: 20px;
        overflow-y: hidden;
    }

    .li-maps-image {
        /*max-width: 300px;*/
        width: 100%;
    }

    .li-maps-detail {
        height: 96px;
        width: 100%;
    }
}
/*769-1024*/
@media (max-width: 800px) {
    .li-tile {
        width: 46%;
        min-height: 1px;
        padding-left: 0px;
        margin-bottom: 20px;
        margin-left: 1%;
    }

    .li-tile-list {
        width: 100%;
        margin-right: 0;
    }

    .ul-maps {
        list-style-type: none;
        margin-left: 0px;
        -webkit-padding-start: 0px;
        margin-top: 20px;
        overflow-y: hidden;
    }

    .li-maps-image {
        /*max-width: 300px;*/
        width: 100%;
    }

    .li-maps-detail {
        height: 96px;
        width: 100%;
    }
}
/*480-320*/
@media (max-width: 480px) {
    .li-maps-image {
        width: 100%;
    }

    .li-tile-list {
        width: 100%;
        margin-right: 0;
    }

    .li-maps-detail {
        height: 96px;
        width: 100%;
    }

    .li-tile {
        position: relative;
        width: 80%;
        min-height: 1px;
        margin-bottom: 20px;
        margin-left: 10%;
        margin-top: auto;
        margin-right: 10%;
        /* float: right; */
    }

    .ul-maps {
        margin-left: 0px;
        -webkit-padding-start: 0px;
    }
}
/*320-480*/
.map-categories-inline {
    margin-left: 0;
    height: 60px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    background-color: #5b5b5b;
}

.map-categories-inline-item {
    font-size: 14px;
    background-color: #5b5b5b;
    color: white !important;
    margin-top: 7px;
}

.map-detail-phone {
    position: absolute;
    top: -50px;
    opacity: 0.75;
    background-color: #0682c7;
    width: 100%;
    max-height: 90px;
    min-height: 90px;
}

.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #fff !important;
    background-color: #5b5b5b !important;
    border-left-color: #5b5b5b !important;
}

.currentCategory {
    text-decoration: none;
    color: #0682c7;
    background-color: #ffffff;
    border-left-color: #0682c7;
    border-left-width: medium;
    border-left-style: solid;
}

.currentPhoneCategory {
    text-decoration: none;
    border-bottom-color: #FFF;
    border-bottom-width: medium;
    border-bottom-style: solid;
}

.map-widget-header {
    padding: 10px 12px !important;
}

.map-items-widget-icons {
    font-size: 12px !important;
}

.map-items-widget-icons-active {
    color: black;
}

.map-items-widget-label {
    color: #FFFFFF !important;
    font-family: Calibri !important;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    line-height: 23px;
}

.map-items-widget-select {
    color: #FFFFFF;
    font-family: Calibri !important;
    -webkit-font-smoothing: antialiased;
    font-size: 12px !important;
    background-color: transparent;
    border-style: none;
    line-height: 23px;
    vertical-align: baseline !important;
    box-shadow: none;
    height: 23px;
    -webkit-box-shadow: none;
}

    .map-items-widget-select > option {
        background-color: #0682c7;
        color: white;
        font-family: Calibri !important;
        font-size: 12px;
    }

.form-widget {
    margin: 0 !important;
}

.search-icon {
    color: white;
    position: absolute;
    right: 0;
    top: 10px;
}

.animate-hide {
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
    opacity: 1;
}

    .animate-hide .ng-hide {
        line-height: 0;
        opacity: 0;
    }

.admin-content {
    height: 630px;
}

.btn-admin {
    color: white;
    width: 75px !important;
}

.input-category {
    font-family: Calibri !important;
    color: black;
    line-height: 23px;
    vertical-align: baseline;
}

.metadata-label {
    text-align: left !important;
    width: 160px !important;
}

.metadata-input-inline {
    background: transparent !important;
    margin-top: 5px;
    color: black !important;
}

.metadata-input {
    background: transparent !important;
    margin-top: 5px;
    max-width: 600px !important;
    width: 100% !important;
    color: black !important;
}


.info-icon {
    position: absolute;
    left: 5px;
    top: 5px;
    height: 24px;
    width: 24px;
}

.map-fav-icon {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    height: 24px;
    width: 24px;
}

.currentCategory {
    text-decoration: none;
    color: #4180ea;
    background-color: #5b5b5b;
    border-left-color: #4180ea;
    border-left-width: medium;
    border-left-style: solid;
}

.currentPhoneCategory {
    text-decoration: none;
    border-bottom-color: #5b5b5b;
    border-bottom-width: medium;
    border-bottom-style: solid;
}

#wrap {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -50px;
    /* Pad bottom by footer height */
    padding: 0 0 50px;
}
/* Set the fixed height of the footer here */
#footer {
    height: 50px;
    background-color: #0682c7;
}

.footer-content {
    background-color: #0682c7 !important;
    color: #999 !important;
    padding-right: 5px !important;
    padding-top: 10px !important;
    padding-bottom: 0 !important;
    border-bottom-style: none !important;
}

    .footer-content:hover {
        background-color: #0682c7;
        color: #FFF !important;
    }
/*#endregion */
.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    width: 200px;
    height: 95px;
    text-align: center;
    padding-top: 25px;
    cursor: pointer;
}

.drop-box-widget {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    width: 110px;
    height: 97px;
    text-align: center;
    padding-top: 25px;
    cursor: pointer;
}

.drop-box-logo {
    text-align: center;
    color: blue;
    cursor: pointer;
}

.localmaps-title {
    font-size: 3.5em;
    font-weight: bold;
    color: #FFFFFF;
    font-family: Calibri;
    line-height: 60px;
}

.dragover {
    border: 5px dashed blue;
}

.map-descriptions a {
    background-color: transparent !important;
}

.footer-content a:hover {
    color: #FFF !important;
}

.metadata-desktop-map-details {
    width: 33%;
    height: 380px;
    float: left;
}

.metadata-tablet-map-details {
    width: 50%;
    height: 455px;
    float: left;
}

.metadata-tablet-portrait-map-details {
    width: 50%;
    height: 580px;
    float: left;
}

.metadata-layer-details {
    width: 48%;
    float: left;
    margin-left: 1%;
    margin-bottom: 5px;
    border-style: solid;
    border-width: thin;
    border-color: #ddd;
    margin-top: auto;
}

.metadata-layer-tablet-profile-details {
    width: 98%;
    margin-left: 1%;
    margin-bottom: 5px;
    border-style: solid;
    border-width: thin;
    border-color: #ddd;
    margin-top: auto;
}

.center-image-div {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.scroll-desktop {
    position: fixed !important;
    top: 120px !important;
}

.scroll-tablet {
    position: fixed !important;
    top: 90px !important;
    width: 100%;
}

.nav-tabs.nav-justified {
    color: #666;
    background: #FFF;
    border-color: #FFF !important;
}

    .nav-tabs.nav-justified > .active > a:active {
        color: #666 !important;
        background: #FFF !important;
        border-color: #FFF !important;
    }

    .nav-tabs.nav-justified > .active > a:hover {
        color: #666 !important;
        background: #FFF !important;
        border-color: #FFF !important;
    }

    .nav-tabs.nav-justified > .active > a:visited {
        color: #666 !important;
        background: #FFF !important;
        border-color: #FFF !important;
    }

nav-tabs.nav-justified > .active > a {
    border-color: #FFF !important;
}

.facebook-btn {
    color: #3b5998;
    font-size: 1.6em;
    margin-right: 0px !important;
}

.twitter-btn {
    color: #55acee;
    font-size: 1.6em;
    margin-right: 0px !important;
}

a {
    background: transparent !important;
}

.map-categories-image {
    bottom: 10px;
    left: 10px;
    z-index: 1000;
    position: absolute;
}

.about-text {
    color: #FFFFFF;
    text-align: center;
    padding-top: 10px !important;
    padding-bottom: 9px !Important;
    font-size: 13px;
    font-family: Calibri;
}

.div-widget-item {
    width: 108px;
    height: 96px;
    background-color: #0682c7;
}

.li-widget-image {
    background-color: #0682c7;
}

.li-widget-item {
    width: 110px;
    margin: 5px;
    cursor: pointer;
}

.icon-widget-setting {
    font-size: 1.6em;
    position: absolute;
    bottom: 5px;
    right: 5px;
    top: inherit;
    color: #FFF;
}

.text-info {
    color: #000;
}

.glyphicon-ok {
    color: lightgreen;
}

.glyphicon-remove {
    color: red;
}

.header-about {
    background-color: #5b5b5b
}

.admin-row-save {
    /*bottom: 50px;*/
    position: absolute;
    right: 10px;
}

.admin-map-details {
    width: 33%;
    height: 380px;
    float: left;
}

.admin-map-config {
    width: 66%;
    height: 380px;
    float: left;
}

.input-group-addon {
    background-color: #5b5b5b;
}

.selected-search-source {
    background-color: #999 !important;
}

.selected-report {
    background-color: #999 !important;
}


.report-element {
    border-style: solid;
    border-width: thin;
    border-color: black;
    height: 100px;
}

.modal-label {
    margin-top: 15px;
}

.upload-text {
    position: relative;
    top: 55px;
    color: lightgray !important;
}


.upload-image {
    width: 48%;
    height: 133px;
    max-height: 133px;
    float: left;
    margin-left: 5px;
    position: relative;
    overflow: hidden
}

font {
    font-size: 12px !important;
}

.font-buttons {
    margin-left: 0px !important;
    height: 34px;
    width: 34px;
    border: solid;
    border-radius: 5px;
    color: #666;
    background-color: white;
}

.font-buttons-selected {
    margin-left: 0px !important;
    height: 34px;
    width: 34px;
    border: none;
    border-radius: 5px;
    color: white;
    background-color: #666;
}




.esriLayerList .esriHasTabContent.esriListVisible .esriToggleButton {
    margin-right: 10px;
}

.btn-table-type {
    background-color: transparent;
}

.btn-table-type-selected {
    background-color: gray;
    border-style: solid;
    border-color: black;
}


/**
 * For the correct positioning of the placeholder element, the dnd-list and
 * it's children must have position: relative
 */
.gallery ul[dnd-list],
.gallery ul[dnd-list] > li {
    position: relative;
}

/**
 * The dnd-list should always have a min-height,
 * otherwise you can't drop to it once it's empty
 */
.gallery ul[dnd-list] {
    min-height: 42px;
    padding-left: 0px;
}

    /**
 * The dndDraggingSource class will be applied to
 * the source element of a drag operation. It makes
 * sense to hide it to give the user the feeling
 * that he's actually moving it.
 */
    .gallery ul[dnd-list] .dndDraggingSource {
        display: none;
    }

    /**
 * An element with .dndPlaceholder class will be
 * added to the dnd-list while the user is dragging
 * over it.
 */
    .gallery ul[dnd-list] .dndPlaceholder {
        display: block;
        background-color: #ddd;
        padding: 10px 15px;
        min-height: 42px;
    }

    /**
 * The dnd-lists's child elements currently MUST have
 * position: relative. Otherwise we can not determine
 * whether the mouse pointer is in the upper or lower
 * half of the element we are dragging over. In other
 * browsers we can use event.offsetY for this.
 */
    .gallery ul[dnd-list] li {
        background-color: #fff;
        border: 1px solid #ddd;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        display: block;
        margin-bottom: -1px;
        /* Disable text selection if item is not draggable */
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .gallery ul[dnd-list] li dnd-nodrag {
            display: block;
            padding: 10px 15px;
        }

        /**
 * Gender-specifc background
 */
        .gallery ul[dnd-list] li.background-man {
            background-color: #CAE0FC;
        }

        .gallery ul[dnd-list] li.background-woman {
            background-color: #FFE2F5;
        }

    .gallery ul[dnd-list] input.background-man {
        background-color: #D8E9FF;
        color: #2F4D99;
    }

    .gallery ul[dnd-list] input.background-woman {
        background-color: #FFF0FA;
        color: #D84FA7;
    }

/**
 * Handle positioning
 */
.gallery .handle {
    cursor: move;
    position: absolute;
    top: 14px;
}

.gallery .handle-form {
    cursor: move;
    top: 14px;
}

.gallery .name {
    margin-left: 20px;
}

.category-delete {
    position: absolute;
    left: 470px;
    top: 11px;
}


.field-move {
    background-size: 24px 24px;
    background-position-x: center;
    background-position-y: center;
    background-image: url(../Images/drag-and-drop.svg);
    background-repeat: no-repeat;
}

.widget-move {
    position: absolute;
    top: 3px;
    left: 3px;
    cursor: move;
}


.gallery-map-thumbnail-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #ccc;
}

.gallery-map-snippet {
    overflow: hidden;
    text-overflow: ellipsis; /** IE6+, Firefox 7+, Opera 11+, Chrome, Safari **/
    -o-text-overflow: ellipsis; /** Opera 9 & 10 **/
    line-height: 1.6 !important;
    display: block !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.gallery-map-title {
    overflow: hidden;
    text-overflow: ellipsis; /** IE6+, Firefox 7+, Opera 11+, Chrome, Safari **/
    -o-text-overflow: ellipsis; /** Opera 9 & 10 **/
    line-height: 1.6 !important;
    display: block !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.admin-maps-widget-open-status {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 2px;
    right: 2px;
    color: white;
}

.admin-maps-widget-configure {
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 2px;
    right: 2px;
    color: #FFFFFF;
}

.modal-header {
    background-color: #5b5b5b !important;
}

.modal-title {
    color: #FFFFFF !important;
}

.ps-threshold-slide {
    z-index: 1030 !important;
    top: 100px !important;
}

.modal-body {
    background-color: white;
}

.panel-group .panel-heading {
    margin-top: -15px;
}


.spinner {
    position: absolute;
    margin: 0% auto 0 auto;
    /*bottom: 20px;*/
    right: 20px;
    width: 70px;
    text-align: center;
}

    .spinner > div {
        width: 18px;
        height: 18px;
        background-color: dimgray;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

.loading-container .spinner {
    position: relative;
    width: 70px;
    text-align: center;
}

    .loading-container .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #fff;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .loading-container .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
        background-color: #0682c7;
    }

    .loading-container .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
        background-color: #5b5b5b;
    }

    .loading-container .spinner .bounce3 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        background-color: #0682c7;
    }


@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

@-moz-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.maps-accordion {
    color: #5b5b5b;
    border-bottom-color: #5b5b5b;
}

.nav, .pagination, .carousel, .panel-title a:hover {
    color: #5b5b5b;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #5b5b5b;
}


div.uib-daypicker btn {
    margin-left: 0px;
    margin-right: 0px;
}

.map-text-title {
    padding-top: 10px;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 13px;
}

.map-text-snippet {
    color: #FFFFFF;
    margin-left: 10px;
    margin-top: 5px;
}

@font-face {
    font-family: 'lm-icons';
    src: url('./fonts/lm-icons.eot?s8f64k');
    src: url('./fonts/lm-icons.eot?s8f64k#iefix') format('embedded-opentype'), url('./fonts/lm-icons.ttf?s8f64k') format('truetype'), url('./fonts/lm-icons.woff?s8f64k') format('woff'), url('~/fonts/lm-icons.svg?s8f64k#lm-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.lm {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'lm-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 97px;
    color: #FFFFFF;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lm-about:before {
    content: "\e900";
}

.lm-add-layer:before {
    content: "\e901";
}

.lm-attachments:before {
    content: "\e902";
}

.lm-basemaps:before {
    content: "\e903";
}

.lm-bookmark:before {
    content: "\e904";
}

.lm-draw-measure:before {
    content: "\e905";
}

.lm-edit:before {
    content: "\e906";
}

.lm-elevation:before {
    content: "\e907";
}

.lm-filter:before {
    content: "\e908";
}

.lm-layers:before {
    content: "\e909";
}

.lm-legend:before {
    content: "\e90a";
}

.lm-lookup:before {
    content: "\e90b";
}

.lm-more:before {
    content: "\e90c";
}

.lm-near-me:before {
    content: "\e90d";
}

.lm-popup:before {
    content: "\e90e";
}

.lm-print:before {
    content: "\e90f";
}

.lm-property:before {
    content: "\e910";
}

.lm-public-notification:before {
    content: "\e911";
}

.lm-query:before {
    content: "\e912";
}

.lm-report:before {
    content: "\e913";
}

.lm-save:before {
    content: "\e914";
}

.lm-select:before {
    content: "\e915";
}

.lm-share:before {
    content: "\e916";
}

.lm-situation-awareness:before {
    content: "\e917";
}

.lm-swipe:before {
    content: "\e918";
}

.lm-switch-map:before {
    content: "\e919";
}

.lm-time-slider:before {
    content: "\e91a";
}

.lm-trace:before {
    content: "\e91b";
}

.lm-workflow:before {
    content: "\e91c";
}

.lm-workforce:before {
    content: "\e91d";
}

.lm-zoom-to-point:before {
    content: "\e91e";
}


.gallery-about-section {
    margin-left: 10px;
    margin-right: 10px;
}

.gallery-admin-html-edit {
    color: black
}

.hilltop-layer-modal-content {
    height: 400px;
    max-height: 400px;
    overflow-y: auto;
}

.gallery-admin-about-text {
    font-weight: bold;
    font-size: 12px !important;
    line-height: 12px !important;
    font-family: Calibri;
    color: #666;
    border-bottom-color: lightgray;
    border-bottom-width: medium;
    border-bottom-style: solid;
}

.widget-head-help {
    cursor: pointer;
    color: #FFFFFF;
    font-size: 15px;
    margin-top: 3px;
}

.help-span {
    cursor: pointer;
    color: #000000;
    font-size: 15px;
    margin-top: 8px;
}

.map-shared {
    background-color: #aaa !important;
}

settings-item-filter-selected {
    background-color: transparent !important;
    color: #666;
}

.settings-item-filter {
    background-color: #0682c7;
    color: #FFFFFF;
}

.settings-item-table-label {
    font-size: 14px;
    font-weight: bold !important;
    margin-left: 7px;
}

.form-invalid-value {
    border-color: red !important;
}

.modal-query-widget-col2 {
    height: 380px;
    border-right-style: solid;
    border-right-width: thin;
    border-right-color: #CCC;
}

.modal-dataselector {
    min-height: 300px;
}

.modal-dataselector-options {
    border-bottom: 1px solid #808080;
    margin-bottom: 5px
}

.modal-dataselector-maplayer {
    border-bottom: 1px solid #808080;
    width: 100%;
    line-height: 2;
    padding-bottom: 5px;
}

.modal-query-widget-order-fields {
    background: white !important;
    color: #666;
    border-style: none;
    box-shadow: none;
    text-shadow: none;
}

.layer-selected {
    background-color: #EEE
}

.modal-query-widget-spatial-filter {
    border: #eee;
    border-style: solid;
    padding: 5px;
}

.modal-expression-builder {
    min-height: 300px;
    max-height: 300px;
    overflow-y: auto;
}

.sidebar-ramm-link {
    background-color: #b0b0b0 !important;
}

.nav-tabs.nav-justified > li {
    padding-bottom: 0 !important;
}

    .nav-tabs.nav-justified > li > a {
        margin-left: 2px;
        top: 1px;
        border: none;
        background-color: #5b5b5b !important;
        color: #FFFFFF !important;
    }

    .nav-tabs.nav-justified > li:first-child > a {
        margin-left: 0;
    }

    .nav-tabs.nav-justified > li > a:link {
        background: #eee;
    }

