/*=============================================================
    Authour: PIBIEN
    License: 1.0
*/
.events {
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 7px;
    cursor: pointer;
    margin-left: 2px;
}
input[type="radio"] + label span {
    transition: background .2s,
      transform .2s;
}

input[type="radio"] + label span:hover,
input[type="radio"] + label:hover span{
  transform: scale(1.2);
} 

input[type="radio"]:checked + label span {
  background-color: #3490DC; //bg-blue
  box-shadow: 0px 0px 0px 2px white inset;
}

input[type="radio"]:checked + label{
   color: #3490DC; //text-blue
}
[x-cloak] {
	display: none;
}

.events-1 {
    background-color: blue !important;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 16px;
    z-index: 100;
    opacity: 0.6;
}

.events-2 {
    background-color: purple !important;
    position: absolute;
    top: 16px;
    width: 100%;
    height: 16px;
    z-index: 100;
    opacity: 0.6;
}

.events-3 {
    background-color: tomato !important;
    position: absolute;
    top: 32px;
    width: 100%;
    height: 16px;
    z-index: 100;
    opacity: 0.6;
}

table.thang td{position: relative; height: 48px; border: 1px solid #fff;}
.modal {
	transition: opacity 0.25s ease;
}
body.modal-active {
	overflow-x: hidden;
	overflow-y: visible !important;
}
#container{margin-top: 100px;}
#modelInfo{position: relative; max-height: 500px;}
.hidden {
    display: none;
}
.text-red{color: red;}
.item--header{
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}
.zui-table {
    border: none;
    border-right: solid 1px #DDEFEF;
    border-collapse: separate;
    border-spacing: 0;
    font: normal 13px Arial, sans-serif;
}
.zui-table thead th, .cell-hidden {
    background-color: #DDEFEF;
    border: none;
    color: #336B6B;
    padding: 10px;
    text-align: left;
    text-shadow: 1px 1px 1px #fff;
    white-space: nowrap;
}
.zui-table tbody td {
    border-bottom: solid 1px #DDEFEF;
    color: #333;
    padding: 10px;
    text-shadow: 1px 1px 1px #fff;
    white-space: nowrap;
}
.zui-wrapper {
    position: relative;
}
.zui-scroller {
    margin-left: 30%;
    overflow-x: scroll;
    overflow-y: visible;
    padding-bottom: 5px;
    width: 60%;
}
.zui-table .sticky-col {
    border-left: solid 1px #DDEFEF;
    border-right: solid 1px #DDEFEF;
    left: 0;
    position: absolute;
    top: auto;
    width: 30%;
	overflow: hidden;
}

.ngaythang{ background-color: transparent !important; }
.event-count {
    font-size: 10px;
    text-align: center;
    width: 100%;
    display: inherit;
    color: #fff;
}
#content-tasks{width: 100%; display: block;}
#content-tasks .item-task{width: 45%; float: left; margin-left: 3%; min-height: 83px; position: relative; margin-bottom: 10px;}
#content-tasks .item-taskp:nth-child(2n+1) {
  clear: both;
}
.item-task button{float:left;}
/* custom non-Tailwind CSS */
canvas { border: 0px solid black;}
@media (max-width: 576px) {
    .content {
        padding-top: 51px;
    }
}

@media (min-width: 577px) {
  .pt-scroll {
    padding-top: 51px;
  }

  .nav-sticky {
    position: fixed!important;
    min-width: 100%;
    top: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    transition: all .25s ease-in;
    z-index: 1;
  }
}

/* HAMBURGER MENU */

.hamburger {
  cursor: pointer;
  width: 48px;
  height: 48px;
  transition: all 0.25s;
}

.hamburger__top-bun,
.hamburger__bottom-bun {
  content: '';
  position: absolute;
  width: 24px;
  height: 2px;
  background: #000;
  transform: rotate(0);
  transition: all 0.5s;
}

.hamburger:hover [class*="-bun"] {
  background: #333;
}

.hamburger__top-bun {
  transform: translateY(-5px);
}

.hamburger__bottom-bun {
  transform: translateY(3px);
}

.open {
  transform: rotate(90deg);
  transform: translateY(-1px);
}

.open .hamburger__top-bun {
  transform:
    rotate(45deg)
    translateY(0px);
}

.open .hamburger__bottom-bun {
  transform:
    rotate(-45deg)
    translateY(0px);
}
.dropdown:hover .dropdown-menu {
  display: block;
}
 
@media(min-width:768px) {
     

}

@media(max-width:767px) {

}

@media only screen and (max-width: 600px) {
  body {
    background-color: lightblue;
  }
  table{width: 100% !important;}
  table.table-year tr td{width: auto !important;}
  table.table-year tr td.child-calendar{width: 100% !important; float:left;}
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) { 
	
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) { 

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) { 

}



