
/* body {
  background-image: url("../images/logo.png")!important;
  background-size: 350px 350px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
} */

body {
    font-family: "Arial";
}


.btn-sm-custom, .btn-group-sm-custom>.btn {
    padding: 0.2rem 0.2rem;
    font-size: 0.7rem;
    line-height: 1;
    border-radius: 0;
}

label, .input-group-text {
      background: #325D88!important;
      color: #fff!important;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #ffffff;
    background-color: #039015;
    border-color: rgba(0,0,0,0.1);
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    background-color: #027110;
    color: #333;
}


.nav-tabs .nav-link, .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:hover, .nav-tabs .nav-link.disabled:focus {
    border-color: rgba(0,0,0,0.1);
    background-color: #fff;
    color: #039015;
}

input.form-control, select.custom-select {
  background-color: #dfefff;
}


.btn-success {
    color: #fff;
    background-color: #039015;
    border-color: #43ac6a;
}

.btn-success:hover {
    background-color: #027110;
    color: #333;
    border-color: #358753;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #358753;
    border-color: #317e4e;
}

.modal-full {
    min-width: 100%;
    margin: 0;
}

.modal-full .modal-content {
    min-height: 100vh;
}

.input-grade-focus {
    background: #325D88!important;
    color: #fff!important;
}

.input-grade {
    height: 1.5rem;
}

.title {
color: #325d88;
text-shadow: 0 3px 0 #dfefff, 0 14px 10px rgba(0,0,0,0.15), 0 6px 1px rgba(0,0,0,0.1), 0 17px 15px rgba(0,0,0,0.1);

}

  .campus-title {
color: #db8804;
text-shadow: 0 3px 0 #f8e4be, 0 14px 10px rgba(0,0,0,0.15), 0 6px 1px rgba(0,0,0,0.1), 0 17px 15px rgba(0,0,0,0.1);

}

.subtitle {
color: #325d88;

}



.ls_container {
    width: 100%;
}

html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
}

.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: #0079a1!important;
}


.tt-menu { 
width: 200px!important;
background: #fff!important;
}

.badge {
  padding: 0.25em 0.25rem;
}

.cash-label {
  margin: 0;
}


.cash-box {
  border: 1px solid #000!important;
  font-weight: bold!important;
  padding: 5px!important;
  margin: 2px!important;
}

.text-8 {
  font-size: 8px!important;
}

.text-10 {
  font-size: 10px!important;
}

.text-12 {
  font-size: 12px!important;
}

.text-14 {
  font-size: 14px!important;
}

.text-16 {
  font-size: 16px!important;
}

.text-18 {
  font-size: 18px!important;
}

.text-danger {
  color: #dc3545!important;
}


.text-primary {
  color: #007bff!important;
}

.text-success {
  color: #28a745!important;
}

.text-warning {
  color: #E99002!important;
}

.text-violet {
  color: #130269!important;
}

.border-danger {
  border-color: #dc3545!important;
}

.border-success {
  border-color: #28a745!important;
}

.border-primary {
  border-color: #325D88!important;
}

.border-violet {
  border-color: #130269!important;
}

.bg-violet {
  background-color: #130269!important;
}

table.dataTable tbody td {
    padding: 0!important;
}



.dataTables_wrapper label {
  padding: 3px!important;
}

.card-msg .card-header {
  padding: 0.1rem 0.3rem;
  font-size: 12px;
}

.card-msg .card-body {
  padding: 0.2rem;
  font-size:10px;
}

.scrollable {
  overflow-x: hidden;
  overflow-y: auto;
}

.dragging {
    border: 4px dashed #ccc;
    background-color: yellow;
}


/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.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: #2196F3;
}

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%;
}





.slidecontainer {
  width: 100%; /* Width of the outside container */
}

/* The slider itself */
.sliderX {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 25px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.sliderX:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.sliderX::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #2196F3; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

.sliderX::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #2196F3; /* Green background */
  cursor: pointer; /* Cursor on hover */
}


.btn-violet { 
  color: #ffffff; 
  background-color: #611BBD; 
  border-color: #130269; 
} 
 
.btn-violet:hover, 
.btn-violet:focus, 
.btn-violet:active, 
.btn-violet.active, 
.open .dropdown-toggle.btn-violet { 
  color: #ffffff; 
  background-color: #49247A; 
  border-color: #130269; 
} 
 
.btn-violet:active, 
.btn-violet.active, 
.open .dropdown-toggle.btn-violet { 
  background-image: none; 
} 
 
.btn-violet.disabled, 
.btn-violet[disabled], 
fieldset[disabled] .btn-violet, 
.btn-violet.disabled:hover, 
.btn-violet[disabled]:hover, 
fieldset[disabled] .btn-violet:hover, 
.btn-violet.disabled:focus, 
.btn-violet[disabled]:focus, 
fieldset[disabled] .btn-violet:focus, 
.btn-violet.disabled:active, 
.btn-violet[disabled]:active, 
fieldset[disabled] .btn-violet:active, 
.btn-violet.disabled.active, 
.btn-violet[disabled].active, 
fieldset[disabled] .btn-violet.active { 
  background-color: #611BBD; 
  border-color: #130269; 
} 
 
.btn-violet .badge { 
  color: #611BBD; 
  background-color: #ffffff; 
}

.btn-outline-violet { 
  color: #49247A; 
  background-color: #FFFFFF; 
  border-color: #49247A; 
} 
 
.btn-outline-violet:hover, 
.btn-outline-violet:focus, 
.btn-outline-violet:active, 
.btn-outline-violet.active, 
.open .dropdown-toggle.btn-violet { 
  color: #ffffff; 
  background-color: #49247A; 
  border-color: #130269; 
}

ul.sortable > li{
  cursor: move;
}


