@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&lang=en');
.p-none {
    padding: none !important
}
.p-xxs {
    padding: 5px !important
}
.p-xs {
    padding: 10px !important
}
.p-sm {
    padding: 15px !important
}
.p-m {
    padding: 20px !important
}
.p-md {
    padding: 25px !important
}
.p-lg {
    padding: 30px !important
}
.p-xl {
    padding: 40px !important
}
.m-xxs {
    margin: 2px 4px
}
.m-xs {
    margin: 5px
}
.m-sm {
    margin: 10px
}
.m {
    margin: 15px
}
.m-md {
    margin: 20px
}
.m-lg {
    margin: 30px
}
.m-xl {
    margin: 50px
}
.m-n {
    margin: 0 !important
}
.m-l-none {
    margin-left: 0
}
.m-l-xs {
    margin-left: 5px
}
.m-l-sm {
    margin-left: 10px
}
.m-l {
    margin-left: 15px
}
.m-l-md {
    margin-left: 20px
}
.m-l-lg {
    margin-left: 30px
}
.m-l-xl {
    margin-left: 40px
}
.m-l-n-xxs {
    margin-left: -1px
}
.m-l-n-xs {
    margin-left: -5px
}
.m-l-n-sm {
    margin-left: -10px
}
.m-l-n {
    margin-left: -15px
}
.m-l-n-md {
    margin-left: -20px
}
.m-l-n-lg {
    margin-left: -30px
}
.m-l-n-xl {
    margin-left: -40px
}
.m-t-none {
    margin-top: 0
}
.m-t-xxs {
    margin-top: 1px
}
.m-t-xs {
    margin-top: 5px
}
.m-t-sm {
    margin-top: 10px
}
.m-t {
    margin-top: 15px
}
.m-t-md {
    margin-top: 20px
}
.m-t-lg {
    margin-top: 30px
}
.m-t-xl {
    margin-top: 40px
}
.m-t-xxl {
    margin-top: 50px
}
.m-t-xxxl {
    margin-top: 60px
}
.m-t-n-xxs {
    margin-top: -1px
}
.m-t-n-xs {
    margin-top: -5px
}
.m-t-n-sm {
    margin-top: -10px
}
.m-t-n {
    margin-top: -15px
}
.m-t-n-md {
    margin-top: -20px
}
.m-t-n-lg {
    margin-top: -30px
}
.m-t-n-xl {
    margin-top: -40px
}
.m-r-none {
    margin-right: 0
}
.m-r-xxs {
    margin-right: 1px
}
.m-r-xs {
    margin-right: 5px
}
.m-r-sm {
    margin-right: 10px
}
.m-r {
    margin-right: 15px
}
.m-r-md {
    margin-right: 20px
}
.m-r-lg {
    margin-right: 30px
}
.m-r-xl {
    margin-right: 40px
}
.m-r-n-xxs {
    margin-right: -1px
}
.m-r-n-xs {
    margin-right: -5px
}
.m-r-n-sm {
    margin-right: -10px
}
.m-r-n {
    margin-right: -15px
}
.m-r-n-md {
    margin-right: -20px
}
.m-r-n-lg {
    margin-right: -30px
}
.m-r-n-xl {
    margin-right: -40px
}
.m-b-none {
    margin-bottom: 0
}
.m-b-xxs {
    margin-bottom: 1px
}
.m-b-xs {
    margin-bottom: 5px
}
.m-b-sm {
    margin-bottom: 10px
}
.m-b {
    margin-bottom: 15px
}
.m-b-md {
    margin-bottom: 20px
}
.m-b-lg {
    margin-bottom: 30px
}
.m-b-xl {
    margin-bottom: 40px
}
.m-b-n-xxs {
    margin-bottom: -1px
}
.m-b-n-xs {
    margin-bottom: -5px
}
.m-b-n-sm {
    margin-bottom: -10px
}
.m-b-n {
    margin-bottom: -15px
}
.m-b-n-md {
    margin-bottom: -20px
}
.m-b-n-lg {
    margin-bottom: -30px
}
.m-b-n-xl {
    margin-bottom: -40px
}
.space-15 {
    margin: 15px 0
}
.space-20 {
    margin: 20px 0
}
.space-25 {
    margin: 25px 0
}
.space-30 {
    margin: 30px 0
}
.sweet-alert button {
    margin: 26px 5px 0 5px;
    padding: 10px 32px;
    cursor: pointer color: white;
    border: none;
    border-radius: 5px;
    background-color: #34495e;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
}
.sweet-alert button:focus {
    outline: none;
    box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05)
}
.sweet-alert button:hover {
    background-color: #a1d9f2
}
.sweet-alert button:active {
    background-color: #81ccee
}
.sweet-alert button.cancel {
    background-color: #D0D0D0
}
.sweet-alert button.cancel:hover {
    background-color: #c8c8c8
}
.sweet-alert button.cancel:active {
    background-color: #b6b6b6
}
.sweet-alert p {
    font-size: 14px;
    font-weight: 400
}
.sweet-alert h2 {
    font-size: 26px
}
.sweet-alert {
    padding: 25px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2) box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
}
.table> thead> tr> th {
    border-bottom: 1px solid #ddd
}
.cg-notify-message.homer-notify {
    margin-top: 30px;
    padding: 0;
    color: inherit border: none;
    background: #fff;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
}
.homer-notify.alert-warning {
    border-left: 6px solid #ffb606
}
.homer-notify.alert-success {
    border-left: 6px solid #62cb31
}
.homer-notify.alert-danger {
    border-left: 6px solid #c0392b
}
.homer-notify.alert-info {
    border-left: 6px solid #3498db
}
.h-modal-icon {
    font-size: 66px
}
.inmodal .color-line {
    border-radius: 4px 4px 0 0
}
.modal-content {
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2)
}
.modal-backdrop.in {
    opacity: 0.4
}
.modal-backdrop {
    position: fixed;
    bottom: 0
}
.modal-dialog {
    margin-top: 80px
}
.modal-title {
    font-size: 30px;
    font-weight: 300
}
.modal-header {
    padding: 10px 30px;
    background: #f7f9fa
}
.modal-body {
    padding: 20px 30px
}
.modal-header small {
    color: #9d9fa2
}
.modal-footer {
    background: #f7f9fa
}
.hmodal-info .color-line {
    background: #3498db
}
.hmodal-warning .color-line {
    background: #ffb606
}
.hmodal-success .color-line {
    background: #62cb31
}
.hmodal-danger .color-line {
    background: #c0392b
}
.hmodal-info h4.modal-title {
    color: #3498db
}
.hmodal-warning h4.modal-title {
    color: #ffb606
}
.hmodal-success h4.modal-title {
    color: #62cb31
}
.hmodal-danger h4.modal-title {
    color: #c0392b
}
.progress {
    margin-bottom: 10px;
    border-radius: 2px;
}
.progress-bar {
    padding-right: 10px;
    text-align: right;
    color: #6a6c6f;
    background-color: #edf0f5;
}
.progress-small, .progress-small .progress-bar {
    height: 10px
}
.progress-bar-success {
    border-right: 4px solid #58b62c
}
.progress-bar-info {
    border-right: 4px solid #258cd1
}
.progress-bar-warning {
    border-right: 4px solid #eba600
}
.progress-bar-danger {
    border-right: 4px solid #e43725
}
.full .progress-bar-success {
    border-right: 4px solid #58b62c;
    background-color: #62cb31;
}
.full .progress-bar-info {
    border-right: 4px solid #258cd1;
    background-color: #3498db;
}
.full .progress-bar-warning {
    border-right: 4px solid #eba600;
    background-color: #ffb606;
}
.full .progress-bar-danger {
    border-right: 4px solid #e43725;
    background-color: #e74c3c;
}
.full .progress-bar {
    color: #ffffff
}
body.blank {
    background-color: #edf0f5
}
.login-container {
    width: 420px;
    margin: auto;
    padding-top: 6%
}
.register-container {
    width: 720px;
    margin: auto;
    padding-top: 6%
}
.lock-container {
    width: 420px;
    margin: auto;
    padding-top: 6%
}
.error-container {
    width: 620px;
    margin: auto;
    padding-top: 6%
}
.big-icon {
    font-size: 120px
}
.error-container h1 {
    font-size: 44px
}
.vertical-container {
    width: 98%;
    margin: 0 auto
}
.vertical-container::after {
    display: table;
    clear: both;
    content: '';
}
.v-timeline {
    position: relative;
    margin-top: 2em;
    margin-bottom: 2em padding: 0;
}
.v-timeline::before {
    position: absolute;
    top: 0;
    left: 18px;
    width: 4px;
    height: 100%;
    content: '';
    background: #e3e8f0
}
.vertical-timeline-content .btn {
    float: right
}
.vertical-timeline-block {
    position: relative;
    margin: 2em 0
}
.vertical-timeline-block:after {
    display: table;
    clear: both;
    content: "";
}
.vertical-timeline-block:first-child {
    margin-top: 0
}
.vertical-timeline-block:last-child {
    margin-bottom: 0
}
.vertical-timeline-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #e4e5e7;
    border-radius: 50%;
    background: #fff;
    font-size: 16px;
}
.vertical-timeline-icon i {
    position: relative;
    top: 50%;
    left: 50%;
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -9px;
    margin-left: -12px;
}
.vertical-timeline-content {
    position: relative;
    margin-left: 60px;
    border: 1px solid #e4e5e7;
    border-radius: 0.25em;
    background: white;
}
.vertical-timeline-content:after {
    display: table;
    clear: both;
    content: "";
}
.vertical-timeline-content h2 {
    margin-top: 4px;
    font-weight: 400;
}
.vertical-timeline-content p {
    margin: 1em 0 0 0;
    line-height: 1.6
}
.vertical-timeline-content .vertical-date {
    text-align: right;
    font-size: 13px;
    font-weight: 500;
}
.vertical-date small {
    color: #62cb31;
    font-weight: 400
}
.vertical-timeline-content:after, .vertical-timeline-content:before {
    position: absolute;
    top: 20px;
    right: 100%;
    width: 0;
    height: 0;
    content: " ";
    pointer-events: none border: solid transparent;
}
.vertical-timeline-content:after {
    margin-top: -10px;
    border-width: 10px;
    border-color: transparent;
    border-right-color: #fff;
}
.vertical-timeline-content:before {
    margin-top: -11px;
    border-width: 11px;
    border-color: transparent;
    border-right-color: #e4e5e7;
}
@media only screen and (min-width: 768px) {
    .vertical-timeline-content h2 {
        font-size: 18px
    }
    .vertical-timeline-content p {
        font-size: 13px
    }
}
.contact-panel h3 {
    margin-bottom: 2px
}
.contact-panel h3 a {
    color: inherit
}
.contact-panel p {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 16px;
}
.contact-panel img {
    width: 76px;
    height: 76px
}
.contact-footer {
    padding: 0 15px
}
.contact-stat span {
    display: block;
    text-transform: uppercase;
    color: #9d9fa2;
    font-size: 10px;
    font-weight: 500;
}
.contact-stat {
    padding: 8px 0px;
    text-align: center
}
.contact-panel:hover .panel-body {
    z-index: 1;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fc-state-default {
    color: inherit;
    background-color: #ffffff;
    background-image: none;
    background-repeat: repeat-x;
    box-shadow: none;
    text-shadow: none
}
.fc-state-default {
    border: 1px solid
}
.fc-button {
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 1.9em;
    padding: 0 0.6em;
    cursor: pointer;
    white-space: nowrap;
    color: inherit;
    border: 1px solid #e4e5e7;
    line-height: 1.9em;
}
.fc-state-active {
    color: #ffffff;
    border-color: #34495e;
    background-color: #34495e;
}
.fc-header-title h2 {
    color: inherit;
    font-size: 16px;
    font-weight: 600;
}
.fc-content .fc-widget-header, .fc-content .fc-widget-content {
    border-color: #e4e5e7;
    font-weight: normal
}
.fc-border-separate tbody {
    background-color: #F8F8F8
}
.fc-state-highlight {
    background: none repeat scroll 0 0 #edf0f5
}
.external-event {
    margin-bottom: 5px;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 2px;
}
.fc-ltr .fc-event-hori.fc-event-end, .fc-rtl .fc-event-hori.fc-event-start {
    border-radius: 2px
}
.fc-event, .fc-agenda .fc-event-time, .fc-event a {
    padding: 4px 6px;
    border-color: #34495e;
    background-color: #34495e;
}
.fc-event-time, .fc-event-title {
    padding: 0 1px;
    color: #717171;
}
.ui-calendar .fc-event-time, .ui-calendar .fc-event-title {
    color: #fff
}
.fc-view-container .fc-widget-header {
    background: #f4f5f9
}
.fc-view-container .fc-widget-content {
    background: #fff
}
.fc-widget-header .fc-day-header {
    padding: 12px 0
}
.fc-ltr .fc-basic-view .fc-day-number {
    text-align: center
}
.fc-basic-view td.fc-day-number, .fc-basic-view td.fc-week-number span {
    padding: 6px
}
.fc-day-grid-event {
    margin: 2px 6px 0
}
.note-editor {
    border: 1px solid #e4e5e7
}
.note-editor .note-toolbar {
    border-bottom: 1px solid #e4e5e7
}
.note-editor .btn-default {
    border-color: #e4e5e7
}
.ngH eaderCell {
    border-right: none;
    border-bottom: 1px solid #e4e5e7
}
.ngCell {
    border-right: none
}
.ngTopPanel {
    background: #fff
}
.ngRow.even {
    background: #f9f9f9
}
.ngRow.selected {
    background: #e0e5ee
}
.ngRow {
    border-bottom: 1px solid #e4e5e7
}
.ngCell {
    background-color: transparent
}
.ngHeaderCell {
    border-right: none
}
.gridStyle {
    height: 400px;
    border: 1px solid #e4e5e7;
}
.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #edf0f5 !important;
}
.show-grid {
    margin: 15px 0
}
.dropdown-menu.hdropdown {
    z-index: 1060;
    padding: 0;
}
.dropdown-menu.hdropdown .title {
    padding: 12px 12px;
    text-align: center;
    border-bottom: 1px solid #e4e5e7
}
.dropdown-menu.hdropdown li {
    padding: 6px 12px;
    text-align: left;
    border-bottom: 1px solid #e4e5e7;
    background: #f7f8fa;
}
.dropdown-menu.hdropdown.notification li {
    padding: 12px 12px
}
.dropdown-menu.hdropdown.notification li .label {
    margin-right: 10px
}
.dropdown-menu.hdropdown li> a:hover {
    background: inherit
}
.dropdown-menu.hdropdown li:hover {
    background: #edf0f5
}
.dropdown-menu.hdropdown li.summary {
    padding: 6px 12px;
    text-align: center;
    background: #fff
}
.navbar-nav> li> a:hover, .navbar-nav> li> a:focus, .navbar-nav .open> a, .navbar-nav .open> a:hover, .navbar-nav .open> a:focus {
    color: inherit;
    border-bottom: 1px solid #e4e5e7;
    background: #f4f5f9;
}
.chat-avatar {
    float: left;
    height: 36px;
    margin-right: 10px;
}
.chat-user-name {
    padding: 10px
}
.chat-user {
    padding: 8px 10px;
    border-bottom: 1px solid #e7eaec
}
.chat-user a {
    color: inherit
}
.chat-view {
    z-index: 1070
}
.chat-users, .chat-statistic {
    margin-left: -30px
}
@media (max-width: 992px) {
    .chat-users, .chat-statistic {
        margin-left: 0px
    }
}
.chat-view .ibox-content {
    padding: 0
}
.chat-message {
    padding: 10px 20px
}
.message-avatar {
    width: 36px;
    height: 36px;
    margin-top: 1px;
    border-radius: 50%;
}
.chat-discussion .chat-message .message-avatar {
    float: left;
    margin-right: 10px
}
.chat-discussion .message {
    position: relative;
    display: block;
    padding: 10px 20px;
    text-align: left;
    border-radius: 4px;
    background-color: #f7f8fa;
}
.chat-discussion .chat-message .message-date {
    float: right
}
.chat-discussion .chat-message .message {
    margin-left: 55px;
    text-align: left;
}
.message-date {
    color: #888888;
    font-size: 10px;
}
.message-content {
    display: block
}
.chat-users {
    overflow-y: auto;
    height: 400px
}
.header-line.extreme-color {
    width: 20%
}
.header-line {
    position: relative;
    float: left;
    width: 10%;
    height: 6px;
    margin: 0;
}
.header-line div {
    position: absolute;
    top: 70px;
    left: 15px;
    color: #fff;
    font-weight: 600;
}
.header-line div span {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    font-weight: 400;
}
.color-demo .header-line {
    height: 118px
}
.color-demo .header-line:after {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 10px;
    content: '';
    background: rgba(0, 0, 0, 0.2);
}
.btn {
    border-radius: 3px
}
.float-e-margins .btn {
    margin-bottom: 5px
}
.btn-primary.btn-outline {
    color: #34495e
}
.btn-primary2.btn-outline {
    color: #9b59b6
}
.btn-success.btn-outline {
    color: #62cb31
}
.btn-info.btn-outline {
    color: #3498db
}
.btn-warning.btn-outline {
    color: #ffb606
}
.btn-warning2.btn-outline {
    color: #e67e22
}
.btn-danger.btn-outline {
    color: #e74c3c
}
.btn-danger2.btn-outline {
    color: #c0392b
}
.btn-primary.btn-outline:hover, .btn-success.btn-outline:hover, .btn-info.btn-outline:hover, .btn-warning.btn-outline:hover, .btn-danger.btn-outline:hover {
    color: #fff
}
.btn-primary {
    color: #FFFFFF;
    border-color: #34495e;
    background-color: #34495e;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #FFFFFF;
    border-color: #3f5872;
    background-color: #3f5872;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-image: none
}
.btn-primary2 {
    color: #FFFFFF;
    border-color: #9b59b6;
    background-color: #9b59b6;
}
.btn-primary2:hover, .btn-primary2:focus, .btn-primary2:active, .btn-primary2.active, .open .dropdown-toggle.btn-primary2 {
    color: #FFFFFF;
    border-color: #a86ebf;
    background-color: #a86ebf;
}
.btn-primary2:active, .btn-primary2.active, .open .dropdown-toggle.btn-primary2 {
    background-image: none
}
.btn-success {
    color: #FFFFFF;
    border-color: #62cb31;
    background-color: #62cb31;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    color: #FFFFFF;
    border-color: #74d348;
    background-color: #74d348;
}
.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-image: none
}
.btn-info {
    color: #FFFFFF;
    border-color: #3498db;
    background-color: #3498db;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    color: #FFFFFF;
    border-color: #4ea5e0;
    background-color: #4ea5e0;
}
.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-image: none
}
.btn-default {
    color: #6a6c6f;
    border-color: #e4e5e7;
    background-color: #fff;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #606265;
    border-color: #d9dbdd;
    background-color: #fff;
}
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-image: none
}
.btn-warning {
    color: #FFFFFF;
    border-color: #ffb606;
    background-color: #ffb606;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    /* color: #FFFFFF; */
    border-color: #ffbf25;
    background-color: #f68649 !important;
}
.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    background-image: none
}
.btn-warning2 {
    color: #FFFFFF;
    border-color: #e67e22;
    background-color: #e67e22;
}
.btn-warning2:hover, .btn-warning2:focus, .btn-warning2:active, .btn-warning2.active, .open .dropdown-toggle.btn-warning2 {
    color: #FFFFFF;
    border-color: #e98e3d;
    background-color: #e98e3d;
}
.btn-warning2:active, .btn-warning2.active, .open .dropdown-toggle.btn-warning2 {
    background-image: none
}
.btn-warning2.disabled, .btn-warning2.disabled:hover, .btn-warning2.disabled:focus, .btn-warning2.disabled:active, .btn-warning2.disabled.active, .btn-warning2[disabled], .btn-warning2[disabled]:hover, .btn-warning2[disabled]:focus, .btn-warning2[disabled]:active, .btn-warning2.active[disabled], fieldset[disabled] .btn-warning2, fieldset[disabled] .btn-warning2:hover, fieldset[disabled] .btn-warning2:focus, fieldset[disabled] .btn-warning2:active, fieldset[disabled] .btn-warning2.active {
    border-color: #d26f18 background-color: #d26f18;
}
.btn-danger {
    color: #FFFFFF;
    border-color: #e74c3c;
    background-color: #e74c3c;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    color: #FFFFFF;
    border-color: #ea6557;
    background-color: #ea6557;
}
.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    background-image: none
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    border-color: #e43321 background-color: #e43321;
}
.btn-danger2 {
    color: #FFFFFF;
    border-color: #c0392b;
    background-color: #c0392b;
}
.btn-danger2:hover, .btn-danger2:focus, .btn-danger2:active, .btn-danger2.active, .open .dropdown-toggle.btn-danger2 {
    color: #FFFFFF;
    border-color: #d24637;
    background-color: #d24637;
}
.btn-danger2:active, .btn-danger2.active, .open .dropdown-toggle.btn-danger2 {
    background-image: none
}
.btn-danger2.disabled, .btn-danger2.disabled:hover, .btn-danger2.disabled:focus, .btn-danger2.disabled:active, .btn-danger2.disabled.active, .btn-danger2[disabled], .btn-danger2[disabled]:hover, .btn-danger2[disabled]:focus, .btn-danger2[disabled]:active, .btn-danger2.active[disabled], fieldset[disabled] .btn-danger2, fieldset[disabled] .btn-danger2:hover, fieldset[disabled] .btn-danger2:focus, fieldset[disabled] .btn-danger2:active, fieldset[disabled] .btn-danger2.active {
    border-color: #a73225 background-color: #a73225;
}
.btn-link {
    color: inherit
}
.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .open .dropdown-toggle.btn-link {
    color: #6a6c6f
}
.btn-link:active, .btn-link.active, .open .dropdown-toggle.btn-link {
    background-image: none
}
.btn-link.disabled, .btn-link.disabled:hover, .btn-link.disabled:focus, .btn-link.disabled:active, .btn-link.disabled.active, .btn-link[disabled], .btn-link[disabled]:hover, .btn-link[disabled]:focus, .btn-link[disabled]:active, .btn-link.active[disabled], fieldset[disabled] .btn-link, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:active, fieldset[disabled] .btn-link.active {
    color: #9d9fa2
}
.btn-outline {
    transition: all .5s;
    color: inherit;
    background-color: transparent;
}
.btn-xs {
    padding: 1px 7px;
    border-radius: 3px;
    font-size: 11px;
    line-height: 1.5;
}
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    text-align: center;
    border-radius: 15px;
    font-size: 12px;
    line-height: 1.428571429
}
.btn-circle.btn-xs {
    width: 20px;
    height: 20px;
    padding: 4px 8px;
    border-radius: 25px;
    font-size: 10px;
    line-height: 1
}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33
}
.font-light {
    font-weight: 300
}
.font-normal {
    font-weight: 400
}
.font-bold {
    font-weight: 600
}
.font-extra-bold {
    font-weight: 700
}
.font-uppercase {
    text-transform: uppercase
}
.font-trans {
    opacity: 0.5 !important
}
.text-big {
    font-size: 60px
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 200
}
.icheckbox_square-green, .iradio_square-green {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    vertical-align: middle;
    border: none;
    background: url(img/green.png) no-repeat;
}
.icheckbox_square-green {
    background-position: 0 0
}
.icheckbox_square-green.hover {
    background-position: -24px 0
}
.icheckbox_square-green.checked {
    background-position: -48px 0
}
.icheckbox_square-green.disabled {
    cursor: default;
    background-position: -72px 0;
}
.icheckbox_square-green.checked.disabled {
    background-position: -96px 0
}
.iradio_square-green {
    background-position: -120px 0
}
.iradio_square-green.hover {
    background-position: -144px 0
}
.iradio_square-green.checked {
    background-position: -168px 0
}
.iradio_square-green.disabled {
    cursor: default;
    background-position: -192px 0;
}
.iradio_square-green.checked.disabled {
    background-position: -216px 0
}
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square-green, .iradio_square-green {
        background-image: url(images/green@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px
    }
}
html {
    overflow-x: hidden !important;
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
    color: #6a6c6f;
    background-color: #fff;
    font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#header {
    position: relative;
    display: block;
    height: 62px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e4e5e7;
    background-color: #fff;
}
#menu {
    position: absolute;
    top: 62px;
    bottom: 0;
    left: 0;
    float: left;
    width: 255px;
    transition: all 0.4s ease 0s
}
#wrapper {
    position: relative;
    min-height: 100%;
    margin: 0 0 0 255px;
    padding: 0;
    transition: all 0.4s ease 0s;
    background: #384791;
}
.content {
    min-width: 320px;
    padding: 25px 40px 40px 40px;
}
@media (max-width: 768px) {
    .content {
        min-width: 320px;
        padding: 15px 15px 15px 15px;
    }
}
.content-boxed {
    max-width: 1100px;
    margin: auto;
    padding-top: 60px
}
#page-header {
    padding: 20px 40px
}
.color-line {
    height: 3px;
    background: #ef7533;
}
.fixed-navbar #header {
    position: fixed;
    z-index: 1000;
    width: 100%;
}
.fixed-navbar #wrapper {
    top: 62px
}
.fixed-sidebar #menu {
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 197px;
    margin-right: -17px
}
.list .list-item-container {
    float: left
}
.list-item-container div:first-child {
    border-top: none
}
.list .list-item .list-item-content p {
    margin-top: 0;
    margin-bottom: 3px;
}
.list .list-item-date {
    text-align: center;
    color: #AAAAAA;
    font-size: 10px;
}
.list .list-item {
    position: relative;
    float: left;
    overflow-x: hidden;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e4e5e7
}
.list .list-item-container-small {
    min-width: 80px;
    text-align: center
}
.list .list-item .list-item-content .list-item-right {
    position: absolute;
    top: 0 right: 0;
    height: 100%;
    padding: 0 10px;
}
.list .list-item .list-item-content h1, .list .list-item .list-item-content h2, .list .list-item .list-item-content h3, .list .list-item .list-item-content h4, .list .list-item .list-item-content h5, .list .list-item .list-item-content h6, .list .list-item .list-item-content .list-item-title {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
}
.hpanel> .panel-heading {
    padding: 10px 4px;
    transition: all .3s;
    color: inherit;
    border: 1px solid transparent;
    font-weight: 600;
}
.hpanel .hbuilt.panel-heading {
    border-bottom: none
}
.hpanel> .panel-footer {
    color: inherit;
    border: 1px solid #e4e5e7;
    border-top: none;
    font-size: 90%;
}
.hpanel.panel-collapse> .panel-heading, .hpanel .hbuilt {
    padding: 10px 10px;
    border: 1px solid #e4e5e7;
    border-color: #e4e5e7;
    border-radius: 2px;
    background: #fff;
}
.hpanel .panel-body {
    position: relative;
    padding: 20px;
    border: none;
    border-radius: 2px;
    background: #fff;
}
.panel-collapse .panel-body {
    border: none
}
.hpanel {
    margin-bottom: 25px border: none;
    background-color: none;
    box-shadow: none;
}
.panel-tools {
    position: relative;
    display: inline-block;
    float: right;
    margin-top: 0;
    padding: 0;
}
.hpanel .alert {
    margin-bottom: 0;
    border: 1px solid #e4e5e7;
    border-bottom: none;
    border-radius: 0;
}
.panel-tools a {
    margin-left: 5px;
    cursor: pointer;
    color: #9d9fa2;
}
.hpanel.hgreen .panel-body {
    border-top: 2px solid #62cb31
}
.hpanel.hblue .panel-body {
    border-top: 2px solid #3498db
}
.hpanel.hyellow .panel-body {
    border-top: 2px solid #ffb606
}
.hpanel.hviolet .panel-body {
    border-top: 2px solid #9b59b6
}
.hpanel.horange .panel-body {
    border-top: 2px solid #e67e22
}
.hpanel.hred .panel-body {
    border-top: 2px solid #e74c3c
}
.hpanel.hreddeep .panel-body {
    border-top: 2px solid #c0392b
}
.hpanel.hnavyblue .panel-body {
    border-top: 2px solid #34495e
}
.hpanel.hbggreen .panel-body {
    color: #fff;
    border: none;
    background: #62cb31;
}
.hpanel.hbgblue .panel-body {
    color: #fff;
    border: none;
    background: #3498db;
}
.hpanel.hbgyellow .panel-body {
    color: #fff;
    border: none;
    background: #ffb606;
}
.hpanel.hbgviolet .panel-body {
    color: #fff;
    border: none;
    background: #9b59b6;
}
.hpanel.hbgorange .panel-body {
    color: #fff;
    border: none;
    background: #e67e22;
}
.hpanel.hbgred .panel-body {
    color: #fff;
    border: none;
    background: #e74c3c;
}
.hpanel.hbgreddeep .panel-body {
    color: #fff;
    border: none;
    background: #c0392b;
}
.hpanel.hbgnavyblue .panel-body {
    color: #fff;
    border: none;
    background: #34495e;
}
.panel-group .panel-heading {
    background-color: #f7f9fa
}
.small-header .hpanel {
    margin-bottom: 0
}
.small-header {
    padding: 0 !important;
}
.small-header .panel-body {
    padding: 15px 25px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0
}
.panel-body h5, .panel-body h4 {
    font-weight: 600
}
.small-header .panel-body h2 {
    margin: 0 0 0 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.small-header .panel-body small {
    color: #838589
}
.hbreadcrumb {
    margin-top: 6px;
    margin-bottom: 0px;
    padding: 2px 0px;
    list-style: none;
    background-color: transparent;
    font-size: 11px;
}
.hbreadcrumb> li {
    display: inline-block
}
.hbreadcrumb> li+ li:before {
    padding: 0 5px;
    color: #34495e
}
.hbreadcrumb> .active {
    color: #9d9fa2
}
.wrapper {
    padding: 10px 20px
}
.nav-tabs> li.active> a, .nav-tabs> li.active> a:hover, .nav-tabs> li.active> a:focus {
    border: 1px solid #e4e5e7;
    border-bottom-color: transparent
}
.nav-tabs {
    border-bottom: 1px solid #e4e5e7
}
.tab-pane .panel-body {
    border-top: none
}
.tabs-left .tab-pane .panel-body, .tabs-right .tab-pane .panel-body {
    border-top: 1px solid #e4e5e7
}
.nav-tabs> li a:hover {
    border-color: transparent;
    background: transparent;
}
.tabs-below> .nav-tabs, .tabs-right> .nav-tabs, .tabs-left> .nav-tabs {
    border-bottom: 0
}
.tabs-left .panel-body {
    position: static
}
.tabs-left> .nav-tabs, .tabs-right> .nav-tabs {
    width: 20%
}
.tabs-left .panel-body {
    width: 80%;
    margin-left: 20%
}
.tabs-right .panel-body {
    width: 80%;
    margin-right: 20%
}
.tab-content> .tab-pane, .pill-content> .pill-pane {
    display: none
}
.tab-content> .active, .pill-content> .active {
    display: block
}
.tabs-below> .nav-tabs {
    border-top: 1px solid #e4e5e7
}
.tabs-below> .nav-tabs> li {
    margin-top: -1px;
    margin-bottom: 0
}
.tabs-below> .nav-tabs> li> a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}
.tabs-below> .nav-tabs> li> a:hover, .tabs-below> .nav-tabs> li> a:focus {
    border-top-color: #e4e5e7;
    border-bottom-color: transparent
}
.tabs-left> .nav-tabs> li, .tabs-right> .nav-tabs> li {
    float: none
}
.tabs-left> .nav-tabs> li> a, .tabs-right> .nav-tabs> li> a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px
}
.tabs-left> .nav-tabs {
    float: left;
    margin-right: 19px
}
.tabs-left> .nav-tabs> li> a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}
.tabs-left> .nav-tabs .active> a, .tabs-left> .nav-tabs .active> a:hover, .tabs-left> .nav-tabs .active> a:focus {
    border-color: #e4e5e7 transparent #e4e5e7 #e4e5e7;
}
.tabs-right> .nav-tabs {
    float: right;
    margin-left: 19px
}
.tabs-right> .nav-tabs> li> a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}
.tabs-right> .nav-tabs> li> a:hover, .tabs-right> .nav-tabs> li> a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd
}
.tabs-right> .nav-tabs .active> a, .tabs-right> .nav-tabs .active> a:hover, .tabs-right> .nav-tabs .active> a:focus {
    z-index: 1;
    border-color: #e4e5e7 #e4e5e7 #e4e5e7 transparent;
}
.table> thead> tr> th {
    border-bottom: none
}
/*.tooltip-inner {
    background-color: #34495e
}
.tooltip.top .tooltip-arrow {
    border-top-color: #34495e
}
.tooltip.right .tooltip-arrow {
    border-right-color: #34495e
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #34495e
}
.tooltip.left .tooltip-arrow {
    border-left-color: #34495e
}*/
.opacity-0 {
    opacity: 0
}
.opacity-1 {
    opacity: 1
}
.google-map {
    height: 300px
}
.hr-line-dashed {
    height: 1px;
    margin: 20px 0;
    color: transparent;
    border-top: 1px dotted #edf0f5;
    background-color: transparent;
}
.animated-panel {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.h-bg-navy-blue {
    background: #34495e
}
.h-bg-violet {
    background: #9b59b6
}
.h-bg-blue {
    background: #3498db
}
.h-bg-green {
    background: #62cb31
}
.h-bg-yellow {
    background: #ffb606
}
.h-bg-orange {
    background: #e67e22
}
.h-bg-red {
    background: #e74c3c
}
.h-bg-red-deep {
    background: #c0392b
}
.text-primary {
    color: #34495e
}
.text-primary-2 {
    color: #9b59b6
}
.text-info {
    color: #3498db
}
.text-success {
    color: #62cb31
}
.text-warning {
    color: #ef7533 !important;
}
.text-danger {
    color: #e74c3c
}
.text-white {
    color: #fff
}
.border-bottom {
    border-bottom: 1px solid #e4e5e7
}
.border-right {
    border-right: 1px solid #e4e5e7
}
.border-left {
    border-left: 1px solid #e4e5e7
}
.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
.bg-white {
    background-color: #fff
}
.bg-light-soft {
    background-color: #edf0f5
}
.bg-light {
    background-color: #f7f9fa
}
#logo {
    display: none;
    float: left;
    width: 180px;
    height: 56px;
    padding: 18px 10px 18px 18px;
    text-align: center;
    background-color: #34495e;
}
#logo span {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
#logo.light-version {
    text-align: left border-bottom: 1px solid #e4e5e7;
    background-color: #f7f9fa;
}
#logo.light-version span {
    color: #34495e;
    font-size: 14px;
    font-weight: 600;
}
.profile-picture {
    padding: 20px;
    text-align: center
}
.stats-box div {
    display: inline-block;
    vertical-align: middle
}
.stats-label {
    line-height: 1.2
}
.stats-label small {
    font-size: 80%;
    line-height: 0.6
}
.stats-box-value {
    background: #fff
}
.stats-box-detail {
    position: relative;
    color: #fff;
    background: #34495e;
}
.label-menu-corner .label {
    position: absolute;
    top: 12px right: 13px;
    padding: 2px 5px;
    font-size: 10px;
    line-height: 12px;
}
#side-menu {
    background: #f7f9fa
}
#side-menu li a {
    padding: 15px 20px;
    text-transform: uppercase;
    color: #6a6c6f;
    font-weight: 700;
}
#side-menu li {
    border-bottom: 1px solid #e4e5e7
}
#side-menu li.active a, #side-menu li:hover a {
    color: #34495e
}
#side-menu li .nav-second-level li a {
    padding: 10px 10px 10px 30px;
    text-transform: none;
    color: #6a6c6f;
    font-weight: 600
}
#side-menu li .nav-second-level li.active a {
    color: #34495e
}
#side-menu.nav> li> a:hover, #side-menu.nav> li> a:focus {
    background: #fff
}
#side-menu li.active {
    background: #fff
}
.arrow {
    float: right
}
.fa.arrow:before {
    content: "\f104"
}
.active> a> .fa.arrow:before {
    content: "\f107"
}
#top-navigation {
    position: relative;
    float: left;
    height: 56px;
}
.navbar-static-top {
    margin: 0 0 0 180px;
}
.navbar.navbar-static-top a, .nav.navbar-nav li a {
    color: #9d9fa2;
}
.header-link {
    float: left;
    margin-right: 15px;
    padding: 19px 20px;
    cursor: pointer;
    background: #f7f9fa;
    font-size: 14px;
}
.header-link:hover {
    background: #f1f4f6;
}
.navbar-nav> li, .navbar-nav> li> a {
    height: 56px
}
.navbar-nav> li> a {
    padding: 15px 20px;
    font-size: 25px;
}
.navbar-nav> li:last-child> a {
    padding-right: 35px
}
.navbar.navbar-static-top .hide-menu {
    color: #9d9fa2
}
.panel-title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
.box {
    padding: 40px
}
.box-rb-border {
    border-right: 1px solid #e4e5e7;
    border-bottom: 1px solid #e4e5e7
}
.box-b-border {
    border-bottom: 1px solid #e4e5e7
}
.box-r-border {
    border-right: 1px solid #e4e5e7
}
.h-100 {
    min-height: 100px
}
.h-150 {
    min-height: 150px
}
.h-200 {
    min-height: 200px
}
.h-300 {
    min-height: 300px
}
.h-400 {
    min-height: 400px
}
.h-500 {
    min-height: 500px
}
.h-600 {
    min-height: 600px
}
body.hide-sidebar #menu {
    margin-left: -180px
}
body.hide-sidebar #wrapper {
    margin-left: 0;
}
body.page-small #menu {
}
body.page-small #wrapper {
    margin-left: 0;
}
body.page-small.show-sidebar #menu {
    margin-left: 0
}
a {
    cursor: pointer;
    color: #34495e
}
a:hover, a:focus {
    text-decoration: none;
    color: #34495e;
}
.no-padding {
    padding: 0 !important
}
.no-borders {
    border: none !important
}
.no-margins {
    margin: 0 !important
}
.no-background {
    background: transparent !important
}
.navbar-form-custom {
    float: left;
    width: 200px;
    height: 52px;
    padding: 0;
}
.navbar-form-custom .form-control {
    z-index: 1060;
    height: 52px;
    margin: 0;
    padding: 0;
    border: medium none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 13px;
}
.form-control, .form-control:focus, .has-error .form-control:focus, .has-success .form-control:focus, .has-warning .form-control:focus, .navbar-collapse, .navbar-form, .navbar-form-custom .form-control:focus, .navbar-form-custom .form-control:hover, .open .btn.dropdown-toggle, .panel, .popover, .progress, .progress-bar {
    box-shadow: none
}
.vertical-mid {
    display: table
}
.vertical-mid * {
    display: table-cell;
    vertical-align: middle
}
.label-success {
    background-color: #62cb31
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    color: #FFFFFF !important;
    border-color: #34495e;
    background-color: #34495e;
}
.list-group-item-heading {
    margin-top: 10px
}
.list-group-item-text {
    margin: 0 0 10px;
    color: inherit;
    line-height: inherit
}
.list-group-item {
    position: relative;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    border: 1px solid #e4e5e7;
    background-color: inherit;
}
.no-padding .list-group-item {
    border-right: none;
    border-bottom: none;
    border-left: none;
}
.no-padding .list-group-item:first-child {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
}
.no-padding .list-group {
    margin-bottom: 0
}
.well {
    background: #f7f9fa;
    box-shadow: none
}
.stats h4, h5, h6 {
    margin: 5px 0
}
.stats-title h4 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600
}
.w-xs {
    min-width: 100px
}
.w-sm {
    min-width: 120px
}
.w-m {
    min-width: 140px
}
.w-lg {
    min-width: 160px
}
.w-xl {
    min-width: 180px
}
.w-xxl {
    min-width: 200px
}
.flot-chart {
    position: relative;
    display: block;
    height: 300px;
}
.flot-chart-content {
    width: 100%;
    height: 100%
}
.stats .flot-chart {
    height: 60px
}
.feed-activity-list .feed-element {
    border-bottom: 1px solid #E7EAEC
}
.feed-element:first-child {
    margin-top: 0
}
.feed-element {
    padding-bottom: 15px
}
.feed-element, .feed-element .media {
    margin-top: 15px
}
.feed-element, .media-body {
    overflow: hidden
}
.feed-element> .pull-left {
    margin-right: 10px
}
.feed-element img.img-circle, .dropdown-messages-box img.img-circle {
    width: 38px;
    height: 38px
}
.feed-element .well {
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 10px 20px;
    border: 1px solid #E7EAEC;
    box-shadow: none;
    font-size: 11px;
    line-height: 16px
}
.feed-element .actions {
    margin-top: 10px
}
.feed-element .photos {
    margin: 10px 0
}
.feed-photo {
    overflow: hidden;
    max-height: 180px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}
.feed-element img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}
.small-logo {
    display: block;
    float: left;
    float: left;
    width: 170px;
    margin-right: 3px;
    padding: 5px 0;
    border-right: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}
@media (max-width: 768px) {
    .navbar-form-custom, .navbar-right, #logo {
        display: none
    }
    .navbar-static-top {
        margin: 0
    }
    .header-line div {
        display: none
    }
    .color-demo .header-line {
        height: 48px
    }
    #hbreadcrumb {
        float: none !important;
        margin-top: 0;
        margin-bottom: 10px;
    }
}
@media (max-width: 320px) {
    #wrapper {
        overflow: hidden
    }
}
.canvass {
    -webkit-transition: width 0.01s, height 0.01s;
    -moz-transition: width 0.01s, height 0.01s;
    -o-transition: width 0.01s, height 0.01s;
    transition: width 0.01s, height 0.01s
}
.project-list table tr td {
    padding: 10px 10px;
    vertical-align: middle;
    border-top: none;
    border-bottom: 1px solid #e7eaec;
}
.icons-box {
    padding: 20px
}
.icons-box h3 {
    margin-top: 10px;
    margin-bottom: 10px
}
.icons-box .infont {
    margin-bottom: 25px;
    text-align: center;
}
.icons-box .infont i {
    display: block;
    color: #676a6c;
    font-size: 35px;
}
.icons-box .infont span {
    color: #a6a8a9
}
.icons-box .infont span {
    display: block;
    margin: 1px;
}
.fullpanel {
    z-index: 1070;
    top: 0;
    left: 0;
    overflow-x: scroll;
    width: 100%;
    height: 100%;
    transition: all 2s
}
.transition {
    transition: all 0.5s
}
.normalheader .hpanel {
    margin-bottom: 25px;
}
.normalheader {
    padding: 40px 40px 0px 40px;
}
@media (max-width: 768px) {
    .normalheader {
        padding: 15px;
    }
}
.normalheader h2 {
    margin-top: 0px
}
.input-xs {
    height: 20px;
    padding: 2px 10px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.5;
}
.clip-header i {
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.clip-header {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px;
    background: #ed7433;
    font-size: 10px;
}
.dropdown-menu {
    margin-top: -8px;
    /* left: initial; */
    /* float: right; */
    /* margin-top: -10px; */
    min-width: 100%;
    /* border-radius: 3px; */
    /* font-size: 13px; */
    /* z-index: 99999999; */
    /* overflow: initial !important; */
    /* position: initial; */
}
.dropdown-example {
    display: inline-block;
    margin: 0px 10px 10px 10px
}
.dropdown-example .dropdown-menu {
    position: static;
    display: block
}
.pagination-example .pagination {
    margin: 0 0 10px 0
}
.pagination> .active> a, .pagination> .active> span, .pagination> .active> a:hover, .pagination> .active> span:hover, .pagination> .active> a:focus, .pagination> .active> span:focus {
    z-index: 2;
    cursor: default;
    color: #fff;
    border-color: #747fb4;
    background-color: #747fb4;
}
.hbreadcrumb a.active {
    color: #9d9fa2
}
.form-control {
    border-color: #e4e5e7 !important
}
.input-group-addon {
    border-color: #e4e5e7 !important;
    background: #f7f8fa;
}
.splash {
    position: absolute;
    z-index: 2000;
    top: 0;
    right: 0 bottom: 0;
    left: 0;
    color: gray;
    background: white;
}
.splash-title {
    max-width: 500px;
    margin: 15% auto;
    padding: 20px;
    text-align: center;
}
.splash-title h1 {
    font-size: 26px
}
.projects .project-label {
    font-weight: 600
}
.projects .hpanel .panel-body {
    border-bottom: none
}
.projects .hpanel:last-child .panel-body {
    border-bottom: 1px solid #e4e5e7
}
.projects .hpanel:last-child .panel-body {
    border-bottom: 1px solid #e4e5e7
}
.projects .hpanel h4 a {
    color: #6a6c6f
}
.projects .project-people img {
    width: 28px;
    height: 28px;
    margin-bottom: 4px;
    margin-left: 2px;
}
.projects .project-info {
    text-align: right
}
@media (max-width: 768px) {
    .projects .project-info {
        text-align: left
    }
}
.social-board .social-profile img {
    width: 42px;
    height: 42px;
    border-radius: 50%
}
.social-board .social-profile h5 {
    margin-top: 5px;
    margin-bottom: 0px
}
.social-board .social-form {
    margin: 10px 0
}
.social-board .social-form input {
    height: 28px;
    padding: 2px 12px;
    font-size: 12px;
}
.social-talk .social-profile img {
    width: 32px;
    height: 32px;
    border-radius: 50%
}
.social-talk .text-muted {
    color: #aaacae
}
.social-talk {
    margin-bottom: 10px
}
.social-talk .social-content {
    margin-top: 2px
}
.angular-ui-tree-handle {
    padding: 10px;
    color: inherit;
    border: 1px dashed #e4e5e7;
    background: none repeat scroll 0 0 #f7f9fa;
    font-weight: normal
}
.angular-ui-tree-handle:hover {
    cursor: pointer;
    font-weight: bold;
}
.angular-ui-tree-placeholder {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px dashed #e4e5e7;
    background: #f0f9ff;
}
.group-title {
    color: #FFF !important;
    background-color: #687074 !important;
}
.tree-node {
    padding: 10px;
    color: inherit;
    border: 1px dashed #e4e5e7;
    border-radius: 3px;
    background: none repeat scroll 0 0 #f7f9fa;
}
.tree-node .btn {
    min-width: 22px;
    margin-right: 4px
}
.tree-node-content {
    margin: 5px 5px 5px 0
}
.tree-handle {
    padding: 10px;
    color: inherit;
    border: 1px dashed #e4e5e7;
    background: none repeat scroll 0 0 #f7f9fa;
}
.angular-ui-tree-placeholder {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box border: 1px dashed #e4e5e7;
    background: #f0f9ff;
}
.tour-backdrop {
    opacity: 0.5
}
.blog-box p {
    font-size: 12px
}
.blog-box h4 {
    margin-top: 0;
    font-weight: bold;
}
.blog-box .panel-heading {
    position: relative;
    padding: 10px 20px;
    border-top: 1px solid #e4e5e7;
    border-right: 1px solid #e4e5e7;
    border-left: 1px solid #e4e5e7;
    border-radius: 2px;
    background: #fff;
    font-weight: 500
}
.blog-box .panel-footer {
    color: #909295
}
.blog-box .panel-heading .media-body {
    line-height: 16px
}
.blog-box .panel-heading .media img {
    width: 32px;
    height: 32px;
    border-radius: 50%
}
.blog-box .panel-heading .media-body h5 {
    margin-top: 0
}
.blog-box .panel-image {
    position: relative;
    border-right: 1px solid #e4e5e7;
    border-left: 1px solid #e4e5e7;
}
.blog-box .panel-image .title {
    position: absolute;
    bottom: 10px;
    padding: 0 20px;
    color: #fff
}
.blog-box .panel-image .title h4 {
    margin-bottom: 0px
}
.blog-box .panel-image .title a {
    color: #fff !important
}
.blog-article-box .panel-heading {
    position: relative;
    padding: 80px 10px;
    text-align: center;
    border-top: 1px solid #e4e5e7;
    border-right: 1px solid #e4e5e7;
    border-left: 1px solid #e4e5e7;
    border-radius: 2px;
    background: #fff;
    font-weight: 500;
}
.blog-article-box .panel-heading h4 {
    color: #515355;
    font-size: 32px;
    font-weight: 700;
}
.blog-article-box .panel-body {
    padding: 50px 70px
}
.blog-article-box .panel-body p {
    color: #515355;
    font-family: "Times New Roman", Georgia, Serif;
    font-size: 20px;
    line-height: 32px;
}
@media (max-width: 768px) {
    .blog-article-box .panel-body {
        padding: 10px 20px
    }
    .blog-article-box .panel-body p {
        font-family: "Times New Roman", Georgia, Serif;
        font-size: 16px;
        line-height: 28px
    }
    .blog-article-box .panel-heading {
        padding: 20px 20px
    }
}
.forum-box .panel-body {
    border-bottom: none
}
.forum-box .panel-body:last-child {
    border-bottom: 1px solid #e4e5e7
}
.forum-box .forum-heading h4 {
    display: inline margin-top: 5px;
    margin-bottom: 3px;
    font-weight: 600;
}
.forum-box .forum-heading .label {
    margin-right: 5px
}
.forum-box .forum-heading .desc {
    color: #909295;
    font-size: 12px
}
.forum-box .panel-heading {
    padding: 10px 20px;
    border: 1px solid #e4e5e7;
    border-bottom: none;
    background: #f7f9fa;
    font-size: 90%;
}
.forum-box .forum-info {
    text-align: right;
    line-height: 20px
}
.forum-box .forum-info .number {
    display: block;
    margin-top: 5px;
    font-size: 22px;
    font-weight: 600;
}
.forum-box .forum-info span {
    font-size: 12px
}
.forum-box .panel-body .media-image {
    min-width: 100px;
    margin-right: 10px;
    text-align: center;
}
.forum-box .panel-body .media img {
    width: 42px;
    height: 42px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 50%;
}
.forum-box .author-info {
    font-size: 12px
}
.forum-box .forum-comments {
    margin-top: 20px;
    padding: 10px 15px;
    border: 1px solid #e4e5e7;
    border-right: none;
    border-left: none;
    background: #f7f9fa;
}
.forum-box .forum-comments .media img {
    width: 32px;
    height: 32px;
    margin-top: 0;
    margin-bottom: 10px;
    border-radius: 50%;
}
.forum-box .forum-comments form {
    margin-top: 10px
}
@media (max-width: 768px) {
    .forum-box .forum-info {
        text-align: left
    }
}
.landing-page .navbar-form-custom, .landing-page .navbar-right, .landing-page #logo {
    display: block
}
.landing-page .navbar-default {
    background: #fff
}
.landing-page .navbar .navbar-brand {
    display: block;
    height: auto;
    margin-top: 8px;
    margin-left: 0;
    padding: 9px 15px;
    color: #fff;
    border-radius: 5px;
    background-color: #62cb31;
    font-size: 12px;
    font-weight: 700;
}
.landing-page .navbar-default .navbar-toggle:hover, .landing-page .navbar-default .navbar-toggle:focus {
    background: #62cb31
}
.landing-page .navbar-default .navbar-toggle:hover .icon-bar, .landing-page .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #fff !important
}
.landing-page .navbar-default .navbar-nav> .active> a, .landing-page .navbar-default .navbar-nav> .active> a:hover, .landing-page .navbar-default .navbar-nav> .active> a:focus {
    color: #62cb31;
    border: none;
    background-color: transparent;
}
.landing-page .navbar-default li a:hover {
    border-bottom: none
}
.landing-page .brand-desc {
    width: 180px;
    margin: 17px 10px 0 90px;
    color: #455463;
}
.landing-page .navbar-nav> li> a {
    padding: 15px 15px;
    color: #455463;
    font-size: 14px;
    font-weight: 600;
}
.landing-page .navbar-nav> li, .landing-page .navbar-nav> li> a {
    height: 55px
}
.landing-page header {
    height: 480px;
    margin-bottom: 30px;
    padding-top: 50px;
    background: url('../images/landing/header.jpg') 50% 0 no-repeat;
}
.landing-page section {
    padding: 50px 0 50px 0;
    border-bottom: 1px solid #e4e5e7
}
.landing-page section h2 {
    margin-top: 0
}
.landing-page section p {
    margin-top: 0px
}
.landing-page header .container {
    position: relative
}
.landing-page .heading {
    margin-top: 60px;
    color: #edf0f5
}
.landing-page .heading h1 {
    margin-bottom: 5px;
    letter-spacing: -0.5px;
    font-size: 34px;
    font-weight: 600;
}
.landing-page h4 {
    font-weight: 600
}
.landing-page p {
    color: #a7afb8
}
.landing-page .heading span {
    font-size: 13px;
    font-weight: 600
}
.landing-page .heading p.small {
    max-width: 260px;
    margin-top: 10px;
    color: #a7afb8;
}
.landing-page .heading-image {
    position: absolute;
    top: 120px;
    right: 60px;
    text-align: right
}
.landing-page .heading-image p {
    margin-bottom: 5px;
    color: #a7afb8;
}
.landing-page .heading-image img {
    width: 180px;
    margin-top: 12px;
    margin-left: 12px;
    border-radius: 1px;
    -webkit-box-shadow: 0 0 8px 0 #333;
    -moz-box-shadow: 0 0 8px 0 #333;
    box-shadow: 0 0 8px 0 #333;
}
.landing-page .navy-link {
    color: #fff;
    background: #455463;
}
.landing-page .icon-big {
    font-size: 70px
}
.landing-page .team-member img {
    height: 72px
}
.landing-page .social-icon a {
    display: block;
    width: 28px;
    height: 28px;
    padding: 4px 8px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background: #62cb31;
}
.landing-page .list-inline> li {
    padding: 0
}
.landing-page .social-icon a:hover {
    background: #5abb2d
}
.landing-page .pricing-plan {
    margin: 20px 10px 0 10px;
    padding-bottom: 20px;
    border: 1px solid #e4e5e7;
    border-radius: 4px;
    background: #fff;
}
.landing-page .pricing-plan li {
    padding: 10px 16px;
    text-align: center;
    color: #aeaeae
}
.landing-page .pricing-plan .pricing-price span {
    color: #62cb31;
    font-size: 30px;
    font-weight: 700;
}
.landing-page .pricing-title .label {
    font-size: 12px
}
.landing-page li.pricing-desc {
    padding: 20px 16px 0px 16px;
    border-top: none;
    font-size: 13px;
}
.landing-page li.pricing-title {
    padding: 25px 10px 0px 10px;
    color: #455463;
    border-radius: 4px 4px 0 0;
    font-size: 22px;
    font-weight: 600
}
.landing-page .client {
    margin: 0px 0 20px 0;
    padding: 30px 10px;
    text-transform: uppercase;
    color: #a7afb8;
    background: #f7f9fa;
    font-weight: 600
}
@media (max-width: 1200px) {
    .landing-page .heading-image {
        display: none
    }
    .landing-page .heading {
        text-align: center
    }
    .landing-page .heading p.small {
        margin: 10px auto
    }
    .landing-page .brand-desc {
        display: none
    }
    .landing-page .navbar .navbar-brand {
        margin-left: 10px
    }
}


.clear-well {
    margin-top: -10px;
    margin-bottom: 15px;
    padding: 0 5px 15px;
    border: none;
    background: none;
    font-size: 12px;
    line-height: 20px;
}
.ref-well {
    margin: 0 -5px 25px;
    padding: 30px;
    border: none !important;
    border-radius: 0;
    background: #e4e7ec;
}
.panel-footer-info {
    height: auto;
    min-height: 60px;
}
.panel-footer-left {
    line-height: 40px;
}

/*
Manage Locations
*/

div#step-nav a.stretch {
    width: 100%;
    margin: 0;
    padding: 0;
    color: white;
    border: none;
    border-radius: 0 !important;
    font-weight: bold;
}
a.stretch.btn.btn-default.padding-fifteen.no-padding-lr {
    background-color: #ee7533;
}
div#step-nav {
    display: block;
    max-height: 95px;
}


div#step1 ul.multiselect-container {
    width: 100%;
    padding: 20px 0;
}
div#step1 ul.multiselect-container>li {
    padding: 5px;
    text-align: left;
}
div#step1>.multiselect-container>li>a>label.radio, .multiselect-container>li>a>label.checkbox {
    padding: 2%;
    padding-left: 70px;
    font-size: 17px;
}
.multiselect-container>li>a>label>input[type=checkbox] {
    top: 12px;
    left: 50px;
}




btn.btn-success {
    padding: .8em 2%;
    letter-spacing: .033em;
    text-transform: uppercase;
    border: none;
    border-radius: 3px;
    background-color: #ee7533;
    font-family: Roboto, sans-serif;
    font-size: 1.25em;
    font-weight: 700;
}


div#step1>.multiselect-container>li>a>label.radio, .multiselect-container>li>a>label.checkbox {
    padding: 2%;
    padding-left: 60px;
    font-size: 17px;
}
ul.multiselect-container.dropdown-menu {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
}
div#side-menu ul.nav li:first-child {
    border-top: none !important;
}
#side-menu ul.nav li:first-child {
    border-top: none;
}
#side-menu ul.nav-second-level li:first-child {
    border-top: 1px solid #e4e5e7;
}
#side-menu ul.nav-second-level li:last-child {
    border-bottom: none;
}
body.show-sidebar div#wrapper {
    margin-left: 245px;
}
body.page-small.show-sidebar #wraper {
    margin-left: 180px !important
}
div.normalheader.panel-body h2 {
    color: white !important;
}
.hpanel .panel-body h2, .hpanel .panel-body small {
    color: white !important;
}
.hbreadcrumb> li, .hbreadcrumb> li> a, .hbreadcrumb> li> span {
    color: white;
}
div#wrapper .panel-default> .panel-heading {
    color: #fff;
    border: none;
    background-color: #2c335a;
}
div#wrapper .panel-default {
    border: none;
    border-color: transparent;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-color: #ec9a33;
}
.btn-info {
    transition: all 0.3s linear;
    border: none;
    background-color: #ed7433;
}
.login-container .hpanel .panel-body {
    background: white;
}
div#wrapper.admins .table> tbody> tr> td {
    padding: 15px 25px;
    vertical-align: middle;
    border-top: none;
    /* padding-right: 0 !important; */
}
div#wrapper.admins .table-striped> tbody> tr:nth-of-type(odd) {
    background-color: rgba(246, 247, 251, 0.41);
}
div#wrapper.admins th {
    padding: 15px 20px 15px 25px;
    display: table-cell;
    white-space: nowrap;
}
div#wrapper.admins thead tr {
    color: white;
    background-color: #363e65;
}
div#wrapper.admins thead tr a {
    color: white !important;
}
div#wrapper.admins thead tr ul.dropdown-menu a {
    color: #333 !important;
}
div#wrapper.admins .panel> .table-responsive {
    background: #353d65;
}
div#wrapper.admin button.btn.btn-default.dropdown-toggle {
    width: 100%;
    max-width: 100%;
}
#wrapper.admin td {
    white-space: normal;
}
.well.bg-white {
    background: #fff;
}
div#wrapper.admins .table-striped tr:hover {
    color: white;
    background-color: #ed7433;
}
div#wrapper.admins .table-striped tr:hover a {
    color: white;
}
div#wrapper.admins .table-striped tr:hover td.grey {
    color: white !important
}
div#wrapper.admins thead tr:hover, div#wrapper.admins thead tr {
    background-color: #363e65 !important;
}
div#wrapper.admins .table-striped> tbody> tr:nth-of-type(odd):hover {
    background-color: #ff9044;
}
div#wrapper.admins thead {
    background: #363e65 !important;
}
div#wrapper.admins tbody {
    background: white;
    /* overflow: visible !important; */
    /* z-index: 999999999; */
}
div#wrapper.admins div.well {
    color: #333
}
div#wrapper.admins .hpanel .panel-body {
    background-color: #ee7533;
}
div#wrapper.loc .panel-default {
    /* overflow: hidden !important */
}
div#wrapper.admins div.tooltip div.tooltip-inner, div.tooltip-inner {
    color: #333;
    background-color: white;
}
div#wrapper.admins div.tooltip div.tooltip-arrow {
    border-top-color: white;
}
div#wrapper.admins thead tr a .fa {
    padding-left: 2px;
}
.black-text {
    color: #333 !important
}
div.panel ul.dropdown-menu a {
    color: #333 !important;
}
tr.box:hover, tr.box:hover a {
    color: #333 !important;
    background: white !important;
}
tr.green:hover {
    color: #fff !important;
    border-top: 1px solid rgba(0, 128, 0, 0.51);
    background: linear-gradient(to bottom, rgb(96, 139, 65) 0%, rgb(129, 180, 92) 100%);
    background-color: transparent !important;
}
tr.green:hover a {
    color: #212121 !important;
}
tr.orange:hover {
    color: #fff !important;
    border-top: 1px solid #FF5722;
    background-color: #ed7433 !important;
}
tr.orange:hover a {
    color: #212121 !important;
}
tr.green.stripes, tr.green.stripes:hover {
    cursor: not-allowed;
    background: #282424 !important;
}
tr.green.stripes * {
    color: #787375 !important;
}
tr.green:hover a {
    color: #fff !important;
}
tr.orange:hover a {
    color: #fff !important;
}
.pagination> li> a, .pagination> li> span {
    color: #898888;
}
canvas#lineApps {
    width: 100% !important;
    height: 66vh !important;
}
.btn-group> .btn:first-child {
    overflow: hidden !important;
    white-space: initial !important;
    text-overflow: ellipsis !important;
    overflow-wrap: inherit !important;
}
@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
        margin-right: 0px !important;
    }
}
div#wrapper.admins .btn-group {
    width: 100%;
    /* margin-right: -25px; */
}

div#wrapper.admins.loc .dropdown-toggle {
    width: 100%;
}
div#wrapper {
    background: url("../i/home-hero-2.jpg") 0% 0%;
    background-size:cover;
    background-color: rgb(56, 71, 145);
    background-attachment: fixed;
}

#switch {
    margin: 5px;
    cursor: pointer;
}

#switch label {
    width: 110px;
    margin: 4px;
    background-color: #ee7533;
    cursor: pointer;
}

#switch label span {
    padding: 9px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    display: block;
}

#switch label input {
    position: absolute;
    left: -20px;
}

#switch input:checked + span {
    background-color: #ee7533;
    color: #ffffff;
}

#switch .orange {
    background-color: #aaaaaa;
    color: #ffffff;
}

a.show_this {
  color: #333 !important;
}

.panel-danger {
	border-color: #cd6868 !important;
}
.panel-danger .panel-heading {
	background-color: #cd6868 !important;
	color: #fff !important;
}
.panel-danger .panel-heading h4 {
	color: #fff !important;
}

#switch_av {
    margin: 5px;
    cursor: pointer;
}

#switch_av label {
    margin: 4px;
    background-color: #b19a8b;
    cursor: pointer;
}

#switch_av label span {
    padding: 9px;
    text-align: center;
    font-size: 20px;
    width: 74px;
    font-weight: 500;
    display: block;
}

#switch_av label input {
    position: absolute;
    left: -20px;
}

#switch_av input:checked + span {
    background-color: #ef7533;
    color: #ffffff;
}
#switch_av input:checked + span:hover {
    background-color: #eb8f5d;
    color: #ffffff;
}

#switch_av .orange {
    background-color: #bfb8b4;
    color: #ffffff;
}


#business h3 {
	font-weight: bold;
	color: #e77131;
}

#business h5 {
	font-weight: bold;
	font-size: 17px;
}

.page-header h1 {
  margin-bottom: -5px;
}

.btn-primary {
	background: #394792 !important;
}

span.big-orange {
	font-size: 35px; font-family: Muli, "Open Sans", Arial, sans-serif; font-weight: 400;
	color: #ef7533 !important;
}

span.orange {
	color: #ef7533 !important;
}

div.white p {
	color: #ffffff !important;
}

.grow img {
	height: 61px;
	width: 61px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.grow img:hover {
	width: 69px;
	height: 69px;
}

.page-loader {
	position: fixed;
	background: #ffffff;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	z-index: 9998;
}

.loader {
	position: absolute;
	border-left: 2px solid #ef7533;
	border-top: 2px solid #394792;
	border-right: 2px solid #ef7533;
	border-bottom: 2px solid #394792;
	height: 99px;
	width: 99px;
	left: 50%;
	top: 50%;
	margin: -50px 0 0 -50px;
	text-indent: -9999em;
	font-size: 10px;
	z-index: 9999;
	-webkit-animation: load 1.5s infinite linear;
	   -moz-animation: load 1.5s infinite linear;
	     ms-animation: load 1.5s infinite linear;
	      o-animation: load 1.5s infinite linear;
	        animation: load 1.5s infinite linear;
}

.loader,
.loader:after {
	border-radius: 50%;
	width: 99px;
	height: 99px;
}

.logo-slider {
	width: 417px;
	height: 103px;
}
.logo-slider-mobile {
	width: 360px;
	height: 87px;
	margin-top: -90px !important;
}
.logo-slider-footer {
	width: 360px;
	height: 87px;
}

@media (max-width: 991px) {
  .interactive-slider-v2 {
    background-color: #ee7533 !important;
  }
  .interactive-slider-v2 h1 {
    /* font-size: 23px !important; */
  }
	.btn-u.btn-banner.blue {
		border: none;
		color: #333 !important;
		background-color: #fff;
		border-radius: 4px;
		margin-bottom: 0px !important;
	}
}

@-webkit-keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.progress {
	height: 25px;
}
.progress .progress-bar {
	line-height: 26px !important;
}
.progress-bar-warning {
  background-color: #ef7533;
}
.progress-bar-striped .progress-bar-warning {
	height: 35px;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-repeat: repeat-x;
}

ul.big {
	font-size: 21px;
}

.panel-primary .panel-heading {
	background: #39498f !important;
}

.panel-primary .panel-heading h4 {
	color: #ffffff !important;
	margin-bottom: 1px !important;
}

.border-left {
	border-left:1px solid #ccc;
}
.mts30 { margin-top: 0; }
@media (max-width: 768px) {
	.border-left {
		border-left: none;
	}
	.mts30 { margin-top: 40px !important; }
}

.rotate {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.btn-warning {
	background: #ef7533 !important;
}

span.red {
	color: #dc6747;
}

.pt10 { padding-top:10px !important; }
.pt15 { padding-top:15px !important; }
.pt20 { padding-top:20px !important; }
.pt30 { padding-top:30px !important; }
.pt40 { padding-top:40px !important; }
.pt50 { padding-top:50px !important; }
.pt60 { padding-top:60px !important; }
.pt80 { padding-top:80px !important; }
.pt100 { padding-top:100px !important; }
.pt160 { padding-top:160px !important; }
.pb10 { padding-bottom:10px !important; }
.pb15 { padding-bottom:15px !important; }
.pb20 { padding-bottom:20px !important; }
.pb30 { padding-bottom:30px !important; }
.pb40 { padding-bottom:40px !important; }
.pb50 { padding-bottom:50px !important; }
.pb60 { padding-bottom:60px !important; }
.pb75 { padding-bottom:75px !important; }
.pb100 { padding-bottom:100px !important; }
.pr100 { padding-right:100px !important; }

.mt0 { margin-top:0; }
.mt5 { margin-top:5px !important; }
.mt10 { margin-top:10px !important; }
.mt15 { margin-top:15px !important; }
.mt20 { margin-top:20px !important; }
.mt25 { margin-top:25px !important; }
.mt30 { margin-top:30px !important; }
.mt40 { margin-top:40px !important; }
.mt50 { margin-top:50px !important; }
.mt100 { margin-top:100px !important; }
.mb0 { margin-bottom:0; }
.mb5 { margin-bottom:5px !important; }
.mb10 { margin-bottom:10px !important; }
.mb15 { margin-bottom:15px !important; }
.mb20 { margin-bottom:20px !important; }
.mb30 { margin-bottom:30px !important; }
.mb40 { margin-bottom:40px !important; }
.mb50 { margin-bottom:50px !important; }
.mb100 { margin-bottom:100px !important; }
.mr10 { margin-right:10px !important; }

.mg5 { margin:5px !important; }
.mg11 { margin:11px !important; }
.p15 { padding:15px !important; }
.ml15 { margin-left:15px !important; }
.ml10 { margin-left:10px !important; }
.ml5 { margin-left:5px !important; }
.mr5 { margin-right:5px !important; }
.mr15 { margin-right:15px !important; }
.mr10 { margin-right:10px !important; }
.ml20 { margin-left:20px !important; }
.mr20 { margin-right:20px !important; }

.borderless td, .borderless th, .borderless th, .borderless table {
    border: none !important;
}

input[type=range] {
    /*removes default webkit styles*/
    -webkit-appearance: none;

    /*fix for FF unable to apply focus style bug */
    border: 1px solid white;

    /*required for proper track sizing in FF*/
    width: 100%;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 15px;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 25px;
    width: 20%;
    border-radius: 25px;
    background: #ea7f4d;
    margin-top: -6px;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #f7f7f7;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 15px;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
}
input[type=range]::-moz-range-thumb {
    border: none;
    height: 25px;
    width: 20%;
    border-radius: 50%;
    background: goldenrod;
}

/*hide the outline behind the border*/
input[type=range]:-moz-focusring{
    outline: 1px solid white;
    outline-offset: -1px;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 15px;

    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;

    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;

    /*remove default tick marks*/
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}
input[type=range]::-ms-thumb {
    border: none;
    height: 25px;
    width: 20%;
    border-radius: 50%;
    background: goldenrod;
}
input[type=range]:focus::-ms-fill-lower {
    background: #888;
}
input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}
#accordion .panel-title > a:hover {
    color: #fff;
}

#accordion .panel-title > a:focus {
    color: orange;
}


/*Andy CSS down Here*/
/*Andy CSS down Here*/

div#location-section {
    /* max-width: 1170px !important; */
    /* margin: 0 auto; */
    /* padding-top: 40px; */
}


/*Andy CSS down Here*/
/*Andy CSS down Here*/
/*template footer*/

/*div#footer.wrapper {
    background-color: #fff;
    position: relative;
}
div#footer.wrapper-xl {
    padding-top: 240px;
    padding-bottom: 240px;
}
div#footer.wrapper {
    padding: 80px 0px;
}*/
div#footer {
    background-color: #171717 !important;
}
div#footer i {
    color: #ffffff !important;
}
div#footer .nav a:hover, div#footer-business h6 {
    color: #ee7533;
}
div#footer .nav a:hover {
    color: #ffa675;
    background: none;
}
div#footer .nav a {
    color: #fff;
}
div#footer .nav li a {
    padding: 0px;
    margin: 0px;
}
div#footer h6 {
    margin-top: 11px;
    margin-bottom: 11px;
    font-size: 18px;
    color: #979797;
    text-transform: uppercase;
}
.angelfish-color { color: #ee7533 !important
}
div#footer .fa-border-circle {
    border: none !important;
    color: white;
    min-height: 36px !important;
    min-width: 36px !important;
    font-size: 17px !important;
    max-height: 36px !important;
    max-width: 36px !important;
    line-height: 36px !important;
}
/*template footer*/
/*newsletter footer*/
div#newsletter-section h3 {
  margin-top: 11px;
  margin-bottom: 11px;
  font-size: 40px;
  color: #fff;
  font-weight: 100 !important;
}
div#newsletter-section {
    background: url('../i/gray-bg.png');
    color: #fff;
    background-size: cover;
}
div#footer-business h6 {
    color: #e37031;
}
.no-gutter {
    padding-left: 0;
    padding-right: 0;
}
.wrapper-shadow {
    box-shadow: 200px 200px 200px rgba(0, 0, 0, 0.07);
}
.wrapper-default {
    background-color: #fff;
    color: #303030;
}
.wrapper-xs {
    padding-top: 40px;
    padding-bottom: 40px;
}
div#biz-assets h5 {
    margin-top: 40px !important;
    font-size: 21px;
}
div#biz-assets h2 {
    line-height: 1.1;
    font-size: 63px !important;
    margin-top: 22px;
    margin-bottom: 11px;
}
div#footer .fa-border-circle:hover{
  color: #e37031 !important;
}
/*newsletter footer*/
p.lead {
    font-size: 19px;
}

a.list-group-item-success {
	background-color: transparent !important;
	border: 1px solid #e3e3e3;
}
