@media print{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}
#cboxContent {
	overflow: hidden !important;
	border: 3px solid #cdcdcd;
	padding: 0px;
}
#cboxClose {
	position: absolute;
	right: -5px;
	top: -12px;
}
#colorbox{
	z-index: 100;
}
table{
	width: 100% !important;
	table-layout: fixed;

}

.table.linhaunica tbody td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.td-action{
	width:80px;

}
.td-sigla{
	width:100px;
}

.ace-file-input .ace-file-container{
	float: left;
    position: inherit;
    width: 100%;
}

.light-login {
    /* background: url(../img/bg-site.jpg); */
    padding-top: 70px;
}
.skin-3 .main-container:before {
    background-color: #de0808;
    //background: url(../img/bg-site.jpg);
}
.login-layout .footer .footer-inner .footer-content {
    color: white;
    position: initial;
}
.skin-3 .navbar {
    background: #29a180;
}
.red {
    color: #ad0030 !important;
}
.btn-success, .btn-success:focus {
    background-color: #29a180!important;
    border-color: #29a180;
}
.ace-nav>li.light-blue>a {
    background-color: #3080be;
}
.blue {
    color: #3080be !important;
}
.btn-primary, .btn-primary:focus {
    background-color: #3080be !important;
    border-color: #3080be;
}
.green {
    color: #29a180!important;
}
.skin-3 .sidebar {
    background-color: #3080be;
}