﻿#main {
   
    font-family: verdana, geneva, sans-serif;
    font-size: 0.83em;
    border: none;
    display: block;
    width: 755px;
    text-align:justify;
    text-justify:inter-word;
}

#RunPcCheckTh {
    
    text-align: right;
}


.client-form table {
    padding: 5px;
    padding-bottom: 15px;
}

.client-form th td {
    background-color: #fff;
    border: 0;
    color: #000000;
    font-family: Verdana;
    font-weight: normal;
    text-align: left;
}


.header {
    color: red;
    font-size: 1.3em;
}


.header2 {
    font-size: 1.0em;
    font-weight:bold;
    padding-top:5px;
    padding-bottom:5px;
}

table td, table th
{
    padding: 5px; 
}
 
.field-validation-error { color: #ff0000; }

.field-validation-valid { display: none; }

.input-validation-error {
    background-color: #ffeeee;
    border: 1px solid #ff0000;
}

.textbox-wide
{
     width: 225px;
}

.dropdown
{
    width: 400px;
    font-family: verdana, geneva, sans-serif;
    font-size: 1.0em;
}


.text-form td {
    padding-left: 30px;
    padding-right: 20px;
}

.validation-summary-errors {
    color: #ff0000;
    font-weight: bold;
}



.validation-summary-valid { display: none; }

#tabs {
    padding: 15px !important; 
}


#mainbody 
{
    background-color: #fff;
}


.email {
    width: 500px;
}

input#DetectionBtn {
  border:1px solid #007aa7; /*border color dark blue */
  background:#2370b8; /*the color of the button is blue */
  padding:5px 15px; /*add padding inside of the button*/
  -moz-border-radius: 5px; /* add rounded corners */
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0, .75); /* add drop shadows */
  -moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
  box-shadow: 0 0 4px rgba(0,0,0, .75);
  color:#f3f3f3; /* text color is white */
  font-size:1em; /* font size is 1em */
  cursor:pointer; /* change cursor when hover */
}

input#DetectionBtn:hover, input#DetectionBtn:focus 
{
   background-color: #1f97c4; /* the background a little darker*/
   -webkit-box-shadow: 0 0 1px rgba(0,0,0, .75); /* drop shadow is narrower to give a pushed effect */
   -moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
   box-shadow: 0 0 1px rgba(0,0,0, .75);
}

input#DetectionBtn:disabled
{
   color:#878686; /* text color is white */
   background-color: #dadfe1; /* the background a little darker*/
   border:1px solid #616465; /*border color dark blue */
   -webkit-box-shadow: 0 0 1px rgba(95, 93, 93, 0.75); /* drop shadow is narrower to give a pushed effect */
   -moz-box-shadow: 0 0 1px rgba(95, 93, 93, 0.75);
   box-shadow: 0 0 1px rgba(95, 93, 93, 0.75);
}



 #message-1 {
        position: fixed;
        bottom: 0;
        width: 100%;
        width: 300px;
        margin: 0;
        color: blue;
        display: none;
    }

    #message-1 p {
        font-size: 15px;
        padding-left: 10px;  
        height: 20px;
        background-color:#F0F0F0;
        border: solid 1px gainsboro;
    }