﻿@import '../mv-design/css/front.css';

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-90 {
    width: 90% !important;
    margin: auto;
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -0.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -0.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -0.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -0.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -0.25rem !important
}

.m-n2 {
    margin: -0.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -0.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -0.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -0.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -0.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -0.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -0.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -0.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -0.25rem !important
    }

    .m-sm-n2 {
        margin: -0.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -0.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -0.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -0.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -0.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -0.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -0.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -0.25rem !important
    }

    .m-md-n2 {
        margin: -0.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -0.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -0.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -0.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -0.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -0.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -0.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -0.25rem !important
    }

    .m-lg-n2 {
        margin: -0.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -0.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -0.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -0.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -0.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -0.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -0.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -0.25rem !important
    }

    .m-xl-n2 {
        margin: -0.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -0.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -0.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -0.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

@font-face {
    font-family: "Roboto";
    src: url("../mv-design/fonts/roboto/roboto-thin.woff?v=1") format("woff"), url("../mv-design/fonts/roboto/roboto-thin.ttf?v=1") format("truetype");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: "Roboto";
    src: url("../mv-design/fonts/roboto/roboto-light.woff?v=1") format("woff"), url("../mv-design/fonts/roboto/roboto-light.ttf?v=1") format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "Roboto";
    src: url("../mv-design/fonts/roboto/roboto-regular.woff?v=1") format("woff"), url("../mv-design/fonts/roboto/roboto-regular.ttf?v=1") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Roboto";
    src: url("../mv-design/fonts/roboto/roboto-medium.woff?v=1") format("woff"), url("../mv-design/fonts/roboto/roboto-medium.ttf?v=1") format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "Roboto";
    src: url("../mv-design/fonts/roboto/roboto-bold.woff?v=1") format("woff"), url("../mv-design/fonts/roboto/roboto-bold.ttf?v=1") format("truetype");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: local("Material Icons"), local("MaterialIcons-Regular"), url("../fonts/MaterialIcons-Regular.woff2?v=1") format("woff2"), url("../fonts/MaterialIcons-Regular.woff?v=1") format("woff"), url("../fonts/MaterialIcons-Regular.ttf?v=1") format("truetype")
}

footer {
    background-color: #2862a1
}

@media (max-width: 575px) {
    .card {
        margin-top: calc(10vh - 21px);
        margin-top: calc((var(--vh, 1vh) * 10) - 21px)
    }
}

.message-block__link-item.btn-disabled {
    cursor: not-allowed !important
}

.btn.btn-primary.btn-disabled {
    box-shadow: none
}

textarea.form-control {
    min-height: 320px
}

.icon-input {
    cursor: pointer
}

.radio input:checked:focus ~ .checkmark {
    border-radius: 30%
}

.radio input[disabled] ~ .option-label {
    cursor: not-allowed
}

.radio input[disabled] ~ .checkmark {
    cursor: not-allowed
}

.radio .option-label {
    padding-left: 27px;
    font-size: 1.5rem;
    float: unset;
    display: block
}

.checkbox {
    pointer-events: unset
}

.checkbox input {
    height: 24px;
    width: 24px
}

.checkbox .label-component {
    cursor: pointer
}

.checkbox .label-component input {
    -ms-transform: translate(4px, -4px);
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px)
}

.checkbox .checkmark {
    height: 24px;
    width: 24px;
    border: 2px solid rgba(0, 0, 0, .54)
}

.checkbox .label-component input:checked ~ .checkmark {
    background-color: initial;
    border-color: rgba(0, 0, 0, .54)
}

.checkbox .label-component input:checked:hover ~ .checkmark {
    background-color: initial;
    border-color: rgba(0, 0, 0, .54)
}

.checkbox .label-component input:hover ~ .checkmark {
    border-color: rgba(0, 0, 0, .54)
}

.checkbox .label-component .error-checkbox ~ .checkmark {
    border-color: rgba(0, 0, 0, .54) !important
}

.checkbox .label-component .error-checkbox:hover ~ .checkmark {
    border-color: rgba(0, 0, 0, .54) !important
}

.checkbox .label-component input[disabled]:hover ~ .checkmark {
    border-color: rgba(0, 0, 0, .54) !important
}

.checkbox .label-component input[disabled] ~ .checkmark {
    border-color: rgba(0, 0, 0, .54) !important
}

.checkbox .label-component input[disabled]:hover ~ .checkmark {
    border-color: rgba(0, 0, 0, .54) !important
}

.checkbox .title {
    font-size: 1.5rem;
    line-height: 2.5rem
}

.checkbox .checkbox__info-icon {
    font-size: 1.6rem;
    padding-left: 7px;
    pointer-events: auto
}

.clickable {
    cursor: pointer
}

.not-clickable {
    cursor: not-allowed !important
}

.cursor-default {
    cursor: default !important
}

div#ui-datepicker-div {
    z-index: 5000 !important
}

.whitebg-textarea-fix {
    background: #fff
}

.whitebg-textarea-fix textarea, .whitebg-textarea-fix label {
    background: #fff
}

button.btn-a-link {
    background: none !important;
    border: none;
    padding: 0 !important;
    color: #007bff !important;
    cursor: pointer;
    font-weight: 500
}

button.btn-a-link:hover {
    text-decoration: underline
}

.ds-word-wrap {
    overflow-wrap: anywhere
}

@supports (-ms-ime-align: auto) {
    .ds-word-wrap {
        word-wrap: break-word
    }
}

#boot-loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    max-width: 100vw;
    padding: 0;
    background-color: #2862a1
}

#boot-loader .row {
    margin-top: 114px;
    padding-left: 30px;
    background-color: #f5f5f5
}

ul {
    margin-left: 0px;
    margin-left: unset
}

ul > li {
    margin: auto;
    margin: unset
}

ul > li::before {
    content: unset !important
}

.isds-bg-secondary-dark {
    background: #2463a3
}

.isds-bg-secondary {
    background: #3077b7
}

.isds-bg-primary {
    background: #f5f5f5
}

.isds-text-white-transparent {
    color: rgba(255, 255, 255, .3)
}

.isds-color-blue {
    color: #2463a3
}

.isds-border-color-divider {
    border-color: #d0d0d0
}

.isds-color-gray {
    color: #686868
}

.isds-color-danger {
    color: #e04857 !important
}

.isds-color-ok {
    color: #6fbd2c !important
}

.isds-color-disabled {
    color: rgba(112, 112, 112, .5) !important
}

.size-indicator {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9000;
    background: #000;
    padding: 10px;
    color: #fff;
    opacity: .2;
    transition: all .2s ease;
    cursor: default
}

.size-indicator:hover {
    opacity: 1
}

html {
    -ms-overflow-style: scrollbar;
    overflow-y: auto
}

body {
    background-color: #193b64 !important;
    overscroll-behavior: contain;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    padding-top: 114px;
    overflow: hidden
}

@media (max-width: 991.98px) {
    body {
        padding-top: 59px
    }
}

body.no-fixed-header {
    padding-top: 0
}

.main-pane--padding-normal {
    padding-left: 30px;
    padding-right: 28px
}

@media (max-width: 575.98px) {
    .main-pane--padding-normal {
        padding-left: 20px;
        padding-right: 20px
    }
}

.header--fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (max-width: 991.98px) {
    .header--fixed {
        position: static
    }
}

.header__logo {
    display: block;
    margin: 1rem
}

@media (max-width: 991.98px) {
    .header__logo {
        margin: 1.8rem 0
    }
}

.header__side-content, .side-content {
    width: 100%;
    padding-left: 30px;
    padding-right: 28px
}

@media (min-width: 768px) {
    .header__side-content, .side-content {
        width: 270px
    }
}

.header__side-content {
    padding-left: 30px;
    padding-right: 28px
}

@media (max-width: 575.98px) {
    .header__side-content {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 991.98px) {
    .header__side-content {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        z-index: 1030;
        background: #2463a3
    }
}

.header__content-container {
    padding-left: 30px;
    padding-right: 28px
}

@media (max-width: 575.98px) {
    .header__content-container {
        padding-left: 20px;
        padding-right: 20px
    }
}

.header__content {
    padding-left: 30px;
    padding-right: 28px
}

@media (max-width: 575.98px) {
    .header__content {
        padding-left: 20px;
        padding-right: 20px
    }
}

.login .header__logo {
    display: block;
    margin: 1rem
}

@media (max-width: 991.98px) {
    .login .header__logo {
        margin: 1.8rem 0
    }
}

@media (max-width: 767.98px) {
    .login .header__logo {
        height: 3rem
    }
}

.login .header__side-content {
    width: 150px
}

@media (max-width: 767.98px) {
    .login .header__side-content {
        width: 100px
    }
}

.login .header__side-content {
    padding-left: 30px;
    padding-right: 28px
}

@media (max-width: 575.98px) {
    .login .header__side-content {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 991.98px) {
    .login .header__side-content {
        position: static;
        top: auto;
        right: auto;
        left: auto;
        background: transparent
    }
}

.login .header__content-container {
    padding-left: 30px;
    padding-right: 28px
}

@media (max-width: 575.98px) {
    .login .header__content-container {
        padding-left: 20px;
        padding-right: 20px
    }
}

.login .header__content {
    padding-left: 30px;
    padding-right: 28px
}

@media (max-width: 575.98px) {
    .login .header__content {
        padding-left: 20px;
        padding-right: 20px
    }
}

.side-content, .main-content {
    padding: 0
}

@media (min-width: 992px) {
    .side-content {
        height: calc(100vh - 114px);
        height: calc((var(--vh, 1vh) * 100) - 114px)
    }
}

@media (max-width: 991.98px) {
    .side-content {
        position: static
    }
}

@media (max-width: 991.98px) {
    .side-content--settings-menu {
        width: 100%
    }

    .side-content--settings-menu .side-content__menu {
        width: 100%;
        top: 125px;
        box-shadow: none;
        z-index: 1020
    }
}

.side-content__menu {
    height: 100%;
    width: 270px;
    position: fixed;
    top: 114px
}

@media (max-width: 991.98px) {
    .side-content__menu {
        position: fixed;
        overflow-y: auto;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        width: 410px;
        top: 0;
        right: 0;
        z-index: 2070
    }

    .side-content__menu::before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: calc(100vw - 410px);
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        background: rgba(20, 20, 20, .5)
    }
}

@media (max-width: 575.98px) {
    .side-content__menu {
        width: 304px
    }

    .side-content__menu::before {
        width: calc(100vw - 304px)
    }
}

@media (min-width: 992px)and (max-height: 765px) {
    .side-content__menu {
        position: static;
        bottom: auto;
        left: auto;
        height: auto
    }
}

.side-content__menu--help {
    overflow-y: auto;
    height: calc(100vh - 114px);
    height: calc((var(--vh, 1vh) * 100) - 114px);
    background: #3077b7
}

@media (max-width: 991.98px) {
    .side-content__menu--help {
        position: fixed;
        width: 410px;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        top: 0;
        right: 0;
        z-index: 2070;
        box-shadow: -200px 0px 0px 1000px rgba(0, 0, 0, .3), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
    }
}

@media (max-width: 575.98px) {
    .side-content__menu--help {
        width: 304px
    }
}

@media (min-width: 992px)and (max-height: 765px) {
    .side-content__menu--help {
        position: fixed
    }
}

.side-content__footer {
    background: #2463a3;
    width: 270px;
    position: fixed;
    bottom: -10px
}

@media (max-width: 991.98px) {
    .side-content__footer {
        position: static;
        bottom: auto;
        left: auto;
        width: 100%
    }
}

@media (min-width: 992px)and (max-height: 765px) {
    .side-content__footer {
        position: static;
        bottom: auto;
        left: auto;
        width: 100%
    }
}

.main-content {
    background: #f5f5f5;
    color: #3b3b3b;
    padding-left: 30px;
    padding-right: 28px;
    max-width: 100%
}

@media (max-width: 575.98px) {
    .main-content {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 992px) {
    .main-content {
        max-width: calc(100% - 270px)
    }
}

.main-pane--padding-first-top {
    padding-top: 26px
}

.main-pane--padding-last-top {
    padding-top: 0;
    padding-bottom: 10px
}

.main-pane--full-height {
    min-height: 100%;
    padding-bottom: 0 !important
}

html.not-scrollable {
    overflow: hidden
}

@media (max-width: 350px) {
    .d-xxs-block {
        display: block !important
    }

    .d-xxs-none {
        display: none !important
    }

    .justify-content-start-xxs {
        justify-content: flex-start !important
    }

    button + button, generic-button + generic-button, generic-button + button, button + generic-button {
        margin-left: 0 !important
    }
}

@media (max-width: 344px) {
    button + button, generic-button + generic-button, generic-button + button, button + generic-button {
        margin-top: .5rem
    }
}

.ds-top {
    width: 100%;
    background-color: #193b64
}

@media (min-width: 1280px) {
    .ds-middle {
        max-width: 1280px;
        margin-left: calc((100vw - 1280px) / 2)
    }
}

.menu-close-button {
    background: url("../images/close.png");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center right; /* DS: upraveno umístění pozadí (center center --> center right) */
    cursor: pointer
}

.isds-footer ul {
    list-style: none;
    padding: 0
}

.isds-footer ul + ul {
    margin-top: 0px
}

.user-info {
    padding: 30px 0 10px 30px;
    font-size: 1.4rem;
    line-height: 1.8rem;
    letter-spacing: .098rem;
    font-weight: 500;
    padding-left: 30px;
    padding-right: 28px
}

@media (max-width: 575.98px) {
    .user-info {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 991.98px) {
    .user-info {
        padding-top: 60px
    }
}

@media (max-width: 991.98px) {
    .side-content--settings-menu .user-info {
        padding-top: 1rem
    }
}

.side-content--settings-menu .navbar-toggler {
    display: none
}

.side-content__title {
    color: rgba(232, 237, 247, .5);
    font-size: 1.4rem;
    letter-spacing: .098rem;
    line-height: 1.9rem;
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 28px
}

@media (max-width: 575.98px) {
    .side-content__title {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 992px) {
    .side-content__title {
        padding-top: 26px;
        padding-bottom: 6px
    }
}

.user-info__name {
    font-size: 2.1rem;
    font-weight: 400;
    letter-spacing: .14rem;
    line-height: 1.9rem;
    margin-bottom: .9rem
}

.user-info__organization {
    font-size: 1.2rem;
    letter-spacing: .084rem;
    line-height: 1.9rem;
    margin-bottom: 2.1rem;
    color: rgba(250, 250, 250, .8)
}

.user-info__btn button {
    background-color: #fff
}

@media (max-width: 991.98px) {
    .menu--padding-top {
        padding-top: 56px
    }
}

.footer__disclaimer {
    margin: 20px 30px -10px;
    font-size: 1.1rem;
    letter-spacing: .077rem;
    line-height: 1.8rem;
    font-weight: 500
}

.footer__disclaimer li {
    padding: 0px 0 15px 0
}

.footer__disclaimer li a {
    padding: 10px 0 10px 0;
    color: #fff;
    text-decoration: none }
    .footer__disclaimer li a:hover,
    .footer__disclaimer li a:focus {
      text-decoration: underline }

.footer__contacts {
    margin: 10px 30px 30px;
    border-top: 1px solid rgba(255, 255, 255, .3);
    padding-top: 15px;
    font-size: 1rem;
    letter-spacing: .077rem;
    line-height: 1.8rem;
    font-weight: 500
}
  .footer__contacts li a {
    text-decoration: none }
  .footer__contacts li a:hover,
  .footer__contacts li a:focus {
    text-decoration: underline }

/* DATASYS: odkazy ve footer. */
a.infoline_link {
    text-decoration: none;
}

/* DATASYS: odkazy ve footer. */
a.infoline_link:hover {
    text-decoration: underline;
}

/* DATASYS: odkazy ve footer. */
.footer__disclaimer li .clickable:hover {
    text-decoration: underline;
}

@media (min-width: 576px)and (max-width: 991.98px) {
    .footer__contacts {
        text-align: right;
        margin-top: 30px;
        border: none;
        padding-top: 0
    }

    .footer__contacts ul + ul {
        margin-top: 30px
    }
}

.side-content--help-menu .side-content__title {
    color: rgba(232, 237, 247, .5);
    font-size: 1.4rem;
    letter-spacing: .098rem;
    line-height: 1.9rem;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 992px) {
    .side-content--help-menu .side-content__title {
        padding-top: 26px;
        padding-bottom: 6px
    }
}

.side-content--help-menu .separator {
    margin: 20px 20px 20px 20px;
    height: 0;
    background: rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .3)
}

@media (min-width: 992px) {
    .side-content--help-menu .separator {
        background: #fff;
        color: #fff
    }
}

.side-content--help-menu ol {
    list-style: none;
    margin-left: 1rem;
    padding-left: 0;
    background: none !important;
    opacity: unset !important;
    color: unset !important
}

.side-content--help-menu .main-menu {
    margin: 0;
    margin-left: 0rem;
    padding: 0 0 2rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
    letter-spacing: .098rem;
    font-weight: 500
}

.side-content--help-menu .main-menu li {
    padding: 0
}

.side-content--help-menu .main-menu li + li {
    margin-top: 0
}

.side-content--help-menu .main-menu li a {
    padding: .2rem 30px;
    color: #fff;
    text-transform: initial;
    display: block;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px
}

.side-content--help-menu .main-menu li a i {
    font-size: 1.8rem;
    top: 2px;
    padding-left: 1rem;
    position: relative;
    top: 1px;
    padding-left: 0;
    display: inline-block;
    width: 20px
}

.side-content--help-menu .main-menu li:hover a, .side-content--help-menu .main-menu li a:hover, .side-content--help-menu .main-menu li a:focus, .side-content--help-menu .main-menu li a.highlighted {
    background: none
}

.side-content--help-menu .main-menu li a:hover, .side-content--help-menu .main-menu li a:focus, .side-content--help-menu .main-menu li a.highlighted {
    text-decoration: underline
}

.side-content--help-menu .main-menu li a.highlighted {
    color: #fff;
    text-decoration: underline
}

.side-content--help-menu .main-menu li a.disabled {
    color: #2463a3
}

.side-content--help-menu .main-menu li:hover a.disabled, .side-content--help-menu .main-menu li a.disabled:hover, .side-content--help-menu .main-menu li a.disabled:focus {
    background: none;
    color: #2463a3
}

ds-menu#mobile-menu a {
    margin-left: 5px
}

ds-menu#mobile-menu a.marked {
    border-right: 4px solid #f5f5f5
}

ds-menu#mobile-menu a.highlighted:not(.has-submenus), ds-menu#desktop-menu a.highlighted:not(.has-submenus) {
    background-color: #f5f5f5
}

ds-menu#mobile-menu a:hover, ds-menu#mobile-menu a:focus, ds-menu#desktop-menu a:hover, ds-menu#desktop-menu a:focus {
    border-right: none
}

nav {
    color: #fff
}

.navbar {
    padding: 18px 0 13px 0;
    background: #2463a3
}

@media (max-width: 991.98px) {
    .navbar {
        margin: 0;
        padding: 0
    }
}

.navbar--light {
    background: #3077b7
}

.navbar--transparent {
    background: transparent
}

.navbar-toggler {
    border: 0;
    font-size: 1.2rem;
    line-height: 3rem;
    letter-spacing: .05rem;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
    padding: 0;
    padding-right: 3.2rem;
    background: url("../images/burger-menu.svg");
    background-repeat: no-repeat;
    background-size: 20px 10px;
    background-position: center right
}

.navbar-brand {
    padding: 15px 60px 15px .3px
}

.header__logo, .header__logo:visited {
    display: block;
    width: 200px;
    margin: -7px 0 0 0;
    height: 45px;
    background-image: url("../images/logo.svg");
    background-image: url("../images/ds_logotyp_rgb.svg");
    background-size: auto 45px;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    text-indent: -9999px
}

@media (max-width: 991.98px) {
    .header__logo, .header__logo:visited {
        margin: 1.3rem 0;
        height: 4rem;
        background-size: auto 4rem;
        background-position: left
    }
}

@media (max-width: 767.98px) {
    .header__logo, .header__logo:visited {
        margin: 1.8rem 0;
        height: 3rem;
        background-size: auto 3rem;
        background-position: left
    }
}

.header__inner {
    padding-top: 1rem;
    margin-bottom: 8px
}

@media (max-width: 991.98px) {
    .header__content-container {
        background: #3077b7;
        width: 100%
    }
}

@media (min-width: 992px) {
    .header__content-container {
        width: calc(100% - 270px);
        height: calc(114px - 18px - 13px)
    }
}

.header__main {
    padding-bottom: .9rem;
    font-size: 1.2rem;
    letter-spacing: .084rem;
    line-height: 1.9rem;
    font-weight: 500
}

@media (max-width: 991.98px) {
    .header__main {
        background: #3077b7;
        padding-top: 2em;
        padding-bottom: 2em;
        align-items: center
    }
}

.header__main i {
    position: relative;
    float: right;
    margin-left: 2px;
    top: 1px;
    left: 3px
}

.header__main img {
    float: right;
    height: 24px;
    margin-left: 6px;
    top: 3px;
    position: relative;
}

.header__main--empty {
    height: 38px
}

@media (min-width: 992px) {
    .header__organization {
        text-transform: uppercase;
        padding-right: 10px
    }
}

.header__organization .box-name {
    text-transform: lowercase
}

.header__organization-icon {
    color: #ecae1a;
    font-size: .9rem
}

@media (max-width: 991.98px) {
    .header__organization-icon {
        display: none
    }
}

.header__user-name {
    white-space: nowrap;
    height: 26px;
    padding-top: 4px
}

.header__user-name .header__user-name-logout {
    height: 19px
}

.header__menu-container {
    border-top: 1px solid rgba(255, 255, 255, .3);
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: bold;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(255, 255, 255, .3)
}

.header__menu-container--mobile {
    border: 0;
    padding: 0
}

.header__menu-item {
    padding: 17px 0 10px 0;
    white-space: nowrap
}

.header__menu-item::before {
    content: unset !important
}

.header__menu-item + .header__menu-item {
    padding-left: 43px
}

.header__menu-item a {
    padding: 17px 0 10px 0;
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: .105rem;
    font-size: 15px;
    font-size: 1.5rem
}

.header__menu-item a i {
    font-size: 1.8rem;
    top: 1px;
    padding-left: 1rem;
    position: relative;
    padding-right: .5rem
}

.header__menu-item a:hover, .header__menu-item a:focus {
    border-top: 2px solid #fff
}

.header__menu-item.active a {
    border-top: 2px solid #fff
}

.header__menu--mobile {
    margin: 0;
    padding: 0
}

.header__menu-item--mobile {
    display: block
}

.header__menu-item--mobile + .header__menu-item--mobile {
    padding-left: 0
}

.header__menu-item--mobile a {
    display: block
}

.header__menu-item--mobile a:hover {
    border-top: none
}

.header__menu-item--mobile.active a {
    border-top: none
}

.login .header__content-container {
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: .091rem;
    line-height: 1.5rem
}

.ttu {
    text-transform: uppercase
}

.ttl {
    text-transform: lowercase !important
}

.ttn {
    text-transform: none !important
}

.tac {
    text-align: center
}

.fw-bold {
    font-weight: bold
}

.fw-500 {
    font-weight: 500
}

.fw-normal {
    font-weight: normal !important
}

.lh-15 {
    line-height: 1.5rem
}

.lh-16 {
    line-height: 1.6rem
}

.lh-18 {
    line-height: 1.8rem
}

.fs-12 {
    font-size: 1.2rem
}

.fs-14 {
    font-size: 1.4rem
}

.fs-15 {
    font-size: 1.5rem
}

.fs-20 {
    font-size: 2rem !important
}

.ls-082 {
    letter-spacing: .082rem
}

.ls-098 {
    letter-spacing: .098rem
}

.ls-105 {
    letter-spacing: .105rem
}

.px-72 {
    padding-left: 7.2rem;
    padding-right: 7.2rem
}

.opa-6 {
    opacity: .6
}

.c-main-text {
    color: #3b3b3b
}

.c-secondary-text {
    color: #686868
}

.bb-dashed {
    border-bottom-width: 1px !important;
    border-bottom-style: dashed !important
}

.small-r-gutters {
    margin-right: 0;
    margin-left: 0
}

.small-r-gutters > .col, .small-r-gutters > [class*=col-] {
    padding-right: 4px;
    padding-left: 0
}

.no-opacity {
    opacity: 1 !important
}

@media (min-width: 768px) {
    .text-right-md {
        text-align: right !important
    }
}

@media all and (max-width: 991.98px) {
     .no-gutters > .col,  .no-gutters > [class*=col-] {
        padding-right: 1px;
        padding-left: 0
    }
}

.aural {
    position: absolute;
    top: -10000em;
    left: -10000em
}

.aural-nav {
    display: block !important;
    width: 0px !important;
    height: 0px !important;
    padding: 0px !important;
    border: 0px !important;
    margin: 0px !important
}

.ellipsis {
    min-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.v-hidden {
    visibility: hidden
}

.main-pane {
    padding-bottom: 30px
}

.main-pane .btn p {
    font-size: 1.2rem;
    font-weight: 500
}

@media (max-width: 575.98px) {
    .main-pane .btn p {
        font-size: 1.1rem
    }
}

.main-pane h3 {
    font-weight: bold;
    color: #3b3b3b;
    opacity: .9;
    font-size: 1.4rem;
    margin: 0px;
    padding: 0px;
    line-height: 1.8rem
}

.main-pane h4 {
    font-weight: bold;
    color: #3b3b3b;
    opacity: .9;
    font-size: 1.3rem;
    margin: 0px;
    padding: 0px;
    line-height: 1.6rem
}

.main-pane .command-title, .main-pane .command-title button, .main-pane .command-title a {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: .98px;
    color: #3077b7;
    cursor: pointer;
    background-color: transparent;
    border-width: 0px
}

.main-pane .command-title a:hover, .main-pane .command-title a:focus, .main-pane .command-title a:active {
    text-decoration: none
}

.main-pane .command-title--danger, .main-pane .command-title--danger button, .main-pane .command-title--danger a {
    color: #e04857
}

.main-pane .after-heading-row {
    margin-right: 0;
    margin-left: 0;
    display: block
}

@media (min-width: 992px) {
    .heading-row {
        position: fixed;
        top: 114px;
        width: calc(100% - 270px);
        background: #f5f5f5;
        z-index: 2
    }
}

@media (min-width: 1280px) {
    .heading-row {
        width: calc(1280px - 270px)
    }
}

@media (max-width: 991.98px) {
    .main-pane .heading-row + .row, .main-pane .after-heading-row, .main-pane .after-heading-row-detail {
        padding-top: 20px
    }

    .main-pane .settings__submenu .heading-row + .row, .main-pane.settings__content .after-heading-row {
        padding-top: 0
    }
}

@media (min-width: 992px) {
    .main-pane .heading-row + .row, .main-pane .after-heading-row {
        padding-top: 102px
    }

    .main-pane .settings__submenu .heading-row + .row, .main-pane.settings__content .after-heading-row {
        padding-top: 68px
    }

    .main-pane .after-heading-row-detail {
        padding-top: 85px
    }
}

@media (min-width: 992px) {
    .main-pane--top-padding-aligner {
        padding-top: 102px !important
    }
}

@media (min-width: 992px) {
    .settings__content .main-pane--top-padding-aligner {
        padding-top: 66px !important
    }

    .messages-panel .main-pane--top-padding-aligner {
        padding-top: 77px !important
    }
}

@media (min-width: 992px) {
    .messages-panel.trezor .main-pane--top-padding-aligner {
        padding-top: 82px !important
    }
}

@media (max-width: 991.98px) {
    .settings__content .main-pane--top-padding-aligner, .messages-panel .main-pane--top-padding-aligner {
        padding-top: 0 !important
    }
}

.content-command .content-command--underline {
    border-bottom: 1px solid #a8a8a8 !important;
    padding-bottom: 1rem
}

@media (max-width: 991.98px) {
    .content-command .content-command--underline {
        padding-bottom: 1rem
    }
}

.content-command .breadcrumb {
    margin-bottom: 0
}

.content-command h2, .content-command span {
    color: #3b3b3b;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: .5px;
    line-height: 19px;
    text-transform: uppercase;
    margin-bottom: 0px
}

@media (min-width: 396px)and (max-width: 420px) {
    .content-command h2, .content-command span {
        font-size: 1.1rem
    }
}

@media (max-width: 395px) {
    .content-command h2, .content-command span {
        font-size: 1.1rem
    }
}

.content-command span {
    text-align: right
}

.content-command span.help-block {
    font-weight: normal;
    text-transform: none;
    text-align: left
}

.recipient {
    padding-top: 30px
}

.overme {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.messages-filter {
    color: #3077b7;
    margin-left: 24px;
    padding: 10px 6px;
    height: 40px
}

@media (min-width: 768px)and (max-width: 991.98px) {
    .messages-filter {
        padding-left: 23px !important
    }
}

@media (max-width: 767.98px) {
    .messages-filter {
        padding-left: 10px !important
    }
}

.messages-filter .messages-filter__icon {
    padding-right: 14px;
    cursor: pointer
}

@media (max-width: 767.98px) {
    .messages-filter .messages-filter__icon {
        padding-right: 0px !important
    }
}

.messages-filter .messages-filter__title {
    text-transform: uppercase;
    cursor: pointer;
    color: #2362a2;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .98px;
    line-height: 18px;
    text-align: right;
    float: right;
    margin-left: 14px
}

.messages-filter i {
    cursor: pointer
}

.messages-list {
    padding-top: 0;
    padding-bottom: 30px
}

.messages-list .messages-list__row--padding {
    padding-left: 30px;
    padding-right: 28px
}

@media (max-width: 575.98px) {
    .messages-list .messages-list__row--padding {
        padding-left: 20px;
        padding-right: 20px
    }
}

.messages-list .messages-list__item {
    font-weight: 500;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .0375em;
    min-height: 51px;
    border-bottom: 1px dashed rgba(59, 59, 59, .3)
}

@media (max-width: 991.98px) {
    .messages-list .messages-list__item {
        height: auto;
        padding-top: 14px;
        padding-bottom: 14px
    }
}

@media (min-width: 992px) {
    .messages-list .messages-list__item {
        padding-top: 23px;
        padding-bottom: 25px
    }
}

.messages-list .messages-list__item .messages-list__item-left {
    float: left
}

.messages-list .messages-list__item .messages-list__item-left .messages-list__item-left__databox {
    text-transform: uppercase;
    color: #686868;
    font-size: 12px;
    letter-spacing: .84px;
    line-height: 19px
}

@media (max-width: 575.98px) {
    .messages-list .messages-list__item .messages-list__item-left .messages-list__item-left__databox {
        font-size: 1.1rem;
        line-height: 1.4rem
    }
}

.messages-list .messages-list__item .messages-list__item-left .messages-list__item-left__subject {
    color: #3b3b3b;
    font-size: 20px;
    letter-spacing: 1.09px;
    line-height: 2.3rem;
    padding-top: 10px
}

@media (max-width: 575.98px) {
    .messages-list .messages-list__item .messages-list__item-left .messages-list__item-left__subject {
        font-size: 1.6rem;
        line-height: 1.9rem
    }
}

.messages-list .messages-list__item .messages-list__item-left .messages-list__item-left__subject .unread {
    color: #2463a3;
    position: absolute;
    z-index: 1;
    font-size: 10px;
    cursor: pointer
}

@media (min-width: 576px) {
    .messages-list .messages-list__item .messages-list__item-left .messages-list__item-left__subject .unread {
        left: -22px
    }
}

@media (max-width: 575.98px) {
    .messages-list .messages-list__item .messages-list__item-left .messages-list__item-left__subject .unread {
        left: -15px
    }
}

.messages-list .messages-list__item .messages-list__item-left .messages-list__item-left__subject.bold {
    font-weight: bold
}

.messages-list .messages-list__item .messages-list__item-subject {
    color: #3b3b3b;
    font-size: 20px;
    letter-spacing: 1.09px;
    line-height: 2.3rem
}

@media (max-width: 575.98px) {
    .messages-list .messages-list__item .messages-list__item-subject {
        font-size: 1.6rem;
        line-height: 1.9rem
    }
}

.messages-list .messages-list__item .messages-list__item-right {
    float: right;
    text-align: right
}

.messages-list .messages-list__item .messages-list__item-right .messages-list__item-right__datetime {
    color: #686868;
    font-size: 12px;
    letter-spacing: .84px;
    line-height: 19px
}

.messages-list .messages-list__item .messages-list__item-right .messages-list__item-right__note {
    color: #686868;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: .84px;
    line-height: 19px;
    padding-top: 10px
}

.messages-list .messages-list__item .messages-list__item-right .messages-list__item-right__note .fa {
    color: #e04857
}

.messages-list__item--last {
    border-bottom: none
}

@media (max-width: 767.98px) {
    .messages-list__item--last {
        border-bottom: 1px dashed rgba(59, 59, 59, .3)
    }
}

.messages-list__row:hover, .messages-list__row--hover, .messages-list__row:focus {
    background: #e5ebf0
}

.messages-panel__filter {
    padding-top: 15px;
    padding-bottom: 15px
}

.messages-panel__filter .pt-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.messages-panel__list--padding-filter-show {
    padding-top: 20px
}

@media (max-width: 991.98px) {
    .messages-panel__list--padding-filter-show {
        padding-top: 15px
    }
}

.messages-panel__list--padding-filter-collapse {
    padding-top: 71px
}

@media (max-width: 991.98px) {
    .messages-panel__list--padding-filter-collapse {
        padding-top: 0px
    }
}

.messages-panel.trezor .headline {
    padding-top: 10px;
    font-weight: bold
}

.content-label {
    display: inline;
    padding: 5px 10px;
    font-size: 1.2rem;
    float: right
}

@media (max-width: 767.98px) {
    .content-label {
        padding: 2px 8px;
        font-size: 1.1rem;
        float: none
    }
}

.content-label.silver {
    background: #d0d0d0
}

.content-label.gold {
    background: #daa520
}

@media (min-width: 992px)and (max-width: 1166px) {
    .hidden-if-not-space-3col-settings {
        display: none !important
    }
}

@media (min-width: 992px)and (max-width: 1166px) {
    .display-if-not-space-3col-settings {
        display: inline !important
    }
}

@media (min-width: 768px)and (max-width: 780px),(min-width: 992px)and (max-width: 1180px) {
    .hidden-if-not-space-3col-settings1180 {
        display: none !important
    }
}

@media (min-width: 768px)and (max-width: 780px),(min-width: 992px)and (max-width: 1180px) {
    .display-if-not-space-3col-settings1180 {
        display: inline !important
    }
}

#default-acx-overlay-container {
    z-index: 99999 !important
}

.complete-search {
    padding-top: 22px
}

.complete-search .content-search {
    padding: 19px 5px 19px 0px;
    background-color: var(--white);
    border: 1px solid rgba(156, 156, 156, .2);
    margin-bottom: 0px;
    border-radius: 3px
}

@media (max-width: 575.98px) {
    .complete-search .content-search {
        padding: 15px 4px 15px 0px
    }
}

.complete-search .content-search .content-search__icon {
    font-size: 1.7rem !important;
    margin-left: 18px
}

@media (max-width: 575.98px) {
    .complete-search .content-search .content-search__icon {
        font-size: 1.3rem !important;
        margin-left: 12px
    }
}

.complete-search .content-search .content-search__placeholder {
    top: 0;
    padding-left: 50px;
    height: 100%;
    opacity: .5;
    color: rgba(59, 59, 59, .5);
    font-size: 2rem;
    letter-spacing: .15px;
    line-height: 22px;
    z-index: 0;
    overflow: hidden
}

@media (max-width: 575.98px) {
    .complete-search .content-search .content-search__placeholder {
        font-size: 1.5rem;
        line-height: 18px;
        padding-left: 35px
    }
}

.complete-search .content-search .content-search__placeholder .valign {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.complete-search .content-search .content-search__control {
    border: none;
    width: calc(100% - 50px);
    font-size: 16px;
    color: #3b3b3b
}

@media (max-width: 575.98px) {
    .complete-search .content-search .content-search__control {
        width: calc(100% - 35px)
    }
}

.complete-search .content-search .content-search__control:focus {
    box-shadow: none
}

.complete-search .content-search:hover {
    border-bottom: 1px solid #2463a3
}

.complete-search .content-search--focus {
    border-bottom: 1px solid #2463a3 !important;
    box-shadow: 0 -1px 0 #ecae1a inset
}

.complete-search .content-search--focus .content-search__control {
    transform: translate(0, 10px)
}

.complete-search .content-search__placeholder--focus .content-search__control {
    box-shadow: none;
    transform: translate(0, 10px)
}

.complete-search .content-search__placeholder--focus .content-search__placeholder {
    font-size: 12px !important;
    transform: translate(0, -10px) !important;
    top: 16px;
    height: 19px;
    color: #484848
}

@media (min-width: 992px)and (max-width: 1061px) {
    .complete-search .content-search__placeholder--focus .content-search__placeholder {
        transform: translate(0, -6px) !important
    }
}

@media (max-width: 382px) {
    .complete-search .content-search__placeholder--focus .content-search__placeholder {
        transform: translate(0, -4px) !important
    }
}

@media (max-width: 330px) {
    .complete-search .content-search__placeholder--focus .content-search__placeholder {
        font-size: 11px !important
    }
}

.complete-search .advanced-search {
    /* DATASYS: o 1% tmavší verze nadpisu než originální #3077b7, která již vyhovuje požadavkům na kontrast. */
    color: #2D74B4;
    padding-left: 30px;
    cursor: pointer
}

@media (min-width: 768px)and (max-width: 991.98px) {
    .complete-search .advanced-search {
        padding-left: 23px !important
    }
}

@media (max-width: 767.98px) {
    .complete-search .advanced-search {
        padding-left: 18px !important
    }
}

.complete-search .advanced-search .advanced-search__title {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: .98px;
    float: left;
    margin-left: 14px
}

.complete-search .advanced-search i {
    float: left
}

.login-box {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .41);
    width: 860px;
    font-size: 1.5rem;
    letter-spacing: .105rem;
    line-height: 2rem;
    color: #686868;
    margin: 6rem auto 7rem
}

@media (max-width: 991.98px) {
    .login-box {
        width: 702px;
        margin: 4rem auto 7rem
    }
}

@media (max-width: 767.98px) {
    .login-box {
        width: 702px;
        border-radius: 0;
        box-shadow: none;
        margin: 0 auto 0
    }
}

.login-box a, .login-box a:active {
    color: #2463a3;
    font-weight: 500;
    line-height: 1.8rem;
    letter-spacing: .098rem
}

.login-box__header {
    padding: 0;
    margin: 0;
    position: relative
}

.login-box__header::before {
    content: "";
    height: 2px;
    width: 100%;
    bottom: 0;
    background: rgba(37, 77, 126, .2);
    position: absolute
}

.login-box__menu {
    padding-left: 6rem;
    padding-right: 6rem;
    margin: 0;
    list-style: none;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 28px
}

@media (max-width: 575.98px) {
    .login-box__menu {
        padding-left: 20px;
        padding-right: 20px
    }
}

.login-box__menu-item a {
    display: inline-block;
    padding: 2.3rem 0;
    text-decoration: none;
    font-size: 1.4rem
}

@media (max-width: 575.98px) {
    .login-box__menu-item a {
        font-size: 1.2rem;
        font-weight: 500;
        letter-spacing: .084rem;
        line-height: 1.8rem
    }
}

.login-box__menu-item a:hover {
    padding-bottom: 2rem;
    border-bottom: 3px solid #2463a3
}

.login-box__menu-item.active a {
    padding-bottom: 2rem;
    border-bottom: 3px solid #2463a3
}

.login-box__content {
    padding: 3rem 6rem
}

@media (max-width: 991.98px) {
    .login-box__content {
        padding: 3rem 3rem 6.5rem
    }
}

.login-box__content .help-block {
    font-size: 1.2rem;
    letter-spacing: .004rem;
    line-height: 1.6rem;
    color: #e04857
}

.login-box__content form {
    position: relative
}

@media (max-width: 575.98px) {
    .login-box__content form {
        margin-bottom: 1.5rem
    }
}

.login-box__content form .form-group {
    margin-bottom: 1rem
}

.login-box__content form .btn--login {
    padding: 1.1rem 3rem;
    margin-top: 1rem
}

@media (max-width: 575.98px) {
    .login-box__content form .btn--login {
        display: block;
        width: 100%;
        margin-top: 0
    }
}

.login-box__column {
    padding-right: 32px
}

.login-box__column + .login-box__column {
    padding-right: 15px;
    padding-left: 32px
}

@media (max-width: 991.98px) {
    .login-box__column {
        padding-right: 12px
    }

    .login-box__column + .login-box__column {
        padding-right: 25px;
        padding-left: 12px
    }
}

.highlights {
    padding: 6rem 0;
    color: #fff
}

@media (min-width: 992px) {
    .highlights {
        background: #fff;
        color: #686868
    }
}

.highlights__list {
    font-size: 2rem;
    letter-spacing: .098rem;
    line-height: 3rem
}

@media (min-width: 576px)and (max-width: 991.98px) {
    .highlights__list {
        column-count: 2;
        margin-bottom: 6rem
    }
}

@media (max-width: 575.98px) {
    .highlights__list {
        padding-left: 2rem;
        margin-bottom: 6rem
    }
}

.highlights__list-item {
    margin-bottom: 4rem
}

@media (max-width: 991.98px) {
    .highlights__list-item {
        font-size: 15px;
        letter-spacing: 1.05px;
        line-height: 19px
    }
}

@media (max-width: 575.98px) {
    .highlights__list-item {
        padding-left: 1.6rem;
        margin-bottom: 2.3rem
    }
}

.highlights__title {
    font-size: 4rem;
    font-weight: 300;
    letter-spacing: .123rem;
    line-height: 5rem;
    margin-bottom: 4rem
}

@media (min-width: 576px)and (max-width: 991.98px) {
    .highlights__title {
        color: #fff;
        text-align: center;
        line-height: 4.5rem
    }

    .highlights__title br {
        display: none
    }
}

@media (max-width: 575.98px) {
    .highlights__title {
        color: #fff;
        line-height: 5rem
    }

    .highlights__title br {
        display: none
    }
}

.highlights__czechpoint {
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/cp_logo_outline_Pantone.svg");
    background-size: 53px 25px;
    background-repeat: no-repeat;
    background-position: center;
    width: 53px;
    height: 25px;
    text-indent: -1000000px;
    position: relative
}

@media (max-width: 991.98px) {
    .highlights__czechpoint {
        background-size: 43px 20px;
        width: 43px;
        height: 20px
    }
}

@media (max-width: 991.98px) {
    .highlights__more-info {
        text-align: center
    }
}

.highlights__btn {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: .15rem;
    line-height: 1.5rem;
    text-align: center;
    padding: 1.1rem 7.2rem;
    text-transform: uppercase;
    margin-top: 7rem
}

.highlights__btn p {
    color: #fff
}

@media (min-width: 992px) {
    .highlights__btn p {
        color: #000
    }
}

.login-footer {
    padding: 5rem 30px;
    text-align: left
}

@media (max-width: 991.98px) {
    .login-footer {
        background: #2463a3
    }
}

.login-footer__links {
    list-style: none;
    margin: 0;
    padding: 0
}

.login-footer__link-item + .login-footer__link-item {
    margin-top: 3rem
}

@media (min-width: 1334px) {
    .login-footer__link-item {
        display: inline-block;
        margin: 0
    }

    .login-footer__link-item + .login-footer__link-item {
        margin: 0;
        padding-left: 3.5rem
    }
}

.login-footer__link-item a {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: .098rem;
    line-height: 1.8rem
}

.login-footer__copyright {
    text-align: right
}

@media (max-width: 991.98px) {
    .login-footer__copyright {
        line-height: 2.6rem
    }

    .login-footer__copyright .delimiter {
        color: transparent;
        display: block;
        height: 0;
        font-size: 0
    }
}

@media (max-width: 575.98px) {
    .login-footer__copyright {
        line-height: 2.6rem;
        text-align: left;
        margin-top: 4rem
    }

    .login-footer__copyright .delimiter {
        color: transparent;
        display: block;
        height: 0;
        font-size: 0
    }
}

.input--white {
    background-color: #fff
}

.input--border {
    padding: 10px 10px 15px;
    border: 1px solid rgba(156, 156, 156, .2);
    margin-bottom: 0;
    border-radius: 3px;
    overflow: auto
}

.input--border.icon-input {
    padding: 19px 5px 19px 0;
    margin-bottom: 0
}

@media (max-width: 575.98px) {
    .input--border.icon-input {
        padding: 15px 4px 15px 0
    }
}

.input--border.icon-input label {
    padding-left: 50px
}

.input--border.icon-input .form-control {
    border: none;
    width: calc(100% - 50px);
    padding-left: 10px;
    float: left
}

.input--border.icon-input i + label {
    padding-left: 10px;
    padding-right: 50px
}

.input--border.icon-input i + .icon-control {
    padding-right: 0;
    padding-left: 0;
    float: right
}

.input--border.icon-input .icon-control {
    float: left
}

.input--border.icon-input .icon-control + i {
    margin-right: 18px;
    float: right;
    margin-top: -20px
}

.input--border .label--thin {
    font-size: 2rem
}

@media (min-width: 1540px)and (max-width: 1639px) {
    .input--border .label--thin {
        font-size: 1.8rem
    }
}

@media (min-width: 1440px)and (max-width: 1539px) {
    .input--border .label--thin {
        font-size: 1.6rem
    }
}

@media (min-width: 1340px)and (max-width: 1439px) {
    .input--border .label--thin {
        font-size: 1.4rem
    }
}

@media (min-width: 1240px)and (max-width: 1339px) {
    .input--border .label--thin {
        font-size: 1.2rem
    }
}

@media (min-width: 1200px)and (max-width: 1239px) {
    .input--border .label--thin {
        font-size: 1.1rem
    }
}

@media (min-width: 1165px)and (max-width: 1199px) {
    .input--border .label--thin {
        font-size: 1.6rem
    }
}

@media (min-width: 1065px)and (max-width: 1164px) {
    .input--border .label--thin {
        font-size: 1.3rem
    }
}

@media (min-width: 992px)and (max-width: 1064px) {
    .input--border .label--thin {
        font-size: 1rem
    }
}

.input--border i {
    font-size: 1.7rem !important;
    margin-left: 18px;
    z-index: 1;
    position: relative
}

.input--border i .clickable {
    z-index: 1;
    position: relative
}

.input--border .form-control {
    border: none;
    width: 100%
}

.input--border.input--focus {
    border-bottom: 1px solid #2463a3 !important;
    box-shadow: 0 -1px 0 #ecae1a inset
}

.input--border.input--focus .form-control {
    transform: translate(0, 10px)
}

.input--border:hover {
    border-bottom: 1px solid #2463a3 !important
}

.input--border.input__placeholder--focus .form-control {
    box-shadow: none;
    border: none;
    transform: translate(0, 10px)
}

.input--border.input__placeholder--focus label {
    overflow: hidden;
    top: 16px;
    transform: translate(0, -10px) !important
}

@media (min-width: 992px)and (max-width: 1061px) {
    .input--border.input__placeholder--focus label {
        transform: translate(0, -10px) !important
    }
}

@media (max-width: 382px) {
    .input--border.input__placeholder--focus label {
        transform: translate(0, -3px) !important
    }
}

@media (max-width: 330px) {
    .input--border.input__placeholder--focus label {
        font-size: 11px !important
    }
}

.input--border.has-error {
    border-bottom: 1px solid #e04857 !important
}

.input--border.has-error.input--focus {
    box-shadow: 0 -1px 0 #e04857 inset
}

.input--border.has-error:hover {
    border-bottom: 1px solid #e04857 !important
}

.input--border.has-error .form-control {
    border: none
}

.input--border.has-error label {
    top: 16px;
    height: 19px;
    color: #e04857;
    transform: translate(0, -10px) !important
}

.input--border.has-error label .placeholder__text-area {
    top: 0
}

@media (max-width: 330px) {
    .input__placeholder--focus label {
        font-size: 11px !important
    }
}

.input__placeholder--focus label .placeholder__text-area {
    top: 0
}

.input--border-textarea.input--focus {
    border-bottom: 1px solid rgba(59, 59, 59, .3) !important;
    box-shadow: 0 -1px 0 rgba(59, 59, 59, .3) inset
}

.input--border-textarea:hover {
    border-bottom: 1px solid rgba(59, 59, 59, .3) !important
}

.checkbox .label-component input:focus ~ .checkmark {
    border-color: #ecae1a
}

.checkbox .label-component input ~ .checkmark:after, .checkbox .label-component input:focus ~ .checkmark:after {
    border-color: rgba(0, 0, 0, .54)
}

datepicker-input {
    min-width: 130px
}

::-ms-clear {
    display: none
}

::-ms-reveal {
    display: none
}

.input--disabled {
    cursor: not-allowed;
    color: rgba(112, 112, 112, .5) !important;
    pointer-events: none;
    background-color: transparent
}

.input--disabled:hover {
    border-bottom: 1px solid rgba(156, 156, 156, .2) !important
}

material-spinner {
    border-color: #ecae1a !important
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: unset
}

.form-control {
    height: auto
}

.checkbox__info-icon {
    font-size: 1.6rem;
    padding-left: 7px;
    pointer-events: auto
}

.has-error .help-block {
    color: #e04857
}

.search__input-holder {
    margin-bottom: 12px
}

.search__button--decorative {
    background-color: rgba(255, 255, 255, .7) !important;
    pointer-events: none;
    box-shadow: none !important
}

.form-control {
    box-shadow: 0 0 0 40px #fff inset !important;
    -webkit-box-shadow: 0 0 0 40px #fff inset !important
}

.tooltip-css {
    position: relative;
    display: inline-block
}

.tooltip-css .tooltip-css__text, .tooltip-css + .tooltip-css__text {
    display: none;
    padding: 10px 8px 15px 8px;
    color: #fff;
    text-align: left;
    white-space: normal;
    width: 270px;
    border-radius: 2px;
    background-color: rgba(97, 97, 97, .9);
    font-family: "Roboto", helvetica, arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 16px;
    position: absolute;
    z-index: 1
}

.tooltip-css .tooltip-css__text.right {
    right: 0
}

.tooltip-css:hover .tooltip-css__text, .tooltip-css:hover + .tooltip-css__text {
    display: block !important
}

.tooltip-css:hover .tooltip-css__text a, .tooltip-css:hover .tooltip-css__text a:hover, .tooltip-css:hover + .tooltip-css__text a, .tooltip-css:hover + .tooltip-css__text a:hover {
    color: #fff;
    text-decoration: underline
}

.tooltip-css:hover + .tooltip-css__text {
    top: 40px;
    left: 25px
}

.tooltip-css:hover .tooltip-none, .tooltip-css:hover + .tooltip-none {
    display: none !important
}

.tooltip-css--overme {
    width: auto !important;
    padding: 11px 9px 15px 9px !important
}

.alert {
    border-radius: 6px;
    padding: 15px 25px;
    width: 100%
}

.alert .alert__icon {
    float: left
}

.alert .alert__text {
    color: #686868;
    padding-left: 25px;
    overflow-wrap: anywhere
}

@supports (-ms-ime-align: auto) {
    .alert .alert__text {
        word-wrap: break-word;
        max-width: 400px;
        min-width: 115px
    }
}

.alert--block {
    display: block;
    width: 100%
}

.alert-warning {
    color: #ecae1a;
    border: 1px solid rgba(236, 174, 26, .2);
    background-color: rgba(236, 174, 26, .05);
    margin-bottom: 0
}

.alert-danger {
    color: #e04857;
    border: 1px solid rgba(224, 72, 87, .2);
    background-color: rgba(224, 72, 87, .08);
    margin-bottom: 0
}

.alert-menu--danger i.fa, .alert-menu--warning i.fa {
    font-size: 1rem;
    padding-left: 7px;
    padding-right: 0px;
    top: -2px
}

@media (max-width: 991.98px) {
    .alert-menu--danger i.fa, .alert-menu--warning i.fa {
        top: -1px
    }
}

.alert-menu--warning i.fa {
    color: #ecae1a
}

.alert-menu--danger i.fa {
    color: #e04857
}

.messages-panel .main-pane__alert {
    padding-top: 20px;
    padding-bottom: 20px
}

.top-layer {
    z-index: 9999
}

.btn p {
    margin: 0;
    font-size: 1.2rem;
    text-transform: uppercase
}

.btn.btn-primary, .btn.btn-primary.disabled, .btn.btn-primary:disabled, .btn.btn-outline-primary {
    min-width: 15rem;
    text-align: center
}

@media (max-width: 575.98px) {
    .btn.btn-secondary p {
        padding: .5rem 0
    }
}

.dropdown-item.btn {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.dropdown-item.btn + .btn {
    margin-left: 0
}

.btn-red.btn-primary {
    background-color: #e04857
}

.btn-red.btn-primary:not([disabled]):hover {
    background-color: #d03544;
    border-color: #d03544 !important
}

.btn-red.btn-primary[disabled] {
    background-color: #d58b93
}

.btn-red.btn-primary:active:hover, .btn-red.btn-primary:not([disabled]):not(.disabled):focus, .btn-red.btn-primary:not([disabled]):not(.btn-disabled):active {
    background-color: #d03544;
    border-color: #d03544 !important
}

.btn-red.btn-primary, .btn-red.btn-outline-primary {
    border-color: #e04857 !important
}

.btn-red.btn-outline-primary:focus:not([disabled]), .btn-red.btn-outline-primary:not([disabled]):hover {
    border-color: #e04857
}

.btn-red.btn-secondary, .btn-red.btn-outline-primary {
    color: #e04857 !important
}

.btn-red.btn-secondary p, .btn-red.btn-outline-primary p {
    color: #e04857
}

.btn-red.btn-secondary[disabled], .btn-red.btn-outline-primary[disabled] {
    color: #d58b93
}

.btn-red.btn-secondary[disabled] p, .btn-red.btn-outline-primary[disabled] p {
    color: #d58b93
}

.btn-red.btn-secondary:active:hover, .btn-red.btn-secondary:not([disabled]):not(.disabled):focus, .btn-red.btn-secondary:not([disabled]):not(.btn-disabled):active, .btn-red.btn-outline-primary:active:hover, .btn-red.btn-outline-primary:not([disabled]):not(.disabled):focus, .btn-red.btn-outline-primary:not([disabled]):not(.btn-disabled):active {
    color: #e04857;
    background-color: #f2e3e4 !important
}

.btn-red.btn-secondary:not([disabled]):hover, .btn-red.btn-outline-primary:not([disabled]):hover {
    color: #e04857;
    background-color: #f2e3e4 !important
}

.btn-red:active:hover, .btn-red:not([disabled]):not(.disabled):focus, .btn-red:not([disabled]):not(.btn-disabled):active {
    box-shadow: 0 0 0 .2rem #ff0019
}

button + button, generic-button + generic-button, generic-button + button, button + generic-button {
    margin-left: 2.2rem
}

@media (max-width: 991.98px) {
    button + button, generic-button + generic-button, generic-button + button, button + generic-button {
        margin-left: 1.9rem
    }
}

@media (max-width: 1230px) {
    button + button, generic-button + generic-button, generic-button + button, button + generic-button {
        margin-left: .5rem
    }
}

.breadcrumb {
    padding: 0
}

.message-block {
    padding-bottom: 1rem;
    margin-bottom: 1.7rem;
    border-bottom: 1px dashed rgba(59, 59, 59, .3);
    position: relative
}

.message-block--no-border {
    border: none
}

.message-block__body {
    margin-top: 1rem;
    font-size: 1.5rem;
    letter-spacing: .082rem;
    line-height: 1.8rem
}

@media (max-width: 767.98px) {
    .message-block__body {
        font-size: 1.2rem
    }
}

.message-block__body--with-buttons {
    margin-top: 0
}

@media (max-width: 767.98px) {
    .message-block__body--with-buttons {
        font-size: 1.2rem;
        margin-top: 1rem
    }
}

.message-block__body--no-margin {
    margin-top: 0
}

.message-block__body--separate-rows .row {
    padding-bottom: .8rem
}

.message-block__body--separate-rows .row + .row {
    padding-top: .8rem;
    border-top: 1px dashed rgba(59, 59, 59, .3)
}

.message-block__body--bordered-rows .row {
    padding-bottom: 0
}

.message-block__body--bordered-rows .row + .row {
    margin-top: .3rem
}

.message-block__title {
    margin-bottom: 0;
    font-size: 1.2rem;
    letter-spacing: .084rem;
    line-height: 1.9rem;
    color: #686868
}

@media (max-width: 767.98px) {
    .message-block__title {
        line-height: 1.4rem
    }
}

.message-block__primary {
    font-size: 2rem;
    letter-spacing: .109rem;
    line-height: 1.8rem;
    width: 100%;
}

@media (max-width: 767.98px) {
    .message-block__primary {
        font-size: 1.5rem;
        letter-spacing: .082rem;
        line-height: 1.8rem
    }
}

.message-block__primary.higher-line {
    line-height: 2.3rem
}

.message-block__primary--small {
    font-size: 1.5rem;
    letter-spacing: .082rem
}

@media (max-width: 767.98px) {
    .message-block__primary--small {
        font-size: 1.5rem;
        letter-spacing: .082rem;
        line-height: 1.8rem
    }
}

.max-w-100 {
    max-width: 100%
}

.message-block__secondary {
    font-size: 1.2rem;
    letter-spacing: .084rem;
    line-height: 1.9rem;
    color: #686868
}

@media (max-width: 767.98px) {
    .message-block__secondary {
        padding-top: .25rem;
        padding-bottom: 1rem
    }
}

.message-block__content {
    padding: 0;
    border: 1px solid rgba(156, 156, 156, .2);
    background: #fff
}

.message-block__content button {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.message-block__content button:hover, .message-block__content button:focus {
    background: none
}

.message-block__content .row {
    padding: 0;
    margin: 0
}

.message-block__content-name {
    margin: 0
}

.message-block__content-type {
    white-space: nowrap
}

@media (max-width: 575.98px) {
    .message-block__content-type {
        padding-left: .6rem !important
    }
}

.message-block__content-actions {
    text-align: right
}

.message-block__content-actions button {
    cursor: pointer
}

@media (max-width: 767.98px) {
    .message-block__content-actions {
        position: absolute;
        top: 0;
        right: 0
    }
}

.message-block__links {
    text-align: right
}

.message-block__links button {
    cursor: pointer
}

@media (max-width: 767.98px) {
    .message-block__links {
        position: absolute;
        top: 0;
        right: 0
    }
}

.message-block__link-item {
    border: none;
    background: transparent;
    color: #2463a3;
    padding: .9rem 1.6rem 1rem 1.6rem;
    vertical-align: bottom;
    text-transform: uppercase;
    text-align: left;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: .084rem;
    line-height: 1.8rem;
    cursor: pointer
}

.message-block__link-item:hover, .message-block__link-item:focus {
    background: rgba(59, 59, 59, .05)
}

@media (max-width: 767.98px) {
    .message-block__link-item.dropdown-toggle {
        padding-right: 1.6rem
    }
}

.message-block__link-item.dropdown-toggle::after {
    font-family: "pvs-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0;
    vertical-align: 0;
    content: "";
    border: none
}

@media (max-width: 767.98px) {
    .message-block__link-item {
        padding: .6rem
    }
}

.message-block__link-dropdown {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12), 0 1px 3px 0 rgba(0, 0, 0, .2);
    border: none;
    line-height: 1.8rem;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem
}

.message-block__link-dropdown .message-block__link-item {
    padding: 1rem 2rem;
    text-align: right
}

.message-block__more-params {
    font-size: 1.5rem;
    letter-spacing: .105rem;
    line-height: 1.8rem;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    flex-wrap: wrap
}

@media (max-width: 767.98px) {
    .message-block__more-params {
        font-size: 1.2rem;
        letter-spacing: .084rem;
        line-height: 1.4rem;
        justify-content: start
    }
}

.message-actions {
    margin-top: 2.6rem
}

.message-actions__info-text {
    color: #686868;
    font-size: 1.5rem;
    letter-spacing: .105rem;
    line-height: 1.8rem;
    margin-bottom: 1.9rem
}

@media (max-width: 767.98px) {
    .message-actions__info-text {
        font-size: 1.2rem;
        letter-spacing: .084rem;
        line-height: 1.4rem
    }
}

.message-actions__buttons {
    color: #686868
}

.message-actions__buttons button p {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: .105rem;
    line-height: 1.5rem
}

.message-actions__buttons button + button, .message-actions__buttons generic-button + generic-button, .message-actions__buttons generic-button + button, .message-actions__buttons button + generic-button {
    margin-left: 2.2rem
}

@media (max-width: 991.98px) {
    .message-actions__buttons button + button, .message-actions__buttons generic-button + generic-button, .message-actions__buttons generic-button + button, .message-actions__buttons button + generic-button {
        margin-left: 1.9rem
    }
}

@media (max-width: 1230px) {
    .message-actions__buttons button + button, .message-actions__buttons generic-button + generic-button, .message-actions__buttons generic-button + button, .message-actions__buttons button + generic-button {
        margin-left: .5rem
    }
}

@media (min-width: 992px)and (max-width: 1296px),(max-width: 968px) {
    .message-block--delivery-note .visible-if-space {
        display: none !important
    }
}

@media (min-width: 992px)and (max-width: 1296px),(max-width: 968px) {
    .message-block--delivery-note .hidden-if-space {
        display: inline !important
    }
}

.message-actions__send, .message-actions__resend, .message-actions__print, .message-actions__download-zfo {
    display: inline-block !important
}

.message-actions__more .message-actions__send, .message-actions__more .message-actions__resend, .message-actions__more .message-actions__print, .message-actions__more .message-actions__download-zfo, .message-actions__moreopt {
    display: none !important
}

@media (min-width: 992px)and (max-width: 1099px) {
    .message-actions__print {
        display: none !important
    }

    .message-actions__more .message-actions__print, .message-actions__moreopt {
        display: block !important
    }
}

@media (min-width: 450px)and (max-width: 759px) {
    .message-actions__print, .message-actions__more .message-actions__download-zfo, .message-actions__more .message-actions__resend {
        display: none !important
    }

    .message-actions__more .message-actions__print, .message-actions__moreopt {
        display: block !important
    }
}

@media (min-width: 100px)and (max-width: 449px) {
    .message-actions__resend, .message-actions__print, .message-actions__download-zfo {
        display: none !important
    }

    .message-actions__more .message-actions__resend, .message-actions__more .message-actions__print, .message-actions__more .message-actions__download-zfo, .message-actions__moreopt {
        display: block !important
    }
}

.select::after {
    padding-top: 10px;
    padding-left: 1px;
    padding-bottom: 0px;
    height: 20px;
    background-color: rgba(255, 255, 255, .9);
    top: 26px
}

.select select::-ms-expand {
    display: none;
    appearance: none
}

.select--disabled, .select--disabled:hover, .select--disabled select {
    cursor: not-allowed;
    background-color: #fff;
    color: rgba(112, 112, 112, .5) !important;
    pointer-events: none;
    background-color: transparent
}

.select--disabled:after {
    opacity: .38
}

.settings__submenu-holder {
    width: 320px;
    background: #f5f5f5;
    min-height: 100%
}

@media (max-width: 991.98px) {
    .settings__submenu-holder {
        width: 320px;
    }
}

.settings__submenu {
    width: 320px;
    border-right: 1px solid rgba(59, 59, 59, .14);
    min-height: 100%
}

@media (max-width: 991.98px) {
    .settings__submenu {
        width: 320px;
        min-height: 100%
    }
}

.settings__submenu .heading-row {
    width: 320px;
    background: #f5f5f5;
    border-right: 1px solid rgba(59, 59, 59, .14)
}

@media (max-width: 991.98px) {
    .settings__submenu .heading-row {
        width: 320px;
    }
}

.settings__content {
    width: calc(100% - 320px)
}

@media (min-width: 768px)and (max-width: 991.98px) {
    .settings__content {
        width: calc(100% - 320px)
    }
}

@media (max-width: 767.98px) {
    .settings__content {
        width: 100%
    }
}

.settings__content .heading-row {
    width: calc(100% - 320px - 270px)
}

@media (min-width: 1280px) {
    .settings__content .heading-row {
        width: calc(1280px - 320px - 270px)
    }
}

@media (max-width: 991.98px) {
    .settings__content .heading-row {
        width: 100%
    }
}

.settings__content small {
    color: #6c757d;
    font-size: 1.2rem
}

.settings__content small i.fa-check {
    color: #6fbd2c
}

.settings__content small i.fa-times {
    color: #e04857
}

.settings__content--full {
    width: 100%
}

.settings__content--full .heading-row {
    width: calc(100% - 270px)
}

@media (min-width: 1280px) {
    .settings__content--full .heading-row {
        width: calc(1280px - 270px)
    }
}

@media (max-width: 991.98px) {
    .settings__content--full .heading-row {
        width: 100%
    }
}

.settings-block {
    margin-bottom: 2.3rem
}

.settings-block--margin-top {
    margin-top: 2.3rem
}

.settings-block .settings-block__title {
    color: rgba(59, 59, 59, .7);
    font-size: 1.2rem;
    letter-spacing: .086rem;
    line-height: 2rem;
    font-weight: 500;
    margin-bottom: 1rem
}

.settings-block__actions {
    margin: 4.5rem auto 4rem;
    width: 100%
}

.settings-block__actions .btn-primary {
    padding-left: 7.2rem;
    padding-right: 7.2rem
}

@media (max-width: 767.98px) {
    .settings-block__actions .btn-primary {
        padding-left: 3.6rem;
        padding-right: 3.6rem
    }
}

.settings-block__actions .btn-secondary {
    padding-left: 3.6rem;
    padding-right: 3.6rem
}

@media (max-width: 767.98px) {
    .settings-block__actions .btn-secondary {
        padding-left: 1.8rem;
        padding-right: 1.8rem
    }
}

.settings-block__disclaimer li {
    color: rgba(67, 67, 67, .8);
    letter-spacing: .05rem
}

.settings-block__disclaimer p {
    color: rgba(67, 67, 67, .8);
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: .05rem;
    line-height: 1.6rem;
    padding-bottom: 0;
    margin-bottom: 2rem
}

.settings-block__disclaimer--bigger li, .settings-block__disclaimer--bigger p {
    font-size: 1.5rem;
    line-height: 1.9rem
}

.settigs-block__items {
    padding-bottom: .8rem
}

.settigs-block__items div {
    color: rgba(67, 67, 67, .8);
    font-size: 1.4rem;
    text-align: right;
    padding-top: .3rem
}

.settigs-block__items div:first-child {
    font-weight: 500;
    text-align: left
}

.settigs-block__items:hover {
    box-shadow: inset 0px -0.1rem 0 0rem rgba(59, 59, 59, .3)
}

.password-change .form-group {
    margin-bottom: 1rem
}

a.app-store-link, a.google-store-link {
    display: block;
    width: 150px;
    margin: 1rem;
    height: 43px;
    background-image: url("../images/app_store_logo.png");
    background-size: auto 43px;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    text-indent: -9999px
}

a.google-store-link {
    background-image: url("../images/google_store_logo.png")
}

.toggle-bar {
    border: 1px solid rgba(168, 168, 168, .5);
    height: 2.9rem;
    width: 41px;
    border-radius: 20px;
    font-size: 1.4rem;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: background-color .3s ease;
    text-align: left
}

.toggle-container input {
    display: none
}

.toggle-container label {
    position: relative;
    height: 2.9rem;
    margin: 0
}

.toggle-container__label {
    line-height: 2.9rem;
    vertical-align: top;
    margin-left: 1.1rem;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: .5px
}

.toggle-container label input[type=checkbox]:checked ~ .toggle-bar {
    background-color: #2362a2
}

.toggle-button {
    position: absolute;
    left: 0;
    top: 1px;
    height: 27px;
    width: 27px;
    border-radius: 50%;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .6);
    transition: -webkit-transform linear .08s, background-color linear .08s;
    transition: transform linear .08s, background-color linear .08s;
    will-change: transform;
    z-index: 1;
    background-color: #fff;
    transition: left .2s ease
}

.toggle-container label input[type=checkbox]:checked ~ .toggle-button {
    left: 14px
}

.toggle:hover {
    cursor: pointer
}

@font-face {
    font-family: "pvs-icons";
    src: url("../mv-design/fonts/icons/pvs-icons.ttf") format("truetype"), url("../mv-design/fonts/icons/fonts/pvs-icons.woff") format("woff"), url("../mv-design/fonts/icons/fonts/pvs-icons.svg") format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.svg") format("svg");
    font-weight: 400;
    font-style: normal
}

.isds-icon {
    display: inline-block;
    height: 1.2rem;
    width: 2rem;
    position: relative
}

.isds-icon.isds-full {
    border: 2px solid #686868;
    padding: .2rem .1rem
}

.isds-icon.isds-full::after {
    position: relative;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #686868
}

.isds-icon.isds-almost-full {
    border: 2px solid #686868;
    padding: .2rem .1rem
}

.isds-icon.isds-almost-full::after {
    position: relative;
    display: block;
    content: "";
    width: 75%;
    height: 100%;
    background: #686868
}

.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 18px;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga"
}

table.help_autorizace_table {
    margin: 10px auto
}

table.help_autorizace_table th {
    font-weight: bold;
    background-color: #d9d9d9
}

table.help_autorizace_table th, table.help_autorizace_table td {
    padding: 5px;
    border-color: #000
}

table.help_notification_table th {
    text-align: center;
    background-color: #d9d9d9
}

table.help_notification_table th, table.help_notification_table td {
    border-color: #000;
    padding: 5px
}

table.help_notification_table td.cenetred {
    text-align: center
}

table.help_notification_table tr.thick_bottom_border td {
    border-bottom: 2px solid #000
}

.notif-box {
    border: 1px solid #000;
    padding: 2rem 2rem 0rem 2rem
}

.notif-box p, .notif-box pre {
    padding: 0 0 2rem 0;
    margin: 0 !important
}

.main-content--help p {
    font-weight: normal;
    margin-bottom: 1rem
}

.main-content--help b {
    font-weight: bold
}

.main-content--help img {
    border-style: none;
    display: block;
    margin: 15px auto;
    padding: 0 0 3rem 0;
    max-width: 100%;
    height: auto;
    box-shadow: -2px -2px 6px
}

.main-content--help h2 {
    padding: 0 0 2rem 0
}

.main-content--help h3 {
    font-size: 1.6rem;
    padding: 2rem 0 1rem 0
}

@media (min-width: 992px) {
    .main-content--help .main-pane--top-padding-aligner {
        padding-top: 78px !important
    }

    .main-content--help h2 a[id], .main-content--help h3 a[id] {
        padding-top: 182px
    }
}

@media (max-width: 991.98px) {
    .main-content--help .main-pane .row.heading-row + .row {
        padding-top: 0
    }

    .main-content--help h2 a[id], .main-content--help h3 a[id] {
        padding-top: 72px
    }
}

.panel--scrollable {
    overflow: auto
}

a.ext-link, a.int-link {
    position: relative;
    z-index: 1
}

.side-content__menu--help .help-navbar-close {
    background: url(../images/close.png) !important;
    background-repeat: no-repeat !important;
    background-size: 14px !important;
    background-position: center center !important;
    position: absolute;
    right: 10px;
    border: 0;
    font-size: 1.2rem;
    line-height: 3rem;
    letter-spacing: .05rem;
    font-weight: bold;
    vertical-align: middle;
    color: #fff;
    margin-top: .5rem;
    margin-right: .5rem;
    padding: 2rem
}

h3.drop-area__title, .drop-area__text {
    margin-bottom: 20px
}

@media (min-width: 576px) {
    .drop-area {
        height: auto
    }
}

div[tabindex]:focus, .clickable:focus, a.infoline_link:focus {
    outline: -webkit-focus-ring-color auto 1px;
    outline: #007bff solid 2px
}

a.link-like {
    color: #2362a2;
    cursor: pointer
}

a.anchor-like {
    color: #2362a2;
    cursor: pointer
}

a.anchor-like:hover {
    text-decoration: underline
}

.anchor-like-disabled {
    color: rgba(0, 0, 0, .54)
}

nastaveni-odkaz-button a.anchor-like, nastaveni-odkaz-button a.anchor-like:hover, nastaveni-odkaz-button a.anchor-like:visited {
    text-decoration: none
}

nastaveni-odkaz-button a.anchor-like:visited {
    color: #3b3b3b
}

.clickable.inverse:visited, .clickable.inverse:hover, .clickable.inverse:focus {
    color: #e5ebf0
}

zpet-na-vstup a {
    text-decoration: none
}

@media only screen and ( max-width : 992px) {
    /* DATASYS: Zajišťuje, aby byla drobečková navigace na menší obrazovce v rozmezí XS-MD pod panelem s organizací. Hodnoty zjištěny empiricky. */
    .main-pane--padding-first-top {
        /*padding-top: 100px*/
    }
    /* DATASYS: Zajišťuje, aby panel s organizací na menší obrazovce zachoval konstantní výšku v rozmezí layoutů XS-MD. Hodnoty zjištěny empiricky. */
    .header__main {
        height: 67px
    }
}

/* DATASYS: Zajišťuje, aby se mobilní menu (na malých obrazovkách) rozbalovalo/smrskávalo bez animace. Inspirace: https://stackoverflow.com/questions/13119912/disable-bootstraps-collapse-open-close-animation */
#mobile-menu.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

/* DATASYS: V praxi má vynutit stejný background, jako má css class isds-bg-secondary. */
#desktop-menu {
	background: #3077b7;
}

/* DATASYS: Nadpis desktopového menu je bílý kvůli kontrastu. */
#desktop-menu .navigation__title {
	color: #fff
}

/* DATASYS: Některé nadpisy v patičce měly nedostatečný kontrast (css class isds-text-white), protože byly částečně průhledné. Tato třída je bez průhlednosti a kontrast řeší. */
.isds-text-white {
    color: #fff
}

/* DATASYS: První položka menu nemá reagovat na hover. Není to odkaz, pouze nadpis. S ostatními položkami je třeba ho zarovnat úpravou paddingu. */
@media (max-width: 575.98px) {
	#menu-item-nastaveni-link {
		padding-left: 25px
	}
}
@media (min-width: 576px) {
	#menu-item-nastaveni-link {
		padding-left: 35px
	}
}


/* Firefox autofill background */
input {
    filter: none;
}
