@font-face{
    font-family:'Helvetica_Light';
    src: url('../fonts/Helvetica Light Regular.ttf');
}

body {
    margin: 0px;
}

.call {
    width: 250px;
    height: 400px;
    background: rgba(50, 188, 173, 1);
    /*border-radius: 11px;*/

}

.call table {
    display: flex;
    background: rgb(237, 232, 228);
    margin: 0 5px 5px 5px;
    margin-bottom: 0;
    background: linear-gradient(to top, rgb(237, 232, 228), rgb(209, 250, 245));
    background: -moz-linear-gradient(top, rgb(237, 232, 228), rgb(209, 250, 245));
    background: -webkit-linear-gradient(top, rgb(237, 232, 228), rgb(209, 250, 245));
    background: -o-linear-gradient(top, rgb(237, 232, 228), rgb(209, 250, 245));
    background: -ms-linear-gradient(top, rgb(237, 232, 228), rgb(209, 250, 245));
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    width: 96%;
    height:90%;
}
.call table>tbody tr{
    text-align: center;
}
.call table>tbody{
    margin:  19px auto;
    max-width: 347px;
    padding: 19px;
    display: table;
}
div#header_call:hover {
    cursor: pointer;
}
.call hr {
    margin: 0;
    color: rgb(198,198,198);
    background-color: rgb(198,198,198);
    height: 1px;
    margin-bottom: 10px;
    width: 180px;
    margin: 0 auto;
}

div#header_call {
    width: auto;
    height: 30px;
    position: fixed;
    right: 5px;
    top: 7px;
    font-size: 20px;
    text-align: right;
    vertical-align: middle;
    color: white;
}

.displ {
    width: 100%;
    height: 75px;
}
.displ>span{
    /*margin: 2px 15px 0 0 ;*/
    line-height: 16px;
    font-weight: 400;
    text-align: center;
    color: white;
    overflow: hidden;
    font-size: 11.4px;
    width: 210px !important;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
button {
    background-color: transparent;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px !important;
    border: none;
    display: inline-block;
    cursor: pointer;
    color: rgb(72,72,72) !important;
    /*font-family: 'Helvetica_Light' !important;*/
    font-size: 24px !important;
    padding: 15px 20px;
    font-weight: 100 !important;
    text-decoration: none;

}
.mdl-button{
    height: 54px !important;
    min-width: 54px !important;
    margin: 0px 3px;
}
button:active {
    position: relative;
}

button:focus {
    outline: none;
}

#start_call {
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 50px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 17px;
    padding: 0px;
    text-decoration: none;
    text-shadow: 4px 0px 6px #2f6627;
}

#start_call:before {
    content: url('../images/call/on.svg');
}

#end_call {
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 50px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 17px;
    padding: 0px;
    text-decoration: none;
    text-shadow: 4px 0px 6px #2f6627;
}


#end_call:before {
    content: url('../images/call/off.svg');
}

.displ {
    display: flex;
    justify-content: space-around;
    height: 35px;
}

.call table span {
    display: block;
    margin-bottom: 0px;
    color: rgb(72,72,72) !important;
    width: 180px;
    height: 27px;
    text-align: center;
    padding-top: 8px;
    font-weight: 200 !important;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 19px;
    margin: 0 auto;
}

.show {
    height: 120px;
    transition: height 0.25s ease-in;
}

.hide {
    height: 0px;
    transition: height 0.25s ease-out;
}
.mdl-button:focus:not(:active){
    background-color: transparent !important;
}
.call table{
    display: none
}
.buttons{
    width: 96%;
    height:90%;
    background: -webkit-linear-gradient(top, rgb(237, 232, 228), rgb(209, 250, 245));
    text-align: center;
    margin: 0 5px 5px 5px;
}
.buttons #start_call {
    position: relative;
    margin-top: 20px;
}
.call h3 {
    margin-top: 0px;
    padding: 40px 5px;
}
