#pratica { position: relative; }

#pratica .modelo-tonalidade {
  display: block;
  width: 80px;
  height: 30px;
  border-radius: 100px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .25)
}

#pratica .modelo-tonalidade.red { background-color: #cc092f; }

#pratica .modelo-tonalidade.blue { background-color: #0e81ed; }

#pratica .modelo-tonalidade.white { background-color: #f4f4f6; }

#pratica .img-tonalidade {
  position: absolute;
  bottom: -50px;
  left: -15px;
  width: 100%;
}


#aplicacao { background-color: #ffffff; }

#aplicacao .text.mg-left-35 { position: relative; }

#aplicacao .hexa-color {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 20px;
}

#aplicacao .rgb {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 18px;
}

#aplicacao .img-joystick {
  display: block;
  margin: 0 auto;
  margin-top: -100px;
}

#aplicacao ._size { height: 550px; }


#paineis-cards { background-color: #ffffff; }

#paineis-cards ._titulo,
#paineis-cards ._produto {
  top: 58px;
  height: 590px;
}

#tabelas-listas { background-color: #ffffff; }

#footer {
  background-color: #ffffff;
  color: #4d4d4f;
}

/*---------------------------------------------*/
/*------------------ BOTÕES -------------------*/
/*---------------------------------------------*/
.bradseg-btn,
.bradseg-btn:focus {
  background-color: #f4f4f6;
  color: #0b67be;
  font-size: 16px;
  font-family: OpenSans Semibold;
  border-radius: 2px;
  border: 1px solid #d2d4da;
  margin-right: 15px;
  margin-bottom: 20px;
  padding: 18px 36px;
  outline: 0;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .5), inset 0 1px 0 rgba(255, 255, 255, .2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .5), inset 0 1px 0 rgba(255, 255, 255, .2);
  transition: all ease-in-out .15s, all ease-in-out .15s;
  line-height: 1;
  cursor: pointer;
}

.bradseg-btn:last-child { margin-right: 0; }

.bradseg-btn:hover { background-color: #fff; }

.bradseg-btn:active {
  background-color: #fff;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.bradseg-btn.red,
.bradseg-btn.red:focus {
  background-color: #cc092f;
  color: #fff;
  border-color: #99000f;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .5), inset 0 1px 0 rgba(255, 255, 255, .2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .5), inset 0 1px 0 rgba(255, 255, 255, .2);
  line-height: 1;
}

.bradseg-btn.red:hover {
  background-color: #e60935;
}

.bradseg-btn.red:active {
  background-color: #99000f;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.bradseg-btn.blue,
.bradseg-btn.blue:focus {
  background-color: #0b67be;
  color: #fff;
  border-color: #2365a7;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .5), inset 0 1px 0 rgba(255, 255, 255, .2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .5), inset 0 1px 0 rgba(255, 255, 255, .2);
  line-height: 1;
}

.bradseg-btn.blue:hover { background-color: #0e81ed; }

.bradseg-btn.blue:active {
  background-color: #0b67be;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.bradseg-btn.cinza,
.bradseg-btn.cinza:focus {
  background-color: #f4f4f6;
  color: #00539f;
  border-color: #d2d4da;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .5), inset 0 1px 0 rgba(255, 255, 255, .2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .5), inset 0 1px 0 rgba(255, 255, 255, .2);
  line-height: 1;
}

.bradseg-btn.cinza:hover { background-color: #ffffff; }

.bradseg-btn.cinza:active {
  background-color: #f4f4f6;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.bradseg-btn.red._hover { background-color: #e60935; }
.bradseg-btn.red._ativo { background-color: #99000f; }

.bradseg-btn.blue._hover { background-color: #0e81ed; }
.bradseg-btn.blue._ativo { background-color: #2365a7; }

.bradseg-btn.cinza._hover { background-color: #ffffff; }
.bradseg-btn.cinza._ativo { background-color: #ffffff; }

.bradseg-btn:disabled,
.bradseg-btn.red:disabled,
.bradseg-btn.blue:disabled {
  background-color: #f4f4f6;
  color: #a5aab6;
  border: 1px solid #d2d4da;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bradseg-btn.small {
  height: 36px;
  font-size: 14px;
  padding: 8px 24px;
  line-height: 1;
}


/*---------------------------------------------*/
/*------------------ MODAL --------------------*/
/*---------------------------------------------*/
.glyphicon-modal-window:before {
  content: "\e237";
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
  color: #0b67bd;
  font-size: 1.2em;
  font-weight: 600;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal-vertical-helper {
  width: 100%;
  height: 100%;
  display: table;
}

.modal-dialog {
  display: table-cell;
  vertical-align: middle;
}

.modal-dialog .modal-content {
  max-width: 500px;
  border-radius: 2px;
  margin: 0 auto;
}

.modal-dialog .modal-content .modal-body {
  text-align: center;
  padding: 30px;
}

.modal-dialog .modal-content .modal-footer {
  display: flex;
  justify-content: center;
  text-align: center;
  border-top: none;
  padding: 30px;
}

.modal-dialog .modal-content .modal-footer .bradseg-btn {
  margin-bottom: 0;
}

.modal-header .close {
  font-size: 26px;
  margin-top: -1px;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

@media (min-width:768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width:992px) {
  .modal-lg {
    width: 900px;
  }
}

.modal-footer:after,
.modal-header:after {
  clear: both;
}

.font100px {
  font-size: 6.2em;
  line-height: 1.5em;
}

.font-blue {
  color: #0b67bd;
}

.titulo-sucesso {
  font-size: 1.1em;
  margin-top: 36px;
  margin-bottom: 0;
}

.font16px {
  font-size: 1.1em;
}

/*---------------------------------------------*/
/*----------------- TOOLTIP -------------------*/
/*---------------------------------------------*/

.tooltip-blue { color: #006FE0; }


/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  top: 55px;
  left: 0;
  margin-bottom: 5px;
  padding: 20px 25px;
  border-radius: 5px;
  background-color: #fff;
  color: #4b4d52;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0px 2px 10px -1px #9E9E9E;
  visibility: hidden;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  content: '';
  position: absolute;
  top: 44px;
  left: 95px;
  width: 18px;
  height: 12px;
  background-image: url('../../images/botoes/seta-tooltip.png');
  background-repeat: no-repeat;
  background-size: cover;
  visibility: hidden;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* PAINEL DESCRIÇÃO */
.box-panel {
  width: 100%;
  max-width: 415px;
}

.col-left  { padding: 0 50px 0 0;}


/* CSS ANTIGO GUIA  */
.bradseg-panel {
    width: 100%;
    background-color: #f4f4f6;
    border: 1px solid #d2d4da;
    border-radius: 2px;
    padding: 30px
}

.bradseg-panel h2 {
    font-size: 2.8em;
    font-family: OpenSans;
    margin: 0
}

.bradseg-panel h2 small {
    font-size: .4em;
    margin-bottom: 15px;
    text-transform: uppercase;
    display: block
}

.bradseg-panel hr {
    width: 32px;
    margin: 30px 0
}

.bradseg-panel p {
    color: #a5aab6;
    font-size: 1.4em;
    line-height: 1.4em;
    word-break: break-word
}

.bradseg-panel p span {
    color: #4d4e53
}

.bradseg-panel a {
    font-size: 1.6em;
    line-height: 1.6em;
    display: block
}

.bradseg-panel a [class^="icon"] {
    color: #a5aab6;
    font-size: .8em
}

.bradseg-card {
    width: 100%;
    background-color: #fff;
    text-align: center;
    border: 1px solid #d2d4da;
    border-radius: 2px
}

.bradseg-card .card-img {
    width: 100%;
    height: 300px;
    background-color: #a5aab6
}

.bradseg-card .card-icon {
    color: #cc092f;
    font-size: 6em;
    padding: 30px 30px 10px 30px
}

.bradseg-card .card-content {
    padding: 30px
}

.bradseg-card .card-content h2 {
    font-size: 2.6em;
    font-family: OpenSans;
    margin-top: 0;
    margin-bottom: 30px
}

.bradseg-card .card-content hr {
    margin-bottom: 20px
}

.bradseg-card .card-content p {
    font-size: 1.4em;
    line-height: 1.4em;
    word-break: break-all
}

.bradseg-card .card-content .bradseg-btn {
    margin-top: 30px
}

.bradseg-table {
    font-family: OpenSans;
    font-size: 1.4em;
    border: 1px solid #d2d4da;
    border-radius: 2px
}

.bradseg-table thead {
    height: 52px;
    font-family: OpenSans Bold;
    border-bottom: 3px solid #cc092f;
    vertical-align: middle
}

.bradseg-table tbody {
    display: block;
    width: 100%;
    overflow-y: auto
}

.bradseg-table tbody tr:nth-child(odd) {
    background: #f4f4f6
}

.bradseg-table thead tr,
.bradseg-table tbody tr {
    display: table;
    width: 100%
}

.bradseg-table thead tr {
    height: 52px
}

.bradseg-table tbody tr {
    min-height: 52px
}

.bradseg-table thead tr th,
.bradseg-table tbody tr td {
    line-height: 1.6em;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px
}

.bradseg-table .bradseg-rdb input[type=radio]+label {
    padding-right: 0;
    margin-bottom: 0
}

.bradseg-table .bradseg-chk input[type=checkbox]+label {
    padding-right: 0;
    margin-top: 8px;
    margin-bottom: 0
}

.bradseg-table a {
    cursor: pointer
}

hr.red {
    width: 72px;
    border: none;
    border-top: 3px solid #cc092f;
    margin-bottom: 60px;
}

.bradseg-panel hr {
    width: 32px;
    margin: 30px 0;
}


.bradseg-table {
  font-family: OpenSans Light;
  font-size: 14px;
  border: 1px solid #d2d4da;
  border-radius: 2px;
  border-collapse: collapse;
  border-spacing: 0;
}

.bradseg-table thead th {
  font-family: OpenSans Bold;
  border-bottom: 3px solid #cc092f;
}

.bradseg-table tbody {
  overflow-y: scroll;
  max-height: 150px;
  display: block;
}

.bradseg-table tbody tr,
.bradseg-table thead {
  display: table;
  width: 100%;
  table-layout:fixed;
}

.bradseg-table tbody tr td,
.bradseg-table thead tr th {
  line-height: 1.6em;
  padding-top: 10px;
  padding-bottom: 10px;
}

.bradseg-table .bradseg-rdb input[type=radio]+label {
  padding-right: 0;
  margin-bottom: 0;
}

.bradseg-table .bradseg-chk input[type=checkbox]+label {
  padding-right: 0;
  margin-top: 8px;
  margin-bottom: 0;
}

.bradseg-table a {
  cursor: pointer;
}

.bradseg-chk {
  display: inline-block;
}

.bradseg-chk input[type=checkbox] {
  display: none;
}

.bradseg-chk input[type=checkbox]+label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding-right: 20px;
  margin-bottom: 10px;
}

.bradseg-chk input[type=checkbox]+label .checkBox {
  position: relative;
  width: 15px;
  height: 15px;
  background-color: #fff;
  color: transparent;
  border: 1px solid #d2d4da;
  border-radius: 2px;
  margin-right: 5px;
  display: inline-block;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.bradseg-chk input[type=checkbox]+label .checkBox [class^=icon] {
  width: 14px;
  height: 10px;
  background-image: url("../../images/tabelas/checkbox.png");
  display: none;
  position: absolute;
  top: 0;
  left: -1px;
}

.bradseg-table tbody tr:nth-child(odd) {
  background-color: #f4f4f6;
}


.bradseg-table {
  width: 100%;
}


.bradseg-chk input[type=checkbox]:checked+label .checkBox [class^=icon] {
  display: inline-block;
}

.bradseg-chk input[type=checkbox]:checked+label .checkBox {
  border-color: #0b67bd;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px rgba(11, 103, 189, .45);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px rgba(11, 103, 189, .45);
}

.bradseg-chk label .text {
  position: relative;
  top: -2px;
}

.bradseg-chk.error input[type=checkbox]+label .checkBox {
  border-color: #cc092f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #cecece;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #cecece;
}

.btn-pega,
.bradseg-table a,
a:focus {
  color: #0b67bd;
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-pega,
.bradseg-table a:active,
a:hover {
  color: #0e81ed;
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}

.bradseg-select-list {
  padding: 0;
  width: 100%;
  border: 1px solid #d2d4da;
  border-radius: 2px;
  box-sizing: border-box;
}

.bradseg-select-list li {
  list-style: none;
  font-size: 14px;
  border-bottom: 1px solid #d2d4da;
  padding: 10px 20px;
  cursor: pointer;
}

.bradseg-select-list li:hover {
  background-color: #d2d4da;
}

.bradseg-select-list li.selected {
  background-color: #0b67bd;
  color: #ffffff;
}
