
.carousel-control.left, .carousel-control.right{ 
background: none !important;
filter: progid:none !important;
}

md-dialog.fullscreen-dialog {
max-width: 100%;
max-height: 100%;
width: 100%;
height: 100%;
border-radius: 0;
}

md-tabs.md-default-theme md-ink-bar, md-tabs md-ink-bar {
color: #1c75bc !important;
background-color: #1c75bc !important;
}
md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) {
color: #1c75bc !important;
}

.table > tbody > tr > td {
vertical-align: middle;
}
.table > thead > tr > th {
vertical-align: middle;
}

.btn-success {
border-color: #1c75bc;
background-color: #1c75bc;
}

.header {
position: relative;
top: 0px;
left: 0px;
margin: 0 auto;
width: 100%;
height: 90px;
line-height: 90px;
vertical-align: middle;
opacity: 1;
background-color: #1c75bc!important;
color: #1c75bc;
z-index: 1;
display: inline-block;
font-weight: bold;
border-bottom: 1px solid #555;
}

.footer {
position: relative;
vertical-align: middle; 
opacity: .95; 
background-color: #0f0f0f; 
color: #afafaf; 
display: inline-block; 
font-family: Arial;
width: 100%;
text-align: left; 
font-size: 0.65em; 
font-weight: 500;
padding-top: 20px
}

.menu {
display: inline-block;
line-height: 60px;
height: 60px;
float: right;
margin: 0;
}      

.float-menu {
line-height: 90px;
height: 90px;
font-size: 1.1em;
opacity:1; 
float: right; 
margin-right: 0px;
vertical-align: middle;
text-shadow: 1px 1px #333;
}

.float-menu a {
color: white!important;
padding: 0px 12px;
padding-right:16px;
text-decoration: none;
opacity:1; 
line-height: 90px;
height: 90px;
}

.float-menu a:hover {
text-shadow: 0px 0px 2px white;
}

.active {
color: #1c75bc;
}

.float-menu .icon {
display: none;
}


#menu {
transition: all 0.25s;
}

#nav {
transition: all 0.25s;
display: none;
}

.btn !btn-lg !btn-sm {
height: 34px;
}



.ng-enter{
transform: translateX(-500px);
opacity: 0;
}

.ng-enter-active{
transform: translateX(0px);
opacity: 1;
}

.ng-leave{
transform: translateX(0);
opacity: 1;
}

.ng-leave-active{
transform: translateX(500px);
opacity: 1;
}

.linhaDesabilitada{
	pointer-events: none;
    color: #DCDCDC;
}

.linhaNormal{
	color:#ffcc59;
    cursor:pointer;
}







