.width100{
	width: 700px;
}
.width110{
	width: 950px;
}
.width200{
	width: 70px;
}

.width300{
	width: 70px;
}

.width1{
	width:300px; 
}

.width2{
	width:500px; 
}

.width3{
	width:70px; 
}

.width4
 {
	width:70px; 
 }
 
.width5
 {
	width:70px; 
 } 
.width10
 {
	width:2px; 
 } 
 .width11
 {
	width:15px; 
 } 
  .width111
 {
	width:60px; 
 } 
  .width12
 {
	width:280px; 
 } 
 
.fieldset
   {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		border-color: #C0C0C0;
	}
	
/*container*/
.app{
	
    background-image: url("images/app2.png");
    background-repeat: no-repeat;
    background-position: left 2px;
    font-family: arial;
    padding-left: 14px;
}
.unapp{
    background-position: left -31px;
}
a{
    cursor: pointer;
    
}
/*end container*/


/*------------------POPUPS------------------------*/
#fade {
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none;
	background: #fff;
	padding-left: 32px;
	border: 20px solid #ddd;
	float: left;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
 img.btn_close {
	float: right; 
	margin: -55px -55px 0 0;
}
 .popup p {
	padding: 5px 10px;
	margin: 5px 0;
}

#close{
	background: url("images/delete-icon.png");
	width: 16px;
	height: 16px;
	float: right;	
}

#app ul li ul li{
	font-family: Arial;
	border-bottom: none;
}
#app ul li{
	/* border-bottom: 1px solid #6ca5ce; */
}
.red{
	color: red;
}
.font-bold{
	font-weight: bold !important;
}
#pagination .disable{
    cursor: not-allowed;
    pointer-events: none;
    background-color: unset;
    background-image: unset;
}
.beta-separator{
	padding: 10px;
}