﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    /*background-color: #D3D3D3;*/
    /*background-color: #f2f2f2;*/
    /*background-color: #f5f5ef;*/
}

a {
    color: #3377FF;
}

    a:hover {
        color: red;
        /* text-decoration: none;*/
    }

    a:active {
        color: #034af3;
        /*text-decoration: none;*/
    }

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

.button {
    color: black;
    /*background-color: silver;*/
}

    .button:hover {
        color: black;
        background-color: yellow;
    }

    .button:disabled {
        opacity: 0.25;
        /*color: blue;
        background-color: green;*/
    }

.buttonMobile {
    color: black;
    background-color: #DBDBDB;
    height: 40px;
}

    .buttonMobile:hover {
        color: black;
        background-color: yellow;
        height: 40px;
    }

    .buttonMobile:disabled {
        opacity: 0.25;
        /*color: blue;
        background-color: green;*/
    }

.grow {
    transition: all .2s ease-in-out;
 }

    .grow:hover {
        transform: scale(2,2);
        margin-top: 15%;
    }

.photobutton {
    /*color: black;
    background-color: white;*/
}

    .photobutton:hover {
        color: black;
        background-color: yellow;
    }

.gvlink {
    color: #3377FF;
    text-decoration: none;
    /*font-weight: bold;*/
}

    .gvlink:hover {
        color: red;
        text-decoration: none;
    }

/*.GridViewEditRow input[type=text] {
    width: 50px;
}*/
/* size textboxes */

/*.GridViewEditRow select {
    width: 50px;
}*/
/* size drop down lists */

.RadioButtonLeft {
    white-space: nowrap;
    position: absolute;
    text-align: left;
}

.gridLinks {
    text-decoration: none;
}

.gridRows {
    padding-left: 4px;
}

.GroupHeaderRowStyle {
    background-color: #001A70;
    height: 25px;
    text-align: center;
    font-size: 10pt;
    font-weight: normal;
    color: White;
}

/*.centerroundedbox {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px 20px 20px 20px;
    margin-top: 10%;
}*/

.centerroundedbox {
    text-align: center;
    margin-left: auto;
    margin-right: 8%;
    border-radius: 20px 20px 20px 20px;
    margin-top: 5%;
}

.roundedbox {
    border-radius: 20px 20px 20px 20px;
}

.roundedboxtop {
    border-radius: 20px 20px 0px 0px;
}

.roundedboxbottom {
    border-radius: 0px 0px 20px 20px;
}

.ddlPad {
    padding-left: 5px;
    padding-right: 5px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

/* MISC  
----------------------------------------------------------*/
.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.clear {
    clear: both;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.label {
    white-space: nowrap;
    position: absolute;
    color: #001A70;
}

.labelDetail {
    white-space: nowrap;
    position: absolute;
    font-size: 11pt;
}

.labelRight {
    white-space: nowrap;
    position: absolute;
    text-align: right;
    color: #001A70;
}

.labelLeft {
    white-space: nowrap;
    position: absolute;
    text-align: left;
    color: #001A70;
}

.labelLeftWrap {
    position: absolute;
    text-align: left;
}

.labelCenter {
    white-space: nowrap;
    text-align: center;
}

.panel {
    background-color: #D3D3D3;
}

.CheckBoxCenter {
    margin-left: auto;
    margin-right: auto;
    padding-right: 80px;
}
