﻿@import url("https://fonts.googleapis.com/css?family=PT+Sans");

aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}



html {
    background-color: #ebebeb;
}



body {
    padding-top: 80px;
    padding-bottom: 40px;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: rgba(0,0,0,0.1) 4px 4px,rgba(0,0,0,0.15) 2px 2px;
    font-family: 'PT Sans', Arial, sans-serif;
    font-size: 14pt;
    line-height: 1.4em;
    color: #555555;
    background-color: #FFFFFF;
}

li {
    line-height: 1.4em;
}

/* Custom container */
.container-narrow {
    margin: 0 auto;
    max-width: 1100px;
}

    .container-narrow > hr {
        margin: 30px 0;
    }

/* Main marketing message and sign up button */
.jumbotron {
    margin: 3em 0;
    text-align: center;
}

.title h1 {
    font-size: 2em;
    line-height: 1;
    text-align: center;
}

.jumbotron .hgroup h1 {
    font-size: 3em;
    line-height: 3em;
    text-align: center;
}

.jumbotron p {
    font-size: 1.1em;
    line-height: 1.3em;
    text-align: left;
    color: #313131;
}

.jumbotron .btn {
    font-size: 1em;
    padding: 14px 24px;
}

@media screen and (min-width: 768px)
{
.jumbotron {
    padding-top: 12px;
    padding-bottom: 12px;
}
}

/* Supporting marketing content */
.marketing {
    margin: 60px 0;
}

    .marketing p + h4 {
        margin-top: 28px;
    }

 /*.masthead a.brand {
        top: 4px;
        width: 115px;
        height: 31px;
        background-image: url("../Images/ClimateLogoSmall2.png");
    }*/

/* login
----------------------------------------------------------*/
#login {
    display: block;
    width: 300px;
    height: 1.2em;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background: none;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
        line-height: 1.2em;
    }

.masthead {
    border-bottom: 1px solid gray;
}

.well p {
    font-size: 0.8em;
    line-height: 1.3em;
}

.well > .button {
    font-size: 1em;
}

.supported_data_types {
    font-size: 1em;
    color: #228B22;
    font-style: italic;
    line-height: 1em;
    margin: .2em 0;
    padding: 0;
}

.well h4 {
    margin: 0;
    margin-top: 0.3em;
    padding: 0;
}

ul.mynav {
    font-size: 0.8em;
    float: right;
    display: block;
    margin-bottom: 0;
}

well sidebar-nav {
    font-size: 0.8em;
    margin-top: 10px;
}

.login_menu {
    font-size: 0.8em;
    float: right;
    display: block;
    margin: 0;
    margin-right: 10px;
}

.AnalysisPreviewImage {
    width: 150px;
    /*float:right;
    padding-right:10px;*/
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: -150px;
    margin-top: -75px;
}

.AnalysisPreview {
    position: relative;
    padding: 0px;
    padding-right: 150px;
}

.nav>li.large-screen-only {
   display: block;
}
.nav>li.small-screen-only {
    display: none;
}

@media only screen and (max-width: 767px) {
    .nav>li.large-screen-only {
    display: none;
    }
    .nav>li.small-screen-only {
        display: block;
    }

    .nav>li.small-screen-only.selected a{
        background: #a4c1ff;
        color: white;
    }
    #body {
        margin: 10px;
    }

    .content-wrapper h1 {
        margin-top: 0px;
    }
    .AnalysisPreview {
        margin: 0px;
        padding-left: 2px;
        padding-right: 120px;
    }
    .AnalysisPreviewImage {
        width: 120px;
        margin-left: -120px;
    }
    .analysis-preview-well {
            padding-left: 10px;
        padding-right: 10px;
        height: 220px;
    }
}

.admin-content {
    font-family: Arial;
    font-size: 0.8em;
    
}


.cms-preview {
    position: relative;
	margin-top: 10px;
    margin-bottom: 20px;
	max-width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 60px;
	background: white;
	border: silver solid 1px;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.3);
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
	border-radius: 3px;
	-webkit-border-radius: 3px;
   
	text-rendering: optimizeLegibility;
	text-shadow: none;
}


   
/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.ajax_spinner {
	display:    none;
	position:   fixed;
	z-index:    9000;
	
	height:     100px;
	width:      300px;
	left:50%;
	top:50%;
	margin-left:-150px;
	margin-top:-75px;
	border:solid rgba( 1, 1, 1, 0.24 ) 2px; 
	border-radius:10px;
	background: rgba( 1, 1, 1, 0.2 ) 
				url('../Images/ajax-loader4.gif') 
				50% 50% 
				no-repeat;
	opacity:0.9;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body .loading_ajax {
	/*overflow: hidden;*/   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading_ajax .ajax_spinner {
	/*display: block;*/
}

.navbar{
    background: #8aaeff;
    color: lightcyan;
}

.navbar-nav > li > a {
    height: 30px;
    padding-top: 5px;
}

.navbar-nav > li.dropdown:hover > .dropdown-menu {
	display: block;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
     text-decoration: none;
    color: white;
    background-color: #6393fc;
}

.mainmenu-navbar li >a {
    color: white;
}


.mainmenu-navbar .linethrough {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px white;
}

.navbar-default .navbar-nav > li > a {
    color: lightcyan;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: lightcyan;
   
    background: #6393fc;
}

ul .dropdown-menu {
    background: #6393fc;
}

/*Submenu CSS taken from Bootstrap V2 (Deprecated in V3)*/
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 4px 4px 4px;
    -moz-border-radius:0 4px 4px 4px;
    border-radius:0 4px 4px 4px;    
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #6393fc; /*#0081c2;*/
  /*background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);*/
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}
a.navbar-brand {
    display: block;
    background-image: url("../Images/WaterSchedProLogoSmall.png");
    background-size:260px;
    background-position-y:0px;
    background-repeat: no-repeat;
    font-family: Arial;
    font-size:22px;
    padding-left:40px;
    color: #FFFFFF;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    width: 260px;
    height: 58px;
    margin-bottom: 5px;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 580px;
}

.flexcontainer {
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
}

.mainmenu-navbar {
    
}

.app-card {
    background: whitesmoke;
    border: 1px solid silver;
    padding: 10px;
    margin: 0px;
    border-radius: 10px;
}

.jumbotron {
    border: 1px solid silver;
    background: whitesmoke;
}


