.slide-ul::-webkit-scrollbar-thumb:hover,
.table-responcive::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.slide-ul::-webkit-scrollbar,
.table-responcive::-webkit-scrollbar {
    width: 5px;
	border-right: 5px;
	position: absolute;
	height: 5px
}
.slide-ul::-webkit-scrollbar-track,
.table-responcive::-webkit-scrollbar-track {
    background: #35353b; 
	visibility: hidden;
}
 .slide-ul::-webkit-scrollbar-thumb {
    background: #888;
	height: 50%;
	visibility: hidden;
}
.slide-ul::-webkit-scrollbar-thumb:hover,
.table-responcive::-webkit-scrollbar-thumb:hover {
    background: #555; 
	visibility: visible;
	width: 10px;
}
.alert_pop{
	min-width: 250px;
	position: fixed;
	top: 94px;
	right: 20px;
	padding: 17px;
	padding-right: 0;
	border-radius: 3px;
	border-left: 4px solid #842525;
	overflow: hidden;
	z-index: 999999;
	opacity: 0;
	pointer-events: none;
	box-shadow: 0 2px 6px 0 rgba(10,207,151,.5);
}
.success{
	background-color: #0acf97;
	border:1px solid #0acf97;
}
.error{
	background-color: red;
	border:1px solid red;
}
.required{
	background-color: orange;
	border:1px solid red;
}
.processed{
	background-color: #337ab7;
	border:1px solid #337ab7;
}
.fadeIn{
		opacity: 1;
		transition: opacity .15s linear;
}
.text{
	color: #fff;
	padding-right: 20px;
}
.active{
	background: linear-gradient(135deg,#8f75da 0,#727cf5 60%);
}
.active>a{
	color: #fff!important;
}
.active .icon{
	color: #fff!important;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	position: relative;
}

a,
a:hover{
	text-decoration: none;
}
li{
	list-style: none;
}
body{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	position: relative;
	background: #f0f1f3;
	overflow-y: auto;
	overflow-x: hidden;
}
header{
	background: #313a46;
	box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
	position: fixed;
	min-height: 70px;
	z-index: 9999;
	top: 0;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	display: flex;
	align-items: center;
}
.print_btn{
	width: 100%;
	background-color: #fff;
	margin-bottom: 10px;
	padding: 15px;
	text-align: right;
	border-radius: 3px;
}
.print_btn a{
	border: 1px solid #bfcbd9;
	display: inline-block;
	padding:5px 10px;	
}
.print_btn a:first-child{
	border-right: 0;
}
.back_btn{
	padding-right: 10px;
}
.print_btn a span{
	font-size: 17px;
}
.logo_heading {
	width: 100%;
}
.logo_heading a{
	color: #fff;
	font-size: 1.125rem;
}
.logo_heading span{
	float: left;
}
.toggle,.toggle_mobile{
	display: block;
	padding-left: 10px;
	margin-top: 2.5px;
	color: #fff;
	cursor: pointer;
}
.toggle_mobile{
		display: none;
	}
.slide_left{
	max-width: 100px!important;
	min-width: 100px!important;
	transition: all .3s ease;
}
.slide_left>.slide-ul{
	overflow: unset!important;
}
.slide_left .slide-ul span{
	display: none!important;
}
.slide_left>.slide-ul .icon{
	font-size: 1rem!important;
}
.micro_menu{
	position: absolute;
	z-index: 999;
}
.profile_user{
	float: right;
	position: relative;
}
.profile_user li{
	min-width: 200px;
	position: relative;
	background-color: #3c4655;
    border: 1px solid #414d5d;
    padding: calc(32px / 2) 20px calc(32px / 2) 57px;
}
.img{
	width: 36px;
	height: 36px;
	cursor: pointer;
	display: block;
}
.img img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	left: -40px;
}
.img span{
	color: #98a6ad;
	white-space: nowrap;
	padding-left: 15px;
}
.tooltiptext {
	visibility: hidden;
	background-color: #fff; 
	transition: all .3s ease;
	color: #fff; 
	text-align: left; 
	position: absolute;
	z-index: 1;
	right: 0;
	top: 70px;
	display: block;
	border-radius: 3px;
	box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
	transform: translateY(10px);
	opacity: 0;
}
.tooltiptext li{
	width: 100%!important;
	padding:7px 10px!important;
	background-color: #fff;
	border:none;
}
.tooltiptext li:first-child:hover{
	background-color: transparent;
}
.tooltiptext li:hover{
	color: #272e37;
    background-color: #f8f9fa;
}
.tooltiptext li span{
	padding: 0 15px;
}
.tooltiptext li a{
	color: #6c757d;
	font-weight: 100;
	display: block;
	font-size: 14px;
}
.tooltiptext li:first-child{
	padding: 0!important;
    color: #000;
    border-bottom: 1px solid #eae9e9;
}
.tooltiptext li:nth-child(2),
.tooltiptext li:nth-child(3),
.tooltiptext li:nth-child(4){
	padding-bottom: 0;
}
.visible{
	visibility: visible;
	transition: all .3s ease;
	transform: translateY(0);
	opacity: 1;
}
.tooltiptext p{
	padding: 10px;
}
.icon4{
	font-size: 14px
}
.tooltiptext::after{
	content: '';
	border-bottom: 12px solid #fff;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	position: absolute;
	top: -12px;
	right: 13px
}
#hidden_div, #hidden_input,#hidden_div2  {
    display: none;
}
.body-height{
	min-height: 81.8vh!important;
}
.back-btn{
	background: #727272;
	color: #fff;
	padding: 7px 10px;
	border-radius: 3px;
	z-index: 99;
	font-size: 12px;
	margin:0 10px;
	margin-top: 20px;
}
.login-box{
	width: 400px;
	height: auto;
	background: #fff;
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}
.logo-heading{
	width: 100%;
	height: auto;
	text-transform: uppercase;
	padding: 20px 0;
	text-align: center;
	font-size: 40px;
}
.login-box form{
	padding: 15px ;
	width: 100%;
	margin: 0 auto;
}
.form-input{
	width: 100%!important;
	display: block;
	position: relative;
}
.form-input input{
	background-color: transparent !important;
    border: 1px solid #c2c2c2 !important;
    padding: 5px 35px 5px 20px !important;
    width: 100%!important;
    font-size: 14px!important;
    outline: none;
}
.form-group textarea{
	background-color: transparent !important;
    border: 1px solid #c2c2c2 !important;
    padding: 5px 5px !important;
    width: 100%!important;
    font-size: 14px!important;
    outline: none;
    color: #6c757d;
    text-transform: uppercase;
}
.form-input label{
	color: #444444!important;
	font-weight: 600!important;
}
.form-input button[type="submit"]{
	background: transparent!important;
	border: none;
	outline: none;
	width: 50%;
	display: block;
	cursor: pointer;
	padding: 16px 10px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.submit-btn-2, .submit{
	cursor: pointer;
    width: 100%;
    border: none;
 /*   margin-top: 30px;*/
    position: relative;
    text-align: center;
    display: block;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(to top, #042954, #0b4776);
    border-radius: 4px;
    z-index: 1;
    transition: all 0.3s ease-out;

}
.submit{
	cursor: pointer;
    width: 11%;
    border: none;
    position: relative;
    text-align: center;
    display: inline-block;
    font-weight: 700;
    padding: 9px;
    color: #ffffff;
    background: linear-gradient(to top, #042954, #0b4776);
    border-radius: 4px;
    z-index: 1;
    transition: all 0.3s ease-out;
}
.tab{
		width: 50%;
	}
	.tab ul{
		width: 100%;
    	height: auto;
    	display: flex;
    	justify-content: flex-end;
    	padding: 10px 30px;
    	border-bottom: 1px solid #f4f4f4;
	}
	.tab ul li{
		list-style: none;
		display: inline-block;
		padding: 7px 20px;
		cursor: pointer;
		color: #000;
		border:1px solid #f0f1f3;
	}
	.tab ul li:first-child{
		border-right: 0;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
	}
	.tab ul li:not(:first-child){
		border-right: 0;
	}
	.tab ul li:last-child{
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
		border-right: 1px solid #f0f1f3;
	}
	.tab ul li:hover{
		background-color: #f0f1f3;
	}
	.tab ul li.current{
		background-color: #f0f1f3;
	}
	.tab-text{
		width: 100%;
		height: auto;
	}
	.tab-text h1, .tab-text p{
		padding: 10px 20px;
	}
	.hide{
		display: none;
	}
	.current{
		display: block;
	}
.submit-btn-2:hover{
	background: linear-gradient(to bottom, #042954, #0b4776);
}
.active{
	display: block!important;
	left: 0!important;
}
.icon-2{
	position: absolute;
    top: 28px;
    bottom: 0;
    padding: 11px 11px;
    left: 10px;
    font-size: 16px !important;
    color: #9f9f9f;
}
.container-full{
	width: 100%;
	height: auto;
}
.present:after{
	content: '';
	position: absolute;
    width: 15px;
    display: flex;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 15px;
    border-radius: 50%;
    background-color: #0acf97!important;
    align-items: center;
    left: 50%;
}
.absent:after{
	content: '';
	position: absolute;
    width: 15px;
    display: flex;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 15px;
    border-radius: 50%;
    background-color: #fa5c7c!important;
    align-items: center;
    left: 50%;
}
.half_day{
	width: 15px;
	position: relative;
}
.half_day:before{
	content: '';
	position: absolute;
    width: 15px;
    display: flex;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 15px;
    border-radius: 50%;
    background-color: #6060e6!important;
    align-items: center;
    left: 50%;
}
.report{
	background-color: #6c757d!important;
	width: 25%;
	margin: 0 auto;
	margin-top: 20px;
	color: #fff;
	padding: 1.5rem;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
}
.report h1{
	font-size: 1.25rem;
	font-weight: 700;
	margin: 10px 0;
}
.report h5{
	font-size: .8rem;
}
.button{
	width: 97%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.button li{
	background-color: #4e5bf2;
	border:none;
	padding: 7px 8px;
	color: #fff;
	outline: none;
	font-size: 13px;
	border-radius: 3px;
	cursor: pointer;
}
.right-side-box-margin{
	margin-left: 250px;
}
.mini-box-margin{
	margin-left: 100px!important;
	transition: all .3s ease;
}
.container{
	padding-right: 20px;
	padding-left: 20px;
	height: 100%;
	width: 100%;
}
.profile-shosliw{
	display: block!important;
	position: absolute;
	right: 0;	
	background: #fff;
	top: 52px;
	border-top: 1px solid #f0f1f3;
}
.profile-show li{
	width: 100%!important;
	display: block!important;
	padding: 20px 6px;
}
.profile-show>li:first-child{
	display: none!important;
}
.profile-show .icon-bar{
	justify-content: center!important;
}
.contant{
	width: 100%;
	height: auto;
	position: relative;
	top: 94px;
}
.leftbar-user{
	padding: 30px 20px;
	background: url(../img/waves.png) no-repeat;
	text-align: center;
}
.leftbar-user a img{
	width: 42px;
	border-radius: 50%;
	margin: 0 auto;
}
.leftbar-user .leftbar-user-name{
	font-weight: 700;
    color: #313a46;
    margin-top: 8px;
    display: block;
    text-transform: capitalize;
}
.left-side-box{
	background: #fff;
	height: 100vh;
	width: 250px;
	position: fixed;
	z-index: 999;
	box-shadow: 0 0 10px 0 rgba(154,161,171,.15);
	border-radius: 3px;
}
.slide_mobile{
	left: 0!important;
}
.left-side-box ul{
	width: 100%;
	height: auto;
}
.slide-ul{
	height: 65.5vh!important;
	overflow-x: auto;
}
.left-side-box>ul>li:hover{
	position: relative;
    width: 250px;
    color: #fff;
    background: linear-gradient(135deg,#8f75da 0,#727cf5 60%);
}
.slide_left ul li:hover span{
	display: inline-block!important;
	margin-left: 15px;
}
.slide_left ul li:hover .fa-angle-right{
	display: none!important;
}
.slide_left ul li:hover .dropdown{
	display: block!important;
	left: 100px;
    position: absolute;
    width: 150px;
    height: auto!important;
    z-index: 9999;
    background-color: #f1f3fa;
}
.slide_left ul li:nth-child(9):hover .dropdown{
	top: -96px;
}
.slide_left ul li:nth-child(10):hover .dropdown{
	top: -79px;
}
.slide_left ul li:hover .dropdown li a{
	padding-top: 15px!important;
	padding-left: 20px!important;
	padding-bottom: 0!important;
	color: #6c757d!important;
}
.slide_left ul li:hover .dropdown li:last-child a{
	padding-bottom: 15px!important;
}
.slide_left ul li:hover .dropdown li:hover a{
	color: #fff!important;
	background: transparent!important;
}
.slide_left>ul li a{
	padding: 9.5px 30px!important;
}
.left-side-box>ul>li:hover>a,
.left-side-box ul li .dropdown li:hover a{
	color: #fff;
    background: linear-gradient(135deg,#8f75da 0,#727cf5 60%);
    transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
}
.left-side-box>ul>li:hover .icon{
	color: #fff;
    border-left-color: #DC700E;
    transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
}

.left-side-box ul li .dropdown{
	display: none;
	background: #f8f9fa;
}
.left-side-box ul li .dropdown li a{
	padding-left: 50px;
}
.left-side-box ul li a{
	position: relative;
    padding: 15px 30px;
	color: #6c757d;
	font-size: 14px;
	display: block;
	border-left: 4px solid transparent;
}
.icon{
	color: #6c757d;
	margin-right: 15px;
	font-size: 14px;
	margin-left: 0;
}
.contant-box{
	width: 100%;
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.contant-box .heading-title{
	width: 100%;
	height: auto;
	padding: 15px 15px;
	border-bottom: 1px solid #ccc;
	color: #3a3a3a;
	background-color: #fff;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.contant-box .heading-title h3{
	color: #6c757d;
	font-size: 17px;
	font-weight: 500;
}
.contant-box .pagination{
	width: 100%;
	height: auto;
	padding: 10px 15px;
	background-color: #fff;
	border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.contant-box .pagination p{
	display: inline-block;
    font-size: 12px;
    position: relative;
    color: #646464;
}
.contant-box .row{
	width: 100%;
	height: auto;
	margin: 10px 0;
	overflow: hidden;
	margin-bottom: 0;
}
.col-4{
	width: 33.33%;
	height: auto;
	float: left;
	padding: 5px;
	margin-bottom: 0px;
}
.col-4:first-child{
	padding-left: 0;
}
.col-4:nth-child(4){
	padding-left: 0;
}
.col-4:nth-child(3){
	padding-right: 0;
}
.col-4:last-child{
	padding-right: 0;
}

.col-box{
	background: #fff;
	border-radius: 3px;
}
.col-box li{
	display: inline-block;
	width: 49%;
	vertical-align: middle;
	padding: 14px 19px;
}
.col-box li p{
	color: #6c757d;
	margin-bottom: 7px;
	text-transform: capitalize;
	padding: 0;
}
.col-box a{
	display: block;
}
.col-box li .icon-box{
	width: 46px;
	height: 70px;
	padding: 15px;
	border-radius: 50%;
	display: flex;
    align-items: center;
    justify-content: center;
}

.col-box li .icon-box .icon-1{
	color: #98a6ad!important;
	font-size: 44px!important;
	padding: 0;
}
.col-box li:last-child{
	text-align: right;
}
.col-box li:last-child span{
	color: #6c757d;
	font-weight: 500;
	font-size: 20px;
	padding-right: 13px;
}
.graph{
	width: 100%;
	height: auto;
	padding: 0 15px;
	background: #fff;
	box-shadow: 0px 10px 20px 0px rgba(229, 229, 229, 0.75);
	border-radius: 3px;
}
.graph img{
	width: 100%;
	height: 100%;
}
footer{
	width: 100%;
	padding: 2px 20px 2px 2px;
	text-align: right;
	border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
footer li{
	color: #707070;
	line-height: 1.7;
	font-size: 12px;
	text-transform: capitalize;
}
footer li a{
	color: #707070;
	text-decoration: underline;
}
.row .form-box{
	width: 100%;
	height: auto;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
	margin-bottom: 20px;
	display: inline-block;
}
.form-heading{
	width: 100%;
	height: auto;
	border-top: 3px solid #4e5bf2;
	padding: 10px 15px;
	font-size: 16px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #444;
	border-bottom: 1px solid #f4f4f4;
}
.sub-heading{
	width: 100%;
	padding: 10px 15px;
}
.sub-heading h4{
	padding-top: 10px;
	font-weight: 500;
	font-size: 16px;
	color: #424242;
}
.sub-heading h4 span{
	text-transform: uppercase;
	text-decoration: underline;
    color: #424242;
    font-size: 14px;
}
.row .form-box form{
	width: 100%;
	height: auto;
	padding: 20px 15px;
}
.form-group{
	width: 33%;
	display: inline-block;
	height: auto;
	margin-bottom: 2.3rem;
	padding-left: 10px;
	padding-right:10px;
}
.form-group label{
	display:block;
	width: 100%;
	text-align: left;
	color: #6c7991;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 14px;
}
.form-group li{
	width: 49%;
	height: auto;
	display: inline-flex;
	align-items: center;
}
.form-group li input{
	height: auto!important;
}
.form-group input{
    height: 33px;
    outline: none;
    padding: 5px 10px;
    width: 100%;
    color: #6c757d;
    font-size: .875rem;
    border-radius: 3px;
    border: 1px solid #ccc;
}
.form-group select{
    height: 33px;
    outline: none;
    border: 1px solid #ccc;
    padding: 5px 10px;
    width: 100%;
    font-size: 15px;
    border-radius: 3px;
    color: #6c757d;
}
.submit-btn{
	width: 100%!important;
}
.form-group button[type="submit"], .btn-2{
	background: #4e5bf2;
	outline: none;
	border: none;
	padding: 8px 21px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	-webkit-cursor: pointer;
	border-radius: 4px;
	cursor: pointer;
}
.btn-2{
	display: flex;
	align-items:center;
	justify-content: flex-end;
}
.form-group button[type="submit"]:hover{
	background: #4e5bf2;
	transition: all 0.3s ease-out;
}
.alert{
	width: 100%;
	color: #444444;
	padding: 20px 15px;
	-webkit-animation: fadeIn 2s infinite;
    transition: all 1s;
    animation: fadeIn 2s infinite;
}
.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.table{
	width: 98%;
	height: auto;
	border: 1px solid  #e1e1e1;
	margin: 0 auto;
	margin-bottom: 20px;
	border-collapse: collapse;
}
.table-1000{
		width: 1570px;
	}
.table tr th{
	border-bottom:1px solid #e1e1e1;
	color: #6c7991;
	font-size: 14px;
	padding: 10px 10px;
	font-weight: 500;
}
.select{
    height: 35px;
    outline: none;
    border: none;
    padding: 5px 10px;
    width: 100%;
    font-size: 17px;
    border-radius: 3px;
}
.table td{
	border-bottom:1px solid #e1e1e1;
	color: #6c7991;
	padding: 10px 15px;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}
.shorting{
	background: #f9f9f9;
}
.table tr:nth-child(even){
	background-color: #f9f9f9;
}
.table tr:nth-child(even) .shorting{
	background-color: #f1f1f1;
}
.form-check{
	position: relative;
	float: left;
}
.form-check input[type="checkbox"]{
	cursor: pointer;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 0;
    left: 0px;
    z-index: 1;
    opacity: 0;
}
.checkmark{
	position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}
.checkmark:before{
	content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 18px;
    top: -6px;
   /* z-index: 1;*/
    border: 1px solid #cccccc;
    border-radius: 4px;
    background-color: #fff;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 24px;
  top: -3px;
  width: 4px;
  height: 8px;
  border: solid #08b13c;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-check input:checked ~ .checkmark:after {
  display: block;
}
.form-group-1{
	width: 33%!important;
}
.table-responcive{
	width: 100%;
	overflow-x: auto;
}
.table-padding{
	padding: 0 10px;
}
.col-m-box{
	width: 100%;
	height: auto;
}
.table tr td input{
	padding: 8px 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
    outline: none;
}
.input-width{
	width: 100%;
}
.btn-more{
	background: #042954;
	border: none;
	outline: none;
	color: #fff;
	padding: 10px 15px;
	float: right;
	/*margin-bottom: 10px;*/
	border-radius: 5px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
}
.form-group-width{
	width: 33%!important;
}
.edit-btn{
	display: flex;	
	justify-content:center;
}
.edit-btn button{
	padding-right: 10px;
	padding-left: 10px;
}
.edit-btn-icon{
	font-size: 14px;
	display: inline-block;
	color:#fea801;
    border: none;
    background-color: transparent;
}
.modal {
  display: flex; 
  position: fixed; 
  padding-left: 6%;
  padding-right: 6%;
  z-index: 99999; 
  right: 0;
  top: 0;
  visibility: hidden;
  height: 100%;
  overflow: auto; 
  background-color: rgba(0,0,0,.7);  
}
.modal-content {
  position: absolute;
  overflow-y: auto;
  height: 100vh;
  right: 0;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 430px; 
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),
  			  0 6px 20px 0 rgba(0,0,0,0.19);
 
}
@-webkit-keyframes animatetop {
  0% {
      opacity: 0;
      transform: translateX(20px);
   }
   100% {
      opacity: 1;
      transform: translateX(0);
   }
}
@keyframes animatetop {
  0% {
      opacity: 0;
      transform: translateX(20px);
   }
   100% {
      opacity: 1;
      transform: translateX(0);
   }
}
.close {
  color: #6c757d;
  float: right;
  font-size: 1.125rem;
  font-weight: bold;
  z-index: 1;
  transform: translateX(0);
  transition: all 0.3s ease-in-out;
}
.close:hover,
.close:focus {
  color: #ccc;
  text-decoration: none;
  cursor: pointer;
}
.modal-header {
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  color: #6c757d;
  text-align: left;
  border-top-left-radius: .2rem;
  border-top-right-radius: .2rem;
}
.modal-header h2{
	font-size: 1.125rem;
}
.modal-body {
	padding: 2px 5px;
}
.modal-content .modal-body form{
	padding: 20px 0;
}
.modal-content .modal-body form .form-group{
	width: 100%!important;
	margin-bottom: 1rem;
	text-transform: capitalize;
}
.modal-content .modal-body form .form-group input{
	height: calc(2.2125rem + 2px);
}
.btn-group {
  text-align: center;
}
.modal.is-visible {
  visibility: visible;
  opacity: 1;
width: 100%;
 -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.3s;
  animation-name: animatetop;
  animation-duration: 0.3s;
}
.action-btn span{
	padding-right: 10px;
}
.print_contant{
	width: 97.5%;
	overflow: hidden;
	margin-top: 10px;
}
.print_contant div{
	float: right;
	width: 12%;	
	text-align: right;
	 border-bottom:  1px solid #ddd;
}
.print_contant div span{
	position: relative;
    display: inline-block;
    box-sizing: border-box;
    /* margin-right: 0.333em; */
    padding: 2px 6.2px;
    
    border-radius: 0px;
    cursor: pointer;
    font-size: 17px;
    color: #444;
    white-space: nowrap;
    overflow: hidden;
    background-color: #fff;
   
}
.print_contant div span:hover{
	background: #e7e7e7;
}
.profile_icon{
	display: none;
	position: relative;
}
.profile_icon span:before,
.profile_icon span:after{
	position: absolute;
	content: '';
	min-width: 6px!important;
	min-height: 6px!important;
	background-color: #fff;
	border-radius: 50%;
	top: -10px;
}
.profile_icon span:after{
	content: '';
	top: 10px;
}









@media (max-width: 480px) and (min-width: 320px){
	.modal-content{
		width: 300px;
	}
	.profile_user>li>a{
		display: none;	
	}
	.user{
		min-width: 0!important;
		background-color: transparent!important;
		border:none!important;
		padding: 0 0!important;
	}
	.report{
		width: 70%;
	}
	.profile_icon{
		display: block;
		min-width: 6px!important;
		min-height: 6px!important;
		background-color: #fff;
		border-radius: 50%;
	}
	.tooltiptext.visible{
		top: 35px;
	}
	.tooltiptext{
		top: 50px;
	}
	.slide_left{
		display: none!important;
	}
	.header-right ul{
		display: none;
	}	
	.header-left {
		min-width: 200px;
	}
	.contant-box .heading-title{
		border-bottom: none;
	}
	.contant-box .pagination{
		display: none;
	}
	.logo h1{
		font-size: 26px;
	}
	.contant{
		display: block;
	}
	.contant-box .row{
		margin: 0px 0;
	}
	.form-group input{
		height: 32px;
	}
	.right-side{
		width: 100%;
	}
	.left-side-box{
		left: -250px;
		min-width: 200px!important;
		transition: .3s;
		top: 0;
		z-index: 99999;
	}
	.slide-ul {
    	height: 78vh!important;
	}
	.contant-box{
		padding-left: 15px;
		padding-right: 15px;
	}
	.right-side-box-margin{
		margin-left: 0;
	}
	.col-4{
		width: 100%;
		padding: 10px 0;
		margin-bottom: 0;
	}
	.row .form-box{
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.form-group{
		width: 100%;
	}
	.toggle{
		display: none;
		float: right;
	}
	.toggle_mobile{
		display: block;
	}
	footer li{
		line-height: 1.7;
		font-size: 12px;
	}
	.form-group-1{
		width: 100%!important;
	}
	.table-700{
		width: 700px;
		border-left: 0;
		border-right: 0;
	}
	.form-group-width{
		width: 100%!important;
	}
	.print_contant div{
		width: 20%;
	}
}
@media (max-width: 575px) and (min-width: 481px){
	.profile_user>li>a{
		display: none;	
	}
	.report{
		width: 60%;
	}
	.user{
		min-width: 0!important;
		background-color: transparent!important;
		border:none!important;
		padding: 0 0!important;
	}
	.profile_icon{
		display: block;
		min-width: 6px!important;
		min-height: 6px!important;
		background-color: #fff;
		border-radius: 50%;
	}
	.tooltiptext.visible{
		top: 35px;
	}
	.tooltiptext{
		top: 50px;
	}
	.slide_left{
		display: none!important;
	}
	.header-right ul{
		display: none;
	}	
	.header-left {
		min-width: 200px;
	}
	.contant-box .heading-title{
		border-bottom: none;
	}
	.contant-box .pagination{
		display: none;
	}
	.logo h1{
		font-size: 26px;
	}
	.contant{
		display: block;
	}
	.contant-box .row{
		margin: 10px 0;
	}
	.form-group input{
		height: 32px;
	}
	.right-side{
		width: 100%;
	}
	.left-side-box{
		left: -250px;
		min-width: 200px!important;
		transition: .3s;
		top: 0;
		z-index: 99999;
	}
	.slide-ul {
    	height: 78vh!important;
	}
	.contant-box{
		padding-left: 15px;
		padding-right: 15px;
	}
	.right-side-box-margin{
		margin-left: 0;
	}
	.col-4{
		width: 100%;
		padding: 10px 0;
		margin-bottom: 0;
	}
	.row .form-box{
		margin-bottom: 0;
		margin-top: 15px;
	}
	.form-group{
		width: 100%;
	}
	.toggle{
		display: none;
		float: right;
	}
	.toggle_mobile{
		display: block;
	}
	footer li{
		line-height: 1.7;
		font-size: 12px;
	}
	.form-group-1{
		width: 100%!important;
	}
	.table-responcive{
		overflow-x: auto;
		width: 100%;
		margin: 10px;
		border: 1px solid #f4f4f4;
		border-radius: 3px;
	}
	.table-700{
		width: 700px;
		border-left: 0;
		border-right: 0;
	}
	.table-1000{
		border-left: 0;
		border-right: 0;
	}
	.form-group-width{
		width: 100%!important;
	}
	.print_contant div{
		width: 20%;
	}
}
@media (max-width: 767px) and (min-width: 576px){
	.left-side-box{
		left: -250px;
		min-width: 200px!important;
		transition: .3s;
		top: 0;
		z-index: 99999;
	}
	.report{
		width: 43%;
	}
	.slide-ul {
    	height: 78vh!important;
	}
	.contant-box{
		padding-left: 15px;
		padding-right: 15px;
	}
	.right-side-box-margin{
		margin-left: 0;
	}
	.col-4{
		width: 100%;
		padding: 10px 0;
		margin-bottom: 0;
	}
	.row .form-box{
		margin-bottom: 0;
		margin-top: 15px;
	}
	.form-group{
		width: 49.6%;
	}
	.toggle{
		display: none;
		float: right;
	}
	.toggle_mobile{
		display: block;
	}
	.contant-box .heading-title{
		border-bottom: none;
	}
	.contant-box .pagination{
		display: none;
	}
	footer li{
		line-height: 1.7;
		font-size: 12px;
	}
	.form-group-1{
		width: 100%!important;
	}
	.table-700{
		width: 700px;
		border-left: 0;
		border-right: 0;
	}
	.form-group-width{
		width: 100%!important;
	}
	.print_contant div{
		width: 20%;
	}
}
@media (max-width: 992px) and (min-width: 768px){
	.left-side-box{
		width: 200px;
	}
	.report{
		width: 45%;
	}
	.right-side-box-margin{
		margin-left: 200px;
	}
	.slide-ul{
		height: 61.5vh!important;
	}
	.form-group{
		width: 49.6%;
	}
	.contant-box .pagination{
		display: none;
	}
}
@media (max-width : 1250px) and (min-width: 993px){
	.form-group{
		width: 32.33%;
	}
}