.navbar-brand {
  font-size:1.1rem

}
input:read-only, textarea:read-only{
  background-color: #e9ecef;
}
table.course tr:hover{
  background-color: #f9f9f9;
}
.tags{
  display: inline-block;
  padding: 3px 10px;
  border-radius: 4px;
}
.selectedCodes{
  border: 1px #ccc solid;
  border-radius: 4px;
  background-color: #f8f9fa;
}
.checksChild{
  padding-left:1.5em;
}
.odd{
  background-color: #fff3cd;
}
.even{
  background-color: #d1e7dd;
}
.red-border{
  border: red 1px solid;
}
.w-10{
  width:10%;
}
.w-20{
  width:20%;
}
.w-30{
  width:30%;
}
.w-40{
  width:40%;
}
.w-50{
  width:50%;
}
.w-60{
  width:60%;
}
.w-70{
  width:70%;
}
.commentRow1, .commentRow2{
  text-align: left;
}
th.activeColor, td.activeColor{
  background-color: #f7f1ca;
}
table.equipment th, table.equipment td,
table.report th, table.report td{
  border: solid 1px #666;
}
table.equipment td{
  padding:3px;
}
table.equipment tr:hover{
  background-color: #f9f9f9;
}

.bg-music-1 {
  background-color: #fae3cf !important;
}
.bg-music-2 {
  background-color: #f6e8dd !important;
}
.bg-art-1 {
  background-color: #f6f6cd !important;
}
.bg-art-2 {
  background-color: #f6f6e2 !important;
}
.bg-dance-1 {
  background-color: #dbf5db !important;
}
.bg-dance-2 {
  background-color: #e6f7e6 !important;
}
.bg-class {
  background-color: #e5e5e5 !important;
}
.bg-class-total{
  background-color: #5ec18d !important;
}
.bg-subtotal{
  background-color: #ceffe5 !important;
}
.bg-total{
  background-color: #bfdcff !important;
}
.bg-noneData{
  background-color: #e0e0e0 !important;
}

.bg-class-1{
  background-color: #fffcd2 !important;
}
.bg-class-2{
  background-color: #d4ffd9 !important;
}
.bg-class-3{
  background-color: #f5d9cb !important;
}

input[type='text'].group {
  width:50px;
}

.width1 {
  width: 59px;
}
.width2 {
  width: 65px;
}
.width3 {
  width: 35px;
}
.width4 {
  width: 80px;
}
.width5 {
  width: 100px;
}
.width6 {
  width: 40px;
}
.width1_input {
  width: 124px;
}
.width2_input {
  width: 62px;
}
.width3_input {
  width: 31px;
}
.width4_input {
  width: 140px;
}
.input-group-text.default{
  background-color: transparent;
  border-color: transparent;
  padding-left:0;
}
.footer-toast{
  z-index: 11;
}
.mr-10{

}
.ck-editor__editable[role="textbox"] {
    /* editing area */
    min-height: 200px;
}
.ck-content .image {
    /* block images */
    max-width: 80%;
    margin: 20px auto;
}

div.photo img.img-fluid,
div.pidPhotoFront img.img-fluid,
div.pidPhotoBack img.img-fluid,
div.licenseFront img.img-fluid,
div.licenseBack img.img-fluid{
  box-shadow: -1px 7px 19px -1px rgba(0,0,0,0.75);
  -webkit-box-shadow: -1px 7px 19px -1px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 7px 19px -1px rgba(0,0,0,0.75);
  margin-bottom: 10px;
}
