
/* 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", 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;
}



.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 */
  
}

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 {
  border: 1px solid #000!important;
  font-weight: bold!important;
  padding: 5px!important;
  margin: 2px!important;
}

.text-6 {
  font-size: 6px!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;
}

#home-navigation {
  display: none;
}

.hide-desktop {
    display: none!important;
  }

.badge {
  padding: 0.25em 0.25rem;
}

.bg-vio {
  background: #bb09b6!important;
}


span.circle {
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  
  text-align: center;

}


span.circle-sm {
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
    line-height: 1.6em;
  width: 1.6em; 
}


span.circle-md {
    border-radius: 1.6em;
  -moz-border-radius: 1.6em;
  -webkit-border-radius: 1.6em;
    line-height: 3.2em;
    width: 3.2em; 
}

span.circle-danger {
  background: red;

}


.progress {
    height: 10px!important;
}

.btn-file {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    display: block;
}

.progress-bar-danger {
  background-color: #dc3545;
}

.pdfobject-container {
  width: 100%;
  height: 800px;
}

.card-msg .card-header {
  padding: 0.1rem 0.3rem;
  font-size: 12px;
}

.card-msg .card-body {
  padding: 0.2rem;
  font-size:10px;
}


/* @group Blink */
.blink {
  -webkit-animation: blink .75s linear infinite;
  -moz-animation: blink .75s linear infinite;
  -ms-animation: blink .75s linear infinite;
  -o-animation: blink .75s linear infinite;
   animation: blink .75s linear infinite;
}
@-webkit-keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 1; }
  50.01% { opacity: 0; }
  100% { opacity: 0; }
}
@-moz-keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 1; }
  50.01% { opacity: 0; }
  100% { opacity: 0; }
}
@-ms-keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 1; }
  50.01% { opacity: 0; }
  100% { opacity: 0; }
}
@-o-keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 1; }
  50.01% { opacity: 0; }
  100% { opacity: 0; }
}
@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 1; }
  50.01% { opacity: 0; }
  100% { opacity: 0; }
}
/* @end */
 


.course-waiting-list h5 {
  font-size: 12px;
  font-weight: bold;
}

.course-waiting-list ul li {
  font-size: 8px;
}


.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; 
}

@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;
  }
  
  
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #tableMyEnrollment td:nth-child(1),#tableSchedList td:nth-child(1),#tableViewSchedule td:nth-child(1),#tableMycompletion td:nth-child(1) {
    display: block;
    background-color: #fff!important;
  }

  #tableMyEnrollment td:nth-child(2)::before { content:'Semester - SY: '; font-weight: bold;}
  #tableMyEnrollment td:nth-child(3)::before { content:'Program: '; 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:'Face-to-Face Schedule: \a'; font-weight: bold; white-space: pre;}
  #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:'Grade: '; font-weight: bold;}
  


  #tableOnlineViewSchedule td:nth-child(2)::before { content:'Flexible Learning Option: '; font-weight: bold;}
  #tableOnlineViewSchedule td:nth-child(3)::before { content:'Code: '; font-weight: bold;}
  #tableOnlineViewSchedule td:nth-child(4)::before { content:'Descriptive Title: '; font-weight: bold;}
  #tableOnlineViewSchedule td:nth-child(5)::before { content:'Type: '; font-weight: bold;}
  #tableOnlineViewSchedule td:nth-child(6)::before { content:'Unit: '; font-weight: bold;}
  #tableOnlineViewSchedule td:nth-child(7)::before { content:'Days: '; font-weight: bold;}
  #tableOnlineViewSchedule td:nth-child(8)::before { content:'Time: '; font-weight: bold;}
  #tableOnlineViewSchedule td:nth-child(9)::before { content:'Face-to-Face Schedule: \a'; font-weight: bold; white-space: pre;}
  #tableOnlineViewSchedule td:nth-child(10)::before { content:'Room: '; font-weight: bold;}
  #tableOnlineViewSchedule td:nth-child(11)::before { content:'Instructor: '; font-weight: bold;}
  #tableOnlineViewSchedule td:nth-child(12)::before { content:'Status: '; font-weight: bold;}




  #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:'Face-to-Face Schedule: \a'; font-weight: bold; white-space: pre;}
  #tableSchedList td:nth-child(10)::before { content:'Room: '; font-weight: bold;}
  #tableSchedList td:nth-child(11)::before { content:'Instructor: '; font-weight: bold;}

  #tableMycompletion td:nth-child(2)::before { content:'Date & Time: '; font-weight: bold;}
  #tableMycompletion td:nth-child(3)::before { content:'Completion Type: '; font-weight: bold;}
  #tableMycompletion td:nth-child(4)::before { content:'Sem - SY: '; font-weight: bold;}
  #tableMycompletion td:nth-child(5)::before { content:'Code: '; font-weight: bold;}
  #tableMycompletion td:nth-child(6)::before { content:'Descriptive Title: '; font-weight: bold;}
  #tableMycompletion td:nth-child(7)::before { content:'Instructor: '; font-weight: bold;}
  #tableMycompletion td:nth-child(8)::before { content:'Status: '; font-weight: bold;}
  #tableMycompletion td:nth-child(10)::before { content:'Reference Code: '; font-weight: bold;}


  #tableNotifications td:nth-child(2)::before { content:'Date & Time: '; font-weight: bold;}
  #tableNotifications td:nth-child(3)::before { content:'Message: '; font-weight: bold;}


  #tableMyClearance td:nth-child(2)::before { content:'Date Requested: '; font-weight: bold;}
  #tableMyClearance td:nth-child(3)::before { content:'Semester - SY: '; font-weight: bold;}
  #tableMyClearance td:nth-child(4)::before { content:'Type: '; font-weight: bold;}
  #tableMyClearance td:nth-child(5)::before { content:'Status: '; font-weight: bold;}


  #tableMyCurriculum td:nth-child(2)::before { content:'Curriculum: '; font-weight: bold;}
  #tableMyCurriculum td:nth-child(3)::before { content:'Effectivity: '; font-weight: bold;}
  #tableMyCurriculum td:nth-child(4)::before { content:'Updated By: '; font-weight: bold;}
  #tableMyCurriculum td:nth-child(5)::before { content:'Updated On: '; 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;}


  .tableLackingSubjects td:nth-child(2)::before { content:'Course No: '; font-weight: bold;}
  .tableLackingSubjects td:nth-child(3)::before { content:'Description: '; font-weight: bold;}
  .tableLackingSubjects td:nth-child(4)::before { content:'Type: '; font-weight: bold;}
  .tableLackingSubjects td:nth-child(5)::before { content:'Units: '; font-weight: bold;}
  .tableLackingSubjects td:nth-child(6)::before { content:'Pre Requisite: '; 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
  */

}