header#fringe {
	height: 121px;
	background-color: white;
	width: 100%;
	/*position: fixed;*/
	position: relative;
	top: 0;
	z-index: 98;
	/*opacity: 0.75;*/
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

header#fringe-top {
	height: 97px;
	background-color: white;
	width: 100%;
	/*position: fixed;*/
	position: relative;
	top: 0;
	z-index: 98;
	/*opacity: 0.75;*/
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

@media (min-width: 1200px) {
	.container {
    	width: 1200px;
	}
}

header#fringe img {
	/*max-height: 120px;*/
	height: 134px;
	width: 111px;
	padding-top: 3px;
}

header#fringe-top .title {
	font-weight: 500;
	font-family: Roboto;
	letter-spacing: -1px;
	line-height: 46px;
	font-size: 1.6rem;
}

header#fringe-top .info {
	float: right;
}

.clr {
	clear: both;
    margin-top: 30px;
}

.top-link {
	font-family: Roboto;
	font-weight: 400;
	padding: 10px 0 10px 10px !important;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	color: #fff;
	text-align: left;
	float: left;
	line-height: 16px;
	position: relative;
	padding: 15px 0 15px 8px;
	font-size: 12px;
}

.top-link .otros {
	position: relative;
    z-index: 1;
    display: block;
    cursor: pointer;
    text-transform: capitalize;
    color: #454545;
    padding-left: 30px;
    padding-left: 0 !important;
    margin-right: 20px;
    margin-right: 0 !important;
}

.blck {
	text-align: right;
	margin-top: 5px;
	font-family: Roboto;
	font-size: 13px;
}

@media (max-width: 992px) {
	.info {
	    float: none !important;
	    display: inline-block;
	    width: 100%;
	}

	#fringe-top {
		box-shadow: none !important;
		text-align: center !important;
	}

	.top-link {
		text-align: center;
		float: none;
	}
}

@media only screen and (max-width: 992px) {
	.blck {
	    display: block !important;
	    text-align: center;
	    float: none;
	}
}

.blck span {
	position: relative;
	top: 6px;
}

.blck .fa-phone:before {
    font-size: 24px !important;
    color: #3366cc !important;
}

.fa-phone:before {
    content: "\f095";
}

.blck a, .top-link a {
    color: #3366cc;
    text-decoration: none;
}

.blck a:hover, .top-link a:hover {
    text-decoration: none;
    color: #3366cc;
    cursor: pointer;
}

.center {
	text-align: center;
}

table th {
	text-align: center;
}

span.help-block {
	font-family: 'Roboto';
}

label.control-label, .label-container label, thead th, tbody td {
	font-family: 'Roboto';
}
/*
@font-face {
	font-family: 'Museo 500';
	src: url('/fonts/Museo500-Regular.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Museo 300';
	src: url('/fonts/Museo300-Regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Museo 100';
	src: url('/fonts/Museo100-Regular.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Museo 900';
	src: url('/fonts/Museo900-Regular.otf') format('opentype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Museo 700';
	src: url('/fonts/Museo700-Regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Amplitude Book';
    src: url('/fonts/FontBureau-Amplitude-Book.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
}*/

/* Estilo del loader */
.loader {
	margin: 60px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(255, 255, 255, 0.2);
	border-right: 1.1em solid rgba(255, 255, 255, 0.2);
	border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
	border-left: 1.1em solid #ffffff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 0.8s infinite linear;
	animation: load8 0.8s infinite linear;
}

.loader-wrapper {
	position: fixed;
	background: rgba(0,0,0,0.9);
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 99;
}

.loader,
.loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*
* Estilos para los macros
*/

.font-amplitude-book {
	font-family: 'Roboto' !important;
	font-weight: 500;
}

.tmrdo-input-text {
	background: #fff !important;
	border: 1px solid #ddd !important;
	padding: 5px !important;
	height: 34px !important;
	width: 100% !important;
	font-size: 12px !important;
	vertical-align: middle !important;
	color: #2f2f2f !important;
	background: #fff !important;
	font-family: Roboto !important;
	font-weight: 400 !important;
	outline: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.tmrdo-title {
	font-family: 'Roboto' !important;
	font-weight: 900 !important;
	font-size: 24px !important;
	color: #000 !important;
	margin: 0 !important;
	line-height: 40px !important;
}

.tmrdo-btn {
	overflow: visible !important;
    width: auto !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    cursor: pointer !important;
    color: #FFFFFF !important;
    cursor: pointer !important;
    display: inline-block !important;
    padding: 10px 20px !important;
    text-align: center !important;
    text-decoration: none !important;	
    font-size: 12px !important;
    vertical-align: middle !important;	
    clear: both !important;
    display: inline-block !important;
}

.tmrdo-btn span {
	line-height: 35px;
    padding: 5px 20px;
    background: #000;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}
.tmrdo-btn span span {
	padding: 0;
}

.tmrdo-addon {
	border: 0 !important;
	border-radius: 0 !important;
	cursor: pointer;
}

.tmrdo-btn-hover {
	border-radius: 0 !important;
}

.tmrdo-btn-hover:hover {
	color: white !important;
	background: black !important;
	cursor: pointer;
}

.tmrdo-paginator {
	color: #888 !important;
	background: white !important;
	border: 1px solid #ccc !important;
}

.pagination li.active a.tmrdo-paginator {
	background: #ddd !important;
}

.pagination li.active a.tmrdo-paginator:hover {
	background: black !important;
	color: white;
}

.tmrdo-index-title {
	color: white;
	text-shadow: 2px 2px black;
}

.tmrdo-menu-1st {
	margin-left: 100px;
}

.tmrdo-menu {
	font-family: Roboto;
	font-weight: 400;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 70px !important;
	font-size: 13px;
	color: black;
}

.tmrdo-menu-active {
	border-bottom: 4px solid #2c2c2c;
    padding-bottom: 17px;
}

.inline {
	display: inline-block;
}

.clear {
	clear: both;
}

.sweet-alert {
	/*margin-top: -280px !important;*/
	max-height: 85% !important;
}

.sweet-alert p {
	overflow-y: auto !important;
	/*max-height: 70% !important;*/
}

.blika-logo {
    height: 132px !important;
    width: 170px !important;
    padding-top: 45px !important;
    padding-bottom: 25px !important;
}

/*.long-table-container {
    overflow-x: scroll;
    overflow-y: hidden;
}*/

.long-table-container td {
    white-space: nowrap;
}

.long-table-container td {
    padding-left: 20px;
    padding-right: 20px;
}