@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/* 4 all pages */
* {
    font-family: 'Open Sans', sans-serif;
    border-radius: 0 !important;
}

.swal-icon,
.swal-icon--success__ring {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

*.badge {
    border-radius: 10px !important;
}

textarea.form-control {
    min-height: 150px;
}

label {
    cursor: pointer;
    font-weight: normal !important;
}

*.form-resize, div.input-group-resize {
    max-width: 500px;
}

a.btn span.btn-icon-left, button.btn span.btn-icon-left {
    float: left;
    margin-top: 1px;
    margin-right: 8px;
}

a.btn span.btn-icon-right, button.btn span.btn-icon-right {
    float: right;
    margin-top: 1px;
    margin-left: 8px;
}

span.alert-icon {
    float: left;
    margin-top: 1px;
    margin-right: 10px;
}

span.table-icon-order {
    font-size: 10px;
    margin-left: 5px;
}

span.table-icon-info {
    font-size: 12px;
    margin-left: 5px;
    cursor: pointer;
}

span.tab-icon {
    float: left;
    margin-top: 1px;
    margin-right: 10px;
}

h1.page-title {
    margin-bottom: 10px;
    font-size: 18px;
}

h2.page-subtitle {
    font-size: 14px;
}

h2.course-title {
    margin-top: 0;
    font-size: 16px;
}

h2.panel-title {
    margin-top: 0;
    font-size: 14px;
}

h3.lesson-title {
    font-size: 14px;
    color: #337ab7 !important;
}

h3.lesson-title:hover, h3.lesson-title:active {
    color: #23527c !important;
    text-decoration: underline;
}

h2.site-subtitle, h3.site-subtitle {
    color: #3a6667;
    font-weight: bold;
}

h1.f-site-title {
    color: #3a6667;
    font-weight: bold;
    padding-bottom: 0;
}

h2.f-site-subtitle {
    color: #7f8080;
}

*.btn {
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

*.btn-snew {
    border-color: #157557 !important;
    background-color: #168763 !important;
}

*.btn-snew:hover {
    background-color: #147053 !important;
}

*.btn-pnew {
    border-color: #457c7d !important;
    background-color: #3a6667 !important;
}

*.btn-pnew:hover {
    background-color: #559293 !important;
}

*.btn-pnew-light {
    border-color: #579a9b !important;
    background-color: #559293 !important;
}

*.btn-pnew-light:hover {
    background-color: #5fa9aa !important;
}

div#navbar ul.nav li span.glyphicon, ul.nav-sidebar li span.glyphicon {
    margin-right: 5px;
}

span#version {
    font-size: 10px;
    color: #ddd;
}

*.form-group-hide {
    display: none;
}

span.label {
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px !important;
}

th {
    font-weight: normal !important;
}

a.not-link-dec {
    text-decoration: none !important;
}

a.not-l-link > h3 {
    color: #333 !important;
    text-decoration: none !important;
}

input[type="checkbox"] {
    cursor: pointer;
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(1.3);
    -o-transform: scale(2);
}

div.bootstrap-filestyle {
    max-width: 500px;
}

p.old-price {
    text-decoration: line-through;
    color: #666;
}

div.tab-content, div.list-group, div.panel-body {
    box-shadow: #eee 0px 5px 15px;
    -webkit-box-shadow: #eee 0px 5px 15px;
    -moz-box-shadow: #eee 0px 5px 15px;
    -o-box-shadow: #eee 0px 5px 15px;
    -ms-box-shadow: #eee 0px 5px 15px;
}

div.tab-pane {
    border-left: #ddd 1px solid;
    border-right: #ddd 1px solid;
    border-bottom: #ddd 1px solid;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

div.panel-body-sm > p {
    margin-bottom: 0;
}

div.add-notes-hide {
    display: none;
}

div.form-group-float {
    float: left;
    margin-right: 10px;
}

button.btn-filter, a.btn-filter {
    margin-top: 31px;
}

a.list-group-item:nth-child(odd) {
    background-color: #fafafa;
}

div.progress-resize {
    max-width: 300px;
}

div.time {
    display: table;
    font-size: 22px;
    padding: 2px 10px;
    cursor: pointer;
    border: #ddd 1px solid;
    margin-top: -1px;
    background: #f9f9f9;
}

div.time > span.glyphicon {
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}

span.collapse-info-extra {
    float: right;
}

span.panel-icon {
    float: left;
    margin-right: 10px;
}

div#loading img {
    float: left;
    margin-top: 2px;
    margin-right: 5px;
}

div#loading {
    margin-bottom: 15px;
}

div.sep {
    margin-bottom: 25px;
}

div.course-cover {
    width: 100%;
    height: 100%;
    background-size: cover !important;
}

a.link-pointer {
    cursor: pointer;
}

ul.list-number {
    padding-left: 22px;
    list-style-type: decimal;
}

ul.list-number li {
    margin-bottom: 15px;
}

ul.list-number li:last-child {
    margin-bottom: 0;
}

div#editor {
    overflow: scroll;
    overflow-x: hidden;
    min-height: 300px;
    resize: vertical;
}

div.toolbar-rte {
    padding: 10px;
    margin-left: 0;
    border: #ddd 1px solid;
    background: #f9f9f9;
}

span.icon-pg-link {
    margin-left: 5px;
}

label.lbl-option {
    display: table;
    padding-bottom: 5px;
}

div.video-ctr {
    max-width: 500px;
}

.row-striped .row:nth-child(even) {
    background: rgba(0, 0, 0, 0.05);
}

.row-striped .row {
    padding: 10px 0;
}

/* -- */

body#main-init {
    padding-top: 60px;
    background: url("../img/fundo.png") repeat !important;
}

form#log-in {
    max-width: 330px;
    margin: 0 auto;
    padding: 15px;
    position: relative;
}

form#log-in > h2 {
    padding: 8px;
    font-size: 14px;
    margin-bottom: -1px;
    border-top-right-radius: 5px !important;
    color: #fff;
    background-color: #aaa;
}

form#log-in > img#esf {
    margin-right: 8px;
    margin-bottom: 8px;
}

span#ead {
    float: left;
    margin-right: 3px;
}

form#log-in input.form-control,
form#log-in select.form-control {
    position: relative;
    height: auto;
    padding: 10px;
    font-size: 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    border-color: #aaa;
}

form#log-in input.form-control:focus {
    z-index: 2;
}

form#log-in input[type="text"] {
    margin-bottom: -1px;
}

p#log-in-error, label.error {
    font-size: 12px;
    color: #f00;
}

div#register-ctr hr {
    border-color: #ccc !important;
}

div#register-ctr hr#lc-line {
    margin-bottom: 5px;
}

form#log-in hr {
    border-color: #aaa;
    margin-bottom: 5px;
}

form#log-in p#copyright {
    font-size: 10px;
    color: #777;
}

form#log-in p#copyright a {
    color: #555 !important;
}

.btn-face-login {
    position: relative;
}

.img-face-login {
    height: 30px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -15px;
}

hr.line-c {
    border-color: #eee;
    margin-bottom: 5px;
}

p#copyright {
    font-size: 10px;
    color: #bbb;
}

p#copyright a {
    color: #999 !important;
}

div#register-ctr p#copyright {
    margin-bottom: 0;
    color: #777 !important;
}

div#register-ctr p#copyright a {
    color: #555 !important;
}

div#register-ctr {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 60px;
    background: rgba(255, 255, 255, 0.3);
}

input#use_terms {
    margin-right: 5px;
}

div#sidebar {
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
}

div#sidebar p {
    color: #999;
    margin-bottom: 2px;
}

ul.nav-sidebar {
    margin-right: -21px;
    margin-left: -20px;
    margin-bottom: 20px;
}

ul.nav-sidebar:last-child {
    margin-bottom: 0;
}

ul.nav-sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
    color: #333;
}

ul.nav-sidebar > li.active > a, ul.nav-sidebar > li.active > a:hover, ul.nav-sidebar > li.active > a:focus {
    background-color: #559293;
    border-right: #3a6667 5px solid;
}

ul.nav-sidebar > li.active > a > span.glyphicon {
    color: #263f40 !important;
}

ul.nav-sidebar > .active > a, ul.nav-sidebar > .active > a:hover, ul.nav-sidebar > .active > a:focus {
    color: #fff;
    background-color: #428bca;
}

button#sidebar-toggle {
    display: none;
}

div#main {
    top: 51px;
    padding: 20px;
}

nav.navbar-inverse div.container-fluid {
    margin-left: 4px;
    margin-right: 4px;
}

nav.navbar-inverse {
    background-color: #3a6667;
    border-color: #3a6667;
    box-shadow: #666 0px 0px 20px;
    -webkit-box-shadow: #666 0px 0px 20px;
    -moz-box-shadow: #666 0px 0px 20px;
    -ms-box-shadow: #666 0px 0px 20px;
    -o-box-shadow: #666 0px 0px 20px;
}

nav.navbar-fixed-top {
    border-width: 1px;
}

nav.navbar-inverse button.navbar-toggle {
    border-color: #ccc;
}

nav.navbar-inverse button.navbar-toggle:hover, nav.navbar-inverse button.navbar-toggle:focus {
    background-color: #305657;
    border-color: #ccc;
}

nav.navbar-inverse a.navbar-brand {
    color: #fff !important;
}

nav.navbar-inverse a.navbar-brand img {
    float: left;
    margin-top: -11px;
}

nav.navbar-inverse a.navbar-brand span {
    float: left;
    margin-left: 15px;
    padding: 0 10px;
    border-radius: 10px !important;
    background-color: rgba(0, 0, 0, 0.1);
}

nav.navbar-inverse ul.nav > li > a {
    color: #eee !important;
}

nav.navbar-inverse ul.navbar-nav > li.open > a, nav.navbar-inverse ul.navbar-nav > li.open > a:hover, nav.navbar-inverse ul.navbar-nav > li.open > a:focus {
    color: #eee;
    background-color: #263f40;
}

nav.navbar-inverse div.navbar-collapse, nav.navbar-inverse form.navbar-form {
    border: 0;
}

nav.navbar-inverse ul.navbar-nav li.open ul.dropdown-menu > li.active > a, nav.navbar-inverse ul.navbar-nav li.open ul.dropdown-menu > li.active > a:hover, nav.navbar-inverse ul.navbar-nav li.open ul.dropdown-menu > li.active > a:focus {
    background-color: #559293;
    color: #fff;
}

nav.navbar-inverse ul.navbar-nav li.open ul.dropdown-menu > li.active > a > span.glyphicon {
    color: #263f40 !important;
}

.dropdown-systems {
    padding: 20px 20px;
    min-width: 295px;
}

.dropdown-systems li {
    float: left;
    text-align: center;
    padding: 20px;
    list-style: none;
}

.dropdown-systems {
    font-weight: bold;
    font-size: .8em;
}

div.course-img-wrapper {
    padding-left: 0;
    padding-right: 15px;
}

div.course-img-wrapper img, img.bordered {
    border: #eee 1px solid;
}

div.course-ctr-wrapper {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
}

div.lessons-list-ctr {
    display: none;
}

p#results-info, p.lesson-details {
    color: #999;
}

p.lesson-status {
    margin-top: -2px;
    margin-bottom: 0;
}

div#video-wrapper {
    max-width: 574px;
}

div#video, div#attachment {
    padding-top: 25px;
}

div.lesson-main-ctr {
    padding-left: 0;
    margin-bottom: 20px;
}

div.lesson-more-info {
    padding-right: 0;
}

span.out-trash, span.valid {
    color: #3c763d;
    cursor: pointer;
}

span.on-trash, span.invalid {
    color: #a94442;
    cursor: pointer;
}

span.waiting {
    color: #8a6d3b;
    cursor: pointer;
}

span.restrict-cp {
    cursor: pointer;
}

td.shift-checkbox-ctr {
    background: #eee;
}

th.shift-checkbox-ctr {
    border-top-left-radius: 5px !important;
    background: #eee;
}

span.new-course {
    margin-right: 5px;
    font-size: 12px;
    color: #8a6d3b;
    cursor: pointer;
}

span.admin-info {
    color: #8a6d3b;
    cursor: pointer;
}

input#photo {
    width: 0;
}

a.question-rm-fix {
    margin-top: -3px;
    color: #fff !important;
}

span.input-group-fix-padding {
    padding: 5px;
}

input.option-radio {
    margin-top: 3px !important;
    cursor: pointer;
}

a.list-group-test {
    cursor: pointer;
    background-color: #fcf8e3 !important;
}

input.option-radio-test {
    margin-top: 4px !important;
    margin-right: 5px !important;
    float: left;
    cursor: pointer;
}

p.question {
    margin-top: 20px;
    margin-bottom: 20px;
}

div.form-group-radio {
    padding-top: 4px;
    padding-left: 10px;
    border-left: #ddd 4px solid;
    background: #f9f9f9;
}

div.form-group-textarea {
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 14px;
    padding-bottom: 13px;
    border-left: #ddd 4px solid;
    background: #f9f9f9;
}

input[type="radio"] {
    margin: 5px;
}

p.answer {
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 14px;
    padding-bottom: 4px;
    border-left: #ddd 4px solid;
    background: #f9f9f9;
}

span.c-answer-info, span.coupon-seeder {
    background: #fff;
    padding: 1px 10px 3px 10px;
}

div#uc-info {
    background-color: #f9f9f9;
    padding: 10px 10px 3px 10px;
    margin-bottom: 20px;
    border: #eee 1px solid;
}

div#uc-info > p > span.glyphicon {
    float: left;
    margin-top: 2px;
    margin-right: 10px;
}

div#carousel-mirror {
    width: 100%;
    height: 308px;
    overflow: hidden;
    position: absolute;
}

div#carousel-mirror > div {
    width: 100%;
    height: 308px;
    filter: blur(20px);
    filter: url("../svg/blur.svg#blur");
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
}

div.header-wrapper {
    height: 200px;
}

div.header-wrapper div#logo-wrapper {
    width: 251px;
    height: 105px;
    margin-top: 22px;
    margin-left: 15px;
}

nav.navbar-site {
    border: 0;
    margin-top: 23px;
    margin-bottom: 0;
    background: none;
    z-index: 101;
}

div#navbar-front ul.nav li.dropdown ul.dropdown-menu li.active a {
    background: #2b4c50;
    color: #fff;
}

div#navbar-front ul.nav > li:first-child > a {
    margin-left: 0;
}

div#navbar-front ul.nav > li:last-child > a {
    margin-right: 0;
}

div#header-btn-wrapper {
    margin-top: 30px;
    margin-right: 15px;
}

div#header-btn-wrapper > a.btn-header-wi {
    padding: 11px 11px 12px 11px;
}

div#header-btn-wrapper > a#chat {
    margin-top: 20px;
    margin-right: 4px;
    color: #4d8889;
    text-decoration: none !important;
}

div#header-btn-wrapper > a.btn, div#header-btn-wrapper > a#chat {
    font-size: 16px;
}

div#header-btn-wrapper > a.btn > span, div#header-btn-wrapper > a#chat > span {
    float: right;
    margin-top: 5px;
}

div#header-btn-wrapper > a.btn > img, div#header-btn-wrapper > a#chat > img {
    float: left;
    margin-top: 0;
    margin-right: 10px;
}

div#search-wrapper {
    width: 100%;
    height: 120px;
    margin-top: 20px;
    background: #e5e4e9;
}

div#search-wrapper > div > h2 {
    margin-top: 39px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #3a6667;
    line-height: 20px;
}

div#search-group {
    margin-top: 37px;
    border: rgba(0, 0, 0, 0.4) 5px solid;
    border-radius: 5px !important
}

div.courses-site, div#courses-menu {
    margin-top: 25px;
    min-height: 300px;
}

div.courses-site > a {
    position: relative;
}

h3#featured-courses {
    margin-top: 32px;
}

div.courses-site a.hold-img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    height: 190px;
    overflow: hidden;
    border: #eee 1px solid;
}

div.courses-site h4 > a {
    color: #3a6667;
    min-height: 60px;
    display: table;
}

span.workload {
    float: left;
    color: #666;
    font-size: 14px;
    margin-top: 5px;
}

span.price {
    float: right;
    color: #fff;
    font-size: 18px;
    padding: 5px;
    background: #3a6667;
}

span.price-promo {
    background: #c50c0d !important;
}

p.promo {
    color: #c50c0d;
    font-weight: bold;
}

div.promo-tag {
    width: 156px;
    height: 139px;
    background: url('../img/promo_tag.png') no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

div#link-home-wrapper {
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 25px;
    margin-bottom: 25px;
    background: #e5e4e9;
}

div#link-home-wrapper > a {
    margin-left: auto;
    margin-right: auto;
    display: table;
    color: #3a6667 !important;
    font-size: 18px;
    font-weight: bold;
}

div#footer {
    width: 100%;
    min-height: 280px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    display: table;
    color: #515151;
    background: #e5e4e9;
}

div#footer > div {
    padding-top: 35px;
}

div#footer p {
    font-size: 16px;
}

div#footer img.img-footer {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

div#footer img.img-footer-top {
    margin-bottom: 25px;
}

div#footer nav ul {
    padding-left: 0;
}

div#footer nav ul li {
    list-style: none;
    margin-top: 10px;
}

div#footer nav ul li > a {
    font-size: 16px;
    color: #515151;
}

div.flag {
    width: 66px;
    height: 40px;
    float: left;
    cursor: pointer;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px;
    margin-bottom: 5px;
    background: url("../img/bcash_payments_sprite.png") no-repeat;
}

div#bcash-flag {
    background-position: 0 -4px;
}

div#visa-flag {
    background-position: 0 -52px;
}

div#master-flag {
    background-position: 0 -100px;
}

div#amex-flag {
    background-position: 0 -149px;
}

div#aura-flag {
    background-position: 0 -197px;
}

div#diners-flag {
    background-position: 0 -246px;
}

div#hipercard-flag {
    background-position: 0 -294px;
}

div#elo-flag {
    background-position: 0 -343px;
}

div#bank-slip-flag {
    background-position: 0 -391px;
}

div.padding-fix {
    padding-top: 15px !important;
}

div.col-footer {
    padding-left: 0;
    padding-right: 0;
}

div.footer-align, img.img-center, div#pagination-site {
    margin-left: auto;
    margin-right: auto;
    display: table;
}

div#footer p#copyright-site {
    font-size: 12px;
    color: #777;
    margin-top: 30px;
}

div#footer a.footer-link {
    margin-left: auto;
    margin-right: auto;
    display: table;
    font-size: 16px;
    color: #515151;
}

div#footer img.margin-f {
    margin-right: 10px;
}

div#line {
    width: 100%;
    height: 3px;
    background: #515e67;
}

div#main-content {
    margin-top: 20px;
    padding: 20px 15px;
    border-left: #e8e8e8 2px solid;
    border-right: #e8e8e8 2px solid;
    border-bottom: #e8e8e8 2px solid;
}

a.btn-highlight {
    display: block;
    margin-bottom: 10px;
}

div#courses-menu ul {
    padding-top: 20px;
    padding-left: 25px;
    padding-bottom: 20px;
    background: #f9f9f9;
    border: #eee 1px solid;
}

div#courses-menu ul li {
    list-style: none;
    font-size: 14px;
    margin-top: 6px;
}

div#courses-menu ul li:first-child {
    margin-top: 0;
}

div#courses-menu ul li span.glyphicon {
    float: left;
    margin-top: 3px;
    margin-right: 10px;
    font-size: 10px;
}

div#courses-site-info {
    margin-top: 25px;
}

div#pagination-site {
    margin-top: 22px;
}

input#type {
    margin-right: 5px;
}

/* Gráficos */

.grafico-sm {
    height: 200px;
}

/* Textos */

.painel-destaque {
    font-size: 2.3em;
    font-weight: bold;
    text-align: center;
}

.painel-destaque small {
    font-size: 0.5em;
    font-weight: bold;
    text-align: center;
}

/* Cabeçalhos */

#main > header {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EEE;
}

#main > header > h4 {
    display: inline-block;
}

#main > header > .btn {
    float: right;
}

/* Mensagens de erro */

.erro {
    background: #EEE;
    border: 1px solid #DDD;
    padding: 40px;
}

.erro h1 {
    font-size: 5em;
    margin-bottom: 40px;
}

.erro small {
    display: block;
}

.error-message {
    color: #FF4000;
    margin: 10px 0;
}

/* Formulário para filtro */

.filtro {
    padding: 5px 19px !important;
}

.well .col-md-1,
.well .col-md-2,
.well .col-md-3 {
    padding: 0px 5px;
    margin: 5px 0;
}

/* Formatação de tabelas especificas */

.tabela-modulos table {
    width: 100%;
    border: 1px solid #000;
    border-collapse: collapse;
    font-family: "Calibri", "sans-serif";
    font-size: 11pt;
}

.tabela-modulos thead td {
    text-align: center;
    font-weight: bold;
}

.tabela-modulos tr td {
    border: 1px solid #000;
}

.tabela-modulos tfoot tr:last-child td:first-child::after {
    content: 'Total';
    position: relative;
    right: 0px;
}

/* Formatação para boleto */

.boleto {
    font-size: 0px !important;
}

.boleto * {
    font-family: "Arial", Helvetica, sans-serif !important;
}

.boleto .cp {
    font: bold 10px Arial;
    color: black
}

.boleto .ti {
    font: 9px Arial, Helvetica, sans-serif
}

.boleto .ld {
    font: bold 15px Arial;
    color: #000000
}

.boleto .ct {
    FONT: 9px "Arial Narrow" !important;
    COLOR: #000033
}

.boleto .cn {
    FONT: 9px Arial;
    COLOR: black
}

.boleto .bc {
    font: bold 20px Arial;
    color: #000000
}

.boleto .ld2 {
    font: bold 12px Arial;
    color: #000000
}

/* Miscelanias */

.circulo-status {
    padding: 7px;
    background-color: #AAA;
    display: inline-block;
    border-radius: 50% !important;
}

.status-positivo {
    background-color: #00FF2F;
}

.status-negativo {
    background-color: #FF0000;
}

.typeahead {
    width: 500px;
}

.tt-query {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    line-height: 30px;
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    width: 422px;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

.com-imagem {
    width: 100%;
    height: 210px;
    background-size: 300px;
    background-position: center;
}

.sem-imagem {
    width: 100%;
    height: 210px;
    background-size: 300px;
    background-position: center;
    background-position-y: 10px;
}