/**
 *
 * Apply Here your Custom CSS
 *
*/

body {
    font-size: 16px;
}

form{
    margin-bottom: 60px;
}

a {
    color: #818581;
}



a:hover {
    color: #5d665e;
}

.breadcrumb {
    background-color: transparent;
}

.breadcrumb > .active {
    color: brown;
    
}

.breadcrumb:hover{
    color: black;
    
}


#chooseCl.modal{
    font-size:14px;
}

#chooseEnt.modal {
    font-size: 14px;
}



.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #86cfda;
    font-size:10px;
}

@media (max-width: 576px) {
    body {
        font-size: 10px;
    }

    h1{
        font-size:10px;
    }

    #btnSaldDivid{
        font-size: 12px;
    }

    #btnAddContact {
        font-size: 12px;
    }

    .factDetail {
        font-size:10px;
    }

    #chart_wrap {
        position: relative;
        padding-bottom: 150%;
        height: 0;
        overflow: hidden;
    }


}


@media (min-width: 576px) {

    body {
        font-size: 15px;
    }

    .nav .nav-item .nav-link {
        font-size: 15px;
    }


    .form-control {
        font-size: 12px;
    }

    #chooseCl.modal {
        font-size: 10px;
    }

    #chooseCLContact.modal {
        font-size: 10px;
    }

    #chooseEnt.modal {
        font-size: 10px;
    }

    #btnSaldDivid {
        font-size: 14px;
    }

    #btnAddContact {
        font-size: 14px;
    }

    .factDetail {
        font-size: 12px;
    }

    #chart_wrap {
        position: relative;
        padding-bottom: 120%;
        height: 0;
        overflow: hidden;
    }

}


@media (min-width: 768px) {

    body {
        font-size: 18px;
    }

    .nav .nav-item .nav-link {
        font-size: 20px;
    }

    .form-control {
        font-size: 14px;
    }

    #chooseCl.modal {
        font-size: 12px;
    }

    #chooseCLContact.modal {
        font-size: 12px;
    }

    #chooseEnt.modal {
        font-size: 12px;
    }

    #btnSaldDivid {
        font-size: 16px;
    }

    #btnAddContact {
        font-size: 16px;
    }

    .factDetail {
        font-size: 14px;
    }

    #chart_wrap {
        position: relative;
        padding-bottom: 70%;
        height: 0;
        overflow: hidden;
    }

}

@media (min-width: 992px) {
    .nav .nav-item .nav-link {
        font-size: 20px;
    }

    body {
        font-size: 20px;
    }

    .form-control {
        font-size: 18px;
    }

    #chooseCl.modal {
        font-size: 13px;
    }

    #chooseEnt.modal {
        font-size: 13px;
    }

    #chooseCLContact.modal {
        font-size: 13px;
    }

    #btnSaldDivid {
        font-size: 18px;
    }

    #btnAddContact {
        font-size: 18px;
    }

    .factDetail {
        font-size: 16px;
    }

    #chart_wrap {
        position: relative;
        padding-bottom: 50%;
        height: 0;
        overflow: hidden;
    }

}


#chart_div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}


/* modal left and right */

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 90%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/
.modal.left .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left .modal-dialog {
    left: 0;
}

/*Right*/
.modal.right .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right .modal-dialog {
    right: 0;
}

.alertify-notifier {
    z-index: 300000 !important;
}


/*Tooltip*/

.tooltipmy {
    cursor: help;
    position: relative;
}


/*== common styles for both parts of tool tip ==*/
    .tooltipmy::before,
    .tooltipmy::after {
        left: 50%;
        opacity: 0;
        position: absolute;
        z-index: -100;
    }

    .tooltipmy:hover::before,
    .tooltipmy:focus::before,
    .tooltipmy:hover::after,
    .tooltipmy:focus::after {
        opacity: 1;
        transform: scale(1) translateY(0);
        z-index: 100;
    }


/*== pointer tip ==*/
    .tooltipmy::before {
        border-style: solid;
        border-width: 1em 0.75em 0 0.75em;
        border-color: #3E474F transparent transparent transparent;
        bottom: 100%;
        content: "";
        margin-left: -0.5em;
        transition: all .65s cubic-bezier(.84,-0.18,.31,1.26), opacity .65s .5s;
        transform: scale(.6) translateY(-90%);
    }

    .tooltipmy:hover::before,
    .tooltipmy:focus::before {
        transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
    }


/*== speech bubble ==*/
    .tooltipmy::after {
        background: #3E474F;
        border-radius: .25em;
        bottom: 180%;
        color: #EDEFF0;
        content: attr(data-tip);
        margin-left: -8.75em;
        padding: 1em;
        transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
        transform: scale(.6) translateY(50%);
        width: 17.5em;
    }

    .tooltipmy:hover::after,
    .tooltipmy:focus::after {
        transition: all .65s cubic-bezier(.84,-0.18,.31,1.26);
    }

@media (max-width: 760px) {
    .tooltipmy::after {
        font-size: .75em;
        margin-left: -5em;
        width: 10em;
    }
}


.loader_div {
    position: fixed;
    top: 0;
    bottom: 0%;
    left: 0;
    right: 0%;
    z-index: 99;
    opacity: 0.7;
    display: none;
    background: lightgrey url('../images/loader.gif') center center no-repeat;
}