.btn-icon-only {
    padding-right: 3px;
    padding-left: 3px
}

.table td {
    vertical-align: middle
}

.table-bordered th {
    background: #e9e9e9;
    background: -moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #E9E9E9));
    background: -webkit-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
    background: -o-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
    background: -ms-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
    background: linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
    font-size: 10px;
    color: #444;
    text-transform: uppercase
}

.navbar .container {
    position: relative
}

.navbar-inner {
    padding: 7px 0;
    background: #00ba8b !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.navbar-fixed-top {
    position: static
}

.navbar .nav a {
    font-size: 11px
}

.navbar .nav>li>a {
    color: #fff !important
}

.navbar .brand {
    font-weight: 600;
    position: relative;
    top: 2px
}

.navbar .search-query {
    background-color: #444;
    width: 150px;
    font-size: 11px;
    font-weight: 700
}

.navbar .search-query::-webkit-input-placeholder {
    color: #666
}

.navbar .search-query:-moz-placeholder {
    color: #666
}

.navbar-search .search-query {
    background: #086;
    border: 0;
    color: #fff;
    line-height: normal
}

.subnavbar {
    margin-bottom: 2.5em
}

.subnavbar-inner {
    height: 60px;
    background: #fff;
    border-bottom: 1px solid #d6d6d6
}

.subnavbar .container>ul {
    display: inline-block;
    height: 80px;
    padding: 0;
    margin: 0
}

.subnavbar .container>ul>li {
    float: left;
    min-width: 90px;
    height: 60px;
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
    border-left: 1px solid #d9d9d9
}

.subnavbar .container>ul>li>a {
    display: block;
    height: 100%;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 700;
    color: #b2afaa
}

.subnavbar .container>ul>li>a:hover {
    color: #888;
    text-decoration: none
}

.subnavbar .container>ul>li>a>i {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: 11px;
    margin-bottom: -3px;
    font-size: 20px
}

.subnavbar .container>ul>li>a>span {
    display: block
}

.subnavbar .container>ul>li.active>a {
    border-bottom: 3px solid #ff7f74;
    color: #383838
}

.subnavbar .dropdown .dropdown-menu {
    text-align: left;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.813rem;
    color: #47404f;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.subnavbar .dropdown-menu::before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, .2);
    position: absolute;
    top: -7px;
    left: 9px
}

.subnavbar .dropdown-menu::after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 10px
}

.subnavbar .caret {
    margin-top: 4px;
    border-top-color: #fff;
    border-bottom-color: #fff
}

.subnavbar .dropdown.open .caret {
    display: none
}

.main {
    padding-bottom: 2em;
    border-bottom: 1px solid #000
}

.extra {
    border-top: 1px solid #585858;
    border-bottom: 1px solid #000
}

.extra-inner {
    padding: 20px 0;
    font-size: 11px;
    color: #bbb;
    background: #1a1a1a
}

.extra a {
    color: #666
}

.extra h4 {
    margin-bottom: 1em;
    font-weight: 400
}

.extra ul {
    padding: 0;
    margin: 0
}

.extra li {
    margin-bottom: .6em;
    list-style: none
}

.footer {
    margin-top: 0;
    border-top: 1px solid #292929
}

.footer-inner {
    padding: 15px 0;
    font-size: 12px;
    background: #111;
    color: #999
}

.footer a {
    color: #999
}

.footer a:hover {
    color: #fff;
    text-decoration: none
}

.widget {
    position: relative;
    clear: both;
    width: auto;
    margin-bottom: 2em;
    overflow: hidden
}

.widget-header {
    position: relative;
    height: 40px;
    line-height: 40px;
    background: #f9f6f1;
    background: -moz-linear-gradient(top, #f9f6f1 0%, #f2efea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f6f1), color-stop(100%, #f2efea));
    background: -webkit-linear-gradient(top, #f9f6f1 0%, #f2efea 100%);
    background: -o-linear-gradient(top, #f9f6f1 0%, #f2efea 100%);
    background: -ms-linear-gradient(top, #f9f6f1 0%, #f2efea 100%);
    background: linear-gradient(top, #f9f6f1 0%, #f2efea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f1', endColorstr='#f2efea');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f1', endColorstr='#f2efea')";
    border: 1px solid #d6d6d6;
    -webkit-background-clip: padding-box
}

.widget-header h3 {
    position: relative;
    top: 2px;
    left: 10px;
    display: inline-block;
    margin-right: 3em;
    font-size: 14px;
    font-weight: 800;
    color: #525252;
    line-height: 18px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, .5)
}

.widget-header [class^=icon-], .widget-header [class*=" icon-"] {
    display: inline-block;
    margin-left: 13px;
    margin-right: -2px;
    font-size: 16px;
    color: #555;
    vertical-align: middle
}

.widget-content {
    padding: 20px 15px 15px;
    background: #fff;
    border: 1px solid #d5d5d5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.widget-header+.widget-content {
    border-top: none;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.widget-nopad .widget-content {
    padding: 0
}

.widget-content:before, .widget-content:after {
    content: "";
    display: table
}

.widget-content:after {
    clear: both
}

.widget-content {
    zoom: 1
}

.widget-table .widget-content {
    padding: 0
}

.widget-table .table {
    margin-bottom: 0;
    border: none
}

.widget-table .table tr td:first-child {
    border-left: none
}

.widget-table .table tr th:first-child {
    border-left: none
}

.widget-plain {
    background: 0 0;
    border: none
}

.widget-plain .widget-content {
    padding: 0;
    background: 0 0;
    border: none
}

.widget-box .widget-content {
    background: #e3e3e3;
    background: #fff
}

.error-container {
    margin-top: 4em;
    margin-bottom: 4em;
    text-align: center
}

.error-container h1 {
    margin-bottom: .5em;
    font-size: 120px;
    line-height: 1em
}

.error-container h2 {
    margin-bottom: .75em;
    font-size: 28px
}

.error-container .error-details {
    margin-bottom: 1.5em;
    font-size: 16px
}

.error-container .error-actions a {
    margin: 0 .5em
}

ul.messages_layout {
    position: relative;
    margin: 0;
    padding: 0
}

ul.messages_layout li {
    float: left;
    list-style: none;
    position: relative
}

ul.messages_layout li.left {
    padding-left: 75px
}

ul.messages_layout li.right {
    padding-right: 75px
}

ul.messages_layout li.right .avatar {
    right: 0;
    left: auto
}

ul.messages_layout li.right .message_wrap .arrow {
    right: -12px;
    left: auto;
    background-position: 0 -213px;
    height: 15px;
    width: 12px
}

ul.messages_layout li.by_myself .message_wrap {
    border: 1px solid #b3cdf8
}

ul.messages_layout li.by_myself .message_wrap .info a.name {
    color: #4a8cf7
}

ul.messages_layout li a.avatar {
    position: absolute;
    left: 0;
    top: 0
}

ul.messages_layout li a.avatar img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

ul.messages_layout li .message_wrap {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    border: 1px solid #e9e9e9;
    padding: 10px;
    border: 1px solid #cbcbcb;
    margin-bottom: 20px;
    float: left;
    background: #fefefe;
    -webkit-box-shadow: rgba(0, 0, 0, .1) 0 1px 0;
    -moz-box-shadow: rgba(0, 0, 0, .1) 0 1px 0;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 0
}

ul.messages_layout li .message_wrap .arrow {
    background-position: 0 -228px;
    height: 15px;
    width: 12px;
    height: 15px;
    width: 12px;
    position: absolute;
    left: -12px;
    top: 13px
}

ul.messages_layout li .message_wrap .info {
    float: left;
    width: 100%;
    border-bottom: 1px solid #fff;
    line-height: 23px
}

ul.messages_layout li .message_wrap .info .name {
    float: left;
    font-weight: 700;
    color: #483734
}

ul.messages_layout li .message_wrap .info .time {
    float: left;
    font-size: 11px;
    margin-left: 6px
}

ul.messages_layout li .message_wrap .text {
    float: left;
    width: 100%;
    border-top: 1px solid #cfcfcf;
    padding-top: 5px
}

.fc {
    direction: ltr;
    text-align: left;
    position: relative
}

.fc table {
    border-collapse: collapse;
    border-spacing: 0
}

html .fc, .fc table {
    font-size: 1em
}

.fc td, .fc th {
    padding: 0;
    vertical-align: top
}

.fc-header td {
    white-space: nowrap;
    background: 0 0
}

.fc-header-left {
    width: 100%;
    text-align: left;
    position: absolute;
    left: 0;
    top: 6px
}

.fc-header-left .fc-button {
    margin: 0;
    position: relative
}

.fc-header-left .fc-button-prev, .fc-header-left .fc-button-next {
    float: left;
    border: none;
    padding: 14px 10px;
    opacity: .5
}

.fc-header-left .fc-button-prev .fc-button-inner, .fc-header-left .fc-button-next .fc-button-inner {
    border: none
}

.fc-header-left .fc-button-prev .fc-button-inner .fc-button-content, .fc-header-left .fc-button-next .fc-button-inner .fc-button-content {
    display: none
}

.fc-header-left .fc-button-prev.fc-state-hover, .fc-header-left .fc-button-next.fc-state-hover {
    opacity: 1
}

.fc-header-left .fc-button-prev.fc-state-down, .fc-header-left .fc-button-next.fc-state-down {
    background: 0 0 !important;
    margin-top: -1px
}

.fc-header-left .fc-button-prev .fc-button-inner {
    background-position: 0 -351px;
    height: 16px;
    width: 11px
}

.fc-header-left .fc-button-next {
    float: right
}

.fc-header-left .fc-button-next .fc-button-inner {
    background-position: 0 -367px;
    height: 16px;
    width: 11px
}

.fc-header-center {
    text-align: center
}

.fc-header-right {
    text-align: right;
    position: absolute;
    top: -34px;
    right: 10px
}

.fc-header-title {
    display: inline-block;
    vertical-align: top
}

.fc-header-title h2 {
    margin-top: 0;
    white-space: nowrap;
    font-size: 1.1rem;
    color: #6c737f;
    line-height: 55px
}

.fc .fc-header-space {
    padding-left: 10px
}

.fc-header .fc-button {
    margin-bottom: 1em;
    vertical-align: top
}

.fc-header .fc-button {
    margin-right: -1px
}

.fc-header .fc-corner-right {
    margin-right: 1px
}

.fc-header .ui-corner-right {
    margin-right: 0
}

.fc-header .fc-state-hover, .fc-header .ui-state-hover {
    z-index: 2
}

.fc-header .fc-state-down {
    z-index: 3
}

.fc-header .fc-state-active, .fc-header .ui-state-active {
    z-index: 4
}

.fc-content {
    clear: both;
    background: #f9f9f9
}

.fc-view {
    width: 100%;
    overflow: hidden
}

.fc-view thead {
    background: #e9ecf1;
    line-height: 35px
}

.fc-widget-header, .fc-widget-content {
    border: 1px solid #ccc
}

.fc-state-highlight {
    background: #f4f3e6
}

.fc-cell-overlay {
    background: #9cf;
    opacity: .2;
    filter: alpha(opacity=20)
}

.fc-button {
    position: relative;
    display: inline-block;
    cursor: pointer
}

.fc-button-today {
    margin-top: 8px !important
}

.fc-state-default {
    border-style: solid;
    border-width: 1px 0
}

.fc-button-inner {
    position: relative;
    float: left;
    overflow: hidden
}

.fc-state-default .fc-button-inner {
    border-style: solid;
    border-width: 0 1px
}

.fc-button-content {
    position: relative;
    float: left;
    height: 1.9em;
    line-height: 1.9em;
    padding: 0 .6em;
    white-space: nowrap
}

.fc-button-content .fc-icon-wrap {
    position: relative;
    float: left;
    top: 50%
}

.fc-button-content .ui-icon {
    position: relative;
    float: left;
    margin-top: -50%;
    margin-top: 0;
    top: -50%
}

.fc-state-default .fc-button-effect {
    position: absolute;
    top: 50%;
    left: 0
}

.fc-state-default .fc-button-effect span {
    position: absolute;
    top: -100px;
    left: 0;
    width: 500px;
    height: 100px;
    border-width: 100px 0 0 1px;
    border-style: solid;
    border-color: #fff;
    background: #444;
    opacity: .09;
    filter: alpha(opacity=9)
}

.fc-state-default, .fc-state-default .fc-button-inner {
    border-style: solid;
    border-color: #ccc #bbb #aaa;
    color: #000
}

.fc-state-hover, .fc-state-hover .fc-button-inner {
    border-color: #999
}

.fc-state-down {
    border-color: #555;
    background: #777
}

.fc-state-active, .fc-state-active .fc-button-inner {
    border-color: #555;
    background: #777;
    color: #fff
}

.fc-state-disabled, .fc-state-disabled .fc-button-inner {
    color: #999;
    border-color: #ddd
}

.fc-state-disabled {
    cursor: default
}

.fc-state-disabled .fc-button-effect {
    display: none
}

.fc-event {
    border-style: solid;
    border-width: 0;
    font-size: .85em;
    cursor: default
}

a.fc-event, .fc-event-draggable {
    cursor: pointer
}

a.fc-event {
    text-decoration: none
}

.fc-rtl .fc-event {
    text-align: right
}

.fc-event-skin {
    border-color: #3f85f5;
    background-color: #5e96ea;
    color: #fff
}

.fc-event-inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 0;
    overflow: hidden
}

.fc-event-time, .fc-event-title {
    padding: 0 1px
}

.fc .ui-resizable-handle {
    display: block;
    position: absolute;
    z-index: 99999;
    overflow: hidden;
    font-size: 300%;
    line-height: 50%
}

.fc-event-hori {
    border-width: 1px 0;
    margin-bottom: 1px
}

.fc-event-hori .ui-resizable-e {
    top: 0 !important;
    right: -3px !important;
    width: 7px !important;
    height: 100% !important;
    cursor: e-resize
}

.fc-event-hori .ui-resizable-w {
    top: 0 !important;
    left: -3px !important;
    width: 7px !important;
    height: 100% !important;
    cursor: w-resize
}

.fc-event-hori .ui-resizable-handle {
    _padding-bottom: 14px
}

.fc-corner-left {
    margin-left: 1px
}

.fc-corner-left .fc-button-inner, .fc-corner-left .fc-event-inner {
    margin-left: -1px
}

.fc-corner-right {
    margin-right: 1px
}

.fc-corner-right .fc-button-inner, .fc-corner-right .fc-event-inner {
    margin-right: -1px
}

.fc-corner-top {
    margin-top: 1px
}

.fc-corner-top .fc-event-inner {
    margin-top: -1px
}

.fc-corner-bottom {
    margin-bottom: 1px
}

.fc-corner-bottom .fc-event-inner {
    margin-bottom: -1px
}

.fc-corner-left .fc-event-inner {
    border-left-width: 1px
}

.fc-corner-right .fc-event-inner {
    border-right-width: 1px
}

.fc-corner-top .fc-event-inner {
    border-top-width: 1px
}

.fc-corner-bottom .fc-event-inner {
    border-bottom-width: 1px
}

table.fc-border-separate {
    border-collapse: separate
}

.fc-border-separate th, .fc-border-separate td {
    border-width: 1px 0 0 1px
}

.fc-border-separate th.fc-last, .fc-border-separate td.fc-last {
    border-right-width: 1px
}

.fc-border-separate tr.fc-last th, .fc-border-separate tr.fc-last td {
    border-bottom-width: 0
}

.fc-first {
    border-left-width: 0 !important
}

.fc-last {
    border-right-width: 0 !important
}

.fc-grid th {
    text-align: center
}

.fc-grid .fc-day-number {
    float: right;
    padding: 0 2px
}

.fc-grid .fc-other-month .fc-day-number {
    opacity: .3;
    filter: alpha(opacity=30)
}

.fc-grid .fc-day-content {
    clear: both;
    padding: 2px 2px 1px
}

.fc-grid .fc-event-time {
    font-weight: 700
}

.fc-rtl .fc-grid .fc-day-number {
    float: left
}

.fc-rtl .fc-grid .fc-event-time {
    float: right
}

.fc-agenda table {
    border-collapse: separate
}

.fc-agenda-days th {
    text-align: center
}

.fc-agenda .fc-agenda-axis {
    width: 60px !important;
    padding: 0 4px;
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
    font-weight: 400
}

.fc-agenda .fc-day-content {
    padding: 2px 2px 1px
}

.fc-agenda-days .fc-agenda-axis {
    border-right-width: 1px
}

.fc-agenda-days .fc-col0 {
    border-left-width: 0
}

.fc-agenda-allday th {
    border-width: 0 1px
}

.fc-agenda-allday .fc-day-content {
    min-height: 34px;
    _height: 34px
}

.fc-agenda-divider-inner {
    height: 2px;
    overflow: hidden
}

.fc-widget-header .fc-agenda-divider-inner {
    background: #eee
}

.fc-agenda-slots th {
    border-width: 1px 1px 0
}

.fc-agenda-slots td {
    border-width: 1px 0 0;
    background: 0 0
}

.fc-agenda-slots td div {
    height: 20px
}

.fc-agenda-slots tr.fc-slot0 th, .fc-agenda-slots tr.fc-slot0 td {
    border-top-width: 0
}

.fc-agenda-slots tr.fc-minor th, .fc-agenda-slots tr.fc-minor td {
    border-top-style: dotted
}

.fc-agenda-slots tr.fc-minor th.ui-widget-header {
    border-top-style: solid
}

.fc-event-vert {
    border-width: 0 1px
}

.fc-event-vert .fc-event-head, .fc-event-vert .fc-event-content {
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden
}

.fc-event-vert .fc-event-time {
    white-space: nowrap;
    font-size: 10px
}

.fc-event-vert .fc-event-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .3;
    filter: alpha(opacity=30)
}

.fc .ui-draggable-dragging .fc-event-bg, .fc-select-helper .fc-event-bg {
    display: none \9
}

.fc-event-vert .ui-resizable-s {
    bottom: 0 !important;
    width: 100% !important;
    height: 8px !important;
    overflow: hidden !important;
    line-height: 8px !important;
    font-size: 11px !important;
    font-family: monospace;
    text-align: center;
    cursor: s-resize
}

.fc-agenda .ui-resizable-resizing {
    _overflow: hidden
}

.fc-header-left .fc-button-prev .fc-button-inner {
    background: url(../img/icons-sa7c41345d9.png) no-repeat;
    background-position: 0 -351px;
    height: 16px;
    width: 11px
}

.fc-header-left .fc-button-next .fc-button-inner {
    background: url(../img/icons-sa7c41345d9.png) no-repeat;
    background-position: 0 -367px;
    height: 16px;
    width: 11px
}

.chart-holder {
    width: 100%;
    height: 250px
}

.accordion-heading {
    background: #e5e5e5
}

.accordion-heading a {
    color: #545454;
    text-decoration: none;
    font-weight: 700
}

.btn-facebook-alt i {
    color: #23386a
}

.btn-twitter-alt i {
    color: #0098d0
}

.btn-google-alt i {
    color: #b6362d
}

.btn-linkedin-alt i {
    color: #0073b2
}

.btn-pinterest-alt i {
    color: #ab171e
}

.btn-github-alt i {
    color: #333
}

.all-icons li {
    list-style: none
}

.ML0 {
    margin-left: 0
}

.MR0 {
    margin-right: 0
}

@media (max-width: 480px) {
    .error-container h1 {
        font-size: 72px
    }
}

@media (max-width: 767px) {
    #main {
        padding: 0 10px;
        margin-right: -20px;
        margin-left: -20px
    }

    .subnavbar {
        margin-left: -20px;
        margin-right: -20px
    }

    .subnavbar-inner {
        height: auto
    }

    .subnavbar .container>ul {
        width: 100%;
        height: auto;
        border: none
    }

    .subnavbar .container>ul>li {
        width: 33%;
        height: 70px;
        margin-bottom: 0;
        border: none
    }

    .subnavbar .container>ul>li.active>a {
        font-size: 11px;
        background: 0 0
    }

    .subnavbar .container>ul>li>a>i {
        display: inline-block;
        margin-bottom: 0;
        font-size: 20px
    }

    .subnavbar-open-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .subnavbar-open-right .dropdown-menu:before {
        left: auto;
        right: 12px
    }

    .subnavbar-open-right .dropdown-menu:after {
        left: auto;
        right: 13px
    }

    .extra {
        margin-right: -20px;
        margin-left: -20px
    }

    .extra .container {
        padding: 0 20px
    }

    .footer {
        margin-right: -20px;
        margin-left: -20px
    }

    .footer .container {
        padding: 0 20px
    }

    .footer .footer-terms {
        text-align: left
    }

    .footer .footer-terms a {
        margin-left: 0;
        margin-right: 1em
    }
}

@media (max-width: 979px) {
    .navbar-fixed-top {
        position: static;
        margin-bottom: 0
    }

    .subnavbar .container {
        width: auto
    }
}

@media (min-width: 1200px) {
    .navbar .search-query {
        width: 200px
    }
}

.menu-icon-grid {
    width: auto;
    padding: 0 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.menu-icon-grid>a {
    display: inline-flex;
    width: 7rem;
    flex-direction: column;
    align-items: center;
    padding: 8px 0px;
    color: #065a92;
    text-align: center;
    border-radius: 4px;
    text-decoration: none !important;
    border: 1px solid #065a92;
    margin-bottom: 10px;

}

.menu-icon-grid>a:hover {
    background: #065a92;
    color: white;
}

.menu-icon-grid>a i {
    font-size: 28px;
    margin-bottom: 4px;
}

svg:hover {
    fill: white;
    color: white;
}

ul.links {
    list-style: none;
    margin: 0;
    padding: 0;
    column-count: 2;
}

ul.links li a {
    display: inline-block;
    margin-bottom: 8px;
    color: #70657b;
}

.main-panel {
    margin: 0 auto !important;
}

table.dataTable thead .sorting {
    background-image: none !important;
}

table.dataTable thead .sorting_asc {
    background-image: none !important;
}

/*body > * {*/
/*    -webkit-transition: all 2s ease !important;*/
/*    -moz-transition: all 2s ease !important;*/
/*    -o-transition: all 2s ease !important;*/
/*    transition: all 2s ease !important;*/
/*}*/
.borderless td, .borderless th {
    border: none;
}

.tip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tip .tooltiptext {
    visibility: hidden;
    width: 400px;
    background-color: lightgray;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
}

.tip:hover .tooltiptext {
    visibility: visible;
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
    height: 25px !important;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    height: 30px !important;
    background-color: transparent;
    margin-left: 3px;
}

table.dataTable.no-footer {
    border-bottom: 0px solid #111;
}

.scrollbar {
    margin-left: 30px;
    float: left;
    height: 300px;
    width: 65px;
    background: #fff;
    overflow-y: scroll;
    margin-bottom: 25px;
}

.force-overflow {
    min-height: 450px;
}

.scrollbar-primary::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-primary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #4285F4;
}

.scrollbar-primary {
    scrollbar-color: #4285F4 #F5F5F5;
}

.scrollbar-danger::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-danger::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.scrollbar-danger::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #ff3547;
}

.scrollbar-danger {
    scrollbar-color: #ff3547 #F5F5F5;
}

.scrollbar-warning::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-warning::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-warning::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #FF8800;
}

.scrollbar-warning {
    scrollbar-color: #FF8800 #F5F5F5;
}

.scrollbar-success::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-success::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-success::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #00C851;
}

.scrollbar-success {
    scrollbar-color: #00C851 #F5F5F5;
}

label {
    color: black !important;
    font-weight: bold;
}

.small-input:focus {
    outline: none;
    border: 1px dashed black !important;
}

.input-sm {
    height: 30px !important;
    padding: 5px 10px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}

.form-control-xs {
    height: calc(1em + .375rem + 2px) !important;
    padding: .125rem .25rem !important;
    font-size: .75rem !important;
    line-height: 1.5;
    border-radius: .2rem;
}

.small-input {
    outline: none;
    border: 1px dashed lightgray !important;
}

td {
    vertical-align: top !important;
}

.scrollbar-info::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-info::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-info::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #33b5e5;
}

.scrollbar-info {
    scrollbar-color: #33b5e5 #F5F5F5;
}

.scrollbar-default::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-default::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-default::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #2BBBAD;
}

.scrollbar-default {
    scrollbar-color: #2BBBAD #F5F5F5;
}

.scrollbar-secondary::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-secondary::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-secondary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #aa66cc;
}

.scrollbar-secondary {
    scrollbar-color: #aa66cc #F5F5F5;
}

.protected {
    color: gray !important;
}

.disabled {
    cursor: not-allowed !important;
}

.no-link {
    cursor: not-allowed !important;

}

.stage div {
    font-size: 20px;
    color: black;
    font-weight: bolder;

}

.template {
    cursor: pointer;
    color: black !important;
}

.template b {
    cursor: pointer;
    color: black !important;
}

.template-active {
    background: #065a92 !important;
    color: white !important;
}

.template-active b {
    background: #065a92 !important;
    color: white !important;
}

.template:hover {
    opacity: 0.5;
}

.shimmer {
    display: inline-block;
    -webkit-mask: linear-gradient(-60deg, #000 30%, #0005, #000 70%) right/300% 100%;
    background-repeat: no-repeat;
    animation: shimmer 2.5s infinite;
}

@keyframes shimmer {
    100% {
        -webkit-mask-position: left
    }
}

#bankDepositModal .fa-close:hover, #bankWithdrawModal .fa-close:hover, #bankTransferModal .fa-close:hover {
    color: #065a92 !important;
}
.fs-18{
    font-size: 18px !important;
}