/*
	Federa Design Framework (Beta)	v0.1 - 04/2013
								  	v0.2 - 24/2013
									
	http://www.federadesign.com.br
	contato@federadesign.com.br
	
	#########################################
		reset.css
	#########################################	
*/

/***********************************************************
#	Tudo 
-----------------------------------------------------------*/

/*Chamada da font Lato*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);

*{
	margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	font-family: 'Open Sans', Calibri, Arial, sans-serif;
}

::-moz-selection { background: #34495e; color: #f4f4f4; text-shadow: none; }
::selection { background: #34495e; color: #f4f4f4; text-shadow: none; }

::-webkit-scrollbar {width: 9px; height:8px; }
::-webkit-scrollbar-track {background: #FFFFFF;-webkit-box-shadow: inset 1px 1px 2px #E0E0E0;border: 1px solid #D8D8D8;}
::-webkit-scrollbar-thumb {background: #ccd100;-webkit-box-shadow: inset 1px 1px 2px rgba(155, 155, 155, 0.4);}
::-webkit-scrollbar-thumb:hover {-webkit-box-shadow: inset 1px 1px 10px rgba(0,0,0,0.3);}
::-webkit-scrollbar-thumb:active {background: #888;-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);}

/*CLASSES HELPERS*/
.clear{ clear:both; }

.align-left{ text-align: left;}
.align-right{ text-align: right;}
.align-center{ text-align: center;}
.align-justify{ text-align: justify;}

.left{ float:left; }
.right{ float:right; }

.hide{ display:none; }
.inline-block { display:inline-block; }
.block { display:block; }

.box325 { width:325px; display:inline-block; vertical-align:top; }
.box270 { width:270px; display:inline-block; vertical-align:top; }

.margin-right-5 { margin-right:5px;  }
.margin-right-10{ margin-right:10px; }
.margin-right-15{ margin-right:15px; }
.margin-right-20{ margin-right:20px; }
.margin-right-25{ margin-right:25px; }
.margin-right-30{ margin-right:30px; }
.margin-right-35{ margin-right:35px; }
.margin-right-40{ margin-right:40px; }
.margin-right-45{ margin-right:45px; }
.margin-right-50{ margin-right:50px; }

.margin-left-5 { margin-left:5px;  }
.margin-left-10{ margin-left:10px; }
.margin-left-15{ margin-left:15px; }
.margin-left-20{ margin-left:20px; }
.margin-left-25{ margin-left:25px; }
.margin-left-30{ margin-left:30px; }
.margin-left-35{ margin-left:35px; }
.margin-left-40{ margin-left:40px; }
.margin-left-45{ margin-left:45px; }
.margin-left-50{ margin-left:50px; }

.margin-top-5 { margin-top:5px;  }
.margin-top-10{ margin-top:10px; }
.margin-top-15{ margin-top:15px; }
.margin-top-20{ margin-top:20px; }
.margin-top-25{ margin-top:25px; }
.margin-top-30{ margin-top:30px; }
.margin-top-35{ margin-top:35px; }
.margin-top-40{ margin-top:40px; }
.margin-top-45{ margin-top:45px; }
.margin-top-50{ margin-top:50px; }

.margin-bottom-5 { margin-bottom:5px;  }
.margin-bottom-10{ margin-bottom:10px; }
.margin-bottom-15{ margin-bottom:15px; }
.margin-bottom-20{ margin-bottom:20px; }
.margin-bottom-25{ margin-bottom:25px; }
.margin-bottom-30{ margin-bottom:30px; }
.margin-bottom-35{ margin-bottom:35px; }
.margin-bottom-40{ margin-bottom:40px; }
.margin-bottom-45{ margin-bottom:45px; }
.margin-bottom-50{ margin-bottom:50px; }


/***********************************************************
#	Elementos HTML5  
-----------------------------------------------------------*/
article, aside, details, figcaption, figure, footer,
header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

/***********************************************************
#	Base 
-----------------------------------------------------------*/

html {
    color: #34495e;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


/***********************************************************
#	Tipografia
-----------------------------------------------------------*/
body{
	font-size:15px;
	line-height: 22px;
}

/*CABEÇALHOS*/
h1, h2, h3, h4, h5, h6{
	line-height: 100%;
	margin-bottom: 10px;
	text-rendering: optimizelegibility;
}
h1{font-size: 300%;}
h2{font-size: 250%;}
h3{font-size: 200%;}
h4{font-size: 150%;}
h5{font-size: 125%;}
h6{font-size: 115%;}


/* TEXTOS e ETC */
p,ul,ol{margin-bottom: 10px;}
small, .small{font-size: 85%;}
big, .big{font-size: 115%;}
strong, b, .negrito, .strong, bold, .bold{ font-weight: 700; }
cite, em, dfn, i, .italic, .italico{ font-style: italic;}
del {text-decoration: line-through;}
input, textarea, select, button, option {font-size: 100%;}

.thin		{font-weight:100;}
.light		{font-weight:300;}
.normal		{font-weight:400;}
.bold		{font-weight:700;}
.black		{font-weight:900;}

/* LINKS */
a, a:link {
	color: #06C;
	text-decoration: none;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	-webkit-backface-visibility: hidden;
}

a:hover, a:active{
	color: #09F;
}
a:visited{
	color:#003ecc;
}
a:visited:hover{
	color:#09F;
}

a:focus {
    outline: thin dotted;
}

/***********************************************************
#	NAV MENU
-----------------------------------------------------------*/

/* Menu Layout */
.menu,
.menu ul,
.menu li,
.menu a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
 
.menu {
    height: 35px;
    width: 100%;
	
    /*
	background: #34495e;
    background: -webkit-linear-gradient(top, #34495e 0%,#182838 100%);
    background: -moz-linear-gradient(top, #34495e 0%,#182838 100%);
    background: -o-linear-gradient(top, #34495e 0%,#182838 100%);
    background: -ms-linear-gradient(top, #34495e 0%,#182838 100%);
    background: linear-gradient(top, #34495e 0%,#182838 100%);
	*/
 
}
 
.menu li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 35px;
}

/* Menu links */
.menu li a {
    display: block;
    padding: 5px 15px 6px 15px;
    margin: 3px 0;
   
    text-decoration: none;
 
    border-left: 1px solid #0f1e2b;
    border-right: 1px solid #213649;
 
    font-weight:600;
	font-size:13px;
 
    color: #f3f3f3;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6);
 
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
 
.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }
 
.menu li:hover > a { color: #ecf0f1; background-color:#3a4c60; }

/* Sub Menu */
.menu ul {
    position: absolute;
    top: 35px;
    left: 0;
 
    opacity: 0;
    background: #182838;
 
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
 
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}
 
.menu li:hover > ul { opacity: 1; }
 
.menu ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
 
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
	
}
 
.menu li:hover > ul li {
    height: 35px;
    overflow: visible;
    padding: 0;
}

.menu ul li a {
    min-width:200px;
    padding: 6px 0 6px 15px;
    margin: 0;
    border: none;
    border-bottom: 1px solid #29425a;
}
 
.menu ul li:last-child a { border: none; }


/* Icones no submenu */
.menu a.documents { background: url("images/menu/03.png") no-repeat 6px center; }
.menu a.messages { 	background: url("images/menu/02.png") no-repeat 6px center; }
.menu a.signout { 	background: url("images/menu/01.png") no-repeat 6px center; }


/***********************************************************
#	BUTTON
-----------------------------------------------------------*/
.btn {
	display:inline-block;
	border: none;
	padding: 6px 12px;
	margin-bottom:15px;
	background: #34495e;
	color:#fff;
	font-weight:600;	
	text-decoration: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	-webkit-backface-visibility: hidden;
	border-radius:4px;
}

.btn:hover, .btn:focus {
    background-color: #5270a7;
    color: white;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
}
.btn:active, .btn.active {
    background-color: #2c3e50;
    color: rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn.disabled, .btn[disabled] {
    background-color: #95a5a6;
    color: white;
}

.btn.btn-large {
    padding-bottom: 12px;
    padding-top: 13px;
}

/*------
    Cores dos Botões
*/
.btn.btn-padrao {
	color:#f4f4f4;
}
.btn.btn-padrao:hover, .btn.btn-padrao:focus {
	color:#f4f4f4;
}
.btn.btn-padrao:active, .btn.btn-padrao.active {
	color:#f4f4f4;
}
/*********************/

.btn.btn-azul {
	background-color: #06C;
	color:#f4f4f4;
}
.btn.btn-azul:hover, .btn.btn-azul:focus {
	background-color: #0582ff;
	color:#f4f4f4;
}
.btn.btn-azul:active, .btn.btn-azul.active {
	background-color: #0059b1;
	color:#f4f4f4;
}
/*********************/
.btn.btn-vermelho {
	background-color: #e74c3c;
	color:#f4f4f4;
}
.btn.btn-vermelho:hover, .btn.btn-vermelho:focus {
	background-color: #ff2f1a;
	color:#f4f4f4;
}
.btn.btn-vermelho:active, .btn.btn-vermelho.active {
	background-color: #b11100;
	color:#f4f4f4;
}
/*********************/
.btn.btn-verde{
	background-color: #75cc2e;
	color:#2d5000;
}
.btn.btn-verde:hover, .btn.btn-verde:focus{
	background-color: #8ced3d;
	color:#2d5000;
}
.btn.btn-verde:active, .btn.btn-verde.active {
	background-color: #559e19;
	color:#2d5000;
}
/*********************/
.btn.btn-amarelo {
	background-color: #f1c40f;
	color:#6e5800;
}
.btn.btn-amarelo:hover, .btn.btn-amarelo:focus {
	background-color: #f4d03f;
	color:#6e5800;}
.btn.btn-amarelo:active, .btn.btn-amarelo.active {
	background-color: #cea70c;
	color:#6e5800;
}
/**********
Botões Federa Design
***********/
.btn.btn-federa {
	background-color: #d3d800;
	color:#34495e;
}
.btn.btn-federa:hover, .btn.btn-federa:focus {
	background-color: #faff14;
	color:#34495e;
}
.btn.btn-federa:active, .btn.btn-federa.active {
	background-color: #babe00;
	color:#1d2833;
}
/*********************/
.btn.btn-federa-azul {
	background-color: #44c8f5;
	color:#1b5264;
}
.btn.btn-federa-azul:hover, .btn.btn-federa:focus {
	background-color: #78ddff;
	color:#1b5264;
}
.btn.btn-federa-azul:active, .btn.btn-federa.active {
	background-color: #3eb4dd;
	color:#1b5264;
}
/*********************/
.btn.btn-federa-roxo {
	background-color: #bc54ff;
	color:#3c244b;
}
.btn.btn-federa-roxo:hover, .btn.btn-federa:focus {
	background-color: #da8bff;
	color:#3c244b;
}
.btn.btn-federa-roxo:active, .btn.btn-federa.active {
	background-color: #8e27d0;
	color:#3c244b;
}
/*********************/
.btn.btn-federa-rosa {
	background-color: #ed0973;
	color:#f4f4f4;
}
.btn.btn-federa-rosa:hover, .btn.btn-federa:focus {
	background-color: #ff3a96;
	color:#f4f4f4;
}
.btn.btn-federa-rosa:active, .btn.btn-federa.active {
	background-color: #b8115f;
	color:#f4f4f4;
}
/*********************/
.btn.btn-federa-amarelo {
	background-color: #ffd400;
	color:#6a5d1b;
}
.btn.btn-federa-amarelo:hover, .btn.btn-federa:focus {
	background-color: #ffe667;
	color:#6a5d1b;
}
.btn.btn-federa-amarelo:active, .btn.btn-federa.active {
	background-color: #c3a408;
	color:#6a5d1b;
}
/*********************/


.btn-toolbar .btn {
font-size: 18px;
padding: 10px 14px 9px; }

.btn-toolbar .btn:first-child {
-webkit-border-radius: 6px 0 0 6px;
-moz-border-radius: 6px 0 0 6px;
border-radius: 6px 0 0 6px; }
.btn-toolbar .btn:last-child {
-webkit-border-radius: 0 6px 6px 0;
-moz-border-radius: 0 6px 6px 0;
border-radius: 0 6px 6px 0; }



/***********************************************************
#	LISTAS
-----------------------------------------------------------*/
nav ul, ol {
	padding:0;
	margin:0;
	list-style:none;
}
nav ul li{
	display:inline-block;
	margin-right:15px;
}
nav ol li{
	display:inline-block;
	margin-right:15px;
}

ol, ul {display:inline-block; padding-left: 35px; margin-bottom:20px;}
ul{ list-style-type: disc; }
ol{ list-style-type: decimal; }

dl{ margin: 0 0 1.5em 0; }
dl dt{ font-weight: bold; }
dd{ margin-left: 1.5em;} 

.check{
	list-style:url(images/list_check.png);	
}


/***********************************************************
#	Tabelas
-----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
	margin-bottom: 15px;
}

table tr th{
	background: #EEE;
	border: 1px solid #CCC;
	padding: 5px 10px;
	vertical-align: middle;
}
table tr td{
	border: 1px solid #DDD;
	padding: 5px 10px;
}
table .linha-escura{
	background-color:#f4f4f4;
}

/***********************************************************
#	FORMULÁRIOS
-----------------------------------------------------------*/
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

label{
	display: block;
}
label + input, label + textarea, label + select{
	display: block;
}
label + input[type="radio"], label + input[type="checkbox"]{
	display: block;
}

input, textarea{
	border: 1px solid;
	border-color: #bbb #ddd #ddd #bbb;
	background: #FFF;
	padding: 8px;
	margin-bottom:15px;
	width: 280px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
}
input[type="radio"], input[type="checkbox"]{
	cursor:pointer;
	background: none;
	border: none;
	padding: 0;
	width: auto;
}
input.submit, input[type="submit"]{
	
	/* Core de fundo */
	background-color: #e6e6e6;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
	background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	
	border: 1px solid #ccc;
	border-bottom:1px solid #999;
	
	/*///// Core de fundo */
	color: #333;
	cursor: pointer;
	display: inline-block;
	line-height: normal;
	overflow: visible;
	padding: 6px 15px;
	margin: 0;
	width: auto;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	
	overflow: visible;

	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.1s linear background-image;
	-moz-transition: 0.1s linear background-image;
	-ms-transition: 0.1s linear background-image;
	-o-transition: 0.1s linear background-image;
	transition: 0.1s linear background-image;

}
input.submit, input[type="submit"]:hover{
		/* Core de fundo */
	background-color: #c6c6c6;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #c6c6c6);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #c6c6c6);
	background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #c6c6c6);
	background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #c6c6c6);
	background-image: linear-gradient(#ffffff, #ffffff 25%, #c6c6c6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c6c6c6', GradientType=0);
	
	border: 1px solid #ccc;
	border-bottom:1px solid #999;
	
	/*///// Core de fundo */
}

input.reset, input[type="reset"]{
	
	/* Core de fundo */
	background-color: #e6e6e6;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
	background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	
	border: 1px solid #ccc;
	border-bottom:1px solid #999;
	
	/*///// Core de fundo */
	color: #333;
	cursor: pointer;
	display: inline-block;
	line-height: normal;
	overflow: visible;
	padding: 6px 15px;
	margin: 0;
	width: auto;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	
	overflow: visible;

	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.1s linear background-image;
	-moz-transition: 0.1s linear background-image;
	-ms-transition: 0.1s linear background-image;
	-o-transition: 0.1s linear background-image;
	transition: 0.1s linear background-image;

}


select{
	border: 1px solid;
	border-color: #bbb #ddd #ddd #bbb;
	line-height: 1em;
	padding: 6px 8px;
	margin-bottom:15px;
	width: 298px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
}

option{
	padding: 2px 8px 0;
}

button {
	overflow: visible;
	padding: 0 5px;
}

/*FOCUS*/
.focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus{
	background-color: #fcfcfc;
	outline:none;
	border-color: #aaa;
}


.checkbox,
.radio {
  margin-right:15px;
  padding-left:5px;
  position: relative;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden; }
  .checkbox:hover,
  .radio:hover {
    color: #0066cc; }
  .checkbox input,
  .radio input {
    outline: none !important;
    opacity: 0;
    filter: alpha(opacity=0);
    zoom: 1; }
  .checkbox.checked .icon,
  .radio.checked .icon {
    background-position: -60px -30px;
    opacity: 1;
    display: block\9; }
  .checkbox.checked .icon-to-fade,
  .radio.checked .icon-to-fade {
    opacity: 0;
    display: none\9; }
  .checkbox.disabled,
  .radio.disabled {
    color: #cccccc;
    cursor: pointer; }
    .checkbox.disabled .icon,
    .radio.disabled .icon {
      opacity: 0;
      display: none\9; }
    .checkbox.disabled .icon-to-fade,
    .radio.disabled .icon-to-fade {
      background-position: -30px -60px;
      opacity: 1;
      display: block\9; }
    .checkbox.disabled.checked .icon,
    .radio.disabled.checked .icon {
      background-position: 0 -90px;
      opacity: 1;
      display: block\9; }
    .checkbox.disabled.checked .icon-to-fade,
    .radio.disabled.checked .icon-to-fade {
      opacity: 0;
      display: none\9; }
  .checkbox .icon,
  .checkbox .icon-to-fade,
  .radio .icon,
  .radio .icon-to-fade {
    background: url("images/checkbox.png") -90px 0 no-repeat;
    display: block;
    height: 20px;
    left: 0;
    opacity: 1;
    position: absolute;
    top: -1px;
    width: 20px;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
    -webkit-backface-visibility: hidden; }
  .checkbox .icon,
  .radio .icon {
    opacity: 0;
    top: 0;
    z-index: 2;
    display: none\9; }

.radio .icon,
.radio .icon-to-fade {
  background-image: url("images/radio.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) {
  .checkbox .icon {
    background-image: url("images/checkbox-2x.png");
    background-size: 110px 110px; }

  .radio .icon {
    background-image: url("images/radio-2x.png");
    background-size: 110px 110px; } }

/***********************************************************
#	ALERTAS
-----------------------------------------------------------*/
.alerta{
	display:inline-block;
	background: #EDEDED;
	font-weight:600;
	border: 1px solid #C0C0C0;
	color: #333;
	margin: 0 0 20px 0;
	padding:10px 15px 10px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.alerta-verde{
	background:url(images/alerta_sucesso.png) no-repeat 0 2px #E9F9E5;
	padding-left:37px;
	border:1px solid #9BDEA8;
	color: #1C8400;
}
.alerta-vermelho{
	background:url(images/alerta_vermelho.png) no-repeat 0 0px #F9E5E6;
	padding-left:40px;
	border:1px solid #DF8F8F;
	color: #C32727;
}
.alerta-amarelo{
	background:url(images/alerta_dica.png) no-repeat 0 2px #FFF6BF;
	padding-left:37px;
	border:1px solid #EFC20E;
	color:#624700;
}
.alerta-azul{
	background:url(images/alerta_info.png) no-repeat 0 2px #DDEEFF;
	padding-left:37px;
	border:1px solid #85CAF3;
	color: #0055B5;
}
.alerta-erro{
	border: 1px solid #F00; 
}

/***********************************************************
#	CORES
-----------------------------------------------------------*/

.paleta {
color:white;
width:208px;
margin:0 0 0 -4px !important;
padding:25px 15px;

display:inline-block;
text-shadow:1px 1px 1px #555;
}

.paleta-asfalto{
	background-color:#34495e;
}
.paleta-asfalto-2{
	background-color:#2C3E50;
}

.paleta-azul{
	background-color:#0582ff;
}
.paleta-azul-2{
	background-color:#06C;
}

.paleta-vermelho{
	background-color:#e74c3c;
}
.paleta-vermelho-2{
	background-color:#ff2f1a;
}

.paleta-verde{
	background-color:#8ced3d;
}
.paleta-verde-2{
	background-color:#75cc2e;
}

.paleta-amarelo{
	background-color:#f4d03f;
}
.paleta-amarelo-2{
	background-color:#f1c40f;
}

.paleta-cinza{
	background-color:#ECF0F1;
}
.paleta-cinza-2{
	background-color:#BDC3C7;
}

/******** cores Federa Design **/

.paleta-federa{
	background-color:#d6ef00;
}
.paleta-federa-2{
	background-color:#d3d800;
}

.paleta-federa-azul{
	background-color:#78ddff;
}
.paleta-federa-azul2{
	background-color:#44c8f5;
}

.paleta-federa-rosa{
	background-color:#ff3a96;
}
.paleta-federa-rosa2{
	background-color:#ed0973;
}

.paleta-federa-amarelo{
	background-color:#ffe667;
}
.paleta-federa-amarelo2{
	background-color:#ffd400;
}

.paleta-federa-roxo{
	background-color:#da8bff;
}
.paleta-federa-roxo2{
	background-color:#bc54ff;
}

/***********************************************************
#	Vitrine - Slider - BxSlider
-----------------------------------------------------------*/

.sliderr{
	float:left;
	width:100%;
	height:300px;
	background-color:#069;	
}


/***********************************************************
#	Image Caption
-----------------------------------------------------------*/
.caption:after  { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.caption:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.caption {
	display: inline-block;
	position: relative;
	margin: 10px;
}

.caption img {
	display: block;
	max-width: 100%;
}

.caption::before,
.caption::after {
	opacity: 0;
	position: absolute;
	width: 100%;
	color: #fff;
	padding: 20px;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.caption::before {
	content: attr(data-title);
	top: 0;
	height: 30%;
	background:rgba(23,39,54,0.9);
	font-size: 40px;
	font-weight: 300;
	line-height:30px;
}

.caption::after {
	content: '\201C' attr(data-description) '\201D';
	top: 30%;
	height: 70%;
	background:rgba(23,39,54,0.8);
	font-size: 16px;
	text-align: right;
}

.caption:hover::before,
.caption:hover::after {
	opacity: 1;
}

/***********************************************************
#	OUTROS
-----------------------------------------------------------*/
hr {
	clear:both;
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
ins {
	background-color:#ff9; 
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
blockquote{
	clear:both;
	display:inline-block;
	background:url(images/blockquoat.png) 10px 10px no-repeat #f2f2f2;
	font-weight:600;
	font-style:italic;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 15px 15px 15px 45px;
	-moz-border-radius:		10px 10px 10px 0;
	-webkit-border-radius:	10px 10px 10px 0;
	-khtml-border-radius:	10px 10px 10px 0;
	border-radius:			10px 10px 10px 0;
	
}
iframe{
	border: 1px solid #ccc;
}

/* BACK TO TOP */
.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:50px;
    right:100px;
    display:none;
    text-indent:-9999px;
    background: url('../images/icon_top.png') no-repeat;
}

/** TABS **/


/* /tabs */