/* 
    Document   : style
    Created on : 19-Dec-2012, 23:09:59
    Author     : Morgan
    Description: Purpose of the stylesheet follows.
*/


*
{
    margin: 0;
    padding: 0;
}

html
{
    
}

body
{
    margin: 0;
    padding: 0;
    height: 100%;
    color: #231F20;
    font-size: 12px;
    position: relative;
    text-align: center;
    background: #ffffff;
    font-family: 'Times New Roman', Times, serif;
}

.container
{
    text-align: left;
    min-height: 535px;
    position: relative;
}

.content
{
    margin: 0 auto;
    padding: 20px 0;
    text-align: left;
    position: relative;
    width: 74.12898443291327%;
}

.data {
    padding: 0px;
    position: relative;
    width: 100%;
    margin: auto;
    font-size: 14px;
    line-height: 3;
    color: #7f8c8d;
   /* text-transform: uppercase;*/
    text-align: left;
}

.logo {
    text-align: left;
    /* background-color: red; */
    background-image: url(../images/Litigation-new1.png);
    background-position: center;
    height: 500px;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
     width: 100%;
  height: 450px;
  color: #fff;
  text-align: center;
}

.logo img {
    /* max-width: 300px; */
    padding: 0 20px 20px 0;
    /* margin: 20px 0; */
    width: 400px;
}


.open
{
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url('../images/region-up.png');
}

.closed
{
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url('../images/region-down.png');
}

.open:hover
{
    cursor: pointer;
    color: #820008;
}

.closed:hover
{
    cursor: pointer;
}

strong.titlex
{
    display: block;
    margin: 20px 0;
    color: #09355E;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #09355E;
}

ul.contact-us
{
    float: left;
    margin-right: 5%;
}

form.contact-us
{
    width: 50%;
    float: right;
}

.results {
    padding: 0px;
    display: none;
    /* background: #f7f6f6; */
    /* border-top: 1px solid #ddd; */
    /* border-bottom: 1px solid #ddd; */
}

.results label
{
   /* padding: 0.4em !important;*/
    float: left;
   /* padding:5px;*/
}

.results span
{
    float: left;
    padding:0px;
        padding-left: 1.5em;
}

.results .input
{
    background: #fff;
}

.wrap-transfer {
    display: inline-block;
    width: 46.5%;
    vertical-align: top;
    margin: 10px;
    /* background-color: #c9c9c9; */
    /* color: #fff; */
    padding: 0px;
    border: 0px solid #C5C6C8;
}
.title-h {
    background-color: #202833;
    color: #fff;
    padding: 20px;
    width: 97%;
    margin-left: -10px;
}
.calc-field {
    
    background:#202833;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; 
}

input[type="text"], input[type="password"], textarea, select, .input {
   /* width: 50%;*/
    height: 50px;
    padding: 0 5px;
    font-size: 14px;
    background: #fff;
    border: 0px solid #C9C9C9;
    vertical-align: middle;
    border-bottom: 1px solid #C9C9C9;
}
.spot {
    color:#202833;
}

.footer {
    clear: both;
    padding: 10px 0;
    border-top: 5px solid #C9C9C9;
    background-color: #666666;
    height: 60px;
    font-size: 14px;
    color: #ffff !important;
    background: #202833;
}
.stuck 
{
position: fixed;
  top: 0;
  width: 100%;
    z-index: 200;   
}


@media only screen and (max-width: 500px) {
   .results label
{
    width: 60%;
    float: left;
    padding:5px;
}
    ul.drop-menu {
    top: 68px;
    margin: 0;
    left: -20px;
    width: 200px;
    z-index: 1000;
    padding: 8px 0;
    color: #ffffff;
    position: absolute;
    visibility: hidden;
    background: #f7f6f6;
    border-bottom: 5px solid #46A29F;
    background: #f7f6f6;
    margin-left: 30px !important;
}
    .menu 
{
    margin-top: -18px !important;
}
}
.openHead {
    font-size: 25px;
    margin-top: 0px;
    color: #202833;
    padding-bottom: 0px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

h2.bigTotal {
    background-color: #202833;
    display: inline-block;
    padding: 10px;
}
.bigTotal .spot {
    color:#fff;
}
span#Total {
    margin-top: 0px;
}




/*Test*/
.overlay {
    background-color: rgba(47,48, 48, 0.8);
    width: 100%;
    height: 100%;
  }

.overlay h1 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

button:hover {
    background-color: #fff;
    color: #2f3030;
}

button {
    padding: 1.2em;;
    border: 1px solid #979898;
    color: #fff;
    background: transparent;
    font-size: 14px;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
}

.hide-robot {
 display:none;
}
