﻿#container-body #body #dtmf {
    text-align: center;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    z-index: 1000;
    position: absolute;
    top:60px;
    left: 0;
    right: 0;
    bottom:60px;
}

@font-face { 
    font-family: 'AvenirNextW1G'; 
    src: 
        url('../fonts/AvenirNextW1G-Regular.otf')  
        format('opentype'); 
    font-weight: normal; 
    font-style: normal; 
} 

@font-face { 
    font-family: 'AvenirNextW1GBold'; 
    src: 
        url('../fonts/AvenirNextW1G-Bold.otf')  
        format('opentype'); 
    font-weight: bold; 
    font-style: bold; 
} 
    #container-body #body #dtmf .inner-dtmf {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin-bottom: 10px;
    }

    #container-body #body #dtmf .dtmf-row input {
        margin-bottom: 5px;
        height: 35px;
        width: 300px;
    }

    #container-body #body #dtmf .dtmf-row button {
        border: 1px solid #009900;
        padding: 5px;
        margin-bottom: 5px;
        margin-left: 10px;
        margin-right: 10px;
    }

#body-config, #body {
    position: none;
}

    #body-config .config-row select {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #body-config input {
        width: 97%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .config-row {
        width: 95%;
        padding-top: 5px;
    }

#button-dial {
    background: url('../images/dial.png') center no-repeat;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-color: #6BCC2F;
    border: 1px solid #009900;
    display: none;
    position:absolute;
    bottom:10px;
    left:45%;
    right:10px;
    height:50px;
    text-align: center;
}

#button-hangup {
    background: url('../images/hangup.png') center no-repeat;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-color: #D90F0F;
    border: 1px solid #B10E0F;
    display: none;
}

#switch-dtmf {
    display: none;
    float: left;
    border: 1px solid #009900;
    padding: 5px;
    margin-left: 5px;
}

#call-timer {
    float: right;
    height: 50px;
    margin-right: 5px;
}


.error {
    position: initial;
    text-align: center;
}

#container-body > .error {
    position: initial;
    text-align: center;
    padding: 10px;
    font-size: 22px;
}

input:focus {
    outline: none;
}



.errorModal {
    display: none;
    border: 1px solid #a7a7a7;
    position: relative;
    text-align: center;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    line-height: 18px;
    padding-top: 0px;
    top: 30%;
    background-color: white;
    color: black;
    padding-bottom: 12px;
}

.modal-header .title {
    color: white;
    text-align: left;
    font-weight: 300;
    padding: 4px;
    font-size: 20px;
}

.modal-header {
    background-color: #585858;
    height: 30px;
}

.modal-body {
    padding: 20px;
}

#closebtn {
    width: 90%;
    border: 2px solid #F1E6E6;
    margin-top: 10px;
    background-color: #d02535;
    color: white;
    font-family: Calibri;
    padding-bottom: 7px;
    padding-top: 7px;
    font-size: 17px;
    cursor: pointer;
}

    #closebtn:hover {
        color: #F1E6E6;
    }

#icon-erroraudio {
    display: none;
    color: #d02535;
    float: right;
    margin-right: 5px;
}

#container-body-storage-api {
    display: none; 
    flex-direction: column;
    align-items: center;
}

#container-body-storage-api #storage-api-request-access {
    background-color: #2e7bcc;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 14px !important;
    border-radius: 0;
    min-height: 28px;
    min-width: 56px;
    line-height: normal;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
    touch-action: manipulation;
    font-size: inherit;
    cursor: pointer;
}

#container-body-storage-api h3 {
    text-transform: none; 
    font-weight: bold; 
    font-size: 24px;
}

#name:focus, 
#extension:focus, 
#email:focus, 
#services:focus,
#buttonStartChat:focus { 
    outline: none;
    border-color: #719ECE;
    box-shadow: 0 0 5px #719ECE;
}

#services:focus {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: all .3s;
}

#name, #extension, #email, #services {
    padding: 0 15px;
    border-radius: 23px;
    border: 1.5px solid rgba(111, 111, 111, .60);
    height: 38px !important;
}