html {
    overflow: hidden;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #555555 !important;
}

/*
* Main CTI styles
*/

.LylActivation {
    margin-left: 102px;
    margin-top: 210px;
}

/* Need to overwrite bootstrap settings */
.activate-cc-button {
    color: #555555 !important;
    font-weight: bold !important;
}

/* MINT BACKGROUND-COLOR: background-color: #25c16f; */
#callregistrationcontainer {
    width: 360px;
    height: 472px;
    float: left;
    border: 0;
    overflow: hidden;
    background-color: #f9f9f9;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}

/* prevent default blue border higlight of input and buttons */
.form-control:focus,
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover {
    border-color: #109ad7;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0px !important;
}

.navcontent,
.navcontent btn,
.navcontent a,
.navcontent input,
.navcontent textarea,
.navcontent button {
    font-size: 12px !important;
}

.navcontent,
.navcontent textarea {
    font-size: 12px;
}

.navcontent th {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.25px;
}

.navcontent td {
    font-size: 12px;
    cursor: pointer;
}

.navcontent .form-group {
    margin-bottom: 4px;
    padding-top: 6px;
}

.navcontent .dropdown-menu {
    min-width: auto !important;
    width: 100% !important;
    margin-top: 8px;
}

.navcontent .btn.bottom {
    font-size: 13px !important;
    background: #d4cebd;
}

.navcontent .btn.bottom :hover {
    font-size: 13px !important;
    background: #aca79a;
}

.navigationbar {
    font-size: 0;
    clear: both;
    white-space: nowrap;
    display: block;
    height: 29px;
    margin-bottom: 14px;
    width: 332px;
    float: left;
}

.navigationbar h4 {
    display: inline-block;
    font-size: 14px;
    text-rendering: optimizelegibility;
    /* cursor: pointer; */
    margin-top: 7px;
    margin-left: 8px;
}

.navigationbar a {
    margin-right: 9px;
    padding: 0;
    text-align: center;
    height: 16px;
}

.navigation-item {
    border-bottom: 3px transparent solid;
    color: #191919;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-family: 'roboto', sans-serif;
}

.navigation-item:hover {
    text-decoration: none;
    color: #E6E6E6;
    border-bottom-color: #E6E6E6;
    border-width: 3px;
}

.navigation-item.active {
    border-bottom-color: #ffffff;
    font-weight: bold;
}

.dropdown-toggle {
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.form-control {
    color: #555555;
}

.navholder {
    background: #d4cebd;
    border-bottom: 1px solid #ddd;
    height: 40px;
    width: auto;
    overflow: hidden;
}

.navholder .settings {
    float: right;
    padding-top: 5px;
    padding-bottom: 2px;
    margin-right: 16px;
    cursor: pointer;
}

.menuline-navsection {
    height: 1px;
    width: 548px;
    background-color: #E6E6E6;
    margin-top: -10px;
}

#overlay {
    margin-top: 80px;
    position: fixed;
    top: 0;
    left: 0;
    width: 360px;
    height: 500px;
    z-index: 10000;
}

.table {
    table-layout: fixed;
}

.table td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.panel {
    border-radius: 0 !important;
}

.w-100 {
    width: 100%;
}

.dropdown-menu-center {
    left: 50% !important;
    right: auto !important;
    text-align: center !important;
    transform: translate(-50%, 0) !important;
    bottom: auto !important;
    padding-top: 0 !important;
}

.dropup .dropdown-menu li {
    height: 26px;
    text-align: left;
}

.dropdown-menu li a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #888;
    white-space: nowrap;
    font-size: 12px;
    cursor: pointer;
}

.pre-scrollable {
    max-height: 359px !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    width: 100% !important;
}

.btn.disabled,
.btn[disabled] {
    cursor: not-allowed !important;
}

a.disabled {
    /* Make the disabled links grayish*/
    color: gray;
    /* And disable the pointer events */
    pointer-events: none;
    cursor: not-allowed !important;
}

.form-group.required .control-label:after {
    content: "*";
}

/*
* Bootstrap overrides
*/

.tooltip {
    z-index: 999 !important;
    position: absolute !important;
}

.btn {
    border-color: rgb(218, 223, 227) !important;
    border-radius: 2px !important;
}

.btn-primary {
    /* background-color: rgb(2, 184, 117) !important;
    border-color: rgb(3, 168, 107) !important; */
    background-color: #d4cebd !important;
    /* ada89b */
    color: #123;
    border: none;
}

#btnSaveNewContact {
    color: #123;
}

/*
* Styles used across different tabs (should be in main CTI styles)
*/

.notification {
    font-size: 12px;
    margin-left: 52px;
    text-align: left;
    font-weight: 600;
    text-align: center;
    width: 260px;
}

.ticket-notification {
    font-weight: normal;
    font-size: 12px;
    padding-left: 6px;
    text-align: left;
    position: absolute;
}

.notification.red {
    color: red;
}

.table-and-buttons .btn-grouped,
.new-contact-buttons .btn-grouped {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}

.newTicketHolder .control-label,
.newContactHolder .control-label {
    float: left !important;
    width: 116px;
    padding-top: 8px;
    padding-left: 8px;
}

.newTicketHolder .inputdiv,
.newContactHolder .inputdiv {
    width: 224px !important;
    float: left;
}

.newTicketHolder .dropdown-menu,
.newContactHolder .dropdown-menu {
    position: absolute;
    width: 224px !important;
    margin: 0;
    margin-top: 2px;
    left: -1px;
}

.newTicketHolder .form-group,
.newContactHolder .form-group {
    margin-left: 0 !important;
}

.newTicketHolder .status,
.newTicketHolder .priority,
.newTicketHolder .ticketgroup,
.newTicketHolder .tickettype,
.settingsview .default-clid {
    overflow-y: scroll;
    max-height: 100px;
    overflow-x: hidden;
    padding-top: 0px;
}

.customersearchbar {
    padding: 0px 5px;
}

/*
* Searchresults / NewContact tab specific styles
*/

.searchresults .name {
    width: 30%;
}

.searchresults .email {
    width: 45%;
}

.searchresults .address {
    width: 25%;
    height: 39px;
}

.searchresults .table>thead>tr>th:nth-of-type(4) {
    width: 12px !important;
}

.searchresults tr td:nth-of-type(4) {
    padding: 0;
    padding-top: 5px;
    margin: 0;
    width: 12px;
}

.searchresults tr .addticket {
    float: right;
    background-color: transparent;
    z-index: 10000;
}

.linkedThisContact .addticket {
    float: right;
    background-color: #FFF;
    color: rgb(2, 228, 96);
    padding: 4px;
}

.searchresults .table-holder.pre-scrollable {
    max-height: 339px !important;
    margin-bottom: 4px;
    overflow-y: scroll;
}

.tip {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.searchresults .newContactHolder {
    max-height: 405px;
    padding-top: 10px;
}


/*
* Recent tab specific styles
*/

.recent .table-holder.pre-scrollable {
    margin-top: 0px;
    max-height: 392px !important;
    overflow-y: hidden !important;
}

#IDTblTickets tbody {
    display: inline-block;
    width: 362px;
    overflow-y: scroll !important;
    overflow-x: hidden;
    max-height: 360px;
}


/*
* Register / Notes tab specific styles
*/

.register .register-options {
    height: 87px !important;
    position: fixed !important;
    top: 72% !important;
}

.register .dropup button:first-of-type {
    width: 335px;
}

.register .newTicketHolder button,
.searchresults .newTicketHolder button {
    width: 100%;
}

.register .wrapup-submit,
.register .wrapup-submit button {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.register .dropdown-toggle {
    text-align: left;
}

.register.navcontent {
    height: 472px;
}

.register .newTicketHolder {
    height: 343px;
    max-height: 343px;
    overflow: hidden auto;
}

.register .with-error {
    margin-top: 10px;
    height: 337px;
}

.register textarea {
    margin-top: 10px;
    width: 350px;
    position: relative;
    margin-left: 20px;
    height: 333px !important;
}

.register .invalid {
    border: 1px solid red !important;
}

.register .notification {
    margin-top: 290px;
    margin-left: 58px;
    position: fixed;
    font-weight: 600;
    text-align: center;
    width: 246px;
}

.edit-notes-container {
    width: 98%;
    height: 44px;
}

#groupSearchInput {
    width: 100%;
    background-color: whitesmoke;
    border-color: lightgrey;
    border-width: 2px;
    border-left: hidden;
    border-right: hidden;
    border-top: hidden;
    padding-left: 21px;
    padding-top: 4px;
}

.dropdownCarret {
    right: 12px;
    top: 13px;
    position: absolute;
}

.tickettype li {
    margin-top: 4px;
    margin-bottom: -2px;
}

.register-button {
    height: 35px;
    color: #123 !important;
}

.register-button:hover {
    color: #123 !important;
}

.newcaret {
    height: 35px;
    background-color: #ada89b !important;
    color: white !important;
}

.btn-edit-notes {
    float: right;
}

#ticketNotes.largest {
    height: 465px !important;
}

.ticketgroup input[type="text"],
.tickettype input[type="text"] {
    border: none;
    border-bottom: 1px solid lightgray;
    width: 215px;
    margin-left: 5px;
    margin-bottom: 5px;
}

/*
* Settings tab specific styles
*/

.settingsview .save {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}

.settingsview #btnDefaultClid {
    width: 100%;
    text-align: left;
}

.settingsview .notification {
    padding-top: 13px;
}

.show-clid-choice {
    padding-top: 4px;
}

.settingsViewContainer .form-group-sm {
    margin-bottom: 10px !important;
}

#btnChangeLogin {
    cursor: pointer;
}
.softphone,
#softphone {
  width: 360px;
  height: 472px;
  position: fixed;
  border: 0px;
  /* top: 10px;
  right: 10px; */
}

.toggleButtons {
  display: flex;
}

.uiToggleGen {
  width: 50%;
  background-color: #d4cebd;
  border: 0px;
  border-bottom: 1px solid #ffffff;
  margin-right: 1px;
}

.uiToggleLYL {
  width: 50%;
  background-color: #d4cebd;
  border: 0px;
  border-bottom: 1px solid #ffffff;
  margin-left: 1px;
}

.uiToggle:hover {
  background-color: #c4bfaf;
}

.uiToggle:active {
  border-color: #d4cebd;
  font-weight: 700;
}

.uiTogglePressed {
  border-bottom-color: #d4cebd;
  font-weight: 700;
  width: 50%;
  background-color: #d4cebd;
  border: 0px;
}
