.flex.space-around {
  justify-content: space-around;
}

.flex.flow-wrap {
  flex-flow: wrap;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px;
}

.p10 {
  padding: 10px;
}

.white-box {
  background-color: #fff;
  margin: 0;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
  box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
  padding: 10px;
  margin: 10px;
}

.white-box.p10 {
  padding: 10px;
}

.white-box.pb20 {
  padding-bottom: 20px;
}

.white-box.pb50 {
  padding-bottom: 50px;
}

.white-box.mb10 {
  margin-bottom: 10px;
}

.white-box.mb20 {
  margin-bottom: 20px;
}

.white-box.mb30 {
  margin-bottom: 30px;
}

.white-box.m5 {
  margin: 5px;
}

.content {
  width: 100%;
  background-color: #f2f4f8;
  border-bottom-right-radius: 10px;
  padding: 0px 30px 300px;
  border-radius: 30px 0px 0px 30px;
  min-height: 1202px;
}
.content div.content-content {
  padding-top: 30px;
  padding-left: 6px;
  padding-right: 6px;
}
.content div.content-content .title-content {
  border-bottom: 2px solid #e7e9eb;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  color: #334152;
  font-size: 1.7rem;
  font-weight: 700;
}
.table {
  border: none !important;
}
.table thead th {
  text-transform: uppercase;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom-width: 1px !important;
  border-bottom: 1px solid #999;
  color: #3e4b5b;
  font-size: 10px;
}
.table tbody tr {
  background-color: #fff !important;
}
.table tbody tr td {
  padding-bottom: 0 !important;
  padding: 8px !important;
  border-left: none !important;
  border-right: none !important;
  border-top: 1px solid #f2f3f6 !important;
  border-bottom: 0 !important;
  vertical-align: middle;
}
.table tbody tr td .btn {
  margin-bottom: 0 !important;
}
.btn.btn-primary {
  color: #fff;
  background-color: #047bf8;
  border-color: #047bf8;
}
.btn.btn-primary:hover {
  background-color: #0368d2;
  border-color: #0362c6;
}
.btn.btn-danger {
  color: #fff;
  background-color: #e65252;
  border-color: #e65252;
}
.btn.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn.btn-success {
  color: #fff;
  background-color: #5eb314;
  border-color: #5eb314;
}
.btn.btn-success:hover {
  color: #fff;
  background-color: #4c9110;
  border-color: #46850f;
}
.btn.btn-info {
  color: #292b2c;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aaacf;
}
.btn.btn-warning {
  color: #292b2c !important;
  background-color: #f9d66f;
  border-color: #f8d363;
}
.btn.btn-warning:hover {
  color: #292b2c !important;
  background-color: #f9d66f;
  border-color: #f8d363;
}

.select2-container--bootstrap .select2-selection {
  width: 100%;
  display: block;
  padding: 0.7rem 0.5rem;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #dde2ec !important;
  border-radius: 4px;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto !important;
}
.select2-container--bootstrap .select2-selection:focus {
  color: #495057;
  background-color: #fff;
  border-color: #047bf8 !important;
  outline: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form-control,
input {
  display: block;
  width: 100%;
  padding: 0.5rem 0.5rem;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #dde2ec;
  border-radius: 4px;
  font-weight: 300;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control:focus,
input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #047bf8;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.title-form {
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  display: block;
  font-weight: 700;
  line-height: 1.2;
  color: #334152;
  font-size: 1.4rem;
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
}

.content-permission {
  width: 25%;
  padding: 8px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.content-permission .permission label {
  margin-right: 15px;
}

.glyphicon.glyphicon-chevron-down {
  color: #047bf8;
}

.glyphicon.glyphicon-chevron-up {
  color: #047bf8;
}

.timepicker-picker .separator {
  border: none;
}

body {
  position: relative;
}

.menu_section > ul {
  margin-top: 0;
}

.gray {
  color: #c1c1c0 !important;
}

body:before {
  content: '';
  position: absolute;
  z-index: -1;
  /* background: -webkit-gradient(linear, left top, right bottom, from(#d7bbea), to(#65a8f1)); */
  background: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.nav_title {
  background: #f7f7f7 !important;
  overflow: hidden;
  width: 100%;
  border-top-left-radius: 10px;
}

.left_col {
  color: #ffffffe6;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#1c4cc3),
    to(#163b96)
  ) !important;
  background-image: linear-gradient(
    to bottom,
    #1c4cc3 0,
    #163b96 100%
  ) !important;
  background-repeat: repeat-x;
  /*border-top-left-radius: 10px;
    border-bottom-left-radius: 10px*/
}

.left_col .nav.side-menu > li:hover {
  background-color: #0061da !important;
}

.left_col .nav.side-menu > li a {
  color: #fff !important;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 12px;
}

.left_col .nav.side-menu > li.active > a {
  background-color: #0061da !important;
  color: #fff !important;
}

.logo img {
  width: auto !important;
  height: 100%;
}

.top_nav .nav > li > a:focus {
  background: #027af8 !important;
}

.top_nav .nav .open > a,
.top_nav .nav .open > a:focus,
.top_nav .nav .open > a:hover,
.top_nav .nav > li > a:focus,
.top_nav .nav > li > a:hover {
  background: #fff !important;
}

#menu1 li a {
  border-radius: 0;
}

.nav_menu {
  background: #fff !important;
  -webkit-box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
  -moz-box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
  -ms-box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
  box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
  border-top-right-radius: 10px;
  margin-bottom: 0;
}

.nav_menu .navbar-right > li > a {
  font-weight: 700;
}

.nav_menu .navbar-right > li > a.user-profile.gray {
  color: #c1c1c0 !important;
}

.nav_menu .navbar-right > li > a .fa {
  color: #027af8;
}

.nav_menu .navbar-right > li > a:hover {
  background-color: #fff !important;
  color: #027af8 !important;
}

.nav_menu .navbar-right > li > a:hover .fa {
  color: #027af8 !important;
}

.nav_menu .navbar-right > li > a .bg-blue {
  background: #e65252 !important;
  border: 1px solid #e65252 !important;
  color: #fff;
  position: relative;
  top: -3px;
  border-radius: 6px;
}

.nav_menu .navbar-right > li:first-child a {
  border-top-right-radius: 10px;
}

.container {
  padding: 10px;
}

.main_container {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-top-left-radius: 10px;
  border-radius: 10px;
}

.toggle a i {
  color: #027af8;
}

.nav-md .logo-smal {
  display: none;
}

.nav-md .logo-large {
  display: block;
}

.nav-md .content-image-profile {
  width: 45%;
  padding: 20px;
  margin: 0 auto;
}

.nav-md .content-image-profile div {
  border-radius: 50%;
  overflow: hidden;
}

.nav-md .content-image-profile img {
  width: 100%;
}

.nav-md h3 {
  padding-left: 0;
  text-align: center;
  margin-bottom: 10px;
}

.nav-md h3#role-name {
  color: #90acfb;
  font-size: 10px;
}

.nav-md .container.body .right_col {
  padding: 0;
  margin-left: 0;
  flex: 1;
}

.nav-md .container.body .col-md-3.left_col {
  width: 16%;
  padding: 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

.nav-md .container.body .col-md-3.left_col .side-menu#menu {
  border-top: 1px solid #ffffff1a;
}

.nav-md .container.body .col-md-3.left_col .side-menu#menu > li {
  border-bottom: 1px solid #ffffff1a;
}

.nav-md
  .container.body
  .col-md-3.left_col
  .side-menu#menu
  > li
  .fa.fa-angle-left {
  transform: rotate(270deg);
  position: relative;
  top: -7px;
}

.nav-md .container.body .col-md-3.left_col .side-menu#menu > li li:before {
  background-color: #fbb463 !important;
}

.nav-md .container.body .col-md-3.left_col .side-menu#menu > li li:after {
  border-left: 1px solid transparent !important;
}

.nav-md .main_container .top_nav {
  margin-left: 0;
}

.nav-sm .logo-large {
  display: none;
}

.nav-sm .logo-smal {
  display: block;
}

.nav-sm .container.body .right_col {
  padding: 0;
  margin-left: 0;
  flex: 1;
}

.nav-sm .container.body .col-md-3.left_col {
  width: 90px;
  padding: 0;
  position: relative;
}

.nav-sm .main_container .top_nav {
  margin-left: 0;
}

.nav-sm .nav_title {
  width: 100% !important;
}

.nav-sm #sidebar-menu .content-image-profile {
  width: 100%;
  padding: 20px;
}

.nav-sm #sidebar-menu .content-image-profile div {
  border-radius: 50%;
  overflow: hidden;
}

.nav-sm #sidebar-menu .content-image-profile img {
  width: 100%;
}

.nav-sm #sidebar-menu li .fa.fa-angle-left {
  display: none;
}

/* .nav-sm #sidebar-menu li:hover ul.nav.child_menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1)
} */
.sidebar_submenu_option {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translateX(0) scale(1) !important;
  transform: translateX(0) scale(1) !important;
}
.sidebar_submenu_option.child_menu li.active {
  width: fit-content;
}
/*.sidebar_submenu_option.child_menu li.active a {
  color: #5edfff !important;
} */

/* class to chages the color of submenu of the active page 
.sidebar_submenu_option.child_menu li.current-page a {
  color: #5edfff !important;
} */
.nav-sm #sidebar-menu li ul.nav.child_menu {
  display: block !important;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(40px) scale(0.95);
  transform: translateX(40px) scale(0.95);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  background-color: #0061da !important;
  color: #fff;
  left: 100%;
  top: -47px;
  overflow: hidden;
  text-align: left;
  padding-bottom: 20px;
  -webkit-box-shadow: 0 2px 40px 0 rgba(26, 138, 255, 0.5);
  -moz-box-shadow: 0 2px 40px 0 rgba(26, 138, 255, 0.5);
  -ms-box-shadow: 0 2px 40px 0 rgba(26, 138, 255, 0.5);
  box-shadow: 0 2px 40px 0 rgba(26, 138, 255, 0.5);
  min-width: 250px;
  height: auto !important;
  border-radius: 6px;
}

/* .nav-sm #sidebar-menu li ul.nav.child_menu li {
  border-bottom: 1px solid #ffffff1a;
}

.nav-sm #sidebar-menu li ul.nav.child_menu li:last-child {
  border-bottom: 0;
}

.nav-sm #sidebar-menu li ul.nav.child_menu li a {
  padding: 12px 50px;
  font-size: 1.2rem;
}

.nav-sm #sidebar-menu li ul.nav.child_menu li a:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background-color: #fbb463;
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.nav-sm #sidebar-menu li ul.nav.child_menu li a:hover:before {
  opacity: 1;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
} */

.right_col {
  /* background-color: #f2f4f8 !important; */
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
}

.count {
  color: #047bf8;
}

.tile-stats {
  border: none !important;
  -webkit-box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
  -moz-box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
  -ms-box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
  box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
}

.tile-stats h3 {
  color: #334152;
  font-weight: 700;
  font-size: 1.6rem;
}

.tile-stats .icon {
  color: #73879c;
  right: 45px;
  top: 11px;
}

.tile-stats .icon i {
  font-size: 40px;
}

.tile-stats .icon:hover {
  color: #73879c;
}

.tile-stats:hover .icon i {
  color: #73879c;
}

.animated {
  -webkit-animation-duration: 0.3s !important;
  animation-duration: 0.3s !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.parent-menu-top-bar ul.sub-menu-top-bar {
  display: none;
  position: absolute;
  left: -60px;
  z-index: 999999;
  background-color: #027af8 !important;
  min-width: 211px;
  padding: 10px 20px;
  border-radius: 6px;
}

.parent-menu-top-bar ul.sub-menu-top-bar li {
  background-color: #027af8 !important;
  background: #027af8 !important;
  border-bottom: 1px solid #ffffff1a;
}

.parent-menu-top-bar ul.sub-menu-top-bar li:last-child {
  border-bottom: none;
}

.parent-menu-top-bar ul.sub-menu-top-bar li a {
  font-weight: 700;
  display: block;
  white-space: nowrap;
  padding: 10px 10px 10px 0;
  line-height: 1;
  color: #fff;
  position: relative;
}

.parent-menu-top-bar ul.sub-menu-top-bar li a:hover {
  background-color: #027af8 !important;
  background: #027af8 !important;
  color: #fff;
}

.parent-menu-top-bar ul.sub-menu-top-bar li a .fa {
  color: #fff !important;
  display: inline-block;
  margin-right: 15px;
  font-size: 18px;
}

footer {
  margin-left: 0 !important;
  border-bottom-right-radius: 10px;
  position: absolute;
  width: 100%;
  /* margin-top: 63px !important; */
  z-index: 3;
  bottom: 0;
}
.blockEvents {
  font-size: 14px;
  margin-left: 10px;
  display: inline-block;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
}
.blockEvents .num {
  font-size: 22px;
}
.blockEvents .month,
.blockEvents .year {
  font-size: 12px;
}
.blockEvents.today {
  border-left: 3px solid #19aff0 !important;
}
.blockEvents.tomorrow {
  border-left: 3px solid #9fd36c !important;
}
.blockEvents.after {
  border-left: 3px solid #be0009 !important;
}
.parent-menu-top-bar ul.header-right {
  display: none;
  position: absolute;
  text-align: center;
  left: -80px;
  width: 100px;
  font-weight: 700;
  font-size: 14px;
  border-radius: 0 0 8px 8px;
  padding: 15px 0;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 30%);
}
.parent-menu-top-bar ul.style-social {
  display: none;
  position: absolute;
  text-align: center;
  min-width: 280px;
  font-weight: 700;
  font-size: 14px;
  border-radius: 0 0 8px 8px;
  padding: 15px 0;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 30%);
}
.parent-menu-top-bar ul.style-social-emails {
  display: none;
  position: absolute;
  min-width: 280px;
  font-weight: 700;
  font-size: 14px;
  border-radius: 0 0 8px 8px;
  padding: 15px 0;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 30%);
}

.custom-badge {
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  top: 3px;
  right: 11px;
  padding: 3px 6px;
  background-color: red;
  color: white;
  font-weight: bolder;
}

.table-details {
  width: 100%;
}

.details-blocks .panel-title {
  margin-bottom: 30px;
}

table.table-details td:first-child {
  font-weight: bold;
}

.panel-body.details-blocks .panel-title {
  font-weight: bold;
}

.closePopover {
  position: absolute;
  right: 10px;
  top: 5px;
  font-weight: bold;
  cursor: pointer;
}

.pos-1 {
  background: red !important;
}
.pos-2 {
  background: orange !important;
}
.pos-3 {
  background: green !important;
}

.permission_box {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 1px 1px 1px 1px #ccc;
  margin: 2px;
  height: 110px;
}

.image_setup_welcome {
  margin: 75px 50px;
}

.image_setup_welcome img {
  max-width: 500px;
}

.contain_welcome {
  margin: 100px 20px;
}

.contain-wizard a.nav-link {
  border: 1px solid #cce;
  padding: 0;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: #ccc;
}

.contain-wizard .active a.nav-link {
  background: white;
}
.contain-wizard #myTab {
  border-bottom: none;
}

.contain-wizard .btnPrev,
.contain-wizard .btnNext {
  width: 100px;
}

.contain-wizard #school_years {
  text-align: center;
}

.image-wizard {
  width: 50px;
  margin: 10px;
}

/*.contain-wizard input[type='text'],
.contain-wizard input[type='number']{
    border: none;
    border-bottom: 1px solid;
    max-width: 300px;
    display: inline-block;
    text-align: center;
}
.contain-wizard select{
    max-width: 300px !important;
    display: inline-block;
}*/
.contain-wizard .panel-default,
.contain-wizard .panel-heading {
  border: none !important;
  background: transparent;
}

/*FIXED COLS FOR ADS*/
.auto-scroller {
  overflow: auto !important;
}

.adsRight .containAds {
  width: 160px;
  height: 600px;
  padding: 2px;
  /* background-color: #cce;*/
  margin-bottom: 15px;
}
.areaTopAds .containAds {
  width: 728px;
  height: 90px;
  padding: 2px;
  /*background-color: #ccc;*/
}
.contain-wizard a.more-info {
  font-weight: bold;
}

.contain-wizard .panel-heading {
  padding: 35px;
}

/*.contain-wizard form{
    display: inline-block;
}*/
.contain-wizard .tab-pane,
.contain-wizard .tab-pane th {
  text-align: center;
}

.blink-welcome {
  font-weight: bold;
  color: #555;
  animation: blinker 4s linear infinite;
  -webkit-animation: blinker 4s linear infinite;
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
.areaTopAds .containAds {
  border-radius: 6px;
  padding: 5px;
  left: 50%;
  margin-left: -364px;
  text-align: center;
  position: relative;
}

.adsRight .containAds {
  /*  background-color: #fff;*/
  border-radius: 6px;
  padding: 5px;
  text-align: center;
}
.warning-new-lang {
  font-size: 10px;
}

.warning-new-lang {
  font-size: 10px;
}
.btnNext {
  position: absolute;
  right: -100px;
  top: 40%;
}
.btnPrev {
  position: absolute;
  left: -100px;
  top: 40%;
}

.contain-wizard .btnPrev,
.contain-wizard .btnNext {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #fff;
  color: #000;
}

.contain-wizard #myTab {
  position: absolute;
  bottom: -145px;
  left: 40%;
}

.contain-wizard .fa-arrow-right,
.contain-wizard .fa-arrow-left {
  /* top: 5px; */
  position: relative;
}

#setup_wizard .modal-title {
  text-align: center;
}

#setup_wizard .started img {
  width: 75px;
}

#setup_wizard .white-box {
  box-shadow: none;
}

#setup_wizard label,
#setup_wizard input #setup_wizard a.btn.btn-primary,
#setup_wizard .form-title {
  font-size: 20px !important;
}

#setup_wizard label {
  font-weight: 400;
}

/* #setup_wizard input,
#setup_wizard select
{
    font-size: 40px;
    height: 50px;
    text-align: center;
} */

.modal-title .started {
  font-size: 60px;
}

.modal-footer.started {
  border-top: none;
}

#form_school_year label {
  float: right;
}

.contain-wizard label {
  float: right;
}

#setup_wizard .linked {
  padding: 20px;
  margin-top: 20px;
  position: relative;
  top: 35px;
  text-decoration: underline;
  font-style: italic;
}

#setup_wizard {
  font-family: 'Ubuntu' !important;
  color: #000 !important;
}

.el-form-item__content {
  display: flex;
}

.btn-circle {
  width: 50px;
  height: 50px;
  padding: 6px 0px !important;
  border-radius: 25px !important;
  text-align: center !important;
  font-size: 15px !important;
  line-height: 1.42857 !important;
}

.title-tabs {
  font-size: 35px !important;
  color: #606266;
  margin-bottom: 5%;
}
.el-step__icon-inner {
  display: none !important;
}

.el-step__icon.is-text {
  border: 2px solid #409eff !important;
}

.el-step__line {
  background-color: #ec972e !important;
}

/* PROPIEDADES DE EFECTO FADE IN */
.fade-in {
  animation: fadeIn ease 5s;
  -webkit-animation: fadeIn ease 5s;
  -moz-animation: fadeIn ease 5s;
  -o-animation: fadeIn ease 5s;
  -ms-animation: fadeIn ease 5s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.label-custom-form {
  text-align: right;
  vertical-align: middle;
  float: left;
  font-size: 14px;
  color: #606266;
  line-height: 40px;
  padding: 0 12px 0 0;
  box-sizing: border-box;
}

.button-custom-primary {
  color: #fff;
  background-color: #409eff;
  border-color: #409eff;
  margin-top: 5%;
  margin-bottom: 10%;
}

.button-custom-success {
  color: #fff;
  background-color: #67c23a;
  border-color: #67c23a;
  margin-top: 5%;
  margin-bottom: 10%;
}

.button-custom-danger {
  color: #fff;
  background-color: #f56c6c;
  border-color: #f56c6c;
  margin-top: 5%;
  margin-bottom: 10%;
}
.menu__principal__item {
  display: inline-block;
}

.list-menus span i {
  font-size: 30px;
  line-height: initial !important;
}
.list-menus span img {
  width: 30px;
  height: auto;
}
.list-menus span {
  display: inline-block;
  color: #fff;
  padding: 2px;
  background-color: #1c4cc3;
  border-radius: 6px;
}
.list-menus ul {
  width: 100%;
}
.list-menus li {
  display: inline-block;
  padding: 5px;
  width: 150px;
  text-align: center;
}
/* .metismenu li img{
    width: 50px;   
} */
/**/

.truncate {
  /* width: 250px; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.showEmails {
  overflow-y: auto;
  max-height: 500px;
  font-size: 10px;
}

.search.selection.dropdown .item {
  font-size: 14px !important;
}

.fa.employee,
.fa.staff-attendance,
.fa.pay-day,
.fa.account,
.fa.account-type,
.fa.debtor,
.fa.transaction {
  background-repeat: no-repeat;
  height: 30px;
  background-size: contain;
  background-position: center;
}

.employee {
  background: url('/assets/img/collaboration.png');
}

.staff-attendance {
  background: url('/assets/img/employee-card.png');
}

.pay-day {
  background: url('/assets/img/transaction.png');
}

.account {
  background: url('/assets/img/bank-building.png');
}

.account-type {
  background: url('/assets/img/settings.png');
}

.debtor {
  background: url('/assets/img/searching.png');
}

.transaction {
  background: url('/assets/img/transaction_2.png');
}

#plan_features .panel-title {
  position: relative;
}

#plan_features .panel-title::after {
  content: '\f107';
  color: #333;
  top: -2px;
  right: 0px;
  position: absolute;
  font-family: 'FontAwesome';
}

#plan_features .panel-title[aria-expanded='true']::after {
  content: '\f106';
}

/*
 * Added 12-27-20 to showcase full title clickthrough
 */

#plan_features .panel-heading-full.panel-heading {
  padding: 0;
}

#plan_features .panel-heading-full .panel-title {
  padding: 10px 15px;
}

#plan_features .panel-heading-full .panel-title::after {
  top: 10px;
  right: 15px;
}

.line-blue-bottom {
  border-bottom: 5px solid #0076d1;
}
.title-adblock {
  color: #0076d1 !important;
  font-size: 30px;
  font-weight: bolder;
  padding: 15px;
}
.text-black {
  color: #000;
}

.permission_box .contain-image {
  background: #3900a5;
  display: inline-block;
}

.permission_box i,
.permission_box img {
  color: #fff;
  width: 33px;
  height: 33px;
  padding: 3px;
}
.permission_box i {
  font-size: 25px;
}
.radio2fa {
  display: inline-block;
  width: auto;
  margin-right: 5px !important;
}
.big-numbers {
  padding: 15px;
}
.big-numbers input[type='text'] {
  height: 100px;
  font-size: 50px;
  text-align: center;
  border: none;
  border-bottom: 2px solid #ccc;
}

.big-numbers input[type='text']:focus {
  border-bottom: 2px solid blue;
}

.questions-answer-security ::placeholder {
  color: blue;
  font-size: 10px;
  margin-top: 0;
  top: 0;
  position: relative;
}

.questions-answer-security .qa4,
.questions-answer-security .qa1 .row,
.questions-answer-security .qa2 .row,
.questions-answer-security .qa3 .row {
  margin-top: 15px;
}

.q-a .error {
  border: 2px solid red;
}
.red-circle {
  width: 30px;
  height: 30px;
  background: red;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
}

.item-panel.zone {
  height: 48px !important;
  border: 1px dotted #ccc;
}

h4#role-name {
  font-size: 10px;
  text-align: center;
  font-weight: bold;
}

footer .footer .float-rigth {
  display: inline-block;
}
footer .footer .float-left {
  display: inline-block;
}

footer .footer .float-left img {
  display: inline-block;
  width: 150px;
}

footer .footer .float-left {
  font-size: 15px;
}

.text-footer {
  display: inline-block;
  top: 7px;
  position: relative;
  margin-left: 15px;
}

footer .footer .float-right ul > ul {
}
footer .footer .float-right ul {
  margin-top: 18px;
}
footer .footer .float-right li {
  display: inline-block;
}
footer .footer .float-right .m-drop {
  box-shadow: 2px 1px 9px #ccc;
  border: 1px solid #fff !important;
  z-index: 10000000000;
}
footer .footer .float-right {
  display: inline-block;
  float: right;
  font-size: 15px;
}

footer .footer .float-right .dropdown-menu > li > a:hover,
footer .footer .float-right .dropdown-menu > li > a:focus {
  background-color: #fff;
}
.dropdown-footer button {
  border: none;
  background: transparent;
}

.dropdown-footer .dropdown-menu {
  border-radius: 10px;
}

#chat-application {
  bottom: 100px !important;
}

footer .footer .float-right .flag-icon-squared {
  width: 30px !important;
  height: 30px !important;
}

.span-flag {
  position: relative;
  left: 5px;
  top: 8px;
}

.container-separador {
  position: relative;
  width: 20px;
  height: 20px;
}

.title_hexan {
  margin-top: 9px !important;
}

.nav.navbar-nav.navbar-right.navbar_principal {
  /* margin-top: 10px !important; */
}

.modal-vikinger h1 {
  color: #000;
}

.add-v {
  background: #047bf8;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.add-v i {
  margin-top: 5px;
}

.autopay_settings .tooltip {
  width: 200px;
}

#addPaymentMethod,
.addPaymentMethod {
  cursor: pointer;
  background: #047bf8;
  color: #fff;
  border-radius: 100%;
  width: 20px;
  text-align: center;
  height: 20px;
  padding-top: 3px;
  margin-top: 29px;
}

.form-input-vikinger.money input {
  padding-left: 25px;
}
.money-vikinger {
  position: absolute;
  color: #8080805e;
  top: 10px;
  font-size: 20px;
  left: 10px;
}

.rounded-10 {
  border-radius: 10px !important;
}

.select-grade {
  color: #027af8;
  border-bottom: 2px solid #027af8;
  display: inline-block !important;
}

.label-grade {
  cursor: pointer;
}

.check-eye {
  opacity: 0;
}

.info-icon-i {
  cursor: pointer;
  color: #047bf8;
  border-radius: 100%;
  width: 20px;
  text-align: center;
  height: 20px;
  padding-top: 3px;
  margin-top: 29px;
}

.info-icon-blue {
  color: #027af8;
  cursor: pointer;
}

.meal-section .select2-container--default .select2-selection--single,
.meal-section .select2-container--default .select2-selection--multiple {
  border: 2px solid #dde2ec !important;
  border-radius: 5px !important;
}

.meal-section input[type='file'] {
  display: block;
  width: 50%;
  margin-left: 0;
}

.imput-time-wrapper {
  width: 70%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.input-time-am-pm {
  width: 28%;
  display: inline-block;
}

.imput-time-wrapper select {
  display: inline-block;
  width: 100px;
  height: 80px !important;
  font-size: 50px;
}

.double-dots {
  display: inline-block;
  font-size: 50px;
}

.input-time-am-pm label.top {
  border: 1px solid;
  padding: 2px 5px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  top: 5px;
  position: relative;
  font-size: 10px;
}

.input-time-am-pm label.bottom {
  border: 1px solid;
  padding: 2px 5px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  font-size: 10px;
}

.main-time {
  position: relative;
  top: 20px;
}

.chart-skills li.active {
  color: #047bf8;
  font-weight: bold;
}

.chart-skills li.active::before {
  content: '';
}

#caseStudent .modal-title {
  font-size: 24px;
}

#email_sms_statics table {
  border: 1px solid #ccc !important;
}

#email_sms_statics table {
  border-collapse: separate;
  border-spacing: 0;
}
#email_sms_statics table,
#email_sms_statics td {
  border: 1px solid black;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px;
}
#email_sms_statics .modal-title.mTitle {
  font-size: 22px !important;
  color: #000;
  font-weight: bold;
}
#email_sms_statics td {
  text-align: center;
}
.badge-sent {
  background-color: #7fff00 !important;
  color: #000 !important;
}
.badge-sending {
  background-color: #ffd700 !important;
  color: #000 !important;
}
.badge-opened {
  background-color: #00bfff !important;
}
.badge-failed {
  background-color: #ff0000 !important;
}
.statics-tbody .badge {
  font-weight: bold;
}

.select-fees a {
  color: #000;
  width: 100%;
  display: inline-block;
}

.select-fees label {
  width: 100%;
}

.select-fees button {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 0;
  margin: 0;
  font-size: 12px;
  padding-left: 8px;
}

.select-fees .fa.fa-sort-down {
  float: right;
  color: #999;
  margin-left: 11px;
  margin-right: 5px;
  font-size: 12px;
}

.select-fees .dropdown-menu {
  width: 100%;
  padding: 5px;
}

.select-fees input[type='number'] {
  width: 50px;
  display: inline-block;
}

.select-fees input[type='checkbox'] {
  display: inline-block;
  width: auto;
}

.description-homework img {
  max-width: 100%;
}

/* PARENT PAYMENT */
#frmPayment li.active > a {
  /* border-bottom: 2px #047bf8 solid !important; */
}

#tapInvoices {
  border: 1px solid #000;
  border-radius: 30px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#tapInvoices a,
#payment_wizard span.desc,
#payment_wizard .title-payment-wizard {
  font-size: 18px;
}

#payment_wizard th {
  font-size: 14px;
  padding-left: 14px;
}

#payment_wizard td {
  padding-left: 14px !important;
}

#payment_wizard #btn_pay_amount {
  font-size: 18px;
  font-weight: bold;
  padding: 15px 80px;
}

#tapInvoices li.active > a {
  font-weight: bold;
}

#tapInvoices li.active > a,
#tapInvoices li > a {
  border: none !important;
}

#tapInvoices li.active:first-child {
  border-top-right-radius: 30px solid #000;
}

#tapInvoices li.active:first-child a {
  background-color: transparent;
}

#tapInvoices li.active > a {
  border-bottom: 4px #047bf8 solid !important;
}

.tab-content.square {
  border: 1px solid #000;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

#dataTableRecurringInvoices_wrapper .dataTables_info,
#dataTableInvoices_wrapper .dataTables_info {
  margin-left: 40px;
}

/* PARENT PAYMENT */
/* RECURRING INVOICE */
svg.alert-icon {
  width: 100px;
  margin-bottom: 15px;
}

.svg-activity-icon {
  width: 12px;
  fill: #888;
  margin-right: 5px;
}

.recent-activities .item {
  padding: 0 15px;
  border-bottom: 1px solid #eee;
}

.recent-activities h5 {
  font-weight: 400;
  color: #333;
}

.recent-activities p {
  font-size: 0.75em;
  color: #999;
}

.recent-activities .icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #f5f5f5;
  text-align: center;
  display: inline-block;
}

.recent-activities .date {
  font-size: 0.75em;
  color: #999;
  padding: 10px;
}

.recent-activities .date-holder {
  padding: 0 !important;
  border-right: 1px solid #eee;
}

/* RECURRING INVOICE */

#mConfirm .modal-body .col-md-4 {
  text-align: right;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.d-block {
  display: block !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.card-report {
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 10px;
    margin-bottom: 10px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
}

.card-report-body,
.card-report-footer {
  padding: 10px;
  margin-top: auto;
}

#report-page .list-group-item:first-child {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

#report-page .list-group-item:last-child {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

#report-page .list-group-item.active a,
#report-page .list-group-item.active:hover a,
#report-page .list-group-item.active:focus a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

#report-page .list-group-item.active,
#report-page .list-group-item.active:hover,
#report-page .list-group-item.active:focus {
  background-color: #027af8;
  border-color: #027af8;
}

#report-page .list-group-item a {
  font-size: 18px;
  color: #000;
}

#report-page .card-report-body {
  font-size: 20px;
  color: #000;
  min-height: 85px;
}

#report-page .card-report-footer {
  margin-top: 0;
}

#generate-report h4.mTitle,
#gen-report-manager h4.mTitle {
  font-size: 24px;
  color: #000;
  font-weight: bold;
}

#generate-report #g_flex {
  flex-direction: column;
}

#generate-report .modal-body {
  padding: 0 100px;
}

#generate-report ul.select2-selection__rendered {
  max-height: 47px;
  overflow-y: auto;
}

@media screen and (max-width: 500px) {
  #generate-report .modal-body {
    padding: 0 30px;
  }
}

.show-btns-generate-grade-report 
{
    margin-top: 10px;
    background-color: #027AF8;
    border-color: #027AF8;
    font-size: 20px;
    border-radius: 12px;
}

/* #generate-report #send-email {
    font-size: 20px;
    margin-top: 9px;
} */

#generate-report .form-select2-vikinger .select2-selection__rendered {
  padding-top: 10px !important;
}

#generate-report .form-select2-vikinger .select2-selection__arrow {
  top: 21px !important;
}

#report-page .select2-results__option.new-cate {
  color: #000;
}

#report-page .rm-new-category {
  margin: 5px 10px !important;
}

.menu-options-custom-report a {
  width: 49%;
  padding: 10px;
  font-size: 16px;
}

.menu-options-custom-report a:not(.collapsed) {
  border-bottom: 5px solid #027af8;
  color: #027af8;
  font-weight: bold;
}

.menu-options-custom-report .flex {
  justify-content: space-evenly;
}

.menu-options-custom-report {
  border: 1px solid #ccc;
  border-radius: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#accordion-categories .panel-heading {
  background-color: transparent;
  text-align: left;
}

#accordion-categories .panel-body {
  text-align: left;
}

#accordion-categories .panel-body .check-tables {
  overflow-x: hidden;
  max-height: 500px;
}

#report-manager-page .check-tables label,
#report-manager-page .check-filters label {
  width: auto;
}

#report-manager-page .check-tables input[type='checkbox'],
#report-manager-page .check-filters input[type='checkbox'] {
  width: auto;
  display: inline-block;
  accent-color: #00a300;
}

#report-manager-page .panel-body {
  background-color: #f3f5f9;
}

#report-manager-page .panel-heading {
  background-color: #e3e5e8;
}

#report-manager-page .check-filters {
  text-align: left;
  border: 1px solid #ccc;
  border-radius: 15px;
}

#report-manager-page .report_preview {
  width: 100%;
  border: 1px solid #ccc;
}

#report-manager-page .report_preview {
  width: 21cm;
  border: 1px solid #ccc;
  border-radius: 15px;
  display: inline-block;
  padding: 5px;
}

#report-manager-page .horizontal-paper {
  width: 28cm !important;
}

#report-manager-page .container-columns .li-selected {
  display: inline-block;
  padding: 5px;
  list-style: none;
}

#report-manager-page ul.container-columns {
  padding: 0;
}

#report-manager-page .liked-tables {
  color: #0076d1;
}

.space-filters {
  background-color: #f3f5f9;
  text-align: left;
  padding: 10px;
  font-size: 12px;
}

.space-filters .s2 {
  float: right;
  position: relative;
  cursor: pointer;
  color: #0076d1;
}

.space-filters input[type='text'] {
  width: 90%;
  margin-left: 5%;
  padding: 10px;
}

#report-page .tooltip {
  width: 150px;
}

.replies .logo-profile {
  width: auto;
  margin: 5px;
}

.replies .small-date {
  display: inline-block;
  width: 110px;
  position: relative;
  top: 5px;
}

.date-column {
  margin-left: auto;
}

.html-in-replies {
  padding: 15px;
}

/* .replies.flex{
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
} */

.contain-replies {
  height: 400px;
  overflow: auto;
}

#select-recipients .user-avatar.small {
  left: auto;
  display: inline-block;
  transform: none;
  top: 22px;
}

.general-info-contact {
  display: inline-block;
  position: relative;
  top: 12px;
}

.general-info-contact .line1 {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

.general-info-contact .line2 {
  font-size: 12px;
  color: #ccc;
}

.tag-contact {
  display: inline-block;
  background: #94fc9c;
  color: #000;
  padding: 2px 10px;
  border-radius: 13px;
  margin: 5px;
  font-size: 12px;
  text-align: center;
}

#select-recipients .tag-contact {
  width: 120px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.zone-drag {
  border: 4px dashed #ccb;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
  height: 150px;
  width: 50%;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  display: inline-block;
  margin-top: 30px;
  position: relative;
  cursor: pointer;
}

.zone-drag input {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.zone-drag .text-up {
  position: absolute;
  left: 50%;
  margin-left: -130px;
  top: 50%;
  margin-top: -10px;
}

.zone-drag:hover {
  background-color: #f7f7f7;
}

.upload-image-and-progress {
  text-align: center;
}

.upload-image-and-progress .progress-bar {
  background-color: #027af8;
}

.data-file-upload {
  width: 50%;
  display: inline-block;
  text-align: left;
  background-color: #f4f7f9;
  border-radius: 16px;
  padding: 10px;
}

.swal2-container {
  z-index: 99999999 !important;
}

.data-file-upload .progress {
  height: 10px;
  margin-bottom: 2px;
}

.zone-drag .t-drag,
.data-file-upload .t-title {
  color: #000;
}

.btn-color-custom {
  border-radius: 12px;
}

.mailBox-col {
  border-radius: 12px !important;
}

.col-md-12 .mail {
  border-radius: 12px;
}

#VueApp_messagesMailbox .list-group-item:first-child {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

#VueApp_messagesMailbox .list-group-item:last-child {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

#select-recipients .contain-hexagon-image {
  display: inline-block;
}

.container-pic label {
  /*  margin-top: 10px; */
  cursor: pointer;
}

.profile-in-search-square {
  width: 40px;
  height: 40px;
}

.toggle-tags {
  padding: 0;
  margin: 0;
}

.list-recivers label {
  margin-top: 10px;
}

#VueApp_messagesMailbox .list-group-item .flex {
  align-items: center;
}

#VueApp_messagesMailbox .list-group-item .flex .checkbox-blue {
  position: relative;
}

#form-replay .form-select2-vikinger.list-profile .hexagon-image img {
    top: 4px;
    width: 39px;
    left: 4px;
    height: 39px;
}

#form-replay .form-select2-vikinger.list-profile .profile-in-search {
  width: 23px;
  height: 23px;
}

#form-replay label,
#modal-form label {
  color: #000;
}

.mail-boxes-types {
  font-weight: bold;
}

.count-mailbox {
  position: relative;
  top: 12px;
}

#VueApp_messagesMailbox {
  position: relative;
}

.btn-info.btn-color-custom {
  font-weight: bold;
}

#VueApp_messagesMailbox .logo-profile {
  width: auto;
}

#VueApp_messagesMailbox .fa.fa-circle.blink_me {
  padding: 10px;
}

.replies-all {
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 5px;
  margin-bottom: 5px;
  background-color: #f2f6fc;
}

@media (width >=2000px) {
  .parent-menu-top-bar ul.sub-menu-top-bar {
    left: -120px;
  }
}

.page-item.activee a {
  font-weight: bold;
  color: #0076d1;
}

.card-report{
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 10px;
    margin-bottom: 10px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
}

.card-report-body, .card-report-footer{
    padding: 10px;
    margin-top: auto;
}

#report-page .list-group-item:first-child{

    border-top-left-radius: 30px;
    border-top-right-radius: 30px;    
}

#report-page .list-group-item:last-child{

    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;    
}

#report-page .list-group-item.active a,
#report-page .list-group-item.active:hover a,
#report-page .list-group-item.active:focus a
{
    color: #fff;
    font-size: 20px;
    font-weight: bold;

}
#report-page .list-group-item.active,
#report-page .list-group-item.active:hover,
#report-page .list-group-item.active:focus {
    background-color: #027AF8;
    border-color: #027AF8;
}

#report-page .list-group-item a {
    font-size: 18px;
    color: #000;
}

#report-page .card-report-body {
    font-size: 20px;
    color: #000;
}

#generate-report h4.mTitle,
#gen-report-manager h4.mTitle{
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

#generate-report #g_flex{
    flex-direction: column;
} 

#generate-report .modal-body{
    padding: 0 100px;
} 

#generate-report ul.select2-selection__rendered{
    max-height: 47px;
    overflow-y: auto;
}
@media screen and (max-width: 500px) {
    #generate-report .modal-body{
        padding: 0 30px;
    }
}

#generate-report button{
    margin-top: 10px;
    background-color: #027AF8;
    border-color: #027AF8;
    font-size: 20px;
}

#generate-report #send-email{
    font-size: 20px;
    margin-top: 9px;
}

#generate-report .form-select2-vikinger .select2-selection__rendered{
    padding-top: 10px !important;
}

#generate-report .form-select2-vikinger .select2-selection__arrow{
    top: 21px !important;
}

#report-page .select2-results__option.new-cate{
    color: #000;
}

#report-page .rm-new-category{
    margin: 5px 10px !important;
}

.menu-options-custom-report a{
    width: 49%;
    padding: 10px;
    font-size: 16px;
}
.menu-options-custom-report a:not(.collapsed){
    border-bottom: 5px solid #027AF8;
    color: #027AF8;
    font-weight: bold;

}
.menu-options-custom-report .flex{
    justify-content: space-evenly;    
}

.menu-options-custom-report{
    border: 1px solid #ccc;
    border-radius: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#accordion-categories .panel-heading{
    background-color: transparent;
    text-align: left;
}

#accordion-categories .panel-body{
    text-align: left;
}

#accordion-categories .panel-body .check-tables{
    overflow-x: hidden;
    max-height: 500px;
}

#report-manager-page .check-tables label,
#report-manager-page .check-filters label
{
    width: auto;
}

#report-manager-page .check-tables input[type="checkbox"],
#report-manager-page .check-filters input[type="checkbox"]
{
    width: auto;
    display: inline-block;
    accent-color: #00a300;
}

#report-manager-page .panel-body{
    background-color: #f3f5f9;
}

#report-manager-page .panel-heading{
    background-color: #e3e5e8;
}

#report-manager-page .check-filters{
    text-align: left;
    border: 1px solid #ccc;
    border-radius: 15px;
}

#report-manager-page .report_preview{
    width: 100%;
    border: 1px solid #ccc;
}

#report-manager-page .report_preview{
    width: 21cm;
    border: 1px solid #ccc;
    border-radius: 15px;
    display: inline-block;
    padding: 5px;
}

#report-manager-page .horizontal-paper{
    width: 28cm !important;
}

#report-manager-page .container-columns .li-selected{

    display: inline-block;
    padding: 5px;
    list-style: none;

}

#report-manager-page ul.container-columns{
    padding: 0;
}

#report-manager-page .liked-tables{
color: #0076d1;
}

.space-filters{
    background-color: #f3f5f9;
    text-align: left;
    padding: 10px;
    font-size: 12px;
}

.space-filters .s2{
    float: right;
    position: relative;
    cursor: pointer;
    color: #0076d1;
}

.space-filters input[type="text"]{
    width: 90%;
    margin-left: 5%;
    padding: 10px;
}

#report-page .tooltip{
    width: 150px;
}

#student_ide #selectAllStudents {
  position: absolute;
  z-index: 2;
  right: 18px;
  top: 4px;
}

#student_ide .select2-selection__rendered,
#last_grade .select2-selection__rendered {
  overflow-y: auto;
  height: 45px;
}

button#about-us .caret {
  float: right;
  margin-top: 7px;
}

.btn-generate {
  background-color: #027af8 !important;
  font-weight: bold;
  font-size: 18px;
  border-color: #027af8 !important;
}

.official_transcript label:not(.label-switch) {
  padding: 0 6px;
  background-color: #fff;
  color: #000;
  font-size: 16px !important;
  font-family: Rajdhani-Bold !important;
}

.official_transcript .btn-generate {
  font-size: 16px;
  font-family: Rajdhani-Bold !important;
}

.official_transcript label.no-bold {
  font-family: Rajdhani !important;
  font-size: 14px;
}

.official_transcript label.switch {
  top: 4px;
}

#wallet_payment svg {
  width: 15px;
  fill: #fff;
  margin-right: 10px;
}

.menu-wallet-top-i {
  float: right;
}

.pay_in_advance {
  background-color: #f3f8ff !important;
  color: #a2b0d3 !important;
  margin: 10px;
  border-radius: 12px;
}

.card-autopay {
  text-align: center;
  box-shadow: 4px 3px 9px 1px #ccc;
  border-radius: 12px;
  padding: 10px;
  margin: 10px;
}

.card-autopay .btn.btn-primary,
#form_autopay_data .btn.btn-primary,
.card-autopay .btn.btn-red {
  margin-top: 15px;
  font-size: 18px;
  padding: 8px 50px;
}

.card-autopay.btn-warning {
  font-weight: 900;
  margin-bottom: 10px;
}

.card-autopay .card-header {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}

.border-radius-12 {
  border-radius: 12px;
}

#form_autopay_data label {
  font-weight: bold;
}

#form_autopay_data div {
  text-align: center;
}

.swal2-container {
  z-index: 10050;
}

.btn-red {
  background-color: #ff0000;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 10px 20px;
  font-size: 18px;
  margin-top: 10px;
}

#form_autopay_data .badge.common {
  font-size: 14px !important;
}

#discounts_wrapper .select2-selection.select2-selection--single,
#formCRUD.bf .select2-selection.select2-selection--single {
  min-height: auto !important;
  height: auto !important;
  border-radius: 4px !important;
}

.ri_datatable td:nth-child(10) {
  text-align: center;
}

#generate-report .select2-container--open {
  z-index: initial;
}

#generate-report
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li:not(:last-child) {
  border-radius: 12px !important;
  background: #f3f8fd !important;
  border: 1px solid !important;
  font-size: 12px !important;
}

#report-page {
  font-family: Rajdhani !important;
}

#select-recipients .form-textarea-vikinger label,
#modal-reply .form-textarea-vikinger label {
  position: absolute;
}

#select-recipients .form-textarea-vikinger .note-editor,
#modal-reply .form-textarea-vikinger .note-editor {
  margin: 0;
}

.form-select2-vikinger li.select2-selection__choice {
  border-radius: 10px !important;
  background-color: #f3f8fd !important;
}

#modalGrades label {
  z-index: 10051 !important;
}

#modalGrades
  .select2-container
  .select2-selection--multiple
  .select2-selection__rendered {
  overflow: auto;
}

#teachers-contact .note-editor {
  display: none;
}

.check-scholarship .lbl-title {
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

.check-scholarship {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 5px;
}

.student-promo {
  display: inline-block;
}

.check-scholarship .slider:before {
  height: 18px;
  width: 18px;
  top: 2px;
}

.check-scholarship .switch {
  height: 22px;
  width: 35px;
}

.check-scholarship input:checked + .slider:before {
  transform: translateX(10px);
}

#classes_list .body-list.active a {
  font-weight: bold;
  color: #000;
}

.form-select select {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  font-size: 0.875rem;
  cursor: pointer;
}

input[type='password'],
input[type='text'],
select,
textarea {
  background-color: #fff;
  border: 1px solid #dedeea;
  color: #3e3f5e;
  transition: border-color 0.2s ease-in-out;
}

button,
input[type='password'],
input[type='text'],
select,
textarea {
  width: 100%;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 700;
}

#show_grades_report .nav-tabs > li {
  display: inline-block;
  float: none;
  min-width: auto;
}

#show_grades_report .nav-tabs {
  text-align: center;
}

#show_grades_report .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background-color:rgba(2, 122, 248,0.1);
  border: none;
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 16px;
  color: #000;
}

#generate-report .modal-title.mTitle{
  color:#027af8;
  font-size: 28px; 
  font-family: Rajdhani-Bold !important;
}

#show_grades_report .nav-tabs{
  border-bottom: none;
  padding-bottom: 20px;
}

.btn.btn-report{
  background-color: rgba(2, 122, 248, 0.1) !important;
  border: none;
  border-radius: 12px;
  padding: 10px 20px;    
  font-size: 15px !important;
  color: #027af8;
  font-weight: bold;
  font-family: Rajdhani-Bold !important;

}

.btn.btn-report:hover{
  background-color: rgba(2, 122, 248, 0.2) !important;
  border: 1px solid #027af8;
}

.btn.btn-report svg{
  display: inline-block;
  width: auto;
}
    /* font-weight: bold;
    color: #000;
} */

.flex-column {
    display: flex;
    flex-direction: column;
}

#no-access-gradebook{
    font-family: 'Rajdhani';
    font-size: 18px;
}

#no-access-gradebook .modal-title{
    color: #e65252;
    font-size: 26px;
    font-weight: bold;
    font-size: 'Rajdhani-Bold';
}

.saveGradeScale{
    border-radius: 20px;
    padding: 10px 20px;
}

.help-block-email{
    
    top: 0;
    left: 0;
    background-color: #fff;

}

#select2-recipients-reply-results{

    .hexagon-crop {
        clip-path: polygon(
            50% 0%,    /* top center */
            100% 25%,  /* top right */
            100% 75%,  /* bottom right */
            50% 100%,  /* bottom center */
            0% 75%,    /* bottom left */
            0% 25%     /* top left */
        );
        -webkit-clip-path: polygon(
            50% 0%,
            100% 25%,
            100% 75%,
            50% 100%,
            0% 75%,
            0% 25%
        );
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        top: -5px   ; left: -5px;
    }

    .select2-results__option{
        display: flex;
        align-items: center;
        position: relative;
        padding: 8px;
    }

    .hexagon-image img{
        width: 45px;
    }
}

#modal-reply{
    .select2-selection__choice .profile-in-search{
        width: 30px;
        height: 30px;
        left: -1px;
        top: 5px;
        
    }
    .select2-selection__choice .hexagon-image{
        top: -6px;
    }
    .select2-selection__choice{
        padding: 4px 12px;
    }
}
#select-recipients .general-info-contact{
    width: 100%;
}

