i.metismenu-icon.nav-link-icon {
    font-size: 21px;
}

ul{
    transition: all 0.5s;
}
h3, a, span{
    transition: all 0.5s;
}
.lg_age .form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left:-1.25rem !important;
}
.slide-img-bg{
    background-image: url(./images/riku-lu-3512-unsplash.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 0;
}
img {
    max-width: 100%;
}
.app-logo {
    width: 160px;
    display: inline-block;
    margin-bottom: 15px;
    margin-left: -30px;
}
.project-box .badge {
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 7px;
    min-width: 0px;
    animation-fill-mode: backwards;
    width: auto;
    text-align: left;
    text-indent: 0px;
    float: right;
    margin-right: 5px;
}
.project-box {
  width: 100%;
  height: 75px;
  margin: 0.2%;
  padding: 15px;
  box-sizing: border-box;
  display: inline-block;
  background: #036C81;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: all 0.5s;
}
.project-box.selected {
    height: 220px;
}
.project-box .icon-cont {
  border: 6px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 75px;
  height: 75px;
  margin: 20px auto;
  display: block;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 5;
  box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
}

.project-box .icon-cont i {
  color: #fff;
  opacity: 0.6;
  font-size: 2.5em;
  line-height: 75px;
}

.project-box:hover .icon-cont {
  animation: shady 4s linear infinite;
}

@keyframes shady {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  20% {
    box-shadow: 0 0 0 100px rgba(255, 255, 255, 0), 0 0 0 0px rgba(3, 108, 129, 0);
  }
  20.1% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  50% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  70% {
    box-shadow: 0 0 0 100px rgba(255, 255, 255, 0), 0 0 0 0px rgba(3, 108, 129, 0);
  }
  70.1% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
  100% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5), 0 0 0 0px rgba(3, 108, 129, 0.5);
  }
}

.project-box h3 {
    color: #fff;
    font-weight: 300;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    position: static;
    top: 125px;
    width: 100%;
    padding: 0px 0 10px;
    text-align: left;
    left: 0px;
    z-index: 4;
}

.project-box ul {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #fff;
    font-size: 13px;
    line-height: 28px;
    text-indent: 0px;
    margin: 0px;
    margin-top: 380px;
    list-style-type: none;
    padding: 10px 0px 0;
}

.project-box ul.hidden {
  opacity: 0;
}
ul.nav.flex-column.hidden {
    visibility: visible !important;
    display: block !important;
}
.project-box a.expand {
    display: block;
    position: absolute;
    left: auto;
    right: -25px;
    bottom: -38px;
    width: 60px;
    height: 35px;
    color: #036C81;
    transform: rotate(-45deg);
    background: #fff;
    font-weight: 600;
    margin: 15px auto 25px;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
}
.project-box a.expand span.minus {
  opacity: 0;
}

.project-box a.expand span.plus {
  opacity: 1;
  padding-left: 5px;
}

/* .project-box.selected a.expand {
  display: block;
  position: absolute;
  left: 180px;
  right: -29px;
  bottom: -39px;
  width: 80px;
  height: 50px;
  background: #eee;
  color: #036C81;
  transform: rotate(-45deg);
} */

.project-box.selected a.expand span {
    display: block;
    position: absolute;
    top: -2px;
    left: 28px;
    transform: rotate(45deg);
    font-size: 24px;
}

.project-box.selected a.expand span.minus {
  opacity: 1;
}

.project-box.selected a.expand span.plus {
  opacity: 0;
}

.project-box.selected .icon-cont {
  transform: scale(1.5, 1.5);
  opacity: 0.3;
  position: absolute;
  top: -20px;
  left: -5px;
  right: 180px;
}

.project-box.selected:hover .icon-cont {
  animation: none;
}

.project-box.selected h3 {
    padding: 32px 15px 15px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    top: 16px;
    left: 0%;
    padding: 0px 0 10px;
    text-align: left;
}
.project-box.selected ul.hidden {
  opacity: 1;
  margin-top: 0px;
}
.dataTables_wrapper .row {
    /* display: block; */
    width: 100%;
}
.dataTables_wrapper .dataTables_length {
    float: left;
    padding: 10px 20px 0;
}
div#DataTables_Table_0_filter {
    padding: 10px 20px 0;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 0px;
}
table.dataTable.no-footer {
    border-bottom: 0px;
    width: 100% !important;
}
.table-responsive{
  width: 100%;
}
.fixed-sidebar .app-main .app-main__outer {
    width: 100%;
    z-index: auto;
}
.fixed-header .app-header {
    z-index: 11;
}
.fixed-header .app-main {
    z-index: auto;
    position: static;
}
.fixed-sidebar .app-sidebar {
    z-index: 9;
}
.closed-sidebar .app-sidebar:hover {
    z-index: 1;
}

.modal-backdrop.fade.show {
    display: none !important;
}
.modal.show:before {
    content: "";
    position: fixed;
    left: 0px;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.6);
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 12px 20px;
}
.modal table.dataTable tbody th, .modal table.dataTable tbody td {
    padding: 6px 20px;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #333;
    padding: 20px 20px 15px;
}
.run_cus span.btn.btn-secondary {
    font-size: 14px;
    padding: 4px 15px;
}
.project-box .nav a.nav-link {
    padding: 0;
    color: #fff;
    font-weight: 400;
}
.project-box .nav a.nav-link:hover, .project-box .nav a.nav-link:focus{
  background: transparent;
  opacity: 0.7;
}
.sc_notify {
    padding: 0px;
    margin: 0px;
}
.sc_notify li {
    list-style: none;
    padding: 7px 0 !important;
    border-bottom: 1px solid #eee;
}
.sc_notify li:last-child{
  border: 0px;
}
.wid-100{
  width: 100%;
}
.innerpage .app-page-title .page-title-icon {
    font-size: 23px;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    padding: 7px;
    margin: 0 15px 0 0;
    background: #fff;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03), 0 0.9375rem 1.40625rem rgba(4,9,20,0.03), 0 0.25rem 0.53125rem rgba(4,9,20,0.05), 0 0.125rem 0.1875rem rgba(4,9,20,0.03);
    border-radius: .25rem;
    width: 35px;
    height: 35px;
    border-radius: 9px;
}
.filter_div{
  margin-top: 25px;
}
.filter_div .form-control{
  font-size: 14px; height: 33px;
}
.form-group label {
    margin-bottom: 1px;
}
.innerpage .app-page-title {
    padding: 20px 30px;
}
.fl_btn .dropdown-menu.show {
    width: 100%;
}
.filter_div {
    margin-top: 0px;
    padding: 15px 20px 5px;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: 400;
}

button.btn.dropdown-toggle.selectpicker.btn-default {
    border: 1px solid #ddd;
}
.m-t-center {
    margin-top: 21px;
}
.m-btm-10{
  margin-bottom: 10px;
}
.m-t-10 {
    margin-top: 2px;
}
span.caret {
    display: none;
}
.vertical-nav-menu li.mm-active>a {
    color: #343a40;
    background: #e0f3ff;
    font-weight: bold;
}
.app-main__inner i.fa.fa-plus {
    font-size: 12px;
    margin-right: 3px;
}
.panel-heading {
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    margin-bottom: 15px;
    margin-top: 10px;
}
.form-control {
    height: 33px;
    border: 1px solid #ddd;
    box-shadow: none;
    outline: none;
    background: rgba(0,0,0,0.01);
    font-size: 14px;
}
.form-group {
    margin-bottom: 10px;
}
.form-control:focus{
  box-shadow: 0px 2px 5px 0px #eee;
}
.inIcons {
    position: absolute;
    bottom: 11px;
    right: 15px;
}
.inIcons .btn {
    padding: 5px 10px;
}
.inIcons a.btn.btn-success.fCheck{
  background: transparent; padding: 0px 7px; border: 0px;
}
a.btn.btn-success.fCheck i {
    color: #3ac47d;
}
.cusInfo {
    padding: 15px 15px 15px;
    background: none;
    border-radius: 5px;
    box-shadow: 0px 2px 10px -3px rgba(0,0,0,0.1);
    margin-top: 8px;
    border: 1px solid rgba(0,0,0,0.03);
}
textarea.form-control{
  width: 100%; height: 100px;
}
.cusInfo .form-group label {
    color: #666;
    font-size: 12px;
}
.cusInfo .form-group h6 {
    color: #333;
    font-weight: 600;
    font-size: 15px;
}
.v_dtails .form-group label.lbSm {
    color: #666;
    font-size: 12px;
}
.v_dtails .form-group h6 {
    color: #333;
    font-weight: 600;
    font-size: 15px;
}
.cusInfo .form-group {
    margin-bottom: 4px;
}
.cusInfo .col-md-6 {
    border-bottom: 1px dotted rgba(0,0,0,0.09);
    margin-bottom: 4px;
}
.chr_div input.form-control {
    width: 70px;
    border-radius: 0px;
    border-bottom: 1px solid #ddd !important;
    border: 0px;
    background: transparent;
    box-shadow: none;
    height: 25px;
    margin-right: 10px;
    padding: 0px;
    margin-top: -8px;
}
.chr_div input.form-control.wid-100{
  width: 100%; float: right
}
.chr_div table tbody th, .chr_div table tbody td {
    padding: 0px;
    background: transparent !important;
}
.chr_div table tbody th {
    width: 210px;
    font-weight: 400;
}
.chr_div table tbody tr td:last-child {
    width: 100px;
}
.dis_flx {
    display: flex;
    align-items: center;
    line-height: 12px;
}
table.dataTable tbody>tr:hover{
  background: rgba(0, 0, 0, 0.03);
}

table tr table tr:hover{
  background: none !important
}
table tr table tr{
  background: none !important
}
.show_amt {
    border: 0px;
    padding: 3px 15px;
    border-bottom: 1px solid #ddd;
}
.chr_div tr th, .chr_div tr td {
    border-bottom: 1px solid #eee;
    padding: 7px 0 !important;
}
.chr_div tr table th, .chr_div tr table td {
    border:0px !important;
    padding: 3px 0 10px !important;
}
.chr_div tr table .rowHead{
  margin-bottom: 0px; display: block;
}
.m-l-50{
  margin-left: 50px;
}
.chr_div tr table tr:last-child th, .chr_div tr table tr:last-child td{
  padding-bottom: 0px !important;
}
span.m_width {
    width: 80px;
}
.tbIntitle{
  padding-top: 3px;
}
table tr table .show_amt {
    margin-top: 6px;
}
.btns{
  margin-top: 20px;
}
.btns button.btn-primary{
  margin-left: 10px;
}
.btns button{
  text-transform: uppercase;
}
.inIcons .btn {
    padding: 5px 10px;
}
.inCheck strong {
    float: left;
}
.inCheck .custom-checkbox {
    float: left; margin-left: 15px;
}
.btns .btn {
    font-weight: 600;
    font-size: 14px;
}
.form-group i.fa-calendar {
    position: absolute;
    bottom: 19px;
    right: 25px;
}
table.table-condensed {
    width: 100%;
}
.my_dtp_c.form-control {
    border: 0px;
    background: transparent;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.04);
    /* border-radius: 30px; */
    background: linear-gradient(-20deg, #2b5876 0%, #4e4376 100%) !important;
    color: #fff;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
}
.drpAction .btn {
    padding: 0px 3px 1px;
    width: 27px;
    line-height: 18px;
    vertical-align: middle;
}
.drpAction .btn i {
    font-size: 10px;
}
.hidLength .dataTables_wrapper .dataTables_length {
    display: none;
}
button.btnClose.close {
    position: absolute;
    right: 8px;
    top: 2px;
}
.adNew {
    position: absolute;
    right: 15px;
    top: 35px;
    border-radius: 30px;
    padding: 7px 16px;
    z-index: 111;
}
.hidLength .dataTables_wrapper .dataTables_filter{
    width: 50%;
    float: left;
    padding:0px !important; margin-bottom: 20px;
}
.hidLength .dataTables_wrapper .dataTables_filter label {
    width: 100%; text-align: left;
}
.hidLength .dataTables_wrapper .dataTables_filter input[type="search"] {
    width: 100%;
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0px 20px;
    border-radius: 30px;
    background: rgba(0,0,0,0.02);
    outline: none; margin: 0px;
}
 button.btnClose.close {
    position: absolute;
    right: -19px;
    top: -29px;
    z-index: 11; opacity: 1;
}
 button.btnClose.close span{
  color: #fff;
}
.modal-dialog.modal-lg.lg-big {
    width: 80%;
    max-width: 90%;
    margin: 40px auto;
    /* height: 89vh; */
}
.modal-dialog.modal-lg.lg-big .modal-body{
    height: auto;
}
.modal-dialog.modal-lg {
    margin: 70px auto;
}
.modal h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 15px 13px;
    background: transparent;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.03);
    margin: 0px;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 10321;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 5vh auto;
  background: #fff;
  border-radius: 5px;
  position: relative;
  transition: all 5s ease-in-out;
}
.popup.lg-big {
    width: 80%;
    min-height: auto;
}
.popup a.close {
    position: absolute;
    top: -34px;
    right: -20px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    opacity: 1;
}
button.close{
  float: none;
}
.popup a.close:hover {
  color: #f00 !Im;
}
button.btn a.close {
    font-size: 14px;
    position: static !important;
    color: #333;
    font-weight: 500;
    line-height: 20px;
}
button a.close:hover {
  color: #333 !important;
}
.newCustomer .custom-radio.custom-control {
    float: left;
    margin-right: 10px;
    margin-top: 6px;
}
.overlay h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 20px 13px;
    background: transparent;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.03);
    margin: 0px;
}
.popup .content {
    padding: 20px;
}
ul.dcmnts {
    padding: 0px 0px;
    background: rgba(0,0,0,0.02);
    border-radius: 6px;
    margin: 10px 0 0;
}
.adDcmnt h4 {
    float: left;
    padding: 9px 0 0;
    margin: 0px;
}
.adDcmnt ul.dropdown-menu {
    width: 100px;
    min-width: 130px;
    float: right;
}
.dcmnts li {
list-style: none;
border-bottom: 1px solid #fff;
padding: 15px 15px;
}
.dcmnts li:last-child {
border-bottom:0px;
}
.dcmnts li .form-control{
    background: #fff;
}
.content h4 {
    font-size: 20px;
    margin: 10px 0 10px;
    color: #46a2d0;
}

.dcmnts label {
    line-height: 15px;
}
.adDcmnt h4 {
    float: left;
    padding: 5px 0 0;
}
.adDcmnt .dropdown {
    float: right;
    margin-top: 9px;
}
.adDcmnt button {
    border-radius: 30px;
    padding: 4px 14px;
    line-height: 20px;
}
ul.dcmnts .form-group {
    margin: 0px;
}
.modal-body ul.dcmnts {
    margin: 5px 0 10px;
}
.show.active {
    opacity: 1;
}
.modal .modal-sm h3 {
    font-size: 17px;
}
.row.tprice {
    display: block;
    margin: 0px;
    background: rgba(0,0,0,0.02);
    padding: 4px 0 2px;
}

.tprice strong {
    padding: 10px 0 0;
    text-transform: uppercase;
    line-height: 33px;
}
.wpExp strong {
    padding: 10px 0 0;
    text-transform: uppercase;
    line-height: 33px;
}
.tprice input.form-control {
    border: 0px;
    background: transparent;
    font-weight: 600;
    font-size: 16px;
    padding: 0px;
}
.wpExp strong {
    text-transform: uppercase;
    font-weight: 500;
}
.wpExp {
    margin-bottom: 10px;
}
ul.dcmnts.wp-expense {
    background: transparent;
}
ul.dcmnts.wp-expense li {
    padding: 0px;
    border-bottom: 1px dotted rgba(0,0,0,0.05);
    padding-bottom: 10px;
}
tfoot {
    background: rgba(0,0,0,0.1);
    border: 0px !important;
}
tfoot td{
    border: 0px !important;
}
.filter_vcles{
  padding: 15px 15px;
}
.filter_vcles .custom-radio {
    display: inline-block; margin-right: 10px;
}
.alrts_pge ul.body-tabs.vtabs {
    padding: 10px 15px 0;
}
.alrts_pge li.nav-item a:hover{
  background: transparent !important;
}
.alrts_pge li.nav-item a.active{
  background: transparent !important;
}
.alrts_pge strong {
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 500;
    margin-top: 10px;
    padding: 0px;
    border-bottom: 0px;
    border-radius: 0px;
    box-shadow: none;
    color: #c54e4e;
}
.adCustomer .custom-radio.custom-control {
    display: inline-block;
    margin-right: 15px; margin-top:5px;
}
.cus_statement tfoot {
    background: transparent;
    padding: 10px 0 !important;
}
.sh_amt {
    background: transparent;
    padding: 0px;
    min-height: 21px;
    border-bottom: 1px solid #ddd;
     text-align: right;
}
.flx_none{
  display: block !important;

}
.clnamt {
    padding: 35px 15px 20px;
    /* box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.1); */
    /* border-bottom-right-radius: 30px; */
}
.revenue_pge h3 {
    font-size: 20px;
    font-weight: 600;
    color: #3f6ad8; margin: 0px;
}
.revenue_pge .panel-heading {
    padding: 15px 15px 0;
    margin: 0px;
}
ul.body-tabs.d-tabs.vtabs {
    padding: 0px;
    margin: 0px;
}
ul.body-tabs.d-tabs.vtabs{
  margin: 0 -5px;
}
ul.body-tabs.d-tabs.vtabs a {
    margin: 0px;
    padding: 10px 20px;
}
ul.body-tabs.d-tabs.vtabs li{
    margin: 0px 5px;
}
.body-tabs-shadow .d-tabs.body-tabs-animated .nav-link::before {
    height: 100%;
    top: 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: none;
}
.dtab ul.body-tabs.vtabs a {
    margin: 0px;
    padding: 6px 12px; font-size: 14px;
}
.dtab ul.body-tabs{
  margin: 15px 0 0;
}
.dtab .body-tabs-animated .nav-link::before {
    height: 100%;
    top: 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: none;
}
.body-sp{
  background:none; padding: 20px;
}
.r-details ul{
  padding: 0px;
}
.r-details ul li{
  list-style: none
}
.r-details h3 {
    font-size: 18px;
    font-weight: 500;
    color: #296ca9; margin-bottom: 15px;
}
ul.chType {
    padding: 0px;
    list-style: none;
}
ul.chType li {
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(0,0,0,0.03);
    padding: 9px 0;
    box-shadow: none;
}
ul.chType li:hover{
  background: rgba(0, 0, 0, 0.01);
}
a.accordion-toggle.exArrow {
    float: left;
    padding: 1px 10px 0 0;
}
ul.chType li .col-md-12 {
    margin-bottom: 12px;
}
.chr_div input.form-control.sh_amnt {
    border-bottom: 1px dashed #ddd !important;
}
.amstls{
  margin-bottom: 20px;
}
.amstls .widget-numbers span {
    font-size: 22px;
    font-weight: 700;
}

.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left>li {
    margin-right: -1px;
    width: 100%;
}
.tabs-right>li {
  margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
  color:#EB6841;
  cursor: pointer;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
  color:#EB6841;
}
.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.sideways {
  margin-top:50px;
  border: none;
  position: relative;
}
.sideways>li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}
.sideways>li>a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}
.sideways>li.active>a,
.sideways>li.active>a:hover,
.sideways>li.active>a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}
.sideways.tabs-left {
  left: -50px;
}
.sideways.tabs-right {
  right: -50px;
}
.sideways.tabs-right>li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sideways.tabs-left>li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.preview {
    display: block;
    width: 50px;
    height: 50px;
    margin:0px auto 15px;
    box-shadow: none;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(0,0,0,0.01);
    border: 1px solid #eee;
    float: left;
}
.file-upload-wrapper {
    position: absolute;
    z-index: 5;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 0px;
    border-bottom: 0px;
    padding: 7px 0;
    left: 15px;
    width: 50px;
    height: 50px;
    border-radius: 30px;
}
.file-upload-native,
.file-upload-text {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		cursor: pointer;
		color: rgba(255,255,255,0.8);
}

input[type="file"]::-webkit-file-upload-button {
		cursor: pointer;
}

.file-upload-native:focus,
.file-upload-text:focus {
		outline: none;
}

.file-upload-text {
		z-index: 10;
		padding: 5px 15px 8px;
		overflow: hidden;
		font-size: 14px;
		line-height: 1.4;
		cursor: pointer;
		text-align: center;
		letter-spacing: 1px;
		text-overflow: ellipsis;
		border: 0;
		background-color: transparent;
}

.file-upload-native {
		z-index: 15;
		opacity: 0;
}
.usrLgos strong {
display: block;
width: auto;
float: left;
padding: 16px 20px;
}
.tab-content .tab-pane.show {
    display: none !important;
}
.tab-content .tab-pane.show.active {
    display: block !important;
}
#addbranches .tab-content {
    padding: 20px 10px;
    background: rgba(0,0,0,0.01);
    border: 1px solid rgba(0,0,0,0.01);
}
#addbranches button.btn.btn-sm.btn-success {
    margin-right: 5px;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}
/* .seCustomer table th {
    background: rgba(0, 144, 226,0.1);
}
table.dataTable tbody>tr:nth-child(odd){
  background: rgba(0, 144, 226,0.01) !important;
} */


/* tooltips */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* vehicle calendar */
@import "compass/css3";
 .calendar {
	 min-width: 350px;
	 max-width: 100%;
	 padding: 1em;
	 background: #fff;
	 font-family: arial, helvetica, san-serif;
	 box-shadow: 0 0 0.1em rgba(0, 0, 0, 0.5);
	 border-radius: 0.2em;
}
.widget-calendar-search {
  margin-top: 30px;
}

button#vb_calendar {
  margin-top: 0px;
  height: 35px;
  padding: 0px;
}

 .calendar:last-child {
	 border-top: 6px solid red;
}
 .calendar h1 {
	 margin: 0 0 0.4em;
   color:#3f6ad8;
	 font-weight: bold;
}
 .calendar .event {
	 color: #333;
	 display: block;
	 padding: 0.1em;
	 transition: all 0.25s ease;
	 margin-bottom: 0.5em;
}
 .calendar .event:hover {
	 background: #d5d5d5;
	 text-decoration: none;
	 color: black;
}
 .calendar .event_icon {
	 width: 3em;
	 float: left;
	 margin-right: 0.75em;
}
 .calendar .event_month, .calendar .event_day {
	 text-align: center;
}
 .calendar .event_month {
	 padding: 0.1em;
	 margin-bottom: 0.15em;
	 background: #c00000;
	 font-size: 0.75em;
	 color: white;
	 border-top-left-radius: 0.3em;
	 border-top-right-radius: 0.3em;
}
 .calendar .event_day {
	 border: 1px solid #999;
	 background: white;
	 color: black;
	 font-size: 1.25em;
	 font-weight: bold;
	 border-bottom-left-radius: 0.1em;
	 border-bottom-right-radius: 0.1em;
}
 .calendar .event_title {
	 font-size: 1.1em;
	 height: 3em;
	 display: table-cell;
	 vertical-align: middle;
}
 .calendar .btn {
	 margin-top: 0.5em;
	 width: 100%;
	 font-size: 1.5em;
}