/*
 * Custom calendar css
 */
table {
    width: 100%;
    border: 1px solid #929292;
}
.w-day {
    text-align: center;
    font-size: 16px;
}


.day {
    border: 1px solid #929292;
    width: 14.285%;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    padding: 2px 5px;
    vertical-align: initial;
    min-height: 98px;
    max-height: 98px;
    height: 98px;
}

.day:hover {
    cursor: pointer;
}

textarea {
	border: none;
	width: 100%;
	color: #000000;
   -webkit-box-sizing: border-box; /* <=iOS4, <= Android  2.3 */
      -moz-box-sizing: border-box; /* FF1+ */
           box-sizing: border-box; /* Chrome, IE8, Opera, Safari 5.1*/
}


.form-control:disabled,
.form-control[readonly] {
    background-color: #fff;
    opacity: 1;
    border: unset;
}

.close {
    color: white;
    background: #B80008 !important;
    padding: 0px 7px 5px 7px !important;
    border-radius: 50%;
    opacity: 1;
    margin: 0px !important;
}

textarea.form-control {
    padding: 0px 2px;
    border: none;
    resize: none;
height: 70%;
}

.number {
    margin-bottom: 0rem;
    line-height: unset;
}
.c_footer {
      position: absolute;

      bottom: -10px;
      display: flex;
      justify-content: center;
      margin: auto;
      width: 100%;

      text-align: center;
}
.cf {
     display: none;
     text-align: center;
}
#cf {
     display: none;
     text-align: center;
}
@media print{
  body {
  background-color: #ffffff;
  }
@page { size: landscape;}
html[data-useragent*=Trident] body{padding-top:10px}
@page{margin-top:40px;margin-bottom:0}
. print-a-calendar{
	width:100%;
}
.cf{
        text-align: center;
	display:block!important;
}
.content{
	width:100%;
	border-left:0px solid rgba(0,0,0,0.08);
	border-right:0px solid rgba(0,0,0,0.08);
}
  .container-fluid {
    width:100%;
  }
.right_a{
width:0%;
display:none;
}
.no_p{
display:none;
}
.mt-3{
display:none;
}
.mt-1{
display:none;
}

.mt-5{
display:none;
}
.page-footer{
display:none;
}
.edit{

}



}