.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .form-label {
        text-align: right !important;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    





}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) {






}

.float-clear {
    float: clear;
    float: none !important;
}
.form-label {
    font-size: 0.9em;
    font-weight: 200;
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
}
.from-input {
    font-weight: 600;
    min-height: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.logo {
    width: 140px;
    margin-top: -10px;
}



.back {
    /*background-color: #006993;
    border-color: #006993;*/
}



.btn-right {
    text-align: right
}

.title {
    font-weight: 200;
    text-align: center;
    font-size: 2em;
    
}

.slider-width {
    text-align: center;
    width: 600px;
}
.inline-input {
    width: 50% !important:
}


.bold {
    font-weight: 800;
    font-size: 1.6em;
}

.form-group {
    margin-top: 20px;
}

.water-graph {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    margin-top: 30px;
    border: 1px solid lightgrey;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.x-graph {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.y-graph {
    position: absolute;
    top: 0px;
    height: 100%;
    left: 10%;
    width: 90%;
}

.x-graph > li {
    text-indent: 3px;
	font-size: 0px;
	list-style: none;
    border-left: 1px solid lightgrey;
    margin-top: 10px;
    height: 180px;
    float: left;
    width: 11%;
}

.y-graph > li {
    margin-left: -30px;
    text-indent: 10px;
	font-size: 8px;
	list-style: none;
    border-bottom: 1px solid lightgrey;
}

.max-width {
    max-width: 720px;
 
}

body {
    background-image: url(../images/products.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top;
    background-attachment: fixed;
    color: whitesmoke;
}

.alert_style {
    position:fixed;
    top:50px;
    left:0px;
    right:0px;
    z-index:-99999;
    margin: 5px 5px 5px 5px;
    opacity: 0;
}


.intro {
    background-image: url(http://www.hydroponic-research.com/wp-content/uploads/2013/03/sliderbg.jpg);
    background-size: auto 100%;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.6);
    /*background: -webkit-linear-gradient(rgba(217, 246, 244, 0.8), rgba(154, 230, 172, 0.8)); /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(rgba(217, 246, 244, 0.8), rgba(154, 230, 172, 0.8)); /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(rgba(217, 246, 244, 0.8), rgba(154, 230, 172, 0.8)); /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(rgba(217, 246, 244, 0.8), rgba(154, 230, 172, 0.8)); /* Standard syntax (must be last) */
}

.water {
    box-shadow: 0px 0px 20px rgba(0,0,0,0.6);
    background: -webkit-linear-gradient(rgba(217, 246, 244, 0.8), #006993); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(217, 246, 244, 0.8), #006993); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(217, 246, 244, 0.8), #006993); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(217, 246, 244, 0.8), #006993); /* Standard syntax (must be last) */
}

.media-type {
    box-shadow: 0px 0px 20px rgba(0,0,0,0.6);
    background: -webkit-linear-gradient(rgba(246, 239, 217, 0.8), #7f4205); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(246, 239, 217, 0.8), #7f4205); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(246, 239, 217, 0.8), #7f4205); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(246, 239, 217, 0.8), #7f4205); /* Standard syntax (must be last) */
}

.environment {
    box-shadow: 0px 0px 20px rgba(0,0,0,0.6);
    background: -webkit-linear-gradient(rgba(255, 255, 220, 0.8), #C67617); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(255, 255, 220, 0.8), #C67617; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(255, 255, 220, 0.8), #C67617; /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(255, 255, 220, 0.8), #C67617; /* Standard syntax (must be last) */
}

/*Viewer*/

.viewer .form-label {
    font-size: 1.5em;
    font-weight: 100;
    border-bottom: solid #eee 1px;
   
}

.viewer .from-input {
    font-weight: 600;
    min-height: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.fieldItem {
    margin-right: 10px;
    margin-left: 20px;
}

.tittle {
    font-size: 2.4em;
    font-weight: 100;
    text-align: center;
}

.sub-tittle {
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: solid #eee 1px;
}

.margin-left {
    margin-left: 5px;
}


/*Admin*/


h1.page-header {
    margin-top: -5px;
}

.sidebar {
    padding-left: 0;
}

.main-container { 
    background: #FFF;
    padding-top: 15px;
    margin-top: -20px;
}

.footer {
    width: 100%;
}  

.right-margin {
    margin-right: 40px !important;
}

.padding-right {
    padding-right: 100px !important;
}
.float-right {
    float: right !important;
}
.float-left {
    float: left !important;
}
.panel-height {
    height: 60px !important;
}

.left-margin {
    margin-left: 10px;
}

.min-width {
    min-width: 30px;
}
.logo {
    width: 140px;
    margin-top: -10px;
}

.wrap {
    min-height: calc(100% + 160px);
}

.pull-left {
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}

.padding {
    padding-left: 20px;
    margin: 20px !important;
}

.button-fix {
    margin-top: 20px !important;
}

.center-text {
    text-align: center !important;
}

.date-time {
    color: green;
}

.green {
    color: green;
}

.login-logo {
    background-image: url(/images/hr-logo-color.png);
    background-size: auto 100%;
    width: 200px;
    height: 200px !important;
    display: block;
}
.center {
    text-align: center;
}

