/*\
|*| ========================================================================
|*| Bootstrap Toggle: bootstrap4-toggle.css v3.4.0
|*| https://gitbrent.github.io/bootstrap4-toggle/
|*| ========================================================================
|*| Copyright 2018-2019 Brent Ely
|*| Licensed under MIT
|*| ========================================================================
\*/
.btn-group-xs>.btn,.btn-xs{padding:.35rem .4rem .25rem;font-size:.875rem;line-height:.5;border-radius:.2rem}
.checkbox label .toggle,.checkbox-inline .toggle{margin-left:-1.25rem;margin-right:.35rem}
.toggle{position:relative;overflow:hidden}
.toggle.btn.btn-light,.toggle.btn.btn-outline-light{border-color:rgba(0,0,0,.15)}
.toggle input[type=checkbox]{display:none}
.toggle-group{position:absolute;width:200%;top:0;bottom:0;left:0;transition:left .35s;-webkit-transition:left .35s;-moz-user-select:none;-webkit-user-select:none}
.toggle.off .toggle-group{left:-100%}
.toggle-on{position:absolute;top:0;bottom:0;left:0;right:50%;margin:0;border:0;border-radius:0}
.toggle-off{position:absolute;top:0;bottom:0;left:50%;right:0;margin:0;border:0;border-radius:0;box-shadow:none}
.toggle-handle{position:relative;margin:0 auto;padding-top:0;padding-bottom:0;height:100%;width:0;border-width:0 1px;background-color:#fff}
.toggle.btn-outline-primary .toggle-handle{background-color:var(--primary);border-color:var(--primary)}
.toggle.btn-outline-secondary .toggle-handle{background-color:var(--secondary);border-color:var(--secondary)}
.toggle.btn-outline-success .toggle-handle{background-color:var(--success);border-color:var(--success)}
.toggle.btn-outline-danger .toggle-handle{background-color:var(--danger);border-color:var(--danger)}
.toggle.btn-outline-warning .toggle-handle{background-color:var(--warning);border-color:var(--warning)}
.toggle.btn-outline-info .toggle-handle{background-color:var(--info);border-color:var(--info)}
.toggle.btn-outline-light .toggle-handle{background-color:var(--light);border-color:var(--light)}
.toggle.btn-outline-dark .toggle-handle{background-color:var(--dark);border-color:var(--dark)}
.toggle[class*=btn-outline]:hover .toggle-handle{background-color:var(--light);opacity:.5}
.toggle.btn{min-width:3.7rem;min-height:2.15rem}
.toggle-on.btn{padding-right:1.5rem}
.toggle-off.btn{padding-left:1.5rem}
.toggle.btn-lg{min-width:5rem;min-height:2.815rem}
.toggle-on.btn-lg{padding-right:2rem}
.toggle-off.btn-lg{padding-left:2rem}
.toggle-handle.btn-lg{width:2.5rem}
.toggle.btn-sm{min-width:3.125rem;min-height:1.938rem}
.toggle-on.btn-sm{padding-right:1rem}
.toggle-off.btn-sm{padding-left:1rem}
.toggle.btn-xs{min-width:2.19rem;min-height:1.375rem}
.toggle-on.btn-xs{padding-right:.8rem}
.toggle-off.btn-xs{padding-left:.8rem}

/* ========================== CUSTOM ========================== */

@font-face {
    font-family: "Gonville-23";
    src:url("/css/gonville-23.otf");
}
html {
	min-height: 100%;
	position: relative;
	font-family: 'Roboto', sans-serif;
}
body {
  /*font-size: .875rem;*/
  overflow-y: auto	;
  -webkit-print-color-adjust: exact; color-adjust: exact;
}

/* a, a:visited { color: #f60; outline: none; }
a:hover, a:focus { color: #f40; outline: none; }
a.dark, a.dark:visited {  color: #2e1b10; }
a.dark:hover, a:dark.focus { color: #1e0b00; } */
h1, h2, h3, h4, h5, h6 { font-family: 'Heebo', sans-serif; }

.badge { text-indent: initial; }

.sticky-top { z-index: 100; }
.modal { z-index: 10050; }

div.container { background-color: white; padding-top: 15px; }

main#main { box-sizing: border-box; }
main#main div.container:last-of-type { padding-bottom: 3rem; }
@media screen and (min-width:768px){ main#main div.container:last-of-type { padding-bottom: 3rem; } }
@media screen and (min-width:1000px){ main#main div.container:last-of-type { padding-bottom: 3rem; } }

footer.footer {
  bottom: 0;
  position: absolute;
  width: 100%;  
}

footer.footer .credits {
  background-color: #DDD;
  margin-top: 2rem;
  min-height: 2rem; /* Set the fixed height of the footer here */
  line-height: 2rem; /* Vertically center the text there */
  text-align: center;
}

footer.footer .credits p { margin: 0; }

/* FontAwesome fixes */
.fa-stack { width: 1rem !important; }

/* ========================== COLORS ========================== */

/* databases */

/*
div.container-data a { color: #497441; }
div.container-pesquisa a { color: #415c74; }
div.container-mesa a { color: #783d46; }
div.container-sonora a { color: #744163; }
div.container-data a.btn, div.container-data button { color: white; }
div.container-pesquisa a.btn, div.container-pesquisa button { color: white; }
div.container-mesa a.btn, div.container-mesa button { color: white; }
div.container-sonora a.btn, div.container-sonora button { color: white; }

div.container-data button.btn-outline-primary, div.container-pesquisa button.btn-outline-primary, div.container-mesa button.btn-outline-primary, div.container-sonora button.btn-outline-primary {color:var(--primary);border-color:var(--primary)}
div.container-data button.btn-outline-secondary, div.container-pesquisa button.btn-outline-secondary, div.container-mesa button.btn-outline-secondary, div.container-sonora button.btn-outline-secondary {color:var(--secondary);border-color:var(--secondary)}
div.container-data button.btn-outline-success, div.container-pesquisa button.btn-outline-success, div.container-mesa button.btn-outline-success, div.container-sonora button.btn-outline-success {color:var(--success);border-color:var(--success)}
div.container-data button.btn-outline-danger, div.container-pesquisa button.btn-outline-danger, div.container-mesa button.btn-outline-danger, div.container-sonora button.btn-outline-danger {color:var(--danger);border-color:var(--danger)}
div.container-data button.btn-outline-warning, div.container-pesquisa button.btn-outline-warning, div.container-mesa button.btn-outline-warning, div.container-sonora button.btn-outline-warning {color:var(--warning);border-color:var(--warning)}
div.container-data button.btn-outline-info, div.container-pesquisa button.btn-outline-info, div.container-mesa button.btn-outline-info, div.container-sonora button.btn-outline-info {color:var(--info);border-color:var(--info)}
div.container-data button.btn-outline-light, div.container-pesquisa button.btn-outline-light, div.container-mesa button.btn-outline-light, div.container-sonora button.btn-outline-light {color:var(--light);border-color:var(--light)}
div.container-data button.btn-outline-dark, div.container-pesquisa button.btn-outline-dark, div.container-mesa button.btn-outline-dark, div.container-sonora button.btn-outline-dark {color:var(--dark);border-color:var(--dark)}*/

.bg-amp { background-image: url('/img/sis/bg_leve.jpg'); background-color: #2e1b10; }
.bg-highlight { background-color: #f7ff00 !important; }
.bg-data-1 { background-color: #213e1d !important; color: white; }
.bg-data-2 { background-color: #497441 !important; color: white; }
.bg-pesquisa-1 { background-color: #1d2d3e !important; color: white; }
.bg-pesquisa-2 { background-color: #415c74 !important; color: white; }
.bg-mesa-1 { background-color: #401a1d !important; color: white; }
.bg-mesa-2 { background-color: #783d46 !important; color: white; }
.bg-sonora-1 { background-color: #3f1b33 !important; color: white; }
.bg-sonora-2 { background-color: #744163 !important; color: white; }

.text-amp { color: #2e1b10; }
.text-data-1 { color: #213e1d; }
.text-data-2 { color: #497441; }
.text-pesquisa-1 { color: #1d2d3e; }
.text-pesquisa-2 { color: #415c74; }
.text-mesa-1 { color: #401a1d; }
.text-mesa-2 { color: #783d46; }
.text-sonora-1 { color: #3f1b33; }
.text-sonora-2 { color: #744163; }

/*------------------------------------- COLOR primary ------------------------------------*/
.alert-primary {
    color: #c46600;
    background-color: #ff10510b;
    border-color: #fffbf7;
}

.alert-primary hr {
    border-top-color: #ffefde;
}

.alert-primary .alert-link {
    color: #914c00;
}

.badge-primary {
    color: #212529;
    background-color: #ffa440;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #212529;
    background-color: #ff8b0d;
}

.bg-primary {
    background-color: #ffa440 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #ff8b0d !important;
}

.border-primary {
    border-color: #ffa440 !important;
}

.btn-primary, a.btn-primary {
    color: #212529;
    background-color: #ffa440;
    border-color: #ffa440;
}

.btn-primary:hover, a.btn-primary:hover {
    color: #212529;
    background-color: #ff921c;
    border-color: #ff8b0d;
}

.btn-primary:focus, .btn-primary.focus, a.btn-primary:focus, a.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 164, 64, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled, a.btn-primary.disabled, a.btn-primary:disabled {
    color: #212529;
    background-color: #ffa440;
    border-color: #ffa440;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, a.btn-primary:not(:disabled):not(.disabled):active, a.btn-primary:not(:disabled):not(.disabled).active, .show > a.btn-primary.dropdown-toggle {
    color: #212529;
    background-color: #ff8b0d;
    border-color: #fc8400;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, a.btn-primary:not(:disabled):not(.disabled):active:focus, a.btn-primary:not(:disabled):not(.disabled).active:focus, .show > a.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 164, 64, 0.5);
}

.btn-outline-primary, a.btn-outline-primary {
    color: #ffa440;
    background-color: transparent;
    border-color: #ffa440;
}

.btn-outline-primary:hover, a.btn-outline-primary:hover {
    color: #212529;
    background-color: #ffa440;
    border-color: #ffa440;
}

.btn-outline-primary:focus, .btn-outline-primary.focus, a.btn-outline-primary:focus, a.btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 164, 64, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled, a.btn-outline-primary.disabled, a.btn-outline-primary:disabled {
    color: #ffa440;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle, a.btn-outline-primary:not(:disabled):not(.disabled):active, a.btn-outline-primary:not(:disabled):not(.disabled).active, .show > a.btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #ffa440;
    border-color: #ffa440;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus, a.btn-outline-primary:not(:disabled):not(.disabled):active:focus, a.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > a.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 164, 64, 0.5);
}

.list-group-item-primary {
    color: #c46600;
    background-color: #fffbf7;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #c46600;
    background-color: #ffefde;
}

.list-group-item-primary.list-group-item-action.active {
    color: #212529;
    background-color: #c46600;
    border-color: #c46600;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #fffbf7;
}

.table-hover .table-primary:hover {
    background-color: #ffefde;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #ffefde;
}

.text-primary {
    color: #ffa440 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #ff8b0d !important;
}

/*------------------------------------- COLOR secondary ------------------------------------*/
.alert-secondary {
    color: #000000;
    background-color: #c07549;
    border-color: #b66a3f;
}

.alert-secondary hr {
    border-top-color: #a35f38;
}

.alert-secondary .alert-link {
    color: #000000;
}

.badge-secondary {
    color: #fff;
    background-color: #2e1b10;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    background-color: #080402;
}

.bg-secondary {
    background-color: #2e1b10 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #080402 !important;
}

.border-secondary {
    border-color: #2e1b10 !important;
}

.btn-secondary, a.btn-secondary {
    color: #fff;
    background-color: #2e1b10;
    border-color: #2e1b10;
}

.btn-secondary:hover, a.btn-secondary:hover {
    color: #fff;
    background-color: #130b06;
    border-color: #080402;
}

.btn-secondary:focus, .btn-secondary.focus, a.btn-secondary:focus, a.btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(46, 27, 16, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled, a.btn-secondary.disabled, a.btn-secondary:disabled {
    color: #fff;
    background-color: #2e1b10;
    border-color: #2e1b10;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, a.btn-secondary:not(:disabled):not(.disabled):active, a.btn-secondary:not(:disabled):not(.disabled).active, .show > a.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #080402;
    border-color: #000000;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus, a.btn-secondary:not(:disabled):not(.disabled):active:focus, a.btn-secondary:not(:disabled):not(.disabled).active:focus, .show > a.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(46, 27, 16, 0.5);
}

.btn-outline-secondary, a.btn-outline-secondary {
    color: #2e1b10;
    background-color: transparent;
    border-color: #2e1b10;
}

.btn-outline-secondary:hover, a.btn-outline-secondary:hover {
    color: #fff;
    background-color: #2e1b10;
    border-color: #2e1b10;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus, a.btn-outline-secondary:focus, a.btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(46, 27, 16, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled, a.btn-outline-secondary.disabled, a.btn-outline-secondary:disabled {
    color: #2e1b10;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle. a.btn-outline-secondary:not(:disabled):not(.disabled):active, a.btn-outline-secondary:not(:disabled):not(.disabled).active, .show > a.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #2e1b10;
    border-color: #2e1b10;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus, a.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, a.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > a.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(46, 27, 16, 0.5);
}

.list-group-item-secondary {
    color: #000000;
    background-color: #b66a3f;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #000000;
    background-color: #a35f38;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #b66a3f;
}

.table-hover .table-secondary:hover {
    background-color: #a35f38;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #a35f38;
}

.text-secondary {
    color: #2e1b10 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #080402 !important;
}

/* */

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: rgba(255,164,64,.5);
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255,164,64,.25);
}


/*------------------------------------- COLOR data ------------------------------------*/
.alert-data {
    color: #172515;
    background-color: #b4d2ae;
    border-color: #a8caa1;
}

.alert-data hr {
    border-top-color: #99c191;
}

.alert-data .alert-link {
    color: #030402;
}

.badge-data {
    color: #fff;
    background-color: #497441;
}

.badge-data[href]:hover, .badge-data[href]:focus {
    color: #fff;
    background-color: #34532e;
}

.bg-data {
    background-color: #497441 !important;
}

a.bg-data:hover, a.bg-data:focus,
button.bg-data:hover,
button.bg-data:focus {
    background-color: #34532e !important;
}

.border-data {
    border-color: #497441 !important;
}

.btn-data, a.btn-data {
    color: #fff;
    background-color: #497441;
    border-color: #497441;
}

.btn-data:hover, a.btn-data:hover {
    color: #fff;
    background-color: #3a5d34;
    border-color: #34532e;
}

.btn-data:focus, .btn-data.focus, a.btn-data:focus, a.btn-data.focus {
    box-shadow: 0 0 0 0.2rem rgba(73, 116, 65, 0.5);
}

.btn-data.disabled, .btn-data:disabled, a.btn-data.disabled, a.btn-data:disabled {
    color: #fff;
    background-color: #497441;
    border-color: #497441;
}

.btn-data:not(:disabled):not(.disabled):active, .btn-data:not(:disabled):not(.disabled).active, .show > .btn-data.dropdown-toggle, a.btn-data:not(:disabled):not(.disabled):active, a.btn-data:not(:disabled):not(.disabled).active, .show > a.btn-data.dropdown-toggle {
    color: #fff;
    background-color: #34532e;
    border-color: #2e4929;
}

.btn-data:not(:disabled):not(.disabled):active:focus, .btn-data:not(:disabled):not(.disabled).active:focus, .show > .btn-data.dropdown-toggle:focus, a.btn-data:not(:disabled):not(.disabled):active:focus, a.btn-data:not(:disabled):not(.disabled).active:focus, .show > a.btn-data.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(73, 116, 65, 0.5);
}

.btn-outline-data, a.btn-outline-data {
    color: #497441;
    background-color: transparent;
    border-color: #497441;
}

.btn-outline-data:hover, a.btn-outline-data:hover {
    color: #fff;
    background-color: #497441;
    border-color: #497441;
}

.btn-outline-data:focus, .btn-outline-data.focus, a.btn-outline-data:focus, a.btn-outline-data.focus {
    box-shadow: 0 0 0 0.2rem rgba(73, 116, 65, 0.5);
}

.btn-outline-data.disabled, .btn-outline-data:disabled, a.btn-outline-data.disabled, a.btn-outline-data:disabled {
    color: #497441;
    background-color: transparent;
}

.btn-outline-data:not(:disabled):not(.disabled):active, .btn-outline-data:not(:disabled):not(.disabled).active, .show > .btn-outline-data.dropdown-toggle, a.btn-outline-data:not(:disabled):not(.disabled):active, a.btn-outline-data:not(:disabled):not(.disabled).active, .show > a.btn-outline-data.dropdown-toggle {
    color: #fff;
    background-color: #497441;
    border-color: #497441;
}

.btn-outline-data:not(:disabled):not(.disabled):active:focus, .btn-outline-data:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-data.dropdown-toggle:focus, a.btn-outline-data:not(:disabled):not(.disabled):active:focus, a.btn-outline-data:not(:disabled):not(.disabled).active:focus, .show > a.btn-outline-data.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(73, 116, 65, 0.5);
}

.list-group-item-data {
    color: #172515;
    background-color: #a8caa1;
}

.list-group-item-data.list-group-item-action:hover, .list-group-item-data.list-group-item-action:focus {
    color: #172515;
    background-color: #99c191;
}

.list-group-item-data.list-group-item-action.active {
    color: #fff;
    background-color: #172515;
    border-color: #172515;
}

.table-data,
.table-data > th,
.table-data > td {
    background-color: #a8caa1;
}

.table-hover .table-data:hover {
    background-color: #99c191;
}

.table-hover .table-data:hover > td,
.table-hover .table-data:hover > th {
    background-color: #99c191;
}

.text-data {
    color: #497441 !important;
}

a.text-data:hover, a.text-data:focus {
    color: #34532e !important;
}

/*------------------------------------- COLOR pesquisa ------------------------------------*/
.alert-pesquisa {
    color: #151d25;
    background-color: #aec1d2;
    border-color: #a1b7ca;
}

.alert-pesquisa hr {
    border-top-color: #91aac1;
}

.alert-pesquisa .alert-link {
    color: #020304;
}

.badge-pesquisa {
    color: #fff;
    background-color: #415c74;
}

.badge-pesquisa[href]:hover, .badge-pesquisa[href]:focus {
    color: #fff;
    background-color: #2e4253;
}

.bg-pesquisa {
    background-color: #415c74 !important;
}

a.bg-pesquisa:hover, a.bg-pesquisa:focus,
button.bg-pesquisa:hover,
button.bg-pesquisa:focus {
    background-color: #2e4253 !important;
}

.border-pesquisa {
    border-color: #415c74 !important;
}

.btn-pesquisa, a.btn-pesquisa {
    color: #fff;
    background-color: #415c74;
    border-color: #415c74;
}

.btn-pesquisa:hover, a.btn-pesquisa:hover {
    color: #fff;
    background-color: #34495d;
    border-color: #2e4253;
}

.btn-pesquisa:focus, .btn-pesquisa.focus, a.btn-pesquisa:focus, a.btn-pesquisa.focus {
    box-shadow: 0 0 0 0.2rem rgba(65, 92, 116, 0.5);
}

.btn-pesquisa.disabled, .btn-pesquisa:disabled, a.btn-pesquisa.disabled, a.btn-pesquisa:disabled {
    color: #fff;
    background-color: #415c74;
    border-color: #415c74;
}

.btn-pesquisa:not(:disabled):not(.disabled):active, .btn-pesquisa:not(:disabled):not(.disabled).active, .show > .btn-pesquisa.dropdown-toggle, a.btn-pesquisa:not(:disabled):not(.disabled):active, a.btn-pesquisa:not(:disabled):not(.disabled).active, .show > a.btn-pesquisa.dropdown-toggle {
    color: #fff;
    background-color: #2e4253;
    border-color: #293a49;
}

.btn-pesquisa:not(:disabled):not(.disabled):active:focus, .btn-pesquisa:not(:disabled):not(.disabled).active:focus, .show > .btn-pesquisa.dropdown-toggle:focus, a.btn-pesquisa:not(:disabled):not(.disabled):active:focus, a.btn-pesquisa:not(:disabled):not(.disabled).active:focus, .show > a.btn-pesquisa.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(65, 92, 116, 0.5);
}

.btn-outline-pesquisa, a.btn-outline-pesquisa {
    color: #415c74;
    background-color: transparent;
    border-color: #415c74;
}

.btn-outline-pesquisa:hover, a.btn-outline-pesquisa:hover {
    color: #fff;
    background-color: #415c74;
    border-color: #415c74;
}

.btn-outline-pesquisa:focus, .btn-outline-pesquisa.focus, a.btn-outline-pesquisa:focus, a.btn-outline-pesquisa.focus {
    box-shadow: 0 0 0 0.2rem rgba(65, 92, 116, 0.5);
}

.btn-outline-pesquisa.disabled, .btn-outline-pesquisa:disabled, a.btn-outline-pesquisa.disabled, a.btn-outline-pesquisa:disabled {
    color: #415c74;
    background-color: transparent;
}

.btn-outline-pesquisa:not(:disabled):not(.disabled):active, .btn-outline-pesquisa:not(:disabled):not(.disabled).active, .show > .btn-outline-pesquisa.dropdown-toggle, a.btn-outline-pesquisa:not(:disabled):not(.disabled):active, a.btn-outline-pesquisa:not(:disabled):not(.disabled).active, .show > a.btn-outline-pesquisa.dropdown-toggle {
    color: #fff;
    background-color: #415c74;
    border-color: #415c74;
}

.btn-outline-pesquisa:not(:disabled):not(.disabled):active:focus, .btn-outline-pesquisa:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-pesquisa.dropdown-toggle:focus, a.btn-outline-pesquisa:not(:disabled):not(.disabled):active:focus, a.btn-outline-pesquisa:not(:disabled):not(.disabled).active:focus, .show > a.btn-outline-pesquisa.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(65, 92, 116, 0.5);
}

.list-group-item-pesquisa {
    color: #151d25;
    background-color: #a1b7ca;
}

.list-group-item-pesquisa.list-group-item-action:hover, .list-group-item-pesquisa.list-group-item-action:focus {
    color: #151d25;
    background-color: #91aac1;
}

.list-group-item-pesquisa.list-group-item-action.active {
    color: #fff;
    background-color: #151d25;
    border-color: #151d25;
}

.table-pesquisa,
.table-pesquisa > th,
.table-pesquisa > td {
    background-color: #a1b7ca;
}

.table-hover .table-pesquisa:hover {
    background-color: #91aac1;
}

.table-hover .table-pesquisa:hover > td,
.table-hover .table-pesquisa:hover > th {
    background-color: #91aac1;
}

.text-pesquisa {
    color: #415c74 !important;
}

a.text-pesquisa:hover, a.text-pesquisa:focus {
    color: #2e4253 !important;
}


/*------------------------------------- COLOR pratica ------------------------------------*/
.alert-mesa {
    color: #261316;
    background-color: #d4acb2;
    border-color: #cd9ea5;
}

.alert-mesa hr {
    border-top-color: #c58d96;
}

.alert-mesa .alert-link {
    color: #050202;
}

.badge-mesa {
    color: #fff;
    background-color: #783d46;
}

.badge-mesa[href]:hover, .badge-mesa[href]:focus {
    color: #fff;
    background-color: #562b32;
}

.bg-mesa {
    background-color: #783d46 !important;
}

a.bg-mesa:hover, a.bg-mesa:focus,
button.bg-mesa:hover,
button.bg-mesa:focus {
    background-color: #562b32 !important;
}

.border-mesa {
    border-color: #783d46 !important;
}

.btn-mesa {
    color: #fff;
    background-color: #783d46;
    border-color: #783d46;
}

.btn-mesa:hover {
    color: #fff;
    background-color: #603038;
    border-color: #562b32;
}

.btn-mesa:focus, .btn-mesa.focus {
    box-shadow: 0 0 0 0.2rem rgba(120, 61, 70, 0.5);
}

.btn-mesa.disabled, .btn-mesa:disabled {
    color: #fff;
    background-color: #783d46;
    border-color: #783d46;
}

.btn-mesa:not(:disabled):not(.disabled):active, .btn-mesa:not(:disabled):not(.disabled).active, .show > .btn-mesa.dropdown-toggle {
    color: #fff;
    background-color: #562b32;
    border-color: #4c262c;
}

.btn-mesa:not(:disabled):not(.disabled):active:focus, .btn-mesa:not(:disabled):not(.disabled).active:focus, .show > .btn-mesa.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(120, 61, 70, 0.5);
}

.btn-outline-mesa {
    color: #783d46;
    background-color: transparent;
    border-color: #783d46;
}

.btn-outline-mesa:hover {
    color: #fff;
    background-color: #783d46;
    border-color: #783d46;
}

.btn-outline-mesa:focus, .btn-outline-mesa.focus {
    box-shadow: 0 0 0 0.2rem rgba(120, 61, 70, 0.5);
}

.btn-outline-mesa.disabled, .btn-outline-mesa:disabled {
    color: #783d46;
    background-color: transparent;
}

.btn-outline-mesa:not(:disabled):not(.disabled):active, .btn-outline-mesa:not(:disabled):not(.disabled).active, .show > .btn-outline-mesa.dropdown-toggle {
    color: #fff;
    background-color: #783d46;
    border-color: #783d46;
}

.btn-outline-mesa:not(:disabled):not(.disabled):active:focus, .btn-outline-mesa:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-mesa.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(120, 61, 70, 0.5);
}

.list-group-item-mesa {
    color: #261316;
    background-color: #cd9ea5;
}

.list-group-item-mesa.list-group-item-action:hover, .list-group-item-mesa.list-group-item-action:focus {
    color: #261316;
    background-color: #c58d96;
}

.list-group-item-mesa.list-group-item-action.active {
    color: #fff;
    background-color: #261316;
    border-color: #261316;
}

.table-mesa,
.table-mesa > th,
.table-mesa > td {
    background-color: #cd9ea5;
}

.table-hover .table-mesa:hover {
    background-color: #c58d96;
}

.table-hover .table-mesa:hover > td,
.table-hover .table-mesa:hover > th {
    background-color: #c58d96;
}

.text-mesa {
    color: #783d46 !important;
}

a.text-mesa:hover, a.text-mesa:focus {
    color: #562b32 !important;
}


/*------------------------------------- COLOR sonora ------------------------------------*/
.alert-sonora {
    color: #251520;
    background-color: #d2aec6;
    border-color: #caa1bd;
}

.alert-sonora hr {
    border-top-color: #c191b1;
}

.alert-sonora .alert-link {
    color: #040204;
}

.badge-sonora {
    color: #fff;
    background-color: #744163;
}

.badge-sonora[href]:hover, .badge-sonora[href]:focus {
    color: #fff;
    background-color: #532e47;
}

.bg-sonora {
    background-color: #744163 !important;
}

a.bg-sonora:hover, a.bg-sonora:focus,
button.bg-sonora:hover,
button.bg-sonora:focus {
    background-color: #532e47 !important;
}

.border-sonora {
    border-color: #744163 !important;
}

.btn-sonora {
    color: #fff;
    background-color: #744163;
    border-color: #744163;
}

.btn-sonora:hover {
    color: #fff;
    background-color: #5d344f;
    border-color: #532e47;
}

.btn-sonora:focus, .btn-sonora.focus {
    box-shadow: 0 0 0 0.2rem rgba(116, 65, 99, 0.5);
}

.btn-sonora.disabled, .btn-sonora:disabled {
    color: #fff;
    background-color: #744163;
    border-color: #744163;
}

.btn-sonora:not(:disabled):not(.disabled):active, .btn-sonora:not(:disabled):not(.disabled).active, .show > .btn-sonora.dropdown-toggle {
    color: #fff;
    background-color: #532e47;
    border-color: #49293e;
}

.btn-sonora:not(:disabled):not(.disabled):active:focus, .btn-sonora:not(:disabled):not(.disabled).active:focus, .show > .btn-sonora.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(116, 65, 99, 0.5);
}

.btn-outline-sonora {
    color: #744163;
    background-color: transparent;
    border-color: #744163;
}

.btn-outline-sonora:hover {
    color: #fff;
    background-color: #744163;
    border-color: #744163;
}

.btn-outline-sonora:focus, .btn-outline-sonora.focus {
    box-shadow: 0 0 0 0.2rem rgba(116, 65, 99, 0.5);
}

.btn-outline-sonora.disabled, .btn-outline-sonora:disabled {
    color: #744163;
    background-color: transparent;
}

.btn-outline-sonora:not(:disabled):not(.disabled):active, .btn-outline-sonora:not(:disabled):not(.disabled).active, .show > .btn-outline-sonora.dropdown-toggle {
    color: #fff;
    background-color: #744163;
    border-color: #744163;
}

.btn-outline-sonora:not(:disabled):not(.disabled):active:focus, .btn-outline-sonora:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-sonora.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(116, 65, 99, 0.5);
}

.list-group-item-sonora {
    color: #251520;
    background-color: #caa1bd;
}

.list-group-item-sonora.list-group-item-action:hover, .list-group-item-sonora.list-group-item-action:focus {
    color: #251520;
    background-color: #c191b1;
}

.list-group-item-sonora.list-group-item-action.active {
    color: #fff;
    background-color: #251520;
    border-color: #251520;
}

.table-sonora,
.table-sonora > th,
.table-sonora > td {
    background-color: #caa1bd;
}

.table-hover .table-sonora:hover {
    background-color: #c191b1;
}

.table-hover .table-sonora:hover > td,
.table-hover .table-sonora:hover > th {
    background-color: #c191b1;
}

.text-sonora {
    color: #744163 !important;
}

a.text-sonora:hover, a.text-sonora:focus {
    color: #532e47 !important;
}

/* ================ SPECIFIC ==================== */

/* Home */
div.welcomeface {
	background-image: url('/img/sis/renato180.jpg');
	background-size: cover;
	border: 2px solid white;
	border-radius: 50%;
	float: left;
	height: 60px;
	margin: 4px 16px 4px 4px;
	width: 60px;
}

/* Sidebar */

.sidebar {
  position: fixed;
  top: 48px;
  bottom: 0;
  left: 0;
  z-index: 90; /* Behind the navbar */
  padding: 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media screen and (min-width:767px){ .sidebar{display:block} }
@media screen and (max-width:766px){ .sidebar{display:none} }

.color-primary { color: #0056b3 }

.sidebar-sticky1 {
  position: -webkit-sticky;
  position: sticky;
  top: 48px; /* Height of navbar */
  height: calc(100vh - 48px);
  padding-top: 0;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar-sticky2 {
  position: -webkit-sticky;
  position: sticky;
  top: 48px; /* Height of navbar */
  height: calc(100vh - 48px);
  padding-top: 0;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #EEE;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #FFF;
}

.sidebar .nav-link.active {
  /*color: #007bff;*/
  color: #bcffff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/* Navbar */
nav h1, nav h2, nav h3, nav h4, nav h5, nav h6 { font-family: 'Lobster', sans-serif; }

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
}

.amp-logo { vertical-align: text-bottom; }
.amp-logo.amp-logo-sm { max-height: 24px; max-width: 100%; }
.amp-logo.amp-logo-lg { max-height: 150px; max-width: 100%; }

.navbar-top, .breadcrumb { background-color: #ebedf5; color: #2e1b10; }
.navbar-top { box-shadow: 0px 0px 6px #3e221155; }
.breadcrumb { background-color: #ebedf5; margin: 0;}
a.nav-link, a.nav-link:visited, .breadcrumb a, .breadcrumb a:visited { color: #2e1b10; }
a.nav-link:hover, a.nav-link:focus. .breadcrumb a:hover, .breadcrumb a:focus { color: #ff8800; }

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.navbar .form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.navbar .form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
  background-color: #ddd;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ffa440;
}
/* Paineis */
 
@media screen and (max-width:480px){ div.painel-home { padding: 0 1rem; } }
@media screen and (min-width:480px){ div.painel-home { padding: 0 1.5rem; } }
div.painel-home { 
	/* background-image: url("/img/default_banner.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;*/
	/*color: white;*/
	background-color: #e6ded6;
	margin: 0 0 1rem;
	text-shadow: 0 0 8px #5338136b;
	-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; 
}

/*@media screen and (max-width:576px) { div.painel-home { background-image: url("/img/default_banner-600.jpg"); } }
@media screen and (min-width:576px) and (max-width:768px) { div.painel-home { background-image: url("/img/default_banner-900.jpg"); } }
@media screen and (min-width:768px) and (max-width:992px) { div.painel-home { background-image: url("/img/default_banner-900.jpg"); } }
@media screen and (min-width:992px) and (max-width:1200px) { div.painel-home { background-image: url("/img/default_banner-1200.jpg"); } }
@media screen and (min-width:1200px) { div.painel-home { background-image: url("/img/default_banner-2400.jpg"); } }*/

@media screen and (max-width:480px){ div.painel-home div h2 { font-size: 2rem; } }
@media screen and (max-width:576px){ div.painel-home div h2 { font-size: 3rem; } }
@media screen and (min-width:576px){ div.painel-home div h2 { font-size: 4rem; } }
@media screen and (max-width:480px){ div.painel-home div h3 { font-size: 1.25rem;} }
@media screen and (min-width:480px){ div.painel-home div h3 { font-size: 1.25rem; line-height: 2.5rem; } }

.painel-home-display { user-select: none; }
.painel-home-display h2 { user-select: none; font-size: 2.5rem; }
.painel-home-display p { user-select: none; font-size: 1.5rem; }

div.painel-user { 
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	margin: 0;
	padding: 0;
	text-shadow: 0 0 35px #533813;
	-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; 
}

@media screen and (max-width:576px) { div.painel-user { background-image: url("/img/user_banner-600.jpg"); } }
@media screen and (min-width:576px) and (max-width:768px) { div.painel-user { background-image: url("/img/user_banner-900.jpg"); } }
@media screen and (min-width:768px) and (max-width:992px) { div.painel-user { background-image: url("/img/user_banner-900.jpg"); } }
@media screen and (min-width:992px) and (max-width:1200px) { div.painel-user { background-image: url("/img/user_banner-1200.jpg"); } }
@media screen and (min-width:1200px) { div.painel-user { background-image: url("/img/user_banner-2400.jpg"); } }

div.painel-user div.container { background-color: initial; padding-bottom: 0 !important; padding-top: 0; }
div.painel-user img { border: 6px solid white; box-shadow: 0 0 14px black; }

/* Admin */

div.tox.tox-tinymce {
	margin: 0 auto;
}

/* Seções, listas e fichas */
 
div.tip-balloon {
  background: #17a2b8;
  border-radius: 0.5rem;
  color: #fff;
  display: inline-block;
  font-size: 0.9rem;
  margin-left: 3.4rem;
  max-width: 25rem;
  padding: 0.375rem 1rem;
  position: relative;
  text-align: left;
}


div.tip-balloon:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-right: 0.5rem solid #17a2b8;
  border-left: 0.5rem solid transparent;
  border-top: 0.5rem solid #17a2b8;
  border-bottom: 0.5rem solid transparent;
  left: -0.75rem;
  top: 0.6rem;
}

div.tip-balloon:after {
  content: "";
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  position: absolute;
  background-size: cover;
  background-image: url('/img/sis/renato90.jpg');
  background-color: #dee2e6;
  box-shadow: 0px 0 1px 2px #dee2e6;
  left: -3.1rem;
  top: 0;
}

div.tip-balloon-light { background-color: #C1EAEA; color: initial; }
div.tip-balloon-light:before { border-right: 0.5rem solid #C1EAEA; border-top: 0.5rem solid #C1EAEA; }
 
div#limpar_busca {
	color: #A00;
	cursor: pointer;
	display: none;
	position: absolute;
	right: 8px;
	top: 7px;
	z-index: 90;
}

hr.separador {
    border: none;
    border-top: 2px solid #DDD;
    color: #e6ded6;
    overflow: visible;
	margin: 0 -15px;
    padding: 0;
    text-align: center;
}
hr.separador:after {
    background: white;
	color: #e6ded6;
    content: "\f028";
    display: inline-block;
	font-family: 'FontAwesome';
    font-size: 1.5em;
    padding: 0 0.25em;
    position: relative;
    top: -1.2rem;
}

div.dataset-preview {
	display: none;
	overflow-x: scroll;
}

/* Utilities */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.admclicky, .adm1clicky, .adm2clicky, .clicavel, .clicavel_hover, .hover, .menu1clicky, .menu2clicky, .c-pointer { cursor: pointer; }
.clicavel_hover:hover, .hover:hover { color: #0066CC !important; background-color: #bee5eb !important; }
.menu1clicky:hover, .menu2clicky:hover { color: #bcffff !important; }
.adm1clicky:hover, .adm2clicky:hover { color: #ffbcbc !important; }

.no-select { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.no-margin-p p { margin: 0; }

a.a-block { line-height: 10rem; text-shadow: 0 0 35px #533813; }
span.autoria { display: block; padding-left: 1em; font-style: italic; }

img.imagem_principal { border: 1px solid rgba(0,0,0,.125); max-height: 250px; max-width: 100%; }
img.thumb100 { max-height: 100px; max-width: 100px; }

.li-recuo { padding-left: 2.5rem; text-indent: -1.25rem; }
.p-recuo { padding-left: 1.5rem; text-indent: -1.5rem; }

.paginacao a.btn { border: 1px solid #ced4da; color: black !important; }
.paginacao a.btn:focus { box-shadow: 0 0 0 .2rem rgba(0,0,0,.25); }
.paginacao a.btn:hover { border: 1px solid black; background-color: #ced4da; }
.paginacao a.btn.ativo { color: black; border: 1px solid black; z-index: 90; }
.paginacao a.btn.ativo:hover { background-color: white; }

.table-small { font-size: 0.9rem; }
.table-small th, .table-small td { padding: 0.5rem; vertical-align: middle; }
.table td.fit, .table th.fit { white-space: nowrap; width: 1%; }

.bg-papel { background-image: url("/img/bg_papel_ricepaper2.png"); }
.bg-filtro { background-color: #e9ecef; }
.feather { width: 16px;  height: 16px; vertical-align: text-bottom; }

.text-rem1-25 { font-size: 1.25rem; }
.text-line-height-1 { line-height: 1 !important; }
.text-primary { color: #0066CC !important; }
.text-smooth-light { color: rgba(255,255,255,0.5); }
.text-smooth-dark{ color: rgba(0,0,0,0.5); }
.text-break-spaces { white-space: break-spaces; }

@media screen and (min-width:576px){ .lista-longa { column-count: 2; column-rule: 2px solid #DDD; column-gap: 5rem; } }


/* Autocomplete */
 
.ui-autocomplete {
	background-color: white;
	border: 1px solid black;
    border-radius: 0 0 3px 3px;
	list-style: none;
	padding: 0;
	max-width: 600px;
}

.ui-menu .ui-menu-item div {
    cursor: pointer;
	padding: 4px 12px;
}
.ui-menu .ui-menu-item div:hover {
    background-color: #DDD;
}

/* Autocomplete tooltip - disable view */
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Desanálises */

a.desanalises-etiqueta, span.desanalises-etiqueta { font-family: 'Kalam', cursive; padding: 0.25rem 0.5rem; border-radius: 0.3rem; margin-right: 0.25rem; background-color: #ebedf5; display: inline-block; margin-bottom: 0.25rem; }
a.desanalises-etiqueta, a.desanalises-etiqueta:hover, a.desanalises-etiqueta:active, a.desanalises-etiqueta:visited { color: black; }
iframe.desanalises-embed_youtube { margin: 0 auto 2rem; display: block; box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.4); }
div.desanalises-trechos { line-height: 1.5rem; margin-left: 2.1rem; text-indent: -2.1rem; }
span.trecho-azul, span.trecho-laranja { padding: 0 0.5rem; border-radius: 30%; margin-right: 0.5rem; }
span.trecho-azul { background-color: #b2c3e1; }
span.trecho-laranja { background-color: #ffcf99; }
.text-kalam  { font-family: 'Kalam', cursive; }
span.notas { background-color: #ffd70070; border-radius: 4px; padding: 0 1px; margin: 0px -1px; }

/* ============== EXTERNAL PLUGINS ============== */

/* Amplitude player */

div#amplitude-player { box-shadow: 0 2px 12px 8px rgba(0,0,0,.1); }
div#amplitude-player div#amplitude-right { overflow-y: scroll; }
div#amplitude-player img[amplitude-song-info=cover_art_url] { width: 400px; }
div#amplitude-player div#amplitude-player-left-top, div#amplitude-player div#amplitude-player-left-bottom { background-color: #f1f1f1; }
div#amplitude-player div#time-container { height: 28px; }
/*div#amplitude-player div#time-container div, div#amplitude-player div#time-container span { vertical-align: middle; }
div#amplitude-player div#time-container span.current-time, div#time-container span.duration { width: 15%; }*/
div#amplitude-player div#time-container div#progress-container { width: 80%; height: 20px; position: relative;} 
@media only screen and (min-width: 990px) { div#amplitude-player  div#time-container div#progress-container { width: 60%; } }
div#amplitude-player div#time-container div#progress-container input[type=range] { -webkit-appearance: none; width: 100%; margin: 7.5px 0; position: absolute; z-index: 90; top: -7px; height: 20px; background-color: inherit; }
div#amplitude-player div#time-container div#progress-container progress#song-played-progress { position: absolute; left: 0; top: 8px; right: 0; z-index: 60; -webkit-appearance: none; -moz-appearance: none; appearance: none; height: 4px; border-radius: 5px; opacity: 0.5; }
div#amplitude-player progress#song-played-progress::-webkit-progress-value { background-color: #FFF; }
div#amplitude-player progress#song-played-progress::-moz-progress-value { background-color: #FFF; }
div#amplitude-player progress#song-buffered-progress::-webkit-progress-value { background-color: #0066CC; }
div#amplitude-player progress#song-buffered-progress::-moz-progress-value { background-color: #0066CC; }
div#amplitude-player progress#song-buffered-progress { position: absolute; left: 0; top: 8px; right: 0; z-index: 10; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 5px; height: 4px; }
div#amplitude-player div#control-container div#repeat-container { height: 19px; width: 36%; vertical-align: text-bottom; }
div#amplitude-player div#control-container div#repeat-container div { vertical-align: base-line; }
div#amplitude-player div#control-container div#repeat-container div.amplitude-repeat-on, div#amplitude-player div#control-container div#repeat-container div.amplitude-shuffle-on { color: #0066CC; }
div#amplitude-player div#control-container div#central-control-container div#central-controls div { vertical-align: middle; }
div#amplitude-player div#amplitude-player-left-bottom div.amplitude-play-pause { border-radius: 8%; font-family: "FontAwesome"; font-size: 1.5rem; width: 43px; }
div#amplitude-player div#amplitude-player-left-bottom div.amplitude-play-pause.amplitude-paused::before { content: "\f04b"; padding: 8px; }
div#amplitude-player div#amplitude-player-left-bottom div.amplitude-play-pause.amplitude-playing::before { content: "\f04c"; box-shadow: inset 0px 0px 5px 4px #c7c7c7; padding: 8px; }
div#amplitude-player div#control-container div#volume-container { width: 35%; vertical-align: middle; }
div#amplitude-player div#control-container div#volume-container .amplitude-not-muted::before { font-family: "FontAwesome"; content: "\f028"; width: 17px; display: block; text-align: left; }
div#amplitude-player div#control-container div#volume-container .amplitude-muted::before { font-family: "FontAwesome"; content: "\f026"; width: 17px; display: block; text-align: left; }
div#amplitude-player div#volume-container input { width: 69%; vertical-align: text-bottom; }
div#amplitude-player div#amplitude-right div.song div.song-now-playing-icon-container { height: 30px; width: 30px; }
div#amplitude-player div#amplitude-right div.song div.song-now-playing-icon-container img { height: 100%; vertical-align: baseline; width: 100%; }
div#amplitude-player div.amplitude-active-song-container { font-weight: bold; }
div#amplitude-player div.amplitude-active-song-container.amplitude-playing { color: #0066CC; }


/* ============ PRINT =============== */
 
 @media print {
	.sidebar-sticky1, .sidebar-sticky2 { display: none; }
 }