.bg-merck{
    background: #503291 !important;
}
.border-merck{
    border-color: #503291 !important;
}
.text-merck{
    color: #503291 !important;
}
.select-icon option {
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
}
.border-dashed{
    border-style: dashed;
}
.h1, .h2, .h3, .h4, .h5{
    color: #503291;
}
.text-box{
    font-size: 20px;
    word-wrap: break-word;
}
.btn-primary-merck {
    color: #fff;
    background-color: #503291;
    border-color: #503291;
}

.btn-primary-merck:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary-merck:focus, .btn-primary-merck.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary-merck.disabled, .btn-primary-merck:disabled {
    color: #fff;
    background-color: #503291;
    border-color: #503291;
}

.btn-primary-merck:not(:disabled):not(.disabled):active, .btn-primary-merck:not(:disabled):not(.disabled).active,
.show > .btn-primary-merck.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-primary-merck:not(:disabled):not(.disabled):active:focus, .btn-primary-merck:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-merck.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.custom-file-label::after{
    display: none;
}
.custom-file-label{
    height: calc(1.2em + .75rem + 2px);
    padding: .3rem .75rem;
}
.select2-container .select2-selection--single{
    height: 31px;
}

.border-right-customer {
    /*padding-right: 20px !important;*/
    border-right: 1px dotted #503291;
}

.tab-content .border-light{
    border-color: #dee2e6 !important;
}

.text-small{
    font-size: 16px;
}

@media(min-width: 750px){
    .distribuidor-create {
        margin-bottom: 50px;
    }

    .btn-goback {
        display: none;
    }
}

@media(max-width: 750px){
    .distribuidor-create .btn-primary-merck {
        margin-bottom: 20px;
    }

}

@media(max-width: 650px){
    .border-right-customer {
        /*padding-right: 20px !important;*/
        border-right: none;
    }
    #sidebar-relatorio{
        display: none;
    }
}

.card-merck .card-header {
    background-color: #503291;
    color: #fff;
}

.card-merck {
    border-color: #503291;
}

.modal-merck .modal-header {
    background-color: #503291;
    color: #FFF;
    border-radius: 0px;
    padding: 0.5rem;
}

.modal-merck .modal-content {
    border-color: #503291;
}

.modal-merck .close {
    color: #FFF;
}

.table-danger, .table-danger>td, .table-danger>th{
    background-color: #fdd6da !important;
}


.legend-merck {
    color: #503291;
    font-weight: bold;
    font-size: 1rem;
}

.pedidos-list {
    list-style: none;
    padding: 0px;
}

.pedidos-list > li {
    border: 1px solid #FFF;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #503291;
}

.pedidos-list > li:hover {
    border: 1px solid #503291;
    border-radius: 10px;
    background-color: #5032911c;
}

.pedidos-list > li.active {
    border: 1px solid #503291;
    border-radius: 10px;
    background-color: #5032911c;
}


.pedido-list-search-order {
    list-style: none;
    padding: 0px;
    margin-bottom: 50px;
}

.pedido-list-search-order li {
    float: left;
    display: inline-block;
    margin-right: 10px;

}

.pedido-list-search-order li:last-child {
    margin-right: 0px;
}

.pedido-list-search-order li a {
     color: #503291;
}

.pedido-list-search-order li:last-child {
    float: right;
}

.pedido-list-search-order .selected {
    font-weight: bold;
}

.list_price {
    display: block;
    padding: 0px;
    list-style: none;
}

.list_price li {
    font-size: 12px;
    text-align: center;
    color: #888;
}

.list_price .active {
    color: #503291;
    font-weight: bold;
    font-size: 14px;
}

.pedidos-list img {
    height: 100px;
}

.pedido-list-search-order .input-group-text {
    background-color: #FFF;
    border-left: none;
}

#input_search {
    border-right: none;
}


#input_search:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}

.pedido-list-search-order > li:after {
    display: inline-block;
    padding-left: .5rem;
    color: #6c757d;
    content: "|";
}

.pedido-list-search-order > li:last-child:after {
    content: none;
}

.pedido-list-search-order > li:nth-child(4):after {
    content: none;
}



@media(max-width: 600px){
    .pedido-list-search-order > li:last-child {
        width: 100%;
        margin-top: 10px;
    }

    .pedido-list-search-order > li {
        font-size: 12px;

    }
}

@media(min-width: 600px){
    .box-merck {
        background-color: #f8f8f8; border: 1px solid #cfc1ef; padding: 10px;
    }
}


.link_remove {
    font-size: 12px;
    
}

.link_remove:hover {
    text-decoration: none;
}

@media(max-width: 550px){
    .carrinho-head {
        display: none;
    }

    .carrinho-index hr {
        display: none;
    }

    .box-sm-merck {
        background-color: #f5f5f5; padding: 10px;
        margin-bottom: 10px;
        border: 1px solid #e9ecef;
    }

    .box-sm-border-merck {
        background-color: #e9ecef; border: 1px solid #cfc1ef; padding: 10px;
    }

    .carrinho-index .card {
        border: none;
        background-color: unset;
    }

    .d-xs-none {
        display: none;
    }

    .carrinho-index .box-sm-merck span {
        font-size: 1.0rem;
        display: inline-block;
    }

    .carrinho-index .box-sm-merck img {
        display: inline-block;
        float: left;
    }

    .carrinho-index .box-sm-merck .btn {
        border-radius: 0px;
    }

    .carrinho-index .card-body {
        padding-top: 0px;
    }

   

    .carrinho-index .box-sm-merck .col-md-5 {
        margin-bottom: 10px;
        border-bottom: 1px solid #ced4da;
    }

    .carrinho-index .box-sm-merck .col-6:last-child {
        text-align: right;
    }

    .carrinho-index .box-sm-merck .col-6, .carrinho-index .box-sm-merck .col-md-5 {
        padding: 0px;
    }
}

.carrinho-index .form-control {
    font-weight: bold;
}

#formas_pagamento {
    list-style: none;
    padding: 0px;
}

#formas_pagamento li {
    float: left;
    display: inline-block;
    margin-right: 20px;
    text-align: center;
}

#formas_pagamento li i {
    font-size: 3rem;
}

#formas_pagamento li:hover {
    color: #503291;
    transition: all 0.5s;
}

#formas_pagamento li.active {
    color: #503291;
}

#formas_pagamento li span {
    display: block;
}

#endereco {
    list-style: none;
    padding: 0px;
    margin-bottom: 5px;
}

#endereco li {
    font-size: 0.9rem;
    line-height: 1rem;
}

#endereco li:first-child {
    font-weight: bold;
    font-size: 0.95rem;
    line-height: 1.5rem;
}

.enderecos-revisar p {
    font-size: 0.85rem;
    color: #aaa;
    margin-bottom: 10px;
}
.enderecos-revisar h5 {
    font-size: 1rem;
    color: #888484;
}

.one, .two, .three{
    position:absolute;
    margin-top:-10px;
    z-index:1;
    height:40px;
    width:40px;
    border-radius:25px;

}

.legend {
    position: absolute;
    z-index: 1;
    width: 150px;
    top: 30px;
    left: -250%;
    text-align: center;
}

.legend-one, .legend-two, .legend-three, .legend-quatro, legend-five {
    position: absolute;
    z-index: 1;
    margin-top: 20px;
}

.one, .legend-one {
    left:10%;
}
.two, .legend-two {
    left:30%;
}
.three, .legend-three {
    left:50%;
}

.quatro, .legend-quatro {
    left: 70%;
}

.five, .legend-five {
    left: 95%;
}

.primary-color{
    background-color: #503291;
}
.success-color{
    background-color:#5cb85c;
}
.danger-color{
    background-color:#d9534f;
}
.warning-color{
    background-color:#f0ad4e;
}
.info-color{
    background-color:#5bc0de;
}
.no-color{
    background-color:inherit;
}

.progress-bar {
    background-color: #503291;
}


.progress {
    height: 0.8rem;
}

.one, .two, .three, .quatro, .five {
    position: absolute;
    margin-top: -5px;
    z-index: 1;
    height: 25px;
    width: 25px;
    border-radius: 25px;
    border: 1px solid #333;
}

.table-merck td, .table-merck th {
    padding: 0px;
    text-align: center;
}

.table-merck thead {
    border-bottom: 1px solid #503291;
    color: #503291;
}

.table-merck thead th {
    padding-bottom: 10px;
}

.table-merck tbody tr:first-child td {
    padding-top: 10px;
}

.input-group-prepend .fas {
    line-height: 1.5 !important;
}
.input-group-prepend > .btn {
    border-radius: 0px !important;
}

@media(max-width: 700px){
    #row-status {
        overflow-x: scroll;
        overflow-y: hidden;
    }
}

#ModalAceitaRecusa .gj-icon {
    line-height: 1rem !important;
}

.modal-merck .modal-footer {
    padding: 0.5rem !important;
}
.card-columns {
    column-count: 5;
}
#navbarMerckMobile {
    background-color: rgb(255, 255, 255);
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 9;
    width: 80%;
    font-weight: bold;
    box-shadow: 1px 1px 5px #cccccc;
}

#navbarMerckMobile a {
    color: #503291;
    padding: .5rem 1rem;
}
#navbarMerckMobile a i {
    display: inline-block;
    margin-right: 10px;
    font-size: 1.2rem;
}

#navbarMerckMobile ul li {

}

#navbarMerckMobile ul li:first-child a {
    display: inline-block;
    padding: .8rem .2rem;
}

#navbarMerckMobile ul li:first-child a:last-child {
    float: right;
    margin-right: 10px;
}

#navbarMerckMobile ul li:first-child a:first-child {
    float: left;
    margin-left: 10px;
}

#navbarMerckMobile ul li:first-child {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
}

#navbarMerckMobile ul li:last-child {
    border-top: 1px solid #cccccc;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.badge-primary {
    color: #fff;
    background-color: #6610f2;
}

.alert {
    padding: .75rem 1rem;
    font-size: 0.9rem;
}

.close {
    line-height: 1rem;
}

#navbarMerckMobile {
    transition: all 1s;
}










/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #1c1c1c;
    -webkit-transition: width .2s ease-in;
    -moz-transition:  width .2s ease-in;
    -ms-transition:  width .2s ease-in;
    transition: width .2s ease-in;

}
.sidebar-nav li:first-child a {
    color: #fff;
    background-color: #1a1a1a;
}
.sidebar-nav li:nth-child(2):before {
    background-color: #ec1b5a;
}
.sidebar-nav li:nth-child(3):before {
    background-color: #79aefe;
}
.sidebar-nav li:nth-child(4):before {
    background-color: #314190;
}
.sidebar-nav li:nth-child(5):before {
    background-color: #279636;
}
.sidebar-nav li:nth-child(6):before {
    background-color: #7d5d81;
}
.sidebar-nav li:nth-child(7):before {
    background-color: #ead24c;
}
.sidebar-nav li:nth-child(8):before {
    background-color: #2d2366;
}
.sidebar-nav li:nth-child(9):before {
    background-color: #35acdf;
}
.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
    -moz-transition:  width .2s ease-in;
    -ms-transition:  width .2s ease-in;
    transition: width .2s ease-in;

}

.sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 30px;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}

#sidebar-relatorio{
    background: #d8d8d8;
    height: calc(100vh - 56px);
    margin-top: -16px;
}

@media (max-width: 750px) {
    .breadcrumb {
        display: none;
    }
}

@media (min-width: 800px){
    #myTab {
        width: 100%;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (max-width: 750px){

    #form_password {
        background-color: unset;
        border: unset;
        padding: 0px;
    }

    #form_password .card-body {
        padding: 0px;
    }

    #myTabContent {
        padding: 15px;
    }

    #myTabcol12 {
        padding: 0px;
    }

    .mobile-no {
        display: none;
    }

    #paciente_config .nav-item {
        width: 50%;
    }

    #paciente_config #myTab {
        width: 100%;
    }

    #paciente_config #myTab a {
        border: 0px;
        border: 0px;
        color: #FFF;
        border-radius: 0px;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        background-color: #503291;
    }

    #paciente_config #myTab a:active, #paciente_config #myTab a.active {
        background-color: #402775;
    }

    .navbar {
        z-index: 8;
    }

    .form-group > .form-control {
        margin-left: 0px;
        display: block;
        width: 100%;
        height: 30px;
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #f8f9fa!important;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        border: 0px;
        padding-left: 0px;
        border-bottom: 1px solid #cccccc;
        border-radius: 0px;
        padding-bottom: 5px;
    }

    .form-group > label {
        display: inline-block;
        margin-bottom: .5rem;
        margin-bottom: 0px;
        font-size: .8rem;
    }

    .form-group {
        margin-bottom: 1rem;
        background-color: #f8f9fa!important;
    }

    .form-group > .form-control:focus {
        border: 0px;
        box-shadow: unset;
        border-bottom: 1px solid #cccccc;
        border-radius: 0px;
    }

    .form-group > .is-invalid {
        border-bottom: 1px solid red;
    }

    #t ~ .navbar {
        margin-bottom: 0px !important;
    }
}

.legends p {
    display: inline-block;
    margin-left: 10px;
}


.card-body-receita {
    padding: 10px 15px 0px 10px;
}

.card-body-receita p {
    text-align: right;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.card-body-receita p span {
    float: left;
    font-size: 1rem;
    font-weight: bold;
    color: #aaa;
    line-height: 1.9rem;
}

.card-body-receita p a {
    padding-right: 10px;
    color: #503291;
}

.card-body-receita p button {
    color: #503291;
    font-size: 1.2rem;
}


.legend-pesquisa {
    color: #503291;
    font-weight: bold;
}

.legend-pesquisa span:last-child {
    float: right;
}

.link-collapse {
    color: #333333;
    text-decoration: none;
}

@media (min-width: 800px){
    #myTab {
         width: unset;
         margin-left: 0px;
         margin-right: 0px;
    }

    #myTabContent {
        background-color: #FFF;
        border: 1px solid #ccc;
        padding: 10px;
        border-top: 0px;
    }
}

#btn_nav {
    outline: unset;
}

#lista-dicas h6 {
    margin-bottom: 0px;

}

#lista-dicas h6 a {
    color: #503291;
}

#lista-dicas p a {
    color: #000000;
}

#verificao_code span {
      font-weight: bold;
}

#verificao_code p {
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}

.carrinho-index .h5 {
    font-size: 1rem;
}

/*.distribuidor-create input[type=checkbox], .distribuidor-create input[type=radio] {*/
/*    display: none;*/
/*}*/

#btn-a {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #fff;
    border-top: 1px solid #ccc;
    box-shadow: 1px -1px 10px #ccc;
}


td, th {
    white-space: nowrap;
}
 .dataTable td, .table th {
    padding: .5rem;
    vertical-align: top;
    border: 1px solid #f4f4f4;
}

.dataTable thead th {
    vertical-align: bottom;
    border: 1px solid #dee2e6;
}

.dataTable td form {
    margin: 0px;
}

.clinica-edit .select2 {
    float: right;
}

.ciclo-edit .gj-icon {
    line-height: 0.9rem;
}


.min-width-70 {
    min-width: 70px;
}

#legendas {
    list-style: none;
    padding: 0px;
    color: #4b646f;
    font-size: 0.9em;
}

#legendas li:first-child {
    color: #4b646f;
}

#legendas a {
    font-size: 0.9em;
    color: #4b646f;
    text-decoration: none;
}

#legendas a:hover {
    text-decoration: none;
}


.sweetalert {
    opacity: 1;
    pointer-events: auto;
    box-sizing: border-box;
    -webkit-animation: showSweetAlert .3s;
    animation: showSweetAlert .3s;
    will-change: transform;
}

.form-search .gj-icon {
    top: 5px !important;
}

.btn-clipboard:hover {
    color: #fff;
    background-color: #027de7;
}

.btn-clipboard {
    position: absolute;
    top: .5rem;
    right: .5rem;
    z-index: 10;
    display: block;
    padding: .25rem .5rem;
    font-size: 75%;
    color: #818a91;
    background-color: transparent;
    border: 0;
    border-radius: .25rem;
}

#json-renderer, #simpleUseCase {
    background-color: #eee;
}

.modal-content {
    border-right: 0px;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

nav.navbar {
    position: fixed;
    right: 0px;
    left: 0px;
    z-index: 999;
}

main.container-fluid {
    padding-top: 4.5rem;
}

.pagination {
    overflow-x: auto;
}

footer ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

footer {

}

footer ul li {
    display: inline-block;
    float: right;
    padding-right: 10px;
    padding-top: 0.4rem;
}

footer ul li a {
    font-size: 0.8rem;
}

footer ul li:first-child {
    float: left;
    padding-top: 0px;
}

#list_termos li {
    display: inline-block;
    padding-right: 0.5rem;
    font-size: 0.8rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #503291;
    border: 1px solid #503291;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container {
    width: 100% !important;
}