@charset "utf-8";
.Cmodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 30px; /* 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.6); /* Black w/ opacity */
}

/* Modal Content */
.Cmodal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 0px solid #333;
    width: 50%;
    box-shadow: 4px 5px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.25s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.Cclose {
    color: white;
    float: right;
    font-size: 36px;
    font-weight: bold;
}

.Cclose:hover,
.Cclose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.Cmodal-header {
    padding: 2px 16px;
height: 50px;
    background-color: #0BF;
    color: white;
}

.Cmodal-body {padding: 2px 16px;
	font-size:13px;
//max-height: 500px;
overflow: auto;
	color: black;}

.Cmodal-footer {
    padding: 2px 20px 2px 2px;
	height: 95px;
    background-color: #FFF;
    color: blue;
border-top:1px solid #ddd;
}

textarea.Cflag_box {
    height: 60px;
    width: 100%;
   -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
textarea.Cflag2_box {
    height: 40px;
    width: 98%;
margin-left: 10px;
margin-top: 10px;
   -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

button.Cmodal_close {
	cursor: pointer;
	background-color:#0bf;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
  	font-weight: bold;
	border:1px solid #555;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	padding:3px 10px;
	text-decoration:none;
	width: 80px;
	height: 23px;
	outline:none;
	margin-right: 5px;
}
.Cwarning {
	cursor: pointer;
}
hr.comments {
	border-style: dashed; border-width: .5px; border-color:#fcf;
}