﻿
.box { position: relative; top: 0; opacity: 1; float: left; padding: 60px 50px 40px 50px; width: 100%; background: #fff; border-radius: 10px; transform: scale(1); -webkit-transform: scale(1); -ms-transform: scale(1); z-index: 5; }

    .box.back { transform: scale(.95); -webkit-transform: scale(.95); -ms-transform: scale(.95); top: -20px; opacity: .8; z-index: -1; }

    .box:before { content: ""; width: 100%; height: 30px; border-radius: 10px; position: absolute; top: -10px; background: rgba(255, 255, 255, .6); left: 0; transform: scale(.95); -webkit-transform: scale(.95); -ms-transform: scale(.95); z-index: -1; }

.overbox .title { color: #fff; }

    .overbox .title:before { background: #fff; }

.title { width: 100%; float: left; line-height: 46px; font-size: 25px; font-weight: 700; letter-spacing: 2px; color: #ED2553; position: relative; }

    .title:before { content: ""; width: 5px; height: 100%; position: absolute; top: 0; left: -50px; background: #ED2553; }
.whiteColor { color: #ffffff; }
.input,
.input label,
.input input,
.input .spin,
.button,
.button button .button.login button i.fa,
.material-button .shape:before,
.material-button .shape:after,
.button.login button { transition: 300ms cubic-bezier(.4, 0, .2, 1); -webkit-transition: 300ms cubic-bezier(.4, 0, .2, 1); -ms-transition: 300ms cubic-bezier(.4, 0, .2, 1); }

.material-button,
.alt-2,
.material-button .shape,
.alt-2 .shape,
.box { transition: 400ms cubic-bezier(.4, 0, .2, 1); -webkit-transition: 400ms cubic-bezier(.4, 0, .2, 1); -ms-transition: 400ms cubic-bezier(.4, 0, .2, 1); }

.input,
.input label,
.input input,
.input .spin,
.button,
.button button { width: 100%; float: left; }

.input,
.button { margin-top: 30px; height: 70px; }

    .input,
    .input input,
    .button,
    .button button { position: relative; }

        .input input { height: 60px; top: 10px; border: none; background: transparent; }

        .input input,
        .input label,
        .button button { font-family: 'Roboto', sans-serif; font-size: 24px; color: rgba(0, 0, 0, 0.8); font-weight: 300; }

        .input:before,
        .input .spin { width: 100%; height: 1px; position: absolute; bottom: 0; left: 0; }

        .input:before { content: ""; z-index: 99999; }
        /*background: rgba(0, 0, 0, 0.1);*/

        .input .spin { background: #ED2553; z-index: 4; width: 0; }

.overbox .input .spin { background: rgba(255, 255, 255, 1); }

/*.overbox .input:before { background: rgba(255, 255, 255, 0.5); }*/

.input label { position: absolute; top: 10px; left: 0; z-index: 2; cursor: pointer; line-height: 60px; }

.button.login { width: 60%; left: 20%; }

    .button.login button,
    .button button { width: 100%; line-height: 64px; left: 0%; background-color: transparent; border: 3px solid rgba(0, 0, 0, 0.1); font-weight: 900; font-size: 18px; color: rgba(0, 0, 0, 0.2); }

.button.login { margin-top: 30px; }

.button { margin-top: 20px; }

    .button button { background-color: #fff; color: #ED2553; border: none; }

    .button.login button.active { border: 3px solid transparent; color: #fff !important; }

        .button.login button.active span { opacity: 0; transform: scale(0); -webkit-transform: scale(0); -ms-transform: scale(0); }

        .button.login button.active i.fa { opacity: 1; transform: scale(1) rotate(-0deg); -webkit-transform: scale(1) rotate(-0deg); -ms-transform: scale(1) rotate(-0deg); }

    .button.login button i.fa { width: 100%; height: 100%; position: absolute; top: 0; left: 0; line-height: 60px; transform: scale(0) rotate(-45deg); -webkit-transform: scale(0) rotate(-45deg); -ms-transform: scale(0) rotate(-45deg); }

    .button.login button:hover { color: #ED2553; border-color: #ED2553; }

.button { margin: 40px 0; overflow: hidden; z-index: 2; }

    .button button { cursor: pointer; position: relative; z-index: 2; }

.pass-forgot { width: 100%; float: left; text-align: center; color: rgba(0, 0, 0, 0.4); font-size: 18px; }

.click-efect { position: absolute; top: 0; left: 0; background: #ED2553; border-radius: 50%; }

.overbox { width: 350px; height: 582px; position: absolute; top: 80px; left: 625px; overflow: inherit; border-radius: 0px; padding: 60px 50px 40px 50px; }

    .overbox .title,
    .overbox .button,
    .overbox .input { position: relative; color: #fff !important; display: none; }

    .overbox .title { width: 100%; }

    .overbox .input { margin-top: 20px; }

        .overbox .input input,
        .overbox .input label { color: #fff; }

    .overbox .material-button,
    .overbox .material-button .shape,
    .overbox .alt-2,
    .overbox .alt-2 .shape { display: block; }

.material-button,
.alt-2 { width: 30px; height: 30px; border-radius: 50%; background: #ED2553; position: absolute; top: 200px; right: 25px; cursor: pointer; transform: translate(0%, 0%); -webkit-transform: translate(0%, 0%); -ms-transform: translate(0%, 0%); }

    .material-button .shape,
    .alt-2 .shape { position: absolute; top: 0; right: 0; width: 100%; height: 100%; }

        .material-button .shape:before,
        .alt-2 .shape:before,
        .material-button .shape:after,
        .alt-2 .shape:after { content: ""; background: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(360deg); -webkit-transform: translate(-50%, -50%) rotate(360deg); -ms-transform: translate(-50%, -50%) rotate(360deg); }

    /*.material-button .shape:before,
		.alt-2 .shape:before { width: 18px; height: 4px; }

		.material-button .shape:after,
		.alt-2 .shape:after { height: 18px; width: 4px; }*/

    .material-button.active,
    .alt-2.active { top: 50%; right: 50%; transform: translate(50%, -50%) rotate(0deg); -webkit-transform: translate(50%, -50%) rotate(0deg); -ms-transform: translate(50%, -50%) rotate(0deg); }



.materialContainer { width: 100%; max-width: 460px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); }

*,
*:after,
*::before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; text-decoration: none; list-style-type: none; outline: none; }






.jconfirm-content { text-align: center; padding: 0px 10px; }







/*Confromation Box*/
@-webkit-keyframes jconfirm-spin {
    from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes jconfirm-spin {
    from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

body[class*=jconfirm-no-scroll-] { overflow: hidden !important; }
.jconfirm { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 99999999; font-family: inherit; overflow: hidden; }
    .jconfirm .jconfirm-bg { position: fixed; top: 0; left: 0; right: 0; bottom: 0; -webkit-transition: opacity .4s; transition: opacity .4s; }
        .jconfirm .jconfirm-bg.jconfirm-bg-h { opacity: 0 !important; }
    .jconfirm .jconfirm-scrollpane { position: fixed; top: 0; left: 0; right: 0; bottom: 0; overflow-y: hidden; -webkit-perspective: 500px; perspective: 500px; -webkit-perspective-origin: center; perspective-origin: center; }
    .jconfirm .jconfirm-box { background: white; border-radius: 4px; position: inherit; outline: none; padding: 0px 0px 0; margin: 0 auto; overflow: hidden; }
/*.jconfirm-box-container { width:450px; margin:0 auto; }*/
@-webkit-keyframes type-blue {
    1%, 100% { border-color: #3498db; }
    50% { border-color: #5faee3; }
}

@keyframes type-blue {
    1%, 100% { border-color: #3498db; }
    50% { border-color: #5faee3; }
}

@-webkit-keyframes type-green {
    1%, 100% { border-color: #2ecc71; }
    50% { border-color: #54d98c; }
}

@keyframes type-green {
    1%, 100% { border-color: #2ecc71; }
    50% { border-color: #54d98c; }
}

@-webkit-keyframes type-red {
    1%, 100% { border-color: #e74c3c; }
    50% { border-color: #ed7669; }
}

@keyframes type-red {
    1%, 100% { border-color: #e74c3c; }
    50% { border-color: #ed7669; }
}

@-webkit-keyframes type-orange {
    1%, 100% { border-color: #f1c40f; }
    50% { border-color: #f4d03f; }
}

@keyframes type-orange {
    1%, 100% { border-color: #f1c40f; }
    50% { border-color: #f4d03f; }
}

@-webkit-keyframes type-purple {
    1%, 100% { border-color: #9b59b6; }
    50% { border-color: #b07cc6; }
}

@keyframes type-purple {
    1%, 100% { border-color: #9b59b6; }
    50% { border-color: #b07cc6; }
}

@-webkit-keyframes type-dark {
    1%, 100% { border-color: #34495e; }
    50% { border-color: #46627f; }
}

@keyframes type-dark {
    1%, 100% { border-color: #34495e; }
    50% { border-color: #46627f; }
}

.jconfirm-closeIcon { display: block !important; color: #FFF; }
.jconfirm-clear { clear: both; }
.jconfirm-SucessMsgicon { float: left; width: 420px; font-size: 58px; color: #f11010; display: block; margin-top: -32px; height: auto; text-align: center; position: absolute; }
    .jconfirm-SucessMsgicon img { width: 60px; }
.jconfirm-ErrorMsgicon { float: left; width: 420px; font-size: 58px; color: #f11010; display: block; margin-top: -32px; height: auto; text-align: center; position: absolute; }
    .jconfirm-ErrorMsgicon img { width: 60px; }
.jconfirm-Notification { float: left; width: 420px; font-size: 58px; color: #f11010; display: block; margin-top: -32px; height: auto; text-align: center; position: absolute; }
    .jconfirm-Notification img { width: 60px; }

.jconfirm-scrollpane .container { width: 435px !important; }
.jconfirm .jconfirm-box.jconfirm-type-animated { -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }
.jconfirm .jconfirm-box.jconfirm-type-blue { border-top: solid 7px #3498db; -webkit-animation-name: type-blue; animation-name: type-blue; }
.jconfirm .jconfirm-box.jconfirm-type-green { border-top: solid 7px #2ecc71; -webkit-animation-name: type-green; animation-name: type-green; }
.jconfirm .jconfirm-box.jconfirm-type-red { border-top: solid 7px #e74c3c; -webkit-animation-name: type-red; animation-name: type-red; }
.jconfirm .jconfirm-box.jconfirm-type-orange { border-top: solid 7px #f1c40f; -webkit-animation-name: type-orange; animation-name: type-orange; }
.jconfirm .jconfirm-box.jconfirm-type-purple { border-top: solid 7px #9b59b6; -webkit-animation-name: type-purple; animation-name: type-purple; }
.jconfirm .jconfirm-box.jconfirm-type-dark { border-top: solid 7px #34495e; -webkit-animation-name: type-dark; animation-name: type-dark; }
.jconfirm .jconfirm-box.loading { height: 120px; }
    .jconfirm .jconfirm-box.loading:before { content: ''; position: absolute; left: 0; background: white; right: 0; top: 0; bottom: 0; border-radius: 10px; z-index: 1; }
    .jconfirm .jconfirm-box.loading:after { opacity: 0.6; content: ''; height: 30px; width: 30px; border: solid 3px transparent; position: absolute; left: 50%; margin-left: -15px; border-radius: 50%; -webkit-animation: jconfirm-spin 1s infinite linear; animation: jconfirm-spin 1s infinite linear; border-bottom-color: dodgerblue; top: 50%; margin-top: -15px; z-index: 2; }
.jconfirm .jconfirm-box div.jconfirm-closeIcon { height: 20px; width: 20px; position: absolute; top: 5px; right: 5px; cursor: pointer; opacity: .6; text-align: center; -webkit-transition: opacity 0.3s ease-in; transition: opacity 0.3s ease-in; font-size: 27px !important; line-height: 14px !important; display: none !important; }
    .jconfirm .jconfirm-box div.jconfirm-closeIcon:empty { display: none; }
    .jconfirm .jconfirm-box div.jconfirm-closeIcon .fa { font-size: 16px; }
    .jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon { font-size: 16px; }
    .jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi { font-size: 16px; }
    .jconfirm .jconfirm-box div.jconfirm-closeIcon:hover { opacity: 1; }
.jconfirm .jconfirm-box div.jconfirm-title-c { display: none; font-size: 22px; line-height: 20px; color: #FFF; padding: 5px; }
    .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c { font-size: inherit; padding-bottom: 0px; display: inline-block; margin-right: 8px; vertical-align: middle; }
        .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i { vertical-align: middle; }
        .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty { display: none; }
    .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title { font-size: inherit; font-family: inherit; display: inline-block; vertical-align: middle; padding-bottom: 0px; }
        .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty { display: none; }
.jconfirm .jconfirm-box div.jconfirm-content-pane { margin-bottom: 6px; margin-top: 45px; text-align: center; min-height: 32px; -webkit-transition: height 0.4s ease-in; transition: height 0.4s ease-in; display: inline-block; width: 100%; position: relative; overflow: hidden; }
    .jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img { max-width: 100%; height: auto; }
    .jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty { display: none; }
.jconfirm .jconfirm-box .jconfirm-buttons { padding-bottom: 11px; }
    .jconfirm .jconfirm-box .jconfirm-buttons > button { margin-bottom: 4px; margin-left: 2px; margin-right: 2px; }
    .jconfirm .jconfirm-box .jconfirm-buttons button { display: inline-block; padding: 6px 45px; font-size: 14px; font-weight: 400; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; border-radius: 0px; min-height: 1em; outline: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease; transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease; -webkit-tap-highlight-color: transparent; border: none; background-image: none; }
        .jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue { background-color: #3498db; color: #FFF; text-shadow: none; -webkit-transition: background .2s; transition: background .2s; }
            .jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover { background-color: #2980b9; color: #FFF; }
        .jconfirm .jconfirm-box .jconfirm-buttons button.btn-green { background-color: #2ecc71; color: #FFF; text-shadow: none; -webkit-transition: background .2s; transition: background .2s; }
            .jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover { background-color: #27ae60; color: #FFF; }
        .jconfirm .jconfirm-box .jconfirm-buttons button.btn-red { background-color: #e74c3c; color: #FFF; text-shadow: none; -webkit-transition: background .2s; transition: background .2s; }
            .jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover { background-color: #c0392b; color: #FFF; }
        .jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange { background-color: #f1c40f; color: #FFF; text-shadow: none; -webkit-transition: background .2s; transition: background .2s; }
            .jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange:hover { background-color: #f39c12; color: #FFF; }
        .jconfirm .jconfirm-box .jconfirm-buttons button.btn-default { background-color: #ecf0f1; color: #000; text-shadow: none; -webkit-transition: background .2s; transition: background .2s; }
            .jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover { background-color: #bdc3c7; color: #000; }
        .jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple { background-color: #9b59b6; color: #FFF; text-shadow: none; -webkit-transition: background .2s; transition: background .2s; }
            .jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple:hover { background-color: #8e44ad; color: #FFF; }
        .jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark { background-color: #34495e; color: #FFF; text-shadow: none; -webkit-transition: background .2s; transition: background .2s; }
            .jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover { background-color: #2c3e50; color: #FFF; }
.jconfirm .jconfirm-clear { clear: both; }
.jconfirm.jconfirm-rtl { direction: rtl; }
    .jconfirm.jconfirm-rtl div.jconfirm-closeIcon { left: 5px; right: auto; }
.jconfirm.jconfirm-white .jconfirm-bg,
.jconfirm.jconfirm-light .jconfirm-bg { background-color: #4f4f4f; opacity: 0.6; }
.jconfirm.jconfirm-white .jconfirm-box,
.jconfirm.jconfirm-light .jconfirm-box { box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); border-radius: 12px; /*border: 1px solid #fcaf02;*/ }
    .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons,
    .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons { float: none; display: inline-block; }
.jconfirm-buttonsMain { float: left; width: 100%; text-align: center; margin: 0 auto; }
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button { text-transform: uppercase; font-size: 14px; font-weight: bold; text-shadow: none; background: #00c6f7 !important; color: #fff; border-radius: 5px; }
    .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default,
    .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default { box-shadow: none; color: #333; color: #fff; background-color: #1aa3ff; }
        .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover,
        .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover { background-color: #1b8ad4; }
.jconfirm.jconfirm-black .jconfirm-bg,
.jconfirm.jconfirm-dark .jconfirm-bg { background-color: darkslategray; opacity: .4; }
.jconfirm.jconfirm-black .jconfirm-box,
.jconfirm.jconfirm-dark .jconfirm-box { box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); background: #444; border-radius: 5px; color: white; }
    .jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons,
    .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons { float: right; }
        .jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button,
        .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button { border: none; background-image: none; text-transform: uppercase; font-size: 14px; font-weight: bold; text-shadow: none; -webkit-transition: background .1s; transition: background .1s; color: white; }
            .jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default,
            .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default { box-shadow: none; color: #fff; background: none; }
                .jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover,
                .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover { background: #666; }
/*.jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake { -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both; animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow { -webkit-animation: glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both; animation: glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }*/
/*.ConfirmBtn { margin-right: 62px !important; }*/

@-webkit-keyframes shake {
    10%, 90% { -webkit-transform: translate3d(-2px, 0, 0); transform: translate3d(-2px, 0, 0); }
    20%, 80% { -webkit-transform: translate3d(4px, 0, 0); transform: translate3d(4px, 0, 0); }
    30%, 50%, 70% { -webkit-transform: translate3d(-8px, 0, 0); transform: translate3d(-8px, 0, 0); }
    40%, 60% { -webkit-transform: translate3d(8px, 0, 0); transform: translate3d(8px, 0, 0); }
}

@keyframes shake {
    10%, 90% { -webkit-transform: translate3d(-2px, 0, 0); transform: translate3d(-2px, 0, 0); }
    20%, 80% { -webkit-transform: translate3d(4px, 0, 0); transform: translate3d(4px, 0, 0); }
    30%, 50%, 70% { -webkit-transform: translate3d(-8px, 0, 0); transform: translate3d(-8px, 0, 0); }
    40%, 60% { -webkit-transform: translate3d(8px, 0, 0); transform: translate3d(8px, 0, 0); }
}

@-webkit-keyframes glow {
    0%, 100% { box-shadow: 0 0 3px red; }
    50% { box-shadow: 0 0 30px red; }
}

@keyframes glow {
    0%, 100% { box-shadow: 0 0 3px red; }
    50% { box-shadow: 0 0 30px red; }
}
/*Transition rules*/
.jconfirm { -webkit-perspective: 400px; perspective: 400px; }
    .jconfirm .jconfirm-box { opacity: 1; -webkit-transition-property: all; transition-property: all; }
        .jconfirm .jconfirm-box.jconfirm-animation-top,
        .jconfirm .jconfirm-box.jconfirm-animation-left,
        .jconfirm .jconfirm-box.jconfirm-animation-right,
        .jconfirm .jconfirm-box.jconfirm-animation-bottom,
        .jconfirm .jconfirm-box.jconfirm-animation-opacity,
        .jconfirm .jconfirm-box.jconfirm-animation-zoom,
        .jconfirm .jconfirm-box.jconfirm-animation-scale,
        .jconfirm .jconfirm-box.jconfirm-animation-none,
        .jconfirm .jconfirm-box.jconfirm-animation-rotate,
        .jconfirm .jconfirm-box.jconfirm-animation-rotatex,
        .jconfirm .jconfirm-box.jconfirm-animation-rotatey,
        .jconfirm .jconfirm-box.jconfirm-animation-scaley,
        .jconfirm .jconfirm-box.jconfirm-animation-scalex { opacity: 0; }
        .jconfirm .jconfirm-box.jconfirm-animation-rotate { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }
        .jconfirm .jconfirm-box.jconfirm-animation-rotatex { -webkit-transform: rotateX(90deg); transform: rotateX(90deg); -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center; }
        .jconfirm .jconfirm-box.jconfirm-animation-rotatexr { -webkit-transform: rotateX(-90deg); transform: rotateX(-90deg); -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center; }
        .jconfirm .jconfirm-box.jconfirm-animation-rotatey { -webkit-transform: rotatey(90deg); -ms-transform: rotatey(90deg); transform: rotatey(90deg); -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center; }
        .jconfirm .jconfirm-box.jconfirm-animation-rotateyr { -webkit-transform: rotatey(-90deg); -ms-transform: rotatey(-90deg); transform: rotatey(-90deg); -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center; }
        .jconfirm .jconfirm-box.jconfirm-animation-scaley { -webkit-transform: scaley(1.5); -ms-transform: scaley(1.5); transform: scaley(1.5); -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center; }
        .jconfirm .jconfirm-box.jconfirm-animation-scalex { -webkit-transform: scalex(1.5); -ms-transform: scalex(1.5); transform: scalex(1.5); -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center; }
        .jconfirm .jconfirm-box.jconfirm-animation-top { -webkit-transform: translate(0px, -100px); -ms-transform: translate(0px, -100px); transform: translate(0px, -100px); }
        .jconfirm .jconfirm-box.jconfirm-animation-left { -webkit-transform: translate(-100px, 0px); -ms-transform: translate(-100px, 0px); transform: translate(-100px, 0px); }
        .jconfirm .jconfirm-box.jconfirm-animation-right { -webkit-transform: translate(100px, 0px); -ms-transform: translate(100px, 0px); transform: translate(100px, 0px); }
        .jconfirm .jconfirm-box.jconfirm-animation-bottom { -webkit-transform: translate(0px, 100px); -ms-transform: translate(0px, 100px); transform: translate(0px, 100px); }
        .jconfirm .jconfirm-box.jconfirm-animation-zoom { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }
        .jconfirm .jconfirm-box.jconfirm-animation-scale { -webkit-transform: scale(0.5); -ms-transform: scale(0.5); transform: scale(0.5); }
        .jconfirm .jconfirm-box.jconfirm-animation-none { visibility: hidden; }
    .jconfirm.jconfirm-supervan .jconfirm-bg { background-color: rgba(54, 70, 93, 0.95); }
    .jconfirm.jconfirm-supervan .jconfirm-box { background-color: transparent; }
        .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon { color: white; }
        .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c { text-align: center; color: white; font-size: 28px; font-weight: normal; }
            .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c > * { padding-bottom: 25px; }
        .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane { margin-bottom: 25px; }
        .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content { text-align: center; color: white; }
        .jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons { text-align: center; }
            .jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button { font-size: 16px; border-radius: 2px; background: #303f53; text-shadow: none; border: none; color: white; padding: 10px; min-width: 100px; }
    .jconfirm.jconfirm-material .jconfirm-bg { background-color: rgba(0, 0, 0, 0.67); }
    .jconfirm.jconfirm-material .jconfirm-box { background-color: white; box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12); padding: 30px 25px 10px 25px; }
        .jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon { color: rgba(0, 0, 0, 0.87); }
        .jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c { color: rgba(0, 0, 0, 0.87); font-size: 22px; font-weight: bold; }
        .jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content { text-align: left; color: rgba(0, 0, 0, 0.87); float: left; }
        .jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons { text-align: right; }
            .jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button { text-transform: uppercase; font-weight: 500; }
    .jconfirm.jconfirm-bootstrap .jconfirm-bg { background-color: rgba(0, 0, 0, 0.21); }
    .jconfirm.jconfirm-bootstrap .jconfirm-box { background-color: white; box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.2); border: solid 1px rgba(0, 0, 0, 0.4); padding: 15px 0 0; }
        .jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon { color: rgba(0, 0, 0, 0.87); }
        .jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c { color: rgba(0, 0, 0, 0.87); font-size: 22px; font-weight: bold; padding-left: 15px; padding-right: 15px; }
        .jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content { text-align: left; color: rgba(0, 0, 0, 0.87); padding: 0px 15px; }
        .jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons { text-align: right; padding: 0px 0 0px; margin: -5px 0 0px; border-top: solid 1px #ddd; overflow: hidden; border-radius: 0 0 4px 4px; }
            .jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button { font-weight: 500; border-radius: 0px; margin: 0; border-left: solid 1px #ddd; }







.errorMsg { font-size: 13px; margin-left: 48px; color: #9b0000; visibility: hidden; min-height: 18px; }
.disabled { pointer-events: none; }




@media screen and (min-width: 100px) and (max-width: 400px) {

    /*.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons { margin-right: 30%; }*/
    .ConfirmBtn button { padding: 6px 33px !important; }
    /*.ConfirmBtn { margin-right: 6px !important; }*/
}



@media screen and (min-width: 100px) and (max-width: 300px) {
    .overbox { width: 272px; height: 600px; top: 6px; left: 25px; }
}


@media screen and (min-width: 300px) and (max-width: 400px) {
    .jconfirm-content-pane { padding: 4px; }
    .overbox { width: 272px; height: 600px; top: 6px; left: 25px; }
    /*.jconfirm-ErrorMsgicon { width: 273px; }*/
    /*.jconfirm-SucessMsgicon { width: 273px; }
    .jconfirm-Notification { width: 273px; }*/
    /*.jconfirm-scrollpane .container { width: 286px !important; }*/
}

@media screen and (min-width: 300px) and (max-width: 471px) {
    .jconfirm-ErrorMsgicon { width: 87%; }
    .jconfirm-SucessMsgicon { width: 87%; }
    .jconfirm-Notification { width: 87%; }
    .jconfirm-scrollpane .container { width: 90% !important; }
    /*.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons { margin-right: 36%; }*/
}

@media screen and (min-width: 400px) and (max-width: 500px) {
    .overbox { width: 345px; height: 560px; top: 72px; left: 36px; }
}

@media screen and (min-width: 500px) and (max-width: 600px) {
    .overbox { width: 275px; height: 600px; top: 6px; left: 25px; }
}

@media screen and (min-width: 600px) and (max-width: 700px) {
    .overbox { width: 346px; height: 560px; top: 186px; left: 129px; }
}

@media screen and (min-width: 700px) and (max-width: 800px) {
    .overbox { width: 275px; height: 600px; top: 6px; left: 25px; }
}


@media screen and (min-width: 400px) and (max-width: 800px) {

    /*.jconfirm-scrollpane .container { width: 362px !important; }*/
    /*.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons { margin-right: 118px; }*/
    /*.jconfirm-ErrorMsgicon { width: 349px; }*/
    /*.jconfirm-SucessMsgicon { width: 349px; }
    .jconfirm-Notification { width: 349px; }*/
    /*.ConfirmBtn { margin-right: 22px !important; }*/
}
