﻿.titlePage {
    color: #636366;
    font-size: 16pt;
    font-weight: normal;
}

.color-legend {
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 5px 0 0 0;
    flex-wrap: wrap;
    font-family: Arial, sans-serif;
    font-size: 13px;
}

.color-legend-item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
}

.color-box {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid #d1d5db;
}

.color-10 {
    background-color: #DCEEFB;
}

.color-15 {
    background-color: #ECFCCB;
}

.color-20 {
    background-color: #E9D5FF;
}

.color-25 {
    background-color: #FBCFE8;
}

.color-30 {
    background-color: #FFFFFF;
}

.color-40 {
    background-color: #E5E7EB;
}




.filterTemplate {
    font-size: 8pt;
    float: right;
    height: 23px;
    margin-top: -4px;
    padding: 0px;
    width: 200px;
    border-radius: 5px;
    border: solid 1px silver;
    color: #252526;
}

.siteLang {
    float: left;
    margin-left: 100px;
    margin-top: 25px;
}

    .siteLang a {
        padding: 5px;
        background-color: #ABA48F;
    }

        .siteLang a:hover {
            background-color: #BFBAAA;
        }

.linkOpacity {
    opacity: 0.2;
}

.filterContact div {
    float: left;
    margin: 5px;
}

.statusDisable {
    opacity: 30%;
    filter: grayscale(100%);
}

.headerMenus {
    float: right;
    width: 495px;
}

    .headerMenus div {
        float: left;
        width: 123px;
        text-align: center;
        color: white;
        font-size: 9pt;
        padding: 17px;
        height: 120px;
    }

        .headerMenus div:hover {
            background-color: #ABA48F;
            cursor: pointer;
        }

        .headerMenus div img {
            margin: 5px;
        }



.docs-instructions {
    width: 100%;
    padding: 10px;
    display: table;
    margin-top: 50px;
}

    .docs-instructions img {
        margin-right: 5px;
    }

    .docs-instructions li {
        padding: 20px;
        list-style: none;
        float: left;
        width: 465px;
        background-color: #EEEEEE;
        margin: 6px;
    }

        .docs-instructions li:hover {
            background-color: #E4E4E4;
        }

.appList {
    margin-bottom: 50px;
    width: 100%;
    overflow-x: auto;
}

.MenuHeaderRoot {
    float: right;
}

.MenuHeader {
    padding: 10px !important;
}

.MenuHeaderItem {
    padding: 10px !important;
}

.HeaderMenu tbody tr td table:hover {
    background-color: silver;
}

.HeaderMenu tbody tr td table tbody tr td {
    padding: 10px;
}


.MainContent {
    padding: 10px;
}

.capthaSty {
    border-radius: 3px;
    border: solid 1px #E1E1E1;
}

.certForm {
    font-size: 10pt !important;
}

.paymentBox {
    width: 100%;
    padding: 5px;
    margin: 5px;
    margin-left: 0px;
    background-color: #FFFFD2;
    border: #e5e5aa 1px solid;
    font-size: 9pt;
}

.paymentBoxGreen {
    background-color: #e7ffed;
    border: #bae9c5 1px solid;
}

.gridStyle {
    color: Black;
    border-color: #E1E1E1;
    border-width: 1px;
    border-style: solid;
    width: 100%;
    border-collapse: collapse;
    margin-top: 0px
}

    .gridStyle thead tr {
        background-color: #E8E8E8;
        font-weight: normal;
        height: 40px;
    }

        .gridStyle thead tr th, .gridStyle tbody tr td {
            text-align: left;
        }

.printHeader {
    text-align: left;
    padding: 10px;
}

.printStyle {
    padding: 10px;
}

    .printStyle p {
        padding: 10px;
        font-weight: bold;
        font-size: 12pt;
        background-color: #EBEBEB;
        width: 100%;
        border-bottom: solid 1px silver;
        margin-bottom: 5px;
    }

    .printStyle div {
        padding: 5px;
        font-size: 10pt;
        line-height: 20px;
    }

    .printStyle .profilePhoto {
        float: right;
        margin: 20px;
        margin-top: 80px;
    }

.loadingApp {
    border: 1px solid #C0C0C0;
    background-color: White;
    position: fixed;
    padding: 10px;
    left: 0px;
    top: 0px;
    width: 100%;
    font-size: 10pt;
    font-weight: bold;
    -webkit-box-shadow: 0px 20px 26px -16px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 20px 26px -16px rgba(0,0,0,0.75);
    box-shadow: 0px 20px 26px -16px rgba(0,0,0,0.75);
}

.panelGroup fieldset {
    border: solid 1px #e0e0e0;
    border-radius: 5px;
}

    .panelGroup fieldset legend {
        padding: 10px;
    }

.iconGrid {
    width: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

.stepItem {
    padding: 11px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: normal;
    font-size: 9pt;
    border: solid 1px #D2CEC4;
}

.footerButton {
    margin-left: 20px;
}

.footerApp {
    padding: 10px;
    margin-top: 50px;
}

.langItem {
    width: 410px;
}

.edocUpl {
    padding: 8px;
    padding-left: 6px;
    font-size: 8pt;
    border-radius: 5px;
    background-color: #4b9a0f;
    color: #fff;
    width: 150px;
    margin: 8px;
    margin-left: 0px;
    cursor: pointer;
}

    .edocUpl:hover {
        background-color: #005B12;
    }

    .edocUpl img {
        width: 20px;
    }

.edocUplImtina {
    background-color: #EC403C;
}

.edocUplRate {
    padding: 7px;
    background-color: #1979cb;
    width: 150px;
}

    .edocUplRate:hover {
        background-color: #4B6CC5;
    }

.myBadgeYellow {
    padding: 8px;
    background-color: #ffff00;
    border-radius: 5px;
    color: black;
}

.btnMy {
    padding: 10px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .btnMy:hover {
        opacity: 0.7;
    }

.btnMyBlue {
    color: White !important;
    font-size: 10pt;
    background-color: #267CB5;
    height: 24px;
    padding-top: 8px;
}

.btnMyWhite {
    color: black !important;
    font-size: 10pt;
    background-color: #EEEEEE;
    height: 24px;
    padding-top: 8px;
}

.btnMyGreen {
    color: White !important;
    font-size: 10pt;
    background-color: #388B1B;
    height: 24px;
    padding-top: 8px;
}

.lawClass div {
    padding: 4px;
    border: solid 1px #dadada;
    background-color: whitesmoke;
    margin-bottom: 10px;
    padding-left: 50px;
    list-style: none;
    background-image: url('/pics/types/doc.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 50px;
    font-size: 10pt;
    margin-left: 30px;
}

    .lawClass div a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .lawClass div a img {
            width: 22px;
            margin-left: 25px;
        }

    .lawClass div:hover {
        background-color: white;
    }


.register-wrapper .table-1 {
    width: 100%;
    border-spacing: 0
}

    .register-wrapper .table-1 th {
        font-weight: 400;
        font-weight: bold;
    }

    .register-wrapper .table-1 td, .register-wrapper .table-1 th {
        padding: 10px;
        border: 1px solid #000;
        text-align: left;
    }

.myTableStyle tbody td {
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
}


.myTableStyle tbody th {
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
}

.btnHover:hover {
    opacity: 0.8;
}

.myButtonForm {
    vertical-align: middle;
    /*display: block;*/
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family: "Arial";
}


.myButtonnInput {
    border: 1px !important;
}

    .myButtonnInput:hover {
        background-color: white !important;
        border: 0px;
    }


.user-upload {
    width: 99%;
    margin: auto;
    display: table;
}

    .user-upload .u-item {
        padding: 10px;
        background-color: #EFEFEF;
        height: 100px;
        margin-bottom: 10px;
        border: solid 1px #E6E6E6;
        float: left;
        clear: left;
    }

        .user-upload .u-item:hover {
            border: solid 1px silver;
        }

        .user-upload .u-item div {
            float: left;
            margin-right: 10px;
        }

        .user-upload .u-item .u-icon {
            width: 40px;
            padding: 4px;
        }

        .user-upload .u-item .u-doc {
            width: 100px;
        }

        .user-upload .u-item .u-text {
            width: 480px;
            text-align: left;
        }

        .user-upload .u-item .u-info {
            width: 70px;
            padding: 8px;
        }

        .user-upload .u-item .u-status {
            width: 70px;
            padding: 8px;
            cursor: pointer;
        }

        .user-upload .u-item .u-button {
            width: 195px;
            text-align: right;
        }


.profilePhotoContacts {
    width: 140px;
    border-width: 0px;
    float: right;
}

.contactsPinRedirectLink {
    border: 1px solid #aaa;
    text-decoration: none;
    font-family: Arial;
    color: black;
    padding: 1px 6px;
    font-size: 13px;
    background: #eee;
}

    .contactsPinRedirectLink:hover {
        background: #a9a7a7;
    }
