/*
 @copyright 2021 Double Bastion LLC <www.doublebastion.com>

 @author Double Bastion LLC

 @license GNU AGPL version 3 or any later version

 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
 License as published by the Free Software Foundation; either
 version 3 of the License, or any later version.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU AFFERO GENERAL PUBLIC LICENSE for more details.

 You should have received a copy of the GNU Affero General Public
 License along with this program.  If not, see <http://www.gnu.org/licenses/>.



 This is a modified version of the original "ctxSip.css" file.

 Below is the copyright notice of ctxSip phone (https://github.com/collecttix/ctxSip)
 which also applies to the original "ctxSip.css" file, which was part of ctxSip phone:


   The MIT License (MIT)

   Copyright (c) 2014 Collecttix

   Permission is hereby granted, free of charge, to any person obtaining a copy
   of this software and associated documentation files (the "Software"), to deal
   in the Software without restriction, including without limitation the rights
   to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   copies of the Software, and to permit persons to whom the Software is
   furnished to do so, subject to the following conditions:

   The above copyright notice and this permission notice shall be included in
   all copies or substantial portions of the Software.

   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
   THE SOFTWARE.
*/

@font-face {
    font-family: 'Inter';
    src: url('../../fonts/Inter-Regular.woff2') format('woff2'),
         url('../../fonts/Inter-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('../../fonts/Inter-Italic.woff2') format('woff2'),
         url('../../fonts/Inter-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Inter';
    src: url('../../fonts/Inter-Medium.woff2') format('woff2'),
         url('../../fonts/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('../../fonts/Inter-MediumItalic.woff2') format('woff2'),
         url('../../fonts/Inter-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Inter';
    src: url('../../fonts/Inter-SemiBold.woff2') format('woff2'),
         url('../../fonts/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('../../fonts/Inter-SemiBoldItalic.woff2') format('woff2'),
         url('../../fonts/Inter-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Inter';
    src: url('../../fonts/Inter-Bold.woff2') format('woff2'),
         url('../../fonts/Inter-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('../../fonts/Inter-BoldItalic.woff2') format('woff2'),
         url('../../fonts/Inter-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Inter';
    src: url('../../fonts/Inter-ExtraBold.woff2') format('woff2'),
         url('../../fonts/Inter-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('../../fonts/Inter-ExtraBoldItalic.woff2') format('woff2'),
         url('../../fonts/Inter-ExtraBoldItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
}

#sipClient {
  background-color: #30394a;
  font-size: 13px;
  line-height: 1.42857143;
  font-family: 'Inter';
  /* firefox 19+ */
  /* ie */
}
#sipClient p {
  margin: 0;
  padding: 0 0 10px 0;
  line-height: 22px;
}
#sipClient .sipStatus {
  margin: 0 -15px 2px -15px;
  padding: 1px 16px;
//  background-color: #111;
  background-color: #2c6595;
  color: #e4e4e4;
  font-weight: 500;
}
#sipClient #txtCallStatus {
  color: #e4e4e4;
}
#sipClient #sip-dialpad {
  margin: 15px 0 0 0;
}
#sipClient #dialpadWrap {
  display: block;
  position: relative;
  width: 246px;
  height: 354px;
}

#sipClient #sip-dialpad .col-xs-4 {
  text-align: center;
}
#sipClient .btn-default {
  border-color: #ffffff !important;
}
#sipClient #callButton {
  font-weight: 600;
  font-size: 15px;
  padding: 5px 12px;
}
#sipClient .digit {
  height: 66px;
  width: 66px;
  margin: 0 8px 14px 8px !important;
  background-color: #f7f7f7;
  font-weight: 300;
  font-size: 24px;
  border-radius: 6px;
  line-height: 21px;
  padding-top: 14px;
  float: left;
}
#sipClient .digit span {
  display: block;
  color: #999;
  font-size: 11px;
  font-weight: normal;
}
#sipClient .sip-panel h3 {
  margin-top: 22px;
}
#sipClient #sip-splash {
  height: 371px;
}
#sipClient #sip-splash .fa {
  margin-bottom: 15px;
}
#sipClient #sip-splash .fa-circle {
  color: #5cb85c;
}
#sipClient #sip-log .panel-heading {
  padding: 10px 8px;
}
#sipClient #sip-logitems {
  overflow-y: auto;
  overflow-x: hidden;
}
#sipClient #sldVolume {
  width: 140px;
  margin: 0 auto;
  box-shadow: none;
}
#sipClient .sip-logitem {
  padding: 4px;
}
#sipClient #numDisplay::-webkit-input-placeholder {
  color: #bbb;
}
#sipClient #numDisplay::-moz-placeholder {
  color: #bbb;
}
#sipClient #numDisplay::-ms-input-placeholder {
  color: #bbb;
}
#sipClient #numDisplay::-moz-placeholder {
  color: #bbb;
}
#sipClient #numDisplay {
  height: 30px;
  padding: 0px 4px;
  font-size: 15px;
  font-weight: 500;
  overflow: visible;
  border-radius: 4px;
}
.btn .fa {
  display: inline-block; 
  margin: 4px 2px 0px 2px !important;
}
#audioLocal, #audioRemote {
  display: block;
  height: 0px !important;
  width: 0px !important;
  margin: 0px;
}
.page-header {
//  margin: 12px 0 20px 0 !important;
  margin: 26px 0 20px 0 !important;
}

#selectFromNmbr {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 0 4px 0;
}

#fromNmbrTitle {
  display: inline-block;
  width: 100%;
  height: 20px;
  text-align: center;
  color: #e8e8e8;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
}

#fromNumber {
  display: inline-block;
  width: auto;
  height: 100%;
  font-size: 15px;
  padding: 0 4px 0 4px;
  text-align: left;
}

.input-group-btn {
  vertical-align: bottom !important;
}

@media (min-width: 768px) {
  .lead {
    font-size: 19px !important;
  }
}  

.panel-title {
  font-size: 15px;
}

.small, small {
  font-size: 11px;
  margin: 0 0 0 22px;
}

.list-group-item-warning {
  background-color: #ffffe3;
}

.text-right {
  word-break: break-word;
}