﻿
/**/
.outline-none {
    outline: none;
}

.btn {
    transition: .3s;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    cursor:pointer;
    font-size:11pt;
}

    .btn h6 {
        position: relative;
        font-weight: normal;
        font-size: 12pt;
        top: 0px;
    }

    .btn p {
        position: relative;
        font-size: 10pt;
        font-weight: lighter;
    }

.btn-link {
    color: #6280B0;
}

.acp-btn {
    outline: none !important;
}

.acp-btn-link {
    text-decoration: none;
}

.modal-footer {
    background-color:#e9eaed;
}

.modal-footer button{
    float:left;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -0.5rem auto;
}

.modal-backdrop {
    background-color:rgba(0, 0, 0,1);
}

/*fade show*/

.modal {
    padding: 0px !important;
}

.modal-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-footer {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.modal-dialog {
    position: relative !important;
    pointer-events: none;
    border-radius: 5px;
}

    .full-scream {
        position: absolute !important;
        margin: 0px !important;
        pointer-events: none;
        max-width: 100% !important;
        max-height: 100% !important;
        width: 100% !important;
        height: 100% !important;
    }

#acp-modal-content{
    width:100%;
    height:100%;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    max-width: inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
    border: 1px solid #6280B0;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.3);
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

/*Container*/
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 476px) {
    .container {
        max-width: 470px !important;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px !important;
    }
}

@media (min-width: 676px) {
    .container {
        max-width: 640px !important;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px !important;
    }
}

@media (min-width: 868px) {
    .container {
        max-width: 820px !important;
    }
}

@media (min-width: 1000px) {
    .container {
        max-width: 960px !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1340px !important;
    }
}
@media (min-width: 1600px) {
    .container {
        max-width: 1540px !important;
    }
}

@media (min-width: 1700px) {
    .container {
        max-width: 1640px !important;
    }
}

.active{
    opacity:1;
}

.text-dark{
    color:rgba(0,0,0,.5)!important;
}

.page-link {
    color: #6c757d;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
    transition:.2s;
}

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 5px 0 rgba(24, 130, 124,.5);
    }

    .page-link:hover {
        z-index: 2;
        color: rgb(255, 255, 255);
        text-decoration: none;
        background-color: rgba(24, 130, 124,1);
        border-color: rgba(0,0,0,.1)!important;
        cursor:pointer;
    }

.page-item.active .page-link {
    color: rgba(255, 255, 255,1);
    background-color: rgba(24, 130, 124,.9);
    border-color: rgba(35, 47, 60,.2);
}

div.dropdown-menu {
    overflow-y: auto;
    max-height: 300px;
    width: auto;
    max-width: 600px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(0,0,0,.3);
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 10px;
    margin-left: 0px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.30);
}

    div.dropdown-menu button.dropdown-item,
    div.dropdown-menu a.dropdown-item {
        font-size: 12pt;
        font-weight: normal;
        border: none;
        background-color: transparent;
        border-bottom: 1px solid rgba(0,0,0,.08) !important;
        outline: none;
        transition:.2s;
    }

    div.dropdown-menu a.dropdown-item.active,
    div.dropdown-menu button.dropdown-item:active {
        color: rgba(0,0,0,1)!important;
        background-color: rgba(24, 130, 124,1)!important;
    }

        div.dropdown-menu a.dropdown-item.active {
            text-decoration: none !important;
        }

    div.dropdown-menu .dropdown-item:hover,
    div.dropdown-menu .dropdown-item:focus {
        color: rgba(0,0,0,1);
        background-color: rgba(24, 130, 124,.3)!important;
    }

button div.dropdown-menu:last-child .dropdown-item {
    border-bottom: 1px solid rgba(0,0,0,0) !important;
}
a div.dropdown-menu:last-child .dropdown-item {
    border-bottom: 1px solid rgba(0,0,0,0) !important;
}
