body {
  background-color: #fafafa;
  font-family: "Red Hat Display", sans-serif;
}

.modal-content {
  border-radius: 20px;
}

.bootstrap-dialog.type-primary .modal-header {
  background-color: #1dacbb;
  border-radius: 15px 15px 0 0;
  color: white;
}

.modal-title {
  font-size: 14px;
  margin-left: 10px;
}

.close {
  color: white;
}

.close:hover {
  color: #1dacbb;
}

.modal-body {
  padding: 0;
}

/*TABS STYLE*/
.tabs {
  display: flex;
  justify-content: space-between;
  background-color: #e7e7e7;
}

.tabs-2{
  display: flex;
  justify-content: space-evenly;
  background-color: #e7e7e7;
}

.tabs-2 input[type="radio"]:checked + label {
  color: #1dacbb;
  font-weight: 600;
  background-color: white;
}

.tab-item {
  display: none;
}

.radio-inline {
  display: inline-block;
  color: #3c3c3c;
  font-weight: 500;
  padding: 15px 50px;
}
.radio-inline {
    padding-left: 10px;
}

.tabs input[type="radio"]:checked + label {
  color: #1dacbb;
  font-weight: 600;
  background-color: white;
}

/*FORM STYLE*/

.form-group {
  padding: 0px 30px;
  margin-bottom: 0px
}


.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.control-label {
  color: #3c3c3c;
  margin-bottom: 8px;
  margin-right: 8px;
}

.control-label-radio {
  color: #3c3c3c;
  margin-bottom: 8px;
  font-weight: 400;
  margin-right: 8px;
}

.form-group-sm select.form-control {
  border: none;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1);
  height: 40px;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-right: 5px;
}

fieldset{
    padding-top: 1%;
    padding-bottom: 1%;
}
.form-input-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 30px;
    margin-bottom: 0px;
}

.form-input-group-no-padding {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0px 0px;
    margin-bottom: 0px;
}

.form-horizontal .control-label {
    text-align: left;
    margin-bottom: 0;
    padding-top: 11px;
    
}
.form-horizontal .form-group-sm .control-label {
    color: #3c3c3c;
}

input[type="checkbox"] {
    margin: 4px 0 20px;
}
.form-radio-group {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  margin-right: 30px;
}

.input-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0px 15px 0 0;
}

.form-input-group input.form-control {
  height: 40px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-radius: 5px;
  
}

.form-group input.form-control {
  height: 40px;
  border-radius: 5px;
  margin-bottom: 20px;
}

label.required {
  color: #1dacbb;
}
.form-horizontal .form-group-sm .control-label.required {
    color: #1dacbb;
}

.has-error{
    color:red;
    font-size: 10px;
}

.form-group textarea.form-control {
  margin-bottom: 20px;
}

.modal-dg {
  margin-bottom: 20px;
  margin-left: 15px;
  border: none;
  background-color: #1dacbb;
  height: 30px;
  width: 30px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
}

.form-check {
  margin-left: 10px;
}

.btn-primary {
  background-color: #1dacbb;
  border-radius: 5px;
  border: none;
}

.btn-dialog-confirm{
    background-color: #1dacbb;
  border-radius: 5px;
  border: none;
  color:#FFFFFF;
}
.btn-dialog-cancel{
    background-color: #222222;
  border-radius: 5px;
  border: none;
  color:#FFFFFF;
}

.confirm-dialog-body{
    padding: 15px;
}

.btn-danger {
    color: #ffffff;
    background-color: #505050;
    border-color: transparent;
    border-radius: 5px;
}

.glyphicon-remove{
    color:#ff0000;
}


.btn-success {
    border-radius: 5px;
}

.btn-default {
    border-radius: 5px;
}

.btn-print{
    margin-bottom: 10px;
    margin-top: 10px;
}
.modal-footer {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.table-in-dialog{
   margin: 1% 1%;
   width:98%;
}

.table-title-header{
    
    background-color: #505050;
    
    color: white;
}

.modal-footer-text {
  margin-right: 15px;
  font-style: italic;
  font-weight: 300;
  color: #505050;
}

/**********/
.login {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  align-items: center;
}

.logo {
  height: 250px;
  object-fit: contain;
}

.login-box {
  width: 30%;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  padding: 30px 15px;
  margin-top: 20px;
}

.login-input {
  background-color: #f4f4f4;
  height: 40px;
  border-radius: 10px;
  border: none;
  margin-bottom: 10px;
  padding: 10px 20px 10px 40px;
  color: #3b3b3b;
}

::placeholder {
  color: #8a8a8a;
}

#username {
  background-image: url("../images/user.png");
  background-position: 15px 10px;
  background-repeat: no-repeat;
  background-size: 15px;
}

#password {
  background-image: url("../images/password.png");
  background-position: 15px 10px;
  background-repeat: no-repeat;
  background-size: 15px;
}

.dropdown-login {
  background-color: #f4f4f4;
  width: 100%;
  border: none;
  text-align: left;
  color: #3b3b3b;
  height: 40px;
  background-image: url("../images/location.png");
  background-position: 15px 12px;
  background-repeat: no-repeat;
  background-size: 18px;
  padding: 10px 20px 10px 40px;
}

.dropdown-login:hover {
  background-color: #f4f4f4;
  color: #3b3b3b;
  box-shadow: 0px 0px 6px 0px rgba(29, 172, 187, 0.3);
}

.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #3b3b3b;
  background-color: #f4f4f4;
  box-shadow: 0px 0px 6px 0px rgba(29, 172, 187, 0.3);
  background-image: url("./images/location.png");
}

.open > .dropdown-toggle.btn-primary {
  color: #3b3b3b;
  background-color: #f4f4f4;
}

.dropdown-menu {
  border: none;
  border-radius: 10px;
}

.checkbox-login {
  color: #8a8a8a;
  font-size: 14px;
  margin-bottom: 30px;
}

.login-btn {
  border: none;
  height: 50px;
  border-radius: 10px;
  background: linear-gradient(180deg, #1dacbb 0%, #03889d 100%);
  color: white;
  font-weight: 600;
  overflow: hidden;
  transition: all 400ms ease;
}

.login-btn:hover {
  background: linear-gradient(180deg, #ffd300 0%, #ffa300 100%);
  color: #3b3b3b;
  font-weight: 700;
}


.table>tbody>tr>td{
        vertical-align: middle;
}

.container {
  /*padding: 2px 16px;
  margin-right: 100px;*/
    margin-left: 10%;
} 
.card {
  display: flex;
  align-items: center;
  position: relative;
}

.card_img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  width: 250px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}


.card_img {
  height: 90%;
  width: 100%;
  object-fit: contain;
}

.card_no-img {
  height: 40px;
}

.card_info {
  margin-left: 30px;
}

.card_info-long {
  display: flex;
}

.card_title {
  color: #7e7e7e;
  font-weight: 400;
  margin-bottom: 2px;
}

.card_text {
  font-weight: 500;
}

.card_description {
   width: 200px;
  margin-right: 15px;
}

.card_sub {
  margin-right: 25px;
}

.card_menu {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 25px;
}


/*body {
    background-color: #FAFAFA;
    font-family: 'Red Hat Display', sans-serif;
}*/


/*NAVIGATION BAR STYLE*/
.header {
/*    background-color: white;*/
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.1);
    padding: 18px 25px;
    align-items: center;
    border: none;
}

/*NAVIGATION BAR LOGO AND LOCATION STYLE*/
#otogrip-logo {
    object-fit: contain;
    width: fit-content;
    border: none;
}

.nav_text {
    display: flex;
    align-items: center;
    color: rgb(124, 124, 124);
    margin-top: 10px;
    margin-right: 20px;
    font-size: 15px;
    position: relative;
    border-right: solid 2px rgb(124, 124, 124);
    padding-right: 20px;
}

/*RIGHT NAVIGATION SIDE STYLE*/
.navbar-default .navbar-nav>li>a {
    font-weight: 500;
    color: #3C3C3C;
    font-size: 15px;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #3C3C3C;
    background-color: transparent;
}

.nav_icon {
    height: 20px;
    object-fit: contain;
    margin-left: 0px;
} 

/*MODULE SECTION*/

.title {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 700;
    font-size: 23px;
    margin-top: 40px;
}

.list {
    width: 850px;
}

.module_row {
    margin-bottom: 30px;
}

.module {
    margin-bottom: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.modal .close {
    color: #333333;
}
.module_item {
    background: #FFFFFF;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 90px;
    width: 90px;
}

.module_icon {
    object-fit: contain;
    height: 100%;
}

.module_icon--top {
    object-fit: contain;
    height: 100%;
    position: absolute;
    left: 7.5px;
    transition: all 0.3s ease;
    opacity: 0;
}

.module_icon--top:hover {
    opacity: 1;
    background-color: white;
    border-radius: 10px;
}

.module_text {
    margin-top: 8px;
    font-size: 14px;
    text-align: center;
     color: #000000;
}

.module_text:hover{
    text-decoration: none;
    color: #1DACBB;
}



/*
tabular
*/

body {
  background-color: #fafafa;
  font-family: "Red Hat Display", sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Red Hat Display", sans-serif;
}

/*NAVIGATION BAR STYLE*/
.header {
  background-color: white;
  border-radius: 0 0 20px 20px;
  box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.1);
  padding: 18px 25px;
  align-items: center;
  border: none;
}

/*NAVIGATION BAR LOGO AND LOCATION STYLE*/
#otogrip-logo {
  object-fit: contain;
  width: fit-content;
  border: none;
}

.nav_text {
  display: flex;
  align-items: center;
  color: rgb(124, 124, 124);
  margin-top: 10px;
  margin-right: 20px;
  font-size: 15px;
  position: relative;
  border-right: solid 2px rgb(124, 124, 124);
  padding-right: 20px;
}

/*RIGHT NAVIGATION SIDE STYLE*/
.navbar-default .navbar-nav > li > a {
  font-weight: 500;
  color: #3c3c3c;
  font-size: 15px;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #3c3c3c;
  background-color: transparent;
}

.nav_icon {
  height: 20px;
  object-fit: contain;
  margin-left: 0px;
}

/*FLOATING MENU STYLE*/

.floating-menu {
  border-radius: 100px;
  font-size: 11px;
  z-index: 999;
  left: 0;
  position: fixed;
  display: inline-block;
  top: 35%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 15px;
  margin-top: 60px;
}

.main-menu {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.main-menu li a {
  display: block;
  padding: 10px;
  color: #fff;
  border-radius: 20px;
  position: relative;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.main-menu li a:hover {
  background: rgba(244, 244, 244, 0.3);
  text-decoration: none;
}

.menu-bg {
  background-color: #1dacbb;
  background-repeat: repeat-x;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1);
}

.ripple {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.ripple:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform 0.5s, opacity 1s;
}

.ripple:active:after {
  transform: scale(0, 0);
  opacity: 0.2;
  transition: 0s;
}

.menu_icons {
  height: 30px;
  margin-top:  10px;
}

.menu_icons--dashboard {
  height: 18px;
  margin: 9px 5px;
}

/*TITLE BAR STYLE*/
#title_bar {
  width: auto;
}
/*
.btn-toolbar {
  margin-left: 100px;
  margin-right: 20px;
}
*/

.btn-info {
  background-color: #1dacbb;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  border-radius: 5px;
}

.btn-info:hover {
  background-color: #1894a0;
}

.btn-info:focus {
  background-color: #1894a0;
  border: none;
}

.glyphicon {
  
    height: 12px;
    top: 3px;
/*    margin-right: 5px;*/
}

/*TABLE SECTION*/

/*Margins to the header and table*/
/*
.fixed-table-toolbar {
  margin-left: 100px;
  margin-right: 20px;
}


.fixed-table-container {
  margin-left: 100px;
  margin-right: 20px;
}

*/
/*Buttons and filters before header*/

.glyphicon-icon {
  height: 18px;
  top: -1px;
  margin-right: 5px;
}

.form-inline {
  font-size: 12px;
}

.input-sm {
  height: 40px;
  border-radius: 5px;
}

.bootstrap-tagsinput,
button.btn.dropdown-toggle.btn-sm {
  border: none;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1);
  height: 40px;
  border-radius: 5px;
}



.fixed-table-toolbar .btn-group > .btn-group {
  margin-left: auto;
  margin-right: 7px;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 5px;
}

.fixed-table-toolbar .btn-group > .btn-group:last-child > .btn {
  border-radius: 5px;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-radius: 5px;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  color: #3c3c3c;
}

.fixed-table-toolbar .btn-group > .btn-group:first-child > .btn {
  border-radius: 5px;
}

/*Header area*/
#table-sticky-header {
  background-color: #e3e3e3;
}

/*Sort button*/
.fixed-table-container thead th .both {
  background-image: url(../images/sort.png);
  background-size: auto 15px;
}

/*Table area*/

.table {
  font-size: 14px;
}

.table-striped {
  background-color: rgb(233, 233, 233);
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #1dabbb70;
}

.table th,
.table td {
  border-top: none !important;
  border-left: none !important;
}

.fixed-table-container {
  border: 0px;
}
.table th {
  border-bottom: none !important;
}
.table:last-child {
  border: none !important;
}

.glyphicon-picture {
  height: 25px;
}

.glyphicon-menu {
  height: 20px;
  margin-left: 5px;
}

/*Table pagination*/

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}


.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}



.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.dropdown-toggle {
  white-space: nowrap;

}





.dropleft {
  .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    border: none;
    border-radius: 10px;
    padding: 10px 0;
    
  }

}

#mode_form {
  background-color: transparent;
  border: none;
}

.top-panel {
  border-radius: 10px 10px 0 0;
  background-color: #e3e3e3;
  margin-bottom: 10px;
}

.register-btn {
  background-color: #505050;
  border-radius: 5px;
  border: none;
}

.register-imp {
  background-color: #1dacbb;
  border-radius: 5px;
  border: none;
}

.register-imp:hover {
  background-color: #19919e;
}

#register th {
  background-color: #e3e3e3;
  color: #3c3c3c;
  text-align: left;
  padding-left: 10px;
}

#register td {
  background-color: transparent;
  padding: 15px 0;
}

.alert-info {
  background-color: #1dacbb;
}

#overall_sale {
  background-color: white;
  border: none;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  /*margin-left: 8px;*/
}

.receipt-btn {
  border-radius: 5px;
  background: linear-gradient(180deg, #ffd300 0%, #ffa300 100%);
  color: #3c3c3c;
}

#sale_totals {
  border-top: 2px solid #bbbbbb;
}

.sales_table_100 {
  margin-bottom: 10px;
}

.sales-th {
  font-weight: 600;
  padding-top: 4px;
}

.top {
  padding-top: 10px;
}

.bold {
  font-weight: 800;
}

.highlight {
  color: #1dacbb;
}

/*ITEMS SECTION*/

#register {
  border-collapse: separate;
  border-spacing: 0 10px;
}

.cart-box {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.cart-info {
  text-align: left;
  margin-left: 5px;
}

.item-description {
  color: #787878;
  font-size: 12;
  text-align: left;
}

.form-control {
  border-radius: 5px;
  border: 2px solid #e4e4e4;
  background: #fff;
}

.cart-input {
  border-radius: 5px;
  border: 2px solid #e4e4e4;
  background: #fff;
  height: 30px;
  width: 90%;
  padding-left: 4px;
}

.vehicle {
  padding: 0;
}

a {
    color: #1dacbb;
}

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

.btn-warning{
     border-radius: 5px;
}

.payment-section {
    background-color: white;
    border-radius: 10px;
}

.vbuttons {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.vehicle-btn {
    display: flex;
    background: #ffffff;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    align-items: center;
    position: relative;
    height: 65px;
    width: 65px;
    border: none;
}

.vehicle-icon {
    object-fit: contain;
    height: 100%;
}

.vehicle-icon-top {
    object-fit: contain;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease;
    left: 1;
    background-color: white;
    border-radius: 5px;
}

.vehicle-icon-top:hover {
  opacity: 1;
}

#footer{
    position: inherit;
}

.menu {
  filter: url("#shadowed-goo");
}

.menu-item, .menu-open-button {
  background: #1dacbb00;
  border-radius: 20%;
  width: 60px;
  height: 60px;
  margin-left: -40px;
  position: absolute;
  top: 40px;
  color: #1dacbb;
  text-align: center;
  font-size: 11px;
  transform: translate3d(0, 0, 0);
  transition: transform ease-out 200ms;
  
}



.menu-open {
  display: none;
}

.menu-list-icon{
    font-size:25px;
    vertical-align: -webkit-baseline-middle;
        height: 3em;
    
}


.menu {
  position: absolute;
  left: 5%;
  margin-left: -190px;
  padding-top: 20px;
  padding-left: 190px;
  width: 100px;
  height: 250px;
  box-sizing: border-box;
  font-size: 20px;
  text-align: left;
}

.menu-open:checked ~.menu-item:nth-child(3):hover {
  background: linear-gradient(180deg, #ffd300 0%, #ffa300 100%);
  color: white;
}
.menu-open:checked ~.menu-item:nth-child(4):hover {
  background: linear-gradient(180deg, #ffd300 0%, #ffa300 100%);
  color: white;
}
.menu-open:checked ~.menu-item:nth-child(5):hover {
  background: linear-gradient(180deg, #ffd300 0%, #ffa300 100%);
  color: white;
}
.menu-open:checked ~.menu-item:nth-child(6):hover {
  background: linear-gradient(180deg, #ffd300 0%, #ffa300 100%);
  color: white;
}
.menu-open:checked ~.menu-item:nth-child(7):hover {
  background: linear-gradient(180deg, #ffd300 0%, #ffa300 100%);
  color: white;
}
.menu-open:checked ~.menu-item:nth-child(8):hover {
  background: linear-gradient(180deg, #ffd300 0%, #ffa300 100%);
  color: white;
}

.menu-item:nth-child(3) {
  transition-duration: 70ms;
  color:#1dacbb00;
}
.menu-item:nth-child(4) {
  transition-duration: 130ms;
  color:#1dacbb00;
}
.menu-item:nth-child(5) {
  transition-duration: 190ms;
  color:#1dacbb00;
}
.menu-item:nth-child(6) {
  transition-duration: 250ms;
  color:#1dacbb00;
}
.menu-item:nth-child(7) {
  transition-duration: 310ms;
  color:#1dacbb00;
}
.menu-item:nth-child(8) {
  transition-duration: 310ms;
  color:#1dacbb00;
}
.menu-item:nth-child(9) {
  transition-duration: 310ms;
  color:#1dacbb00;
  
}


.menu-open-button {
  z-index: 4000;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 400ms;
  transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  cursor: pointer;
}

.menu-open-button:hover {
  transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}


.menu-open:checked + .menu-open-button {
  transition-timing-function: linear;
  transition-duration: 200ms;
  transform: scale(0.5, 0.5) translate3d(0, 0, 0);
}

.menu-open:checked ~ .menu-item {
  transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
}
.menu-open:checked ~ .menu-item:nth-child(3) {
  transition-duration: 160ms;
  transform: translate3d(0, 110%, 0);
 
  color: white;
    background: #1dacbb;
}
.menu-open:checked ~ .menu-item:nth-child(4) {
  transition-duration: 240ms;
  transform: translate3d(0, 220%, 0);
  
  color: white;
    background: #1dacbb;
}
.menu-open:checked ~ .menu-item:nth-child(5) {
  transition-duration: 320ms;
  transform: translate3d(0, 330%, 0);
  
  color: white;
    background: #1dacbb;
}
.menu-open:checked ~ .menu-item:nth-child(6) {
  transition-duration: 400ms;
  transform: translate3d(0, 440%, 0);
  
  color: white;
    background: #1dacbb;
}
.menu-open:checked ~ .menu-item:nth-child(7) {
  transition-duration: 480ms;
  transform: translate3d(0, 550%, 0);
  
  color: white;
    background: #1dacbb;
}

.menu-open:checked ~ .menu-item:nth-child(8) {
  transition-duration: 480ms;
  transform: translate3d(0, 660%, 0);
  
  color: white;
    background: #1dacbb;
}

.panel-primary > .panel-heading {
  background-color: #1dacbb;
  border: none;
  border-radius: 10px 10px 0 0;
}

.panel-primary {
  border: none;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-radius: 0 0 10px 10px;
}

#config_wrapper {
  background-color: white;
  margin-top: 30px;
  padding: 20px 20px 20px 0;
  border-radius: 20px;
}

.input-group-row {
  flex-direction: row;
}

.input-group-addon-row:first-child {
  width: auto;
  border: none;
  border-radius: 5px;
  margin-right: 5px;
}

.form-horizontal-row .form-group-row {
  display: flex;
  margin-bottom: 10px;
}

.nav-tabs {
  border-bottom: 1.5px solid #dddddd;
}

.nav-tabs > li > a {
  color: #3b3b3b;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-radius: 10px 10px 0px 0px;
  background: #1dacbb;
  color: white;
  font-weight: 600;
}

.nav-tabs > li > a:hover {
  border-radius: 10px 10px 0px 0px;
  background: #1dabbb7d;
}

.colorpicker{
    right:auto;
}
.input-group-addon-row:last-child{
    width:auto;
}

[data-tooltip] {
        display: inline-block;
        position: relative;
        cursor: help;
        padding: 4px;
    }
    /* Tooltip styling */
    [data-tooltip]:before {
        content: attr(data-tooltip);
        color:white;
        display: none;
        position: absolute;
        background: #1dacbb;
        color: #fff;
        padding: 4px 8px;
        font-size: 14px;
        line-height: 1.4;
        min-width: 200px;
        text-align: center;
        border-radius: 4px;
        float: left;
    }
    /* Dynamic horizontal centering */
    [data-tooltip-position="top"]:before,
    [data-tooltip-position="bottom"]:before {
        left: 50%;
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    /* Dynamic vertical centering */
    [data-tooltip-position="right"]:before{
        top: 50%;
       
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    [data-tooltip-position="right"]:before {
        left: 100%;
        margin-left: 6px;
    }
    

    /* Tooltip arrow styling/placement */
    [data-tooltip]:after {
        content: '';
        display: none;
        position: absolute;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        
    }
    /* Dynamic horizontal centering for the tooltip */
    
    [data-tooltip-position="right"]:after
    {
        top: 50%;
        margin-top: -6px;
    }
    
    [data-tooltip-position="right"]:after {
        left: 100%;
        border-width: 6px 6px 6px 0;
        border-right-color: #000;
    }
    
    /* Show the tooltip when hovering */
    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after {
        display: block;
        z-index: 50;
    }

    .badge {
    padding: 1px 9px 2px;
    font-size: 12.025px;
    font-weight: bold;
    white-space: nowrap;
    color: #ffffff;
    background-color: #70b9c5;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}
.badge:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.badge-error {
    background-color: #b94a48;
}
.badge-error:hover {
    background-color: #953b39;
}
.badge-warning {
    background-color: #f89406;
}
.badge-warning:hover {
    background-color: #c67605;
}
.badge-success {
    background-color: #5cc45e;
}
.badge-success:hover {
    background-color: #356635;
}
.badge-info {
    background-color: #3a87ad;
}
.badge-info:hover {
    background-color: #2d6987;
}
.badge-inverse {
    background-color: #333333;
}
.badge-inverse:hover {
    background-color: #1a1a1a;
}

.table_due_payments{
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 5%;
    width: 90%;
}

.table_open_tickets{
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 1%;
    width: 98%;
}

.signature-container {
    width: 740px; /* Set width of the container */
    margin: 0 auto; /* Center align the container */
    border: 2px solid #333; /* Add border with desired color */
    padding: 10px; /* Add padding for better visualization */
}

/* Adjust canvas size */
.signature-pad {
    width: 100%;
    height: auto;
    border: 1px solid #ddd; /* Add border color for the canvas */
}

.table-container {
    width: 80%;
    display: flex;
    justify-content: center; /* Horizontal centering */
    margin: 10px auto;
}

#table_holder{
    padding: 0 20px;
}

.fa fa-unlock{
    color: green;
}

.fa fa-lock{
    color: red;
}

#customer-title{
    height: auto;
}