﻿
a {
    color: #4D6DA1;
}

    a:hover {
        color: #6280b0;
    }

    input, select{
        border-radius:5px!important;
    }

    button{
        border-radius:5px!important;
    }

        button:disabled {
            background-color: #889ab6!important;
            border: 1px solid #6280b0;
            color: #000000;
        }

option {
}

h1 {
}

.acp-border-radius{
    border-radius:5px;
}

.box-shadow {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}

.acp-card {
    border: 1px solid rgba(0,0,0,.2);
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px;
}

.acp-card-border-left{
    border-left:2px solid #6280b0;
}

.acp-card-title {
    position: relative;
    font-size: 16pt;
    color: #FB7E82;
}

.acp-card-subtitle {
    position: relative;
    font-size: 12pt;
    color: #5F6E8E;
}

div.content-buttons-input-ready-only {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0px;
}

    div.content-buttons-input-ready-only .btn-input-readyonly {
        position: relative;
        float: left;
        margin-left: 5px;
        margin-right: 5px;
        padding: 0px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
        max-height: 30px;
    }

    div.content-buttons-input-ready-only .btn-icon {
        padding: 0px;
        padding-left: 5px;
        padding-right: 5px;
        background-color: transparent;
    }

        div.content-buttons-input-ready-only .btn-icon svg {
            position: relative;
            top: -3px !important;
            margin-left: 0px !important;
            margin-left: 0px !important;
        }

.acp-btn-accent {
    background-color: #FB7E82;
    border: 1px solid #fa5b60;
    color: #000000;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.3) !important;
}
    .acp-btn-accent:hover {
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,.3) !important;
        background-color: #fda291;
        border: 1px solid #FB7E82;
    }

    .acp-btn-accent:focus {
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,.3) !important;
        background-color: #ffc9d3 !important;
        border: 1px solid #6280b0 !important;
        color: #000000 !important;
    }

.acp-btn-primary {
    background-color: #6280b0;
    border: 1px solid #6280b0 !important;
    color: #ffffff;
}

    .acp-btn-primary:hover {
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,.3) !important;
        background-color: #7e94b6;
        border: 1px solid #6280b0;
        color:#ffffff;
    }

    .acp-btn-primary:focus {
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,.3) !important;
        background-color: #889ab6;
        border: 1px solid #6280b0;
        color: #000000;
    }


.acp-btn-light-gradient {
    text-decoration:none!important;
    border: 1px solid rgba(0,0,0,.3) !important;
    color: #000000;
    background: linear-gradient(90deg, #ffffff 30%, rgb(255,251,247) 35%, rgb(255,251,247) 100%);
}

    .acp-btn-light-gradient:hover {
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,.3) !important;
        background-color: #7e94b6;
        border: 1px solid #6280b0;
        color: #000000;
    }

    .acp-btn-light-gradient:focus {
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,.3) !important;
        background-color: #889ab6;
        border: 1px solid #6280b0;
        color: #000000;
    }

.acp-link-active {
    color: #6280b0 !important;
}

.lb-header-ipunt {
    position: relative;
    color: #EBEBEB;
    margin-top: 10px;
    margin-bottom: -5px;
    font-size:10pt;
}

.acp-border-bottom {
    border-bottom: 1px solid rgba(0,0,0,.2)!important;
}

.bt-save-field,
.bt-edit-field {
    position: relative;
    float: right;
    /**/
    /**/
    margin-top: -32px;
    margin-right: 5px;
    /**/
    cursor: pointer;
    /**/
    padding: 4px;
    padding-top: 0px;
    padding-left: 4px;
    padding-right: 4px;
    /**/
    background-color: transparent;
    border: 1px solid transparent !important;
    transition: .2s;
}

    .bt-save-field svg,
    .bt-edit-field svg {
        margin-top:0px;
    }

    .bt-save-field:hover,
    .bt-edit-field:hover {
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,.3) !important;
        border: 1px solid #6280b0 !important;
        background-color: #6280b0;
        border: 1px solid #6280b0;
        color: #ffffff;
    }

        .bt-save-field:hover svg,
        .bt-edit-field:hover svg {
            fill: #ffffff;
        }

    .bt-save-field:focus,
    .bt-edit-field:focus {
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,.3) !important;
        background-color: #889ab6;
        border: 1px solid #6280b0;
        color: #000000;
    }

.acp-form-control {
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.acp-custom-select {
    padding-top: 8px;
    padding-bottom: 4px;
}

.acp-form-control,
.acp-custom-select {
    padding-left: 10px;
    padding-right: 10px;
    color: #000000;
    background-color: #e9eaed;
    border: 2px solid 1px solid rgba(0,0,0,.4);
}

    .acp-form-control:read-only,
    .acp-custom-select:read-only {
        background-color: transparent;
        border-color: transparent;
        padding-top: 10px;
        border-bottom: 1px solid rgba(0,0,0,.1);
    }

    .acp-form-control:disabled,
    .acp-custom-select:disabled {
        background-color: transparent;
    }

    .acp-form-control:focus,
    .acp-custom-select:focus {
        color:#6280b0;
        font-weight:bold;
        box-shadow: none !important;
        border: 2px solid #6280b0;
        border-radius: 0px !important;
        background-color: #ffffff;
    }

    .acp-form-control:read-only {
        color: #000000;
    }

        .acp-form-control:read-only:focus {
            box-shadow: none !important;
            border: 1px solid transparent;
            border-bottom: 1px solid rgba(0,0,0,.3);
        }

.acp-form-control-code{
    font-family:Consolas;
}

.acp-container, .acp-container-left {
    position: relative;
    padding: 20px;
    /*box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);*/
    
}

.acp-container-left {
    /*border-left: #E3E6EA 10px solid;*/
    margin-bottom: 30px;
}

h1.acp-container-title {
    color: #6280b0;
    font-size: 14pt;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 10px;
}

table.acp-tb-form{
    border:none;
}

    table.acp-tb-form tr td {
        padding: 5px;
        padding-left:10px;
        padding-right:10px;
    }

/**/
.input-label {
    position: relative;
    display: flex;
    float: left;
    width: auto;
    color: #808080;
    font-size: 10pt;
    margin-left: 0px;
    margin-bottom: 5px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    border-radius: 5px;
    margin-left: 0px;
    background-color: transparent;
}

.cap-number {
    font-size: 10pt;
    font-weight: normal;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    
}

h1.page-doc-title {
    color: #6280b0;
}

label.page-doc-description {
    color:rgba(0,0,0,.6);
}

.acp-paragraph-list {
    position: relative;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

    .acp-paragraph-list .acp-paragraph {
        position: relative;
    }

        .acp-paragraph-list .acp-paragraph h1 {
            color: #000000;
            font-size:16pt;
        }

            .acp-paragraph-list .acp-paragraph h1 span {
                font-weight: normal;
                color: #000;
            }

            .acp-paragraph-list .acp-paragraph h1.acp-title {
                font-weight: normal;
                font-size: 16pt;
                padding-left: 10px;
            }

                .acp-paragraph-list .acp-paragraph h1.acp-title span {
                    font-size: 12pt;
                }

        .acp-paragraph-list .acp-paragraph h2.acp-subtitle {
            font-weight: normal;
            font-size: 14pt;
        }

        .acp-paragraph-list .acp-paragraph h3.acp-subtitle {
            font-weight: normal;
            font-size: 14pt;
        }

        .acp-paragraph-list .acp-paragraph ul {
            margin: 0px;
            list-style-type: none;
        }

            .acp-paragraph-list .acp-paragraph ul li {
            }

                .acp-paragraph-list .acp-paragraph ul li p {
                    font-size: 12pt;
                }

                .acp-paragraph-list .acp-paragraph ul li ul {
                    margin-bottom: 12pt;
                    border-left: 1px solid rgba(0,0,0,.2) dashed;
                    list-style-type: none;
                }

                    .acp-paragraph-list .acp-paragraph ul li ul li {
                        font-size: 12pt;
                    }

                        .acp-paragraph-list .acp-paragraph ul li ul li p {
                        }

                        .acp-paragraph-list .acp-paragraph ul li ul li ul {
                            border-left: 1px solid rgba(0,0,0,.2);
                            list-style-type: none;
                            margin-bottom: 10px;
                        }

                        .acp-paragraph-list .acp-paragraph ul li ul li ul li {
                        }

                            .acp-paragraph-list .acp-paragraph ul li ul li ul li p {
                            }

                            .acp-paragraph-list .acp-paragraph ul li ul li ul li ul {
                                border-left: 1px solid rgba(0,0,0,.2);
                                border-left-style: dashed;
                                
                                border-bottom: none;
                            }
                                .acp-paragraph-list .acp-paragraph ul li ul li ul li ul li {
                                }

                                    .acp-paragraph-list .acp-paragraph ul li ul li ul li ul li p {
                                    }


.acp-paragraph-summary {
    position: relative;
    list-style-type: none;
    
    background-color: #F9F9F9;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .acp-paragraph-summary li {
        background-color: transparent;
        padding: 0px !important;
        padding-top: 0px !important;
        padding-left: 10px !important;
        padding-right: 0px !important;
        padding-bottom: 0px !important;
        margin-bottom: 10px;
    }

    .acp-paragraph-summary label.cap-number {
        padding: 0px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
        margin-right:10px;
    }

    .acp-paragraph-summary li a {
        position: relative;
        width: 100%;
        color: #000;
        font-weight: bold;
    }
        .acp-paragraph-summary li a:hover {
            color: #6280b0;
        }

    .acp-paragraph-summary li ul {
        margin-top: 0px;
        padding-left: 10px;
        list-style-type: none;
    }

        .acp-paragraph-summary li ul li {
            margin-bottom: 0px;
        }


            .acp-paragraph-summary li ul li a {
                font-size: 11pt;
                font-weight: normal;
                color: #808080;
                border-bottom: none;
                margin-bottom: auto;
            }

                .acp-paragraph-summary li ul li a label {
                }

                    .acp-paragraph-summary li ul li a label.cap-number {
                        font-size: 8pt;
                        margin-right: 5px;
                        font-weight: normal;
                    }


                .acp-paragraph-summary li ul li ul li {
                }

                .acp-paragraph-summary li ul li ul li a {
                    font-size: 10pt;
                    font-weight: normal;
                    color: rgba(0,0,0,.6);
                }

                    .acp-paragraph-summary li ul li ul li a label.cap-number {
                        font-size: 8pt;
                        margin-right: 5px;
                    }

                    .acp-paragraph-summary li ul li ul li ul li ul li ul{
                        margin-bottom: 10px;
                    }

ul.menu-tab-left {
    position: relative;
    width: 100%;
    list-style-type: none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
}

    ul.menu-tab-left li {
        position: relative;
    }

        ul.menu-tab-left li a {
            position: relative;
            width: 100%;
            display: inline-block;
            height: auto;
            padding-top: 0px;
            padding-left: 20px;
            padding-right: 10px;
            padding-bottom: 5px;
            text-decoration: none;
            border-bottom: 1px solid rgba(0,0,0,.1);
            transition: .3s;
            cursor: pointer;
            color: #000000;
            margin-bottom: 5px;
            border-radius: 0px !important;
            border-top-right-radius: 50px !important;
            border-bottom-right-radius: 50px !important;
            border: 0px;
        }

            ul.menu-tab-left li a.selected {
                border-right: 6px solid #6280b0;
                background-color: #e0e6ef;
                padding-left: 20px;
            }

                ul.menu-tab-left li a.selected label {
                    color: #6280b0;
                    font-weight: 600;
                }

            ul.menu-tab-left li a label {
                position: relative;
                font-size: 12pt;
                cursor: pointer;
                font-weight: 600;
            }

            ul.menu-tab-left li a span {
                position: relative;
                display: table;
                color: #808080;
                font-size: 10pt;
                margin-top: -10px;
                cursor: pointer;
            }

        ul.menu-tab-left li:hover a {
            background-color: #e9eaed;
        }

        ul.menu-tab-left li a:hover label {
            color: #000000;
        }

        ul.menu-tab-left li a:hover span {
            color: #808080;
        }


ul.menu-tab-top {
    position: relative;
    width: 100%;
    list-style-type: none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
}

    ul.menu-tab-top li {
        position: relative;
        float:left;
        margin:0px;
        width:auto;
    }

        ul.menu-tab-top li a {
            position: relative;
            float: left;
            text-decoration: none;
            transition: .3s;
            cursor: pointer;
            /**/
            padding:0px;
            padding-left: 10px;
            padding-right: 10px;
            /**/
            margin-top: -8px;
            margin-left: 5px;
            margin-right: 5px;
        }

            ul.menu-tab-top li a.selected {
                background-color: #6280b0;
            }

                ul.menu-tab-top li a.selected label {
                    color: #ffffff;
                    font-weight: 600;
                }

            ul.menu-tab-top li a label {
                position: relative;
                margin-bottom:2px;
                font-size: 10pt;
                cursor: pointer;
                color: #808080;
                padding:0px;
            }


        ul.menu-tab-top li:hover a {
            background-color: #FFFBF7;
            border: 1px solid rgba(0,0,0,.1);
        }

        ul.menu-tab-top li a:hover label {
        }

        ul.menu-tab-top li div.separator {
            position:relative;
            float:left;
            background-color:rgba(0,0,0,.3);
            width:2px;
            height:10px;
            transform:rotate(-20deg);
            margin-right:5px;
        }


.acp-h-auto-important{
    height:auto!important;
}

.acp-scroll-target{
}

.acp-verflow-y {
    overflow-y: auto;
}

.acp-verflow-x {
    overflow-x:auto;
}

.acp-position-fixed-relative{
    position:fixed;
    z-index:2;
    transition:.05s;
}

.acp-list-style-type-none{
    list-style-type:none;
}

.acp-p-0 {
    padding: 0px;
}

.acp-pl-0 {
    padding-left: 0px;
}

.acp-transition{
    transition:.2s;
}

/**/

/*Container*/
.acp-left {
    display: initial;
}

.acp-center {
    display: initial;
}

.acp-right {
    display: initial;
}

@media (max-width: 768px) {
    .acp-right {
        display: none;
        background-color: red;
    }
}

@media (max-width: 992px) {
    .acp-left {
        display: none;
    }
    .acp-right {
        display: initial;
    }
}

@media (max-width: 1200px) {
    .acp-right {
        display: none;
    }
}

.apc-up-org-picture{
    position:relative;
    width:100px;
    height:100px;
    background-color:#e9eaed;
    border-radius:5px;
    border:1px dashed rgba(0,0,0,.3);
    box-shadow:0px 0px 5px 0px rgba(0,0,0,.3);
}