

#closeMessage{
	z-index:11000011;
}
.div_loading {
    background: none repeat scroll 0 0 #000000;
    height: 100%;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}



/*PopUp CSS*/


#div_test_email {
    background: none repeat scroll 0 0 #F1F0F0;
    border: 1px solid #BDBDBD;
    border-radius: 8px;
    margin: 0 auto;
    padding: 10px;
    position: fixed;
    text-align: left;
    top: 30%;
    z-index: 1000000;
    width: 500px;
    left: 30%;
}




#openMessage {
    background: none repeat scroll 0 0 #F1F0F0;
    border: 1px solid #BDBDBD;
    border-radius: 8px;
    padding: 10px;
    position: fixed;
    text-align: left;
    top: 30%;
	left: 50%;
    width: 50%;
	margin-left:-25%;
    z-index: 1000000;
}

#openMessage h2 {
    border-bottom: 1px solid #D3D3D3;
    color: #000;
    font-weight: bold;
    margin: 0 auto;
    padding: 0 0 8px;
    text-align: center;
}

#settingMsgwrap {
    background: none repeat scroll 0 0 #F1F0F0;
    border: 1px solid #BDBDBD;
    border-radius: 8px;
    margin: 0 auto;
    padding: 10px;
    position: fixed;
    text-align: left;
    top: 30%;
    z-index: 1000000;
    width: 500px;
    left: 30%;
}

#settingMsgwrap h2 {
    border-bottom: 1px solid #D3D3D3;
    color: #000;
    font-weight: bold;
    margin: 0 auto;
    padding: 0 0 8px;
    text-align: center;
}

.templates {
	display:none;
    background: none repeat scroll 0 0 #F1F0F0;
    border: 1px solid #BDBDBD;
    border-radius: 8px;
    margin: 0 auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    top: 0;
    z-index: 1000000;
    width: 95%;
    margin:0 auto;
}

.templates h2 {
    border-bottom: 1px solid #D3D3D3;
    color: #000;
    font-weight: bold;
    margin: 0 auto;
    padding: 0 0 8px;
    text-align: center;
}




.closeButton {
     color: #000000;
    display: inline-block;
    float: right;
    height: 32px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    width: 32px;
	font-weight:bold;
	font-size:22px;
    cursor: pointer;
}


.msgoverlay {
    background-color: #000000;
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

#send_test_fancy{
    float: left;
}
.loader_img{
    background: url("../images/loading.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 27px;
    margin: 4px 0 0 5px;
    text-align: left;
    width: 26px;
    display: none;
}

#trailreportloading{

    background: url("../images/loading.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    position: fixed;
    text-align: left;
    top: 50%;
    z-index: 1100000;
	height:50%;
 	left: 50%;
    width: 50%;
	margin-left:-25%;
	margin-top:-12%;
	background-position:center center;
    background-color: #000000;
    opacity: 0.2;
	border:solid 1px #444444;
	
	
}



/*END PopUp CSS*/


.trail_report_kit_form {
  display: block;
  margin: 30px;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  font-size: 0;
}
 
.trail_report_kit_form > div > label {
  display: block;
  padding: 30px 20px 10px;
  vertical-align: top;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #939393;
  cursor: pointer;
}
 
 .trail_report_kit_form > div {
	 padding-left:20px;
	 padding-right:20px;
	 
 }

.trail_report_setting_span_help {
	width:100%;
	font-size:9px;
	color: #939393;
	
}
.current_page {
	font-size:18px;
	font-weight:bold;
}
.templatetitle{
	width:100%;
	font-size:12px;
	text-align:center;
}
.importbutton {
    background-color: #4CAF50;
    color: #ffffff;
	border:solid 1px #4CAF50;
    border-radius: 3px;
    cursor: pointer;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:15px;
	padding-left:15px;
	margin-bottom:20px;
}
importbutton:hover {
	color: #eeeeee;
	border:solid 1px transparent;
}

.trail_report_setting_input {
    width: 100%;
    padding: 12px 20px;
    margin: 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.trail-report-p {
	border:solid 1px green;
}
.trail_report_kit_textarea {
    width: 100%;
    padding: 12px 20px;
    margin: 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	height:300px;
}

.trail_report_setting_input_sumbit {
    width: 100%;
    background-color: #4CAF50;
    color: #ffffff;
    padding: 8px 16px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	font-size:16px;
}
 
.trail_report_kit_pag_button {
    background-color: #4CAF50;
    color: #ffffff;
	border:solid 1px #4CAF50;
    padding: 7px 10px;
    margin: 8px 0;
    border-radius: 4px;
    cursor: pointer;
	font-size:16px;
	margin-right:5px;
	margin-left:5px;
	text-decoration:none;
	margin-bottom:35px;
}
.trail_report_kit_pag_button:hover {
	color: #eeeeee;
	border:solid 1px transparent;
}

.trail_report_kit_checkbox{
	width:30px !important;
	height:30px !important;
	font-size:28px !important;
	margin-top:4px !important;
	margin-bottom:4px !important;

}

.trail_report_kit_select{
	width:100% !important;
	height:480px !important;
	background-color:#fff !important;
	color:#000 !important;
	border:solid 1px #000 !important;
	vertical-align:top !important;
	padding-left:10px !important;
	
}

.blueprint{
	width:100%;
	height:600px;
	overflow:auto;
	border:solid 1px red;
}
/* Temp stuff */
.trail-report-menu-bar{width:100%;display:block;}
.trail-report-button{border:none;display:inline-block;outline:0;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:#4CAF50;text-align:center;cursor:pointer;white-space:nowrap;float:left;}
.trail-report-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.trail-report-button:active{background-color:#ccc}
.trail-report-button{white-space:normal}
.trail-report-button:hover{color:#000!important;background-color:#ccc!important}
.trail-report-button-space{border:none;display:inline-block;outline:0;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;text-align:center;cursor:pointer;white-space:nowrap;float:left;}




/* End Temp Stuff */