﻿/* body: begin */
body > .mfp-ready {
    position: fixed !important;
    top: 0 !important;
}

body .mfp-content .btn-info {
    border-color: rgba(0, 153, 230, 1) !important;
    background-color: rgba(0, 153, 230, 1) !important;
}

    body .mfp-content .btn-info:active, body .btn-info:focus {
        border-color: rgba(0, 153, 230, 1) !important;
        background-color: rgba(0, 153, 230, 1) !important;
    }
/* body: end */

/* modal: begin */
.mfp-content .modal-block-info .fa {
    color: rgba(0, 153, 230, 1);
}

.mfp-content .modal-block-info.modal-header-color .panel-heading {
    background-color: rgba(0, 153, 230, 1);
}

    .mfp-content .modal-block-info.modal-header-color .panel-heading a.url-link i.fa {
        color: white !important;
    }

.mfp-content .modal-block.modal-header-color .panel-heading h1.panel-title,
.mfp-content .modal-block.modal-header-color .panel-heading h2.panel-title {
    color: #fff;
}

    .mfp-content .modal-block.modal-header-color .panel-heading h1.panel-title a:hover,
    .mfp-content .modal-block.modal-header-color .panel-heading h2.panel-title a:hover {
        color: #000;
    }
/* modal: end */

/* progress: begin */
.mfp-content .progress .progress-bar-default {
    background-color: #ccc;
}
/* progress: end */

/* search: begin */
.mfp-content form.search.nav-form .input-search input.form-control:focus {
    border-color: #33bbff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 136, 204, 0.3);
}
/* search: end */

/* border: begin */

.mfp-content .border-left-thick {
    border-left-style: solid;
    border-left-width: thick;
}

.mfp-content .border-primary {
    border-color: #0088cc;
}

.mfp-content .border-left-primary {
    border-left-color: #0088cc;
}

.mfp-content .border-secondary {
    border-color: #dc372d;
}

.mfp-content .border-left-secondary {
    border-left-color: #dc372d;
}

.mfp-content .border-tertiary {
    border-color: #218388;
}

.mfp-content .border-left-tertiary {
    border-left-color: #218388;
}

.mfp-content .border-quartenary {
    border-color: #734ba9;
}

.mfp-content .border-left-quartenary {
    border-left-color: #734ba9;
}

.mfp-content .border-info {
    border-color: #269abc;
}

.mfp-content .border-left-info {
    border-left-color: #269abc;
}

.mfp-content .border-success {
    border-color: #398439;
}

.mfp-content .border-left-success {
    border-left-color: #398439;
}

.mfp-content .border-warning {
    border-color: #d58512;
}

.mfp-content .border-left-warning {
    border-left-color: #d58512;
}

.mfp-content .border-danger {
    border-color: #ac2925;
}

.mfp-content .border-left-danger {
    border-left-color: #ac2925;
}
/* border: end */

/* btn: begin */
.mfp-content .btn-secondary {
    color: #ffffff;
    background-color: #e36159;
    border-color: #e36159 #e36159 #dc372d;
}

    .mfp-content .btn-secondary:active,
    .mfp-content .btn-secondary:hover,
    .mfp-content .btn-secondary:focus {
        color: #ffffff;
        border-color: #e7766f #e7766f #df4c43;
        background-color: #e7766f;
    }

.mfp-content .btn-tertiary {
    color: #ffffff;
    background-color: #2baab1;
    border-color: #2baab1 #2baab1 #218388;
}

    .mfp-content .btn-tertiary:active,
    .mfp-content .btn-tertiary:hover,
    .mfp-content .btn-tertiary:focus {
        color: #ffffff;
        border-color: #30bec6 #30bec6 #26969c;
        background-color: #30bec6;
    }

.mfp-content .btn-quartenary {
    color: #ffffff;
    background-color: #734ba9;
    border-color: #383f48 #383f48 #22262b;
}

    .mfp-content .btn-quartenary:active,
    .mfp-content .btn-quartenary:hover,
    .mfp-content .btn-quartenary:focus {
        color: #ffffff;
        border-color: #434c56 #434c56 #2d323a;
        background-color: #434c56;
    }
/* btn: end */

/* txt: end */
.mfp-content .txt-default {
    color: #0088cc;
}

.mfp-content .text-primary {
    color: #0088cc !important;
}

.mfp-content .text-secondary {
    color: #e36159 !important;
}

.mfp-content .text-tertiary {
    color: #2baab1 !important;
}

.mfp-content .text-quartenary {
    color: #734ba9 !important;
}

.mfp-content .text-success {
    color: #47a447 !important;
}

.mfp-content .text-warning {
    color: #ed9c28 !important;
}

.mfp-content .text-danger {
    color: #d2322d !important;
}

.mfp-content .text-info {
    color: #5bc0de !important;
}

.mfp-content .text-dark {
    color: #171717 !important;
}

.mfp-content .text-light {
    color: #ffffff !important;
}

.mfp-content .text-primary-inverse {
    color: white !important;
}

.mfp-content .text-secondary-inverse {
    color: white !important;
}

.mfp-content .text-tertiary-inverse {
    color: white !important;
}

.mfp-content .text-quartenary-inverse {
    color: white !important;
}

.mfp-content .text-success-inverse {
    color: white !important;
}

.mfp-content .text-warning-inverse {
    color: white !important;
}

.mfp-content .text-danger-inverse {
    color: white !important;
}

.mfp-content .text-info-inverse {
    color: white !important;
}

.mfp-content .text-dark-inverse {
    color: white !important;
}
/* txt: end */

/* priorities: begin */
.mfp-content .priority.low {
    background-color: #5bc0de;
    color: white;
}

.mfp-content .priority.medium {
    background-color: #204d74;
    color: white;
}

.mfp-content .priority.high {
    background-color: #ec971f;
    color: white;
}

.mfp-content .priority.critical {
    background-color: #ac2925;
    color: white;
}
/* priorities: end */

/* panels: start */

.mfp-content .panel {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    /* WHY?
	+ .mfp-content .panel {
		margin-top: 35px;
	}*/;
}

.mfp-content .panel-heading {
    background: #f6f6f6;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #DADADA;
    padding: 18px;
    position: relative;
}

    .mfp-content .panel-heading.bg-primary {
        background: #cccccc;
        color: white;
        border-bottom: 0 none;
        border-right: 0 none;
    }

    .mfp-content .panel-heading.bg-secondary {
        background: #e36159;
        color: white;
        border-bottom: 0 none;
        border-right: 0 none;
    }

    .mfp-content .panel-heading.bg-tertiary {
        background: #2baab1;
        color: white;
        border-bottom: 0 none;
        border-right: 0 none;
    }

    .mfp-content .panel-heading.bg-quartenary {
        background: #734ba9;
        color: white;
        border-bottom: 0 none;
        border-right: 0 none;
    }

    .mfp-content .panel-heading.bg-success {
        background: #47a447;
        color: white;
        border-bottom: 0 none;
        border-right: 0 none;
    }

    .mfp-content .panel-heading.bg-warning {
        background: #ed9c28;
        color: white;
        border-bottom: 0 none;
        border-right: 0 none;
    }

    .mfp-content .panel-heading.bg-danger {
        background: #d2322d;
        color: white;
        border-bottom: 0 none;
        border-right: 0 none;
    }

    .mfp-content .panel-heading.bg-info {
        background: #5bc0de;
        color: white;
        border-bottom: 0 none;
        border-right: 0 none;
    }

    .mfp-content .panel-heading.bg-dark {
        background: #171717;
        color: white;
        border-bottom: 0 none;
        border-right: 0 none;
    }

    .mfp-content .panel-heading.bg-white {
        background: #fff;
        border-bottom: 0 none;
        border-right: 0 none;
    }

.mfp-content .panel-actions {
    right: 15px;
    position: absolute;
    top: 15px;
}

    .mfp-content .panel-actions a,
    .mfp-content .panel-actions .panel-action {
        background-color: transparent;
        border-radius: 2px;
        color: #b4b4b4;
        font-size: 14px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        width: 24px;
    }

        .mfp-content .panel-actions a:hover,
        .mfp-content .panel-actions .panel-action:hover {
            background-color: #eeeeee;
            color: #b4b4b4;
            text-decoration: none;
        }

        .mfp-content .panel-actions a, .mfp-content .panel-actions a:focus, .mfp-content .panel-actions a:hover, .mfp-content .panel-actions a:active, .mfp-content .panel-actions a:visited,
        .mfp-content .panel-actions .panel-action,
        .mfp-content .panel-actions .panel-action:focus,
        .mfp-content .panel-actions .panel-action:hover,
        .mfp-content .panel-actions .panel-action:active,
        .mfp-content .panel-actions .panel-action:visited {
            outline: none !important;
            text-decoration: none !important;
        }

.mfp-content .panel-title {
    color: #33353f;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
    text-transform: none;
}

.mfp-content .panel-subtitle {
    color: #808697;
    font-size: 12px;
    line-height: 1.2em;
    margin: 7px 0 0;
    padding: 0;
}

.mfp-content .panel-body {
    background: #fdfdfd;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

.mfp-content .panel-body-nopadding {
    padding: 0;
}

.mfp-content .panel-heading + .panel-body {
    border-radius: 0 0 5px 5px;
}

.mfp-content .panel-footer {
    border-radius: 0 0 5px 5px;
    margin-top: -5px;
}

.mfp-content .panel-footer-btn-group {
    display: table;
    width: 100%;
    padding: 0;
}

    .mfp-content .panel-footer-btn-group a {
        background-color: #f5f5f5;
        display: table-cell;
        width: 1%;
        border-left: 1px solid #ddd;
        padding: 10px 15px;
        text-decoration: none;
    }

        .mfp-content .panel-footer-btn-group a:hover {
            background-color: #f0f0f0;
            box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) inset;
        }

        .mfp-content .panel-footer-btn-group a:first-child {
            border-left: none;
        }

.mfp-content .panel-body.bg-primary {
    background: #cccccc;
    color: white;
}

.mfp-content .panel-body.bg-secondary {
    background: #e36159;
    color: white;
}

.mfp-content .panel-body.bg-tertiary {
    background: #2baab1;
    color: white;
}

.mfp-content .panel-body.bg-quartenary {
    background: #734ba9;
    color: white;
}

.mfp-content .panel-body.bg-success {
    background: #47a447;
    color: white;
}

.mfp-content .panel-body.bg-warning {
    background: #ed9c28;
    color: white;
}

.mfp-content .panel-body.bg-danger {
    background: #d2322d;
    color: white;
}

.mfp-content .panel-body.bg-info {
    background: #5bc0de;
    color: white;
}

.mfp-content .panel-body.bg-dark {
    background: #171717;
    color: white;
}

.mfp-content .panel-featured {
    border-top: 3px solid #33353f;
}

    .mfp-content .panel-featured .panel-heading {
        border-radius: 0;
    }

.mfp-content .panel-featured-top {
    border-top: 3px solid #33353f;
}

.mfp-content .panel-featured-right {
    border-right: 3px solid #33353f;
}

.mfp-content .panel-featured-bottom {
    border-bottom: 3px solid #33353f;
}

.mfp-content .panel-featured-left {
    border-left: 3px solid #33353f;
}

.mfp-content .panel-featured-primary {
    border-color: #cccccc;
}

    .mfp-content .panel-featured-primary .panel-title {
        color: #cccccc;
    }

.mfp-content .panel-featured-secondary {
    border-color: #e36159;
}

    .mfp-content .panel-featured-secondary .panel-title {
        color: #e36159;
    }

.mfp-content .panel-featured-tertiary {
    border-color: #2baab1;
}

    .mfp-content .panel-featured-tertiary .panel-title {
        color: #2baab1;
    }

.mfp-content .panel-featured-quartenary {
    border-color: #734ba9;
}

    .mfp-content .panel-featured-quartenary .panel-title {
        color: #734ba9;
    }

.mfp-content .panel-featured-success {
    border-color: #47a447;
}

    .mfp-content .panel-featured-success .panel-title {
        color: #47a447;
    }

.mfp-content .panel-featured-warning {
    border-color: #ed9c28;
}

    .mfp-content .panel-featured-warning .panel-title {
        color: #ed9c28;
    }

.mfp-content .panel-featured-danger {
    border-color: #d2322d;
}

    .mfp-content .panel-featured-danger .panel-title {
        color: #d2322d;
    }

.mfp-content .panel-featured-info {
    border-color: #5bc0de;
}

    .mfp-content .panel-featured-info .panel-title {
        color: #5bc0de;
    }

.mfp-content .panel-featured-dark {
    border-color: #171717;
}

    .mfp-content .panel-featured-dark .panel-title {
        color: #171717;
    }

.mfp-content .panel-highlight .panel-heading {
    background-color: #cccccc;
    border-color: #cccccc;
    color: #fff;
}

.mfp-content .panel-highlight .panel-title {
    color: #fff;
}

.mfp-content .panel-highlight .panel-subtitle {
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
}

.mfp-content .panel-highlight .panel-actions a {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
}

.mfp-content .panel-highlight .panel-body {
    background-color: #cccccc;
    color: #fff;
}

.mfp-content .panel-highlight-title .panel-heading {
    background-color: #2BAAB1;
}

.mfp-content .panel-highlight-title .panel-title {
    color: #fff;
}

.mfp-content .panel-highlight-title .panel-subtitle {
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
}

.mfp-content .panel-highlight-title .panel-actions a {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
}

.mfp-content .panel-heading-icon {
    margin: 0 auto;
    font-size: 42px;
    font-size: 4.2rem;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 55px;
    border-radius: 55px;
}

    .mfp-content .panel-heading-icon.bg-primary {
        background: #cccccc;
        color: white;
    }

    .mfp-content .panel-heading-icon.bg-secondary {
        background: #e36159;
        color: white;
    }

    .mfp-content .panel-heading-icon.bg-tertiary {
        background: #2baab1;
        color: white;
    }

    .mfp-content .panel-heading-icon.bg-quartenary {
        background: #734ba9;
        color: white;
    }

    .mfp-content .panel-heading-icon.bg-success {
        background: #47a447;
        color: white;
    }

    .mfp-content .panel-heading-icon.bg-warning {
        background: #ed9c28;
        color: white;
    }

    .mfp-content .panel-heading-icon.bg-danger {
        background: #d2322d;
        color: white;
    }

    .mfp-content .panel-heading-icon.bg-info {
        background: #5bc0de;
        color: white;
    }

    .mfp-content .panel-heading-icon.bg-dark {
        background: #171717;
        color: white;
    }

.mfp-content .panel-heading-profile-picture img {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border: 4px solid #fff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.mfp-content .panel-icon {
    color: #fff;
    font-size: 42px;
    float: left;
}

    .mfp-content .panel-icon ~ .panel-title, .mfp-content .panel-icon ~ .panel-subtitle {
        margin-left: 64px;
    }
/* panels: end */

/* margins: begin */

.mfp-content .margin-5 {
    margin: 5px;
}

.mfp-content .margin-10 {
    margin: 10px;
}

/* margins: end */
/* modals: begin */
.mfp-content .panel-body {
    max-height: 66vh;
    overflow-x: hidden;
    overflow-y: auto;
}


.mfp-bg {
    z-index: 10000;
}

.mfp-wrap {
    z-index: 10001;
}

    .mfp-wrap .mfp-content {
        z-index: 10001;
    }

.modal-block {
    background: transparent;
    padding: 0;
    text-align: left;
    max-width: 1200px;
    margin: 40px auto;
    position: relative;
}

    .modal-block.modal-block-xs {
        max-width: 200px;
    }

    .modal-block.modal-block-sm {
        max-width: 400px;
    }

    .modal-block.modal-block-md {
        max-width: 600px;
    }

    .modal-block.modal-block-lg {
        max-width: 900px;
    }

    .modal-block.modal-block-full {
        max-width: 98%;
    }

    .modal-block.modal-header-color .panel-heading h2 {
        color: #FFF;
    }

    .modal-block.modal-full-color {
        color: #FFF;
    }

        .modal-block.modal-full-color .panel-heading {
            border: 0;
        }

            .modal-block.modal-full-color .panel-heading h2 {
                color: #FFF;
            }

        .modal-block.modal-full-color .panel-footer {
            border: 0;
        }

        .modal-block.modal-full-color .panel-body {
            background-color: transparent;
        }

        .modal-block.modal-full-color .fa {
            color: #FFF !important;
        }

/* Modal Wrapper */
.modal-wrapper {
    position: relative;
    padding: 25px 0;
}

/* Modal Icon */
.modal-icon {
    float: left;
    width: 20%;
    text-align: center;
}

    .modal-icon .fa {
        font-size: 52px;
        position: relative;
        top: -10px;
        color: #cccccc;
    }

    .modal-icon.center {
        float: none;
        width: auto;
        padding-top: 20px;
    }

        .modal-icon.center + .modal-text {
            float: none;
            width: auto;
        }

    .modal-icon + .modal-text {
        float: left;
        width: 80%;
    }

/* Modal Text */
.modal-text {
    padding: 0 5px;
}

    .modal-text h1, .modal-text h2, .modal-text h3, .modal-text h4, .modal-text h5, .modal-text h6 {
        padding: 0;
        margin: -7px 0 4px 0;
    }

.modal-block-primary .fa {
    color: #cccccc;
}

.modal-block-primary.modal-header-color .panel-heading {
    background-color: #cccccc;
}

.modal-block-primary.modal-full-color .panel {
    background-color: #e0e0e0;
}

.modal-block-primary.modal-full-color .panel-heading {
    background-color: #cccccc;
}

.modal-block-primary.modal-full-color .panel-footer {
    background-color: #e0e0e0;
}

.modal-block-success .fa {
    color: #47a447;
}

.modal-block-success.modal-header-color .panel-heading {
    background-color: #47a447;
}

.modal-block-success.modal-full-color .panel {
    background-color: #5cb85c;
}

.modal-block-success.modal-full-color .panel-heading {
    background-color: #47a447;
}

.modal-block-success.modal-full-color .panel-footer {
    background-color: #5cb85c;
}

.modal-block-warning .fa {
    color: #ed9c28;
}

.modal-block-warning.modal-header-color .panel-heading {
    background-color: #ed9c28;
}

.modal-block-warning.modal-full-color .panel {
    background-color: #f0ad4e;
}

.modal-block-warning.modal-full-color .panel-heading {
    background-color: #ed9c28;
}

.modal-block-warning.modal-full-color .panel-footer {
    background-color: #f0ad4e;
}

.modal-block-danger .fa {
    color: #d2322d;
}

.modal-block-danger.modal-header-color .panel-heading {
    background-color: #d2322d;
}

.modal-block-danger.modal-full-color .panel {
    background-color: #d9534f;
}

.modal-block-danger.modal-full-color .panel-heading {
    background-color: #d2322d;
}

.modal-block-danger.modal-full-color .panel-footer {
    background-color: #d9534f;
}

.modal-block-info .fa {
    color: #5bc0de;
}

.modal-block-info.modal-header-color .panel-heading {
    background-color: rgba(0, 153, 230, 1);
}

.modal-block-info.modal-full-color .panel {
    background-color: #7dcde5;
}

.modal-block-info.modal-full-color .panel-heading {
    background-color: rgba(0, 153, 230, 1);
}

.modal-block-info.modal-full-color .panel-footer {
    background-color: #7dcde5;
}

.modal-block-dark .fa {
    color: #171717;
}

.modal-block-dark.modal-header-color .panel-heading {
    background-color: #171717;
}

.modal-block-dark.modal-full-color .panel {
    background-color: #2b2b2b;
}

.modal-block-dark.modal-full-color .panel-heading {
    background-color: #171717;
}

.modal-block-dark.modal-full-color .panel-footer {
    background-color: #2b2b2b;
}

html.dark .modal-content {
    background-color: #1d2127;
}

html.dark .modal-header,
html.dark .modal-footer {
    border-color: #282d36;
}

/* Close */
.mfp-close,
.mfp-close-btn-in .mfp-close {
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #fff;
}

/* No Margins */
.mfp-no-margins img.mfp-img {
    padding: 0;
}

.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}

.mfp-no-margins .mfp-container {
    padding: 0;
}

/* Zoom */
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
    opacity: 0.001;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/* Animnate */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0.001;
    /* Chrome opacity transition bug */
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0.01;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}
/* modals: end */

.mfp-content .form-group label {
    line-height: 29px;
}

.mfp-content .margin-none {
    margin: 0px !important;
}

.mfp-content .margin-bottom-none {
    margin-bottom: 0px !important;
}

.mfp-content .padding-none {
    padding: 0px !important;
}

.mfp-content .border-10 > * {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

    .mfp-content .border-10 > *:first-child {
        border-left: 1px solid #e0e0e0;
    }

.mfp-content .margin-child-none > * {
    margin: 0px !important;
}

.mfp-content .padding-child-none > * {
    padding: 0px !important;
}

.mfp-content .border-child-10 > * {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

    .mfp-content .border-child-10 > *:first-child {
        border-left: 1px solid #e0e0e0;
    }
