/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
Created on : 25-03-2015, 12:19:39
Author     : zwolf
*/

.panel hr {
	margin: 0.5rem 0 0.5rem !important;
}

.top-bar-section li a:hover {
	background-color: #222 !important;
}

.view{
	background-color: #222 !important;
}

.top-bar, .top-bar-section li:not(.has-form) a:not(.button), .top-bar-section ul li, .top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button), .top-bar-section .dropdown li label {
    background: #4c515b;
}

/* 
    Created on : Mar 18, 2015, 1:24:51 PM
    Author     : Erwin <erwin.sanmartin@tchile.com>
*/

header { padding: 10px 0px; }
.redbordertopline { border-top: 6px solid #d80727; background: #4c515b; }

footer { padding: 10px 0px; border: 0px; margin-top: 10px; background-color: #4c515b; color: #eee; min-height: 100px;}

footer .footer {font-size: 12px; }

#alertas .alert-box {
    margin: 0px !important;
}

.table {
    width: 100%
}

.sub-nav {
    display: block;
    padding: 0.5625rem 0.875rem 0.5625rem;
    overflow: hidden;
    margin-left: 0;
    border-style: solid;
    border-width: 1px;
    background-color: #f4f4f4;
    border-color: #dcdcdc;
    border-radius: 3px;
}

li.tab-title.active {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border:  1px solid #666;
    border-bottom: 0;
}

li.tab-title {
    border: 0;
    border-bottom: 1px solid #666;
    padding: 0 0.625rem 0.15rem;
    font-size: 11pt !important;
}

.footer-title {
    color: #ccc;
}

.footer-text {
    color: #bbb;
}

.footer-text>i {
    margin-right: 5px;
}