﻿/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
body {
	font-size: 12px;
}

.body-content {
}

a {
	color: dodgerblue;
	cursor: pointer;
}

a:hover, a:focus {
	color: #B79F57;
	text-decoration: none;
}

th {
	text-align: center !important;
	vertical-align: middle !important;
}

.form-horizontal .control-label {
	text-align: left;
}

.form-control {
	font-size: 12px;
}

.form-required {
	border-left-color: #ce4844;
	border-left-width: 5px;
}

.required {
    color: #ce4844;
}

/* Carousel */
.carousel-caption p {
	font-size: 20px;
	line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"]
{
	width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
  /* Hide captions */
  .carousel-caption {
	display: none
  }
}

.menu_icon {
	font-size: 25px;
	color: dodgerblue;
}

.navbar-top-links li a {
	padding: 5px;
	min-height: 31px;
}

.list_icon {
	font-size: 16px;
	color: dodgerblue;
}

.navbar-brand {
	padding: 7px !important;
}

.status_off {
	width: 16px;
	border: 1px solid black;
}
.green_on {
	background-color: lawngreen;
	width: 16px;
	border: 1px solid black;
}
.red_on {
	background-color: red;
	width: 16px;
	border: 1px solid black;
}
.orange_on {
	background-color: orange !important;
	width: 16px;
	border: 1px solid black;
}
td {
	vertical-align: middle !important;
}
.espc_run {
	color: red;
}
.espc_on {
	color: dodgerblue;
}
.espc_off {
	color: silver;
}
.espc_green {
	color: limegreen;
}
.espc_ran {
	color: orange;
}
.espc_back_on {
    background-color: dodgerblue;
}
.espc_violet {
    color: darkviolet;
}

@keyframes espc_toggle {
    0% {
        color: limegreen;
    }

    50% {
        color: red;
    }

    100% {
        color: limegreen;
    }
}

.btn {
	font-size: 12px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
	color: #f00;
}

.field-validation-valid {
	display: none;
}

.input-validation-error {
	border: 1px solid #f00;
	background-color: #fee;
}

.validation-summary-errors {
	font-weight: bold;
	color: #f00;
}

.validation-summary-valid {
	display: none;
}

#page-wrapper {
	padding: 0px;
}

#page-wrapper-edit {
	padding: 15px;
}

#power_volume .slider-selection {
	background: orange;
}

#power_volume .slider-handle {
	background: orange;
}

.check_on {
	background-color: #D9EDF7;
}

.navbar {
	min-height: 35px;
}

.navbar-brand {
	height: 35px;
}
