﻿/* .css */

.bg-image {
  /*
    background-color: #E5E8F9;
    background-image: url("../img/img/bg.svg");
    background-attachment: fixed;
    background-size: cover;
  */
}

.sticky-col {
  background: white;
  position: sticky;
  top: -1px;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

.disabled{
    pointer-events:none;
    opacity:0.4;
}

.fs-extra-tiny {
  font-size: 62% !important;
}

.text-trancate-dot{
    height: 2.2em;
}

.zoom {
    transition: transform 0.2s;
    position: absolute;
    z-index: 1;
}

.zoom:hover {
    transform: scale(4.5);
    z-index: 2;
}

.badge.badge-dot {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: .625rem;
    height: .625rem;
    border-radius: 50%;
    vertical-align: middle
}

.select2-selection {
    height: 28px !important;
    border-color: #ced4da !important;
    font-size: 0.75rem;
   /*min-height: calc(1.53em + 0.5rem + 2px);*/
}

.light-style .is-invalid .select2-container--default .select2-selection,.light-style .is-invalid.select2-container--default .select2-selection {
    border-color: #ff3e1d !important
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    line-height: 1.3rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.8rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    line-height: 1.8rem !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 1.5rem !important;
}

.select2-selection--multiple .select2-selection__rendered {
    padding: 0 !important;
}

.select2-selection--multiple .select2-selection__clear {
    margin-top: 0.15rem !important;
}

.select2-selection--multiple .select2-selection__choice {
    margin-top: 0.15rem!important;
    margin-left: 0.1rem;
}

.select2-container--default .select2-selection--multiple {
    min-height: calc(1.53em + 0.5rem + 2px) !important;
}

.select2-container .select2-selection--multiple {
    height: auto!important;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0 !important;
}

.tab-content {
    padding: 0.6rem;
}

.menu .app-brand.logo {
  height: 75px;
  margin-left: -5px;
  margin-bottom: 20px;
}

.page-link-2 {
    background-color: white;
    border-width: 1px !important;
    line-height: 0.5;
    border-color: #696cff;
    font-size: 12px;
}

.list-box {
   position: relative;
   width: 3rem;
   height: 1.7rem;
   cursor: pointer;
}

.list-box .list-box-initial {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   text-transform: uppercase;
   display: flex;
   align-items: center;
   justify-content: center;
   color: #fff;
   background-color: #8592a3;
   font-weight: 700;
}

/* ----event-employee--------- */
.event-employee{
  display: block;
  font-weight: 600;
  font-size: 0.75rem !important;
  height: 100%;
  width: 100%;
  text-align: center;
  color: black;
  cursor: pointer;
  align-content: center !important;
  z-index: 1;
}

.event-employee:hover {
    -webkit-transform:scale(1.4);
    -moz-transform:scale(1.4);
    -ms-transform:scale(1.4);
    -o-transform:scale(1.4);
    transform:scale(1.4);
    z-index: 2;
}

.event-employee-share-class {

}

.event-employee-share-class:before {
   font-family: "boxicons" !important;
   content: "\eca1";
   margin-right: 10%;
   font-size: 12px;
   color: black;
}

.event-employee-share-teacher {

}

.event-employee-share-teacher:before {
   font-family: "boxicons" !important;
   content: "\eec6";
   margin-right: 10%;
   font-size: 12px;
   color: black;
}


/* ----event--------- */
.event{
  display: block;
  font-weight: 550;
  height: 25px;
  width: 100%;
  text-align: center;
  font-size: 62%;
  padding-top: 3px;
  color: black;
  cursor: pointer;
}

.event-box-info {
  width: 40px;
  text-align: center;
  font-size: x-small;
  max-width: 40px;
}

.event-box-empty {
  width: 42px;
  text-align: center;
  font-size: 62%;
  margin: 3px;
  cursor: pointer;
  line-height: 1;
  /*border: 1px solid #858585; */
}

.event-box-border {
   box-shadow: 3px 3px 1px 0px #b1b0b0;
   outline: 1px solid #999999;
}

.event-row {
  max-width: 200px !important;
  min-width: 100px;
  font-size: 70%;
  font-weight: 600 !important;
}

.event-box-filter {
  height: auto; max-height: 400px;
  overflow-x: hidden;
  scrollbar-gutter: stable;
}

.event-preview-top {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 50% !important;
}

.event-preview-bottom {
  position: absolute;
  bottom: 2px;
  right: 5%;
  width: 90%;
  font-size: 65% !important;
  text-align: center;
}

.day-border {
  border-right: 2px solid #939393!important;
}

.bgtext {
    position: relative;
}

.bgtext:before {
    margin: 3rem;
    content: "Background text";
    position: absolute;
    transform: rotate(300deg);
    -webkit-transform: rotate(300deg);
    color: rgb(187, 182, 182);
    top: 0;
    left: 0;
    z-index: -1;
}

.event-cursor {
  position: absolute;
  display: block;
  /*background-color: #09C;*/
  height: 26px;
  width: 50px;
  text-align: center;
  color: black;
  font-size: x-small;
  z-index:9999998;
}

.event-off {
  background-image: url("../img/icons/event-off.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f7f7f7;
}

.event-lock {
  font-size: xx-small;
  border-bottom: 5px solid rgb(255 255 255 / 60%);
}

.event-lock:before {
   font-family: "boxicons" !important;
   content: "\eb00";
   margin-right: 5%;
   color: white;
}

.save-change {
   background-color: #ffeb3b;
   color: #000000;
}

.btn-close-up {
    position: absolute;
    right: -8px;
    top: -8px;
}


/* ----print--------- */

@media screen {
  #printSection {
      display: none;
  }
}

@media print {
  body *
  {
    visibility:hidden;
  }
  #printSection, #printSection * {
    visibility: visible;
  }
  #printSection {
    position: absolute;
    top: 0;
    left: 0;
  }

}

/* ----section--------- */

.section-footer {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
}

.section-top {
  /*position: absolute;
  top: 0; */
  height: calc(100% - 200px);
  width: 100%;
  background-color: #fbfbfb;
}

.section-left {
  height: 100%;
  width: 20%;
}

.section-right {
  width: 65%;
  height: 100%;
}


.custom-option {
    padding-left: 0;
    border: 1px solid #d9dee3;
    border-radius: .5rem
}

.custom-option .custom-option-content {
    cursor: pointer;
    width: 100%
}

.custom-option-basic .custom-option-content {
    padding: 1em;
    padding-left: 2.7em
}

.custom-option-basic .custom-option-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: .25rem
}

.custom-option-icon .custom-option-content {
    text-align: center;
    padding: 1em
}

.custom-option-icon .custom-option-body {
    display: block;
    margin-bottom: .5rem
}

.custom-option-icon .custom-option-body i {
    font-size: 2rem;
    margin-bottom: .25rem;
    display: block
}

.custom-option-icon .custom-option-body .custom-option-title {
    display: block;
    font-size: .9375rem;
    font-weight: 500;
    color: #566a7f
}

.custom-option-icon .form-check-input {
    float: none !important;
    margin: 0 !important
}

.custom-option-image {
    border-width: 2px
}

.custom-option-image .custom-option-content {
    padding: 0
}

.custom-option-image .custom-option-body img {
    height: 100%;
    width: 100%
}

.custom-option-image.custom-option-image-check {
    position: relative
}

.custom-option-image.custom-option-image-check .form-check-input {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    border: 0;
    opacity: 0
}

.custom-option-image.custom-option-image-check .form-check-input:checked {
    opacity: 1
}

.custom-option-image.custom-option-image-check:hover .form-check-input {
    border: inherit;
    border-width: 1px;
    opacity: 1
}

[dir=rtl] .custom-option {
    padding-right: 0
}

[dir=rtl] .custom-option-basic .custom-option-content {
    padding-right: 2.7em;
    padding-left: 1em
}

[dir=rtl] .custom-option-image.custom-option-image-check .form-check-input {
    right: auto;
    left: 10px
}


/* ----section--------- */


/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/* Modify */

/* custom scrollbar */
::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}
/* custom scrollbar */


.btn-success {
    background-color: #009933!important;
    border-color: #009933!important;
}

.badge
{
    text-transform: none;
}

.table td, .table th
{
    font-size: 12px;
}

.form-loading
{
    inset: 0px;
    user-select: none;
    position:fixed;
    z-index: 999999;
    background-color: #43597170;
    min-height: 100vh;

}

.form-spinner{
    position: absolute;
    margin: auto;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
}

.calculate
{
    height: 50px;
    width: 50px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.calculate-animate {
  background-color: red;
  animation-name: c-animate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes c-animate {
  0%   {left:0px; top:0px;}
  70% {left:-30px; top:0px;}
  100% {left:0px; top:0px;}
}

.flip-animation{
	animation: bounce-in-fwd 0.51s infinite reverse ;
    height: 45px;
    width: 45px;
}

@keyframes bounce-in-fwd {
  0% {
    transform: scale(1);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  38% {
    transform: scale(1);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: scale(0.8);
    animation-timing-function: ease-in;
  }
  89% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
  100% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}

.form-body {
    overflow: auto;
    margin: 10px;
    /*height: calc((99vh - 1rem) * .7); */
    background-color: white;
    min-height: 330px;
}

.form-arama-table{
    overflow-y: scroll;
    height: 150px;
}

.calendar-body {
    overflow: auto;
    background-color: white;
    font-size: 12px;
}

.field-required{
    border-color: red;
}

.modal-body {
    height: -webkit-calc(100% - 90px);
    background-color: white
}

.modal-toolbar {
    height: 45px;
    padding: 0.5rem;
    background-color: #f9f9f9;
    border-bottom: 1px solid #dee2e6;
}

.modal-title
{
    font-size: 13px;
}
.fc .fc-button-group
{
    font-size: 11px;
}

.event-modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: 0.2rem;
    justify-content: space-between;
    border-bottom: 1px solid #dee2e6;
}

.fc .fc-button
{
    font-size: 11px!important;
}

.fc .fc-button:disabled
{
    font-size: 11px;
}
/****************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}
