.btn {
    cursor: pointer !important;
}

#call_button, #call2, #hangup_button, #hangup2 {
    height: 50px !important;
    padding: 10px;
    min-width: 163px !important;
    /*border-radius: 5px !important;*/
}

#hangup_button {
    background: #e41010 !important;
}

.btn-group.statusGroup > div {
    cursor: context-menu !important;
}

.btn-group.statusGroup > div:hover {
    background-color: none !important;
}

.btn-success {
    background: green !important;
    color: white !important;
}

.btn-success:hover {
    background-color: darkgreen !important;
}

.btn-danger {
    background: red !important;
    color: white !important;
}

.btn-danger:hover {
    background-color: darkred !important;
}

.btn-group.statusGroup .btn {
    height: 45px !important;
    min-width: 125px;
}

.btn-group.statusGroup .btn:nth-child(2) {
    border-left: 2px solid black;
}

.pill-left {
    border-radius: 20px 0px 0px 20px;
}

.pill-right {
    border-radius: 0px 20px 20px 0px;
}

.btn-pill {
    border-radius: 18px !important;
}

#number, #number2, option {
    padding: 10px;
}

select {
    height: 43px !important;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

#numpad .num {
    cursor: pointer;
    padding: 4px 28px;
    background: lightgray;
    margin: 3px 0px;
    border-radius: 38px;
    font-size: 36px;
    font-weight: bold;
}

#numpad .num:hover {
    background-color: darkgray;
    color: white;
}

/*center placeholder text*/
::-webkit-input-placeholder {
    text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
    text-align: center;
}

::-moz-placeholder { /* Firefox 19+ */
    text-align: center;
}

:-ms-input-placeholder {
    text-align: center;
}

/*switch num validation*/
.switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 34px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ca2222;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2ab934;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
}

/*------ ADDED CSS ---------*/
.on {
    display: none;
}

.on, .off {
    color: white;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

input:checked + .slider .on {
    display: inline-block;
}

input:checked + .slider .off {
    display: none;
}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.switch-label{
    position: relative;
    bottom: 20px;
    font-weight: bold;
}

/*auudio speed select*/

select.speed {
    display: inline-block !important;
    padding: 5px 0px;
    height: 30px !important;
    border-radius: 4px;
    position: relative;
    top: -14px;
}

@media only screen and (max-width: 450px) {
    #log, #statusLog {
        font-size: 12px;
    }

    .btn-group.statusGroup .btn {
        /*min-width: auto;*/
    }
}

/*global select */
select{
    border-radius: 20px !important;
}
