
/* 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: #325D88;
    border-color: rgba(0,0,0,0.1);
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    background-color: #007bff;
    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: #325D88;
}

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 */
}

table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
tr:nth-of-type(odd) { 
  background: #eee; 
}
th { 
  background: #325D88; 
  color: white; 
  font-weight: bold; 
}
td, th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}

.cash-label {
  margin: 0;
}


.cash-box {
  
  font-weight: bold!important;
  padding: 5px!important;
  margin: 2px!important;

border-radius: 3px;
border: 1px solid transparent;
border-top: none;
border-bottom: 1px solid #DDD;
box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #FFF, 0 1px 0 #FFF;
}



.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;
}

.border-danger {
  border-color: #dc3545!important;
}

.border-success {
  border-color: #28a745!important;
}

.border-success-dark {
  border-color: #058022!important;
}

.border-primary {
  border-color: #325D88!important;
}

#home-navigation {
  display: none;
}

.hide-desktop {
    display: none!important;
  }

.badge {
  padding: 0.25em 0.25rem;
}

.bg-vio {
  background: #bb09b6;
}

.tr-hide-mobile {
  display: table-row;
}

.td-hide-mobile {
  display: table-row;
}

.typeahead:focus {
  border: 2px solid #0097CF;
}
.tt-query {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint {
  color: #999999;
}
.tt-menu {
  background-color: #b2ecff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
}
.tt-suggestion {
  padding: 3px 10px;
  font-size: 0.9375rem;
  color: #325d88;
}

.tt-suggestion p {
  margin: 0;
}

table.dataTable tbody td {
    padding: 0 5px 0 5px!important;
}



.dataTables_wrapper label {
  padding: 3px!important;
}

.rotate90clockwise{
  vertical-align: text-top;
transform:rotate(90deg);
-ms-transform:rotate(90deg); /* IE 9 */
-moz-transform:rotate(90deg); /* Firefox */
-webkit-transform:rotate(90deg); /* Safari and Chrome */
-o-transform:rotate(90deg); /* Opera */
  }

.rotate180clockwise{
  vertical-align: text-top;
transform:rotate(180deg);
-ms-transform:rotate(180deg); /* IE 9 */
-moz-transform:rotate(180deg); /* Firefox */
-webkit-transform:rotate(180deg); /* Safari and Chrome */
-o-transform:rotate(180deg); /* Opera */
  }

.rotate90counterclockwise{
  vertical-align: text-top;
transform:rotate(-90deg);
-ms-transform:rotate(-90deg); /* IE 9 */
-moz-transform:rotate(-90deg); /* Firefox */
-webkit-transform:rotate(-90deg); /* Safari and Chrome */
-o-transform:rotate(-90deg); /* Opera */
  }

.rotate180counterclockwise{
  vertical-align: text-top;
transform:rotate(-180deg);
-ms-transform:rotate(-180deg); /* IE 9 */
-moz-transform:rotate(-180deg); /* Firefox */
-webkit-transform:rotate(-180deg); /* Safari and Chrome */
-o-transform:rotate(-180deg); /* Opera */
  }

.modal-full {
  min-width: 100%;
}

.card-msg .card-header {
  padding: 0.1rem 0.3rem;
  font-size: 12px;
}

.card-msg .card-body {
  padding: 0.2rem;
  font-size:10px;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {

  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr { 
    display: block; 
  }

  table.fixed { 
    display: table; 
  }

  tbody.fixed {
    display: table-row-group;
  }

  tr.fixed {
    display: table-row;
  }

  td.fixed { 
    display: table-cell; 
  }

  #home-navigation {
    display: inline;
  }

 .hide-desktop {
    display: block!important;
  }

  .tr-hide-mobile {
    display: none!important;
  }

  .hide-desktop {
    display: block!important;
  }
  
  /* Hide table headers (but not display: none;, for accessibility) */

  thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #tableViewStudents td:nth-child(1)::before { content:'# '; font-weight: bold;}
  #tableViewStudents td:nth-child(2)::before { content:'Full Name: '; font-weight: bold;}
  #tableViewStudents td:nth-child(3)::before { content:'Course-Year: '; font-weight: bold;}
  #tableViewStudents td:nth-child(4) { font-size: 12px;}
  #tableViewStudents td:nth-child(5)::before { content:'Final Rating: '; font-weight: bold;}
  #tableViewStudents td:nth-child(6)::before { content:'Completion Grade: '; font-weight: bold;}
  #tableViewStudents td:nth-child(7)::before { content:'Remarks: '; font-weight: bold;}

  #tableSubjects td:nth-child(1)::before { content:'Code: '; font-weight: bold;}
  #tableSubjects td:nth-child(2)::before { content:'Descriptive Title: '; font-weight: bold;}
  #tableSubjects td:nth-child(3)::before { content:'Type: '; font-weight: bold;}
  #tableSubjects td:nth-child(4)::before { content:'Days: '; font-weight: bold;}
  #tableSubjects td:nth-child(5)::before { content:'Time: '; font-weight: bold;}
  #tableSubjects td:nth-child(6)::before { content:'Room: '; font-weight: bold;}

  #tableViewSchedule td:nth-child(2)::before { content:'Flexible Learning Option: '; font-weight: bold;}
  #tableViewSchedule td:nth-child(3)::before { content:'Code: '; font-weight: bold;}
  #tableViewSchedule td:nth-child(4)::before { content:'Descriptive Title: '; font-weight: bold;}
  #tableViewSchedule td:nth-child(5)::before { content:'Type: '; font-weight: bold;}
  #tableViewSchedule td:nth-child(6)::before { content:'Unit: '; font-weight: bold;}
  #tableViewSchedule td:nth-child(7)::before { content:'Days: '; font-weight: bold;}
  #tableViewSchedule td:nth-child(8)::before { content:'Time: '; font-weight: bold;}
  #tableViewSchedule td:nth-child(9)::before { content:'Room: '; font-weight: bold;}
  #tableViewSchedule td:nth-child(10)::before { content:'Instructor: '; font-weight: bold;}
  #tableViewSchedule td:nth-child(11)::before { content:'Status: '; font-weight: bold;}

  #tableEvaluation td:nth-child(2)::before { content:'Date & Time Requested: '; font-weight: bold;}
  #tableEvaluation td:nth-child(3)::before { content:'Semester - SY: '; font-weight: bold;}
  #tableEvaluation td:nth-child(4)::before { content:'ID Number: '; font-weight: bold;}
  #tableEvaluation td:nth-child(5)::before { content:'Full Name: '; font-weight: bold;}
  #tableEvaluation td:nth-child(6)::before { content:'Program: '; font-weight: bold;}
  #tableEvaluation td:nth-child(7)::before { content:'Year Level: '; font-weight: bold;}
  #tableEvaluation td:nth-child(8)::before { content:'Block: '; font-weight: bold;}
  #tableEvaluation td:nth-child(9)::before { content:'Status: '; font-weight: bold; color: #000;}

  #tableSchedList td:nth-child(2)::before { content:'Flexible Learning Option: '; font-weight: bold;}
  #tableSchedList td:nth-child(3)::before { content:'Code: '; font-weight: bold;}
  #tableSchedList td:nth-child(4)::before { content:'Descriptive Title: '; font-weight: bold;}
  #tableSchedList td:nth-child(5)::before { content:'Type: '; font-weight: bold;}
  #tableSchedList td:nth-child(6)::before { content:'Unit: '; font-weight: bold;}
  #tableSchedList td:nth-child(7)::before { content:'Days: '; font-weight: bold;}
  #tableSchedList td:nth-child(8)::before { content:'Time: '; font-weight: bold;}
  #tableSchedList td:nth-child(9)::before { content:'Room: '; font-weight: bold;}
  #tableSchedList td:nth-child(10)::before { content:'Instructor: '; font-weight: bold;}


  .tr-semsy td:nth-child(1)::before { content:'Semester - SY: '; font-weight: bold;}
  .tr-program td:nth-child(1)::before { content:'Program: '; font-weight: bold;}
  .tr-course td:nth-child(2)::before { content:'Course No: '; font-weight: bold;}
  .tr-course td:nth-child(3)::before { content:'Descriptive Title: '; font-weight: bold;}
  .tr-course td:nth-child(4)::before { content:'Type: '; font-weight: bold;}
  .tr-course td:nth-child(5)::before { content:'Rating: '; font-weight: bold;}
  .tr-course td:nth-child(6)::before { content:'Completion Grade: '; font-weight: bold;}
  .tr-course td:nth-child(7)::before { content:'Credit: '; font-weight: bold;}

  #tableClearanceDashboard td:nth-child(2)::before { content:'Sem - SY: '; font-weight: bold;}
  #tableClearanceDashboard td:nth-child(3)::before { content:'No of Pending Request: '; font-weight: bold;}
  #tableClearanceDashboard td:nth-child(4)::before { content:'No of On-Hold Request: '; font-weight: bold;}
  #tableClearanceDashboard td:nth-child(5)::before { content:'No of Cleared Request: '; font-weight: bold;}

  #searchableTablePending td:nth-child(2)::before { content:'Date&Time Requested: '; font-weight: bold;}
  #searchableTablePending td:nth-child(3)::before { content:'Classification: '; font-weight: bold;}
  #searchableTablePending td:nth-child(4)::before { content:'Full Name: '; font-weight: bold;}
  #searchableTablePending td:nth-child(5)::before { content:'Course-Year: '; font-weight: bold;}

  #searchableTableOnHold td:nth-child(2)::before { content:'Date&Time Put On-Hold: '; font-weight: bold;}
  #searchableTableOnHold td:nth-child(3)::before { content:'Date&Time Reply: '; font-weight: bold;}
  #searchableTableOnHold td:nth-child(4)::before { content:'Classification: '; font-weight: bold;}
  #searchableTableOnHold td:nth-child(5)::before { content:'Full Name: '; font-weight: bold;}
  #searchableTableOnHold td:nth-child(6)::before { content:'Course-Year: '; font-weight: bold;}
  #searchableTableOnHold td:nth-child(7)::before { content:'On-Hold By: '; font-weight: bold;}
 
  #searchableTableCleared td:nth-child(2)::before { content:'Date&Time Cleared: '; font-weight: bold;}
  #searchableTableCleared td:nth-child(3)::before { content:'Classification: '; font-weight: bold;}
  #searchableTableCleared td:nth-child(4)::before { content:'Full Name: '; font-weight: bold;}
  #searchableTableCleared td:nth-child(5)::before { content:'Course-Year: '; font-weight: bold;}
  #searchableTableCleared td:nth-child(6)::before { content:'Cleared By: '; font-weight: bold;}

  .tableMyClearanceData td:nth-child(2)::before { content:'Designee: '; font-weight: bold;}
  .tableMyClearanceData td:nth-child(3)::before { content:'Designation: '; font-weight: bold;}
  .tableMyClearanceData td:nth-child(4)::before { content:'Status: '; font-weight: bold;}

  
  
  
  td { 
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding: 3px !important;
  }

 
  /* Modal Feedback scroll */
#modalViewFeedback .modal-dialog{
    overflow-y: initial !important
  
}
#modalViewFeedback .modal-body{
    height: 40vh;
    overflow-y: auto;
}

  
  /*
  Label the data
  */

}