.editmodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
position: fixed;
  top: 050%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  box-sizing:content-box;

}
.editmodal  h1
{
  font-size:18px;
  color:#A05C23;
}
.editmodal  h2
{
  padding-top:0px;
  margin-top:0px;
}
.editmodal textarea
{
  font-size:16px;  
}
.editmodalcontent {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 540px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.editmodalclose {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.editmodalclose:hover,
.editmodalclose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}



.editmodalheader {
    padding: 2px 16px;
    background-color: #F6DDCA;
    color: white;
}

.editmodalbody 
{
background-color: #F6DDCA;

padding: 2px 2px;
height:170px;
padding-left:20px;
padding-right:20px;
overflow:auto;
}



.editmodal .option1
{
width:80px;
}
.editmodal .option2
{
width:120px;
}
.editmodal .optiontab
{
padding-left:20px;
}
.editmodal .widetext
{

}

.editmodalbody .whitebody
{
background-color: #FFFFFF;

}

.editmodalbody select {
	width:100%;
}
.editmodalbody .captiontext{
	padding:0 0 0.5em 0;
}
.editmodal .editmodalfooter {
    padding: 12px 16px 16px 16px;
    background-color: #F6DDCA;
    color: white;
	
	height:40px;
}
.editmodal .editmodalfooter button{
  padding:5px 10px 5px 10px;
  min-width:100px;
  float:right;
  margin-left:1em;
  
}




.msgmodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  top: 050%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  box-sizing:content-box;
  

}

.msgmodal  h1
{
  font-size:18px;
  color:#A05C23;
}

.msgmodal .content {
    position: absolute;
    background-color: #ffffff;
    margin: auto;
    
    border: 0px solid #888;
    width: 540px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	
}


.msgmodal .header {
    padding: 2px 16px;
    background-color: #F6DDCA;
	background-color: #FFFFFF;
    color: white;
	border:1px solid #aaa;
	border-width:0px 0px 1px 0px;
}

.msgmodal .closebtn {
    color: #aaa;    
    font-size: 28px;
    font-weight: bold;
	float: right;
}
.msgmodal .topcontent {
	
	
}
.msgmodal .closebtn:hover,
.msgmodal .closebtn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.msgmodal .msgbody {
background-color: #F6DDCA;
background-color: #FFFFFF;
padding: 2px 2px;
height:170px;
padding-left:20px;
padding-right:20px;
/*padding-top:1em;*/
font-size:120%;
overflow:auto;
}

.msgmodal .footer {
    padding: 12px 16px 16px 16px;
    background-color: #F6DDCA;
	background-color: #FFFFFF;
    color: white;
	
	margin:auto;
    text-align:center;
}

.msgmodal .footer button{
  padding:5px 10px 5px 10px;
  min-width:120px;
  
}


.formmodal {
	display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */    
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    box-sizing:content-box;
}
.formmodal .box {
    position: absolute;
    background-color: #ffffff;
    margin: auto;
    
    border: 0px solid #888;
   
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	box-sizing:content-box;
}
.formmodal .header {    
	background-color: #FFFFFF;
    color: white;
	border:1px solid #aaa;
	border-width:0px 0px 1px 0px;
	box-sizing:content-box;
	padding-right:1em;
	padding-left:0.5em;
	height:2.5em;	
}
.formmodal .header .headercontent{
height:100%;
width:100%;
float:left;

}
.formmodal .closebtn {
    
    
    font-size: 24px;
    font-weight: bold;

}
.formmodal .topcontent {
    color: #aaa;
    float: right;
    font-size: 24px;

}
.formmodal .closebtn:hover,
.formmodal .closebtn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.formmodal  h1
{
  font-size:14px;
  color:#A05C23;
  color:#666;
}
.formmodal .content {
height:100%;
overflow:auto;

}
.formmodal .footer {    
    background-color: #FFFFFF;
    color: white;		
	height:3em;
	
	overflow:auto;
	padding-top:0.5em;
	padding-bottom:0.5em;
	border:1px solid #aaa;
	border-width:1px 0 0 0;
}
.formmodal .footer .footer-tools{    
	float:right;	
	height:100%;
	
}
.formmodal .footer .footer-tools button{    	
	margin-right:1em;
	min-width:5em;
	height:100%;
	float:left;
	min-height:2em;
	
}


.multiselect {
	position:relative;
	display:inline-block;
	/*border:1px solid red;*/
	
}

.multiselect .content {
	border:1px solid #aaa;
	height:150px;
	width:300px;
	position:absolute;
	z-index:10;
	background:#ffffff;
	overflow:auto;
	display:none;
}
.multiselect .content .item {
	padding:0!important;
	margin:0!important;
	
}
.multiselect input[type=checkbox] {
	width:auto!important;
		
}
.multiselect label {
	display: block;
	margin:0;
	padding:0;
	
	
}
.multiselect label:hover {
	background-color: #1e90ff;
}