﻿@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://fonts.googleapis.com/css?family=Roboto');
/* DEFAULTS
----------------------------------------------------------*/


body   
{
    background: #E0DFDF;   
    /*font-size:medium;*/
    font-family: "Roboto", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    padding: 0px;
    font-weight: bold;!important
    color: #696969;
    height: 100%;
    width: 100%;
    position: absolute;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}




/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

#paperlesspage
{
    
    background-color: #fff;
    margin: 5px auto 0px auto;
    border: 1px solid #FFFFFF;
    height: inherit;
    width: inherit;
}

.paperlessheader
{
    position: relative;
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    background:#FFFFFF;
    padding-left: 10px; 
}

#paperlessmenu
{
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color:white
}


#paperlessmain
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    width:inherit;
    height:inherit;
   
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}


#paperlessfooter
{
    color: #0182c8;
    width: 100%;
    background: #0182c8;
    padding: 0px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.message_fixed {
    position: fixed;
    top: 150px;
    left: 150px;
    color: red
}



/* FORM ELEMENTS   
----------------------------------------------------------*/

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
}

/* Set width on the form input elements since they're 100% wide by default */
/*
input,
select,
textarea {
    max-width: 280px;
}
*/

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.row {
    margin-bottom: 10px;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}
