body{
    font-size: 13px;
}
.fade-5{
    opacity: 0.5;
}

.text-white{
    color: #fff !important;
}
.icon-lg{
   font-size: 4.68em;
}

.form-control{
    font-size: 13px !important;
}
#align-center{
    text-align: center;
}

#align-right{
    text-align: right;
}
.navbar .navbar-brand img{
    max-width: 130px;
}
.table td, .table th{
     vertical-align: middle;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f8f9fa;
}

.dropdown-item{
    font-weight: 300;
}
#dropdown-top{
    min-width:15vw!important;border-radius:.25rem !important;background-clip: padding-box;border: 1px solid rgba(0,0,0,.15);

}
.dropdown-menu{
    font-size: 14px;
}
.menutoggle {
    background: #ff2400;
    border-radius: 50%;
    color: #fff !important;
    cursor: pointer;
    font-size: 14px;
    height: 24px;
    line-height: 26px;
    margin: 8px 10px 0 -48px;
    text-align: center;
    width: 24px;
}
.chosen-container-single .chosen-single{
    height: calc(2.25rem + 2px) !important;
    line-height: 2.25rem !important;
}
.chosen-container-single .chosen-single div{
    top: 7px !important;
}


.badge{
    font-size: 12px;
    font-weight: 400;
}

.calendarbadge{
    font-size: 15px;
}

#fixedfooter{
    background-color:  rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0.25em 0 rgba(0, 0, 0, 0.15);
    font-weight: 300;
    font-size: 12px;
    height: 3.25em;
    letter-spacing: 0.25em;
    line-height: 3.25em;
    margin: 0 auto;
    position: fixed;
    text-transform: uppercase;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    color: black;
}

@media (max-width: 600px) {
    #dropdown-top{
        min-width: 80vw !important;
    }
}
@media (max-width: 600px) {
    .right-panel .content #bootstrap-data-table_wrapper .table td, .right-panel .content #bootstrap-data-table_wrapper .table th{
        padding: .75rem !important;
    }
}
.card-body::-webkit-scrollbar {
  display: none;
}
a#external[target="_blank"]:after {
    margin: 0 3px 0 5px;
    vertical-align:top;
    color: black;
    font-size: 10px;
    font-family: 'FontAwesome';
    content: " \f08e";
}
.bg-darkX{
    background: url(../images/bg-2.jpg);
    width: calc(100% - 560px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.bg-whiteX{
    background: white;
}
@media only screen and (max-width: 768px) {
    .bg-darkX{
        display:none;
    }
    .bg-whiteX{background: url(../images/mb3.jpg);
        background-repeat:no-repeat;
        background-size:cover;
        background-position-y:top;
        background-position-x: center;
    }
}
.AccessInput {
    padding: 1.5rem !important;
}
.form-controlX {
    display: block;
    width: 100%;
    height: calc(2rem + 2px);
    padding: .375rem .75rem;
    font-size: 15px !important;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}            

.bg-grey{background-color: #7ab800;}

.bg-dark{background: url(../images/bg-1.jpg);background-repeat:no-repeat;background-size:cover;background-position-y:top;background-position-x: center; }

@media only screen and (max-width: 768px) {
    .bg-dark{background: url(../images/mb1.jpg);background-repeat:no-repeat;background-size:auto;background-position-y:top;background-position-x: center; }
}

.footerX{
    position: unset;
    height:200px;
    bottom: 0;
}
.fixedfooter{
    position: absolute;
    bottom: 0;
    right: 1px;
    padding: 1em;
    background: rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgb(0 0 0 / 15%);
    border-top: 1px solid rgba(0,0,0,0.15);
    width: 100%;
    text-align: center;
}

.login-form{
    background: rgba(0,0,0,0.2) !important;
}
.login-content{
    max-width: 450px !important;
}

.login-form .btn-sm{
    line-height:1;
}
.login-form{
    border-radius: 5px !important;
    margin: 0 auto;
    width: 90%;
}

.login-form .btn{
    width: 50% !important;
}

.login-logo img{
    width: 60%;
}

#add_err{
    padding: 10px 1px;
}
sup {
    top: -.9em;
    font-size: 12px;
}

header .form-inline .search-form button{
    z-index: 9999;
}

.typeahead-field input, .typeahead-select{
    height: 5em !important;
    border: transparent !important;
    line-height: auto;
    background: transparent !important;
}

.typeahead-container .typeahead-field input{
    color: white;
    font-weight: 400;
}

.typeahead-dropdown, .typeahead-list{
    width: 30vw !important;
    margin: 0px !important;
}
@media only screen and (max-width: 768px) {
    .typeahead-dropdown, .typeahead-list{
        width: 100% !important;
        min-width: 160px !important;
        margin: 0px !important;
    }
}

.typeahead-name{
    text-transform: uppercase;
}

/*timeline*/
p{text-align: justify;}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 800px;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  /*left: 50%;*/
  margin-left: -3px;
}

/* Container around content */
.containerX {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  /*width: 50%;*/
}

/* The circles on the timeline */
.containerX::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  right: -17px;
  background-color: white;
  border: 4px solid #10bd38;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 0;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
    left: -10px;
    margin-top: 7px;
}

/* The actual content */
.contentX {
  padding: 10px 15px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }
  
  /* Full-width containers */
  .containerX {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
      font-size: 12px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .containerX::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
      left: 21px;
      margin-top: 8px;
  }
  
  /* Make all right containers behave like the left ones */
  .right {
  left: 0%;
  }
}


/*3D Button*/

.buttonX::before, .buttonX::after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.buttonX {
  display: inline-block;
  padding: 15px 15px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  vertical-align: middle;
  text-decoration: none;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #94fc13;
}
.buttonX::before {
  bottom: -15px;
  height: 15px;
  width: 100%;
  left: 8px;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  background-color: #3ba729;
}
.buttonX::after {
  right: -15px;
  height: 100%;
  width: 15px;
  bottom: -8px;
  -webkit-transform: skewY(45deg);
          transform: skewY(45deg);
  background-color: #3ba729;
}
.buttonX:active {
  margin-left: 10px;
  margin-top: 10px;
}
.buttonX:active::before {
  bottom: -5px;
  height: 5px;
  left: 3px;
}
.buttonX:active::after {
  right: -5px;
  width: 5px;
  bottom: -3px;
}

#data-widget{
    padding:6% !important;
}

a.disabled{
    pointer-events: none;
    cursor: default;
}

.list-group-item{display: inline-block;margin-bottom:0;}
.list-group-item:first-child{border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0rem;}
.list-group-item:last-child{border-bottom-right-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;}
@media (max-width: 600px) {
    #userinfo-tab{flex-wrap: nowrap;overflow: scroll;}
    #BillingInformationNew>div.dataTables_wrapper div.dataTables_filter input{width:100%;margin-left:0;}
    #BillingInformationNew>div.dataTables_wrapper div.dataTables_filter label{width:100%;}
}
@media (max-width: 600px) {
    .table-scrollX{
        display:block;
        overflow: scroll;
    }
}
.right-panel .page-header .breadcrumb{text-transform: inherit;}
.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu{
    right: -260px;
    padding-left: 10px;
    top: 16px!important;
}
.dropdown-menu{min-width: 15rem;z-index: 1040;}

footer {
    position: fixed;
    bottom:0;
    background: rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(0,0,0,0.15);
    height: 3em;
    line-height: 3em;
    width: 100%;
    text-align: center;
    z-index: 1;
    box-shadow: 0 1px 1px rgb(0 0 0 / 15%);
}