
/* 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, Helvetica, sans-serif;
}


.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: #008cba;
    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 */
}

/* Zebra striping 
table { 
  width: 100%; 
  border-collapse: collapse; 
}

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-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;
}

#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;
}

.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;
}

.scrollable {
  overflow-x: hidden;
  overflow-y: auto;
}

.dragging {
    border: 4px dashed #ccc;
    background-color: yellow;
}

.pdfobject-container {
  width: 100%;
  height: 800px;
}

.dataTables_filter > label {
  background: none!important;
  color: #000!important;
}

h5 {
  font-weight: bold;
}

.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;
}

@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; 
  }

  #home-navigation {
    display: inline;
  }

 .hide-desktop {
    display: block!important;
  }

  .tr-hide-mobile {
    display: none!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:'Flexible Learning Option: '; font-weight: bold;}
  #tableViewStudents td:nth-child(3)::before { content:'Full Name: '; font-weight: bold;}
  #tableViewStudents td:nth-child(4)::before { content:'Course-Year: '; font-weight: bold;}
  #tableViewStudents td:nth-child(5) { font-size: 12px;}
  #tableViewStudents td:nth-child(6)::before { content:'Final Rating: '; font-weight: bold;}
  #tableViewStudents td:nth-child(7)::before { content:'Final Grade: '; font-weight: bold;}
  #tableViewStudents td:nth-child(8)::before { content:'Remarks: '; font-weight: bold;}

  #tableViewStudentsROR td:nth-child(1)::before { content:'# '; font-weight: bold;}
  #tableViewStudentsROR td:nth-child(2)::before { content:'Flexible Learning Option: '; font-weight: bold;}
  #tableViewStudentsROR td:nth-child(3)::before { content:'Full Name: '; font-weight: bold;}
  #tableViewStudentsROR td:nth-child(4)::before { content:'Course-Year: '; font-weight: bold;}
  #tableViewStudentsROR td:nth-child(5)::before { content:'Final Rating: '; font-weight: bold;}
  #tableViewStudentsROR td:nth-child(6)::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:'Face to Face Schedule: '; font-weight: bold;}
  #tableSubjects td:nth-child(7)::before { content:'Room: '; font-weight: bold;}
  
  #tableViewSchedule td:nth-child(2)::before { content:'# of Students Enrolled: '; font-weight: bold;}
  #tableViewSchedule td:nth-child(3)::before { content:'Flexible Learning Option: '; font-weight: bold;}
  #tableViewSchedule td:nth-child(4)::before { content:'Code: '; font-weight: bold;}
  #tableViewSchedule td:nth-child(5)::before { content:'Descriptive Title: '; font-weight: bold;}
  #tableViewSchedule td:nth-child(6)::before { content:'Type: '; font-weight: bold;}
  #tableViewSchedule td:nth-child(7)::before { content:'Unit: '; font-weight: bold;}
  #tableViewSchedule td:nth-child(8)::before { content:'Days: '; font-weight: bold;}
  #tableViewSchedule td:nth-child(9)::before { content:'Time: '; font-weight: bold;}
  #tableViewSchedule td:nth-child(10)::before { content:'Room: '; font-weight: bold;}
  #tableViewSchedule td:nth-child(11)::before { content:'Instructor: '; font-weight: bold;}
  #tableViewSchedule td:nth-child(12)::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;}
  #tableEvaluation td:nth-child(11) { text-align: left!important;}

  #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:'Final Grade: '; font-weight: bold;}
  .tr-course td:nth-child(7)::before { content:'Credit: '; font-weight: bold;}

  
  #tableDashBoard td:nth-child(2)::before { content:'Pending: '; font-weight: bold;}
  #tableDashBoard td:nth-child(3)::before { content:'Approved: '; font-weight: bold;}
  #tableDashBoard td:nth-child(4)::before { content:'Validated: '; font-weight: bold;}
  #tableDashBoard td:nth-child(5)::before { content:'Sub Total: '; font-weight: bold;}

  #tableDashBoard td:nth-child(2) { text-align: left!important;}
  #tableDashBoard td:nth-child(3) { text-align: left!important;}
  #tableDashBoard td:nth-child(4) { text-align: left!important;}
  #tableDashBoard td:nth-child(5) { text-align: left!important;}

  #tablePendingCompletion td:nth-child(2)::before { content:'Semester - SY: '; font-weight: bold;}
  #tablePendingCompletion td:nth-child(3)::before { content:'Date & Time Requested: '; font-weight: bold;}
  #tablePendingCompletion td:nth-child(4)::before { content:'Full Name: '; font-weight: bold;}
  #tablePendingCompletion td:nth-child(5)::before { content:'Code: '; font-weight: bold;}
  #tablePendingCompletion td:nth-child(6)::before { content:'Descriptive Title: '; font-weight: bold;}

  #tableSubmittedCompletion td:nth-child(2)::before { content:'Semester - SY: '; font-weight: bold;}
  #tableSubmittedCompletion td:nth-child(3)::before { content:'Date & Time Requested: '; font-weight: bold;}
  #tableSubmittedCompletion td:nth-child(4)::before { content:'Full Name: '; font-weight: bold;}
  #tableSubmittedCompletion td:nth-child(5)::before { content:'Code: '; font-weight: bold;}
  #tableSubmittedCompletion td:nth-child(6)::before { content:'Descriptive Title: '; font-weight: bold;}
  #tableSubmittedCompletion td:nth-child(7)::before { content:'Final Grade: '; font-weight: bold;}
  #tableSubmittedCompletion td:nth-child(8)::before { content:'Status: '; font-weight: bold;}


  #tableDeanPendingCompletion td:nth-child(2)::before { content:'Semester - SY: '; font-weight: bold;}
  #tableDeanPendingCompletion td:nth-child(3)::before { content:'Date & Time Requested: '; font-weight: bold;}
  #tableDeanPendingCompletion td:nth-child(4)::before { content:'Full Name: '; font-weight: bold;}
  #tableDeanPendingCompletion td:nth-child(5)::before { content:'Code: '; font-weight: bold;}
  #tableDeanPendingCompletion td:nth-child(6)::before { content:'Descriptive Title: '; font-weight: bold;}
  #tableDeanPendingCompletion td:nth-child(7)::before { content:'Final Grade: '; font-weight: bold;}
  #tableDeanPendingCompletion td:nth-child(8)::before { content:'Instructor: '; font-weight: bold;}


  #tableDeanSubmittedCompletion td:nth-child(2)::before { content:'Semester - SY: '; font-weight: bold;}
  #tableDeanSubmittedCompletion td:nth-child(3)::before { content:'Date & Time Requested: '; font-weight: bold;}
  #tableDeanSubmittedCompletion td:nth-child(4)::before { content:'Full Name: '; font-weight: bold;}
  #tableDeanSubmittedCompletion td:nth-child(5)::before { content:'Code: '; font-weight: bold;}
  #tableDeanSubmittedCompletion td:nth-child(6)::before { content:'Descriptive Title: '; font-weight: bold;}
  #tableDeanSubmittedCompletion td:nth-child(7)::before { content:'Final Grade: '; font-weight: bold;}
  #tableDeanSubmittedCompletion td:nth-child(8)::before { content:'Instructor: '; font-weight: bold;}
  #tableDeanSubmittedCompletion td:nth-child(9)::before { content:'Status: '; 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;}
  
  #tableStudentGrades td:nth-child(2)::before { content:'Code: '; font-weight: bold;}
  #tableStudentGrades td:nth-child(3)::before { content:'Descriptive Title: '; font-weight: bold;}
  #tableStudentGrades td:nth-child(4)::before { content:'Type: '; font-weight: bold;}
  #tableStudentGrades td:nth-child(5)::before { content:'Instructor: '; font-weight: bold;}
 #tableStudentGrades td:nth-child(6)::before { content:'Ratings: '; font-weight: bold;}
  #tableStudentGrades td:nth-child(7)::before { content:'Remarks: '; 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
  */

}