/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    background-color: #e0e0e0;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #f3f3f3;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 200px;
        padding: 0 30px;
    }
}


.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-help {
     background-color: #f3f3f3!important;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #e0dfdf;
}

.panel-red .panel-heading {
    border-color: #fff;
    color: #000;
    background-color: #f9f9f9;
}

.panel-red a {
    color: #ffffff;
}

.panel-red a:hover {
    color: #ffffff;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

/* AGREGADOS POR GUSTAVO */ 

.time-axis {
    display: block;
    float: left;
    width: 100%;
    margin: -10px 0 0px 0;
}
.time-spot {
    display: block;
    float: left;
	border-left:1px solid #a5a5a5;
}
.filter_data {
    color: #a40000;
}
.filter_data:hover {
    color: #000000;
	cursor: pointer;
    text-decoration: none;
}
.tooltip-demo a {
    color: #a40000;
}
.tooltip-demo a:hover {
    color: #000000;
	cursor: pointer;
    text-decoration: none;
}
.offset-0 {
    padding-left: 0;
    padding-right: 0;
}
.blanco {
    color: #ffffff;
}

.blanco:link, .blanco:visited, .blanco:hover  {
    color: #ffffff;
	text-decoration: none;
}
.number {
	font-size: 36px;
	font-style: normal;
	font-variant: normal; 
	font-weight: bold;
	line-height: 40px;
}
.dato {
	background-image: url("bgdato.jpg");
	text-align:center;
}
.dato h4 {
	margin-top:7px;
	padding-bottom:10px;
}
.inverso {
	color: #ffffff;
	background-color: #727272;
	font-weight: bold;
	text-transform: uppercase;  
	text-align:center;
}
.inverso span {
	line-height:18px; 
}
.otrolink{
	color: #b70606;
	cursor: pointer;
}
.otrolink:focus, .otrolink:hover  {
    color: #000000;
	text-decoration: none;
}

.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: #ccc;
    margin-top: 5px;
    margin-right: 0px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}