@import url("fonts.css");
@import url("buttons.css");
@import url("utilities.css");
@import url("layout-main.css");
@import url("layout.css");
@import url("menu.css");
@import url("forms.css");
@import url("dropdownmenu.css");
@import url("messages.css");
@import url("tables.css");
@import url("wiki.css");
@import url("spinner.css");
@import url("tooltip.css");
@import url("modal.css");

/* REACT CSS FILES*/
@import url("loader.css");
@import url("jagForms.css");
@import url("reportToTrello.css");

/* Stylesheet For Portal Atención al Proveedor   */

/*

    Basic Typography Styling


*/
body {
	font-family: 'Roboto' , Arial , Helvetica , sans-serif;
	margin: 0;

}
a { color:#0089B4; cursor: pointer;}
a.secondary { color: #838383;}
a:hover {color:#096191;}

h1, h2, h3 {
	font-family: 'Raleway' , Verdana , sans-serif;
	font-weight: normal;
}
h2, h3  {
	font-weight: bold;
}
p {
	line-height: 1.5em;
}
.p-primary {
	font-family: 'Raleway' , Verdana , sans-serif;
}
li {
	line-height: 1.5em;
	margin-bottom: 1em;
}

/*. Special Typography Styling  */

.fancy {
	line-height: 32px;
	margin-bottom: 25px;
	font-family: 'Raleway' , Verdana , sans-serif;
	font-size: 18px;
}

.instructions {
	font-family: 'Raleway' , Verdana , sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 25px;
}
h1 small, h2 small, h3 small {
	font-weight: normal;
	color:#838383;
}
.isnumber {
	font-family: 'Roboto' , Arial , Helvetica , sans-serif;
}

.letter-spread {
	letter-spacing: 0.08em;
}

/* Wizards Bullets */
.wizards-steps {
	list-style: none;
	padding: 0;
}
.wizards-steps li {
	background: #CCCCCC;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	border-radius: 50%;
}
.wizards-steps li.current {
	background-color: #03AFB4;
}

/*  Miscelaneus  */

.important-notice {
	background-color:#D4F5AB;
	padding: 10px 30px;
}
.important-notice h3 {margin-top: 9px;}

/* Mini Defintion List - Used for YTD */
.mini-dl {
}
.mini-dl dt,
.mini-dl dd {
	display: inline-block;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	margin-bottom: 2px;
}
.mini-dl dt {
	width: 27%;
	font-weight: bold;
	text-align: right;
	margin-right: 5%;
}
.mini-dl dd {
	width: 65%;
}

/* Notice is a style prepared for prototyping notices */
/* Is meant to work inside a div, placed at start or end of document */
.notices {
	font-size: .8em;
	position: fixed;
	right: 50px;
	bottom: 0px;
	background: #FF6483;
	padding: 10px 40px;
	color: #FFF;
	text-align: center;
	z-index: 60;
	font-weight: bold;
}

/* Style to Provider Info only */
.provider-info h1 {
	background: #7F7F7F;
	padding: 10px;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 30px;
	color: #FFF;
}

.provider-info h2 {
	background: #F4F4F4;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 30px;
	border-bottom: 1px solid;
	border-bottom-color: rgba(151,151,151,.2);
}

@media only screen and (max-width: 800px) {
	.fancy {
		font-size: 15px;
	}
	.instructions {
		margin-bottom: 0;
	}
	.instructions p {
		font-size: 14px;
	}
	.instructions h2 {
		font-size: 18px;
	}
	/* Notices moves to let space to bottom menu if it's pressent */
	.notices {
		position: fixed;
		padding:5px 40px;
		right: auto;
		left: -30px;
		bottom: auto;
		top: 10px;
		-webkit-transform: rotate(-30deg); /* Safari prior 9.0 */
		-ms-transform: rotate(-30deg); /* IE 9 */
			transform: rotate(-30deg); /* Standard syntax */
	}
}
