﻿/*.btn {
        padding: 6px 35px;
        border-radius: 0px;
        width: 200px;
        height: 42px;
    }*/

.pop.buttonconfirm {
    padding: 6px 35px;
    border-radius: 0px;
    width: 152px;
    height: 42px;
    margin-left: 0px;
    margin-right: 7px;
}

.pop.buttongroup {
    padding-top: 39px;
}

.modal-content {
    width: 458px;
}

.buttonclass {
}

@media only screen and (max-width: 385px) and (min-width: 360px) {
    .modal-content {
        /*width: 97%;
            margin-left: 6px;*/
        width: 97%;
        margin-left: 6px;
    }

    .pop.buttongroup {
        margin-bottom: -10px !important;
        margin-left: -18px;
        width: 111%;
    }

    .pop.buttonconfirm {
        width: 42% !important;
        margin-right: 3px !important;
    }

    p.title {
        padding-bottom: 35px;
    }

    .modal-header {
        padding-bottom: 0px;
    }

    .close {
        font-size: 51px;
    }

    .modal-title {
        font-size: 21px;
        padding-top: 5px;
    }
}

@media only screen and (max-width: 460px) and (min-width: 386px) {
    .modal-content {
        /*width: 98%;
            margin-left: 5px;*/
        width: 98%;
        margin-left: 4px;
        margin-top: 60px;
    }

    .pop.buttongroup {
        margin-bottom: -25px;
        margin-left: -17.6px;
        width: 109%;
    }

    .pop.buttonconfirm {
        /*margin-left: -12px;*/
        /* width: 51%;*/
        margin-right: -8px;
    }

    p.title {
        padding-bottom: 35px;
    }

    .modal-header {
        padding-bottom: 0px;
    }

    .close {
        font-size: 51px;
    }

    .modal-title {
        font-size: 21px;
        padding-top: 5px;
    }
}

@media only screen and (max-width: 768px) and (min-width: 386px) {
    .pop.buttonconfirm {
        width: 150px !important;
    }
}

@media only screen and (min-width: 768px) {
    .pop.buttongroup {
        text-align: center !important;
    }
}

@media screen and (max-width: 790px) and (min-width: 500px) {
    .pop.buttongroup {
        text-align: left !important;
    }
}

@media only screen and (max-width: 790px) and (min-width: 768px) {
    .pop.buttonconfirm {
        width: 150px !important;
    }
}

@media screen and (max-width: 500px) and (min-width: 300px) {
    .pop.buttongroup {
        margin-left: -27% !important;
        margin-bottom: -10% !important;
        width: 134% !important;
        font-size: 0px !important;
    }

    .pop.buttonconfirm {
        width: 50% !important;
        margin-right: 0px !important;
    }
}
