/*
******************************
	Furry México
******************************
*/

html, body
{
	padding: 0px;
	margin: 0px;

	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;

	color: #EAEAEA;
	background:#2A2A2A;

	position: relative;
	height: 100%;
}

*
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/**/

a { text-decoration: none; color: #FFF; }
.float-right { float: right; }
.float-left { float: left; }
.margin-center { margin: 0 auto 0 auto; }
.anchor { clear: both; }
.txt-right { text-align: right; }
.txt-left { text-align: left; }
.txt-center { text-align: center; }
.txt-justify { text-align: justify; }
.success { color: #00b029; padding: 4px 0px; }
.error { color: #ff474a; padding: 4px 0px; }

h1{ text-align: 24px; }
h2{ text-align: 20px; }
h3{ text-align: 18px; }
h4{ text-align: 16px; }

hr { border-top: 1px solid #CCC; }

/**/

body > #base-wrapper
{
    min-height: 100%;
    position: relative;
}

header
{
	padding: 0px;
	background: #222;
	color: #FFF;
	height: 50px;
	
	position: fixed;
	width: 100%;
	z-index: 1000;
}

header a
{
	color: #FFF;
}

header div
{
	vertical-align:  top;
	display: inline-block;
	
}

header .additional
{
	margin-top: 12px;

	display: inline-block;
	position:relative;
	padding: 5px;

	min-width: 20%;
	height: 35px;
}

header .logo
{
	margin: 5px 0px;
	padding: 0px;
	background: url(../images/logo.png) no-repeat center center;
	background-size: contain;
	width: 200px;
    height: 40px;
}

header .header
{
	margin-left: 20px;
	height: 50px;
}

section.main
{
	width: 100%;
	min-height: 100%;

	padding: 10px;
	position: relative;
}

h1,h2,h3,h4 
{     
	padding: 0;
    margin: 0; 
}

h1{ font-size: 52px; }
h2{ font-size: 38px; }
h3{ font-size: 28px; }
h4{ font-size: 18px; }

.outbox
{
	margin: 0 auto 0 auto;
	padding: 20px;

	width: 80%;
}

.inbox
{
	padding: 20px;
}

.box
{
	margin: 0 auto 0 auto;
	padding: 20px;
	background: #222;
	border-radius: 5px;
	color: #EAEAEA;

	width: 80%;
}

.box.big
{
	width: 100%;
	max-width: 1024px !important;
}

.outbox .title,
.box .title
{
	margin: 5px;
	font-weight:  bold;
	font-size: 22px;
}

.outbox .description,
.box .description
{
	margin: 5px;
	text-align: left;
}

.outbox .subtitle,
.box .subtitle
{
	margin: 5px;
	font-weight:  bold;
	font-size: 18px;
}

.outbox .title.left,
.box .title.left,
.outbox .subtitle.left,
.box .subtitle.left
{
	text-align: left !important;
}

.outbox .box-line,
.box .box-line
{
	padding: 10px 25px;
}

#base-content
{
	position: relative;
	top: 50px;
	min-height: calc(100vh - 50px);
} 

#fnc-navegation
{
	padding: 15px;
} 

body footer
{
	background: #222;
	color: #444;

    width: 100%;
	min-height: 80px;
	margin-top: 50px;
}

body footer .footer-menu
{
	display: table;
    margin: 0 auto 0 auto;
    white-space: nowrap;
}

body footer .footer-menu a:Hover
{
	color: #FFF;
}

body footer .footer-menu > ul
{
	width: 90%;
	display: table;
	text-align: center;
}

body footer .footer-menu ul
{
	text-align: center;
}

body footer .footer-menu > ul > li:not(:last-child)
{
	border-right: 1px solid #EAEAEA;
}

body footer .footer-menu > ul li
{
	display: table-cell;
	text-align: center;
	font-size: 14px;
	padding: 5px 15px;
	list-style: none;
	font-weight: bold;
	
	margin-left: -40px;
}

body footer .footer-menu > ul > li a
{
	color: #EAEAEA;
}

body footer .footer-menu > ul ul li a
{
	color: #AAA;
}

#fnc-message
{
	top: 0;
	background: rgba(0,0,0,0.7);
	position: fixed;
	vertical-align: middle;	

	width: 100%;
	height: 100%;
	
	z-index: 1000000000; /*9*/
}

#fnc-message .message-content
{
	background: #FFF;
	
	padding: 20px;
	border-radius: 5px;
	position: absolute;

	top: 50%; 
	left: 50%;
  	transform: translate(-50%,-50%);

	max-width: 70%;
	height: auto;
	
	z-index: 1000000000; /*9*/
}

#fnc-message .message-content .message-text
{
	padding: 10px 10px 30px 10px;
	font-size: 16px;
}

#fnc-message .message-content .message-button
{
	text-align: center;
	position: relative;
	float: right;
}

/**/

/**/
input,
select,
textarea
{
	padding: 10px;
	color: #EAEAEA;
	border-radius: 5px;
	border: 1px solid #777;
	background: #444;
}

input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
select,
textarea
{
	width: 100%;
}

input:focus,
select:focus,
textarea:focus,
button:focus 
{
	outline-width: 0;
}

input[type="radio"],
input[type="checkbox"],
input[type="submit"]
{
	display: inline-block;
}

label
{
	cursor: pointer;
}

textarea
{
	height: 200px;
}

input[type=checkbox]
{
	border: 1px solid #DADADA;
	width: auto;
}

input[type=submit],
.button,
button
{
	border-radius: 5px;
	color:  #EAEAEA;
	padding: 10px;
	cursor: pointer;
	background: #222;
	border: 1px solid #777;
}

.button
{
	display: inline-block;
}

input[type=submit]:Hover,
.button:Hover,
button:Hover
{
	background:#555;
}

input[type=submit]:disabled,
.button:disabled,
.button.disabled,
button:disabled
{
	background:#777 !important;
	border: 1px solid #777 !important;
	color: #444 !important;
	cursor: default !important;
}

.form input,
.form .button
{
	width: auto;
	display: inline-block;
}

.form input:not([type=submit]),
.form select
{
	width: 250px;
}

.design 
{
	display: block;
	position: relative;
	padding: 10px 10px 10px 45px;
	cursor: pointer;
    line-height: 25px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #CCC;
	border: 1px solid #777;
	border-radius: 5px;
	background: #242424;
}

.design:Hover
{
	color: #AAA;
	background: #222;
}

.design input 
{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.check,
.radio
{
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #EEE;
	margin: 10px;
}

.radio
{
	border-radius: 15px;
}

.design:hover input ~ .check,
.design:hover input ~ .radio
{
	background-color: #CCC;
}

.design input:checked ~ .check,
.design input:checked ~ .radio
{
	background-color: #2196F3;
}

.check:after,
.radio:after 
{
	content: "";
	position: absolute;
	display: none;
}

.design input:checked ~ .check:after,
.design input:checked ~ .radio:after 
{
	display: block;
}

.design .check:after 
{
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: 1px solid #EEE;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.design .radio:after 
{
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    border: solid white;
    border-radius: 10px;
}

/**/

nav.header-menu
{
	padding: 20px;
	float: left;
}

.loader
{
	width: 35px;
	height: 35px;
	
    display: inline-block;
    background-image: url(../images/loader.gif);
    background-size: contain;
    background-position: center center;
    vertical-align: bottom;
    background-repeat: no-repeat;
}

ul.radio li
{
	list-style: none;
	margin-left: -35px;
}

ul.radio li label
{
    border-radius: 3px;
    display: block;
	margin: 2px;
    padding: 10px;
	background: #EAEAEA;
}

ul.radio li label:Hover
{
    background: #DDD;
}

.pagination
{
	padding: 10px;
}

.pagination .more
{
	margin: 0px 2px;
	padding: 10px 8px;
	display: inline-block;
}

.pagination .page,
.pagination .next,
.pagination .previous,
.pagination .first,
.pagination .last
{
	background: #222;
	margin: 0px 4px;
	border: 1px solid #AAA;
	border-radius: 4px;
	padding: 10px 12px;
	display: inline-block;
}

.pagination .page:hover,
.pagination .next:hover,
.pagination .previous:hover,
.pagination .first:hover,
.pagination .last:hover
{
	background: #444;
}

.pagination .page.selected
{
	background: #444;
}

/**/

@media screen and (max-width: 799px) 
{
	
	header
	{
		padding: 0px;
		height: 110px;	
	}
	
	header div.logo
	{
		margin-top: 10px;
		padding: 5px 0px;
		background: url(../images/logo.png) no-repeat center center;
		background-size: contain;
		width: 100%;
		height: 50px;
	}
	
	header div.header
	{
		margin-left: 0px;

		width: auto;
		height: 50px;
	}
	
	nav.header-menu
	{
		padding: 5px 0px;
	}

	header .additional.space
	{
		display: none;
	}

	.box
	{

		width: 100%;
	}

	.form input,
	.form .button,
	.form select
	{
		width: 100%;
		display: block;
	}

	.form input:not([type=submit])
	{
		width: 100%;
	}

	#base-content
	{
		top: 110px;
	} 

	.inbox
	{
		padding: 0;
	}

	.box,
	.box-line 
	{
		padding: 5px;
	}
	
}

/* Custom */

#fnc-subnavegation
{
	width: 320px;
	height: 100%;

	position: fixed;
    left: 0;
	top: 50px;
	
	background: #c3c7e6;
	border-left: 1px solid#9194b5;
}

.material-icons.icsmall
{
	margin-top: -1px;
	padding: 0px !important;
	transform: scale(.8);
}

.open-subnavegation
{
	display: none;
}

@media screen and (max-width: 799px) 
{
	#fnc-navegation
	{
		position: relative;
		left: 0 !important;	
	}

	#fnc-subnavegation
	{
		display: none;
		position: fixed;
		width: 100%;
		height: calc(100% - 60px);
		z-index: 100000;
		top: 110px;
	}

	section.panel
	{
		width: 100% !important;
		top: 110px;
		position: relative;
	}

	body > footer.panel
	{
		left: 0 !important;
		width: 100% !important;
		min-height: 80px !important;
	}

	.open-subnavegation
	{
		display: inline-block;
		margin-top: 12px;
		padding: 0px;
		cursor: pointer;
		position: relative;
	}

}