﻿/*USED WM-desktop2.css in order to recache background with new logo*/

input[type='checkbox'] {
    accent-color: #4d6680;
}

input[type='radio'] {
    accent-color: #4d6680;
}

input[type='color'] {
    accent-color: #4d6680;
}
/*
input {
    border: 5px solid black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    
}*/
/*
.select {
    border: 5px solid red;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}  
*/
body {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background: url(Images/screen_bg_3.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.PDFPrint {
    width: 1200px;
    font-family: arial, Geneva, Tahoma, sans-serif;
    font-size: smaller;
    color: #000000;
    background-image: none;
    table-layout: fixed;
    empty-cells: show;
    caption-side: top;
    display: block;
}


#main_page_PDF {
    margin: 0 auto;
    width: 98%;
    padding: 5px 10px;
    list-style: none;
    display: block;
}



/*#wrap_wide {
    width: 1200px;
    margin: 0 auto;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: small;*/
/*color: #2B7ED2;*/
/*color: #000000;
    background-image: none;
    table-layout: fixed;
    empty-cells: show;
    caption-side: top;
    /*border-spacing: 5px;*/
/*padding: -10px;
    display: block;
}*/
#wrap_extrawide {
    width: 1880px;
    font-family: arial, Geneva, Tahoma, sans-serif;
    font-size: small;
    color: #000000;
    background-image: none;
    table-layout: fixed;
    empty-cells: show;
    caption-side: top;
    display: block;
}

#header_wide {
    overflow: hidden;
    /*background: url(images/WeatherMationLive-185px.png) no-repeat right 3.5em;*/
    /*background: url(images/WMLive-AnniversaryLogo-Horizontal-TopLeft.png) no-repeat right 3.5em;*/
    width: 80%;
    height: 175px;
    padding-left: 200px;
    padding-top: 10px;
}

#header_extrawide {
    overflow: hidden;
    /*background: url(images/WeatherMationLive-185px.png) no-repeat right 0em;*/
    /*background: url(images/WMLive-AnniversaryLogo-Horizontal-TopLeft.png) no-repeat right 0em;*/
    margin: 0 auto;
    width: 100%;
    padding: 5px 10px;
    height: 175px;
    list-style: none;
    display: block;
}

.rounded_corners {
    border: 3px solid #cccccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #cccccc;
}



#CustLogo {
    float: left;
}


.FixedHeader {
    position: absolute;
    font-weight: bold;
}

/* Navigation to Weather Station Selection */
#nav_wide {
    margin: 0 auto;
    width: 70%;
    padding: 5px 10px;
    list-style: none;
    display: block;
}

#nav_mediumwide {
    margin: 0 auto;
    width: 85%;
    padding: 5px 10px;
    list-style: none;
    display: block;
}

#nav_extrawide {
    padding: 5px 10px;
    width: 98%;
    list-style: none;
    display: block;
}

#main_page_wide {
    margin: 0 auto;
    width: 70%;
    padding: 5px 10px;
    list-style: none;
    display: block;
}


#main_page_mediumwide {
    margin: 0 auto;
    width: 85%;
    padding: 5px 10px;
    list-style: none;
    display: block;
}

#main_page_extrawide {
    margin: 0 auto;
    width: 98%;
    padding: 5px 10px;
    list-style: none;
    display: block;
}

/* Styles*/
.buttons {
    border: 1px solid #4d6680;
    border-radius: 5px;
    color: white;
    padding: 5px 10px 5px 10px;
    /*background-image: url(Images/submenu_button.jpg);*/
    background-color: #4d6680;
    cursor: pointer;
    margin-left: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: auto;
}

    .buttons:hover {
        border: 1px solid #4d6680;
        border-radius: 5px;
        color: #ffffff;
        padding: 5px 10px 5px 10px;
        /*background-image: url(Images/submenu_button_rollover.jpg);*/
        background-color: #8097b3;
        cursor: pointer;
        margin-left: 10px;
        display: inline-block;
        background-repeat: no-repeat;
        background-size: auto;
    }

.buttonsOrange {
    border: 1px solid #ff9633;
    border-radius: 5px;
    color: white;
    padding: 5px 10px 5px 10px;
    background-color: #ff9633;
    cursor: pointer;
    margin-left: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: auto;
}

    .buttonsOrange:hover {
        border: 1px solid #ff9633;
        border-radius: 5px;
        color: #ffffff;
        padding: 5px 10px 5px 10px;
        background-color: #ffbd80;
        cursor: pointer;
        margin-left: 10px;
        display: inline-block;
        background-repeat: no-repeat;
        background-size: auto;
    }

.buttonsRed {
    border: 1px solid #4d6680;
    border-radius: 5px;
    color: white;
    padding: 5px 10px 5px 10px;
    background-color: darkred;
    cursor: pointer;
    margin-left: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: auto;
}

    .buttonsRed:hover {
        background-image: url(Images/submenu_button_rollover.jpg);
    }

.buttonsGreen {
    border: 1px solid #7a826d;
    border-radius: 5px;
    color: white;
    padding: 5px 10px 5px 10px;
    background-color: #7a826d;
    cursor: pointer;
    margin-left: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: auto;
}

    .buttonsGreen:hover {
        border: 1px solid #7a826d;
        border-radius: 5px;
        color: #ffffff;
        padding: 5px 10px 5px 10px;
        background-color: #9ba38f;
        cursor: pointer;
        margin-left: 10px;
        display: inline-block;
        background-repeat: no-repeat;
        background-size: auto;
    }

.buttons_right {
    border: 1px solid #4d6680;
    border-radius: 5px;
    color: white;
    padding: 5px 10px 5px 10px;
    /*background-image: url(Images/submenu_button.jpg);*/
    background-color: #4d6680;
    cursor: pointer;
    margin-left: 10px;
    /*background-position-y: 465px;
    background-position-x: 5px;*/
    /*float:left;*/
    display: inline-grid;
    background-repeat: no-repeat;
    background-size: auto;
    float: right;
}
    .buttons_right:hover {
        border: 1px solid #4d6680;
        border-radius: 5px;
        color: #ffffff;
        padding: 5px 10px 5px 10px;
        /*background-image: url(Images/submenu_button_rollover.jpg);*/
        background-color: #8097b3;
        cursor: pointer;
        margin-left: 10px;
        display: inline-block;
        background-repeat: no-repeat;
        background-size: auto;
    }

.buttonsRedRight {
    border: 1px solid #4d6680;
    border-radius: 5px;
    color: white;
    padding: 5px 10px 5px 10px;
    background-color: darkred;
    cursor: pointer;
    margin-left: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: auto;
    float: right;
}

    .buttonsRedRight:hover {
        background-image: url(Images/submenu_button_rollover.jpg);
    }

.buttonsGreenRight {
    border: 1px solid #7a826d;
    border-radius: 5px;
    color: white;
    padding: 5px 10px 5px 10px;
    background-color: #7a826d;
    cursor: pointer;
    margin-left: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: auto;
    float: right;
}

    .buttonsGreenRight:hover {
        border: 1px solid #7a826d;
        border-radius: 5px;
        color: #ffffff;
        padding: 5px 10px 5px 10px;
        background-color: #9ba38f;
        cursor: pointer;
        margin-left: 10px;
        display: inline-block;
        background-repeat: no-repeat;
        background-size: auto;
    }

.button_small_right {
    float: right;
    padding: 5px 60px;
}

.button_small_right_nopad {
    float: right;
}

.buttons_right_show {
    border: 1px solid #8e3f0b;
    border-radius: 5px;
    color: white;
    padding: 5px 10px 5px 10px;
    background-color: #d45f11;
    cursor: pointer;
    margin-left: 10px;
    /*background-position-y: 465px;
    background-position-x: 5px;*/
    /*float:left;*/
    display: inline-grid;
    background-repeat: no-repeat;
    background-size: auto;
    float: right;
}

    .buttons_right_show:hover {
        background-color: #f2975a;
    }

.buttons_right_hide {
    border: 1px solid #303f50;
    border-radius: 5px;
    color: white;
    padding: 5px 10px 5px 10px;
    background-color: #4d6680;
    cursor: pointer;
    margin-left: 10px;
    /*background-position-y: 465px;
    background-position-x: 5px;*/
    /*float:left;*/
    display: inline-grid;
    background-repeat: no-repeat;
    background-size: auto;
    float: right;
}

    .buttons_right_hide:hover {
        background-color: #9fb2c6;
    }



.DateTimeRight {
    float: right;
}

#Graph_Right {
	float:right;
}

.float_right_blue {
    float: right;
    color: #4d6680;
}

.page_title {
    font-size: xx-large;
    font-weight: bold;
    color: #ff7f0e;
    text-shadow: 1px 1px #aaaaaa;
}

.page_name {
    font-size: x-large;
    font-weight: bold;
    color: #4d6680;
    /*text-shadow: 1px 1px #808080;*/
}

.page_name2 {
    font-size: x-large;
    font-weight: bold;
    color: #ff7f0e;
    /*text-shadow: 1px 1px #808080;*/
}

.page_name3 {
    font-size: x-large;
    font-weight: bold;
    color: #7a826d;
    /*text-shadow: 1px 1px #808080;*/
}


.page_name_column {
    width: 650px;
}
.heading_lable {
	/*text-decoration: underline;*/
	font-weight: bold;
}

.bottom_logo{            
	width: 160px;
    height: 62px;
}

.bottom_logo_right{            
	width: 160px;
    height: 62px;
	float: right;
}

.reportHeading {
    font-size: large;
    font-weight: bold;
    color: #4d6680;
}




#footer {
		overflow: hidden;
		/*background: url(images/weathermation_logo_top_left.png) no-repeat right -2em;*/
		/*background: url(images/environdata_weather_stations_logo.png) no-repeat left;*/
		width:975px;
		height: 125px;
		padding:5px 10px;
		margin:0;
		display: block;
}

#footer_wide {
    margin: 0 auto;
    width: 95%;
    padding: 5px 10px;
    list-style: none;
    display: block;
    /*width: 1200px;*/
    height: 130px;
}

#footer_extrawide {
    margin: 0 auto;
    width: 100%;
    padding: 5px 10px;
    list-style: none;
    display: block;
    /*width: 1200px;*/
    height: 130px;
}

#main_wide 
{
    width:1200px;
	/*display: block;*/
}




#main_extrawide {
    width: 2000px;
    /*display: block;*/
}


#nav li {
    display:inline;
    /*margin:0;*/
    padding:5px 10px;
	background:#5D7B9D;
}
	
    

#datetime
{
	float:right;
}
	
#graph {
    float:left;
    width:981px;
    /*background:#9c9;*/
    }



#mainscreen{
    width: 1200px;
    margin-left: 400px;
    /*margin-right: 400px;*/
}
#graph_extrawide {
    width:2000px;
	/*height: 1145px; - Don't give height, it messes up the layout - let it use defaul height*/
}

#cr_main_wide
{
	 width:1200px;
}

.cr_main_left {
    float:left;
    width:470px;
    /*background:#9c9;*/
    }

.cr_main_right {
    float:right;
    width:472px;
    /*background:#9c9;*/
    }

.cr_main_left_wide {
    float:left;
    width:575px;
    }

.cr_main_right_wide {
    float:right;
    width:575px;
}

#graph_wide {
    width: 1200px;
}
#graph_wide2 {
    width: 1200px;
}

.cr_layout_left_wide {
    float:left;
    width:500px;
	/*height: 850px; - Don't give height, it messes up the layout - let it use defaul height*/
    /*background:#9c9;*/
    }

.cr_layout_right_wide {
    float:right;
    width:500px;
	/*height: 850px; - Don't give height, it messes up the layout - let it use defaul height*/
}


.timeHeading {
    width: 1300px;
    text-align: center
}
    #sidebar {
    float:right;
    width:360px;
    /*background:#c9c;*/
    }


	#main_memory {
    float:left;
    width:205px;
    /*background:#9c9;*/
    }
    #sidebar_memory {
    float:right;
    width:650px;
    /*background:#c9c;*/
    }

	#left_side {
    float:left;
    width:350px;
	
    /*background:#f00;*/
    }
    #right_side {
    float:right;
    width:850px;
    /*background:#b6ff00;*/
    }

	#right_left_side {
    float:left;
    width:420px;
    /*background:#f00;*/
    }
	#right_right_side {
    float:right;
    width:420px;
    /*background:#f00;*/
    }

#left_side_wide {
    float:left;
    width:auto;
    }

#left_left_side_wide {
    float:left;
    width:auto;
    }

#left_right_side_wide {
    float:right;
    width:auto;
    }

#right_side_wide {
    float:right;
    width:auto;
    }

	#wind1 {
	z-index: 1;
	position: absolute;
		left: 100px;
		top: 100px;
    }

	#wind2 {
	z-index: 2;
	position: absolute;
		left: 100px;
		top: 100px;
    }

/*.StaticMenuItem_wide {
    width: 180px;
    background-color: #e6e6e6;
    color: #4d6680;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-top: 0px;
    padding-right: 4px;
    padding-left: 4px;
    font-weight: bold;
}*/

/*.staticHover_wide {
    width: 180px;
    background-color: #f2f2f2;
    color: #79b1ec;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-top: 0px;
    padding-right: 4px;
    padding-left: 4px;
    font-weight: bold;
}*/

/*.DynamicMenuItem_wide {
    width: 300px;
    background-color: #4d6680;
    color: #ffffff;
    text-align: left;
    height: 30px;
    line-height: 30px;
    margin-top: 0px;
    padding-right: 4px;
    padding-left: 4px;
    font-weight: bold;
}*/

/*.DynamicHover_wide {
    width: 300px;
    background-color: #4d6680;
    color: #79b1ec;
    text-align: left;
    height: 30px;
    line-height: 30px;
    margin-top: 0px;
    padding-right: 4px;
    padding-left: 4px;
    font-weight: bold;
}*/

/* Menu */
/*.menuBar {
    font: 14px arial;
    margin-left: 400px;
    height: 50px;
    margin: 0 auto;
    width: 65%;
    padding: 5px 10px;
    list-style: none;
    display: block;
}*/

#menuBar_wide {
    background-color: #f2f2f2;
    width: 85%;
    height: 40px;
    /*display: block;*/
    position: fixed;
    padding-left: 300px;
    /*margin-right:10px;*/
}

/*#menuBar_extrawide {
    background-color: #f2f2f2;
    width: 100%;
    height: 40px;
    position: fixed;
}*/

.StaticMenuItem_extrawide {
    width: 120px;
    color: #4d6680;
    text-align: right;
    height: 5px;
    line-height: 5px;
    padding-right: 5px;
    padding-left: 10px;
    font-weight: bold;
}

.staticHover_extrawide {
    width: 120px;
    color: #79b1ec;
    text-align: right;
    height: 5px;
    line-height: 5px;
    padding-right: 5px;
    padding-left: 10px;
    font-weight: bold;
}

.DynamicMenuItem_extrawide {
    width: 300px;
    background-color: #4d6680;
    color: #ffffff;
    text-align: left;
    height: 25px;
    line-height: 25px;
    margin-top: 0px;
    padding-right: 4px;
    padding-left: 4px;
    font-weight: bold;
}

.DynamicHover_extrawide {
    width: 300px;
    background-color: #4d6680;
    color: #79b1ec;
    text-align: left;
    height: 25px;
    line-height: 25px;
    margin-top: 0px;
    padding-right: 4px;
    padding-left: 4px;
    font-weight: bold;
}

	
/*.GridViewContainer
        {         
            overflow: auto;
        }
.FrozenHeader
        {
         background-color:Gray;
            position: relative;
            cursor: default;          
            top: expression(document.getElementById("GridViewContainer").scrollTop-2);
            z-index: 10;
        }
        /*for the locked columns header to stay on top*/
/*.FrozenHeader.locked
        {
            z-index: 99;
        }*/