﻿#public-modal-container {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999999999;
}
.public-modal-chk input {
    color: #585050;
    font-style: italic;
}
.public-modal-chk .control-label {
    color: #e8d026;
}
.public-modal-chk a {
    color: #22afe4;
}
.public-modal-chk {
    position: fixed;
    min-width: 20%;
    left: 30%;
    max-width: 40%;
    top: 25vh;
    min-height: 25vh;
    z-index: 1;
    background: black;
    border-radius: 2em;
    border: 3px #009eef solid;
    box-shadow: 1px 1px 9px 2px #009eef;
}

    .public-modal-chk .form-group {
        width: 50vw;
        padding-bottom: 5px;
    }

html.public-modal-active, body.public-modal-active {
    overflow: hidden;
    display: block;
}

.public-modal-chk input.btn.btn-default {
    background: #d21703;
    padding: 5px;
    color: #fffafa;
    min-width: 10%;
    text-shadow: #121212 0.1vh 0.1vh;
}

label.public-control-label {
    display: inline-block;
    text-align: right;
    width: 40%;
}
/*.form-group .form-control {
    display: inline-block;
    text-align: left;
    min-width: 40%;
}*/
    .public-modal-chk .form-group label:after {
    content: ": ";
}

.public-dl-horizontal dt {
    color: #8a6d3b !important;
}

.public-dl-horizontal dd {
    color: #e5e5e5 !important;
}

.public-modal-chk h3 {
    color: #e0c431;
}

.public-modal-chk h4 {
    color: #ababab;
    font-size: 2.5vw;
    font-weight: 500;
    text-decoration: underline;
}


#public-modal-container .public-modal-background {
    display: table-cell;
    background: rgba(0,0,0,0.8);
    text-align: center;
    vertical-align: middle;
}

#public-modal-container.one {
    transform: scaleY(0.01) scaleX(0);
    animation: unfoldIn 1s cubic-bezier(0.165,0.84,0.44,1) forwards;
}


#public-modal-container.public-one.public-out {
    transform: scale(1);
    animation: unfoldOut 1s 0.3s cubic-bezier(0.165,0.84,0.44,1) forwards;
}

#modal-container.public-one.public-out .public-modal-background .public-modal-chk {
    animation: zoomOut 0.5s cubic-bezier(0.165,0.84,0.44,1) forwards;
}


@keyframes unfoldIn {
    0% {
        transform: scaleY(0.005) scaleX(0);
    }

    50% {
        transform: scaleY(0.005) scaleX(1);
    }

    100% {
        transform: scaleY(1) scaleX(1);
    }
}

@keyframes unfoldOut {
    0% {
        transform: scaleY(1) scaleX(1);
    }

    50% {
        transform: scaleY(0.005) scaleX(1);
    }

    100% {
        transform: scaleY(0.005) scaleX(0);
    }
}

/*To #modal-container*/
/*.loader-bck-mod {
    background: url(/icon/black-orchid.png),linear-gradient(110deg,#ffffff6b 30%,#d4d3d4b8 70%,#86838e 80%,#4f4e50 100%);
}*/
/*To .modal-chk*/
/*.loader-bck {
    background: transparent;
}

.loader-bck-mod-ajax {
    background: transparent !important;
}

.loader-bck-ajax {
    background: transparent !important;
}

.ajax-small {
    width: 50vw;
    height: 50vh;
}

div#msg-container {
    top: 63vh;
    position: absolute;
    color: #8a6d3b;
    font-size: 2em;
    font-family: monospace;
}*/

/*#svg8 -- > class ajax-small width: 50vw;
height: 50vh;*/


/*.path-gold {
    -webkit-animation: gold-to-black 5s linear infinite;
}

.path-black {
    -webkit-animation: black-to-gold 5s linear infinite;
}

@keyframes black-to-gold {
    0% {
        fill: #000000 !important;
    }

    25% {
        fill: #8a6d3b !important;
    }

    50% {
        fill: #000000 !important;
    }

    100% {
        fill: #8a6d3b !important;
    }
}

@keyframes gold-to-black {
    0% {
        fill: #8a6d3b !important;
    }

    25% {
        fill: #000000 !important;
    }

    50% {
        fill: #8a6d3b !important;
    }

    100% {
        fill: #000000 !important;
    }
}*/
@media (max-width:600px)
{
    .public-modal-chk {
        left: 5% !important;
        max-width: 90% !important;
        max-height: 400px !important;
    }
}