/*================================================================================
	Item Name: Materialize - Material Design Admin Template
	Version: 1.0.0
	Author: jungla<CODE/>
	Author URL: http://junglacode.org
================================================================================*/

.azul-hermosillo{
	background: #1b40b9;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #1b40b9,#304179);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(#1b40b9, #304179) /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

table.financial > tbody > tr:nth-child(odd) {
	background-color: #a5d6a7 
  }

table.financial > tbody > tr:nth-child(even) {
	background-color: #fffde7
}

table.highlight > tbody > tr{
	cursor : pointer;
}
.square-texture{
	background: url('../../../images/textures/squares.png');
}

.btn-full{
	width: 100% !important;
}

.cursor{
	cursor: pointer !important;
}

.p-card-seeker{
	line-height: 23px !important;
}
.t-seeker-title{
	line-height: 23px !important;
	margin-bottom: 11px !important;
	font-size: 20px !important;
}
.c-seeker-footer{
	padding: 1px 5px 0 0px !important;
}

.b-seeker-tag{
	margin-bottom: 11px !important;
	font-size: 1.2em !important;
	line-height: 23px  !important;
}

.card-credit{
	margin: 11px 11px 11px 11px;
    padding: 11px 11px 11px 11px;
}

.font-error{
	text-shadow : #291d7d 1px 1px, #1d507d 2px 2px, #1d507d 3px 3px, 
	#0f3c84 4px 4px, #1d4c7d 5px 5px, #0c4186 6px 6px, #305db3 7px 7px,
    #2648ac 8px 8px, #1d437d 9px 9px, #3255bf 10px 10px, #3d33b0 11px 11px, 
	#1541f0 12px 12px, #1d437d 13px 13px, #1d317d 14px 14px, #407bd7 15px 15px,
    #0b0d0d 16px 16px, #2b2d2d 17px 17px, #3e4040 18px 18px, #c8cccb 19px 19px, 
	#ccd2d1 20px 20px, #d3dbd8 21px 21px;
	color: white;
	font-size: 11.11em;
	margin-top: -11px;
	margin-bottom: 50px;
}
.smile-error{
	font-size: 5rem;
	padding-left: 40px;
	font-weight: normal;
}

.container-code-error{
	margin-top: -75px;
}

#error-page{
	padding: 35px 35px 35px 35px !important;
}