html { font: normal 17px/1.6rem 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif; }

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
  color: #6d6d6d;
  background-position: center center;
	background-size: cover;
	z-index: -1;
}

h1, h2, h3, h4, h5, h6, blockquote {
	font-family: Georgia, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  color: #303030;
}

h1 { font-size: 2.5rem; }
h2 {
	font-size: 1.75rem;
	line-height: 1.8rem;
	margin-bottom: 1rem;
}
h3 {
	font-size: 1.50rem;
	margin-bottom: 1rem;
}
h4 {
	font-size: 1.25rem;
	line-height: 1.6rem;
	margin-bottom: 0.8rem;
}
h5 {
	font-size: 0.8rem;
	margin-bottom: 0.8rem;
}

p { margin-bottom: 1rem; }

ul { list-style: none; }

a {
	position: relative;
	text-decoration: none;
	color: #505050;
	transition: all 0.17s ease;
}
a:hover { color: #ff3300; }

img {
	vertical-align: bottom;
	border: 0;/* IE Hack */
	max-width: 100%;
	height: auto;
}

fieldset {
	border: 1px dotted #7d7d7d;
	border-radius: 0.2rem;
	padding: 1.5rem;
	margin-bottom: 1rem;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"],
input[type="date"], textarea, select {
	padding: 0.5rem;
	outline: none;
	border: 1px dotted #7d7d7d;
	border-radius: 0.2rem;
	font-family: Roboto, sans-serif;
	font-size: 0.8rem;
	color: #7d7d7d;
}
input[type="submit"], input[type="button"].submit, button[type="submit"],
button.submit, .btn-send {
	padding: 0.5rem 1rem;
	border: none;
	border-radius: 0.2rem;
	font-size: 1rem;
	color: #505050;
	background: #ffe400;
	cursor: pointer;
	transition: all .15s ease;
}
input[type="submit"]:hover, input[type="button"].submit:hover, button[type="submit"]:hover,
button.submit:hover, .btn-send:hover {
	box-shadow: 1px 1px #505050, 2px 2px #505050, 2px 2px #505050;
}
input[type="submit"][disabled]:hover { box-shadow: none; }
/*a.btn-send:hover { color: #505050; }*/
input[type="reset"], input[type="button"].reset, button[type="reset"],
button.reset, .btn-simple {
	boder: none;
	background: none;
}
input[type="reset"]:hover, input[type="reset"].reset:hover, button[type="reset"]:hover,
button.reset:hover, .btn-simple:hover {
	text-decoration: underline;
}
input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder,
input[type="number"]::-moz-placeholder, input[type="date"]::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder, input[type="url"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder, input[type="date"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #7d7d7d;
}

small { font-size: 0.9rem; }

blockquote {
	position: relative;
	padding-left: 2rem;
}
blockquote::before {
	content: "\201C";
	display: inline-block;
	position: absolute;
	font-size: 4rem;
	left: 0;
	top: 0.8rem;
}
blockquote cite {
	display: block;
	font-size: 0.9rem;
}
blockquote cite::before { content: "\2014 \2009"; }

code { font-family: Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace; }

table {
	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: 1rem;
}
table th, table td {
	border: dotted 1px rgba(0, 0, 0, .2);
	padding: 0 4px;
}

[class*="icon-"] { line-height: 1rem; }

/**********************************************/

div#showcase { height: 100vh; }
div#showcase::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-position: center center;
	background-size: cover;
	z-index: -1;
}
div#showcase div.blue-box {
	padding: 2rem 0;
	margin-bottom: 1rem;
}

ul#top-strip-nav {
	position: absolute;
	padding-right: 1rem;
	margin-top: 1rem;
	text-align: right;
}
ul#top-strip-nav li {
	display: inline-block;
	margin: 0 0.1rem;
}
ul#top-strip-nav li#logo {
	width: 12rem;
	float: left;
	margin-right: 1rem;
}
/*ul#top-strip-nav li#logo > a::before, */ul#top-strip-nav li a h1, ul#top-strip-nav li a p { display: none; }
ul#top-strip-nav li#li-facebook { margin-right: -0.2rem; }

li.social-link { position: relative; }
li.social-link::before, li.social-link::after {
	content: "";
	position: absolute;
	transition: all 0.17s ease;
	width: 0;
	height: 0;
	padding: 1rem;
	top: -0.2rem;
	left: 0.03rem;
	border-radius: 50%;
}
li.social-link::before { background: #eee; }
li.social-link::after {
  opacity: 0;
  background: #ff3300;
}
li.social-link:hover::before { visibility: hidden; }
li.social-link:hover::after { opacity: 1; }
li.social-link a {
	z-index: 1;
	padding: 0.44rem 0.52rem;
	border-radius: 50%;
	color: #7d7d7d;
}
li.social-link a:hover { color: #fff; }

/**********************************************/

div.container {
  width: 90%;
  margin: auto;
  padding: 0 2rem;
  position: relative;
}

p#copyright {
	background: rgba(0, 0, 0, .5);
	color: #eee;
	margin: 0;
	padding: 2rem;
	text-align: center;
	bottom: 0;
}

/**********************************************/

div#login-form-box {
	width: 25rem;
	margin: 0 auto 2rem auto;
	padding: 1rem;
	background: rgba(255, 255, 255, .8);
}
div#login-form-box input[type="submit"] { width: 100%; }

/**********************************************/

div.main-section-title {
	padding: 2rem 0;
	margin: 0.5rem 0 1rem 0;
	background: rgba(0, 0, 0, .8);
	text-align: center;
}
div.main-section-title h1, div.main-section-title h2, div.main-section-title p { color: #fff; }
div.main-section-title h2 {
	width: 45%;
	margin: 0 auto;
	line-height: 2rem;
}

div.main {
	padding-top: 2rem;
	padding-bottom: 2rem;
	margin-bottom: 1rem;
	background: rgba(255, 255, 255, .8);
	overflow: hidden;
}

/**********************************************/

.share-this-box {
	text-align: center;
	margin-bottom: 2rem;
}
.share-this-box .icon-share2 {
	font-size: 1.5rem;
	color: #adadad;
	vertical-align: middle;
	padding: 0;
}
.share-this-box h4 { margin-bottom: 1rem; }
.share-this-box .icon-facebook { color: #4c69c7; }
.share-this-box .icon-twitter { color: #2abeeb; }
.share-this-box .icon-instagram {
	color: transparent;
	/*background: linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);*/
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
	background-clip: text;
	-webkit-background-clip: text;
	text-fill-color: transparent;
}
.share-this-box .icon-google-plus { color: #e64235; }
.share-this-box .icon-pinterest { color: #cf2834; }
.share-this-box .icon-linkedin2 { color: #007bc7; }

.share-this-box a {
	padding: 0.35rem 1rem;
	border-radius: 0.5rem;
	background: #eee;
}
.share-this-box a:hover, .share-this-box a:hover > i.icon-google-plus,
.share-this-box a:hover > i.icon-pinterest {
	background: #303030;
}

/**********************************************/

span#avatar-notifications {
	position: absolute;
	top: -25px;
	right: 15px;
	z-index: 201;
}
span#avatar-notifications::after {
	position: absolute;
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border: 2px solid #eee;
	border-radius: 50%;
	background-color: #ff3300;
}

span#total-notifications {
	position: absolute;
	top: 0;
	right: -15px;
	font-size: 0.6rem;
	color: #fff;
	z-index: 202;
}

a#avatar-btn::before { background: none; }

img.avatar-small { width: 40px; }
img.avatar-medium { width: 80px; }
img.avatar-small, img.avatar-medium { border-radius: 50%; }

div#account-info {
	position: absolute;
	overflow: visible;
	right: -30px;
	top: 30px;
	width: 30rem;
	border: 1px solid #ccc;
	/*border-color: rgba(0, 0, 0, .2);*/
	box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
	border-radius: 2px;
	outline: none;
	background: #fff;
	z-index: 203;
	display: none;
}
div#account-info .arrow-up {
	position: absolute;
	right: 42px;
	top: -8px;
	border-width: 8.5px;
}

div#noticaciones { background: #eee; }
div#noticaciones ul {
	list-style: circle;
	padding-left: 2rem;
	font-size: .8rem;
}
a.btn-admin, div#noticaciones ul li a { color: #36c; }
a.btn-admin:hover, div#noticaciones ul li a:hover { text-decoration: underline; }

/**********************************************/

.paneles-tasas .col-3 { padding: 0 2px; }
.paneles-tasas table { width: 100%; }
.paneles-tasas i { vertical-align: middle; }

#convertidor { width: 100%; }
#convertidor legend { font-weight: bold; }
#convertidor input { width: 20%; }
#convertidor select { width: 20%; }
#convertidor div.form-group { text-align: center; }

/**********************************************/

div#app-toolbar-box {
	margin: 2rem 0 1rem 0;
	padding: 1rem 0;
	border-top: 1px solid #fff;
	border-top-color: rgba(255, 255, 255, .3);
	border-bottom: 1px solid #fff;
	border-bottom-color: rgba(255, 255, 255, .3);
}

form#searchForm fieldset, form#searchForm .form-group {
	margin: 0;
	padding: 0;
	border: none;
}
form#searchForm input {
	width: 8rem;
	margin-left: 2rem;
	padding: 0.2rem 0.5rem 0.2rem 2rem;
	border-radius: 0.5rem;
	border-color: rgba(255, 255, 255, .6);
	background-color: rgba(0, 0, 0, .3);
	/* Experimental */
	background-image: url('../img/search-icon.png');
	background-position: 4px -18px;
	background-repeat: no-repeat;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.1rem;
	color: #fff;
	transition: all .15s ease;
}
form#searchForm input:focus { width: 18rem; }
form#searchForm input.input-error { border-color: rgba(255, 0, 0, .4); }
form#searchForm input[readonly] { background: #e3e3e3; }
form#searchForm .error-msg {
	position: absolute;
	visibility: hidden;
}
form#searchForm .tooltip {
	display: inline-block;
	overflow: visible;
	width: 60%;
}
form#searchForm .tooltip-content { left: -6px; }
form#searchForm .tooltip-right .arrow-left {
	top: -15px;
	left: -15px;
	border-right-color: rgba(0, 0, 0, .8);
}
form#searchForm .tooltip-content h4 { color: #eee; }
form#searchForm .tooltip-content ul li {
	padding: 0;
	line-height: 1rem;
	color: #eee;
}

div#app-main-content {
	position: relative;
	padding: 1rem;
	background: rgba(255, 255, 255, .8);
}

/**********************************************/

div#app-main-menu-container {
	color: #fff;
	background: rgba(0, 0, 0, .3);
	font-size: 0.84rem;
	height: 100%;
	overflow-y: hidden;
}
/*
Experimental
div#app-main-menu-container:hover { overflow-y: scroll; }
*/

ul#nav-admin a {
	display: block;
	padding-left: 0.5rem;
	color: #fff;
}
ul#nav-admin a:hover { background: rgba(0, 0, 0, .8); }
ul#nav-admin a.active::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 4px;
	background: #fff;
}
ul#nav-admin li { position: relative; }
ul#nav-admin li.contracted::after, ul#nav-admin li.expanded::after {
	content: "";
	position: absolute;
	right: 8px;
	border: 4px solid transparent;
	width: 0;
	height: 0;
}
ul#nav-admin li.contracted::after {
	top: 10px;
	border-top-color: #fff;
}
ul#nav-admin li.expanded::after {
	top: 6px;
	border-bottom-color: #fff;
}
ul#nav-admin li div {
	overflow: hidden;
	height: 0;
	transition: all .18s ease;
}
ul#nav-admin li.contracted div { height: 0; }
ul#nav-admin li.expanded div { height: auto; }
ul#nav-admin ul {
	padding-left: 1.5rem;
	list-style: square;
	list-style-type: square;
}
ul#nav-admin ul li {}
ul#nav-admin ul li a {
	margin-left: -1.5rem;
	padding-left: 1.5rem;
}

/**********************************************/

.screen-reader-text { display: none; }

