.div-table {
    display: table;
    width: fit-content;
    border-spacing: 5px; /* cellspacing:poor IE support for  this */
}
.div-table-row {
    display: table-row;
    width: auto;
    clear: both;
}
.div-table-col {
    float: left;
    display: table-column;
    width: 200px;
    padding-right: 15px;
}
.div-table-col-input {
    float: left;
    display: table-column;
    width: 400px;
    padding-right: 15px;
}
.div-table-col-searchbtt {
    float: left;
    display: table-column;
    width: 100px;
    padding-right: 15px;
}
#sidenav-main{
    background-color: #ffffff !important;
}
.light-bold {
    font-weight: 500;
}
.bold {
    font-weight: bold;
}

.edit-details {
    width: 156px;
}

.popup{
    width: 400px;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.1);
    text-align: center;
    padding: 0 30px 60px;
    color: #333;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.open-popup{
    visibility: visible;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
}

.popup img{
    width: 100px;
    margin-top: -50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.popup h2{
    font-size: 38px;
    font-weight: 500;
    margin: 30px 0 10px;
}

.popup button{
    width: 100%;
    margin-top: 50px;
    padding: 10px 0;
    background-color: #e02189;
    color: #fff;
    border: 0;
    outline: none;
    font-size: 18px;
    border-radius: 4px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}

#dataSaved {
    background-color: aliceblue;
    padding: 10px;
    text-align: center;
    width: 100%;
    border: 1px solid;
    margin-bottom: 10px;
}

#showhidepassword {
    cursor: pointer;
}

.txtcenter {
    text-align: center;
}

#userSearch {
    padding-top: 10px;
}

.form-control-search {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d2d6da;
    appearance: none;
    border-radius: 0.5rem;
    transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

.error-list-login {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.inputErrorMsg {
	color: red;
}

.error-list-login li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.error-list-login li:before {
	    list-style: none;
    list-style-type: none;
    content: "!";
    padding-right: 5px;
    color: red;
    font-size: 20px;
    font-weight: bold;
    top: 0;
    vertical-align: top;
    margin: 0px;
}

.extra-small-table-col {
    width:100px;
    min-height: 40px;
}

.bg-gradient-primary {
    background-image: linear-gradient(310deg, #f5ebba 0%, #faa71a 100%);
}

.navbar-vertical .navbar-nav>.nav-item .nav-link.active .icon {
    background-image: linear-gradient(310deg, #f5ebba 0%, #faa71a 100%);
}

.bg-gray-100 {
    background-color: #c9cdd1 !important;
}

.navbar-vertical .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 500;
    color: #000000;
}

.sidenav-header {
    height: 8.875rem;
    text-align: center;
}

.navbar-vertical .navbar-brand>img, .navbar-vertical .navbar-brand-img {
    max-width: 100%;
    max-height: 5rem;
}

.text-xsx {
    font-size: 0.65rem !important;
}

.navbar-brand {
    font-size:1.5rem;
}

.navbar-vertical.navbar-expand-xs .navbar-collapse {
    display: block;
    overflow: auto;
    height: auto;
}

.buttonholder {
    width:350px;
}

thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    padding-bottom: 3px;
    padding-top: 3px;
}

table.cardActivityTable tr:hover {
    background-color: #adadad;
    color: #FFF;
}

table.cardActivityTable svg{
    filter: invert(46%) sepia(5%) saturate(1855%) hue-rotate(182deg) brightness(95%) contrast(85%);
}

table.cardActivityTable tr:hover svg {
    filter: invert(99%) sepia(92%) saturate(1%) hue-rotate(199deg) brightness(107%) contrast(100%);
}

.rightAlign {
    text-align: right;
}

.indentForm {
    clear: both;
}

.allononeline {
    white-space: nowrap;
}


.balancesBox {
    width: 100%;
    text-align: center;
}

.balancesBoxLeft {
    text-align: right;
    padding-right: 10px;
}

.balancesBoxRight {
    text-align: left;
}

.div-table-col-balance {
    float: left;
    display: table-column;
    width: 200px;
    padding-right: 15px;
}

.showHideContents {
    cursor: pointer;
}

.showmoreresults {
    text-align: right;
    font-weight: bold;
    cursor: pointer;
}

.showmoreresultsCount, .showmoreresultsCurrCount, .carNumber {
    display: none;
}

.updating {
    border: 1px solid;
    width: max-content;
    background-color: #FFA600;
    color: #fff;
}

.updating:hover {
    width: max-content;
    background-color: #FFA600;
    color: #fff;
}

.updated_message {
    border: 1px solid;
    width: max-content;
    background-color: #3db102;
    color: #fff;
}

.updated_message:hover {
    width: max-content;
    background-color: #3db102;
    color: #fff;
}

.leftlabel {
    padding-top: 8px;
}

.activity_line_break{
    border-bottom: 1px solid #ccc;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #17ad37;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

