.login {
    background-color: #F9FDFF !important;
}

.page-header.navbar .page-logo .logo-default{
	margin: 20px 10px 0;
    max-width: 125px;
}

.page-content-wrapper .page-content{
	padding: 0 0 0 20px;
}

.portlet.calendar .fc-event {
	border: 5px solid;
}


.portlet.calendar .fc-event .fc-time{
	color: #000000;
	font-weight: bold;
}

.portlet.calendar .fc-event .fc-title{
	color: #000000;
	font-weight: bold;
}


.portlet.calendar.light .fc-button{
	top: -145px
}

#oTableCodigosMutuas_wrapper .row{
	display: none !important;
}

#oTableMaterial_wrapper .row{
	display: none !important;
}

#oTableVencimientos_wrapper .row{
	display: none !important;
}

.portlet.calendar .fc-event .fc-time {
	font-size: 11px;
}
.portlet.calendar .fc-event .fc-title {
	font-size: 11px;
}

.fc-nonbusiness {
    background: #aaaaaa none repeat scroll 0 0;
}

.btn_calendar{
	font-size: 12px;
}

.tabletextdark td{
	font-weight: bold;
}

.table.collapsed .filter {
	display: none;	
}

.modal-dialog {
    margin: 0 auto;
    width: auto;
}

.input-group .select2-container--bootstrap {
    width: 100% !important;
}

.jstree-contextmenu{
	z-index: 999999999;
}


.zonapaso1 .textopack{
	padding: 0px 25px;
	font-size: 13px;
	text-align: justify;
}

.fichacontrato .form-group {
    margin-bottom: 0px;
}

.bootstrap-tagsinput > input{
    width: 100%!important
}

#galeria_contenido{
    min-height: 280px
}

.loader {
  border: 3px solid #f3f3f3!important;
  border-radius: 50%!important;
  border-top: 3px solid #C4A64B!important;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 0.9s linear infinite; /* Safari */
  animation: spin 0.9s linear infinite;
  margin:5% auto 5% auto
}


.bootstrap-tagsinput {
  width: 100% !important;
}
.bootstrap-tagsinput input[type="text"] {
    width: 100%!important;
    min-height: 34px;
}

.glyphicon{
    font-size: 16px !important;
}


/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.spinner {
  margin: 100px auto 70px auto ;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 10px;
  height: 10px;
  background-color: #D5BF7E;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}