﻿.audio-record-tool {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    flex-direction: column;
    /*width: auto;
    height:auto;*/
    position: fixed;
    z-index: 110;
    height: fit-content;
    bottom: 60px;
    left: 5.5%;
    width: auto;
    align-items: center;
    min-width: 300px;
    min-height: 56px;
    
    
    .tool-upload-window {
        width: fit-content;
        position: fixed;
        z-index: 110;
        height: auto;
        bottom: 60px;
        left: 8%;
        border: 1px solid rgb(189 188 188);
        border-radius: 10px;

        /*width: 92%;*/
        /*align-items: center;*/
    }

    .rerecording {
        background: #f23939;
    }

    .rerecording span {
        color: #fff;
    }

    .record-submited {
        background: #4285fc;
        width: 20%;
        color: #fff;
    }

    .record-submited:hover {
        background: #4285fc;
    }

    .record-ul {
        position: absolute;
        height: 100%;
        width: 100%;
        min-width: 130px;
        min-height: 56px;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .toolrecord_li {
        cursor: pointer;
        width: 10%;
        background: #fff;
        /*height: 70%;*/
        min-width: 100px;
        min-height: 50px;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .toolrecord_li:hover {
        background: #eeeeee;
    }

    .toolrecord_li span {
        /*font-size: 0.875rem;*/
        font-size: 14px;
        font-weight: 600;
    }

    .recrod-radius {
        border-radius: 10px !important;
        border: 1px solid rgb(189 188 188);
    }

    .toolrecord_li:first-child {
        border-radius: 10px 0 0 0;
    }

    .toolrecord_li:last-child {
        border-radius: 0 10px 0 0;
    }

    .record_li:first-child {
        border-radius: 10px 0 0 10px!important;
    }

    .record_li:last-child {
        border-radius: 0 10px 10px 0!important;
    }

    .toolrecord_li .record-time {
        /*font-size: 1.2rem;*/
        font-size: 19px;
    }

    #pauseAfterSubmitRecordButton {
        border-radius: 10px 0px 0px 10px;
    }

    .record-list {
        font-size: 24px;
        padding-right: 10px;
        color: #000;
    }

    .record-list:hover {
        color: #000;
        text-decoration: none;
    }

    .record-start {
        width: 20px;
        height: 20px;
        background: red;
        border: 3px solid #000;
        border-radius: 50%;
        margin-right: 10px;
    }

    .record-stop {
        color: red;
    }

    .record-stop:hover {
        color: red;
        text-decoration: none;
    }

    .record-play {
        color: #4285fc;
    }

    .record-normal {
        background: #eeeeee;
    }

    .record-submited {
        width: 25%;
    }

    .record-list, .camera-icon {
        font-size: 18px;
    }

    #submitbutton, #trashbutton, #submitstatus {
        /*line-height: 59px;*/
    }

    #pauseAfterSubmitRecordButton {
        border-radius: 10px 0px 0px 10px;
    }

    #trashredobutton {
        background: #F56354;
    }

    #trashredobutton {
        margin: 0px;
        /*line-height: 59px;*/
        text-align: center;
        width: 10%;
        /*min-width: 130px;*/
    }
}

.audio-record-tool * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
