#swalrt {
	position:absolute;
	top:250px;
	left:360px;
	width:120px;
	height:60px;
	z-index:5;
}

.custom-loader {
  animation: none !important;
  border-width: 0 !important;
}

.hidden {
	display:none;
}

.inline {
	display: inline-block;
}

.floatright {
	float:right;
	margin-right:40px;
}

.box{
  cursor: move;
}

.grey {
	background-color:#e0e0e0;
}

.delet {
	display:none;
}


.listdiv {
	margin-top:30px;
}

.listbloc {
	display: block;
}

.listblocp {
	display: block;
	height:70px;
}

.listitem {
	display: inline;
	font-size:0.90em;
}

.dragp {
	position:relative;
	width:90px;
	margin-bottom:10px;
	margin-right:20px;
	z-index:9;
}

.drag {
	position:relative;
	top:-30px;
	left:80px;
	margin-bottom:10px;
	margin-right:20px;
	z-index:9;
}

#customerlist li {
	width:100%;
	font-size:16px;
}

#editcustomer {
	padding-left:20px;
	background-color:#e0e0e0;
}

#editcustomer input {
	width:500px;
}

#servicestable td, th {
    	width: 15%;
	height:40px;
	padding:5px;
  	border: 1px solid;
}

.schedintp {
	width:12%;
	height:30px;
	margin:3px 5px 3px 5px;
	border-style: none;
}

.schedin {
	box-sizing:  content-box;
	width:9%;
	height:28px;
	margin:5px 3px 5px 3px;
	border: 1px solid black;
}

#linxdiv {
	position:absolute;
	top:60px;
	left:0;
	width:300px;
	height:660px;
	background-color:#e0e0e0;
	z-index:2;
}

#linxin {
	margin-left:30px;
	margin-top:30px;
}

#servicesdiv {
	position:absolute;
	top:405px;
	left:845px;
	width:500px;
	height:1000px;
	background-color:white;
}

#projectsdiv {
	position:absolute;
	top:405px;
	left:320px;
	width:500px;
	height:1000px;
	background-color:white;
}

#calendarinfo {
	position:absolute;
	padding-left:20px;
	top:40px;
	left:320px;
	width:290px;
	background-color:white;
}																															

#tablediv {
	position:absolute;
	padding-left:30px;
	top:60px;
	left:560px;
	width:750px;
	background-color:white;
}



.checkbox {
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  margin-right: .5em;
}


#portal {
	position:absolute;
	top:50px;
	left:0;
	z-index:10;
	height:1000px;
	width:100%;
	background:#e0e0e0;
}

#portalwelcome {
	position:relative;
	width:600px;
	top:200px;
	margin-left:auto;
	margin-right:auto;
	z-index:10;
	padding:20px;
	background:white;
}

#timecloud {
	position:absolute;
	top:  100px;
	left:670px;
	z-index: 6;
	background-color:#707070;
	opacity:0.5;
	height:275px;
	width:5px;
}	
