*{
	margin: 0;
	box-sizing: border-box;
}


body{
	margin: 0px;
	padding:0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #282828;
}

img{
    max-width: 100%;
}

[disabled] {
    cursor: not-allowed !important;
    background: #fff !important;
    color: #000 !important;
    position: relative;
    overflow: hidden;
    border-color: red !important;
}

[disabled]:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    height: 100%;
    background: #ba0021;
    margin: auto;
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

#image_preview {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -10px 0px -10px;
}

#image_preview .uploadz {
    width: 29.88%;
    border: 1px solid #ccc;
    margin: 0 10px 20px;
}

#image_preview .uploadz img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.text-center{
    text-align: center;
}

.green{
	color: #00c70d;
}
.yellow{
	color: #cddc39;
}

.red{
	color: #e90000;
}

table p{
    margin:0;
}

.ok-btn{
    background: #000;
    border: 0px;
    color: #fff;
    padding: 9px 5px;
    display: block;
    margin: 10px auto 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0px 7px 0 rgb(2 2 2 / 57%);
    -webkit-box-shadow:  0 0px 7px 0 rgb(2 2 2 / 57%);
    -moz-box-shadow: 0 0px 7px 0 rgb(2 2 2 / 57%);
}

.warning{
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
    text-align: center;
    font-size: 12px;
    color: #d2691e;
}

.wrapper {
    background-color: #fff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.wrapper.justify-center{
    justify-content:center;
}

.wrap-box {
	padding: 20px;
    max-width: 600px;
    width: 100%;
}

.header-space{
    margin-top:42px;
}
 .footer-space{
       margin-bottom: 45px;  
     }
.branding {
    text-align: center;
}

.branding h3 {
    color: #878787;
    font-weight: normal;
    font-size: 22px;
    text-transform: uppercase;
   	line-height: 1;
    margin-top: 4px;
}

.signout{
    text-decoration: none;
    color: #ba0021;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.logs {
    margin-top: 30px;
    width: 100%;
}

.logs textarea {
    resize: vertical;
    overflow-y: scroll !important;
}

.page-head {
    text-align: center;
    font-weight: 500;
    font-size:18px;
}

.cust-pad{
   margin-top: 45px; 
}

.theme-btn {
	border: 0px;
	color: #fff;
	border-radius: 6px;
	padding: 14px 15px;
	margin: 10px 0 0;
	width: 100%;
	cursor: pointer;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1;
	background: rgb(4,37,204);
	background: -moz-linear-gradient(left,  rgba(4,37,204,1) 0%, rgba(30,225,223,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(4,37,204,1) 0%,rgba(30,225,223,1) 100%);
	background: linear-gradient(to right,  rgba(4,37,204,1) 0%,rgba(30,225,223,1) 100%);
	box-shadow: 0px 5px 7px 0px rgb(2 2 2 / 29%);
	-webkit-box-shadow: 0px 5px 7px 0px rgb(2 2 2 / 29%);
    -moz-box-shadow: 0px 5px 7px 0px rgb(2 2 2 / 29%);
	transition: all 0.2s ease-in-out;
	transform: scale(1);
	display: block;
	text-align: center;
	text-decoration: none;
}

.theme-btn:active{
	transform: scale(0.98);
	box-shadow: 0px 3px 5px 0px rgb(2 2 2 / 29%);
}

/*input::placeholder {color: #c3c3c3 !important; opacity: 1;}*/
/*input::-webkit-input-placeholder {color: #c3c3c3 !important; opacity: 1;}*/
/*input::-moz-placeholder {color: #c3c3c3 !important; opacity: 1;}*/
/*input:-ms-input-placeholder {color: #c3c3c3 !important; opacity: 1;}*/
/*input:-moz-placeholder {color: #c3c3c3 !important; opacity: 1;}*/

/*input:focus::placeholder {color: transparent !important;}*/
/*input:focus::-webkit-input-placeholder { color:transparent !important; }*/
/*input:focus:-moz-placeholder { color:transparent !important; }*/
/*input:focus::-moz-placeholder { color:transparent !important; }*/
/*input:focus:-ms-input-placeholder { color:transparent !important; }*/

.logs .form-control{
    width: 100%;
    border: 0px;
    padding: 13.5px;
    display: block;
    box-shadow: 0 0 8px 0px #6b6b6b4d;
    -webkit-box-shadow:  0 0 8px 0px #6b6b6b4d;
    -moz-box-shadow:  0 0 8px 0px #6b6b6b4d;
    font-size: 16px;
    color: #000;
    outline: none;
    line-height: 1;
    border-radius: 6px;
    overflow:hidden;
    -webkit-appearance: none;
    height: auto;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #fff;
  opacity: 1;
}
.ms-options-wrap button {
    width: 100% !important;
    border: 0px !important;
    padding: 13.5px !important;
    display: block;
    box-shadow: 0 0 8px 0px #6b6b6b4d !important;
    -webkit-box-shadow: 0 0 8px 0px #6b6b6b4d;
    -moz-box-shadow: 0 0 8px 0px #6b6b6b4d;
    font-size: 16px !important;
    color: #000 !important;
    outline: none !important;
    line-height: 1;
    border-radius: 6px;
    overflow: hidden;
    -webkit-appearance: none;
}

.floating {
  margin-bottom: 20px;
  transition: background-color 0.2s ease;
  position:relative;
}


.floating__input {
  transition: border-color 0.2s ease;
}


.floating__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0);
}

.floating__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

.floating__input::placeholder {
  color: rgba(0, 0, 0, 0);
}

.floating__label {
    display: block;
    position: absolute;
    max-height: 0;
    pointer-events: none;
    top: 0;
    font-weight:400;
}

.floating__label::before {
  content: attr(data-content);
  display: inline-block;
  filter: blur(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-origin: left top;
  transition: transform 0.2s ease;
  left: 14px;
  position: relative;
  color: #c3c3c3;
  background: #ffffff;
  border-radius: 6px;
  padding: 0 2px;
}

.floating__label::after {
  bottom: 1rem;
  content: "";
  height: 0.1rem;
  position: absolute;
  transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease;
  opacity: 0;
  left: 0;
  top: 100%;
  margin-top: -0.1rem;
  transform: scale3d(0, 1, 1);
  width: 100%;
}

.floating__input:focus + .floating__label::after {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.floating__input:-moz-placeholder-shown + .floating__label::before {
  transform: translate3d(0, 0.75rem, 0) scale3d(1, 1, 1)
}

.floating__input:-ms-input-placeholder + .floating__label::before {
  transform: translate3d(0, 0.75rem, 0) scale3d(1, 1, 1)
}

.floating__input:placeholder-shown + .floating__label::before {
  transform: translate3d(0, 0.75rem, 0) scale3d(1, 1, 1)
}

.floating__label::before,
.floating__input:focus + .floating__label::before {
  transform: translate3d(0, -0.65rem, 0) scale3d(0.82, 0.82, 1)
}

.hidden--visually {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}


/*topbar*/
.top-bar {
    text-align: center;
    padding: 10px 50px;
    box-shadow: 0px 4px 5px 0 rgb(2 2 2 / 7%);
    -webkit-box-shadow:  0px 4px 5px 0 rgb(2 2 2 / 7%);
    -moz-box-shadow:  0px 4px 5px 0 rgb(2 2 2 / 7%);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    background: #fff;

}

.top-bar .menu-bar {
    position: absolute;
    left: 10px;
    color: #0529cc;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}

.menu-bar i {
    font-size: 30px;
    cursor: pointer;
}

.top-bar h3 {
    text-transform: uppercase;
    color: #121212;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    margin: 0px;
}

#mySidenav {
    position: fixed;
    background: #0529cc;
    width: 250px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    z-index: 9;
    transition: left 300ms ease-in-out 0s !important;
    float: none;
    left: -250px !important;
    height: 100vh !important;
    margin-top: 0px !important;
    top: 0 !important;
    right: unset !important;
    overflow: hidden;
    opacity: inherit;
}

.changeCursor #mySidenav {
    left: -1px !important;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 24%);
   -webkit-box-shadow:  0 0 10px 0 rgb(0 0 0 / 24%);
    -moz-box-shadow:  0 0 10px 0 rgb(0 0 0 / 24%);
}

#mySidenav a {
    color: #ffffff;
    text-decoration: none;
    text-transform: capitalize;
    text-align: left;
    padding-bottom: 15px;
    line-height: 1;
    font-size: 16px;
    cursor: pointer;
    display: block;
    letter-spacing: 0.5px;
}

#mySidenav a:last-child{
  padding-bottom: 0px;  
}

#mySidenav .closebtn {
    text-align: right;
    font-size: 24px;
}

.user-pic {
    width: 180px;
    height: 180px;
    margin: auto;
    border-radius: 50%;
    background: #d9d9d9;
    position: relative;
    overflow: hidden;
}

.user-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cust-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto 20px;
}

.save{
    font-size: 20px;
    background: #28a745;
    border-radius: 50%;
    padding: 5px;
    color: #ffffff;
    box-shadow: 0px 0px 5px 0 rgb(0 0 0 / 34%);
    -webkit-box-shadow:  0px 0px 5px 0 rgb(0 0 0 / 34%);
    -moz-box-shadow: 0px 0px 5px 0 rgb(0 0 0 / 34%);
    border: 0px;
    cursor: pointer;
    line-height: 1;
    transition: all 0.2s ease-in-out;
    transform: scale(1);
}

.save:active{
	transform: scale(0.98);
}


.retake {
    font-size: 20px;
    background: #fff;
    border-radius: 50%;
    padding: 5px;
    color: #0529cc;
    box-shadow: 0px 0px 5px 0 rgb(0 0 0 / 34%);
    -webkit-box-shadow:  0px 0px 5px 0 rgb(0 0 0 / 34%);
    -moz-box-shadow: 0px 0px 5px 0 rgb(0 0 0 / 34%);
    border: 0px;
    cursor: pointer;
    line-height: 1;
    transition: all 0.2s ease-in-out;
    transform: scale(1);
    margin-left: 10px;
}

.retake:active{
	transform: scale(0.98);
	box-shadow: 0px 1px 3px 0 rgb(0 0 0 / 34%);
	-webkit-box-shadow:  0px 1px 3px 0 rgb(0 0 0 / 34%);
    -moz-box-shadow: 0px 1px 3px 0 rgb(0 0 0 / 34%);
}

.save ,.retake{
	display: none;
}

.view .save,
.view .retake{
	display: block;
}

.profile .user-name {
    margin: 10px 0px;
    text-align:center;
    line-height:1;
}

.profile h3 {
    font-size: 19px;
    text-transform: uppercase;
    color: #282828;
    font-weight: normal;
    line-height: 1;
    margin: 0;
}

.time {
    text-align: center;
    margin: 20px 0 40px;
}

.time button {
    width: 130px;
    height: 130px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d9fbff;
    border-radius: 50%;
    font-size: 27px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 5px 7px 0 rgb(2 2 2 / 57%);
    -webkit-box-shadow:  0 5px 7px 0 rgb(2 2 2 / 57%);
    -moz-box-shadow: 0 5px 7px 0 rgb(2 2 2 / 57%);
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.2s ease-in-out;
}

.time button:active {
    transform: scale(0.98);
    box-shadow: 0 3px 5px 0 rgb(2 2 2 / 57%) !important;
    -webkit-box-shadow:  0 3px 5px 0 rgb(2 2 2 / 57%) !important;
    -moz-box-shadow: 0 3px 5px 0 rgb(2 2 2 / 57%) !important;
}

.time .in-time {
    margin-bottom: 20px;
    background: #0529cc;
}

.time .out-time {
    background: #1ddbde;
}

.comments {
    max-width: 320px;
    margin: 0 auto 50px;
    width: 100%;
}

.comments textarea {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px dashed #9aa5da;
    padding: 15px;
    outline: none;
    background-color: #f1f1ff;
}

.comments textarea:last-child {
    margin-bottom: 0;
}
.slots {
    border-left: 3px dotted #888888;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: max-content;
    margin: 8px auto;
    padding: 0;
}

.slots li {
    list-style: none;
    padding-bottom: 30px;
    padding-left: 65px;
    position: relative;
    font-size: 21px;
    color: #888888;
    font-weight: 600;
    line-height: 1;
}

.slots li span{
	text-transform: uppercase;
}

.slots li:last-child {
    padding-bottom: 0;
}

.slots li:before {
	content: "";
	position: absolute;
	left: 1px;
	top: 9px;
	border-top: 3px dotted #888888;
	width: 59px;
	height: 1px;
}

.slots li:last-child:before {
    top: auto;
    bottom: -1px;
}

.slots li:first-child:before {
    top: 0;
}

.slots li:first-child span {position: relative;top: -8px;}

.slots li span {
    line-height: 1;
}

.slots li:last-child span {
    position: relative;
    bottom: -8px;
}

.slots li span b {
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
}
#my_camera {
    width: 100% !important;
    height: 100% !important;
    margin: auto !important;
    border-radius: 50% !important;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#my_camera video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.custom-file-input {
    color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 180px;
    height: 37px;
    margin: auto;
    left: 0;
    right: 0;
    display: flex;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
    content: 'Click here to open camera';
    color: black;
    display: inline-block;
    outline: none;
    white-space: normal;
    word-break: unset;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    margin: 0 10px;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active {
  outline: 0;
}

.camera_info{
    text-align: center;
    top: 0;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    line-height: 1;
}
#my_camera-ios_div {
    width: 180px !important;
    height: 180px !important;
    background-size: cover !important;
}

/*upload-btn-css*/
.image-upload>input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.image-upload label img {
    width: 100%;
}

.image-upload {
    position: relative;
    display: block;
    width: 60px;
}

.image-upload label {
    width: 50px;
    height: 50px;
    display: block;
}
/*upload-btn-css-end*/

.thankz{
    text-align: center;
}

.thankz img{
    margin-bottom: 30px;
}

.thankz h4 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 1;
}

.thankz p {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #8a8a8a;
}

/*salary-slip*/
.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 20px;
}

.form-row .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-right: 5px;
    padding-left: 5px;
}

.form-row .theme-btn {
    margin: 0;
}

.form-row select {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 17px;
    padding: .375rem 1.75rem .375rem .75rem;
    color: #495057;
    vertical-align: middle;
    background-size: 14px 16px !important;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .55rem center;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-row select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 8%), 0 0 5px rgb(128 189 255 / 50%);
}

/*attendance-status*/
.atten_status {
    display: flex;
    flex-wrap: wrap;
}

.attendance_status{
     overflow: hidden;   
}
.atten_status .box input {
    margin-top: 0;
}

.input-group.date, .input-group.date input {
    height: 100%;
}

.input-group.date input{
    padding: 13px 12px;
}

.attendance_status .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-bordered>thead>tr>td, 
.table-bordered>thead>tr>th {
    border-bottom-width: 1px !important;
}

.attendance_status table th, .attendance_status table td {
    min-width: 133px;
    max-width: 133px;
    text-transform: capitalize;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    padding:8px;
}

.attendance_status table td span{
    color: #ffffff;
    padding: 3px;
    min-width: 50px;
    display: inline-block;
    border-radius: 4px;
}

/*roster*/

.weekly_roster{
    box-shadow: 0px 1px 10px 0px #d0d0d0;
    border-radius: 10px;
}

.weekly_roster .work {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.weekly_roster .work .left {
    width: 50%;
    text-align: center;
    border-right: 1px solid #aebcff;
    padding: 0 15px;
}

.weekly_roster .work .left h4 {
    font-size: 18px;
    margin-bottom: 0;
    color: #000;
    font-weight: 600;
}

.weekly_roster .work .right {
    width: 50%;
    padding: 0 15px;
    text-align:center;
}

.weekly_roster .work .left p {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.roster-space h3 {
    margin-bottom: 20px;
}

.weekly_roster .work .right p {
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-flex;
    background: #0529cc;
    border-radius: 30px;
    padding: 3px 8px;
    color: #ffffff;
    min-width: 105px;
    justify-content: center;
}

.weekly_roster .work .right p.red{background: #f44336;}
.weekly_roster .work .right p.green{background: #00c70d;}
.weekly_roster .work .right p.yellow{background: #cddc39;}

.weekly_roster .work:nth-child(even) {
    background: rgb(5 41 204 / 8%);
}

/*team roster table*/
table.dataTable{
    margin-top:0px !important;
}

#example_wrapper .row:nth-child(2){
    min-height: .01%;
    overflow-x: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}


#example_length label, #example_filter label {
    margin: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

#example_length label select {
    margin: 0 5px;
}

#example_length, #example_filter {
    text-align: left !important;
}

#example .sorting:after {
    content: none !important;
}

#example .sorting {
    padding: 6px !important;
}

#example th, #example .bold{
    font-weight: 700;
}

#example th, #example td {
    min-width: 133px;
    max-width: 133px;
    text-transform: capitalize;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    word-wrap: break-word;
}

#example tr th:nth-child(-n+2),#example tr td:nth-child(-n+2) {
    text-align: left;
}

.week-off{
    background: #98ff6e;
    text-transform: uppercase;
}

.roster-off{
    background: #ffe54a;
    text-transform: uppercase;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0;
    font-size: 14px;
}

#example_wrapper .pagination>li>a, #example_wrapper .pagination>li>span {
        font-size: 14px;
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 0px;
}

.pagination{
    margin:0 !important;
}
.pagination>li {
    display: inline-flex;
}
.pagination>li>a, .pagination>li>span {
    line-height: 1;
}
.pagination>.active>a, .pagination>.active>a:focus, 
.pagination>.active>a:hover, .pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    background-color: #00ae7d;
    border-color: #00ae7d;
}
.pdf-btn {
    background: #a32323;
    border: 0px;
    line-height: 1;
    padding: 8px 15px;
    border-radius: 6px;
    font-size: 17px;
    transition: all 0.2s ease-in-out;
    transform: scale(1);
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin: 20px auto 0;
    color: #ffffff;
    box-shadow: 0px 5px 7px 0px rgb(2 2 2 / 29%);
    -webkit-box-shadow: 0px 5px 7px 0px rgb(2 2 2 / 29%);
    -moz-box-shadow: 0px 5px 7px 0px rgb(2 2 2 / 29%);
}

.pdf-btn i {
    color: #a32323;
    background: #ffffff;
    padding: 6px;
    border-radius: 6px;
    font-weight: bold;
    margin-right: 4px;
}

.pdf-btn:active {
    transform: scale(0.98);
    box-shadow: 0px 3px 5px 0px rgb(2 2 2 / 29%);
}

/*dashboard*/

.birthday{
    position: relative;
    margin-top: 10px;
    z-index:1;
}


.emp_name {
text-transform: capitalize;
    font-weight: 900;
    background: -moz-linear-gradient(45deg, #0062ff 0%, #fc5071 50%, #0041ff 100%);
    background: -webkit-linear-gradient(45deg, #0062ff 0%,#fc5071 50%,#0041ff 100%);
    background: linear-gradient(45deg, #0062ff 0%,#fc5071 50%,#0041ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0062ff', endColorstr='#0041ff',GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 30px;
}

.dashboard{
    display: flex;
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -10px;
    flex-wrap: wrap;
}

.dashboard .outer {
    border-radius: 8px;
    border-radius: 20px;
    color: #fff;
    position: relative;
    margin: 0 10px 20px;
    width: calc(100% / 3 - 20px);
    overflow: hidden;
}

.dashboard .outer .icon{
    position: absolute;
    top: -20px;
    background: rgb(242 243 247 / 20%);
    border-radius: 50%;
    width: 180px;
    height: 180px;
    right: -115px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
}

.dashboard .outer a {
    display:block;
    padding: 40px 10px 40px;
    color:#ffffff;
    font-weight: 600;
    font-size: 16px;
    text-decoration:none;
    text-shadow: 2px 1px rgb(0 0 0 / 15%);
}

.first-color{
    background: #a5b4f3;
    background: -moz-linear-gradient(135deg, #a5b4f3 0%,#5a5cdd 100%);
    background: -webkit-linear-gradient(135deg, #a5b4f3 0%,#5a5cdd 100%);
    background: linear-gradient(135deg, #a5b4f3 0%,#5a5cdd 100%);
    box-shadow: 1px 5px 15px 0 #c4cefb;
}

.second-color{
    background: #fe969b;
    background: -moz-linear-gradient(135deg,  #fe969b 0%, #f16888 100%);
    background: -webkit-linear-gradient(135deg,  #fe969b 0%,#f16888 100%);
    background: linear-gradient(135deg,  #fe969b 0%,#f16888 100%); 
    box-shadow: 1px 5px 15px 0 #f3bfc2;
}

.third-color{
    background: #ff5d91;
    background: -moz-linear-gradient(135deg,  #ff5d91 0%,#de0248 100%);
    background: -webkit-linear-gradient(135deg,  #ff5d91 0%,#de0248 100%);
    background: linear-gradient(135deg,  #ff5d91 0%,#de0248 100%);
    box-shadow: 1px 5px 15px 0 #ffafc8;
}

.fourth-color{
    background: #fe749f;
    background: -moz-linear-gradient(135deg,  #fe749f 0%, #ec275f 100%);
    background: -webkit-linear-gradient(135deg,  #fe749f 0%,#ec275f 100%);
    background: linear-gradient(135deg,  #fe749f 0%,#ec275f 100%);
    box-shadow: 1px 5px 15px 0 #f7bdcf;
}

.five-color{
    background: #f5bd7c;
    background: -moz-linear-gradient(135deg,  #f5bd7c 0%,#ed9349 100%);
    background: -webkit-linear-gradient(135deg,  #f5bd7c 0%,#ed9349 100%);
    background: linear-gradient(135deg,  #f5bd7c 0%,#ed9349 100%);
    box-shadow: 1px 5px 15px 0 #fde1c1;
}

.six-color {
    background: #ff9085;
    background: -moz-linear-gradient(135deg, #ff9085 0%,#f37468 100%);
    background: -webkit-linear-gradient(135deg, #ff9085 0%,#f37468 100%);
    background: linear-gradient(135deg, #ff9085 0%,#f37468 100%);
    box-shadow: 1px 5px 15px 0 #ffcbc6;
}
.seven-color{
    background: #ca79f2;
    background: -moz-linear-gradient(135deg,  #ca79f2 0%, #997ef4 100%);
    background: -webkit-linear-gradient(135deg,  #ca79f2 0%,#997ef4 100%);
    background: linear-gradient(135deg,  #ca79f2 0%,#997ef4 100%);
    box-shadow: 1px 5px 15px 0 #e9c0fd;
}

.eight-color{
    background: #fca478;
    background: -moz-linear-gradient(135deg,  #fca478 0%, #e57260 100%);
    background: -webkit-linear-gradient(135deg,  #fca478 0%,#e57260 100%);
    background: linear-gradient(135deg,  #fca478 0%,#e57260 100%);
    box-shadow: 1px 5px 15px 0 #ffd4be;
}

.nine-color {
    background: #f1a8fd;
    background: -moz-linear-gradient(135deg, #f1a8fd 0%,#cc45e4 100%);
    background: -webkit-linear-gradient(135deg, #f1a8fd 0%,#cc45e4 100%);
    background: linear-gradient(135deg, #f1a8fd 0%,#cc45e4 100%);
    box-shadow: 1px 5px 15px 0 #eca7f7;
}

.ten-color {
    background: #adc6e5;
    background: -moz-linear-gradient(135deg, #adc6e5 0%,#5f81ab 100%);;
    background: -webkit-linear-gradient(135deg, #adc6e5 0%,#5f81ab 100%);
    background: linear-gradient(135deg, #adc6e5 0%,#5f81ab 100%);
    box-shadow: 1px 5px 15px 0 #dcebff;
}

.eleven-color {
    background: #9bcdff;
    background: -moz-linear-gradient(135deg, #9bcdff 0%,#6fa4d8 100%);;
    background: -webkit-linear-gradient(135deg, #9bcdff 0%,#6fa4d8 100%);;
    background: linear-gradient(135deg, #9bcdff 0%,#6fa4d8 100%);
    box-shadow: 1px 5px 15px 0 #d0e8ff;
}

.twelve-color {
    background: #54f3e5;
    background: -moz-linear-gradient(135deg, #54f3e5 0%,#56b7ae 100%);
    background: -webkit-linear-gradient(135deg, #54f3e5 0%,#56b7ae 100%);
    background: linear-gradient(135deg, #54f3e5 0%,#56b7ae 100%);
    box-shadow: 1px 5px 15px 0 #d1fffb;
}

.thirteen-color {
    background: #a5c239;
    background: -moz-linear-gradient(135deg, #a5c239 0%,#a4c137 100%);
    background: -webkit-linear-gradient(135deg, #a5c239 0%,#a4c137 100%);
    background: linear-gradient(135deg, #a5c239 0%,#a4c137 100%);
    box-shadow: 1px 5px 15px 0 #e2ff79;
}

.fourteen-color{
    background: #d1cc17;
    background: -moz-linear-gradient(135deg, #d1cc17 0%,#b1ad25 100%);
    background: -webkit-linear-gradient(135deg, #d1cc17 0%,#b1ad25 100%);
    background: linear-gradient(135deg, #d1cc17 0%,#b1ad25 100%);
    box-shadow: 1px 5px 15px 0 #fffc90;

}

.fifteen-color{
    background: #f5d880;
    background: -moz-linear-gradient(135deg,  #f5d880 0%,#ecbe60 100%);
    background: -webkit-linear-gradient(135deg,  #f5d880 0%,#ecbe60 100%);
    background: linear-gradient(135deg,  #f5d880 0%,#ecbe60 100%);
    box-shadow: 1px 5px 15px 0 #fbebba;
}

#confetti {
    overflow-y: hidden;
    overflow-x: hidden;
    width: 100%;
    margin: auto;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/*image upload*/

.input-preview__src {
	display: none;
}

.input-preview {
    background: #d9d9d9;
	border-radius: 4px;
	width: 180px;
	height: 180px;
	cursor: pointer;
	margin: auto;
	border-radius: 50%;
    overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	transition: ease-in-out 750ms;
}

.input-preview::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    content: "Choose a file...";
    font-style: italic;
    font-size: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.has-image::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(50, 50, 50, 0.5);
	content: " ";
	transition: ease-in-out 750ms;
}

.has-image::after {
	content: "Choose another file...";
	color: white;
}

.upload-pic [type="submit"]{
    width: auto;
    margin: 10px auto 0;
    padding: 9px 15px;
    letter-spacing: 1px;
}

/**/
.upload-pic .input-group {
    margin-top:10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.upload-pic .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.upload-pic .custom-file .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

.upload-pic .custom-file .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #0d65d2;
    background-color: #fff;
    border: 1px solid #0d65d2;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.upload-pic .input-group-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1px;
}

.upload-pic .custom-file .custom-file-input:before {
    content: none;
}

.upload-pic .input-group-append .theme-btn {
    margin-top: 0;
    padding: 0px 15px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

/*document*/
.documnt {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.documnt li {
    width: calc(100% / 3 - 30px);
    list-style: none;
    margin: 0 15px 10px;
}

.documnt li .nme a {
    display: flex;
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 #e3e3e3;
    align-items: center;
    justify-content: center;
    object-fit: contain;
    height: 120px;
}

.documnt li .nme a img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.documnt li p {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    word-break: break-all;
}

.deactivate {
    border: 0px;
    border-radius: 50%;
    font-weight: 600;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f44336;
    color: #ffffff;
    margin-bottom: -10px;
    position: relative;
    z-index: 1;
    margin-left: auto;
}

.until {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.until .awaiting {
    width: calc(100% / 3 - 30px);
    margin: 0 15px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.until input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 120px;
    width: 100%;
    background: #f7f7f7;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 0 3px 0 #e3e3e3;
}

.until input[type="checkbox"]:before {
    content: "\f071";
    font: normal normal normal 14px/1 FontAwesome;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    color: #f44336;
}

.until .awaiting label {
    margin-top: 5px;
    font-size: 14px;
}

/*document-footer*/
.documnt-ftr {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.documnt-ftr form{
    background: #fff;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    cursor: pointer;
    margin-right: 10px;
}

.no-js .inputfile + label {
    display: none;
}


.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}


/* style 3 */

.inputfile-3 + label {
    color: #d3394c;
}

.inputfile-3:focus + label,
.inputfile-3.has-focus + label,
.inputfile-3 + label:hover {
    color: #722040;
}

.pick {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.pick label {
    width: 80%;
    text-align: center;
    background: rgb(4,37,204);
    background: -moz-linear-gradient(left, rgba(4,37,204,1) 0%, rgba(30,225,223,1) 100%);
    background: -webkit-linear-gradient(left, rgba(4,37,204,1) 0%,rgba(30,225,223,1) 100%);
    background: linear-gradient(to right, rgba(4,37,204,1) 0%,rgba(30,225,223,1) 100%);
    color: #fff;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
}

.pick button {
    background: #e5e5e5;
    border: 0px;
    width: 20%;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
}

.ms-options-wrap > .ms-options {
    position: static !important;
    border: 0px !important;
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgb(14 41 57 / 12%), 0 2px 5px rgb(14 41 57 / 44%), inset 0 -1px 2px rgb(14 41 57 / 15%);
    margin-top: 5px !important;
}

.ms-options-wrap > .ms-options > .ms-search input{
    border-bottom: 1px solid #d3d3d3 !important;
    padding: 6px 13.5px !important;
    background: #f2f2f2;
}
.ms-options-wrap > .ms-options > .ms-selectall.global {
    margin: 4px 13.5px !important;
}
.ms-options ul{
    padding:0;
}
.ms-options ul li {
    list-style: none;
}

.ms-options-wrap > .ms-options > ul label {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    padding-left: 35px !important;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
    left: 14px !important;
}



.games-box  input {
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}


.games-box  input:checked + span, .games-box input:checked + .outer {
    background: linear-gradient(135deg,  #8bc34a 0%,#4caf50 100%);
}

.dashboard .games-box {
    display:
    flex;
    min-height: 120px;
}

.gme-icn {
    position: absolute;
    right: 0;
    top: 20px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
}

.gme-icn img {
    width: 60px;
}

.playz {
    display: flex;
    padding: 0px 10px 0px;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    text-shadow: 2px 1px rgb(0 0 0 / 15%);
    width: 100%;
    align-items: flex-end;
    padding-bottom: 7px;
    justify-content: center;
}

.form-control2{
    /*width: 100%;*/
    border: 0px;
    padding: 13.5px;
    /*display: block;*/
    box-shadow: 0 0 8px 0px #6b6b6b4d;
    -webkit-box-shadow:  0 0 8px 0px #6b6b6b4d;
    -moz-box-shadow:  0 0 8px 0px #6b6b6b4d;
    font-size: 16px;
    color: #000;
    outline: none;
    line-height: 1;
    border-radius: 6px;
    overflow:hidden;
    
}

/**/
.fillup {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 30px;
}

.fillup .form-group {
    width: 49%;
    margin-bottom: 3px;
}
.fillup .floating {
    margin-bottom: 0;
}
.fillup .max-time {
    width: 100%;
    font-size: 13px;
    color: #df0f00;
    letter-spacing: 1px;
}

.fillup .max-time span{
    color: #282828; 
}

.fillup .form-group select, 
.fillup .form-group input {
    width: 100%;
}

.game-check {
    margin-top: 10px;
}

.players_info {
    padding: 20px 20px 30px;
    border-radius: 8px;
    margin-top: 20px;
    border: 2px solid #d7dfff;
}

.players_info h3 {
    text-align: center;
    margin-bottom: 20px;
}

/*output*/
.game-output{
    background: #a5b4f3;
    background: -moz-linear-gradient(135deg, #a5b4f3 0%,#5a5cdd 100%);
    background: -webkit-linear-gradient(135deg, #a5b4f3 0%,#5a5cdd 100%);
    background: linear-gradient(135deg, #a5b4f3 0%,#5a5cdd 100%);
    box-shadow: 1px 5px 15px 0 #c4cefb;
    color: white;
    border-radius: 20px;
    padding: 5px 20px 20px;
    position: relative;
    overflow: hidden;
}

.game-output p {
    margin-top: 15px;
    font-size: 18px !important;
    letter-spacing: 1px;
    display: flex;
    line-height: 1;
}

.game-output p span {
    color: #330f72;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0px;
    margin-left: 5px;
    line-height: 1;
}

.game-output .icon {
    position: absolute;
    top: -20px;
    background: rgb(242 243 247 / 20%);
    border-radius: 50%;
    width: 180px;
    height: 180px;
    right: -55px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
}
.conditions{
        display: flex;
    align-items: center;
}
.conditions p{
    padding-left:10px;
}
.conditions a{
   text-decoration:none;
}
input[disabled]+.playz {
    background: linear-gradient(135deg, #9b9b9b 0%,#303030 100%) !important;
}
.cancel_btn {
    margin-top:20px;
    text-decoration: none;
    background: #330f72;
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    text-transform: capitalize;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 500;
}

/*responsive*/

@media (min-width: 768px) {
    #example_filter label {
        justify-content: flex-end;
    }
    
    #example_wrapper .row:nth-child(3){
        display: flex;
        align-items: center;
    }
    .atten_status {
        margin: 0 -5px;
    }
    .atten_status .box {
        width: calc(100% / 3 - 10px);
        margin: 0 5px;
    }

}

@media (max-width: 767.98px) {
    .bday-wish {
        font-size: 40px !important;
    }
    .atten_status .box {
        width: 100%;
        margin-bottom: 10px;
    }

    #example th, #example td {
        min-width: 123px;
        max-width: 123px;
        padding: 6px;
    }
    
    
    div.dataTables_wrapper div.dataTables_info {
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    div.dataTables_wrapper div.dataTables_length, 
    div.dataTables_wrapper div.dataTables_filter, 
    div.dataTables_wrapper div.dataTables_info, 
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: left;
    }
    .header-space{
        margin-top: 38px;
    }
     .footer-space{
       margin-bottom: 40px;  
     }
    .menu-bar i, .signout {
        font-size: 25px;
    }
    .top-bar h3{
        font-size:18px;
    }
	.time .circle {
	    width: 120px;
	    height: 120px;
	  }
	  .user-pic, .input-preview {
	    width: 150px;
	    height: 150px;
	  }
	  .custom-file-input{
	     width: 150px; 
	  }
	  .custom-file-input::before {
        font-size: 16px;
        margin: 0 5px;
    }
    #my_camera-ios_div {
        width: 150px !important;
        height: 150px !important;
    }
    
    #example_length {
        margin-bottom: 10px;
    }
    .documnt li {
        width: calc(100% / 3 - 14px);
        list-style: none;
        margin: 0 7px 15px;
    }
    
    .until {
        margin-top: 10px;
    }   
    
    .until .awaiting{
      width: calc(100% / 2 - 14px);
      margin: 0 7px 15px;
    }

    .documnt li p {
        font-size: 12px;
    }
    
}

@media (max-width: 575.98px) {
    .roster-space {
        padding: 20px 10px;
    }
    
    .weekly_roster .work {
        padding: 10px 0;
    }
    
    .weekly_roster .work .left {
        padding: 0px 10px;
    }
    
    .weekly_roster .work .left p,
    .weekly_roster .work .right p{
        font-size: 13px;
    }
    
    .weekly_roster .work .left h4 {
        font-size: 15px;
    }
    
    .weekly_roster .work .right {
        padding: 0 10px;
    }
    .birthday img {
        margin-bottom: 20px;
    }
    
    .pick label {
        width: 70%;
    }
    
    .pick button {
        width: 30%;
    }
    
    .order-table {
  width: 100% !important;
}
.order-table th, .order-table td {
    min-width: 100% !important;;
    max-width: 100% !important;;
    padding: 6px !important;;
  }
.order-table th, .order-table td{
    font-size: 13px !important;
}
  
}

@media (max-width: 480.98px){
    .dashboard .outer {
        width: calc(100% / 2 - 20px);
    }
    .slots li{
        font-size:15px;
    }
    .documnt li {
        width: calc(100% / 2 - 14px);
    }
    #top h2 {
    font-size: 20px;
  }

}

@media (max-width: 375.98px){
    .emp_name{
        font-size:25px;
    }

}


#top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 0px;
    padding: 13.5px;
    box-shadow: 0 0 8px 0px #6b6b6b4d;
    -webkit-box-shadow: 0 0 8px 0px #6b6b6b4d;
    -moz-box-shadow: 0 0 8px 0px #6b6b6b4d;
    font-size: 16px;
    color: #959393;
    outline: none;
    line-height: 1;
    border-radius: 6px;
    overflow: hidden;
}

#top h2{
    font-weight:600;
  font-size: 22px;
  color: rgb(135, 135, 135);
  text-transform: uppercase;
}




.options-department .form-control{
    -webkit-appearance: checkbox;
}

.add_button {
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #7f7f7f;
}

.floating a{
    text-decoration:none;
}




.form-group button.btn.btn-success.btn-add {
    border: 0;
    background: none;
    color: #7f7f7f;
}

.form-group .input-group {
  position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    flex-direction: column;
}
.form-group .input-group-btn {
    position: absolute;
    right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 13px;
}
.form-group .btn-success1 {
    color: #b40117;
    background-color: #fff;
    border-color: #fff;
    padding: 0;
    line-height: 13px;
}
.form-group .floating button.btn.btn-success.btn-add {
    border: 0;
    background: none;
    color: #7f7f7f;
}

.form-group .btn.btn-remove.btn-danger {
    border: 0;
    background: none;
    color: #7f7f7f;
}
.form-group .floating{
 width: 100%;
}
.entry.input-group.pd {
    background: #a84949;
    padding: 5px;
    margin-bottom: 5px

;
}
.reporting-data {
       padding: 5px;
    background: azure;
    margin-bottom: 5px;
    border-radius: 8px;
}
.reporting-data .title_data {
    padding: 0 0 0 11px;
    font-weight: 400;
    width: 60%;
}
 .reporting-data .title {
    padding: 0px 8px;
    font-weight: 600;
    width: 40%;
}

.reporting_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0px 4px 0px;
    flex-wrap: wrap;
}

@media (max-width: 480) { 
    .reporting-data .title_data {
    width: 50%;
}
.reporting-data .title {
    width: 50%;
}
}

@media (min-width: 768px) {
  .all-order  {
    width: 100%;
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .all-order {
      width: 100%;
    max-width: 970px;
  }
}

@media (min-width: 1200px) { 
.all-order {
  width: 100%;
  max-width: 1170px;
}
}






/*--biometricattendance--*/
.datepicker_calender ul {
  list-style-type: none;
}
.datepicker_calender .right {
  text-align: right;
}
.datepicker_calender .center {
  text-align: center;
}
.datepicker_calender .pointer {
  cursor: pointer;
}
.datepicker_calender .group:after {
  content: "";
  display: table;
  clear: both;
}
.datepicker_calender .calendar {
  position: relative;
  width: 900px;
  min-height: 15em;
  margin: .5em auto;
  overflow: hidden;
  color: #ddd;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/*Styles for dropdown*/
.datepicker_calender .calendar-ympicker{
  position: absolute;
  /*max-width: 19.5em; */
  min-height: 15em;
  padding: .5em .5em 1em;
  transform: translateY(-100%); /*Start offscreen*/
  transition: transform ease-in-out 0.2s;
  background: rgb(51, 51, 51);
  z-index: 2;
  background: rgb(255 255 255);
  width: 100%;
}
.datepicker_calender .calendar-ympicker-header div{
  display: inline-block;
  color:#428bca;
  cursor: pointer;
}
.datepicker_calender .calendar-ympicker .close{
  text-align: right;
  border: 1px transparent solid;
}
.datepicker_calender .calendar-ympicker li{
  display: inline-block;
  line-height: 2em;
  border: 1px transparent solid;
  text-align: center;
  cursor: pointer;
  color: #000;
}
.datepicker_calender .calendar-ympicker li:hover{
  border-color: #428bca;
  color: #428bca;
}    
.datepicker_calender .calendar-ympicker-months{
  border-bottom: 1px solid #444;
}
.datepicker_calender .calendar-ympicker-months li{
  width: 30%;
}
.datepicker_calender .calendar-ympicker-years{
  overflow-x: scroll;
  white-space: nowrap;
  padding: 0.5em 0;
}
.datepicker_calender .calendar-ympicker-years li{
  width: 25%;
}
/*Years scroll bar*/
.datepicker_calender .calendar-ympicker-years::-webkit-scrollbar-thumb:horizontal:hover {
  background:#428bca;
}
.datepicker_calender .calendar-ympicker-years::-webkit-scrollbar {
  height: 8px;
}
.datepicker_calender .calendar-ympicker-years::-webkit-scrollbar-track {
  background-color: #555;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.datepicker_calender .calendar-ympicker-years::-webkit-scrollbar-thumb {
  background-color: #aaa;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/*Styles for main part of calander*/
.datepicker_calender .calendar-header {
    padding: 0.5em 0.5em 0 0.5em;
    color: #000000;
    background: #f9fafb;
    font-size: 14px;
    font-weight: 700;
}
.datepicker_calender .calendar-header .arrow{
  position: absolute;
  width: 10%;
  top: 8px;
}
.datepicker_calender .calendar-header .addmonth{
  right: 0.5em;
  text-align: right;
}
.datepicker_calender .calendar-header .arrow span{
  display: inline-block;
  transition: transform ease-in-out 0.2s;
}
.datepicker_calender .calendar-header .monthname:hover ~ .addmonth span{
  transform: rotateZ(90deg);
}
.datepicker_calender .calendar-header .monthname:hover ~ .minusmonth span{
  transform: rotateZ(-90deg);
}

.datepicker_calender .calendar-days{
  padding: 0 0.5em;
    border-bottom: 1px solid #444;
    color: #666;
    background: #f9fafb;
}

/*Dates*/
.datepicker_calender .calendar-body{
  padding: 0 .5em .5em .5em;
}
.datepicker_calender .calendar-body li, .calendar-days li{
  float: left;
  width: -webkit-calc(100%/7);
  width: calc(100%/7);
  padding: 10px;
  border: 1px solid #f3f2f2;
  text-align: center;
  cursor: pointer;
  color: #000;
}
.datepicker_calender .calendar-body li:hover {
  border: 1px solid #428bca;
  color: #428bca;
}
.datepicker_calender .calendar li.active{
  background-color: #428bca;
  color: #ddd;
}
.datepicker_calender .calendar-body .today{
  border: 1px solid #444;      
}
.datepicker_calender .calendar-body li.noclick{
  cursor: default;
}
.datepicker_calender .group.calendar-days li {
    border: none;
}

.datepicker_calender {
    margin-top: 77px!important;
    margin-left: 26px;
    margin-right: 26px;
    width: 100%;
}

/*loader*/
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.datepicker_calender .timing {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.calendars_main{
    width:100%;
}
@media(max-width:991px){
    .calendars_main {
    overflow-x: scroll;
}
}

#loading li {
    min-height: 104px;
}

.vender-btn {
  text-align: center;
}

td.disabled.day {
    color: #0000006b;
}
.vender-btn .theme-btn i {
  padding-right: 10px;
}
.vender-btn .theme-btn {
  display: inline;
  text-decoration: none;
    transition: opacity .3s ease-in-out;

}
.vender-btn .theme-btn:hover {
  color: #fff;
  background: #3553a3;
}
td.active.day {
    color: #fff;
    background: -webkit-linear-gradient(left, rgba(4,37,204,1) 0%,rgba(30,225,223,1) 100%);
    background: linear-gradient(to right, rgba(4,37,204,1) 0%,rgba(30,225,223,1) 100%);
    border-radius: 5px;
}

/*Responsive table*/
/*Responsive table*/
/*Responsive table*/
/*Responsive table*/
 .table2 {
      display: table;
      width: 100%;
      border-collapse: separate;
      border-spacing: 0 3px;
    }

    .table2>div>div {
      display: table-row;
      width: 100%;
    }

    .table2>div>div>div {
      display: table-cell;
      vertical-align: middle;
    }

    .table2>.table2_header {
      display: table-header-group;
      table-layout: fixed;
      background: #398eb9;
    }

    .table2>.table2_header>div>div {
      padding: 10px;
      color: #fff;
    }

    .table2>.table2_header>div>div:first-child {
      -webkit-border-radius: 6px 0 0 6px;
      -moz-border-radius: 6px 0 0 6px;
      border-radius: 6px 0 0 6px;
    }

    .table2>.table2_header>div>div:last-child {
      -webkit-border-radius: 0 6px 6px 0;
      -moz-border-radius: 0 6px 6px 0;
      border-radius: 0 6px 6px 0;
    }

    .table2>.table2_body {
      display: table-row-group;
    }

    .table2>.table2_body>div:hover {
      position: relative;
      z-index: 5 !important;
    }

    .table2>.table2_body>div:hover>div {
      -webkit-box-shadow: inset 0 0 500px 200px rgba(0, 0, 0, 0.03);
      -moz-box-shadow: inset 0 0 500px 200px rgba(0, 0, 0, 0.03);
      box-shadow: inset 0 0 500px 200px rgba(0, 0, 0, 0.03);
    }

    .table2>.table2_body>div>div {
      padding: 5px 10px;
      background: #eff4f6;
    }

    .table2>.table2_body>div>div:first-child {
      -webkit-border-radius: 6px 0 0 6px;
      -moz-border-radius: 6px 0 0 6px;
      border-radius: 6px 0 0 6px;
    }

    .table2>.table2_body>div>div:last-child {
      -webkit-border-radius: 0 6px 6px 0;
      -moz-border-radius: 0 6px 6px 0;
      border-radius: 0 6px 6px 0;
    }

    .table2>.table2_body>div>div>div {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }

    .table2>.table2_body>div.better_position>div {
      background: #398eb9;
      color: #fff;
    }

    .table2.resp1>.table2_header {
      display: none !important;
    }

    .table2.resp1>.table2_body>div>div {
      vertical-align: top;
    }

    .table2.resp1>.table2_body>div>div::before {
      content: attr(data-thn) ":";
      display: block;
      width: 100%;
      opacity: 0.5;
      font-size: 13px;
    }

    .table2.resp2 {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
    }

    .table2.resp2>div>div {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      margin-bottom: 3px;
    }

    .table2.resp2>.table2_body>div>div {
      display: block;
      width: 50%;
    }
/*Responsive table*/
/*Responsive table*/
/*Responsive table*/