/* =================================

========== IMPORT SECTION ==========

================================= */
/*=======================================================*/
/*                                                       */
/* Timedoor CSS Preset Library                           */
/* v. 1.05 - last update 27/05/2019                      */
/*                                                       */
/*=======================================================*/
/*                                                       */
/* Table oif Content                                     */
/*                                                       */
/* Col 20% ------------------------------------- [COL20] */
/* Column Position ---------------------------- [COLPOS] */
/* Content Position --------------------------- [CONPOS] */
/* Display Class -------------------------------- [DISP] */
/* Margin --------------------------------------- [MARG] */
/* Padding --------------------------------------- [PAD] */
/* Font Size ------------------------------------ [FONT] */
/*                                                       */
/*=======================================================*/
/*=======================================================*/
/* Col 20% ------------------------------------- [COL20] */
/*=======================================================*/
.col-xs-20 {
  float: left;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .col-sm-20 {
    float: left;
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .col-md-20 {
    float: left;
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .col-lg-20 {
    float: left;
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*=======================================================*/
/* Column Position ---------------------------- [COLPOS] */
/*=======================================================*/
.row.tmdr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.tmdr:before, .row.tmdr:after {
  width: 100%;
}
.row.tmdr.x-left {
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}
.row.tmdr.x-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.row.tmdr.x-right {
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
.row.tmdr.y-top {
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.row.tmdr.y-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.row.tmdr.y-bottom {
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

/*=======================================================*/
/* Content Position --------------------------- [CONPOS] */
/*=======================================================*/
.middle-item {
  display: table;
  width: 100%;
  height: 100%;
}
.middle-item .middle-item-content {
  display: table-cell;
  vertical-align: middle;
}

/*=======================================================*/
/* Display Class -------------------------------- [DISP] */
/*=======================================================*/
.display-xs-block {
  display: block !important;
}

.display-xs-inline {
  display: inline !important;
}

.display-xs-inline-block {
  display: inline-block !important;
  vertical-align: middle;
}

.display-xs-none {
  display: none !important;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .display-sm-block {
    display: block !important;
  }

  .display-sm-inline {
    display: inline !important;
  }

  .display-sm-inline-block {
    display: inline-block !important;
    vertical-align: middle;
  }

  .display-sm-none {
    display: none !important;
    vertical-align: middle;
  }
}
@media (min-width: 992px) {
  .display-md-block {
    display: block !important;
  }

  .display-md-inline {
    display: inline !important;
  }

  .display-md-inline-block {
    display: inline-block !important;
    vertical-align: middle;
  }

  .display-md-none {
    display: none !important;
    vertical-align: middle;
  }
}
@media (min-width: 1200px) {
  .display-lg-block {
    display: block !important;
  }

  .display-lg-inline {
    display: inline !important;
  }

  .display-lg-inline-block {
    display: inline-block !important;
    vertical-align: middle;
  }

  .display-lg-none {
    display: none !important;
    vertical-align: middle;
  }
}
/*=======================================================*/
/* Margin --------------------------------------- [MARG] */
/*=======================================================*/
.m-0 {
  margin: 0px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-35 {
  margin: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-45 {
  margin: 45px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-55 {
  margin: 55px !important;
}

.m-60 {
  margin: 60px !important;
}

.m-65 {
  margin: 65px !important;
}

.m-70 {
  margin: 70px !important;
}

.m-75 {
  margin: 75px !important;
}

.m-80 {
  margin: 80px !important;
}

.m-85 {
  margin: 85px !important;
}

.m-90 {
  margin: 90px !important;
}

.m-95 {
  margin: 95px !important;
}

.m-100 {
  margin: 100px !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

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

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.mx-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.mx-5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.mx-10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.mx-15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.mx-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.mx-25 {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

.mx-30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.mx-35 {
  margin-right: 35px !important;
  margin-left: 35px !important;
}

.mx-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.mx-45 {
  margin-right: 45px !important;
  margin-left: 45px !important;
}

.mx-50 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.mx-55 {
  margin-right: 55px !important;
  margin-left: 55px !important;
}

.mx-60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.mx-65 {
  margin-right: 65px !important;
  margin-left: 65px !important;
}

.mx-70 {
  margin-right: 70px !important;
  margin-left: 70px !important;
}

.mx-75 {
  margin-right: 75px !important;
  margin-left: 75px !important;
}

.mx-80 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

.mx-85 {
  margin-right: 85px !important;
  margin-left: 85px !important;
}

.mx-90 {
  margin-right: 90px !important;
  margin-left: 90px !important;
}

.mx-95 {
  margin-right: 95px !important;
  margin-left: 95px !important;
}

.mx-100 {
  margin-right: 100px !important;
  margin-left: 100px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

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

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

/*=======================================================*/
/* Padding --------------------------------------- [PAD] */
/*=======================================================*/
.p-0 {
  padding: 0px !important;
}

.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-35 {
  padding: 35px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-45 {
  padding: 45px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-55 {
  padding: 55px !important;
}

.p-60 {
  padding: 60px !important;
}

.p-65 {
  padding: 65px !important;
}

.p-70 {
  padding: 70px !important;
}

.p-75 {
  padding: 75px !important;
}

.p-80 {
  padding: 80px !important;
}

.p-85 {
  padding: 85px !important;
}

.p-90 {
  padding: 90px !important;
}

.p-95 {
  padding: 95px !important;
}

.p-100 {
  padding: 100px !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.px-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.px-5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.px-10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.px-15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.px-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.px-25 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.px-30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.px-35 {
  padding-right: 35px !important;
  padding-left: 35px !important;
}

.px-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.px-45 {
  padding-right: 45px !important;
  padding-left: 45px !important;
}

.px-50 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.px-55 {
  padding-right: 55px !important;
  padding-left: 55px !important;
}

.px-60 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.px-65 {
  padding-right: 65px !important;
  padding-left: 65px !important;
}

.px-70 {
  padding-right: 70px !important;
  padding-left: 70px !important;
}

.px-75 {
  padding-right: 75px !important;
  padding-left: 75px !important;
}

.px-80 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

.px-85 {
  padding-right: 85px !important;
  padding-left: 85px !important;
}

.px-90 {
  padding-right: 90px !important;
  padding-left: 90px !important;
}

.px-95 {
  padding-right: 95px !important;
  padding-left: 95px !important;
}

.px-100 {
  padding-right: 100px !important;
  padding-left: 100px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

/*=======================================================*/
/* Font Size ------------------------------------ [FONT] */
/*=======================================================*/
.font8 {
  font-size: 8px !important;
}

.font10 {
  font-size: 10px !important;
}

.font12 {
  font-size: 12px !important;
}

.font14 {
  font-size: 14px !important;
}

.font16 {
  font-size: 16px !important;
}

.font18 {
  font-size: 18px !important;
}

.font20 {
  font-size: 20px !important;
}

.font22 {
  font-size: 22px !important;
}

.font24 {
  font-size: 24px !important;
}

.font26 {
  font-size: 26px !important;
}

.font28 {
  font-size: 28px !important;
}

.font30 {
  font-size: 30px !important;
}

.font32 {
  font-size: 32px !important;
}

.font34 {
  font-size: 34px !important;
}

.font36 {
  font-size: 36px !important;
}

.font38 {
  font-size: 38px !important;
}

.font40 {
  font-size: 40px !important;
}

.font42 {
  font-size: 42px !important;
}

.font44 {
  font-size: 44px !important;
}

.font46 {
  font-size: 46px !important;
}

.font48 {
  font-size: 48px !important;
}

.font50 {
  font-size: 50px !important;
}

.font52 {
  font-size: 52px !important;
}

.font54 {
  font-size: 54px !important;
}

.font56 {
  font-size: 56px !important;
}

.font58 {
  font-size: 58px !important;
}

.font60 {
  font-size: 60px !important;
}

.font62 {
  font-size: 62px !important;
}

.font64 {
  font-size: 64px !important;
}

.font66 {
  font-size: 66px !important;
}

.font68 {
  font-size: 68px !important;
}

.font70 {
  font-size: 70px !important;
}

.font72 {
  font-size: 72px !important;
}

/* =====================================

========== IMPORT SECTION END ==========

===================================== */
/* ================================

========== UNIVERSAL CSS ==========

================================ */
* {
  box-sizing: border-box;
}

body {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
}

h1, h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

img {
  width: 100%;
}

a, button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a {
  color: #4CAD66;
}
a:hover, a:active, a:focus, a:active:hover, a:active:focus {
  color: #2f846f;
}

table.table > thead > tr > th, table.table > thead > tr > td, table.table > tbody > tr > th, table.table > tbody > tr > td {
  vertical-align: middle;
}
table.table > thead > tr .subclass, table.table > tbody > tr .subclass {
  padding-left: 25px;
}
table.table.no-border > thead > tr > th, table.table.no-border > thead > tr > td, table.table.no-border > tbody > tr > th, table.table.no-border > tbody > tr > td {
  border: 0;
}
table.table.text-center > thead > tr > th {
  text-align: center;
}

.row-5 {
  margin: 0 -5px;
}

.small, small {
  letter-spacing: 0.2px;
}

.container-fluid.big {
  min-width: 1366px;
}

.max-height {
  height: 100%;
}

.b-1 {
  border: 1px solid #ddd;
}

.ml-auto {
  margin-left: auto;
}

.color-primary {
  color: #4CAD66;
}

.normal {
  font-weight: normal;
}

.bg-gray-d {
  background-color: #ddd;
}

.img-responsive {
  display: inline-block;
  width: auto;
}

.btn-link {
  padding: 0;
  margin: 0;
  color: #4CAD66;
  background-color: transparent;
}
.btn-link:hover, .btn-link:active, .btn-link:focus, .btn-link:active:hover, .btn-link:active:focus {
  color: #2f846f;
}

.nav.nav-pills > li > a {
  border-radius: 4px;
}
.nav.nav-pills > li > a:hover, .nav.nav-pills > li > a:active, .nav.nav-pills > li > a:focus, .nav.nav-pills > li > a:active:hover, .nav.nav-pills > li > a:active:focus {
  background-color: transparent;
}
.nav.nav-pills > li > .btn {
  display: block;
  margin: 0;
  padding: 10px 15px;
  color: #4CAD66;
  border-radius: 4px;
  background-color: transparent;
}
.nav.nav-pills > li > .btn:hover, .nav.nav-pills > li > .btn:active, .nav.nav-pills > li > .btn:focus, .nav.nav-pills > li > .btn:active:hover, .nav.nav-pills > li > .btn:active:focus {
  color: #2f846f;
}
.nav.nav-pills > li.active > a {
  background-color: #4CAD66;
  border-color: #4CAD66;
}

.modal .vertical-alignment-helper.big-modal {
  padding: 0 15px;
}
.modal .vertical-alignment-helper.big-modal .modal-dialog {
  width: 100%;
}
@media (max-width: 767px) {
  .modal .vertical-alignment-helper {
    padding: 0 15px;
  }
}

.btn-primary {
  color: #fff;
  background-color: #4CAD66;
  border-color: #4CAD66;
}
.btn-primary.disabled, .btn-primary[disabled] {
  color: #fff;
  background-color: #4CAD66;
  border-color: #4CAD66;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:hover, .btn-primary:active:focus {
  color: #fff;
  background-color: #2f846f;
  border-color: #2f846f;
}

.btn-add {
  color: #fff;
  background-color: #4CAD66;
  border-color: #4CAD66;
}
.btn-add:hover, .btn-add:active, .btn-add:focus, .btn-add:active:hover, .btn-add:active:focus {
  color: #fff;
  background-color: #2f846f;
  border-color: #2f846f;
}

.label.label-paid {
  background-color: #4CAD66;
}
.label.label-unpaid {
  background-color: #2f846f;
}
.label.label-end {
  background-color: #aaa;
}

.pagination > li > a {
  color: #4CAD66;
}
.pagination > li > a:hover, .pagination > li > a:active, .pagination > li > a:focus, .pagination > li > a:active:hover, .pagination > li > a:active:focus {
  color: #4CAD66;
}
.pagination > li.active > a {
  color: #fff;
  background-color: #4CAD66;
  border-color: #4CAD66;
}
.pagination > li.active > a:hover, .pagination > li.active > a:active, .pagination > li.active > a:focus, .pagination > li.active > a:active:hover, .pagination > li.active > a:active:focus {
  color: #fff;
  background-color: #2f846f;
  border-color: #2f846f;
}

.course-status {
  position: relative;
  display: block;
  margin-bottom: 5px;
  padding: 0.2em 0.6em 0.3em;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: hidden;
}
.course-status:before {
  content: " ";
  display: block;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 0;
}
.course-status .text {
  position: relative;
  display: block;
  color: #333;
  font-weight: 600;
}
.course-status.stage-1:before {
  width: 12.5%;
}
.course-status.stage-1 .text:after {
  content: "(1)";
  display: inline-block;
  padding-left: 5px;
  font-weight: 400;
}
.course-status.stage-2:before {
  width: 25%;
}
.course-status.stage-2 .text:after {
  content: "(2)";
  display: inline-block;
  padding-left: 5px;
  font-weight: 400;
}
.course-status.stage-3:before {
  width: 37.5%;
}
.course-status.stage-3 .text:after {
  content: "(3)";
  display: inline-block;
  padding-left: 5px;
  font-weight: 400;
}
.course-status.stage-4:before {
  width: 50%;
}
.course-status.stage-4 .text:after {
  content: "(4)";
  display: inline-block;
  padding-left: 5px;
  font-weight: 400;
}
.course-status.stage-5:before {
  width: 62.5%;
}
.course-status.stage-5 .text:after {
  content: "(5)";
  display: inline-block;
  padding-left: 5px;
  font-weight: 400;
}
.course-status.stage-6:before {
  width: 75%;
}
.course-status.stage-6 .text:after {
  content: "(6)";
  display: inline-block;
  padding-left: 5px;
  font-weight: 400;
}
.course-status.stage-7:before {
  width: 87.5%;
}
.course-status.stage-7 .text:after {
  content: "(7)";
  display: inline-block;
  padding-left: 5px;
  font-weight: 400;
}
.course-status.stage-8:before {
  width: 100%;
}
.course-status.stage-8 .text:after {
  content: "(8)";
  display: inline-block;
  padding-left: 5px;
  font-weight: 400;
}
.course-status.beginer {
  border-color: #a6e99c;
}
.course-status.beginer:before {
  background-color: #a6e99c;
}
.course-status.intermediate {
  border-color: #91cea2;
}
.course-status.intermediate:before {
  background-color: #91cea2;
}
.course-status.advance {
  border-color: #72bbb4;
}
.course-status.advance:before {
  background-color: #72bbb4;
}
.course-status.halted {
  border-color: #aaa !important;
}
.course-status.halted:before {
  background-color: #aaa !important;
}
.course-status.on-progress {
  position: relative;
  z-index: 1;
  color: #000;
  background-color: transparent;
  border-color: #2f846f;
  overflow: hidden;
}
.course-status.on-progress:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #2f846f;
}

.filter-container {
  margin-left: auto;
}
@media (min-width: 768px) {
  .filter-container .form-control {
    min-width: 200px;
  }
}
@media (max-width: 767px) {
  .filter-container .input-group {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .filter-container {
    margin-left: 0;
    width: 100%;
  }
  .filter-container form {
    width: 100%;
  }
}

.autosave {
  color: #aaa;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.date-control[readonly] {
  background-color: #fff;
}

.daterangepicker td.in-range {
  background-color: #e1f7e0;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #4CAD66;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #4CAD66;
}

.panel-custom .panel-heading {
  display: block;
  color: #fff;
  background-color: #4CAD66;
}
.panel-custom .panel-heading:hover, .panel-custom .panel-heading:active, .panel-custom .panel-heading:focus, .panel-custom .panel-heading:active:hover, .panel-custom .panel-heading:active:focus {
  color: #f8f8f8;
}
.panel-custom .panel-heading:hover {
  background-color: #2f846f;
}

.custom-checkbox {
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  color: #4CAD66;
  background-color: #fff;
  border: 1px solid #4CAD66;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom-checkbox input[type=checkbox] {
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 0;
}
.custom-checkbox.selected {
  color: #fff;
  background-color: #4CAD66;
}

/* ====================================

========== UNIVERSAL CSS END ==========

==================================== */
/* ========================

========== INDEX ==========

======================== */
#index {
  background-color: #4CAD66;
  background-image: url(../../images/admin/cover.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#index .btn {
  padding-left: 50px;
  padding-right: 50px;
}

.login-container {
  /* LOGIN BACKGROUND COLOR */
  background-color: #fff;
}
.login-container .brand-logo {
  width: auto;
  max-width: 100%;
  max-height: 100px;
}
.login-container .login-box {
  background-color: transparent;
  /* LOGIN TEXT COLOR*/
  color: #444;
}
.login-container a {
  color: #444;
}

/* ========================

========== INDEX ==========

======================== */
/* ========================

========== MODAL ==========

======================== */
.form-information {
  margin-bottom: 30px;
}
.form-information .title {
  position: relative;
  margin-bottom: 15px;
  font-weight: 600;
  color: #4CAD66;
}
.form-information .title:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #4CAD66;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form-information .title span {
  position: relative;
  display: inline-block;
  padding: 5px 15px;
  font-size: 16px;
  padding-left: 0;
  background-color: #fff;
}

/* ============================

========== MODAL END ==========

============================ */
/* ==========================

========== SIDEBAR ==========

========================== */
#wrapper #sidebar-wrapper {
  width: 50px;
  overflow-y: visible;
}
#wrapper #sidebar-wrapper .sidebar-nav {
  width: 50px;
}
#wrapper #sidebar-wrapper .sidebar-nav > li > a {
  position: relative;
}
#wrapper #sidebar-wrapper .sidebar-nav > li > a > span {
  display: none;
}
#wrapper #sidebar-wrapper .sidebar-nav > li > a:hover span:not(.badge) {
  display: block;
  position: absolute;
  top: 0;
  left: 50px;
  padding: 15px;
  width: 200px;
  background-color: #4a8e5c;
}
#wrapper #sidebar-wrapper .sidebar-nav > li.logout-menu > a {
  background-color: #f00;
}
#wrapper #sidebar-wrapper .sidebar-nav > li.logout-menu > a span:not(.badge) {
  background-color: #f00;
}
#wrapper #page-content-wrapper {
  padding-left: 65px;
}
#wrapper.toggled {
  padding-left: 0;
}
#wrapper.toggled #sidebar-wrapper {
  overflow: hidden visible;
}
#wrapper.toggled #sidebar-wrapper .sidebar-nav {
  width: 250px;
}
#wrapper.toggled #sidebar-wrapper .sidebar-nav > li > a span:not(.badge) {
  position: unset;
  display: inline-block;
  padding: 0 15px;
  width: auto;
  background-color: transparent;
}
@media (max-width: 480px) {
  #wrapper #sidebar-wrapper {
    width: 0;
    overflow-y: hidden;
  }
  #wrapper #page-content-wrapper {
    padding-left: 15px;
  }
  #wrapper #page-content-wrapper .container-fluid {
    padding: 0;
  }
}

#sidebar-wrapper {
  top: 70px;
  background-color: #4CAD66;
}
@media (max-width: 480px) {
  #sidebar-wrapper {
    top: 55px;
  }
}

.sidebar-nav {
  /* sidebar menu hover */
}
.sidebar-nav li {
  text-indent: 0;
  line-height: 1;
}
.sidebar-nav li a {
  padding: 15px;
  color: #fff;
  background-color: transparent;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
  /* sidebar menu dropdown */
}
.sidebar-nav li a .badge {
  display: inline;
}
.sidebar-nav li a:hover {
  color: #fff;
  background-color: rgba(68, 68, 68, 0.3);
}
.sidebar-nav li a[data-toggle=collapse] {
  background-color: rgba(68, 68, 68, 0.3);
}
.sidebar-nav li a[data-toggle=collapse].collapsed {
  background-color: transparent;
}
.sidebar-nav li a[data-toggle=collapse].collapsed:hover {
  color: #fff;
  background-color: rgba(68, 68, 68, 0.3);
}
.sidebar-nav li.active {
  color: #000;
  background-color: rgba(68, 68, 68, 0.3);
}
.sidebar-nav li .dropdown-body {
  background-color: rgba(68, 68, 68, 0.3);
}
.sidebar-nav .sidebar-brand {
  height: auto;
}
.sidebar-nav .sidebar-brand a:hover, .sidebar-nav .sidebar-brand a:active, .sidebar-nav .sidebar-brand a:focus, .sidebar-nav .sidebar-brand a:active:focus, .sidebar-nav .sidebar-brand a:active:hover {
  background-color: transparent;
}
.sidebar-nav .sidebar-brand img {
  margin: 0;
}

.badge {
  color: #000;
  background-color: #dceee0;
}

/* ==============================

========== SIDEBAR END ==========

=============================== */
/* =========================

========== TOPBAR ==========

========================== */
#content-topbar {
  position: fixed;
  height: auto;
}
#content-topbar .brand-logo {
  float: left;
  padding: 15px;
  font-size: 28px;
}
#content-topbar .brand-logo img {
  width: auto;
  max-height: 60px;
}
@media (max-width: 480px) {
  #content-topbar .brand-logo p {
    font-size: 18px;
  }
  #content-topbar .toggle-menu {
    margin-left: auto;
    padding-right: 15px;
    padding-right: 15px;
  }
}

.user-name {
  padding: 20px;
}

.top-btn-container {
  margin-left: auto;
  padding: 15px;
}
.top-btn-container a {
  padding: 15px;
  color: #4CAD66;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-btn-container a:hover, .top-btn-container a:active, .top-btn-container a:focus, .top-btn-container a:active:focus, .top-btn-container a:active:hover {
  color: #fff;
  background-color: #4CAD66;
}

.topbar-menu li a {
  color: #4CAD66;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.topbar-menu li a:hover, .topbar-menu li a:active, .topbar-menu li a:focus, .topbar-menu li a:active:focus, .topbar-menu li a:active:hover {
  color: #fff;
  background-color: #4CAD66;
}

/* =============================

========== TOPBAR END ==========

============================== */
/* ===============================

========== CONTENT BODY ==========

=============================== */
.todays-schedule {
  display: block;
  position: relative;
  padding: 15px;
  height: 100%;
  color: #fff;
  border-radius: 12px;
}
.todays-schedule .icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.todays-schedule.beginer {
  background-color: #3dbd2c;
}
.todays-schedule.intermediate {
  background-color: #3a804a;
}
.todays-schedule.advance {
  background-color: #2a534f;
}
.todays-schedule.finished {
  background-color: #aaa;
}
.todays-schedule:hover, .todays-schedule:active, .todays-schedule:focus, .todays-schedule:active:focus, .todays-schedule:active:hover {
  color: #fff;
}
.todays-schedule:hover.beginer, .todays-schedule:active.beginer, .todays-schedule:focus.beginer, .todays-schedule:active:focus.beginer, .todays-schedule:active:hover.beginer {
  background-color: #25821a;
}
.todays-schedule:hover.intermediate, .todays-schedule:active.intermediate, .todays-schedule:focus.intermediate, .todays-schedule:active:focus.intermediate, .todays-schedule:active:hover.intermediate {
  background-color: #275632;
}
.todays-schedule:hover.advance, .todays-schedule:active.advance, .todays-schedule:focus.advance, .todays-schedule:active:focus.advance, .todays-schedule:active:hover.advance {
  background-color: #203536;
}
.todays-schedule:hover.finished, .todays-schedule:active.finished, .todays-schedule:focus.finished, .todays-schedule:active:focus.finished, .todays-schedule:active:hover.finished {
  background-color: #777;
}

.full-customer-list {
  background-color: #fff;
}
.full-customer-list .course-status {
  display: inline-block;
  font-size: 12px;
}
.full-customer-list .course-status .text:after {
  content: none;
}
.full-customer-list .big-table > .table {
  min-width: 3500px;
}

#page-content-wrapper {
  padding: 30px 15px;
  padding-top: 100px;
}

.page-title {
  margin: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.box {
  border-color: #4CAD66;
}

.big-table {
  overflow-x: scroll;
  overflow-y: visible;
}
.big-table > .table {
  min-width: 2500px;
}
.big-table > .table .table {
  background-color: transparent;
}

.tab-class-list {
  position: sticky;
  top: 100px;
}
@media (max-width: 991px) {
  .tab-class-list {
    position: unset;
  }
}

.tab-class-info.open {
  margin-left: -15px;
  padding: 15px;
  background-color: #ddd;
}
.tab-class-info .tab-pane {
  background-color: transparent;
}
@media (max-width: 991px) {
  .tab-class-info.open {
    margin-left: 0;
  }
}

.class-detail-container {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.meeting-container {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
}

.open-info {
  position: relative;
}
.open-info:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: -20px;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid #ddd;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .open-info:after {
    content: none;
  }
}

.panel.panel-default .panel-body {
  border: 1px solid #ddd;
}

/* ===================================

========== CONTENT BODY END ==========

=================================== */
/* ==========================

========== PROFILE ==========

========================== */
.profile-add-child {
  position: relative;
  display: block;
  padding: 75px 0;
  margin-bottom: 30px;
  color: #4CAD66;
  text-align: center;
  background-color: #f8f8f8;
  border: 5px dashed #4CAD66;
  border-radius: 14px;
}
.profile-add-child .text-container {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.profile-add-child .text-container i {
  font-size: 36px;
}

.page-content {
  postiinposition: relative;
}

.child-mid-final-report-container {
  position: sticky;
  top: 100px;
}

.table-daily-report > tbody > tr > td {
  line-height: 1.8;
}

.table-attendance .attend {
  color: #4CAD66;
}
.table-attendance .absence {
  color: #f00;
}

/* ==============================

========== PROFILE END ==========

============================== */
/* ==========================

========== INVOICE ==========

========================== */
.invoice-link-container {
  padding: 15px;
  background-color: #ddd;
  border-radius: 6px;
}

.container .invoice-container {
  position: relative;
  margin-top: 30px;
  padding: 30px;
  background-color: #fff;
  border: 5px solid #ddd;
}
.container .invoice-container:after {
  content: " ";
  position: absolute;
  top: -5px;
  right: -5px;
  border-top: 50px solid #fff;
  border-left: 50px solid #ddd;
}
.container .invoice-container hr {
  border-width: 2px;
  border-color: #ddd;
}
.container .invoice-container .invoice-info {
  max-width: 350px;
  margin-left: auto;
}
.container .invoice-container .invoice-info .table > thead > tr > th, .container .invoice-container .invoice-info .table > thead > tr > td, .container .invoice-container .invoice-info .table > tbody > tr > th, .container .invoice-container .invoice-info .table > tbody > tr > td {
  border: 0;
}
.container .invoice-container .price-container {
  padding: 30px;
  border: 3px solid #ddd;
  text-align: center;
}

/* ==============================

========== INVOICE END ==========

============================== */
/* ============================

========== TIMETABLE ==========

============================ */
.dhtmlXTooltip.tooltip {
  max-width: 300px;
}

/* DHTMLX PERIPHERAL COLOR CHANGE */
.dhx_cal_today_button {
  color: #4CAD66;
}
.dhx_cal_today_button:hover, .dhx_cal_today_button:active, .dhx_cal_today_button:focus, .dhx_cal_today_button:active:focus, .dhx_cal_today_button:active:hover {
  color: #2f846f;
}

.dhx_cal_tab {
  color: #4CAD66;
  border-color: #4CAD66;
}
.dhx_cal_tab.active {
  background-color: #4CAD66;
  border-color: #4CAD66;
}
.dhx_cal_tab.active:hover, .dhx_cal_tab.active:active, .dhx_cal_tab.active:focus, .dhx_cal_tab.active:active:focus, .dhx_cal_tab.active:active:hover {
  background-color: #4CAD66;
  border-color: #4CAD66;
}

.dhx_cal_navline div.dhx_minical_icon {
  background-image: url(../images/calendar.svg);
}

.dhx_cal_prev_button {
  background-image: url(../images/arrow_left.svg);
}

.dhx_cal_next_button {
  background-image: url(../images/arrow_right.svg);
}

/* MINI CALENDAR HIGHLIGHT */
.dhx_mini_calendar div.dhx_month_head.dhx_year_event {
  color: #4CAD66;
  background-color: #e1f7e0;
}

.dhx_mini_calendar div.dhx_month_head.dhx_year_event.dhx_calendar_click {
  color: #2f846f;
}

/* ----- CLASS COLOR ----- */
/*event in day or week view*/
.dhx_cal_event.beginer_class div {
  background-color: #3dbd2c !important;
}
.dhx_cal_event.intermediate_class div {
  background-color: #3a804a !important;
}
.dhx_cal_event.advance_class div {
  background-color: #2a534f !important;
}

/*multi-day event in month view*/
.dhx_cal_event_line.beginer_class {
  background-color: #3dbd2c !important;
}
.dhx_cal_event_line.intermediate_class {
  background-color: #3a804a !important;
}
.dhx_cal_event_line.advance_class {
  background-color: #2a534f !important;
}

/*event with fixed time, in month view*/
.dhx_cal_event_clear.beginer_class {
  color: #fff;
  background-color: #3dbd2c !important;
}
.dhx_cal_event_clear.intermediate_class {
  color: #fff;
  background-color: #3a804a !important;
}
.dhx_cal_event_clear.advance_class {
  color: #fff;
  background-color: #2a534f !important;
}

/* ----- CLASS COLOR END ----- */
.timetable-course.beginer, .beginer.day-highlight.dh-timetable-course {
  background-color: #56ff00;
}
.timetable-course.intermediate, .intermediate.day-highlight.dh-timetable-course {
  background-color: #fa9d92;
}
.timetable-course.advance, .advance.day-highlight.dh-timetable-course {
  background-color: #66bfff;
}
.timetable-course .class-info, .day-highlight.dh-timetable-course .class-info, .timetable-course .teacher, .day-highlight.dh-timetable-course .teacher {
  display: block;
  color: #444;
  font-weight: 700;
  line-height: 1.4;
}
.timetable-course .teacher, .day-highlight.dh-timetable-course .teacher {
  font-weight: normal;
}

#cal-slide-content {
  background-color: #ddd;
  background-image: none;
  box-shadow: 0 0 0;
}
#cal-slide-content:hover, #cal-slide-content:active, #cal-slide-content:focus, #cal-slide-content:active:focus, #cal-slide-content:active:hover {
  background-color: #ddd;
}
#cal-slide-content a.event-item {
  color: #444;
}

.event {
  width: 25px;
  height: 15px;
}

.cal-week-box [data-event-class] {
  height: auto;
  padding: 0px;
}
.cal-week-box [data-event-class] a {
  display: block;
  padding: 15px;
}

.timetable-big {
  padding: 10px 0;
  height: calc( 100vh - 20px );
}

.dhx_scale_holder .dhx_cal_event .dhx_body, .dhx_scale_holder .dhx_cal_event .dhx_footer, .dhx_scale_holder .dhx_cal_event .dhx_header, .dhx_scale_holder .dhx_cal_event .dhx_title, .dhx_cal_data div .dhx_body div, .dhx_cal_data div .dhx_cal_event div, .dhx_cal_data div .dhx_footer div, .dhx_cal_data div .dhx_title div {
  background-image: none;
}

/* ================================

========== TIMETABLE END ==========

================================ */
/* =======================================

========== MEETING DAILY REPORT ==========

======================================= */
.toggle-on.btn {
  padding-left: 12px;
}

.daily-meeting-student-container {
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 12px;
}

/* ===========================================

========== MEETING DAILY REPORT END ==========

=========================================== */
/* =========================

========== REPORT ==========

========================= */
.report-table {
  max-height: 500px;
  background-color: #fff;
}
.report-table .table {
  min-width: 1366px;
  position: relative;
}
.report-table .table > thead > tr > th {
  position: sticky;
  top: 0;
  color: #fff;
  text-align: center;
}
.report-table .table > thead > tr > th:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background-color: #595959;
  border: 1px solid #fff;
}
.report-table .table > thead > tr > th:not([colspan]):not([rowspan]) {
  top: 38px;
}
.report-table .table > thead > tr > th.first-column {
  z-index: 1;
  left: 0;
}
.report-table .table > thead > tr > th.second-column {
  z-index: 1;
  left: 63px;
}
.report-table .table > thead > tr > th.third-column {
  z-index: 1;
  left: 210px;
}
.report-table .table > tbody > tr > th {
  position: sticky;
  left: 0;
  color: #444;
}
.report-table .table > tbody > tr > th:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.report-table .table > tbody > tr > th.second-column {
  left: 63px;
  width: 150px;
}
.report-table .table > tbody > tr > th.third-column {
  left: 210px;
  width: 340px;
}
.report-table .table.table-hover > tbody > tr:hover > th:before {
  background-color: #f5f5f5;
}
.report-table .table.table-striped > tbody > tr {
  background-color: #fff;
}
.report-table .table.table-striped > tbody > tr:hover {
  background-color: #a6e99c !important;
}
.report-table .table.table-striped > tbody > tr:hover > th:before {
  background-color: #a6e99c !important;
}
.report-table .table.table-striped > tbody > tr.stripe {
  background-color: #f9f9f9;
}
.report-table .table.table-striped > tbody > tr.stripe > th:before {
  background-color: #f9f9f9;
}
.report-table-only .report-table {
  max-height: calc( 100vh - 100px );
}
.report-table-only .report-table .table {
  min-width: calc( 100vw - 60px );
}

/* =============================

========== REPORT END ==========

============================= */
/* ==========================

========== SETTING ==========

========================== */
.bootstrap-select.btn-group .dropdown-menu.inner {
  max-height: 250px !important;
}

/* ==============================

========== SETTING END ==========

============================== */
/* =============================

========== RESPONSIVE ==========

============================= */
.mobile-helper-text {
  display: none;
}

@media (max-width: 480px) {
  @supports (-webkit-appearance: none) {
    .vertical-center {
      height: calc( 100vh - 56px );
    }
  }
  .box-title h2 {
    display: block;
    width: 100%;
  }

  .daterangepicker .drp-selected {
    display: block;
    padding: 10px 0;
  }

  /* ======= NO MORE TABLE ======= */
  /* Force table to not be like tables anymore */
  .no-more-tables table,
.no-more-tables thead,
.no-more-tables tbody,
.no-more-tables th,
.no-more-tables td,
.no-more-tables tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .no-more-tables tr {
    border: 1px solid #ccc;
  }

  .no-more-tables td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }

  .no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }

  /*

  Label the data

  */
  .no-more-tables td:before {
    content: attr(data-title);
  }

  /* ======= NO MORE TABLE END ======= */
  .mobile-helper-text {
    display: inline-block;
    padding-right: 5px;
  }

  .container .invoice-container .invoice-info {
    max-width: none;
  }
  .container .invoice-container .price-container {
    max-width: none;
  }

  .report-table {
    max-height: none;
  }
  .report-table .table > thead > tr > th {
    position: relative;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    background-color: #595959;
  }
  .report-table .table > thead > tr > th:before {
    content: " ";
  }
  .report-table .table > tbody > tr > th {
    position: relative;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }
  .report-table .table > tbody > tr > th:before {
    content: none;
  }
  .report-table-only .report-table {
    max-height: calc( 100vh - 156px );
    overflow: auto;
  }
  .report-table-only .report-table .table {
    min-width: calc( 100vw - 60px );
  }
}
/* =================================

========== RESPONSIVE END ==========

================================= */

/*# sourceMappingURL=admin-style.css.map */
