

  /* ---------------------------------------------------
   SummerNote
----------------------------------------------------- */



.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold .custom-nav-icon {
    height: 50px;
    width: 50px;
    display: block;
    margin: 0 auto 6px;
}

.search-results.list-horizontal {
    overflow: auto;
    max-height: 700px;
}

.blocked {
    background-color: #e4e4e4 !important;
    border-color: transparent !important;
}

.multiple-event-border {
    border-left: 5px solid;
}

.fc-content .fc-title {
    padding-left: 3px;
}

/*# sourceMappingURL=app.css.map */
.custom-row {
    background: #bdbdbd;
    padding: 10px 0 0 0;
    margin-top: -15px;
}

.custom-forma .row-title {
    padding: 2px 5px;
    font-size: 22px;
    background-color: #004335;
    color: white;
    margin: 10px 0px;
}

.select2-results .color_js {
    border-left: 5px solid blue;
    padding: 0 5px;
}

.select2-results .color_ss {
    border-left: 5px solid green;
    padding: 0 5px;
}

.select2-results .color_b {
    border-left: 5px solid #db4cec;
    padding: 0 5px;
}

.select2-results .color_pac {
    border-left: 5px solid black;
    padding: 0 5px;
}

.select2-results .color_st {
    border-left: 5px solid red;
    padding: 0 5px;
}

.select2-results .color_gov {
    border-left: 5px solid black;
    padding: 0 5px;
}

.bootstrap-datetimepicker-widget table td span:hover {
    background: #013473 !important;
    color: white !important;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
    background: #013473 !important;
    color: white !important;
}

.custom-nav-pills.nav-pills .nav-link {
    border: 1px solid;
    margin: 0 4px;
}

.remove-students {
    float: right;
    position: relative;
    right: 10px;
    z-index: 4;
    font-size: 20px;
    color: #003473;
    top: -10px;
    cursor: pointer;
}

.remove-all-students {
    margin: 0 16px 22px 0px;
}

.typeahead.dropdown-menu li {
    padding: 5px 10px;
}

.color_Low {
    color: #74f174;
}

.color_Moderate {
    color: #f7f36e;
}

.color_High {
    color: #ffcd82;
}

.color_Extreme {
    color: #ff6b6b;
}

.student-card {
    cursor: pointer;
}

.border_pending {
    border: 2px solid #a7a7a7;
    background: #f5f7f9;
}

.border_pending.select-student {
    background: #daebfd;
}

.border_approved {
    background-color: #ebffe7 !important;
    border: 2px solid #2bbb28 !important;
}

.border_approved.select-student {
    background-color: #b3d8ab !important
}

.border_rejected {
    background-color: #ffe7e7 !important;
    border: 2px solid #f00 !important;
}

.border_rejected.select-student {
    background-color: #f3cfcf !important;
}

.tag {
    padding: 4px 20px 4px 10px;
}

.tag span {
    display: none;
}

.custom-radios div {
    display: inline-block;
}

.custom-radios input[type="radio"] {
    display: none;
}

.custom-radios input[type="radio"]+label {
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.custom-radios input[type="radio"]+label span {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 5px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 36px;
}

.custom-radios input[type="radio"]+label span img {
    opacity: 0;
    transition: all 0.3s ease;
}

.custom-radios input[type="radio"]:checked+label span img {
    opacity: 1;
}

.custom-selection [type="radio"]:checked,
.custom-selection [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    visibility: hidden;
}

.custom-selection .checkbox-tools:checked+label,
.custom-selection .checkbox-tools:not(:checked)+label {
    position: relative;
    display: inline-block;
    padding: 4px 10px 10px 10px;
    width: auto;
    font-size: 14px;
    line-height: 10px;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    color: #003473;
    border: 1px solid #003473;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.custom-selection .checkbox-tools:not(:checked)+label {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.custom-selection .checkbox-tools:checked+label {
    background-color: #003473;
    color: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.custom-selection .checkbox-tools:not(:checked)+label:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.custom-selection .checkbox-tools:checked+label::before,
.custom-selection .checkbox-tools:not(:checked)+label::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-image: linear-gradient(298deg, #003473, #ffc107);
    z-index: -1;
}

.custom-selection .checkbox-tools:checked+label .uil,
.custom-selection .checkbox-tools:not(:checked)+label .uil {
    font-size: 24px;
    line-height: 24px;
    display: block;
    padding-bottom: 10px;
}

@media (min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1400px;
    }
}

.custom-sidebar-main-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
}

.custom-sidebar-main-nav a {
    padding: 0.66rem 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #003473;
}

.active-cocurricular-item .card {
    background-color: #dee2e6;
}

.handle {
    margin: 0 10px;
    border: 1px solid;
    padding: 9px;
    border-radius: 4px;
    cursor: pointer;
}

.dynamic-section-row {
    border-bottom: 2px solid #808080;
    padding-top: 15px;
    margin-bottom: 10px;
}

#powerpoint_smartWizard .nav-tabs .nav-item {
    flex-grow: 1;
}

#powerpoint_smartWizard .nav-tabs .nav-item a {
    pointer-events: none;
    position: absolute;
}

#powerpoint_smartWizard .nav-tabs {
    border: 1px solid #003473;
    height: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

#powerpoint_smartWizard .nav-tabs .nav-item.active,
#powerpoint_smartWizard .nav-tabs .nav-item.process-complete {
    height: 18px;
    margin-bottom: 20px;
}

#powerpoint_smartWizard .nav-tabs .nav-item:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#powerpoint_smartWizard .nav-tabs .nav-item:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.smartwizard-button {
    margin-top: 20px;
    margin-bottom: 20px;
}

#studentSignIn .error {
    color: red;
}

.excu-header {
    background: #003473;
}

.excu-header h5{
    color: white;
}
.picker--time .picker__box {
    position: inherit !important;
}

.picker__list-item {
    position: inherit !important;
}

div.radio-section {
  display: flex;
  flex-flow: row wrap;
}

div.radio-section > div {
  flex: 1;
  padding: 0.5rem;
}

.custom-design-radio {
  display: none;
}
.custom-design-radio:not(:disabled) ~ label {
  cursor: pointer;
}
.custom-design-radio:disabled ~ label {
  color: #bcc2bf;
  border-color: #bcc2bf;
  box-shadow: none;
  cursor: not-allowed;
}

label.custom-design-radio-lable {
  height: 100%;
  display: block;
  background: white;
  border-radius: 20px;
  padding: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);
  position: relative;
}
#label_control_01 {
    border: 2px solid #20df80;
}
#label_control_02 {
    border: 2px solid yellowgreen;
}
#label_control_03 {
    border: 2px solid orange;
}
#label_control_04 {
    border: 2px solid red;
}
.custom-design-radio:checked + label {
  background: #20df80;
  color: white;
}
.custom-design-radio:checked + label > h2 {
  color: white;
}
/* .custom-design-radio:checked + label::after {
  color: #3d3f43;
  font-family: FontAwesome;
  border: 2px solid #1dc973;
  content: "\f00c";
  font-size: 24px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: white;
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
} */

.custom-design-radio#control_04:checked + label {
  background: red;
  border-color: red;
}
.custom-design-radio#control_03:checked + label {
  background: orange;
  border-color: orange;
}
.custom-design-radio#control_02:checked + label {
  background: yellowgreen;
  border-color: yellowgreen;
}


@media only screen and (max-width: 700px) {
  div.radio-section {
    flex-direction: column;
  }
}



.error {
    color: red !important;
}
.lesson-display {
    border: 1px solid #003472;
    padding: 4px;
    border-radius: 6px;
    white-space: nowrap;
    margin-bottom: 5px;
}

.list_of_tutor {
    display: flex;
    justify-content: center;
}
.list_of_tutor .tutor_name {
    width: 280px;
    min-width: 280px;
    text-align: left;
}

div.hopscotch-bubble {
    background-color: #003473 !important;
    border: 2px solid rgb(0 52 115) !important;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {

    border-top: 17px solid rgb(0 52 115) !important;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {

    border-top: 17px solid #003473 !important;
}

.assign-student-event {
    border: 2px solid blue !important;
    margin: 5px !important;
    margin: 0 auto;
}

.fc-time-grid .fc-bgevent,
.fc-time-grid .fc-event:not(.assign-student-event) {
    border: 1px solid #000 !important;
    margin: 5px !important;
    margin: 0 auto;
}

.picker--time .picker__box {
    position: inherit !important;
}

.picker__list-item {
    position: inherit !important;
}
.module-card {
    cursor: pointer;
}
.module-card:not(.bg-light):hover {
    box-shadow: 0px 0 10px #888888;
}

.student-image-wrapper {
    display: flex;
    flex-direction: column;
    margin: auto;
    align-items: center;
    justify-content: center;
    min-width: 200px;
}

.student-image-wrapper img {
    /* border-radius: 50%; */
}

.form-overlay {
    position: absolute;
    width: 100%;
    height: 98%;
    background: #696969;
    z-index: 1;
    opacity: 0.1;
}

  .info-icon {
    position: absolute;
    top: 10px;
    left: 10px;
  }

  .status_rejected {
    color: red !important;
}
.status_reject_and_resubmit {
    color: orange !important;
}

.status_approved {
    color: green !important;
}

.disable-overlay {
    position: absolute;
    background: gray;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    border-bottom: 1px solid white;
}
.disable-overlay i {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
}

.student-card{
    cursor: pointer;
}
.border_pending {
    border: 2px solid #a7a7a7;
    background: #f5f7f9;
}
.border_pending.select-student {
    background: #daebfd;
}

.border_approved {
    background-color: #ebffe7 !important;
    border: 2px solid #2bbb28 !important;
}
.border_approved.select-student {
    background-color:#b3d8ab !important
}
.border_rejected {
    background-color: #ffe7e7 !important;
    border: 2px solid #f00 !important;
}
.border_rejected.select-student {
    background-color: #f3cfcf !important;
}
.popover-body {
    border: 1px solid #696969;
    border-radius: 6px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.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;
    cursor: inherit;
    display: block;
}

.company-header-avatar{
    width: 100%;
    height: auto;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;

}
.image_cover{
    width:80px;
    height:80px;
    border-radius:50%;
    overflow:hidden;
    float: left;
}
.hidden-wrapper {
    position: absolute;
    background: transparent;
    height: 100%;
    width: 100%;
    z-index: 10;
}
