a {
    color: #423d81;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #423d81;
    text-decoration: underline;
}

.form-control, .is-focused .form-control {
    background-image: linear-gradient(to top, #423d81 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}

.flex_cs{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.mg-b-3{
    margin-bottom: 3px;
}

.mg-t-15{
    margin-top: 15px;
}

.pd-15{
    padding: 15px;
}

.btn-custom {
    color: #ffffff;
    background-color: #423d81;
    border-color: #423d81;
    box-shadow: none;
}
.btn-custom:hover, .btn:hover {
    color: #ffffff;
    background-color: #332a7e;
    border-color: #332a7e;
}
.btn-custom:focus, .btn-custom.focus,
.btn:focus, .btn.focus {
    color: #ffffff;
    background-color: #423d81;
    border-color: #423d81;
    box-shadow: none, 0 0 0 0.2rem rgba(156, 39, 176, 0.5);
}

.btn-custom:not(:disabled):not(.disabled):active, .btn-custom:not(:disabled):not(.disabled).active,
  .show > .btn-custom.dropdown-toggle {
    color: #ffffff;
    background-color: #332a7e;
    border-color: #332a7e; }
    .btn-custom:not(:disabled):not(.disabled):active:focus, .btn-custom:not(:disabled):not(.disabled).active:focus,
    .show > .btn-custom.dropdown-toggle:focus {
      box-shadow: none, 0 0 0 0.2rem rgba(156, 39, 176, 0.5); }

.btn-custom.disabled, .btn-custom:disabled, .btn-custom:disabled,
.btn.disabled:hover, .btn:disabled:hover, .btn.btn-default.disabled:hover, .btn.btn-default:disabled:hover {
    color: #ffffff;
    background-color: #423d81;
    border-color: #423d81;
    cursor: not-allowed;
}


.box{position:relative; margin: 20px 0;}
.box img{width:100%;height:auto; border-radius: 5px;}
.box .box-content{width:100%;height:100%;position:absolute;top:0;left:0;transition:all .5s ease 0s;border-radius: 5px;}
.box:hover .box-content{background-color:rgba(51,42,126,.8)}
.box .box-content:after,.box .box-content:before{content:"";width:50px;height:50px;position:absolute;opacity:0;transform:scale(1.5);transition:all .6s ease .3s}
.box .box-content:before{border-left:1px solid #ffffff;border-top:1px solid #ffffff;top:19px;left:19px}
.box .box-content:after{border-bottom:1px solid #ffffff;border-right:1px solid #ffffff;bottom:19px;right:19px}
.box:hover .box-content:after,.box:hover .box-content:before{opacity:1;transform:scale(1)}
.box .title{font-size:22px;color:#ffffff;margin:0;position:relative;top:0;opacity:0;transition:all 1s ease 10ms}
.box:hover .title{top:39%;opacity:1;transition:all .5s cubic-bezier(1,-.53,.405,1.425) 10ms}
.box .title:after{content:"";width:0;height:1px;background:#ffffff;position:absolute;bottom:-8px;left:0;right:0;margin:0 auto;transition:all 1s ease 0s}
.box:hover .title:after{width:60%;transition:all 1s ease .8s}
@media only screen and (max-width:990px){.box{margin-bottom:30px}
}




.radiotextsty {
  color: #A5A4BF;
  font-size: 18px;
}

.customradio {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.customradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: white;
  border-radius: 50%;
  border:1px solid #BEBEBE;
}

/* On mouse-over, add a grey background color */
.customradio:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.customradio input:checked ~ .checkmark {
  background-color: white;
  border:1px solid #BEBEBE;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.customradio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.customradio .checkmark:after {
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #A3A0FB;
}


.table-entry, .table-entry thead tr th{
  font-size:10px !important;
  line-height: 1.2;
}

table#table-activity-entry td:nth-child(1) {
  width:15%;
}

table#table-activity-entry td:nth-child(2) {
  width:15%;
}
table#table-activity-entry td:nth-child(3) {
  width:10%;
}
table#table-activity-entry td:nth-child(4) {
  width:10%;
  text-align: center;
}
table#table-activity-entry td:nth-child(5) {
  width:10%;
  text-align: center;
}

form.form-entry select {
  position : unset !important;
}




.form-checkbox-group {
  display: block;
  margin-bottom: 15px;
}

.form-checkbox-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-checkbox-group label {
  position: relative;
  cursor: pointer;
}

.form-checkbox-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #0079bf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

table,
.table,
table.dataTable,
table.dataTable th,
table.dataTable td,
.table th,
.table td {
  font-weight: 400;
  color: #222;
}

table th,
.table th,
table.dataTable th {
  font-weight: 600;
  color: #222;
}

.dataTables_wrapper table.dataTable thead th,
.dataTables_wrapper table.dataTable thead td,
.dataTables_scrollHeadInner table.dataTable thead th,
.dataTables_scrollHeadInner table.dataTable thead td {
  font-weight: 600 !important;
  color: #222 !important;
}

.form-checkbox-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.student-list, .nonboardingstudent-list {
  height:300px;
  overflow-y: auto;
}

.newentry-vlwe {
  margin-top: 15px;
}

.custom-sortby select {
  width:100px;
}

.custom-input {
  display: inline-block;
  width: 160px;
  height: calc(2.4375rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background-size: 8px 10px;
  border: 1px solid #d2d2d2;
  border-radius: 0.25rem;
  appearance: none;
}

.table-activityreport td {
  font-size: 8pt;
  font-family: Verdana;
  vertical-align: unset !important;
  line-height: normal !important;
}

.div-activityreport {
  margin-top : 2em;
}

.table-calendar a {
  color : #9c27b0;
}

.table-custom-bordered th,
.table-custom-bordered td {
  border: 1px solid black !important;
  border-color: black !important;
}

#table-studentlifereport td:nth-child(n+3) {
  text-align: center;

}

#table-studentlifereport th:nth-child(n+3) {
  text-align: center;

}

.card-horizontal {
  display: flex;
  flex: 1 1 auto;
}

.card-custom-text {
  margin-bottom:3px;
}

.content{
  overflow-x: auto;
}
