﻿
body {
    font-family: "Open Sans";
    display: flex;
    flex-flow: column;
}

html, body {
    height: 100%;
}

paddingbody {    
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;    
}
.fullwidth {
    width: 100%;
}

.container-fluid .signon {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.navbar {
    min-height: 60px;
}

.navbar-custom {
    background-color: #04447A;
    width: 100%;
    min-width: 300px;
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,.8);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
}

.navbar.navbar-2 .navbar-toggler-icon {
    background-image: url(https://mdbootstrap.com/img/svg/hamburger2.svg?color=fff);
}


.dlink:hover {
    text-decoration:none;
    color:#e6e6e6;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 30px;
}

.heading-text {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 900;
    color: white;
    padding: 25px 0px 0px 50px;
}
.heading-image {
    padding: 50px 0px 0px 0px;
}
.floatleft {
    float: left;
}
.hdg {
    height: 40px;
}
.hdgbottom {
    padding-top: 30px;
}
.caretTop {
    padding-top: 10px;
}
.caretBottom {
    padding-bottom: 10px;
}

.lpad5 {
    padding-left: 5px;
}

.sort {
    height: 40px;
    width: 8px;
    overflow-wrap: break-word;
}
.button {
    display: inline-block;
    padding: 0.3em 1.2em;
    margin: 0 0.3em 0.3em 0;
    border-radius: 2em;
    box-sizing: border-box;
    text-decoration: none;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #4eb5f1;
    text-align: center;
    transition: all 0.2s;    
    outline: none;
}

.button:hover {
    background-color: #4095c6;
}

#weatherSection {
    margin-bottom: 2px;
}
#mainFileList {
    padding: 0px 0px 30px 5px; 
}

#innerMainFileList { overflow-y: scroll;height:250px; }

#dv_files_head {
    color: #000;
    font-weight: bold;
    text-align: center;
}

#dv_filename_header {color: #000;display: inline-block; width: 75%; padding: 0 0 0 20px; }

#dv_fileaction_header { color: #000;display: inline-block; width: 20%; padding: 0 0 0 5px; }

#progress_bar {
    width: 100%;
}

.dragover{
    background-color:#ff0000;
}

#fileList {
    color: #000;
    border-collapse: separate !important;
    border-spacing: 2px;
}
    

@media all and (max-width:30em) {
     .button {
        display: block;
        margin: 0.2em auto;        
    }
}
.icon-bar{
    
    background-color: white !important;
}
.mainsection {
    padding: 20px 10px 20px 10px;
}
.title {
    padding: 20px 0px 0px 20px;
    margin: auto;
    height:50px;
    width:50%;
}

#summaryTable {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial;
    color: black;
}
    #summaryTable thead {
        background-color: white;
        color: #6B9436;
        margin: 0px 0px 0px 0px;
        border-bottom: 0px solid #ddd;
        border-top: 0px solid #ddd;
    }

    #summaryTable tr {
        margin: 0px 0px 0px 0px;
        border-top: none;
        padding: 0px 0px 0px 0px;
        cursor: pointer;
    }
        #summaryTable tr:not(.no-hover):hover {
            background-color: #6D9631 !important;
        }

    #summaryTable > thead > tr > th {
        border-bottom: 0px solid #ddd;
        border-top: 0px solid #ddd;
        padding: 0px 0px 0px 0px;
    }

    #SavesummaryTable .green {
        background-color: #EBF1E9;
    }
#dv_btn_excel {
    border: 1px solid #8c8c8c;
    height: 100%;
    margin: 2px;
    background-color: #99cc99;
    font-weight: normal;
    cursor: pointer;
}
    #dv_btn_excel:hover {
        color: #fff;
        background-color: #448844;
        border: 1px solid #000;
    }
#sigWeather {
    border-collapse:collapse;
    border-spacing:2px;
    height:300px;
}
#sigWeather td {
    color:#000;background-color:#f2f2f2;border:1px solid #bfbfbf;border-bottom:0;
}
    #sigWeather th {
        color: #000;
        background-color: #d9d9d9;
        border: 1px solid #8c8c8c;
        border-bottom: 0;
        border-right:0;
        border-left:0;
    }


    #sigWeather .center {
        background-color:#bfbfbf;
    }

    #sigWeather .cold { color:#00B0f0;}

    #sigWeather .hot {
        color: #FF0000;
    }

    #sigWeather .red {
        color: #FF0000;
    }

.inote_edit {
    font-size:0.9em;color:#0066ff;cursor:pointer;
}
    .inote_edit:hover {
        color:#66a3ff;
    }
.inote_delete {
    font-size: 0.9em;
    color: #ff3300;
    cursor: pointer;
}

    .inote_delete:hover {
        color: #991f00;
    }
#sp_delete_name {
    color:#ff3300;
}
.sp_drm_harvest {
    color:#595959;
}

.forecast {
    color:#6699ff;
}
.historical {
    color:#e69900;
}

.wd_italic {
    font-style:italic;
}

.textcenter {
    text-align: center;
}
.textleft {
    text-align: left;
    /*padding: 5px 0px 5px 10px !important; */
}
.textright {
    text-align: right;
    padding: 0px 10px 0px 0px !important;
}
.textright2 {
    text-align: right;
    padding: 0px 15px 0px 0px !important;
}

.center {
    text-align: center;
    margin: 50%;
}

.Save-highlight:hover {
    background-color: #6D9631 !important;
}

.table-fixed {
    /*width: 500px;*/
    background-color: #f3f3f3;
}



.table-fixed tbody {
    display: block;
    height: 200px;
    overflow-y: auto;
    width: 100%;
    background-color: #D9D9D9;
}

.table-fixed thead {
    display: table;
    width: 100%;
    table-layout: fixed;
    background-color: #BFBFBF;
}


.table-fixed tr {
    display: table;
        
    width: 100%;
    table-layout: fixed;
}

.table-fixed td {
    border: 1px solid black;
}
.table-fixed .date {
    width: 100px;
}
.table-fixed .reg {
    width: 50px;
}

.table-fixed .comment {
    width: 300px;
}


#sigWeather .titlebar {
    background-color: #CCC0DA;
    width: 480px;
}
#sigWeather .mainbody {
    background-color: #D9D9D9;
    height: 250px;
}

#noteSection {
    width: 100%;
}
#noteSection tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.notebody {
        background-color: #fcfcf5;
        display: block;
        height: 200px;
        overflow-y: auto;
        width: 100%;
    }

.note {
    width: 700px;
}

.cold {
    color: #00B0F0;
}

.hot {
    color: #FF0000;
}

.red {
    color: #FF0000;
}

.padleftnone {
    padding-left: 0px !important;
}
.noterow {
    padding: 40px 0px 10px 0px;
}
.shadow {
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}

.pad5 {
    padding-top: 5px !important;
}
.excel-icon {
    background-image: url("../images/excel.png"); /* The image used */
    background-color: white; /* Used if the image is unavailable */
    height: 20px; /* You must set a specified height */
    width: 30px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: 22px 22px; /* Resize the background image to cover the entire container */
}

.word-icon {
    background-image: url("../images/word.png"); /* The image used */
    background-color: white; /* Used if the image is unavailable */
    height: 20px; /* You must set a specified height */
    width: 30px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: 22px 22px; /* Resize the background image to cover the entire container */
}

.pdf-icon {
    background-image: url("../images/pdf.png"); /* The image used */
    background-color: white; /* Used if the image is unavailable */
    height: 20px; /* You must set a specified height */
    width: 30px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: 22px 22px; /* Resize the background image to cover the entire container */
}

.text-icon {
    background-image: url("../images/txt.png"); /* The image used */
    background-color: white; /* Used if the image is unavailable */
    height: 20px; /* You must set a specified height */
    width: 30px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: 22px 22px; /* Resize the background image to cover the entire container */
}

.file-icon {
    background-image: url("../images/file.png"); /* The image used */
    background-color: white; /* Used if the image is unavailable */
    height: 20px; /* You must set a specified height */
    width: 30px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: 22px 22px; /* Resize the background image to cover the entire container */
}

td.filerow:hover {
    background-color: #e4f0e7;    
    cursor: pointer;
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.lightgreen {
    background-color: #EBF1E9;
}

.displaynone {
    display: none;
}

.tagline {    
    padding-top: 3px;
    background-color: #005899;    
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;    
    color: #ffffff;
    text-align: center;
}
    .tagline .text p {
        font-size: 14px;
        color: #ffffff;
        text-align: center;
        margin: 0px 20px 5px;
    }
.flex.flex-sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer {
    margin-top: auto;
    background-color: #00457c;
}

.footorcolor {
    background-color: #00457c;
}

.footer {
    padding: 60px 40px 5px 40px;
    background-color: #00457c;     
    z-index:1;
}
    .footer ul li {
        list-style-type: none;
    }

    .footer .item.logo a > img {
        width: 150px;
    }
       

        .footer .item.social {
            margin-top: 5px;            
        }
        .footer .item p, .footer .item ul > li, .footer .item ul > li > a {
            font-size: 14px;
            color: #ffffff;
        }
        .footer .item.social ul > li > a > svg {
            width: 20px;
            height: 20px;
            fill: #ffffff;
        }
.line {
    border-bottom: 1px solid #ffffff;
    padding-right: 50px;
    margin: 0px 15px 20px 15px;
}

.socialul{
   
}
.sociallink {
    display:block;
    position: relative;
    z-index: 9;
}

.copyright {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    z-index:1;
    padding-top: 30px;
}
svg:not(:root) {
    display: block;
    overflow: hidden;
}

.signout {
    float: right;
    margin: 13px 10px;
}

.green-bg {
    background-color: #6D9631;
}

.btn {
    font-size: 13px;
    border: 2px solid #fff;
    border-radius: 3px;
    outline: 0;
    box-shadow: 0 1px 10px 0 rgba(255,255,255,.3);
}

.btn, .pointer {
    cursor: pointer;
}

.btn, .expand-icon, .report-content a, body, html {
    color: #fff;
}

.hidden {
    visibility:hidden;
}

user agent stylesheet
button {
    text-rendering: auto;    
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;    
    box-sizing: border-box;
    margin: 0em;    
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;    
    border-image: initial;
}

.dropbtn {
    background-color: #6D9631;
    color: white;
    padding: 4px 20px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    outline: none;
    border-right: 2px solid white;
    margin: 4px 0px 4px 0px;    
}

.dropdown {
    position: relative;
    display: inline-block;
}

.location_width { min-width:300px; }
.year_width {
    min-width: 130px;
}

.dropdown-content {
    display: none;
    position: absolute;
    height: auto;
    max-height: 400px;
    /* min-width: 300px; */
    overflow-x: hidden;
    background-color: #8BAC5C;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    opacity: 0.8;
    z-index: 1;
}

    .dropdown-content .item {
        color: white;
        padding: 12px 16px;
        font-weight: 500;
        text-decoration: none;
        display: block;
        border: none;
        border-bottom: 1px solid #00457C;
    }

   

    .dropdown-content a {
        color: white;
        padding: 12px 16px;
        width: 100%;
        font-weight: 500;
        text-decoration: none;
        border: none;
    }

        .dropdown-content a:hover {
            background-color: black;
            
        }
    
        .dropdown-content .item:hover {
            background-color: black;
        }


    

#location {display:inline-block;}
    #location:hover {
        background-color: #3e8e41;
    }

    #location:hover .dropdown-content {
        display: block;
    }

#year {display:inline-block;}
    #year:hover {
        background-color: #3e8e41;
    }

    #year:hover .dropdown-content {
        display: block;
    }

#menu {
    background-color: #6D9631;
    width: 100%;
    height: 40px;
}

.inline {
    display: inline;    
}
.block {
    display:block;
}

.nohover {
    pointer-events: none;
}
.padtop20{
    padding-top:20px;
}
@media only screen and (max-width: 600px) {
    .heading-text {
        font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        color: white;
        padding: 25px 0px 0px 50px;
    }
    tr.filerow:hover {
        background-color: #e4f0e7;
    }
}

/* added by ap for create new acct stuff on index page*/
#dv_create_acct_wrap {
    display: none;
    margin: 0 0 0 15px;
}

#dv_login_form {
    display:block;
}

.ca_black { color:#000; }

.na_inst { font-size:12px;color:#737373;margin:0 0 15px 0; }

#dv_new_acct_submit {
    background-color: #33cc33;
    width: 45%;
    color: #404040;
    border: 1px solid #fff;
}
    #dv_new_acct_submit:hover {
        background-color: #008000;
        color: #fff;
        border-color:#006600;
    }

#dv_new_acct_cancel {
    background-color: #ff9900;color:#000;border:1px solid #fff;
    width: 45%;
}
    #dv_new_acct_cancel:hover {
        background-color: #b36b00;color:#fff;border-color:#995c00;
    }

.modal_title {
    color:#fff;
    font-weight:bold;
}

.modal_title_red {
    color: #ff0000;
    font-weight: bold;
}

.modal_body {
    color: #000;padding:0 10px;
}

#dv_error_desc { margin:15px 0 0 0; }

.modal_header, .modal_footer {
    padding: 15px;
}
.modal_footer { text-align:right; }

.modal_close, .new_modal_close {
    background-color: #ff9900;
    color: #000;
    border: 1px solid #fff;
    padding:5px 15px;
    text-align:center;
    display:inline-block;
    cursor:pointer;
}

    .modal_close:hover, .new_modal_close:hover {
        background-color: #b36b00;
        color: #fff;
        border-color: #995c00;
    }

.verify_err { color:#ff0000; }
.verify_message { color:#000; }
.verify_hl { color:#000;font-weight:bold;font-size:24px;margin:15px 0; }

.dv_fake_btn_inl { margin:0;padding:5px 15px;display:inline;cursor:pointer; }

#dv_at_clear {
    background-color: #e68a00;
    color: #fff;
}

    #dv_at_clear:hover {
        color: #fff;
        background-color: #995c00;
    }

#dv_cancel_rename_modal, #dv_cancel_delete_modal, #dv_at_cancel, #dv_al_cancel, #dv_cancel_note_modal, #dv_cancel_edit_user_modal_btn, #dv_cancel_add_user_modal_btn, #dv_cancel_edit_com_modal_btn, #dv_cancel_add_com_modal_btn, #dv_cancel_add_trial_modal_btn, #dv_cancel_add_loc_modal_btn {
    background-color: #993300;
    color: #fff;
}
    #dv_cancel_rename_modal:hover, #dv_cancel_delete_modal:hover, #dv_at_cancel:hover, #dv_al_cancel:hover, #dv_cancel_note_modal:hover, #dv_cancel_edit_user_modal_btn:hover, #dv_cancel_add_user_modal_btn:hover, #dv_cancel_edit_com_modal_btn:hover, #dv_cancel_add_com_modal_btn:hover, #dv_cancel_add_trial_modal_btn:hover, #dv_cancel_add_loc_modal_btn:hover {
        color: #000;
        background-color: #ff7733;
    }
#dv_at_add, #dv_al_add, #dv_edit_user_modal_btn, #dv_add_user_modal_btn, #dv_edit_com_modal_btn, #dv_add_com_modal_btn, #dv_add_trial_modal_btn, #dv_add_loc_modal_btn {
    background-color: #99cc99;
    color: #000;
}
    #dv_at_add:hover, #dv_al_add:hover, #dv_edit_user_modal_btn:hover, #dv_add_user_modal_btn:hover, #dv_edit_com_modal_btn:hover, #dv_add_com_modal_btn:hover, #dv_add_trial_modal_btn:hover, #dv_add_loc_modal_btn:hover {
        color: #fff;
        background-color: #448844;
    }
		
	#dv_center_map { background-color:#66b3ff;color:#000; }
		#dv_center_map:hover { background-color:#0066cc;color:#fff; }

	
.dv_fake_btn_wrap { margin:0;padding:5px 0;text-align:right; }
#dv_decor_blue { margin:0;padding:0;height:3px;background-color:#04447A; }
#dv_add_trial_wrap,#dv_add_location_wrap { margin:0;padding:10px;background-color:#f2f2f2;color:#333333; }

.dv_ib_33 { display:inline-block;width:33%;margin:0;padding:0;vertical-align:top; }
.dv_ib_49 { display:inline-block;width:49%;margin:0;padding:0;vertical-align:top; }

#dv_map { height:250px;border:1px solid #737373; }

#dv_utc_message { margin:10px 0 3px 0;font-size:12px; }

/* stuff for notes on /Summary/GetDetail */
.note_header { display:inline-block;width:50%;margin:0; }
.ta_right { text-align:right; }
#note_box { color:#000;border:1px solid #b3b3b3;padding:10px;margin:15px 0; }
#note_wrap { color:#000; /* border:1px solid #b3b3b3;padding:5px; */ }
	.nb { color:#000;border:1px solid #b3b3b3;padding:10px;margin:15px 0; }
	.nw { color:#000; /* border:1px solid #b3b3b3;padding:5px; */ }
.notes_hl { font-size:16px;font-weight:bold; }

#dv_delete_modal, #dv_rename_modal, #dv_add_location, #dv_add_trial, #dv_add_co, #dv_add_user, #dv_add_note, #dv_go_back, #dv_add_note_modal {
    background-color: #99cc99;
    color: #000;
}
    #dv_rename_modal:hover, #dv_delete_modal:hover, #dv_add_location:hover, #dv_add_trial:hover, #dv_add_co:hover, #dv_add_user:hover, #dv_add_note:hover, #dv_add_note_modal:hover, #dv_go_back:hover {
        color: #fff;
        background-color: #448844;
    }

#txt_rename { width:350px; }
		
#ta_note { width:100%;height:100px;max-width:1000px; }
.dv_modal_btn_wrap { padding:10px;text-align:right; }

#dt_notes td, #dt_notes th { color:#000; }

.sp_edit_note { color:#29a329;cursor:pointer; }
	.sp_edit_note:hover { color:#1a651a; }
	
#dv_location_wrap,#dv_year_wrap { color:#000; }

.dv_minor_h { font-size:15px;font-weight:bold;margin:10px 0; }

.sp_green { color:#2eb82e; }
.sp_red { color:#e62e00; }
.sp_user, .sp_loc { cursor:pointer; }
	.sp_user:hover, .sp_loc:hover { color:#000; }

.sp_edit_user, .sp_edit_loc, .sp_edit_com {
    cursor: pointer;
    color: #3366ff;
}
    .sp_edit_user:hover, .sp_edit_loc:hover, .sp_edit_com:hover {
        color: #0033cc;
    }
.sp_delete_user, .sp_delete_loc, .sp_delete_com {
    cursor: pointer;
    color: #ff6600;
}
    .sp_delete_user:hover, .sp_delete_loc:hover, .sp_delete_com:hover {
        color: #e62e00;
    }
	
.modal_inst { color:#000;font-size:14px; }

.ea { width:100%; }

.co_status { cursor:pointer; }
	
/*  
******
******
start new modals */

.new-modal { display: none;position: fixed;z-index: 1000;padding-top: 100px;left: 0;top: 0;width: 100%;height: 100%;overflow: auto;background-color: rgb(0,0,0);background-color: rgba(0,0,0,0.4); }

.new-modal-content { position: relative;background-color: #fff;margin: auto;padding: 0;border: 1px solid #888;width: 750px; }
.new-modal-content-big {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 950px;
}

.new_modal_x_close { color: #fff;float: right;font-size: 28px;font-weight: bold; }

.new_modal_x_close:hover, .new_modal_x_close:focus { color: #ff0000;text-decoration: none;cursor: pointer; }

.new-modal-header { padding: 10px;background-color:#04447a;color:#fff; }

.new-modal-body {padding: 2px 16px;}

.new-modal-footer { padding: 10px;background-color: #fff;color: #000;text-align:right; }

/*  
******
******
end new modals */

.nmc_at_col_left {
    display: inline-block;
    width: 120px;
}
.nmc_at_col_right {
    display: inline-block;
    width: 200px;
}
.nmc_at_pad15 {
    padding: 0 15px
}
