/* Add here all your CSS customizations */
.gray{
	background:gray !important;
	}
.thumbnailemp{
	background-color: #fff;
    display: block;
    line-height: 1.42857;
    margin-bottom: 20px;
    padding: 4px;
    transition: border 0.2s ease-in-out 0s;
	}	
.col-md-2a	{
	float:left;
	}

#emp{
	float:left;
	}	
	
.popbox {
    display: none;
    position: absolute;
    z-index: 99999;
    width: 400px;
    padding: 10px;
    background: #EEEFEB;
    color: #000000;
    border: 1px solid #4D4F53;
    margin: 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
    box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
}
.popbox h2
{
    background-color: #999;
    color:  #000;
    font-size: 14px;
    display: block;
    width: 100%;
    margin: -10px 0px 8px -10px;
    padding: 5px 10px;
}	

.part ul{
	margin:0px auto;
	width:100%;
	}

.part ul li {
	float:left !important;
	-webkit-float:left !important;
	-ms-float:left !important;
	-o-float:left !important;
	-ms-list-style:none !important;
	-o-list-style:none !important;
	-webkit-list-style:none !important;
	list-style:none !important;
	margin:5px 15px !important;
	border-radius:12px;
	}		
		
.input {
    background-color: #fff;
    border: 2px solid #d6d6d6;
    border-radius: 6px;
    color: #939393;
    display: block;
    font-family: Tahoma,Arial,verdana;
    font-size: 12px;
    margin: 0 0 10px 10px;
    padding: 7px 5px;
    width: 260px;
}		

	
.field input, .field lable {
	margin-left:40px;
	margin:10px;
		}
		
.field lable {		
	float:right;
	text-align:right;
	margin:0px 20px;
}

.center img{
	margin:0px auto;
	}
.slidetext{
	display:block; 
	z-index:90 !important;
	}	
	
.slideimage{
	position:relative;
	margin-top:-166px;
		height: 495px;
	max-height: 495px;
	z-index:-1 !important;
	}		
.thumbnailpic{
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	-webkit-transition: border .2s ease-in-out;
			 -o-transition: border .2s ease-in-out;
					transition: border .2s ease-in-out;
	}	
.white{
	color:#fff !important;
		}

.dark{
	color:#333 !important;
	}		
.box-content p {
	text-align:left;
	}	

 #chat
 {
 position:fixed;
 width:300px;
 height:auto;
 padding:10px;
 background:#06c;
 color:#fff;
 text-align:center;
 z-index:1000;
 font-size:16px;
 bottom:0px;
 right:15px;
 cursor:pointer;
 border-top-left-radius:8px;
 border-top-right-radius:8px;
 }
 #chatBox
 {
 display:none;
 position:fixed;
 width:300px;
 height:500px;
 padding:10px;
 background:#c1c1c1;
 color:#333;
 text-align:left;

 font-size:16px;
 bottom:0px;
 right:15px;
 cursor:pointer;
 z-index:1000;
  border-top-left-radius:8px;
 border-top-right-radius:8px;
 }
 #close
 {
 border-radius:8px;
 position:absolute;
 width:35px;
 height:35px;
 padding:6px 5px 10px 5px;
 text-align:center;
 background:rgba(0,0,0,0.2);
 color:#222;
 margin:5px;
 right:0px;top:0px;
 }
.box-heading {
	
    padding: 20px;
    border-radius: 10px;
    width: 100%;
	
	color: #333;
border-color: #DDD;
background-color: #F5F5F5;
}
	
