.login-page, .register-page {
    background: #527283;
}

.login-box {
    margin: 5% auto;
}

.register-box-body {
    width: 460px;
}

.imgLogo {
    width: 25%;
    padding-top: 20px;
    padding-left: 20px;
}

.imgprofile {
    height: 70px;
    width: 70px;
    margin-left: 30%;
}

.profile {
    color: white;
    font-size: 17px;
    margin-top: 10px;
    text-align: center;
}

.logo {
    padding-left: 25%;
    background-color:white;
}

.error-404-page-header{
    background-color:#3c8dbc;
    background-position:0 62%;
    
}

.flex-caption {
  width: 100%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
 } 
 .anulada{
	color:red;
 }
  .vencida{
	color:orange;
 }

 .dt-buttons{
     padding-top: 30px;
 }
  
 .dt-button{
 
 } 
  
.dt-button.pdf {
        color: red;
		 border: 0;
		 font-size: 20px ;
		 font-weight:400;
		  font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    }

  .dt-button.excel {
        color: green;
		  border: 0;
		 font-size: 20px ;
		 font-weight:400;
		  font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    }
	
.dt-button.print {
        color: gray;
		  border: 0;
		 font-size: 20px ;
		 font-weight:400;
		  font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    }	
  
.td-actions {
    width: 100px;
}

.label-nowrap {
    white-space: nowrap;
}

