﻿@charset "utf-8";
@import url("Reset.css");


/* DEFAULTS
----------------------------------------------------------*/
body
{
    margin: 0px;
    padding: 0px;
    font-size: medium;

    font-weight: 300;
    font-style: normal;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
}

.Filter
{
    background: #f2f2f2;
    font-weight: 500;
}

/* BUTTONS & FONTS
----------------------------------------------------------*/
.button
{
    height: 28px; 
         
    color: white; 
    font-weight: 600; 
    
    background-color: black; 
    border: 1px solid #1e2f81;
    cursor: pointer;
}

h1 {
    color: black;
    font-size: 2.8em;
    font-weight: 700;
    line-height: 2em;
}

h2
{
    color: black;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.3em;
}

h3
{
    color: black;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.2em;
}

.btnNavigator{
    border: none;
    cursor: pointer;
    background-color: white;
}

.messsage
{
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;            
    font-size: small;
    color: black;           

    margin: 0px auto 0px auto; 
    padding: 5px 0px 5px 0px; 
    text-align: left;
}

/* FIELDS
----------------------------------------------------------*/

.fieldtitle{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;  
    font-weight: 600;
    font-size: 1em;

    text-align:left;
    text-transform: uppercase;
    color: black;
}

.field {
    font-style: normal;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    font-size: 1em;

    border: 1px #A0A0A0 solid; 
    background-color: white;
    color:black;

    width: 100%;
    margin: 2px;
}

.field:focus {
    border: 1px solid black;
}

.field:hover {
    /* shadow */
    box-shadow: 0px 0px 3px 2px rgba(241,134,0,0.2);    
    -moz-box-shadow: 0px 0px 3px 2px rgba(241,134,0,0.2);
    -webkit-box-shadow: 0px 0px 3px 2px rgba(241,134,0,0.2);
}


/* ROWS AND COLS
----------------------------------------------------------*/
.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

/* Image */
.imgPrewiew{
      display: block;
      margin: auto;
      max-width: 100%;
      max-height: 600px;
      width: auto;
      height: auto;
}

/* Question */
.row {
    margin: 0;
    padding: 0;
    width: 100%;
}


/* Data grid*/
.gw-row{
    cursor: pointer;
    height: 50px;
    border-bottom: solid 1px #b17c5a;
}

.gw-row:hover {
    background-color: rgba(0, 0, 0, 0.1); 
}

.gw-cell-head{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;  
    font-weight: 600;
    font-size: 1em;
    height: 30px;

    text-align: left;
    text-transform: uppercase;
    
    color: #a0a0a0;
    background-color: white;
    border-bottom: solid 1px #b17c5a
}

.gw-cell-data{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;  
    font-weight: 400;
    font-size: 1em;

    text-align:left;
    text-transform: uppercase;
    color: black;
}

.gw-button{
    border: 1px solid #1e2f81;
    background-color: white;

    color: black;
    font-size: 1em;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;  
    font-weight: 300;

    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;

    cursor: pointer;
}

.gw-button:hover{
    color: white;
    background-color: #1e2f81;
}

.gw-button-plan{
    border: 1px solid black;
    background-color: #1e2f81;

    color: white;
    font-size: 1em;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;  
    font-weight: 300;

    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;

    cursor: pointer;
}

.gw-button-plan:hover{
    color: black;
    background-color: white;
}



/* ACCOUNT
----------------------------------------------------------*/
.top{
    top: 0px;
    width: 100%;
    height: 40px;
    
    position: fixed;
    z-index: 99;
}

.menu{
    color: white;
    background-color: #afaf00; 
    height: 24px;
}

.accountcontent {
    margin-top: 0px; 
    padding-left: 10px;
    padding-right: 10px;

    line-height: 1.3em;
}

.tbheader{
    color: white;
    background-color: #1e2f81; 
    height: 24px;
}