body {
    font-size:1rem;
   
}
.header {
    background-color: #000000;
}
.header .toggle-sidebar-btn {
    color:#fff;
}
#footer {
  margin-left: 0px;
}
.login_logo {
    text-align: center;
    margin-bottom: 30px;
}
.btn-primary{
    background-color: #000000;
    border-color: #000000;
}
.btn-secondary {
    color: #fff;
    background-color: #ea8216;
    border-color: #ea8216;
}
table.dataTable {
  width: 100%!important;
}
.footer .copyright {
    text-align: center;
    color: #696969;
    text-align: right;
    margin-right:20px;
}
#no_user {
  margin-left:0px;
  min-height: auto!important;
  background: none;
}

#no_user .container {
    background: #3c3c3c;
    padding: 20px;
    border-radius: 20px;
    max-width: 800px;
  
}
.header-nav .nav-profile, .header-nav .nav-icon {
    color:#ffffff;
}

.form-control {
    -moz-appearance: button;
    appearance: button;
}

#message {
    display:none;
    color: #000;
    position: relative;
    padding: 20px;
    margin-top: 10px;
  }
  
  #message p {
    padding: 10px 5px;
   
  }
  
  /* Add a green text color and a checkmark when the requirements are right */
  .valid {
    color: green;
  }
  
  .valid:before {
    position: relative;
    left: -35px;
    content: "✔";
  }
  
  /* Add a red text color and an "x" icon when the requirements are wrong */
  .invalid {
    color: red;
  }
  
  .invalid:before {
    position: relative;
    left: -35px;
    content: "✖";
  }

  .my-field {
    background-color: rgba(0, 0, 0, 0);
    width: 150px;
    border: 1px solid rgb(204, 204, 204);
    padding: 5px;
    color:#10a5eb;
    cursor: pointer;
  }


.form-control:focus {
    box-shadow: none;
    border-color: #BA68C8
}

.profile-button {
    background: rgb(99, 39, 120);
    box-shadow: none;
    border: none
}

.profile-button:hover {
    background: #682773
}

.profile-button:focus {
    background: #682773;
    box-shadow: none
}

.profile-button:active {
    background: #682773;
    box-shadow: none
}

.back:hover {
    color: #682773;
    cursor: pointer
}
.smallLinkDown {
  font-size:11px;
  color:#888b8f;
}


.card {
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0,0,0,.125);
  border-radius: .25rem;
}
.amount {
  color:#3c3c3c;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1rem;
}

.gutters-sm {
  margin-right: -8px;
  margin-left: -8px;
}

.gutters-sm>.col, .gutters-sm>[class*=col-] {
  padding-right: 8px;
  padding-left: 8px;
}
.mb-3, .my-3 {
  margin-bottom: 1rem!important;
}

.bg-gray-300 {
  background-color: #e2e8f0;
}
.h-100 {
  height: 100%!important;
}
.shadow-none {
  box-shadow: none!important;
}

.main-body .text-info {
 
  color: #b1afaf!important;
  font-weight: bold;
}

.form-control:focus {
  box-shadow: none;
  border-color: #ea8216;
}

.ui-widget-header{
  border: 1px solid #EA8216 !important;
  background: #EA8216 !important;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
  background: #EA8216 !important;
}

.bg-orange, .bg-orange > a {
  color:#fff!important;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
   .modalajax {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url('../images/animated.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modalajax {
    display: block;
}
.green {
  background-color: #2bab0d;
}
.orange {
  background-color: #ea8216;
}
.red {
  background-color: #ff0000;
}

.amountDis {
  color:#535eb3;
}

.amountDis_ts {
  color:#ea8216;
}

hr {
  margin-top: 7px;
  margin-bottom: 7px;
  border: 0;
  border-top: 1px solid #ebebeb;
}

.dark-bg {
  background:#f7f6f4;
}

.right{
  text-align: right;
  float: right;
}
.brand-link {
  display: inline-block;
    width: 100%;
    height: 55px;
}

.floatright .editable-container.editable-inline {
  float:right;
}

.centeraligned {
  text-align: center;
}

/*


.tab-pane .editable-container.editable-inline {
  float:left;
}
*/
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  z-index: 3!important;
  color: #fff!important;
  background: #007bff!important;
  border-color: #007bff!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff!important;
  background: #fff!important;
  border: 1px solid #dee2e6!important;
  float:left;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #fff!important;
  background: #007bff!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  color: #a5a5a5!important;
}
.dataTables_wrapper .dataTables_info {
  color: #007bff!important;
}

button.dt-button, div.dt-button, a.dt-button {
    color: #fff;
    background: #007bff;
    box-shadow: none;
    border: none;
}

button.dt-button:hover, div.dt-button:hover, a.dt-button:hover {
  color: #fff;
  background: #0069d9!important;
  box-shadow: none!important;
  border: none!important;
}

.dataTables_filter input {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.main-sidebar {
  height: 100vh!important;
  overflow-y: hidden;
  z-index: 1038;
  position: fixed!important;
    top: 0;
    bottom: 0;
}
.table a {
  color:#000000;
}
.table .btn-group a {
  color:#ffffff!important;
}

.table a:hover {
  color:#007bff;
}
.small_table .dataTables_wrapper .dataTables_paginate .paginate_button {
  position: relative;
  display: block;
  padding:  0.25rem 0.5rem!important;
  margin-left: -1px;
  line-height: 1.25;
  float: left;
}

@media screen and (min-width:1300px) and (max-width:3900px){
  .autoComplete_wrapper>input {
    width:1000px!important;
  }
}


@media screen and (min-width:800px) and (max-width:1299px){
  .autoComplete_wrapper>input {
    width:700px!important;
  }
}

@media screen and (min-width:600px) and (max-width:800px){
  .autoComplete_wrapper>input {
    width:500px!important;
  }
}

@media screen and (min-width:400px) and (max-width:600px){
  .autoComplete_wrapper>input {
    width:300px!important;
  }
}


.navbar-light .btn-navbar, .navbar-light .form-control-navbar {
   background-color: #fff!important; 
  border-color: #fff!important; 
}

.gridright{
  text-align: right;
}

.gridright2{
  text-align: right;
  display: block;
}

.modal-backdrop {
    z-index: 500;
}

.modal-dialog {
  max-width: 1000px;
}

.modal{
  top: 40px;
}

.dataTables_wrapper .dataTables_info{
  font-size: 0.9rem;
  color: #a5a5a5 !important;
}