/* toltip */
.gc-tooltip {
    position: relative;
    display: inline-block;
  }
.gc-tooltip .gc-tooltiptext {
    visibility: hidden;
    background-color:#3fc0d4;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;

    width: 100px;
    top: 100%;
    left: 50%;
    margin-left: -50px; /* Use half of the width (120/2 = 60), to center the tooltip */
}
.gc-tooltip:hover .gc-tooltiptext {
    visibility: visible;
}
.gc-tooltip .gc-tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;  /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent#3fc0d4 transparent;
  }

/*listagem dos horarios no agendamento*/
.h4-agenda-time {
    margin: 0.4em;
    cursor: pointer;
    text-align: center;
    background: #f4f4f4;
    border-radius: 0.4em;
    padding: 0.4em;
    color: rgb(125, 126, 127);
    font-weight: bold;
    font-size: 1.1em !important;
}

.h4-agenda-time.active {
    background: #31a4bd;
    color: white;
}

.form-group {
    margin-bottom: 0px;
}

.sidebar .background-image-digital {
    z-index: 1;
}
.nav > li {
    z-index: 2;
}
.h4-background-wizard {
    /*background-color: #66a6ff;*/
    background-color: white;
    display: flex;
    border-radius: 0.4em;
    width: 100%;
    border-radius: 0 0 0.4em 0.4em;
}
.h4-step {
    width: 25%;
    text-align: center;
    /*height: 65px;*/
}
.h4-background-wizard-header {
    background-color: white;
    display: flex;
    width: 100%;
    height: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.h4-step-header {
    width: 25%;
    border-radius: 0.4em 0.4em 0 0;
}

.h4-step-icon {
    /*background-color: #66a6ff;*/
    width: 50px;
    height: 50px;
    margin: 0.5em;
    border-radius: 50%;
    cursor: pointer;
}
.h4-step:hover {
    color: #3091b2;
}
.h4-step-item {
    color: #000;
    font-size: 0.9em;
}

.h4-step-header-bottom {
    border-bottom-width: 5px;
    border-bottom-style: solid;
}

@media screen and (max-width: 1079px) {
    .h4-step-item {
        display: none;
    }
}

.h4-menu-item {
    margin-left: 10px;
    color: black;
}

.h4-box-review {
    width: 100%;
    display: flex;
}
.h4-box-left {
    width: 50%;
    padding: 1em;
    text-align: right;
    font-weight: bold;
}
.h4-box-right {
    width: 50%;
    padding: 1em;
    text-align: left;
}

.h4-input-search {
    color: black !important;
    background-color: white !important;
}

.h4-input-search:disabled {background: #c7c7c7 !important ;color: #fff;cursor: default;}


.h4-input-number {
    color: black !important;
    background-color: white !important;
    width: 80px;
    float: left;
}
.h4-page-list label {
    float: left;
    color: #222;
    margin: 7px 15px 0 0;
}
.h4-page-list .col-md-6 {
    padding: 0 15px 0 0;
}
.h4-page-list .card .table tbody td:first-child,
.h4-page-list .card .table thead th:first-child {
    padding-left: 20px;
}
table.uib-timepicker .form-control {
    margin: 5px 0;
    border: 1px solid #ccc5b9;
    padding: 5px 5px;
    height: 30px;
}
td.uib-increment .btn {
    margin: 10px 0 0;
}
td.uib-increment .btn,
td.uib-decrement .btn {
    padding: 0px 8px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover,
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #3fc0d4;
    border-color: #297ff7;
    color: #fff;
}
#loading-bar {
    pointer-events: all;
    z-index: 9996;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: wait;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
}
.ajax-loader {
    position: fixed;
    top: 35%;
    display: block;
    z-index: 9997;
    left: 45%;
}
#loading-bar .peg {
    opacity: 0.9 !important;
    -moz-box-shadow: #29d 1px 0 6px 1px !important;
    -ms-box-shadow: #29d 1px 0 6px 1px !important;
    -webkit-box-shadow: #29d 1px 0 6px 1px !important;
    box-shadow: #069bf1 0px 0 11px 4px !important;
    -moz-border-radius: 100% !important;
    -webkit-border-radius: 100% !important;
    border-radius: 100% !important;
}
#loading-bar .bar {
    background: #486be6 !important;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px !important;
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px;
}
#loading-bar-spinner {
    display: block;
    position: fixed;
    z-index: 9998;
    top: 10px;
    left: 10px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
#loading-bar-spinner .spinner-icon {
    display: none;
}
.alert {
    z-index: 9999 !important;
}

.main-panel {
    background-color: #fafafa;
}

.navbar-default {
    background-color: #fafafa;
    border-bottom: none;
}

.navbar-default .navbar-brand {
    color: #3fc0d4;
    font-size: 2.8rem !important;
}

.sidebar .nav li.active > a:after,
.off-canvas-sidebar .nav li.active > a:after {
    border-right-color: #fafafa;
}

.navbar-brand {
    font-size: 2.7rem;
    color: #404854;
}

.table thead tr > th,
.table thead tr > td,
.table tbody tr > th,
.table tbody tr > td,
.table tfoot tr > th,
.table tfoot tr > td {
    border-top: 1px solid #e0e0e0;
}

.table > thead > tr > th {
    font-weight: 700;
}

.cert-c-bill-box {
    /* padding: 2em;
    display: flex; */
}
.cert-c-bill-preview {
    width: 100%;
    /* padding: 2em; */
}
.cert-c-bill-options {
    width: 100%;
    /* padding: 2em; */
}

.cert-iframe-loading {
    background:url(/assets/img/icons/loading.svg) center center no-repeat;
}


.card .content {
    padding: 0px 15px 10px 15px;
}

.gc-table-price td:nth-child(1){
    width: 30%;
}
.gc-table-price td:nth-child(2){
    width: 30%;
}
.gc-table-price td:nth-child(2n){
    width: 15%;
}

.gc-text-09em{
    font-size: 0.95em;
}

.gc-overflow-text{
    max-width: 38ch;
}

.gc-plugin-card{
    border-radius: 6px;
    border-width: 2px;
    border-color: #fc6a09;
    border-style: solid;
    padding: 6px;
}

.gc-plugin-card a {
    color: #fc6a09;
    font-weight: bold;
}

.gc-card-plugin{
    min-height: 100px;
}

.gc-first-card-plugin {
    cursor: pointer;
    border-style: dashed;
    text-align: center;
    border-color: #3ebfd2;
}

.gc-first-card-plugin span {
    color: black;
    font-weight: bold;
    font-size: 1.3em;
    cursor: pointer;
}

.gc-partner-plugin-edit {
    text-align: right;
    cursor: pointer;
}

.gc-new-sale {
    position: fixed;
    top: 90%;
    right: 4px;
    padding: 4px;
    background-color: #44c0d3;
    border-radius: 6px;
    z-index: 10000000;
    width: 40px;
}

.img-cards-flag{width: 100%;max-width: 320px; margin-top: 28px}

.gc-card-divider {height: 100%;border-left: 0.5px solid;}