

/* horizontal menu */
img {
max-width: 100%;
}
/*end reset*/
html,
body {
padding: 0;
margin: 0;
background: #fff;
	font-family: 'Open Sans', sans-serif;
/*font-family: 'Montserrat', sans-serif;*/
/*background: linear-gradient(to right, #d3f9f9, #e8e1d2);*/
}




h1.header-w3ls {
text-align: center;
text-transform: uppercase;
font-weight:500;
color:#ffffff;
text-shadow: 2px 3px rgba(0, 0, 0, 0.42);
letter-spacing: 2px;
}
.mid-cls {
margin:0 auto;
/*-webkit-box-shadow: -2px 7px 37px 8px rgba(0,0,0,0.52);
-moz-box-shadow: -2px 7px 37px 8px rgba(0,0,0,0.52);
box-shadow: -2px 7px 37px 8px rgba(0,0,0,0.52);
background:transparent;*/
}
.personal-info p {
font-size: 20px;
color: #fff;
margin-bottom: 15px;
text-transform: uppercase;
}
label.form-check-label {
font-size: 15px;
padding: 6px 0px;
color: #fff;
}
.form-check:nth-child(2) {
margin-bottom: 13px;
}
.icon-head-wthree {
margin-bottom: 2em;
}
.icon-head-wthree{
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.images-headder img {
text-align:center;
}
.images-headder,.personal-info {
flex-basis: 48%;
-webkit-flex-basis: 48%;
}
h2 span.t-w3 {
padding: 16px 0px;
font-size: 42px;
color: #f10b59;
}
.form-left-to-w3l input[type="text"], .form-right-w3ls input[type="password"],.form-left-w3l input[type="email"] {
width: 100%;
color: #000;
outline: none;
font-size: 14px;
padding: .6em .7em;
margin: 0px 0px 23px;
border:none;
-webkit-appearance: none;
display: inline-block;
background: rgb(255, 255, 255);
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
box-sizing: border-box;
}
::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #b9b6b6;
}
::-moz-placeholder {
/* Firefox 19+ */
color: #000;
}
:-ms-input-placeholder {
/* IE 10+ */
color: #000;
}
:-moz-placeholder {
/* Firefox 18- */
color: #000;
}
.btnn {
margin: 6px 0px 0px;}
button[type=submit] {
width: 100%;
background:#337117;
outline: none;
color: #fff;
font-size: 13px;
border: 1px solid #fff;
padding: 9px 6px;
letter-spacing: 1px;
text-transform: uppercase;
cursor: pointer;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}
button:hover {
color: #000;
}
#page {
text-align: center;
font-size: 16px;
margin: 150px auto;
}
#page h1 {
margin-bottom: 4rem;
font-family: 'Lemonada', cursive;
text-transform: uppercase;
font-weight: normal;
color: #fff;
font-size: 2rem;
}
/*** CUSTOM FILE INPUT STYE ***/
.wrap-custom-file {
position: relative;
display: inline-block;
width: 150px;
height: 150px;
/* margin: 0 0.5rem 1rem;*/
text-align: center;
}
.wrap-custom-file input[type="file"] {
position: absolute;
top: 0;
left: 0;
width: 2px;
height: 2px;
overflow: hidden;
opacity: 0;
}
.wrap-custom-file label {
z-index: 1;
position: absolute;
left: 110px;
top: 0;
bottom: 0;
right: 0;
width: 100%;
overflow: hidden;
/*padding: 0 0.5rem;*/
cursor: pointer;
background-color:#fff;
border-radius:50%;
-webkit-transition: -webkit-transform 0.4s;
transition: -webkit-transform 0.4s;
transition: transform 0.4s;
transition: transform 0.4s, -webkit-transform 0.4s;
}
.wrap-custom-file label span {
display: block;
/*margin-top: 2rem;*/
font-size: 1.4rem;
color: #777;
-webkit-transition: color 0.4s;
transition: color 0.4s;
}
.wrap-custom-file label .fas{
position: absolute;
bottom: 1rem;
left: 50%;
-webkit-transform: translatex(-50%);
transform: translatex(-50%);
font-size: 1.5rem;
color: #f10b59;
-webkit-transition: color 0.4s;
transition: color 0.4s;
}

.wrap-custom-file label:hover span, .wrap-custom-file label:hover .fa {
color: #333;
}
.wrap-custom-file label.file-ok {
background-size: cover;
background-position: center;
}
.wrap-custom-file label.file-ok span {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 0.3rem;
font-size: 1.1rem;
color: #000;
background-color: rgba(255, 255, 255, 0.7);
}
.wrap-custom-file label.file-ok .fa {
display: none;
}
.copy p {
margin: 0em;
text-align: center;
font-size: 15px;
color: white;
}
.copy p a {
color: #fff;
text-decoration: none;
}
.copy p a:hover {	color:#33e8ff;}
/*--responsive--*/
@media(max-width:1920px){
.form-left-to-w3l input[type="text"], 
.form-right-w3ls input[type="password"],
.form-left-w3l input[type="email"] {
padding: 1em .7em;
margin: 0px 0px 31px;	
}
.copy {
padding: 44px 0px 30px;
}
}
@media(max-width:1680px){
.mid-cls {
width: 23%;
}
.copy {
padding: 36px 0px 30px;
}	
}
@media(max-width:1600px){
h1.header-w3ls {
font-size: 46px;
padding: 46px 0px 53px;
}
.copy {
padding: 30px 0px 30px;
}
.mid-cls {
/*width:20%;
padding: 2em 2em 2em;*/
}
.form-left-to-w3l input[type="text"], 
.form-right-w3ls input[type="password"], 
.form-left-w3l input[type="email"] {
padding: .6em .7em;
margin: 0px 0px 23px;
padding: 10px 35px;
	border: 1px solid #ccc;
}
.personal-info {
padding-top: 22px;
padding-left:25px;
}
}
@media(max-width:1440px){
.mid-cls {
width: 24%;
}
h1.header-w3ls {
font-size: 44px;
font-family: -webkit-pictograph;
}
.form-check:nth-child(2) {
margin-bottom: 11px;
}
}

.mid-cls {
width: 26%;

}
h1.header-w3ls {
padding: 10px 0px 12px;
color:#000;
}	

@media(max-width:1280px){
.personal-info p {
font-size: 19px;
margin-bottom: 13px;
}	
h1.header-w3ls {
font-size: 42px;
}
}
@media(max-width:1080px){
.mid-cls {
width: 31%;
}
h1.header-w3ls {
padding: 38px 0px 44px;
}
}
@media(max-width:1050px){
.mid-cls {
padding: 1.8em 2em 1.8em;
}
.copy p {
font-size: 14px;
}
}
@media(max-width:1024px){
h1.header-w3ls {
padding: 35px 0px 41px;
}
.mid-cls {
width: 34%;
}
.form-left-to-w3l input[type="text"], .form-right-w3ls input[type="password"], .form-left-w3l input[type="email"] {
margin: 0px 0px 21px;
}
}
@media(max-width:991px){
.personal-info {
padding-top: 20px;
}
label.form-check-label {
font-size: 14px;
}
.personal-info p {
font-size: 18px;
margin-bottom: 12px;
}	
}
@media(max-width:900px){
.mid-cls {
width: 38%;
}
.icon-head-wthree {
margin-bottom: 1.7em;
}	
}
@media(max-width:800px){
.mid-cls {
width: 43%;
}
.form-left-to-w3l input[type="text"], .form-right-w3ls input[type="password"], .form-left-w3l input[type="email"] {
padding: .6em .6em;
}
h1.header-w3ls {
font-size: 40px;
}
}
@media(max-width:768px){
h1.header-w3ls {
padding: 32px 0px 39px;
}
}
@media(max-width:767px){
.wrap-custom-file label .fas {
font-size: 1.2rem;
}
.personal-info p {
font-size: 17px;
}	
}
@media(max-width:736px){
.mid-cls {
width: 45%;
}
h1.header-w3ls {
font-size: 38px;
}
}
@media(max-width:667px){
h1.header-w3ls {
letter-spacing: 1px;
}
.mid-cls {
padding: 1.8em 1.7em 1.8em;
}
}
@media(max-width:640px){
.mid-cls {
width: 50%;
}	
}
@media(max-width:600px){
.icon-head-wthree {
margin-bottom: 1.5em;
}
.mid-cls {
width: 56%;
}
h1.header-w3ls {
font-size: 36px;
}
}
@media(max-width:568px){
.mid-cls {
width: 59%;
}
.personal-info p {
font-size: 16px;
margin-bottom: 9px;
}
}
@media(max-width:480px){
.copy p {
line-height: 28px;
}
.mid-cls {
width: 65%;
}
h1.header-w3ls {
font-size: 35px;
line-height: 51px;
padding: 31px 0px 36px;
}	
}
@media(max-width:440px){
.mid-cls {
padding: 1.6em 1.5em 1.6em;
}
.mid-cls {
width: 68%;
}
}
@media(max-width:414px){
.icon-head-wthree {
flex-direction: column;
text-align: center;
}
.mid-cls {
width: 71%;
}
}
@media(max-width:384px){
h1.header-w3ls {
font-size: 33px;
padding: 31px 0px 33px
}
.form-left-to-w3l input[type="text"], 
.form-right-w3ls input[type="password"],
.form-left-w3l input[type="email"] {
font-size: 13px;
}
}
@media(max-width:375px){
.personal-info {
padding-top: 18px;
}
.mid-cls {
width: 74%;
}
}
@media(max-width:320px){
.mid-cls {
width: 74%;
}
.btnn {
margin: 6px 0px 19px;
}
h1.header-w3ls {
font-size: 30px;
line-height: 46px;
}
}

/*========================================================

					attendance css

===========================================================*/

.form-left-to-w3l{
	position:relative;
	}

.form-left-to-w3l span {
    font-size: 16px;
    color: #6b5e5e;
    float: left;
    margin-top: 8px;
    font-family: 'Roboto', sans-serif;
}

.icon3{
    top: 2px;
    position: absolute;
    left: 10px;
}

.form-right-w3ls{
	position:relative;
	}
	
.form-right-w3ls span {
    font-size: 16px;
    color: #6b5e5e;
    float: left;
    margin-top: 8px;
    font-family: 'Roboto', sans-serif;
}	

.icon2{
    top: 2px;
    position: absolute;
    left: 10px;
}

:focus{
	outline:none;
	}
	
.world-attaindance-top-strip{
	/*background: linear-gradient(to bottom, #a376bf 0%,#c3c9ca 36%,#40729c 100%);
	
	-webkit-box-shadow: -2px 7px 37px 8px rgba(0,0,0,0.52);
	box-shadow: -2px 7px 37px 8px rgba(0,0,0,0.52);*/
	background: #f9f9f9;
    padding: 10px 0px;
    border-bottom: 2px solid #337117;
	}

.world-attaindance-top-strip-left{
	}

.world-attaindance-top-strip-left img{
	/*width:245px;
	height:80px;*/
	}
.world-attaindance-top-strip-right{
	float:right;
	padding-top: 22px;
	}
.world-attaindance-top-strip-right ul{
	list-style-type:none;
	}
.world-attaindance-top-strip-right ul li{
	display:inline-block;
	padding:10px 15px;
	color:#fff;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	}
.world-attaindance-top-strip-right i{
	font-size:18px;
	color:#fff;
	padding-right:10px;
	}
.world-attaindance-top-strip-right a{
	color:#fff;
	text-decoration:none;
	}
	
.world-attaindance-top-strip-right ul ul{
	list-style-type: none;
    display: none;
    position: absolute;
    z-index: 75;
    right: auto;
    top: 60px;
	}

.world-attaindance-top-strip-right ul ul li{
		position:relative;
		border:none;
		width:200px;
		color:#FFF;
		background-color:#f1f1f1;
		border-bottom:solid 1px #fff;
		font-size:14px;
		text-align:left;
		padding:10px 10px;
		display:list-item;
		
}

.world-attaindance-top-strip-right ul ul li a{
		color:#000;
		
}

.world-attaindance-top-strip-right ul ul li:hover{
		background-color:#8ca95f;
}

.world-attaindance-top-strip-right ul ul li:hover a{
		color:#fff;
}

.world-attaindance-top-strip-right ul ul li:hover i{
		color:#fff;
}

.world-attaindance-top-strip-right ul ul li i{
		padding-left:0px !important;
		padding-right:10px;
		color:#000;
}

.world-attaindance-top-strip-right ul li:hover ul{
	display:block;
	background-color:#000;
}
	
.world-attaindance-id-strip{
	 /*margin-top: 38px;*/
	}
.world-attaindance-id-form-section{
	background-color: #fff;
    overflow: hidden;
    padding: 25px 20px;
    border-radius: 5px;
	-webkit-box-shadow: -2px 7px 37px 8px rgba(0,0,0,0.52);
	box-shadow: -2px 7px 37px 8px rgba(0,0,0,0.52);
	}
.world-attaindance-id-input-section{
	position:relative;
	}
.world-attaindance-id-input-section input[type="text"]{
	width: 100%;
    padding: 12px 35px;
    border: none;
    border-bottom: solid 1px #d1d1d1;
	}
.world-attaindance-id-login-section{
	}
.world-attaindance-id-login-section input[type="submit"]{
	width: 100%;
    padding: 12px 10px;
    background-color: #ec691f;
    border: none;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
	font-weight:600;
	}
	
	
.world-attaindance-id-input-section span {
    font-size: 18px;
    color: #a29a9a;
    float: left;
    margin-top: 8px;
    font-family: 'Roboto', sans-serif;
}	
.icon1{
    top: 2px;
    position: absolute;
    left: 10px;
}
.blink_me {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.attendance-main-section{
	margin-top:20px;
	
	}
.attendance-main-section-part{
	background-color:#fff;
	overflow:hidden;
	padding:10px 20px;
	}
.attendance-user-name{
	
	}
.attendance-user-name h2{
	font-size:18px;
	text-transform:uppercase;
	font-family: -webkit-pictograph;
	color:#000;
	font-weight:bold;
	}
.attendance-user-name span{
	font-size:18px;
	text-transform:uppercase;
	font-family: -webkit-pictograph;
	padding-left:10px;
	color:#fb640c;
	font-weight:bold;
	}
.attendance-user-details{
	padding-top:10px;
	}
.attendance-user-details ul{
	list-style-type:none;
	}
.attendance-user-details ul li{
	display:inline-block;
	}
.attendance-user-details ul li a{
	font-size: 18px;
    font-weight: bold;
    font-family: -webkit-pictograph;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #b19f7f;
    color: #fff;
    padding: 10px 0px;
    width: 255px;
    display: block;
    text-align: center;
	}
.attendance-user-image{
	margin:20px 0px 10px 0px;
	text-align:center;
	}
.attendance-user-image img{
	width: 405px;
    height: 295px;
	}	
.attendance-user-link{
	}
.attendance-user-link input[type="submit"]{
	width: 235px;
    background-color: #fd5237;
    padding: 10px 20px;
    border: none;
    color: #fff;
    font-family: Georgia, "Times New Roman", Times, serif;
    letter-spacing: 1px;
    margin-left: 148px;
    font-size: 20px;
	}		
																						
.attendance-details-part-section{
	display:none;
	}
.attendance-details-image{
	}
.attendance-details-image img{
	width: 460px;
    height: 320px;
	}
.attendance-details-location{
	}
.attendance-details-location img{
	width: 460px;
    height: 320px;
	}	
.employee-details-section{
	padding:40px 0px;
	background-color:#fff;
	}

.add-employee-section-icon{
	    text-align: right;
	}
.add-employee-section-icon ul{
	list-style-type:none;
	}
.add-employee-section-icon ul li{
	display:inline-block;
	padding: 0 0 20px 0;
	}
.add-employee-section-icon ul li i{
	font-size:24px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    background-color: #ea502d;
    text-align: center;
    line-height: 40px;
    color: #fff;
	cursor: pointer;
	border-radius: 50%;
	}			

.modal-header .close {
    margin-top: 0px;
    position: absolute;
    top: 0px;
    z-index: 1000;
    color: #e00e0e;
    font-size: 35px;
    right: 5px;
}

.modal-header {
    
    border:none;
}

.modal-body {
    position: relative;
    /*padding: 0px;*/
}

.modal-content {
    background-color: #f1f1f1;
}


.zero{	padding:0px;}	
.employee-details{	padding:0px 0px 0px 0px;}	
.kabeela-resort-form-details-section{
	/*background: linear-gradient(to bottom, #d9dee4 0%,#e6e7ec 36%,#827774 100%);*/
	padding-bottom: 20px;
	border-radius: 15px;
	overflow:hidden;
	}
.kabeela-resort-login-left-section{ margin-top:20px;}	
.kabeela-resort-login-right-section{overflow:hidden;margin-top:20px;}		
.form-bg{
    /*background: #00b4ef;*/
}
.form-horizontal{}
.form-horizontal .heading{
    display: block;
    font-size: 24px;
    font-weight: 700;
    padding: 0px 0;
    margin-bottom: 30px;
	text-align:center;
	text-transform:uppercase;
	
}
.kabeela-resort-login-left-section .form-horizontal .form-group{
    padding: 0 0px;
    margin: 0 0 25px 0;
    position: relative;
}
.kabeela-resort-login-right-section .form-horizontal .form-group{
    padding: 0 0px;
    margin: 0 0 25px 0;
}
.form-horizontal .form-control{
    background: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    padding: 0 20px 0 45px;
    transition: all 0.3s ease 0s;
}
.form-horizontal .form-control1 {
    background: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    padding: 6px 20px 0 15px;
    height: 75px;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.form-horizontal .form-control:focus{
    background: #e0e0e0;
    box-shadow: none;
    outline: 0 none;
}
.kabeela-resort-login-left-section .form-horizontal .form-group i{
    position: absolute;
    top: 12px;
    left: 20px;
    font-size: 17px;
    color: #ecc390;
    transition : all 0.5s ease 0s;
}
.kabeela-resort-login-right-section .form-horizontal .form-group i{
    position: absolute;
    top: 38px;
    left: 32px;
    font-size: 17px;
    color: #ecc390;
    transition : all 0.5s ease 0s;
}
.form-horizontal .form-control:focus + i{  color: #00b4ef;}
.form-horizontal .fa-question-circle{
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 60px;
    font-size: 20px;
    color: #808080;
    transition: all 0.5s ease 0s;
}
.form-horizontal .fa-question-circle:hover{color: #000;}
.form-horizontal .main-checkbox{
    float: left;
    width: 20px;
    height: 20px;
    background: #11a3fc;
    border-radius: 50%;
    position: relative;
    margin: 5px 0 0 5px;
    border: 1px solid #11a3fc;
}
.form-horizontal .main-checkbox label{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.form-horizontal .main-checkbox label:after{
    content: "";
    width: 10px;
    height: 5px;
    position: absolute;
    top: 5px;
    left: 4px;
    border: 3px solid #fff;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
ul {
margin: 0;
padding: 0;
}
.form-horizontal .main-checkbox input[type=checkbox]{
    visibility: hidden;
}
.form-horizontal .main-checkbox input[type=checkbox]:checked + label:after{
    opacity: 1;
}
.form-horizontal .text{
    float: left;
    margin-left: 7px;
    line-height: 20px;
    padding-top: 5px;
    text-transform: capitalize;
}
.form-horizontal .btn{
    float: left;
    font-size: 20px;
    color: #fff;
    background: #4b698e;
    border-radius: 30px;
    padding: 5px 25px;
    border: none;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
    /*width: 45%;*/
	margin-left: 10px;
}
.form-lb{
	font-size: 12px;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #7d7373;
    font-weight: bold;
	}
.booking-voucher-top-menu{
	text-align:right;
	}
.booking-voucher-top-menu ul{
	list-style-type:none;
	}
.booking-voucher-top-menu ul li{
	display:inline-block;
	padding: 10px 10px 0px 0px;
	}	
.booking-voucher-top-menu ul li a{
	background-color: #53880c;
    display: block;
    font-size: 20px;
    color: #fff;
    padding: 5px 10px;
	letter-spacing:1px;
	text-decoration:none;
	border-radius:5px;
	}
.booking-voucher-top-menu ul li i{
	font-size:20px;
	color:#fff;
	padding-right:10px;
	}
@media only screen and (max-width: 479px){
    .form-horizontal .form-group{
        padding: 0 25px;
    }
    .form-horizontal .form-group i{
        left: 45px;
    }
    .form-horizontal .btn{
        padding: 10px 20px;
    }
}

.footer-sccessfully-section{
	background-color:#0C6;
	padding:10px 40px;
	text-align:center;
	width:400px;
	left:515px;
	position:fixed;
	bottom:0px;
	display:none;
	}
.footer-sccessfully-section p{
	font-size:14px;
	color:#fff;
	margin:0px;
	}		
	
	
@media (max-width: 1920px) and (min-width: 1801px){
	
.form-left-to-w3l input[type="text"], .form-right-w3ls input[type="password"], .form-left-w3l input[type="email"] {
    width: 85%;
    margin-left: 37px !important;
	padding:15px 45px;
}

button[type=submit] {
    width: 85%;
    margin-left: 37px !important;
	margin-bottom: 25px;
	padding:15px 0px;
}
.icon3 {
    top: 6px;
    position: absolute;
    left: 54px;
}
.icon2 {
    top: 6px;
    position: absolute;
    left: 54px;
}

.wrap-custom-file label {
    left: 160px;
    top: 3px;
}

	}	
	
.welcome-content-section{
padding-bottom:20px;
}
.welcome-content-section h2{
	font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #337117;
    text-align: center;
    position: relative;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
	font-family: 'Montserrat', sans-serif;
}			
.welcome-content-section h2 span
{
	color: #e87907;
}
.welcome-content-section h2:before
{
	content: "";
	max-width: 100px;
	height: 2px;
	background: #363836;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}

/*===== data table style =====*/
.comman_datatable_style .table thead tr th
{
	background: #458828;
    color: #fff;
    font-weight: 400;
}