﻿body {
    background-color:#f8f8f8;
    font-family:Calibri;
    font-size:15px;
    color:#00456B;
    background-image:url('img/PLA_Background-Mirrored (120).jpg');
    background-repeat:no-repeat;
    background-position:top;
    background-attachment:fixed;
}
        
#page {
    width:1000px; 
    margin-left:auto; margin-right:auto;
    margin-top:25px;
    background-color:White;
    -moz-box-shadow: 0 0 3em 1em #ccc; -moz-border-radius:8px;
    -webkit-box-shadow: 0 0 3em 1em #ccc; -webkit-border-radius:8px;
    box-shadow: 0 0 3em .5em #ccc; border-radius:8px; 
}

p {
    line-height:20px;
}

#header {padding:10px;}

.page-header {
    display:block; margin-bottom:5px;
}

.page-subheader {               
    display:block; font-style:italic; margin-bottom:5px; font-size:20px;
}

.page-subsubheader {
    display:block; margin-bottom:5px; font-size:16px;
}

.adobe-download-text {font-size:15px; padding-left:10px;}

#footer {
    position:relative;
    padding:15px 0 15px 0;
    text-align:center;
    color: #00456B;
}

.footer-copyright {
    display:block;
    padding:5px;  
}

.footer-address {
    display:block;
    padding:5px;     
}

.adi-logo-footer {
    position:absolute; 
    bottom:10px; right:10px; 
    height:50px; border:none;
}
        
#bottom_spacer {
    height:50px;
    
}
     
/*--- Button Styles -- */       
.button-blueSilver {
    display:block; 
    /*float:left; */
    min-width:150px; 
    font-weight:bold; 
    border:1px solid #666; 
    background-color:#00456B; 
    font-size:12px; 
    padding:6px 20px; 
    text-align:center; 
    color:#fff; 
    margin-bottom:5px; 
    border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
    text-decoration:none;
    transition: 0.2s linear all; -webkit-transition: 0.2s linear all; -moz-transition: 0.2s linear all; -o-transition: 0.2s linear all;
}

.button-blueSilver:hover {
    background-color:#F4F4F4; 
    color:#00456B;
    cursor:pointer;
}

.button-AddActivity {
    padding:5px 10px 5px 35px; /* top right bottom left */
    background-image:url('img/plus_25px.png');
    background-position:5px center; /* 2px from the left edge of button (adjustment here will need to be compensated for in the left padding above), center vertically */
    background-repeat:no-repeat;
    background-color:White;
    border:none;
    border-bottom:2px solid transparent; 
    text-decoration:none;
    color:#00456b; /* color of font */
    font-size:17px;
    font-weight:bold; 
    font-family:Calibri;
    transition: 0.2s linear all;
    -webkit-transition: 0.2s linear all;
    -moz-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
}
       
.button-AddActivity:hover {
    border-bottom:2px solid #00456B; /*change the border color on hover*/
    cursor:pointer;
}

.button-ImageGallery {
    padding:5px 10px 5px 45px; /* top right bottom left */
    background-image:url('img/image-gallery_35px.jpg');
    background-position:5px center; /* 2px from the left edge of button (adjustment here will need to be compensated for in the left padding above), center vertically */
    background-repeat:no-repeat;
    background-color:White;
    border:none;
    border-bottom:2px solid transparent; 
    text-decoration:none;
    color:#00456b; /* color of font */
    font-size:17px;
    font-weight:bold; 
    font-family:Calibri;
    transition: 0.2s linear all;
    -webkit-transition: 0.2s linear all;
    -moz-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
}
       
.button-ImageGallery:hover {
    border-bottom:2px solid #00456B; /*change the border color on hover*/
    cursor:pointer;
}

.button-delete {
    padding:5px 10px 5px 30px; /* top right bottom left */
    background-image:url('img/delete_20px.png');
    background-position:5px center; /* 2px from the left edge of button (adjustment here will need to be compensated for in the left padding above), center vertically */
    background-repeat:no-repeat;
    background-color:White;
    border:none;
    border-bottom:2px solid transparent; 
    color:#C00E0E; /* color of font */
    font-size:14px; font-weight:bold;
    font-family:verdana;
    transition: 0.2s linear all;
    -webkit-transition: 0.2s linear all;
    -moz-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
}
        
.button-delete:hover {
    border-bottom:2px solid #C00E0E; /*change the border color on hover*/
    cursor:pointer;
 }
 
 .button-AppMenu {
    padding:5px 10px 5px 35px; /* top right bottom left */
    background-image:url('img/menu-back_25px.png');
    background-position:5px center; /* 2px from the left edge of button (adjustment here will need to be compensated for in the left padding above), center vertically */
    background-repeat:no-repeat;
    background-color:White;
    border:none;
    border-bottom:2px solid transparent; 
    text-decoration:none;
    color:#00456b; /* color of font */
    font-size:17px;
    font-weight:bold; 
    font-family:Calibri;
    transition: 0.2s linear all;
    -webkit-transition: 0.2s linear all;
    -moz-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
}

.button-AppMenu:hover {
    border-bottom:2px solid #00456B; /*change the border color on hover*/
    cursor:pointer;
 }
 
  .button-SavePDF {
    padding:5px 10px 5px 40px; /* top right bottom left */
    margin-right:10px;
    background-image:url('img/pdf_icon_25px.png');
    background-position:5px center; /* 2px from the left edge of button (adjustment here will need to be compensated for in the left padding above), center vertically */
    background-repeat:no-repeat;
    background-color:White;
    border:none;
    border-bottom:2px solid transparent; 
    text-decoration:none;
    color:#00456b; /* color of font */
    font-size:17px;
    font-weight:bold; 
    font-family:Calibri;
    transition: 0.2s linear all;
    -webkit-transition: 0.2s linear all;
    -moz-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
}

.button-SavePDF:hover {
    border-bottom:2px solid #00456B; /*change the border color on hover*/
    cursor:pointer;
 }
 
 .button-MainMenu {
    padding:5px 10px 5px 40px; /* top right bottom left */
    background-image:url('img/back-arrow_25px.png');
    background-position:5px center; /* 2px from the left edge of button (adjustment here will need to be compensated for in the left padding above), center vertically */
    background-repeat:no-repeat;
    background-color:White;
    border:none;
    border-bottom:2px solid transparent; 
    text-decoration:none;
    color:#00456b; /* color of font */
    font-size:17px;
    font-weight:bold; 
    font-family:Calibri;
    transition: 0.2s linear all;
    -webkit-transition: 0.2s linear all;
    -moz-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
}

.button-MainMenu:hover {
    border-bottom:2px solid #00456B; /*change the border color on hover*/
    cursor:pointer;
 }

.download {
    min-width:100px;
    width:100px;
    padding:2px 8px;
    font-size:11px;
    font-weight:normal;  
}

/*--- Form Styles ---*/

td {padding:3px 0 3px 0;}

.form-label {
    display:inline-block; 
    font-size:15px; color:#00456B;
}

.form-textbox {
    padding-left:2px; margin-left:0px;
    font-family:Calibri;
    border:1px solid silver; 
    border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px;
}

.multi {
    min-height:75px;
    height:auto;
    
}

.multi-print {
    padding:5px; 
}

.form-textbox:hover, .form-textbox:focus {
    background-color:#F0FFE6; border-color:#378703;
    transition: 0.2s linear all; -webkit-transition: 0.2s linear all; 
    -moz-transition: 0.2s linear all; -o-transition: 0.2s linear all;
}

.rf-validator {
    font-weight:bold; color:Red;
}

.button-container {
    margin-top:10px;
    
}

/*--- Modal Popup Styles --*/
.modalBackground {
    background-color:#1c1c1c; 
    filter:alpha(opacity=60); 
    opacity:0.60;
}
		
.modalPopup {
    min-height:150px; text-align:left;
    width:620px; padding:20px;
    background-color:#FFF; 
    -moz-box-shadow: 0 0 3em 1em #303030; -moz-border-radius:0px;
    -webkit-box-shadow: 0 0 3em 1em #303030; -webkit-border-radius:0px;
    box-shadow: 0 0 3em 1em #303030; border-radius:0px; 
    color:#00456B; border:none;
}
        
.modal-header {
    font-size:20px; 
    color:#00456B; 
    display:block;
}

/*--- Table/Gridview Styles ---*/

.gridview {
    width:100%;
    color:#00456B;
    margin-bottom:20px;
}

.gridview th {
    background-color:#00456B;
    color:white;
    padding:6px 6px 6px 6px;
    font-weight:bold;
    border-bottom:2px solid white;
}
        
.gridview td {
    padding:6px; vertical-align:top;
}
        
.gridview tr:hover {
    background-color:#8AAEC2; color:white; cursor:pointer;
}
        
.gridview-rowAlt {
    background-color:white;
}
        
.hidden-col {display:none;}

/*--- List Styles ---*/
.menu-header-li {
    margin-top:10px; font-weight:bold;
}

.menu-header {
    font-size:17px; color:#00456b;
}

.menu-header-li ul li {margin-top:4px;}