﻿

body {
    font-size: .75rem !important;
    background-color: #f8f9fa !important;
    font-family: Sommet !important;
}



.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

.custom-font {
    font-size: 1.1rem !important;
}

h4 {
    font-size: 1.1rem !important;
}

    h4 small {
        font-size: 0.8rem !important;
    }

span {
    font-size: .9rem !important;
}

h6 {
    font-size: .75rem !important;
}

.btn {
    font-size: .75rem !important;
}

h7 {
    font-size: .75rem !important;
}

    h7 span {
        font-size: .75rem !important;
    }

        h7 span a {
            font-size: .75rem !important;
        }

.form-control {
    font-size: .75rem !important;
}


.hidden {
    display: none;
}

.text-wrap-false {
    white-space: nowrap;
}

.text-wrap-true {
    white-space: pre-wrap;
}




/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 75px;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

/*.navbar-brand img{
    width: 50px !important;
    height: auto  !important;
}*/

.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    /*top: 0px;*/
    /* Height of navbar */
    height: calc(100vh - 100px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}


.custom-scroll-sidebar-sticky::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.custom-scroll-sidebar-sticky::-webkit-scrollbar {
    /*width: 10px;*/
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

.custom-scroll-sidebar-sticky::-webkit-scrollbar-thumb {
    /*background-color: #0ae;*/
    background-color: #868686;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgb(134, 134, 134)), color-stop(.5, transparent), to(transparent));
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .3rem;
    padding-bottom: .3rem;
}

    .sidebar .nav-link .feather {
        margin-right: 4px;
        color: #999;
    }

    .sidebar .nav-link.active {
        color: #007bff;
    }

        .sidebar .nav-link:hover .feather,
        .sidebar .nav-link.active .feather {
            color: inherit;
        }

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
    /*font-size: 1rem;*/
    padding-left: 10px !important;
    /*margin-left:-10px !important;*/
    /*background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);*/
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

    .form-control-dark:focus {
        border-color: transparent;
        box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
    }

/*
 * Utilities
 */

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}



.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    /*line-height: 60px;*/
    background-color: #f5f5f5;
    font-size: 12px;
}

#content {
    display: none;
}

.btn-circle {
    padding-top: 10px;
    padding-left: 10px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
}


.btn-sm-circle-search {
    width: 25px !important;
    height: 25px !important;
    border-radius: 75% !important;
}

.btn-sm-circle-cloud-download {
    width: 25px !important;
    height: 25px !important;
    border-radius: 75% !important;
}

.btn-sm-circle-add {
    width: 25px !important;
    height: 25px !important;
    border-radius: 75% !important;
}

.btn-sm-circle-pdf-download {
    padding-left: 0.7em;
    width: 25px !important;
    height: 25px !important;
    border-radius: 75% !important;
}

.mt-custom {
    margin-top: 5rem !important;
}

.btn-sm-circle-search svg {
    margin-top: 0px;
    margin-left: -6px;
    font-size: 12px !important;
}

.btn-sm-circle-cloud-download svg {
    margin-top: -1px;
    margin-left: -7px;
    font-size: 12px !important;
}

.btn-sm-circle-add svg {
    margin-top: 0px;
    margin-left: -5px;
    font-size: 12px !important;
}

.border-5 {
    border-width: 5px !important;
}

.modal-custom {
    position: fixed !important;
    top: 30% !important;
    left: 40% !important;
}

.modal-custom-card {
    position: fixed !important;
    top: 30% !important;
}


.nav-link:hover {
    color: #797979;
}

.navbar-before {
    display: none;
    background: linear-gradient(141deg, #23ace3 0%, #e5198d 51%, #2cb5e8 75%);
    background: -webkit-linear-gradient(left, #25ace3 0%, #e5198d 42%, #e5198d 50%, #e5198d 55%, #25ace3 100%) !important;
    height: 3px !important;
}

.navbar {
    color: black;
    margin-top: 0px !important;
    height: 8em !important;
}


.navbar-after {
    z-index: 999;
    right: 0px;
    left: 0px;
    width: 100%;
    position: fixed;
    background: linear-gradient(141deg, #23ace3 0%, #e5198d 51%, #2cb5e8 75%);
    background: -webkit-linear-gradient(left, #25ace3 0%, #e5198d 42%, #e5198d 50%, #e5198d 55%, #25ace3 100%) !important;
    margin-top: 8em !important;
    height: 3px !important;
    max-height: 3px !important;
    min-height: 3px !important;
}

#ARMBox {
    /*padding: 0px;*/
    display: none;
    /*border: 0px outset #ccc;
            background-color: white;
            position: absolute;*/
}

.search-btn {
    height: calc(1.5em + .75rem + 2px);
    padding-top: 0.7em;
    margin-left: -42px;
}



.master {
    font-size: 25px !important;
}

.user-img {
    border-width: 0px;
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    border-radius: 50%;
}

.custom-pager span {
}

.custom-pager {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}

    .custom-pager a {
        display: inline-block;
        font-weight: 400;
        color: #212529;
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-size: 0.75rem;
        line-height: 1.5;
        border-radius: .25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        margin-top: 5px;
        margin-bottom: 5px;
        color: #6c757d;
        border-color: #6c757d;
    }

        .custom-pager a:hover {
            color: #fff;
            background-color: #6c757d;
            border-color: #6c757d;
        }

    .custom-pager span {
        display: inline-block;
        font-weight: 400;
        color: #212529;
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-size: 0.75rem;
        line-height: 1.5;
        border-radius: .25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        margin-top: 5px;
        margin-bottom: 5px;
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }


.navbar-collapse {
    text-align: right !important;
}

@media (max-width: 991px) {
    .navbar-collapse ul {
        text-align: right !important;
        display: inline-block !important;
        top: 100% !important;
        z-index: 1000 !important;
        min-width: 10rem !important;
        max-width: 18rem !important;
        padding: .5rem .5rem !important;
        font-size: 1rem !important;
        color: #212529 !important;
        list-style: none !important;
        background-color: #fff !important;
        background-clip: padding-box !important;
        border: 1px solid rgba(0,0,0,.15) !important;
        border-radius: .25rem !important;
    }

        .navbar-collapse ul li {
            display: inline-block !important;
        }

    .navbar-nav .dropdown-menu {
        position: absolute !important;
        float: none !important;
    }
}


@media (max-width: 767px) {
    body {
        background-color: #f8f9fa !important;
    }

    .sidebar {
        position: inherit;
        top: 75px;
        height: auto;
        max-height: 350px;
        min-height: 350px;
        bottom: auto !important;
        /*left: 1rem !important;
        right: 1rem !important;*/
        z-index: 100;
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
        margin-bottom: 1rem !important;
        margin-top: 6rem !important;
        border-radius: .25rem !important;
        box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
        align-items: center !important;
        display: flex !important;
        background-color: #fff !important;
        box-sizing: border-box;
    }

    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
        /* top: 0px; */
        height: calc(100vh - 100px);
        max-height: 350px;
        min-height: 350px;
        padding-top: .5rem;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .mt-custom {
        margin-top: 5rem !important;
    }
}

.d-xs-content {
    display: contents !important;
}

.custom-danger-label {
    padding: 5px;
    background-color: #d72525;
    color: white !important;
    font-size: .65rem !important;
    border-radius: 5px !important;
    max-width: 100px !important;
    width: 100px !important;
    min-width: 100px !important;
}



.custom-info-label {
    padding: 5px;
    background-color: #23ace3;
    color: white !important;
    font-size: .65rem !important;
    border-radius: 5px !important;
    max-width: 100px !important;
    width: 100px !important;
    min-width: 100px !important;
}


.custom-na-label {
    padding: 5px;
    background-color: #acacac;
    color: white !important;
    font-size: .65rem !important;
    border-radius: 5px !important;
    max-width: 100px !important;
    width: 100px !important;
    min-width: 100px !important;
}

.custom-warning-label {
    padding: 5px;
    background-color: #eda700;
    color: white !important;
    font-size: .65rem !important;
    border-radius: 5px !important;
    max-width: 100px !important;
    width: 100px !important;
    min-width: 100px !important;
}

.custom-success-label {
    padding: 5px;
    background-color: #00c364;
    color: white !important;
    font-size: .65rem !important;
    border-radius: 5px !important;
    max-width: 100px !important;
    width: 100px !important;
    min-width: 100px !important;
}

.btn-sm-circle-mail {
    padding-left: 0.5em;
    width: 25px !important;
    height: 25px !important;
    border-radius: 75% !important;
}

.card-custom-card-info {
    /*background-color: #9f9f9f;*/
    /*background-color:#61aad8;*/
    background: linear-gradient(141deg, #61aad8 0%, #4d82a4 51%, #61aad8 75%);
    background: -webkit-linear-gradient(left, #61aad8 0%, #4d82a4 42%, #4d82a4 50%, #4d82a4 55%, #61aad8 100%) !important;
    color: #fff;
}



.card-custom-card-danger {
    /* background-color: #9f9f9f; */
    /*background-color: #d86161;*/
    background: linear-gradient(141deg, #d00000 0%, #ad0000 51%, #d00000 75%);
    background: -webkit-linear-gradient(left,#d00000 0%, #ad0000 42%, #ad0000 50%, #ad0000 55%, #d00000 100%) !important;
    color: #fff;
}

.card-custom {
    /*background-color: #9f9f9f;*/
    background-color: #61aad8;
    color: #fff;
}

.card-custom-account {
    /*background-color: #9f9f9f;*/
    /*background-color:#61aad8;*/
    background: linear-gradient(141deg, #61aad8 0%, #4d82a4 51%, #61aad8 75%);
    background: -webkit-linear-gradient(left, #61aad8 0%, #4d82a4 42%, #4d82a4 50%, #4d82a4 55%, #61aad8 100%) !important;
    /*background: linear-gradient(141deg, #d86189 0%, #a84f6c 51%, #d86189 75%);
    background: -webkit-linear-gradient(left, #d86189 0%, #a84f6c 42%, #a84f6c 50%, #a84f6c 55%, #d86189 100%) !important;*/
    color: #fff;
}

.card-custom-joint-account {
    /*background-color: #9f9f9f;*/
    /*background-color:#61aad8;*/
    background: linear-gradient(141deg, #61aad8 0%, #4d82a4 51%, #61aad8 75%);
    background: -webkit-linear-gradient(left, #61aad8 0%, #4d82a4 42%, #4d82a4 50%, #4d82a4 55%, #61aad8 100%) !important;
    /*background: linear-gradient(141deg, #e883ae 0%, #c37295 51%, #e883ae 75%);
    background: -webkit-linear-gradient(left, #e883ae 0%, #c37295 42%, #c37295 50%, #c37295 55%, #e883ae 100%) !important;*/
    color: #fff;
}

.content {
    display: flex;
    justify-content: center;
    align-items: center;
}


.inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.btn-info-custom {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

    .btn-info-custom:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b;
    }

    .btn-info-custom.focus, .btn-info-custom:focus {
        box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
    }

    .btn-info-custom.disabled, .btn-info-custom:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-info-custom:not(:disabled):not(.disabled).active, .btn-info-custom:not(:disabled):not(.disabled):active, .show > .btn-info-custom.dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f;
    }

        .btn-info-custom:not(:disabled):not(.disabled).active:focus, .btn-info-custom:not(:disabled):not(.disabled):active:focus, .show > .btn-info-custom.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
        }
