form[id$="_form"] textarea
	{
	width: 95%;
	height: 95%;
	}
form[id$="_form"] fieldset.screenshot_upload
	{
	background-color: white;
	}
form[id$="_form"] label {
	display: block; 
	width: 300px!important; 
	text-align: right!important;
	}
.pop {
  position: absolute;
  width: 50%;
  margin: auto;
  padding: 20px;
  height: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 640px) {
  .pop {
    position: relative;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .pop .modal__inner {
    width: 100%;
  }
}
.pop .modal {
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}

.pop .modal__inner {
  -webkit-transform: translate(-50%, -50%) scale(0.75);
  transform: translate(-50%, -50%) scale(0.75);
  top: 50%;
  left: 50%;
  width: 50%;
  background: white;
  padding: 30px;
  position: absolute;
  color: black;
}

/*.btn-close{
    color: #fff;
    text-align: center;
}*/
.close-btn
 	{
	position: absolute;
	right: 20px;
	top: 15px;
	color: white;
	xxborder-radius: 50%;
	padding: 4px;
	cursor: pointer;
	xxborder: 1px white solid;
	}
.pop label {
  display: inline-block;
  cursor: pointer;
}
.pop label.open {
  color: turquoise;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  text-decoration: underline;
}
.pop label.open:hover {
  color: paleturquoise;
}

.pop input {
  display: none;
}
.pop input:checked + .modal {
  opacity: 1;
  visibility: visible;
}
.pop input:checked + .modal .modal__inner {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.pop input:checked + .modal .modal__inner p {
  font-size: 1.25rem;
  line-height: 125%;
}
.pop input:checked + .modal label {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  width: 30px;
  background: #666666;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.pop input:checked + .modal label:hover {
  background: #333333;
}


/*  modal pop up  */	
.modal {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            box-sizing: border-box;
            padding: 10px;
            z-index: 1000;
            display: none;
            box-shadow: 7px 7px 7px hsla(0,0%,53%,1.0);
            border-radius: 10px;
        }

form.modal
	{
	padding: 30px;
	height: 90%;
	min-width: 800px;
	}
form[id$="_form"] > fieldset
	{
	width: 100%;
	height: 90%;
	overflow-y: scroll;
	font-size: 120%
	}
form[id$="_form"] > fieldset > legend	{font-size: 140%;}
form[id$="_form"] > fieldset > fieldset > legend {font-size: 120%;}

form[id$="_form"] > fieldset > fieldset
	{
	margin: 20px 40px 20px 20px; 
	}
.modal[id$="_form"] *
	{
	text-align: left;
	/*font-size: 20px;*/
    /* cursor: pointer; */
	}  

 .modal[id$="_form"] input, .modal[id$="_form"] select
 	{
	width: 150px;
	min-width: 150px;
	margin: 5px;
 	/*padding: 3px;	*/
 	}              

div#modal_container,
div#modal_container_msg
	{
	position: fixed;
	z-index: 1000;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.5);
	}
div#modal_container_msg
	{
	z-index: 1000;
	background: rgba(255, 255, 255, 0.0);
	}
#msg_box
	{
	z-index: 1001;
	}
#msg_box > div.msg
	{
	width: 500px;
	height: 250px;
	text-align: center;
	}
#msg_box > div.msg > span.msgs
	{
	vertical-align: middle;	
	}
.option_buttons
 	{
	position: absolute;
	left: 0px;
	top: 0px;
	border-top-left-radius: 10px;
/*	xxborder-radius: 50%;
	padding: 4px;*/
	cursor: pointer;
/*	xxborder: 1px white solid;*/
	}