
.divNavCover{
  
}


.divDescription{
  font-size: 0.85rem;
}

.divSubtitle{
  font-size: 1.15rem;
}


.sticky-x {
  position: sticky;
  left: 0;
  background-color: white;
}

.sticky-y {
  position: sticky;
  top: 0;
  background-color: white;
}


@media (max-width: 576px) {
  .modal-dialog-christian {
    max-width: 350px;
    margin: 1.75rem auto;
  }
}


@media (min-width: 576px) {
  .modal-dialog-christian {
    max-width: 400px;
    margin: 1.75rem auto;
  }
}

@media (min-width: 768px) {
  .modal-dialog-christian {
    max-width: 700px;
    margin: 1.75rem auto;
  }  
}

@media (min-width: 992px) {
  .modal-dialog-christian {
    max-width: 950px;
    margin: 1.75rem auto;
  }  
}

@media (min-width: 1200px) {  
  .modal-dialog-christian {
    max-width: 1280px;
    margin: 1.75rem auto;
  }
}


.topMenu {
  border-radius: 8px;
}


@media (max-width: 576px) {

    .topMenu {
      font-size: 15px;
    }
}


@media (min-width: 576px) {
    .topMenu {
      font-size: 17px;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {  
}


.font_blue{
  color: #1a84ce;
}


.div-border-black {
  border-bottom: 1px solid black;
}


.bg-blue {
  background-color: #1a84ce !important;
}

  

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #1d82c8 !important;
}

.bg-outline-blue {
 border-color: #6c757d; !important;
}

.bg-changable-blue {
 border-bottom: 2px #6c757d solid;
 border-top: 2px #6c757d solid;
 background-color: #d9edfa;
}


.bg-orange {
  background-color: #f0a013 !important;
}



.bg-yellow {
  background-color: #dba630 !important;
}


.bg-gray {
  background-color: #e2e2e2; 
  border-radius:8px;
}

a.bg-yellow:hover, a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #dba630 !important;
}

.border-yellow {
  border: 2px solid #dba630;
  border-radius: 8px;
}

.border-blue {
  border: 2px solid #1a84ce;
  border-radius: 8px;
}

.img-intro {
  box-shadow: 0 0 15px #dbdbdb;
}



.bookshelf {
	color:black;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem; 
}

.bookshelf-yellow{
	background-color: #ffd000; 

}

.bookshelf-green {
	background-color: #80ad95;
}


.gridboard {
	border: 2px solid black;

}


.tableGrid {
  border: 1px solid black;

}


.intro-title {
  word-break: keep-all;
}



.div-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.divSignin {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 40px;
    text-shadow: 0 0 15px black;

    margin-top: -14px;

    height: 800px;


    background-image: url("../_images/bg/bg_school_03.jpg?hello=2"); 

}

.bg-maingreen {
	background-color: #689e81;
	color:white; 
}


.bg-mainblue {
  background-color: #1a84ce;
  color:white; 
}


.span-button {
  border:1px solid white;
  padding: 5px;
  border-radius:5px;

}




.btn-school {
  color: #fff;
  background-color: #1a84ce;
  border-color: #1a84ce;
}

.btn-school:hover {
  color: #fff;
  background-color: #1a84ce;
  border-color: #1d82c8;
}

.btn-school:focus, .btn-school.focus {
  color: #fff;
  background-color: #1a84ce;
  border-color: #1d82c8;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-school.disabled, .btn-school:disabled {
  color: #fff;
  background-color: #1a84ce;
  border-color: #1a84ce;
}

.btn-school:not(:disabled):not(.disabled):active, .btn-school:not(:disabled):not(.disabled).active,
.show > .btn-school.dropdown-toggle {
  color: #fff;
  background-color: #1d82c8;
  border-color: #10707f;
}

.btn-school:not(:disabled):not(.disabled):active:focus, .btn-school:not(:disabled):not(.disabled).active:focus,
.show > .btn-school.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}



.btn-outline-school {
  color: #1a84ce;
  border-color: #1a84ce;
}

.btn-outline-school:hover {
  color: #fff;
  background-color: #1a84ce;
  border-color: #1a84ce;
}

.btn-outline-school:focus, .btn-outline-school.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-school.disabled, .btn-outline-school:disabled {
  color: #1a84ce;
  background-color: transparent;
}

.btn-outline-school:not(:disabled):not(.disabled):active, .btn-outline-school:not(:disabled):not(.disabled).active,
.show > .btn-outline-school.dropdown-toggle {
  color: #fff;
  background-color: #1a84ce;
  border-color: #1a84ce;
}

.btn-outline-school:not(:disabled):not(.disabled):active:focus, .btn-outline-school:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-school.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
