﻿.divTicketAdd {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #f7f7f7;
    padding: 20px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
}

.title-TicketAdd {
    background: url(/Themes/Public/img/تیتر5.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 40px;
    text-align: center;
    margin: 0px 0 8px 0;
    padding-top: 6px;
    color: #3e3e3e;
    text-shadow: 3px 3px 2px #c0c0c0;
}

canvas {
    display: inline-block;
    background: #202020;
    width: 95%;
    height: 45%;
    box-shadow: 0px 0px 10px blue;
}

#trRecordVoice {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    height: 20%;
    width: 100%;
}

#record {
    height: 75px;
}

    #record.recording {
        background: red;
        background: -webkit-radial-gradient(center, ellipse cover, #ff0000 0%,lightgrey 75%,lightgrey 100%,#7db9e8 100%);
        background: -moz-radial-gradient(center, ellipse cover, #ff0000 0%,lightgrey 75%,lightgrey 100%,#7db9e8 100%);
        background: radial-gradient(center, ellipse cover, #ff0000 0%,lightgrey 75%,lightgrey 100%,#7db9e8 100%);
    }

#save, #save img {
    height: 10vh;
}

#save {
    opacity: 0.25;
}

    #save[download] {
        opacity: 1;
    }

#viz {
    height: 80%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

audio {
    vertical-align: text-top;
    max-width: 100%;
}

#aVoiceDl {
    vertical-align: text-top;
    margin-right: 15px;
}

@media (orientation: landscape) {
    body {
        flex-direction: row;
    }

    #trRecordVoice {
        flex-direction: column;
        height: 100%;
        width: 10%;
    }

    #viz {
        height: 100%;
        width: 90%;
    }
}
