﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

'
/* 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.4em;
    font-weight: 200;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;    
}

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   
----------------------------------------------------------*/

.page
{
    width: 100%;
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #000;
    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;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #E6E6E6;
    width:100%;
}

#top-nav 
{
    background-color: #666;
    height: 25px;
    margin: 5px 0 0;
    padding: 0;
    position: relative;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #CCC;
    border: 1px #333 solid;
    color: #333;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #999;
    color: #fff;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #999;
    color: #fff;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

.formrow:after {
    content: "";
    display: table;
    clear: both;
}
.formcolumn {
    float: left;
    width:33.33%;
    /*padding:15px;*/
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other on smaller screens (600px wide or less) */
@media screen and (max-width: 600px) {
    .formcolumn {
        width: 100%;
    }
    .main {
        padding: 0px 3px;
        margin: 0px;
        min-height: 420px;
    }
    input.text {
        margin-bottom: 5px;
        width: 90%;
        /*padding: .7em;*/
    }

    input[type=text], select, textarea {
        /*width: 100%;*/
        font-size: 1.0em;      
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        resize: vertical;
    }

    input[type=submit] {
        /*background-color: #4CAF50;*/
        /*color: white;
        padding: 12px 20px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        float: right;
        width: 100%;*/
    } 

}

label[for] 
{
    cursor: pointer;
}

label 
{
     display:block; 
     text-align:left;
}

span.checkbox, span.checkbox label
{
    display:inline;
}

span.checkbox label 
{
    margin-left:3px;
}

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
    text-align:left;
}
/*fieldset {  padding: 1em; border: 1px solid #ccc; text-align:left}*/

fieldset p 
{
    margin: 2px 5px 8px 5px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}



legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input 
{ 
    text-align:left; 
    margin-bottom:5px;
}

input.image {

}

input.text
{
    margin-bottom:5px; 
    width:90%; 
    /*padding: .7em;*/ 
}

input.textEntry 
{
    width: 100%;
    border: 1px solid #ccc;
    font-size:1.3em;
}

input.passwordEntry {
    width: 100%;
    border: 1px solid #ccc;
    font-size: 1.3em;
}

select 
{ 
    margin-bottom:5px; 
    width:100%;
}

div.accountInfo
{
    width: 100%;
}

#insertnewcontainer { border:1px solid #ccc; padding:10px; }
#SaveFormButtonsRow {
	background-color:#EEE;
	padding-top:8px;
	padding-bottom:8px;
	margin-top:5px;
	border-top: 1px solid #666;
}

.SaveFormSubmitButtons {
    background-color: #EEE;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 5px;
    border-top: 1px solid #666;
}

#collapseformheadlink { }
#collapseformbody { }

#insertsimplenewcontainer {
    border: 1px solid #ccc;
    padding: 10px;
}
#collapseformheadlinksimple {

}
#SaveSimpleFormButtonsRow {
    background-color: #EEE;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 5px;
    border-top: 1px solid #666;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    margin-left:8px;
    margin-top:8px;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: Black;
}

.loginDisplay a:link
{
    color: blue;
}

.loginDisplay a:visited
{
    color: blue;
}

.loginDisplay a:hover
{
    color: blue;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.loginButton {
    width: 100%;
    font-size: 1.5em;
    text-align: center;
}
.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.errorbox
{
	border: 1px solid #900;
	background-color: #FFF0F0;
	color: #E60000;
	padding: 10px;
}

.successbox
{
	border: 1px solid #060;
	background-color: #E1FFE1;
	color: #060;
	padding: 10px;
}
/* Grids views and tables   
----------------------------------------------------------*/
.tblOverRow {
	/*border: 2px solid #09C;*/
	background-color: #0099CC;
}
.Grid { }
.Grid th 
{
    background-color: #EDEDED;
    white-space: normal;
}
.Grid th a
{
    color: #666666;
    text-decoration:none;
}
.Grid th img 
{
    margin-left: 3px;
}
.Grid td
{
    /*
border: solid 1px #FFFFFF;
margin: 1px 1px 1px 1px;
padding: 1px 1px 1px 1px;
text-align: center;
*/
}

div.GridFiltersContainer 
{
    /*
    background: -moz-linear-gradient(center top , #DDDDDD, #EEEEEE 8%, #FFFFFF 21%, #FFFFFF 63%, #DDDDDD) repeat scroll 0 0 transparent;
    border: 1px solid #CCCCCC;
    border-radius: 6px 6px 6px 6px;
    display: inline-block;
    margin: 20px 0;
    padding: 10px;
    */
   
    background: url("/Images/contextbg.png") repeat-x rgb(221, 221, 221); 
    margin: 20px 0px; 
    padding: 10px; 
    border-radius: 6px; 
    border: 1px solid rgb(204, 204, 204); 
    display: inline-block; 
    -moz-border-radius: 6px; 
    -webkit-border-radius: 6px;
}

div.GridFiltersContainer ul {
    list-style: none outside none;
    margin:0;
    padding:0;
}

div.GridFiltersContainer ul.Inline li:first-child {
    margin-left: 0;
}

div.GridFiltersContainer ul.Inline li {
    display: inline-block;
    margin-left: 8px;
}

div.GridFiltersContainer ul.Inline li label {
    display: block;
    font-weight: 700;
}

div.GridFiltersContainer ul.Inline li.SubmitButton {
    padding-top: 15px;
}

subnavlinks a:link, a:visited {
    background-color: white;
    color: black;
    border: 2px solid blue;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

subnavlinks a:hover {
    background-color: blue;
    color: white;
}


/* Timeline - comments lists 
----------------------------------------------------------*/
/* the username / date headers on timline */
.timelineheader {
    font-weight: 700;
}

/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

    /* The actual timeline (the vertical ruler) */
    .timeline::after {
        content: '';
        position: absolute;
        width: 3px;
        background-color: #c3c6c9;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -3px;
    }

/* Container around content */
.timelinecontainer {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

    /* The circles on the timeline */
    .timelinecontainer::after {
        content: '';
        position: absolute;
        width: 15px;
        height: 15px;
        right: -17px;
        background-color: #8c9196;
        border: 1px solid #FF9F55;
        top: 20px;
        border-radius: 50%;
        z-index: 1;
    }

/* Place the container to the left */
.timelineleft {
    left: 0;
}

/* Place the container to the right */
.timelineright {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.timelineleft::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.timelineright::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.timelineright::after {
    left: -16px;
}

/* The actual content */
.timelinecontent {
    padding: 5px 5px;
    background-color: white;
    position: relative;
    border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 3000px) {
    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }

    /* Full-width containers */
    .timelinecontainer {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

        /* Make sure that all arrows are pointing leftwards */
        .timelinecontainer::before {
            left: 60px;
            border: medium solid white;
            border-width: 10px 10px 10px 0;
            border-color: transparent white transparent transparent;
        }

    /* Make sure all circles are at the same spot */
    .timelineleft::after, .timelineright::after {
        left: 21px;
    }

    /* Make all right containers behave like the left ones */
    .timelineright {
        left: 0%;
    }
}


/*Checkmark */
.Checkmark {
    display: inline-block;
    transform: rotate(45deg);
    height: 17px;
    width: 8px;
    border-bottom: 5px solid #78b13f;
    border-right: 5px solid #78b13f;
}