﻿/* MODAL **********************************************************************************************/


.modal-header {
    padding-top: 10px;
    padding-bottom: 9px;
    padding-left: 20px;
    padding-right: 10px;
}



.modal-footer {
    padding-top: 9px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 20px;
}

.modal {
    z-index: 2050 !important;
    overflow: auto;
}

body.modal-open {
    padding-right: inherit !important;
}

    body.modal-open .animated {
        animation-fill-mode: initial;
        z-index: inherit;
    }

.modal-iframe .modal-header {
    padding-top: 8px;
    padding-bottom: 7px;
}

.modal-iframe .modal-title {
    font-weight: bold;
}

.modal-title {
    font-size: 14px;
}

@media (min-width: 768px) {
    .modal-lg {
        margin-top: 60px;
        margin-bottom: 60px;
    }

        .modal-lg iframe {
            height: calc(100vh - 120px - 83px - 2px) !important;
            min-height: 300px;
        }

        .modal-lg div.modal-body {
            max-height: calc(100vh - 120px - 83px - 2px - 54px) !important;
        }

    .modal-md {
        margin-top: 100px;
        margin-bottom: 100px;
    }

        .modal-md iframe {
            height: calc(100vh - 200px - 83px - 2px) !important;
            min-height: 200px;
        }

        .modal-md div.modal-body {
            max-height: calc(100vh - 200px - 83px - 2px - 54px) !important;
        }

    .modal-sm {
        margin-top: 150px;
        margin-bottom: 150px;
    }

        .modal-sm iframe {
            height: calc(100vh - 300px - 83px - 2px) !important;
            min-height: 80px;
        }

        .modal-sm div.modal-body {
            max-height: calc(100vh - 300px - 83px - 2px - 54px) !important;
        }
}

.modal-lg div.modal-body.modal-min-height {
    min-height: 150px !important;
}

.modal-md div.modal-body.modal-min-height {
    min-height: 150px !important;
}

.modal-sm div.modal-body.modal-min-height {
    min-height: 150px !important;
}
/* MODAL **********************************************************************************************/
.modal-header {
    padding: 7px !important;
}

.modal-title {
    font-size: 14px;
}

.modal-header > button  {
    color: black;
    font-size: 30px;
}

.modal-header .close {
    margin-top: -10px;
}

.modal-header .close > span {
    color: black;
    font-size: 30px;
}

.embed-responsive-item 
{
    height: calc(100vh - 102px)!important;
}
