@charset "utf-8";

/* Diminuímos o espaço entre as colunas */
.container-fluid { padding-left:10px; padding-right:10px; }
.row { margin-left:-10px; margin-right:-10px; }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4,
.col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7,
.col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10,
.col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { padding-left:10px; padding-right:10px; }

/* Linha com todas as colunas com a mesma altura */
.row-eq-height { display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex; } /* A classe "row-eq-height" deve ser aplicada à div.row */
.row-eq-height > [class*="col-"] { float:none; display:table-cell; vertical-align:top; }

/* Aviso de Caps Lock ativado */
.popover.caps-lock .popover-inner { padding:5px; }
.popover.caps-lock .popover-inner .popover-content { background:#ffa; border:1px solid #ddd; border-radius:3px; }

/* Tabelas */
.table .valign-top { vertical-align:top !important; }
.table .valign-middle { vertical-align:middle !important; }
.table .valign-bottom { vertical-align:bottom !important; }

.table tr.double-brd > td,
.table tr.double-brd > th { border-bottom:2px solid #ddd }

.table tr.triple-brd > td,
.table tr.triple-brd > th { border-bottom:3px solid #ddd }

/* Modal */
@media (min-width:992px) {
	.modal-extra-lg { width:65% }
}
.modal-half .modal-dialog { width:50%; }
.modal-large .modal-dialog { width:70%; }
.modal-extra-large .modal-dialog { width:90%; }

/* Alerts */
.alert { border-left-width:6px; }

.alert-success { background-color:#dff0d8; border-color:#d6e9c6; color:#3c763d; }
   .alert-info { background-color:#d9edf7; border-color:#bce8f1; color:#31708f; }
.alert-warning { background-color:#faebcc; border-color:#fdcf72; color:#d38600; }
 .alert-danger { background-color:#f2dede; border-color:#ebccd1; color:#a94442; }

/* alert-error - Alternativa ao alert-danger */
.alert-error { background-color:#f2dede; border-color:#ebccd1; color:#a94442; }
.alert-error hr { border-top-color:#e4b9c0; }
.alert-error .alert-link { color:#843534; }

/* alert-default - Não esiste no Bootstrap (alert cinza) */
.alert-default { background-color:#fcfcfc; border-color:#dddddd; color:#666666 }
.alert-default hr { border-top-color:#e3e3e3 }
.alert-default .alert-link { color:#345084 }


/* Formulários
/* ´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´ */

/* Diminui o espaço entre o label e o campo no formulário horizontal */
@media (min-width: 768px) {
	.form-horizontal .control-label { padding-right:5px; }
}

/* Aumenta o espaço entre os campos em formulários inline */
.form-inline .form-group + .form-group { margin-left:10px; }

/* Aumenta o espaço entre o label e os campos em formulários inline */
.form-inline .form-group label { padding-right:5px; }

/* Formatação de campos de formulários */
.form-control {
	padding:2px 6px; color:#555555; background-color:#fcfcfc; border:1px solid; border-color:#666666 #cccccc #cccccc #666666; border-radius:3px;
	-webkit-box-shadow:inset 1px 1px 1px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow:inset 1px 1px 1px rgba(0, 0, 0, 0.2);
			box-shadow:inset 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.form-control:focus {
	background-color:#f2f8fc; border-color:#2196f3;
	-webkit-box-shadow:inset 1px 1px 1px rgba(0, 0, 0, 0.05), 0 0 5px 1px rgba(33, 150, 243, 0.6), 0 0 3px 1px rgba(33, 150, 243, 0.1);
	   -moz-box-shadow:inset 1px 1px 1px rgba(0, 0, 0, 0.05), 0 0 5px 1px rgba(33, 150, 243, 0.6), 0 0 3px 1px rgba(33, 150, 243, 0.1);
			box-shadow:inset 1px 1px 1px rgba(0, 0, 0, 0.05), 0 0 5px 1px rgba(33, 150, 243, 0.6), 0 0 3px 1px rgba(33, 150, 243, 0.1);
}
.form-control[readonly] { color:#999999; background:#f3f3f3; cursor:not-allowed; }
.form-control[disabled],
.form-control[disabled]:focus,
.form-control[disabled]:hover { color:#cccccc; background:#f0f0f0; border-color:#aaaaaa #cccccc #cccccc #aaaaaa; cursor:not-allowed; }

/* Remove o ícone do "olho" e do "X" (limpar) nos inputs no Internet Explorer 9+ */
::-ms-clear, ::-ms-reveal, input::-ms-clear, input::-ms-reveal { display:none; width:0; height:0; }

/* Select */
select.form-control { padding:2px; }
select.form-control option { padding:2px 0; text-indent:3px; }

	/* Hack para IE8 */
	select.form-control { padding/*\**/:4px 6px\9; }

	/* Hack para Chrome *
	.select.form-control:not(*:root) { height:2em; }

/* Textarea */
textarea.form-control { height:6.4em; line-height:1.4em; padding:4px 6px 2px; resize:none; }

textarea.rows-2  { height:3.6em  !important; }
textarea.rows-3  { height:5.0em  !important; }
textarea.rows-4  { height:6.4em  !important; }
textarea.rows-5  { height:7.8em  !important; }
textarea.rows-6  { height:9.2em  !important; }
textarea.rows-7  { height:10.6em !important; }
textarea.rows-8  { height:12.0em !important; }
textarea.rows-9  { height:13.4em !important; }
textarea.rows-10 { height:14.8em !important; }
textarea.rows-11 { height:16.2em !important; }
textarea.rows-12 { height:17.6em !important; }
textarea.rows-13 { height:19.0em !important; }
textarea.rows-14 { height:20.4em !important; }
textarea.rows-15 { height:21.8em !important; }
textarea.rows-16 { height:23.2em !important; }
textarea.rows-17 { height:24.6em !important; }
textarea.rows-18 { height:26.0em !important; }
textarea.rows-19 { height:27.4em !important; }
textarea.rows-20 { height:28.8em !important; }

/* Textos de ajuda */
.help-block { line-height:1.1; font-size:80%; color:#90a4ae; margin-top:4px; cursor:default; }

/* "Botões" ao lado dos inputs */
.input-group-addon {
	min-width:34px; padding:0; border-color:#999999 #cccccc #cccccc #999999; cursor:default;

	-webkit-box-shadow:inset 0 1px 2px rgba(255, 255, 255, 1.0);
	   -moz-box-shadow:inset 0 1px 2px rgba(255, 255, 255, 1.0);
			box-shadow:inset 0 1px 2px rgba(255, 255, 255, 1.0);
}

/* Inputs com a classe "success" */
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline,
.has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { color:#4caf50; }
.has-success .form-control { border-color:#388e3c; }
.has-success .form-control:focus { background-color:#f1f8e9; border-color:#2e7d32; }
.has-success .input-group-addon { color:#4caf50; border-color:#388e3c; }
.has-success .form-control-feedback { color:#4caf50; }

/* Inputs com a classe "warning" */
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline,
.has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label { color:#fb8c00; }
.has-warning .form-control { border-color:#f57c00; }
.has-warning .form-control:focus { background-color:#fff3e0; border-color:#df5c00; }
.has-warning .input-group-addon { color:#fb8c00; border-color:#f57c00; }
.has-warning .form-control-feedback { color:#fb8c00; }

/* Inputs com a classe "error" */
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline,
.has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color:#f44336; }
.has-error .form-control { border-color:#d32f2f; }
.has-error .form-control:focus { background-color:#ffebee; border-color:#c62828; }
.has-error .input-group-addon { color:#f44336; border-color:#d32f2f; }
.has-error .form-control-feedback { color:#f44336; }

.form-control-feedback { position:absolute; right:0; min-width:40px; height:2.1em; line-height:2.1em; font-size:100%; }
.form-horizontal .has-feedback .form-control-feedback { right:10px; }

/* Botões */
.btn {
	text-decoration:none; color:#ffffff;
	-webkit-box-shadow:0 1px 1px rgba(255, 255, 255, 0.5) inset;
	   -moz-box-shadow:0 1px 1px rgba(255, 255, 255, 0.5) inset;
	        box-shadow:0 1px 1px rgba(255, 255, 255, 0.5) inset;
}

/* Botões brancos */
.btn.bg-white {
	color:#666666; border:1px solid #cfd8dc;
	-webkit-box-shadow:0 1px 1px rgba(38, 50, 56, 0.1) inset;
	   -moz-box-shadow:0 1px 1px rgba(38, 50, 56, 0.1) inset;
	        box-shadow:0 1px 1px rgba(38, 50, 56, 0.1) inset;
}
.btn.bg-white:focus,
.btn.bg-white:hover,
.btn.bg-white:active:focus { color:#666666; outline-color:#666666; }

/* Efeitos nos botões focados/mouse over */
.btn:focus,
.btn:hover,
.btn:active:focus {
	color:#ffffff; text-decoration:none; outline-offset:-3px; outline:1px dotted #ffffff;
	-webkit-box-shadow:inset 0 0 0 50px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow:inset 0 0 0 50px rgba(0, 0, 0, 0.2);
	        box-shadow:inset 0 0 0 50px rgba(0, 0, 0, 0.2);
}


/* Formulários - former
/* ´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´ */
form.former .row + hr { margin:10px 0 !important; }

	/* Labels dos campos */
	form.former .form-group > label { position:relative; cursor:pointer; white-space:normal; }
	form.former .form-group.text-nowrap > label { white-space:normal; }
	
	/* Campos obrigatórios */
	form.former .form-group > label b.required,
	form.former .form-group > .input-file > label b.required { color:#f44336; }

	/* Labels dos campos que estão desativados */
	form.former .form-group.disabled > label,
	form.former .form-group.disabled > .input-file > label,
	form.former .form-group.disabled div.controls label.label-radio,
	form.former .form-group.disabled div.controls label.label-checkbox { color:#ccc; cursor:not-allowed; }
	form.former .form-group.disabled > label b.required,
	form.former .form-group.disabled > .input-file > label b.required { color:#bf8080; }

	/* Container do campo e dos textos de ajuda */
	form.former .form-group .controls { position:relative; }

		/* Textos de ajuda */
		form.former .form-group .controls .info { display:block; line-height:1.1; font-size:80%; color:#90a4ae; margin-bottom:-15px; padding:4px 0 10px; white-space:normal; cursor:default; }
		form.former .form-group.text-nowrap .controls .info { white-space:normal; }

	/* Mensagens de erros */
	form.former .form-group .alert { margin:5px 0 0; }

	/* Conteúdos HTML (former) */
	form.former .form-group .html { line-height:1.4; }


/* Small devices (SM) */
@media (min-width:768px) {
	form.former .form-group.text-nowrap > label { white-space:nowrap; }
	form.former .form-group.text-nowrap .controls .info { white-space:nowrap; }

	/* Adiciona um espaço vazio */
	form.former .form-group .html:before { display:block; line-height:1.9; font-size:90%; margin-bottom:5px; clear:both; content:"\00a0 "; }
}


/* Largura em porcentagem
/* ´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´ */
.percent-1  { width:1%  !important; } .percent-2  { width:2%  !important; } .percent-3  { width:3%  !important; } .percent-4  { width:4%  !important; }
.percent-5  { width:5%  !important; } .percent-6  { width:6%  !important; } .percent-7  { width:7%  !important; } .percent-8  { width:8%  !important; }
.percent-9  { width:9%  !important; } .percent-10 { width:10% !important; } .percent-11 { width:11% !important; } .percent-12 { width:12% !important; }
.percent-13 { width:13% !important; } .percent-14 { width:14% !important; } .percent-15 { width:15% !important; } .percent-16 { width:16% !important; }
.percent-17 { width:17% !important; } .percent-18 { width:18% !important; } .percent-19 { width:19% !important; } .percent-20 { width:20% !important; }
.percent-21 { width:21% !important; } .percent-22 { width:22% !important; } .percent-23 { width:23% !important; } .percent-24 { width:24% !important; }
.percent-25 { width:25% !important; } .percent-26 { width:26% !important; } .percent-27 { width:27% !important; } .percent-28 { width:28% !important; }
.percent-29 { width:29% !important; } .percent-30 { width:30% !important; } .percent-31 { width:31% !important; } .percent-32 { width:32% !important; }
.percent-33 { width:33% !important; } .percent-34 { width:34% !important; } .percent-35 { width:35% !important; } .percent-36 { width:36% !important; }
.percent-37 { width:37% !important; } .percent-38 { width:38% !important; } .percent-39 { width:39% !important; } .percent-40 { width:40% !important; }
.percent-41 { width:41% !important; } .percent-42 { width:42% !important; } .percent-43 { width:43% !important; } .percent-44 { width:44% !important; }
.percent-45 { width:45% !important; } .percent-46 { width:46% !important; } .percent-47 { width:47% !important; } .percent-48 { width:48% !important; }
.percent-49 { width:49% !important; } .percent-50 { width:50% !important; } .percent-51 { width:51% !important; } .percent-52 { width:52% !important; }
.percent-53 { width:53% !important; } .percent-54 { width:54% !important; } .percent-55 { width:55% !important; } .percent-56 { width:56% !important; }
.percent-57 { width:57% !important; } .percent-58 { width:58% !important; } .percent-59 { width:59% !important; } .percent-60 { width:60% !important; }
.percent-61 { width:61% !important; } .percent-62 { width:62% !important; } .percent-63 { width:63% !important; } .percent-64 { width:64% !important; }
.percent-65 { width:65% !important; } .percent-66 { width:66% !important; } .percent-67 { width:67% !important; } .percent-68 { width:68% !important; }
.percent-69 { width:69% !important; } .percent-70 { width:70% !important; } .percent-71 { width:71% !important; } .percent-72 { width:72% !important; }
.percent-73 { width:73% !important; } .percent-74 { width:74% !important; } .percent-75 { width:75% !important; } .percent-76 { width:76% !important; }
.percent-77 { width:77% !important; } .percent-78 { width:78% !important; } .percent-79 { width:79% !important; } .percent-80 { width:80% !important; }
.percent-81 { width:81% !important; } .percent-82 { width:82% !important; } .percent-83 { width:83% !important; } .percent-84 { width:84% !important; }
.percent-85 { width:85% !important; } .percent-86 { width:86% !important; } .percent-87 { width:87% !important; } .percent-88 { width:88% !important; }
.percent-89 { width:89% !important; } .percent-90 { width:90% !important; } .percent-91 { width:91% !important; } .percent-92 { width:92% !important; }
.percent-93 { width:93% !important; } .percent-94 { width:94% !important; } .percent-95 { width:95% !important; } .percent-96 { width:96% !important; }
.percent-97 { width:97% !important; } .percent-98 { width:98% !important; } .percent-99 { width:99% !important; } .percent-100 { width:100% !important; }


/* Opacidade
/* ´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´ */
.opacity-90 { opacity:0.9 !important; }
.opacity-80 { opacity:0.8 !important; }
.opacity-70 { opacity:0.7 !important; }
.opacity-60 { opacity:0.6 !important; }
.opacity-50 { opacity:0.5 !important; }
.opacity-40 { opacity:0.4 !important; }
.opacity-30 { opacity:0.3 !important; }
.opacity-20 { opacity:0.2 !important; }
.opacity-10 { opacity:0.1 !important; }


/* Margens
/* ´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´ */
.no-margin { margin:0 !important; }
.no-margin-top { margin-top:0 !important; }
.no-margin-left { margin-left:0 !important; }
.no-margin-right { margin-right:0 !important; }
.no-margin-bottom { margin-bottom:0 !important; }


/* Paddings
/* ´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´ */
.no-padding { padding:0 !important; }
.no-padding-top { padding-top:0 !important; }
.no-padding-left { padding-left:0 !important; }
.no-padding-right { padding-right:0 !important; }
.no-padding-bottom { padding-bottom:0 !important; }


/* Cores de texto
/* ´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´ */
             .red { color:#f44336 !important; }                .red-50 { color:#ffebee !important; }               .red-100 { color:#ffcdd2 !important; }
         .red-200 { color:#ef9a9a !important; }               .red-300 { color:#e57373 !important; }               .red-400 { color:#ef5350 !important; }
         .red-500 { color:#f44336 !important; }               .red-600 { color:#e53935 !important; }               .red-700 { color:#d32f2f !important; }
         .red-800 { color:#c62828 !important; }               .red-900 { color:#b71c1c !important; }              .red-A100 { color:#ff8a80 !important; }
        .red-A200 { color:#ff5252 !important; }              .red-A400 { color:#ff1744 !important; }              .red-A700 { color:#d50000 !important; }

            .pink { color:#e91e63 !important; }               .pink-50 { color:#fce4ec !important; }              .pink-100 { color:#f8bbd0 !important; }
        .pink-200 { color:#f48fb1 !important; }              .pink-300 { color:#f06292 !important; }              .pink-400 { color:#ec407a !important; }
        .pink-500 { color:#e91e63 !important; }              .pink-600 { color:#d81b60 !important; }              .pink-700 { color:#c2185b !important; }
        .pink-800 { color:#ad1457 !important; }              .pink-900 { color:#880e4f !important; }             .pink-A100 { color:#ff80ab !important; }
       .pink-A200 { color:#ff4081 !important; }             .pink-A400 { color:#f50057 !important; }             .pink-A700 { color:#c51162 !important; }

          .purple { color:#9c27b0 !important; }             .purple-50 { color:#f3e5f5 !important; }            .purple-100 { color:#e1bee7 !important; }
      .purple-200 { color:#ce93d8 !important; }            .purple-300 { color:#ba68c8 !important; }            .purple-400 { color:#ab47bc !important; }
      .purple-500 { color:#9c27b0 !important; }            .purple-600 { color:#8e24aa !important; }            .purple-700 { color:#7b1fa2 !important; }
      .purple-800 { color:#6a1b9a !important; }            .purple-900 { color:#4a148c !important; }           .purple-A100 { color:#ea80fc !important; }
     .purple-A200 { color:#e040fb !important; }           .purple-A400 { color:#d500f9 !important; }           .purple-A700 { color:#aa00ff !important; }

     .deep-purple { color:#673ab7 !important; }        .deep-purple-50 { color:#ede7f6 !important; }       .deep-purple-100 { color:#d1c4e9 !important; }
 .deep-purple-200 { color:#b39ddb !important; }       .deep-purple-300 { color:#9575cd !important; }       .deep-purple-400 { color:#7e57c2 !important; }
 .deep-purple-500 { color:#673ab7 !important; }       .deep-purple-600 { color:#5e35b1 !important; }       .deep-purple-700 { color:#512da8 !important; }
 .deep-purple-800 { color:#4527a0 !important; }       .deep-purple-900 { color:#311b92 !important; }      .deep-purple-A100 { color:#b388ff !important; }
.deep-purple-A200 { color:#7c4dff !important; }      .deep-purple-A400 { color:#651fff !important; }      .deep-purple-A700 { color:#6200ea !important; }

          .indigo { color:#3f51b5 !important; }             .indigo-50 { color:#e8eaf6 !important; }            .indigo-100 { color:#c5cae9 !important; }
      .indigo-200 { color:#9fa8da !important; }            .indigo-300 { color:#7986cb !important; }            .indigo-400 { color:#5c6bc0 !important; }
      .indigo-500 { color:#3f51b5 !important; }            .indigo-600 { color:#3949ab !important; }            .indigo-700 { color:#303f9f !important; }
      .indigo-800 { color:#283593 !important; }            .indigo-900 { color:#1a237e !important; }           .indigo-A100 { color:#8c9eff !important; }
     .indigo-A200 { color:#536dfe !important; }           .indigo-A400 { color:#3d5afe !important; }           .indigo-A700 { color:#304ffe !important; }

            .blue { color:#2196f3 !important; }               .blue-50 { color:#e3f2fd !important; }              .blue-100 { color:#bbdefb !important; }
        .blue-200 { color:#90caf9 !important; }              .blue-300 { color:#64b5f6 !important; }              .blue-400 { color:#42a5f5 !important; }
        .blue-500 { color:#2196f3 !important; }              .blue-600 { color:#1e88e5 !important; }              .blue-700 { color:#1976d2 !important; }
        .blue-800 { color:#1565c0 !important; }              .blue-900 { color:#0d47a1 !important; }             .blue-A100 { color:#82b1ff !important; }
       .blue-A200 { color:#448aff !important; }             .blue-A400 { color:#2979ff !important; }             .blue-A700 { color:#2962ff !important; }

      .light-blue { color:#03a9f4 !important; }         .light-blue-50 { color:#e1f5fe !important; }        .light-blue-100 { color:#b3e5fc !important; }
  .light-blue-200 { color:#81d4fa !important; }        .light-blue-300 { color:#4fc3f7 !important; }        .light-blue-400 { color:#29b6f6 !important; }
  .light-blue-500 { color:#03a9f4 !important; }        .light-blue-600 { color:#039be5 !important; }        .light-blue-700 { color:#0288d1 !important; }
  .light-blue-800 { color:#0277bd !important; }        .light-blue-900 { color:#01579b !important; }       .light-blue-A100 { color:#80d8ff !important; }
 .light-blue-A200 { color:#40c4ff !important; }       .light-blue-A400 { color:#00b0ff !important; }       .light-blue-A700 { color:#0091ea !important; }

            .cyan { color:#00bcd4 !important; }               .cyan-50 { color:#e0f7fa !important; }              .cyan-100 { color:#b2ebf2 !important; }
        .cyan-200 { color:#80deea !important; }              .cyan-300 { color:#4dd0e1 !important; }              .cyan-400 { color:#26c6da !important; }
        .cyan-500 { color:#00bcd4 !important; }              .cyan-600 { color:#00acc1 !important; }              .cyan-700 { color:#0097a7 !important; }
        .cyan-800 { color:#00838f !important; }              .cyan-900 { color:#006064 !important; }             .cyan-A100 { color:#84ffff !important; }
       .cyan-A200 { color:#18ffff !important; }             .cyan-A400 { color:#00e5ff !important; }             .cyan-A700 { color:#00b8d4 !important; }

            .teal { color:#009688 !important; }               .teal-50 { color:#e0f2f1 !important; }              .teal-100 { color:#b2dfdb !important; }
        .teal-200 { color:#80cbc4 !important; }              .teal-300 { color:#4db6ac !important; }              .teal-400 { color:#26a69a !important; }
        .teal-500 { color:#009688 !important; }              .teal-600 { color:#00897b !important; }              .teal-700 { color:#00796b !important; }
        .teal-800 { color:#00695c !important; }              .teal-900 { color:#004d40 !important; }             .teal-A100 { color:#a7ffeb !important; }
       .teal-A200 { color:#64ffda !important; }             .teal-A400 { color:#1de9b6 !important; }             .teal-A700 { color:#00bfa5 !important; }

           .green { color:#4caf50 !important; }              .green-50 { color:#e8f5e9 !important; }             .green-100 { color:#c8e6c9 !important; }
       .green-200 { color:#a5d6a7 !important; }             .green-300 { color:#81c784 !important; }             .green-400 { color:#66bb6a !important; }
       .green-500 { color:#4caf50 !important; }             .green-600 { color:#43a047 !important; }             .green-700 { color:#388e3c !important; }
       .green-800 { color:#2e7d32 !important; }             .green-900 { color:#1b5e20 !important; }            .green-A100 { color:#b9f6ca !important; }
      .green-A200 { color:#69f0ae !important; }            .green-A400 { color:#00e676 !important; }            .green-A700 { color:#00c853 !important; }

     .light-green { color:#8bc34a !important; }        .light-green-50 { color:#f1f8e9 !important; }       .light-green-100 { color:#dcedc8 !important; }
 .light-green-200 { color:#c5e1a5 !important; }       .light-green-300 { color:#aed581 !important; }       .light-green-400 { color:#9ccc65 !important; }
 .light-green-500 { color:#8bc34a !important; }       .light-green-600 { color:#7cb342 !important; }       .light-green-700 { color:#689f38 !important; }
 .light-green-800 { color:#558b2f !important; }       .light-green-900 { color:#33691e !important; }      .light-green-A100 { color:#ccff90 !important; }
.light-green-A200 { color:#b2ff59 !important; }      .light-green-A400 { color:#76ff03 !important; }      .light-green-A700 { color:#64dd17 !important; }

            .lime { color:#cddc39 !important; }               .lime-50 { color:#f9fbe7 !important; }              .lime-100 { color:#f0f4c3 !important; }
        .lime-200 { color:#e6ee9c !important; }              .lime-300 { color:#dce775 !important; }              .lime-400 { color:#d4e157 !important; }
        .lime-500 { color:#cddc39 !important; }              .lime-600 { color:#c0ca33 !important; }              .lime-700 { color:#afb42b !important; }
        .lime-800 { color:#9e9d24 !important; }              .lime-900 { color:#827717 !important; }             .lime-A100 { color:#f4ff81 !important; }
       .lime-A200 { color:#eeff41 !important; }             .lime-A400 { color:#c6ff00 !important; }             .lime-A700 { color:#aeea00 !important; }

          .yellow { color:#ffeb3b !important; }             .yellow-50 { color:#fffde7 !important; }            .yellow-100 { color:#fff9c4 !important; }
      .yellow-200 { color:#fff59d !important; }            .yellow-300 { color:#fff176 !important; }            .yellow-400 { color:#ffee58 !important; }
      .yellow-500 { color:#ffeb3b !important; }            .yellow-600 { color:#fdd835 !important; }            .yellow-700 { color:#fbc02d !important; }
      .yellow-800 { color:#f9a825 !important; }            .yellow-900 { color:#f57f17 !important; }           .yellow-A100 { color:#ffff8d !important; }
     .yellow-A200 { color:#ffff00 !important; }           .yellow-A400 { color:#ffea00 !important; }           .yellow-A700 { color:#ffd600 !important; }

           .amber { color:#ffc107 !important; }              .amber-50 { color:#fff8e1 !important; }             .amber-100 { color:#ffecb3 !important; }
       .amber-200 { color:#ffe082 !important; }             .amber-300 { color:#ffd54f !important; }             .amber-400 { color:#ffca28 !important; }
       .amber-500 { color:#ffc107 !important; }             .amber-600 { color:#ffb300 !important; }             .amber-700 { color:#ffa000 !important; }
       .amber-800 { color:#ff8f00 !important; }             .amber-900 { color:#ff6f00 !important; }            .amber-A100 { color:#ffe57f !important; }
      .amber-A200 { color:#ffd740 !important; }            .amber-A400 { color:#ffc400 !important; }            .amber-A700 { color:#ffab00 !important; }

          .orange { color:#ff9800 !important; }             .orange-50 { color:#fff3e0 !important; }            .orange-100 { color:#ffe0b2 !important; }
      .orange-200 { color:#ffcc80 !important; }            .orange-300 { color:#ffb74d !important; }            .orange-400 { color:#ffa726 !important; }
      .orange-500 { color:#ff9800 !important; }            .orange-600 { color:#fb8c00 !important; }            .orange-700 { color:#f57c00 !important; }
      .orange-800 { color:#ef6c00 !important; }            .orange-900 { color:#e65100 !important; }           .orange-A100 { color:#ffd180 !important; }
     .orange-A200 { color:#ffab40 !important; }           .orange-A400 { color:#ff9100 !important; }           .orange-A700 { color:#ff6d00 !important; }

     .deep-orange { color:#ff5722 !important; }        .deep-orange-50 { color:#fbe9e7 !important; }       .deep-orange-100 { color:#ffccbc !important; }
 .deep-orange-200 { color:#ffab91 !important; }       .deep-orange-300 { color:#ff8a65 !important; }       .deep-orange-400 { color:#ff7043 !important; }
 .deep-orange-500 { color:#ff5722 !important; }       .deep-orange-600 { color:#f4511e !important; }       .deep-orange-700 { color:#e64a19 !important; }
 .deep-orange-800 { color:#d84315 !important; }       .deep-orange-900 { color:#bf360c !important; }      .deep-orange-A100 { color:#ff9e80 !important; }
.deep-orange-A200 { color:#ff6e40 !important; }      .deep-orange-A400 { color:#ff3d00 !important; }      .deep-orange-A700 { color:#dd2c00 !important; }

           .brown { color:#795548 !important; }              .brown-50 { color:#efebe9 !important; }             .brown-100 { color:#d7ccc8 !important; }
       .brown-200 { color:#bcaaa4 !important; }             .brown-300 { color:#a1887f !important; }             .brown-400 { color:#8d6e63 !important; }
       .brown-500 { color:#795548 !important; }             .brown-600 { color:#6d4c41 !important; }             .brown-700 { color:#5d4037 !important; }
       .brown-800 { color:#4e342e !important; }             .brown-900 { color:#3e2723 !important; }      

            .gray { color:#9e9e9e !important; }               .gray-50 { color:#fafafa !important; }              .gray-100 { color:#f5f5f5 !important; }
        .gray-200 { color:#eeeeee !important; }              .gray-300 { color:#e0e0e0 !important; }              .gray-400 { color:#bdbdbd !important; }
        .gray-500 { color:#9e9e9e !important; }              .gray-600 { color:#757575 !important; }              .gray-700 { color:#616161 !important; }
        .gray-800 { color:#424242 !important; }              .gray-900 { color:#212121 !important; }

       .blue-gray { color:#607d8b !important; }          .blue-gray-50 { color:#eceff1 !important; }         .blue-gray-100 { color:#cfd8dc !important; }
   .blue-gray-200 { color:#b0bec5 !important; }         .blue-gray-300 { color:#90a4ae !important; }         .blue-gray-400 { color:#78909c !important; }
   .blue-gray-500 { color:#607d8b !important; }         .blue-gray-600 { color:#546e7a !important; }         .blue-gray-700 { color:#455a64 !important; }
   .blue-gray-800 { color:#37474f !important; }         .blue-gray-900 { color:#263238 !important; }

           .black { color:#000000 !important; }
           .white { color:#ffffff !important; }


/* Cores de fundo
/* ´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´ */
             .bg-red { background-color:#f44336 !important; }                .bg-red-50 { background-color:#ffebee !important; }
         .bg-red-100 { background-color:#ffcdd2 !important; }               .bg-red-200 { background-color:#ef9a9a !important; }
         .bg-red-300 { background-color:#e57373 !important; }               .bg-red-400 { background-color:#ef5350 !important; }
         .bg-red-500 { background-color:#f44336 !important; }               .bg-red-600 { background-color:#e53935 !important; }
         .bg-red-700 { background-color:#d32f2f !important; }               .bg-red-800 { background-color:#c62828 !important; }
         .bg-red-900 { background-color:#b71c1c !important; }              .bg-red-A100 { background-color:#ff8a80 !important; }
        .bg-red-A200 { background-color:#ff5252 !important; }              .bg-red-A400 { background-color:#ff1744 !important; }
        .bg-red-A700 { background-color:#d50000 !important; }

            .bg-pink { background-color:#e91e63 !important; }               .bg-pink-50 { background-color:#fce4ec !important; }
        .bg-pink-100 { background-color:#f8bbd0 !important; }              .bg-pink-200 { background-color:#f48fb1 !important; }
        .bg-pink-300 { background-color:#f06292 !important; }              .bg-pink-400 { background-color:#ec407a !important; }
        .bg-pink-500 { background-color:#e91e63 !important; }              .bg-pink-600 { background-color:#d81b60 !important; }
        .bg-pink-700 { background-color:#c2185b !important; }              .bg-pink-800 { background-color:#ad1457 !important; }
        .bg-pink-900 { background-color:#880e4f !important; }             .bg-pink-A100 { background-color:#ff80ab !important; }
       .bg-pink-A200 { background-color:#ff4081 !important; }             .bg-pink-A400 { background-color:#f50057 !important; }
       .bg-pink-A700 { background-color:#c51162 !important; }

          .bg-purple { background-color:#9c27b0 !important; }             .bg-purple-50 { background-color:#f3e5f5 !important; }
      .bg-purple-100 { background-color:#e1bee7 !important; }            .bg-purple-200 { background-color:#ce93d8 !important; }
      .bg-purple-300 { background-color:#ba68c8 !important; }            .bg-purple-400 { background-color:#ab47bc !important; }
      .bg-purple-500 { background-color:#9c27b0 !important; }            .bg-purple-600 { background-color:#8e24aa !important; }
      .bg-purple-700 { background-color:#7b1fa2 !important; }            .bg-purple-800 { background-color:#6a1b9a !important; }
      .bg-purple-900 { background-color:#4a148c !important; }           .bg-purple-A100 { background-color:#ea80fc !important; }
     .bg-purple-A200 { background-color:#e040fb !important; }           .bg-purple-A400 { background-color:#d500f9 !important; }
     .bg-purple-A700 { background-color:#aa00ff !important; }

     .bg-deep-purple { background-color:#673ab7 !important; }        .bg-deep-purple-50 { background-color:#ede7f6 !important; }
 .bg-deep-purple-100 { background-color:#d1c4e9 !important; }       .bg-deep-purple-200 { background-color:#b39ddb !important; }
 .bg-deep-purple-300 { background-color:#9575cd !important; }       .bg-deep-purple-400 { background-color:#7e57c2 !important; }
 .bg-deep-purple-500 { background-color:#673ab7 !important; }       .bg-deep-purple-600 { background-color:#5e35b1 !important; }
 .bg-deep-purple-700 { background-color:#512da8 !important; }       .bg-deep-purple-800 { background-color:#4527a0 !important; }
 .bg-deep-purple-900 { background-color:#311b92 !important; }      .bg-deep-purple-A100 { background-color:#b388ff !important; }
.bg-deep-purple-A200 { background-color:#7c4dff !important; }      .bg-deep-purple-A400 { background-color:#651fff !important; }
.bg-deep-purple-A700 { background-color:#6200ea !important; }

          .bg-indigo { background-color:#3f51b5 !important; }             .bg-indigo-50 { background-color:#e8eaf6 !important; }
      .bg-indigo-100 { background-color:#c5cae9 !important; }            .bg-indigo-200 { background-color:#9fa8da !important; }
      .bg-indigo-300 { background-color:#7986cb !important; }            .bg-indigo-400 { background-color:#5c6bc0 !important; }
      .bg-indigo-500 { background-color:#3f51b5 !important; }            .bg-indigo-600 { background-color:#3949ab !important; }
      .bg-indigo-700 { background-color:#303f9f !important; }            .bg-indigo-800 { background-color:#283593 !important; }
      .bg-indigo-900 { background-color:#1a237e !important; }           .bg-indigo-A100 { background-color:#8c9eff !important; }
     .bg-indigo-A200 { background-color:#536dfe !important; }           .bg-indigo-A400 { background-color:#3d5afe !important; }
     .bg-indigo-A700 { background-color:#304ffe !important; }

            .bg-blue { background-color:#2196f3 !important; }               .bg-blue-50 { background-color:#e3f2fd !important; }
        .bg-blue-100 { background-color:#bbdefb !important; }              .bg-blue-200 { background-color:#90caf9 !important; }
        .bg-blue-300 { background-color:#64b5f6 !important; }              .bg-blue-400 { background-color:#42a5f5 !important; }
        .bg-blue-500 { background-color:#2196f3 !important; }              .bg-blue-600 { background-color:#1e88e5 !important; }
        .bg-blue-700 { background-color:#1976d2 !important; }              .bg-blue-800 { background-color:#1565c0 !important; }
        .bg-blue-900 { background-color:#0d47a1 !important; }             .bg-blue-A100 { background-color:#82b1ff !important; }
       .bg-blue-A200 { background-color:#448aff !important; }             .bg-blue-A400 { background-color:#2979ff !important; }
       .bg-blue-A700 { background-color:#2962ff !important; }

      .bg-light-blue { background-color:#03a9f4 !important; }         .bg-light-blue-50 { background-color:#e1f5fe !important; }
  .bg-light-blue-100 { background-color:#b3e5fc !important; }        .bg-light-blue-200 { background-color:#81d4fa !important; }
  .bg-light-blue-300 { background-color:#4fc3f7 !important; }        .bg-light-blue-400 { background-color:#29b6f6 !important; }
  .bg-light-blue-500 { background-color:#03a9f4 !important; }        .bg-light-blue-600 { background-color:#039be5 !important; }
  .bg-light-blue-700 { background-color:#0288d1 !important; }        .bg-light-blue-800 { background-color:#0277bd !important; }
  .bg-light-blue-900 { background-color:#01579b !important; }       .bg-light-blue-A100 { background-color:#80d8ff !important; }
 .bg-light-blue-A200 { background-color:#40c4ff !important; }       .bg-light-blue-A400 { background-color:#00b0ff !important; }
 .bg-light-blue-A700 { background-color:#0091ea !important; }

            .bg-cyan { background-color:#00bcd4 !important; }               .bg-cyan-50 { background-color:#e0f7fa !important; }
        .bg-cyan-100 { background-color:#b2ebf2 !important; }              .bg-cyan-200 { background-color:#80deea !important; }
        .bg-cyan-300 { background-color:#4dd0e1 !important; }              .bg-cyan-400 { background-color:#26c6da !important; }
        .bg-cyan-500 { background-color:#00bcd4 !important; }              .bg-cyan-600 { background-color:#00acc1 !important; }
        .bg-cyan-700 { background-color:#0097a7 !important; }              .bg-cyan-800 { background-color:#00838f !important; }
        .bg-cyan-900 { background-color:#006064 !important; }             .bg-cyan-A100 { background-color:#84ffff !important; }
       .bg-cyan-A200 { background-color:#18ffff !important; }             .bg-cyan-A400 { background-color:#00e5ff !important; }
       .bg-cyan-A700 { background-color:#00b8d4 !important; }

            .bg-teal { background-color:#009688 !important; }               .bg-teal-50 { background-color:#e0f2f1 !important; }
        .bg-teal-100 { background-color:#b2dfdb !important; }              .bg-teal-200 { background-color:#80cbc4 !important; }
        .bg-teal-300 { background-color:#4db6ac !important; }              .bg-teal-400 { background-color:#26a69a !important; }
        .bg-teal-500 { background-color:#009688 !important; }              .bg-teal-600 { background-color:#00897b !important; }
        .bg-teal-700 { background-color:#00796b !important; }              .bg-teal-800 { background-color:#00695c !important; }
        .bg-teal-900 { background-color:#004d40 !important; }             .bg-teal-A100 { background-color:#a7ffeb !important; }
       .bg-teal-A200 { background-color:#64ffda !important; }             .bg-teal-A400 { background-color:#1de9b6 !important; }
       .bg-teal-A700 { background-color:#00bfa5 !important; }

           .bg-green { background-color:#4caf50 !important; }              .bg-green-50 { background-color:#e8f5e9 !important; }
       .bg-green-100 { background-color:#c8e6c9 !important; }             .bg-green-200 { background-color:#a5d6a7 !important; }
       .bg-green-300 { background-color:#81c784 !important; }             .bg-green-400 { background-color:#66bb6a !important; }
       .bg-green-500 { background-color:#4caf50 !important; }             .bg-green-600 { background-color:#43a047 !important; }
       .bg-green-700 { background-color:#388e3c !important; }             .bg-green-800 { background-color:#2e7d32 !important; }
       .bg-green-900 { background-color:#1b5e20 !important; }            .bg-green-A100 { background-color:#b9f6ca !important; }
      .bg-green-A200 { background-color:#69f0ae !important; }            .bg-green-A400 { background-color:#00e676 !important; }
      .bg-green-A700 { background-color:#00c853 !important; }

     .bg-light-green { background-color:#8bc34a !important; }        .bg-light-green-50 { background-color:#f1f8e9 !important; }
 .bg-light-green-100 { background-color:#dcedc8 !important; }       .bg-light-green-200 { background-color:#c5e1a5 !important; }
 .bg-light-green-300 { background-color:#aed581 !important; }       .bg-light-green-400 { background-color:#9ccc65 !important; }
 .bg-light-green-500 { background-color:#8bc34a !important; }       .bg-light-green-600 { background-color:#7cb342 !important; }
 .bg-light-green-700 { background-color:#689f38 !important; }       .bg-light-green-800 { background-color:#558b2f !important; }
 .bg-light-green-900 { background-color:#33691e !important; }      .bg-light-green-A100 { background-color:#ccff90 !important; }
.bg-light-green-A200 { background-color:#b2ff59 !important; }      .bg-light-green-A400 { background-color:#76ff03 !important; }
.bg-light-green-A700 { background-color:#64dd17 !important; }

            .bg-lime { background-color:#cddc39 !important; }               .bg-lime-50 { background-color:#f9fbe7 !important; }
        .bg-lime-100 { background-color:#f0f4c3 !important; }              .bg-lime-200 { background-color:#e6ee9c !important; }
        .bg-lime-300 { background-color:#dce775 !important; }              .bg-lime-400 { background-color:#d4e157 !important; }
        .bg-lime-500 { background-color:#cddc39 !important; }              .bg-lime-600 { background-color:#c0ca33 !important; }
        .bg-lime-700 { background-color:#afb42b !important; }              .bg-lime-800 { background-color:#9e9d24 !important; }
        .bg-lime-900 { background-color:#827717 !important; }             .bg-lime-A100 { background-color:#f4ff81 !important; }
       .bg-lime-A200 { background-color:#eeff41 !important; }             .bg-lime-A400 { background-color:#c6ff00 !important; }
       .bg-lime-A700 { background-color:#aeea00 !important; }

          .bg-yellow { background-color:#ffeb3b !important; }             .bg-yellow-50 { background-color:#fffde7 !important; }
      .bg-yellow-100 { background-color:#fff9c4 !important; }            .bg-yellow-200 { background-color:#fff59d !important; }
      .bg-yellow-300 { background-color:#fff176 !important; }            .bg-yellow-400 { background-color:#ffee58 !important; }
      .bg-yellow-500 { background-color:#ffeb3b !important; }            .bg-yellow-600 { background-color:#fdd835 !important; }
      .bg-yellow-700 { background-color:#fbc02d !important; }            .bg-yellow-800 { background-color:#f9a825 !important; }
      .bg-yellow-900 { background-color:#f57f17 !important; }           .bg-yellow-A100 { background-color:#ffff8d !important; }
     .bg-yellow-A200 { background-color:#ffff00 !important; }           .bg-yellow-A400 { background-color:#ffea00 !important; }
     .bg-yellow-A700 { background-color:#ffd600 !important; }

           .bg-amber { background-color:#ffc107 !important; }              .bg-amber-50 { background-color:#fff8e1 !important; }
       .bg-amber-100 { background-color:#ffecb3 !important; }             .bg-amber-200 { background-color:#ffe082 !important; }
       .bg-amber-300 { background-color:#ffd54f !important; }             .bg-amber-400 { background-color:#ffca28 !important; }
       .bg-amber-500 { background-color:#ffc107 !important; }             .bg-amber-600 { background-color:#ffb300 !important; }
       .bg-amber-700 { background-color:#ffa000 !important; }             .bg-amber-800 { background-color:#ff8f00 !important; }
       .bg-amber-900 { background-color:#ff6f00 !important; }            .bg-amber-A100 { background-color:#ffe57f !important; }
      .bg-amber-A200 { background-color:#ffd740 !important; }            .bg-amber-A400 { background-color:#ffc400 !important; }
      .bg-amber-A700 { background-color:#ffab00 !important; }

          .bg-orange { background-color:#ff9800 !important; }             .bg-orange-50 { background-color:#fff3e0 !important; }
      .bg-orange-100 { background-color:#ffe0b2 !important; }            .bg-orange-200 { background-color:#ffcc80 !important; }
      .bg-orange-300 { background-color:#ffb74d !important; }            .bg-orange-400 { background-color:#ffa726 !important; }
      .bg-orange-500 { background-color:#ff9800 !important; }            .bg-orange-600 { background-color:#fb8c00 !important; }
      .bg-orange-700 { background-color:#f57c00 !important; }            .bg-orange-800 { background-color:#ef6c00 !important; }
      .bg-orange-900 { background-color:#e65100 !important; }           .bg-orange-A100 { background-color:#ffd180 !important; }
     .bg-orange-A200 { background-color:#ffab40 !important; }           .bg-orange-A400 { background-color:#ff9100 !important; }
     .bg-orange-A700 { background-color:#ff6d00 !important; }

     .bg-deep-orange { background-color:#ff5722 !important; }        .bg-deep-orange-50 { background-color:#fbe9e7 !important; }
 .bg-deep-orange-100 { background-color:#ffccbc !important; }       .bg-deep-orange-200 { background-color:#ffab91 !important; }
 .bg-deep-orange-300 { background-color:#ff8a65 !important; }       .bg-deep-orange-400 { background-color:#ff7043 !important; }
 .bg-deep-orange-500 { background-color:#ff5722 !important; }       .bg-deep-orange-600 { background-color:#f4511e !important; }
 .bg-deep-orange-700 { background-color:#e64a19 !important; }       .bg-deep-orange-800 { background-color:#d84315 !important; }
 .bg-deep-orange-900 { background-color:#bf360c !important; }      .bg-deep-orange-A100 { background-color:#ff9e80 !important; }
.bg-deep-orange-A200 { background-color:#ff6e40 !important; }      .bg-deep-orange-A400 { background-color:#ff3d00 !important; }
.bg-deep-orange-A700 { background-color:#dd2c00 !important; }

           .bg-brown { background-color:#795548 !important; }              .bg-brown-50 { background-color:#efebe9 !important; }
       .bg-brown-100 { background-color:#d7ccc8 !important; }             .bg-brown-200 { background-color:#bcaaa4 !important; }
       .bg-brown-300 { background-color:#a1887f !important; }             .bg-brown-400 { background-color:#8d6e63 !important; }
       .bg-brown-500 { background-color:#795548 !important; }             .bg-brown-600 { background-color:#6d4c41 !important; }
       .bg-brown-700 { background-color:#5d4037 !important; }             .bg-brown-800 { background-color:#4e342e !important; }
       .bg-brown-900 { background-color:#3e2723 !important; }      

            .bg-gray { background-color:#9e9e9e !important; }               .bg-gray-50 { background-color:#fafafa !important; }
        .bg-gray-100 { background-color:#f5f5f5 !important; }              .bg-gray-200 { background-color:#eeeeee !important; }
        .bg-gray-300 { background-color:#e0e0e0 !important; }              .bg-gray-400 { background-color:#bdbdbd !important; }
        .bg-gray-500 { background-color:#9e9e9e !important; }              .bg-gray-600 { background-color:#757575 !important; }
        .bg-gray-700 { background-color:#616161 !important; }              .bg-gray-800 { background-color:#424242 !important; }
        .bg-gray-900 { background-color:#212121 !important; }

       .bg-blue-gray { background-color:#607d8b !important; }          .bg-blue-gray-50 { background-color:#eceff1 !important; }
   .bg-blue-gray-100 { background-color:#cfd8dc !important; }         .bg-blue-gray-200 { background-color:#b0bec5 !important; }
   .bg-blue-gray-300 { background-color:#90a4ae !important; }         .bg-blue-gray-400 { background-color:#78909c !important; }
   .bg-blue-gray-500 { background-color:#607d8b !important; }         .bg-blue-gray-600 { background-color:#546e7a !important; }
   .bg-blue-gray-700 { background-color:#455a64 !important; }         .bg-blue-gray-800 { background-color:#37474f !important; }
   .bg-blue-gray-900 { background-color:#263238 !important; }

           .bg-black { background-color:#000000 !important; }
           .bg-white { background-color:#ffffff !important; }


/* Tamanhos de fonte em porcentagem
/* ´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´ */
 .size-10 { font-size:10%  !important; }  .size-20 { font-size:20%  !important; }  .size-30 { font-size:30%  !important; }
 .size-40 { font-size:40%  !important; }  .size-50 { font-size:50%  !important; }  .size-60 { font-size:60%  !important; }
 .size-70 { font-size:70%  !important; }  .size-80 { font-size:80%  !important; }  .size-90 { font-size:90%  !important; }
.size-100 { font-size:100% !important; } .size-110 { font-size:110% !important; } .size-120 { font-size:120% !important; }
.size-130 { font-size:130% !important; } .size-140 { font-size:140% !important; } .size-150 { font-size:150% !important; }
.size-160 { font-size:160% !important; } .size-170 { font-size:170% !important; } .size-180 { font-size:180% !important; }
.size-190 { font-size:190% !important; } .size-200 { font-size:200% !important; } .size-210 { font-size:210% !important; }
.size-220 { font-size:220% !important; } .size-230 { font-size:230% !important; } .size-240 { font-size:240% !important; }
.size-250 { font-size:250% !important; } .size-260 { font-size:190% !important; } .size-260 { font-size:260% !important; }
.size-270 { font-size:270% !important; } .size-280 { font-size:280% !important; } .size-290 { font-size:290% !important; }
.size-300 { font-size:300% !important; } .size-310 { font-size:310% !important; } .size-320 { font-size:320% !important; }
.size-330 { font-size:330% !important; } .size-340 { font-size:340% !important; } .size-350 { font-size:350% !important; }


/* Altura de linha
/* ´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´ */
.line-height-100 { line-height:1.00 !important; }
.line-height-105 { line-height:1.05 !important; }
.line-height-110 { line-height:1.10 !important; }
.line-height-115 { line-height:1.15 !important; }
.line-height-120 { line-height:1.20 !important; }
.line-height-125 { line-height:1.25 !important; }
.line-height-130 { line-height:1.30 !important; }
.line-height-135 { line-height:1.35 !important; }
.line-height-140 { line-height:1.40 !important; }
.line-height-145 { line-height:1.45 !important; }
.line-height-150 { line-height:1.50 !important; }
.line-height-155 { line-height:1.55 !important; }
.line-height-160 { line-height:1.60 !important; }
.line-height-165 { line-height:1.65 !important; }
.line-height-170 { line-height:1.70 !important; }
.line-height-175 { line-height:1.75 !important; }
.line-height-180 { line-height:1.80 !important; }


/* Formatação de texto
/* ´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´ */
         .text-pre { white-space:pre    !important; }
        .text-wrap { white-space:normal !important; }
      .text-nowrap { white-space:nowrap !important; }

   .text-lowercase { text-transform:lowercase  !important; }
   .text-uppercase { text-transform:uppercase  !important; }
  .text-capitalize { text-transform:capitalize !important; }

        .text-bold { font-weight:bold   !important; }
      .text-italic { font-style:italic  !important; }
      .text-normal { font-style:normal  !important;
                     font-weight:normal !important; }

   .text-no-shadow { text-shadow:none !important; }

     .text-deleted { text-decoration:line-through !important; }
   .text-underline { text-decoration:underline    !important; }
.text-no-underline { text-decoration:none         !important; }


/* Alinhamento de texto
/* ´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´ */
         .text-left { text-align:left    !important; }
        .text-right { text-align:right   !important; }
       .text-center { text-align:center  !important; }
      .text-justify { text-align:justify !important; }

/* Alinhamento de texto responsivo
/* ´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´ */
      .text-xs-left { text-align:left   !important; }
     .text-xs-right { text-align:right  !important; }
    .text-xs-center { text-align:center !important; }

      .text-sm-left { text-align:left   !important; }
     .text-sm-right { text-align:left   !important; }
    .text-sm-center { text-align:left   !important; }

      .text-md-left { text-align:left   !important; }
     .text-md-right { text-align:left   !important; }
    .text-md-center { text-align:left   !important; }

      .text-lg-left { text-align:left   !important; }
     .text-lg-right { text-align:left   !important; }
    .text-lg-center { text-align:left   !important; }

@media (min-width: 768px) {
      .text-sm-left { text-align:left   !important; }
     .text-sm-right { text-align:right  !important; }
    .text-sm-center { text-align:center !important; }
}
@media (min-width: 992px) {
      .text-md-left { text-align:left   !important; }
     .text-md-right { text-align:right  !important; }
    .text-md-center { text-align:center !important; }
}
@media (min-width: 1200px) {
      .text-lg-left { text-align:left   !important; }
     .text-lg-right { text-align:right  !important; }
    .text-lg-center { text-align:center !important; }
}


/* Cursores
/* ´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´ */
       .cursor-wait { cursor:wait        !important; }
       .cursor-help { cursor:help        !important; }
       .cursor-cell { cursor:cell        !important; }
       .cursor-grab { cursor:grab        !important; }
       .cursor-move { cursor:move        !important; }
       .cursor-none { cursor:none        !important; }
       .cursor-text { cursor:text        !important; }
    .cursor-default { cursor:default     !important; }
    .cursor-pointer { cursor:pointer     !important; }
    .cursor-zoom-in { cursor:zoom-in     !important; }
   .cursor-zoom-out { cursor:zoom-out    !important; }
  .cursor-crosshair { cursor:crosshair   !important; }
 .cursor-col-resize { cursor:col-resize  !important; }
.cursor-not-allowed { cursor:not-allowed !important; }


/* Display, floats e clear
/* ´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´ */
.inline-block { display:inline-block !important; }
      .inline { display:inline       !important; }
       .block { display:block        !important; }

        .hide { display:none; }
        .show { display:block; }

.center-block { display:block; margin-left:auto; margin-right:auto }
  .box-center { margin:0 auto; }

 .float-right { float:right !important; }
  .float-left { float:left  !important; }
       .clear { clear:both  !important; }

 .clear-float { display:block; overflow:hidden; }


/* Position
/* ´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´ */
.position-relative { position:relative !important; }
.position-absolute { position:absolute !important; }
   .position-fixed { position:fixed    !important; }


/* Overflow
/* ´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´ */
.overflow-visible { overflow:visible !important; }
 .overflow-scroll { overflow:scroll  !important; }
   .overflow-auto { overflow:auto    !important; }


/* Modelos de caixas sombreadas - effect-1 a effect-8
/* ´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´ */
.model-box { padding:10px; background:#f9f9f9; }
.model-box.rounded { border-radius:5px; }

	.effect-1 { box-shadow: 0 10px 6px -6px #777; }
	
	.effect-2 { position:relative; }
	.effect-2:before, .effect-2:after { z-index: -1; position:absolute; content:""; bottom:15px; left:10px; width:50%; top:80%; max-width:300px; background:#777; box-shadow:0 15px 10px #777; transform:rotate(-3deg); }
	.effect-2:after { transform:rotate(3deg); right:10px; left:auto; }

	.effect-3 { position:relative; }
	.effect-3:before { z-index:-1; position:absolute; content:""; bottom:15px; left:10px; width:50%; top:80%; max-width:300px; background:#777; box-shadow:0 15px 10px #777; transform:rotate(-3deg); }

	.effect-4 { position:relative; }
	.effect-4:after { z-index:-1; position:absolute; content:""; bottom:15px; right:10px; left:auto; width:50%; top:80%; max-width:300px; background:#777; box-shadow:0 15px 10px #777; transform:rotate(3deg); }

	.effect-5 { position:relative; -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; }
	.effect-5:before, .effect-5:after { content:""; position:absolute; z-index:-1; -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8); -moz-box-shadow:0 0 20px rgba(0,0,0,0.8); box-shadow:0 0 20px rgba(0,0,0,0.8); top:50%; bottom:0; left:10px; right:10px; -moz-border-radius:100px / 10px; border-radius:100px / 10px; }
	.effect-5:after { right:10px; left:auto; transform:skew(8deg) rotate(3deg); }

	.effect-6 { position:relative; box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; }
	.effect-6:before, .effect-6:after { content:""; position:absolute; z-index:-1; box-shadow:0 0 20px rgba(0,0,0,0.8); top:0; bottom:0; left:10px; right:10px; border-radius:100px / 10px; }
	.effect-6:after { right:10px; left:auto; transform:skew(8deg) rotate(3deg); }

	.effect-7 { position:relative; box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; }
	.effect-7:before, .effect-7:after { content:""; position:absolute; z-index:-1; box-shadow:0 0 20px rgba(0,0,0,0.8); top:10px; bottom:10px; left:0; right:0; border-radius:100px / 10px; }
	.effect-7:after { right:10px; left:auto; transform:skew(8deg) rotate(3deg); }

	.effect-8 { background-color:#fcfcfc; border:1px solid #dddddd; box-shadow:2px 2px 4px rgba(30, 30, 30, 0.5); padding:5px; }

	/* IE8 e inferiores (não aplica nenhum efeito) */
	@media \0screen\,screen\9 {
		.effect-1 { box-shadow:none; }
		.effect-2:before, .effect-2:after,
		.effect-3:before, .effect-3:after,
		.effect-4:before, .effect-4:after,
		.effect-5:before, .effect-5:after,
		.effect-6:before, .effect-6:after,
		.effect-7:before, .effect-7:after { display:none !important; }
	}


/* Alertas - Bootstrap Growl
/* ------------------------------------------------------ */
.bootstrap-growl { text-align:center; font-size:120%; font-weight:bold; min-width:200px !important; max-width:90% !important; box-shadow:0 2px 5px rgba(0, 0, 0, 0.5); border-width:2px; }
@media (min-width:768px) {
	.bootstrap-growl { max-width:70% !important; }
}
@media (min-width:992px) {
	.bootstrap-growl { max-width:50% !important; }
}


/* Contador de caracteres
/* ------------------------------------------------------ */
div.counter { font-size:80%; padding-top:3px; }
div.counter span.chars { color:#03c; font-weight:bold; }
div.counter.error-counter { color:#f00; }
div.counter.error-counter span.chars { color:#900; }

