.image-upload > input
{
    display: none;
}

.image-upload img
{
    width: 80px;
    cursor: pointer;
}
.msgEr { font-size:16px; color:#F00; text-align:center;}
.msgError { font-size:16px; color:#F00; text-align:center;}
.msgSuccess { font-size:18px; color:#0C0; text-align:center;}
.boxBtn 		{ width:160px; margin:1px; padding:2px; color:#ffffff; font-weight:bold; background-color:#000; border:1px solid #D1D1D1; float:right; }
.boxBtn:hover 	{ border: 1px solid #cc2633; }
.sboxBtn 		{ width:100px; margin:1px; padding:2px; color:#ffffff; font-weight:bold; background-color:#000; border:1px solid #D1D1D1; float:left; }
.sboxBtn:hover 	{ border: 1px solid #cc2633; }
.boxBtnWhite 		{ margin:1px; padding:0px 10px 0px 10px; color:#000; border-radius:5px; font-weight:bold; background-color:#fff; border:1px solid #D1D1D1; float:right; }
.boxBtnWhite:hover 	{ border: 1px solid #cc2633; }	
.searchInput { height:40px; width:300px; margin-bottom:15px; padding:5px;  float:right;}
.searchImage { width:20px; height:20px; position:relative; left:280px;top:10px; z-index:10; float:right;}
.searchBox { width:100%;text-align:left;}
.dropIcon { float:right; position:relative; margin-left:75px; margin-top:-15px; opacity:0.3; margin-right:2px; padding-right:2px;}
.dropIcon:hover {opacity:0.7;}
<!-- // for staff list dropIcon { position:relative; opacity:0.7; left:0px; top:20px; right:0; padding-right:2px; clear:both}-->
.pagecss { float:right; margin-right:150px; font-size:18px; width:200px;}
.permisnCheck { min-width:60px; margin-left:2px; padding-left:2px;}
.forlabel { text-align:center; font-weight:bold; }
.colorRed 		{ color:#FF0000; }
H5, h5, .size14	{ font-size:14px; }
.link 			{ color:#2698E2; text-decoration:none; background-color:#EDEDED; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px; border:solid 1px #CCC;}
	.link:hover 	{ color:#FFF; text-decoration:none; background:#F23F3F!important;}
	.link.activaLink{ color: #FFF; text-decoration:none; background-color:#2698E2!important;}
	.linkClass { background-color:#F7F7F7!important; }
	.boxBtnAdd 		{ width:160px; margin:1px; padding:2px; color:#ffffff; font-weight:bold; background-color:#000; border:1px solid #D1D1D1; float:right; text-align:center; }
.boxBtnAdd:hover 	{ border: 1px solid #cc2633; }
.tooltip1 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip1 .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip1:hover .tooltiptext {
    visibility: visible;
}	
.w3-third{float:left;width:25%;}
.w3-bottombar{border-bottom:6px solid #ccc!important}
.w3-border-red,.w3-hover-border-red:hover{border-color:#2698E2!important}
.w3-padding{padding:8px 16px!important}
.w3-hover-light-grey { }
.w3-hover-light-grey:hover,.w3-light-gray,.w3-hover-light-gray:hover{color:#000!important;background-color:#f1f1f1!important}
.w3-container{padding:0.01em 16px;}
#feeResponse input { width:100px; }
.smallInput { width:80px;}
.mediumInput { width:250px!important;}
.clear { clear:both;} 
