body {
    
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Roboto', sans-serif;
}

#main{
    margin: 0px;
    width: 100%;
}

#header{
    width: 100%;
    height: 70px;
    background-color: #000;
    position: fixed;
    z-index: 1;
    top: 0;
}

.titlecolor1{
    color: #ffffff;
    font-weight: bold;
    font-size: 50px;
    text-align: center;
}

#logged{
    height: 40px;
    width: 100%;
    margin-top: -35px;
    color: #ffffff;
}


#navi{
    height: 40px;
    width: 100%;
}

#content{
    min-height: 350px;
    width: 100%;
    margin-top: 75px;
   
}
#footer{
    font-style: italic; 
    font-size:13px; 
    text-align: center;
    padding-top: 10px;
}

.al{
    text-align: right;
    padding-top: 10px;
    padding-right: 10px;
    
}

.cen{
    text-align: center;
}

.dash{
    text-align: center;
    font-size: 28px;
    text-transform: capitalize; 
}
.dash2{
    text-align: center;
    font-size: 20px;
    background-color: #06C;
    color: #fff;
    font-family: monospace;
    border-radius: 100px;
}
/*begin the code payrollcard*/


.payroll-card {
    padding: 40px;
    background-color: #474747;
    /*margin: 0 auto 10px;*/
    margin-top: 35px;
    border-radius: 30px;
    border: #CC0000 solid thin;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    text-align: center;
}

#payroll-card-height{
    min-height: 520px;
}

.payroll-card-img1{
    width: 100px;
    height: 100px;
    transition: 0.5s;
}
/*.payroll-card-img1:hover{
    width: 140px;
    height: 140px;
}*/
.payroll-card-img{
    width: 70px;
    height: 70px;
    transition: 0.5s;
}
/*.payroll-card-img:hover{
    width: 85px;
    height: 85px;
}*/
.invoice-img1{
    width: 40px;
    height: 40px;
    transition: 0.5s;
}
/*.invoice-img1:hover{
    width: 48px;
    height: 50px;
}*/
.invoice-img{
    width: 90px;
    height: 90px;
}
.invoice-img:hover{
    width: 104px;
    height: 104px;
    transition: 0.5s;
}
.report-img{
    width: 65px;
    height: 65px;
}
.report-img:hover{
    width: 70px;
    height: 70px;
    transition: 1s;
}
.payroll-card-link{
    color: #ffffff;
}
.payroll-card-link:hover{
    color: #ffffff;
}
.txt-box{
    width: 300px;
    font-size: 16px;
    min-height: 28px;
    border: none;
        -moz-box-shadow: 0 0 8px #88D5E9;
	-webkit-box-shadow: 0 0 8px #88D5E9;
	box-shadow: 0 0 8px #88D5E9;
}
.txt-box:focus{
    outline: none;	
        -moz-box-shadow: 0 0 8px #88D5E9;
	-webkit-box-shadow: 0 0 8px #88D5E9;
	box-shadow: 0 0 8px #88D5E9;
	border: 1px solid #88D5E9;
}
.txt-box2{
    width: 150px;
    font-size: 16px;
    min-height: 28px;
    border: none;
        -moz-box-shadow: 0 0 8px #88D5E9;
	-webkit-box-shadow: 0 0 8px #88D5E9;
	box-shadow: 0 0 8px #88D5E9;
}
.txt-box2:focus{
    outline: none;	
        -moz-box-shadow: 0 0 8px #88D5E9;
	-webkit-box-shadow: 0 0 8px #88D5E9;
	box-shadow: 0 0 8px #88D5E9;
	border: 1px solid #88D5E9;
}
.txt-box-ref{
    width: 150px;
    font-size: 16px;
    min-height: 28px;
    border: none;
        -moz-box-shadow: 0 0 8px #88D5E9;
	-webkit-box-shadow: 0 0 8px #88D5E9;
	box-shadow: 0 0 8px #88D5E9;
}
.txt-box-ref:focus{
    outline: none;	
        -moz-box-shadow: 0 0 8px #88D5E9;
	-webkit-box-shadow: 0 0 8px #88D5E9;
	box-shadow: 0 0 8px #88D5E9;
	border: 1px solid #88D5E9;
}
.txt-box-inv{
    margin-left: 30px;
    width: 120px;
    font-size: 16px;
    min-height: 28px;
}
.txt-lbl{
    font-size: 17px;
    width: 200px;
}
.add-deduct-box{
    border: #CC0000 thin solid;
}
.add-emp-box{
    border: #0000CC thin solid;
}


/*autocomplete start*/

/** { box-sizing: border-box; }
body {
  font: 16px Arial; 
}*/
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
/*  display: inline-block;*/
}
/*input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}
input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}
input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
}*/
.autocomplete-items {
  position: absolute;
  /*border: 1px solid #d4d4d4;*/
/*  border-bottom: none;
  border-top: none;*/
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  width:220px;
}
.autocomplete-items div {
  padding: 6px;
  cursor: pointer;
  background-color: #eeeeee; 
  border-bottom: 1px solid #d4d4d4;
  border-radius: 8px;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #d0d0d0; 
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

/*autocomplete end*/

/* Special Section */
.special{}

.main_special{
    padding-bottom: 100px;
    overflow: hidden;	
}

.single_special{
	
}
.single_special_img{
	position:relative;
}
.single_special_img:hover .single_special_overlay{
	opacity:1;
}
.single_special_img:hover .single_special_overlay2{
	opacity:1;
}
.single_special_img:hover .single_special_overlay1{
	opacity:0;
}

.single_special_img_size{
        width: 100%;
        height: 125px;
        border-radius: 30px;
        border: bisque solid thin;
}
.single_special_img_size2{
        width: 100%;
        height: 100px;
        border-radius: 30px;
        border: bisque solid thin;
}

.single_special_overlay{
	background:rgba(255, 255, 255, 0.8);
        border-radius: 30px;
        padding-left: 5px;
        padding-right: 5px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	transition:0.5s;
	opacity:0;
        border: #CC0000 dashed medium;
        cursor: alias;
}
.single_special_overlay2{
	background:rgba(255, 255, 255, 0.8);
        border-radius: 30px;
        padding-top: 10px;
        padding-left: 5px;
        padding-right: 5px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
        border: #CC0000 dashed medium;
        cursor: grab;
}
.single_special_overlay1{
	background:rgba(255, 255, 255, 0.3);
        border-radius: 30px;
        padding-left: 5px;
        padding-right: 5px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:1;
        cursor: alias;
}
.overlay_separetor {
    border-bottom: 2px solid #666;
    padding-bottom: 2px;
    width: 70%;
    margin: 0 auto;
}
.single_special_overlay h3{
	color:#000;
	font-size:18px;
}
.single_special_overlay p{
	color:#666;
	font-size:16px;
	font-weight:300;
	margin-top:20px;
        text-align: center;
}
.calc-body {
  width: 90%;
  border: solid 1px #3A4655;
  box-shadow: 0 8px 50px -7px black;
}
.calc-button-row {
  width: 100%;
  background: #3C4857;
}

.button {
  width: 33.3%;
  background: #425062;
  color: #fff;
  padding: 2px;
  display: inline-block;
  font-size: 25px;
  text-align: center;
  vertical-align: middle;
  margin-right: -4px;
  border-right: solid 2px #3C4857;
  border-bottom: solid 2px #3C4857;
  transition: all 0.2s ease-in-out;
}
.button:hover {
  background: #12c4e0;
  transform: rotate(5deg);
}
.button.c {
  width: 66.6%;
  color: #D95D4E;
  background: #404D5E;
}
.button.c:hover{
  background: #e01248;
  color: #fff;
}
.tab{
    padding: 20px 20px 20px 20px;
    border: none;
    min-height: 100px;
}
.spacing{
    padding: 20px;
}

.line_highlight{
    position: relative;
}
.line_highlight:hover{
    background-color: #dcdcdc;
    color: #000;
}
.line_highlight_table{
    position: relative;
}
.line_highlight_table:hover{
    background-color: #f0f0f0;
    color: #000;
}
.gotoline{
    background-color: #12c4e0;
    color: #000;
}
#goto{
    width: 85px;
    font-family: monospace;
    font-size: 16px;
    font-style: italic;
    border: none;
        -moz-box-shadow: 0 0 8px #88D5E9;
	-webkit-box-shadow: 0 0 8px #88D5E9;
	box-shadow: 0 0 8px #88D5E9;
}
#goto:focus{
    outline: none;	
        -moz-box-shadow: 0 0 8px #88D5E9;
	-webkit-box-shadow: 0 0 8px #88D5E9;
	box-shadow: 0 0 8px #88D5E9;
	border: 1px solid #88D5E9;
}
.shadow{
    -moz-box-shadow: 0 0 8px #88D5E9;
	-webkit-box-shadow: 0 0 8px #88D5E9;
	box-shadow: 0 0 8px #88D5E9;
}
.shadow1{
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.view_scale{
        transition: 0.5s;
}
.view_scale:hover{
        transform: scale(1.5);
}
.view_scale2{
        transition: 0.5s;
}
.view_scale2:hover{
        transform: scale(1.3);
}
.img_view{
        transition: 0.5s;
    }
.img_view:hover{
        transform: scale(1.8);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }
.img_view1{
        transition: 0.5s;
    }
.img_view1:hover{
        transform: scale(2.4);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }