/**
 *
 * 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: dodgerblue;
    
}

.breadcrumb:hover{
    color: lightblue;
    
}

.footer {
    bottom: 0;
    width: 100%;
    height: 60px;
}

#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;
}

.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;
}