.animate-logo:hover:before, .animate-logo:hover:after {
    opacity: .8;
    transition: transform 1.3s ease 0s, opacity 1.2s ease 0s;
    -webkit-transition: transform 1.3s ease 0s, opacity 1.2s ease 0s;
}

.animate-logo:before, .animate-logo:after {
    font-size: 18px;
    color:#87cefa;
    opacity: 0;
    color:dodgerblue;
    transition: transform 1.3s ease 0s, opacity 1.2s ease 0s;
    -webkit-transition: transform 1.3s ease 0s, opacity 1.2s ease 0s;
}

.animate-logo:before {
    content: "<";
    padding-right: 5px;
}

.animate-logo:after {
    content: ">";
    padding-left: 5px;

}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
	color: #000 !important;
    background-color: #fff !important;
}
.navbar-nav>li>.dropdown-menu {
	margin-top:2px !important;
}
.page-header{
	border-bottom: 1px solid #f7ce18 !important;
}

.panel-primary {
    border-color: #f7ce18 !important;
}
.panel-primary>.panel-heading {
    color: #000 !important;
    background-color: #f7ce18 !important;
    border-color: #f7ce18 !important;
}
.nav-pills>li>a {
	color:#000 !important;
}
.atraso {
    text-align: center;
}

.navbar-inverse {
    background-color: #000000 !important;
	border-bottom: 2px solid #f7ce18 !important;
}



.paging {
    height: 36px;
    margin: 18px 0;
}


.paging span{
    float: left;
    padding: 0 14px;
    line-height: 34px;
    border-right: 1px solid;
    color: rgba(0, 0, 0, 0.15) !important;
    border-right-color: rgba(0, 0, 0, 0.15) !important;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.paging span:hover, .paging span a:hover, .paging span.current {
    background-color: #C7EEFE;
    text-decoration:none;
}


li.boton {
    /*background-color: #f7ce18;*/
}


/*
.animate-logo a:before {
    color: #428bca;
    content: "<";
    font-size: 22px;
    line-height: 16px;
    margin-right: 3px;
    transform: translateX(50px);
}

.animate-logo a:before, .animate-logo a:after {
    display: inline-block;
    opacity: 1;
    transition: transform 0.3s ease 0s, opacity 0.2s ease 0s;
}

.animate-logo a:after {
    color: #428bca;
    content: ">";
    font-size: 22px;
    line-height: 16px;
    margin-left: 3px;
    transform: translateX(-50px);
}

*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

tfoot input {
	width: 100%;
	padding: 3px;
	box-sizing: border-box;
}

.mayusculas {
    text-transform: uppercase;
}