@media screen and (max-width: 768px) {
    #jlajzeriidolus .gdkqpteeuuj {
        display: none;
    }

    #jlajzeriidolus {
        position: absolute;
    }
}

#jlajzeriidolus {
    padding: 4px 15px 0 5px;
    float: right;
}

#jlajzeriidolus a {}

#jlajzeriidolus img {
    width: 17px;
    height: 17px;
    position: relative;
    bottom: 2px;
}

.modal {
    background: #fff;
    left: 25%;
    position: fixed;
    width: 50%;
    /* border-radius: 5px; */
    box-shadow: 0px 10px 35px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0px 10px 35px rgba(0, 0, 0, .35);
    -webkit-box-shadow: 0px 10px 35px rgba(0, 0, 0, .35);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    top: 70px;
    z-index: 999999;
}

@media screen and (max-width: 768px) {
    .modal {
        left: 5%;
        width: 90%;
    }
}

@media screen and (min-width: 1300px) {
    .modal {
        left: 35%;
        width: 30%;
    }
}

.modal .header, .modal .mfooter {
    background: #2e5a86;
    border-bottom: 1px solid #e7e7e7;
    /* border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0; */
    color: white;
}

#modal .form-group label {
    display: block;
}

#modalFader {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 999998;
}

#modal .form-group {
    margin-bottom: 13px;
}

#modal .mfooter {
    border: none;
    border-top: 1px solid #e7e7e7;
    /* border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px; */
    text-align: right;
}

#modal section, #modal .header, #modal .mfooter {
    padding: 15px;
    z-index: 200;
}

#modal h2 {
    margin: 0;
}

#modal .butn {
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 50%;
}

#modal #SubmitTracking {
    background-color: #ff5a07;
    border-color: #ff5a07;
}

#modal #SubmitTracking:hover {
    background-color: #2eb91f;
    border-color: #2eb91f;
}

#modal sup {
    color: red;
}