@import url(http://fonts.googleapis.com/css?family=Lato:300);
@import url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);

.dashboard-contact-dialpad {
  height: max-content;
}

.dialpad-contacts-list {
  height: max-content;
  /* overflow: scroll; */
}

.container p {
  margin: 0;
  padding: 0 0 10px 0;
  line-height: 20px;
}

.span4 {
  width: 80px;
  float: left;
  margin: 0 8px 10px 8px;
}

.phone {
  margin-top: 15px;
  background: #fff;
  height: 500px;
}

.tel {
  margin-bottom: 10px;
  margin-top: 10px;
  border: 1px solid #9e9e9e;
  border-radius: 0px;
}

.num-pad {
  padding-left: 30px;
}

.num {
  border: 1px solid #9e9e9e;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  -moz-border-radius: 999px;
  height: 80px;
  background-color: #fff;
  color: #333;
  cursor: pointer;
}

.num:hover {
  background-color: #9e9e9e;
  color: #fff;
  transition-property: background-color 0.2s linear 0s;
  -moz-transition: background-color 0.2s linear 0s;
  -webkit-transition: background-color 0.2s linear 0s;
  -o-transition: background-color 0.2s linear 0s;
}

.txt {
  font-size: 30px;
  text-align: center;
  margin-top: 15px;
  font-family: "Lato", sans-serif;
  line-height: 30px;
  color: #333;
}

.small {
  font-size: 15px;
}

.container .btn {
  width: 30%;
  margin-bottom: 20px;
  font-weight: bold;
  -webkit-transition: 0.1s ease-in background-color;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
}

.container .btn:hover {
  transition-property: background-color 0.2s linear 0s;
  -moz-transition: background-color 0.2s linear 0s;
  -webkit-transition: background-color 0.2s linear 0s;
  -o-transition: background-color 0.2s linear 0s;
}

.spanicons {
  width: 72px;
  float: left;
  text-align: center;
  margin-top: 40px;
  color: #9e9e9e;
  font-size: 30px;
  cursor: pointer;
}

.pinned {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

.spanicons:hover {
  color: #3498db;
  transition-property: color 0.2s linear 0s;
  -moz-transition: color 0.2s linear 0s;
  -webkit-transition: color 0.2s linear 0s;
  -o-transition: color 0.2s linear 0s;
}

.container .active {
  color: #3498db;
}

.chatbox-contacts-list {
  background-color: white;
  height: 60%;
}

/* DIALPAD  */
#CreateContactFaxNumber,
#CreateContactLandlineNumber{
  padding-left: 0 !important;
}
.dialpad-page {
  display: flex;
  border-radius: 10px;
  padding: 10px 0;
  flex-direction: row;
  flex-wrap: wrap;
}
.notepad-dialpad-page{
  width: 100%;
  border-radius: 10px;
  padding: 10px
}
.dialer-contact-list {
  width: 30%;
  height: 520px;
}

.dialpad-add-button {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
}

.dialpad-history {
  flex-direction: column;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 10px;
  height: 520px;
}

.dialpad-history p {
  font-size: 12px;
  opacity: 0.6;
}

.dialpad-mycalls {
  width: 100%;
}

.dialpad-mycalls span {
  font-size: 14px;
  font-weight: 600;
}

.dialpad-dialer {
  /* max-height: 70vh; */
  height: 520px;
  overflow-y: auto;
  background-color: white;
  border-radius: 10px;
}

.dialpad-dialer input {
  height: 50px;
}

.dialpad-dialer button {
  height: 50px;
}

.dialpad-dialer-numbers button {
  height: 70px;
  width: 100%;
  border-radius: 40px;
  border: none;
  background-color: #466495 !important;
  font-size: 24px;
  font-weight: 600;
  /* margin: 5px; */
}

.dialpad-callui {
  height: 70vh;
  overflow-y: hidden;
  background-color: white;
  border-radius: 10px;
  padding: 10px;
}
.notepad-dialpad-callui {
  height: calc(100% - 15px);
}

.dialpad-callui button {
  height: 50px;
  width: 100%;
}

.dialpad-callui span {
  font-size: 14px;
  /* opacity: 0.5; */
}

.dialpad-callui-buttons > button {
  height: 65px;
  width: 65px;
  border-radius: 10px;
  border: none;
  background-color: #466495 !important;
  font-size: 24px;
  font-weight: 600;
  margin: 5px;
}

.dialpad-callui-buttons textarea {
  /* width: 100%; */
  height: 200px;
  font-size: 14px;
}

.dialer-page-contact-list-button {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.dropdown-menu {
  --bs-dropdown-min-width: 50px;
  /* width: 30px !important; */
}

.dialpad-table-icons button {
  color: #d4cbcb;
}

.dialpad-table-icons > button:hover {
  color: green;
}
@media (max-width:767.98px){
  .notepad-dialpad-page{
    background: none;
    padding: 0;
  }
  .card.dialpad-mycalls{
    margin-bottom: 0;
  }
}
/* DIALPAD  END */


