body,html { /*8e7757*/
	
	height:100%;
	background-color:#544838;
	background:#544838;
    background: -webkit-linear-gradient(#544838, #281e10); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#544838, #281e10); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#544838, #281e10); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#544838, #281e10); /* Standard syntax */	
	
}

.modalClass { /*056391*/
	
	background:#0082c2;
    background: -webkit-linear-gradient(#0082c2, #056391); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0082c2, #056391); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0082c2, #056391); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0082c2, #034f73); /* Standard syntax */	
	color:yellow;
	font-size:18px;
	font-weight:bold;
	border-radius:5px;
	box-shadow:4px 4px 15px black;
	display:none;
	position:fixed;
	padding:50px 25px 50px 25px;
	width:30%;
	max-width:600px;
	min-width:300px;
	text-align:center;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	overflow:hidden;
	z-index:500;
	
}

.modalClassWide { /*056391*/
	
	background:#864c23;
    background: -webkit-linear-gradient(#864c23, #603618); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#864c23, #603618); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#864c23, #603618); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#864c23, #603618); /* Standard syntax */	
	color:yellow;
	font-size:18px;
	font-weight:bold;
	border-radius:5px;
	box-shadow:4px 4px 15px black;
	display:none;
	position:fixed;
	padding:20px;
	width:90%;
	max-width:1300px;
	min-width:900px;
	text-align:center;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	overflow:hidden;
	z-index:500;
	
}

.form_input::placeholder {
    color: gray;
    font-style: italic;
}

.form_head_td {

    /* background-color: gray; */
    background:rgb(50,50,50);
    border: 1px solid black;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    vertical-align: middle;
    text-align: right;
    padding: 4px;
    font-weight: bold;
    font-size: 18px;

}

.form_content_td {

    background-color: white;
    border: 1px solid black;
    color: black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    vertical-align: middle;
    text-align: center;
    padding: 0px;
    font-weight: bold;
    font-size: 18px;
}

.alt_form_head_td {

    background-color: white;
    border: 1px solid black;
    color: black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    vertical-align: middle;
    text-align: left;
    padding: 4px;
    font-size: 18px;

    
}

.form_input {

    padding: 4px 2px 4px 2px;
    font-size: 18px;
    line-height: 100%;
    background-color:white;
    color: darkblue;
    border: none;
    width: 100%; 

}

.em_form_input {

    background-color:pink;

}

.line {

    font-size: 16px;

}

.form_input:focus {

    background-color: lightgray;
    outline: none;

}


#trich_test_actions .dropdown-menu { 

    background: #c82d65; 
	padding:0px;
	overflow:hidden;
	width: 300px;
	color:white;
	
}

#trich_test_actions .dropdown-menu li {
	
	padding:10px;
	cursor:pointer;
	
}

#trich_test_actions .dropdown-menu li:hover {
	
	color:yellow;
	background:#fd367e;
	
}
