html, body {
  background: #fff;
}

.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;
}

.printonly {
  display : none;
}

@media print {
    a[href]:after {
      content: none !important;
    }
    
	.printonly {
	  display : block;
	}
    
    img {
      display: block;
      page-break-before: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
      page-break-after: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
      page-break-inside: avoid; /* or 'auto' */
    }
}

.header {
position: relative;
top: 0px;
left: 0px;
margin: 0 auto;
width: 100%;
height: 50px;
line-height: 50px;
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: 50px;
height: 50px;
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: 50px;
height: 50px;
}

.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;
}

  .file-drop-zone {
	display: block;
	margin: 0px auto;
	border: 5px dashed #aaa;
	width:  100%;
	padding: 20px;
	cursor: pointer;
	font-size: 12px;
  }
  
  .document-drop-zone {
	display: block;
	margin: 0px auto;
	border: 5px dashed #aaa;
	width:  100%;
	padding: 20px;
	cursor: pointer;
	font-size: 12px;
  }
  
  .logo-drop-zone {
	display: block;
	margin: 0px auto;
	border: 5px dashed #aaa;
	width:  100%;
	padding: 66px;
	cursor: pointer;
	font-size: 12px;
  }
  
  .image-drop-zone {
	display: block;
	margin: 0px auto;
	border: 5px dashed #aaa;
	width:  100%;
	padding: 30px;
	cursor: pointer;
	font-size: 12px;
  }
  
  .img-responsive:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }










