﻿/* Layout */
body.light-mode .body-container {
  background-color: #fff;
}

.light-mode .flex>flex-resizer {
  background-color: #e8e8e8;
}

.light-mode .flexLine {
  background-color: #555c74 !important;
}

.light-mode h1 {
  color: #555f73;
}

.light-mode p {
  color: #555f73;
}

.light-mode .footer,
.light-mode #bottom-left,
.light-mode #bottom-left-1,
.light-mode #bottom-middle-left,
.light-mode #bottom-middle-right,
.light-mode #bottom-right,
.light-mode .grid-wrapper,
.light-mode .modal,
.light-mode .diel-suggestion-box,
.light-mode .masterTab .tabCntBox,
.light-mode .masterTab .tabCntBox .tabCnt {
  color: #555c74;
  background-color: #fff;
}

.light-mode .footer .column.grid-buttons button.btn-1.active img {
  -webkit-filter: invert(47.5%) sepia(99%) saturate(742%) hue-rotate(162deg) brightness(95.5%) contrast(100%);
  filter: invert(53%) sepia(54%) saturate(2074%) hue-rotate(160deg) brightness(95.5%) contrast(109%);
  -webkit-filter: invert(53%) sepia(54%) saturate(2074%) hue-rotate(160deg) brightness(95.5%) contrast(109%);
  opacity: 1;
}

.light-mode .footer .column.grid-buttons button.btn-1 img,
.light-mode #Info_AgentReadyVoiceIndication {
  filter: invert(53%) sepia(54%) saturate(100%) hue-rotate(160deg) brightness(112.5%) contrast(109%);
  -webkit-filter: invert(70%) sepia(70%) saturate(100%) hue-rotate(160deg) brightness(75%) contrast(100%);
  opacity: 0.9;
}

.light-mode .footer .column.grid-buttons button.btn-1:not(.active):hover img {
  filter: invert(48%) sepia(76%) saturate(0%) hue-rotate(166deg) brightness(0%) contrast(0%);
  -webkit-filter: invert(48%) sepia(76%) saturate(0%) hue-rotate(166deg) brightness(0%) contrast(0%);
}

.light-mode .table {
  color: #555c74;
  background: linear-gradient(0deg,
      rgba(240, 240, 240, 1) 0%,
      rgba(232, 232, 232, 1) 100%);
}

.light-mode .footer .column.grid-buttons button.btn-1 span,
.light-mode .table .row {
  color: #555f73 !important;
  opacity: 1;
}

.light-mode .modal-content {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f5f5f5;
}

.light-mode .modal .modal-content-item,
.light-mode .accordionModal li,
.light-mode .accordionModal li .acclink button,
.light-mode .accordionModal li .accord-detail p button {
  color: #555c74;
}

.light-mode .accordionModal li .acclink button:hover,
.light-mode .accordionModal li .accord-detail p button:hover {
  background-color: #83e4ff;
}



.light-mode .c-btn,
.light-mode .c-btn:disabled:hover {
  background-color: #e8e8e8;
  border: 1px solid #cfcfcf;
  color: #555c74;
  box-shadow: inset 0 0 8px #ededed;
  -moz-box-shadow: inset 0 0 8px #ededed;
  -webkit-box-shadow: inset 0 0 8px #ededed;
}

.light-mode .c-btn:hover {
  color: #fff;
  background: rgb(58, 141, 161);
  box-shadow: inset 0 0 8px #0f768e;
  -moz-box-shadow: inset 0 0 8px #0f768e;
  -webkit-box-shadow: inset 0 0 8px #0f768e;
}

.light-mode .c-btn:hover:before {
  border: 1px solid #0f768e;
}

.light-mode .c-btn:before,
.light-mode .c-btn:disabled:before,
.light-mode .c-btn[disabled]:before,
.light-mode .c-btn:disabled:hover:before,
.light-mode .c-btn[disabled]:hover:before {
  border: 1px solid #e8e8e8;
}

.light-mode .dial .buttons .btn-3,
.light-mode .dial :not(.buttons) button {
  background-color: #e3e3e3;
  color: #555c74;
  border-color: #cfcfcf;
  box-shadow: inset 0 0 8px #cfcfcf;
  -webkit-box-shadow: inset 0 0 8px #cfcfcf;
  -moz-box-shadow: inset 0 0 8px #cfcfcf;
  -webkit-box-shadow: inset 0 0 8px #cfcfcf;
}

.light-mode .dial .btn-3 img,
.light-mode #InfoContactImage img {
  filter: invert(53%) sepia(54%) saturate(100%) hue-rotate(160deg) brightness(112.5%) contrast(109%);
  -webkit-filter: invert(70%) sepia(70%) saturate(100%) hue-rotate(160deg) brightness(75%) contrast(100%);
  opacity: 0.9;
}

.light-mode .dial .btn-3:hover img {
  filter: invert(0) sepia(0) saturate(2074%) hue-rotate(160deg) brightness(112.5%) contrast(109%);
}

.light-mode .dial :not(.buttons) button:before,
.light-mode .dial .buttons .btn-3:before {
  border: 1px solid #cfcfcf;
}

.light-mode .dial .buttons .btn-3:hover,
.light-mode .dial :not(.buttons) button:hover {
  color: #fff;
  background: rgb(58, 141, 161);
  box-shadow: inset 0 0 8px #0f768e;
  -moz-box-shadow: inset 0 0 8px #0f768e;
  -webkit-box-shadow: inset 0 0 8px #0f768e;
}

.light-mode .dial-typ-box input {
  background: #fff;
  border: 1px solid #e3e3e3;
  color: #555c74;
}

.light-mode .diel-suggestion-box ul li a {
  background-color: #e8e8e8;
}

/* DTMFView */

.light-mode .DTMFView .content {
  color: #555c74;
}

.light-mode .DTMFView .content .buttons button {
  background-color: #e8e8e8;
  border: 1px solid #555c74;
  color: #555c74;
  box-shadow: inset 0 0 8px #e3e3e3;
  -webkit-box-shadow: inset 0 0 8px #e8e8e8;
  -moz-box-shadow: inset 0 0 8px #e8e8e8;
  -webkit-box-shadow: inset 0 0 8px #e8e8e8;
}

.light-mode .DTMFView .content .buttons button:hover {
  color: #fff;
  background-color: #555c74;
  box-shadow: inset 0 0 8px #0f768e;
  -moz-box-shadow: inset 0 0 8px #0f768e;
  -webkit-box-shadow: inset 0 0 8px #0f768e;
}

.light-mode .DTMFView .content .buttons button:before {
  border: 1px solid #e8e8e8;
}

.light-mode .DTMFView .content .buttons button:hover:before,
.light-mode .DTMFView .content .buttons button:focus:before {
  border: 1px solid #0f768e;
}

/* Tab */
.light-mode .masterTab .tabBox ul li {
  border: 1px solid #555c74;
}

.light-mode .masterTab .tabBox ul li div {
  background: #e8e8e8;
  color: #555c74;
}

/* Interaction */

.light-mode .cardBoxLayer {
  color: #555c74 !important;
  background: #e8e8e8;
}

.light-mode .cardBoxLayer:hover {
  color: #555c74 !important;
}

.light-mode .cardBoxLayer.active,
.light-mode .cardBoxLayer.active:hover {
  color: #555c74;
  background: #06a3db;
}

.light-mode .accordionDisposition button {
  background: #f5f5f5;
  color: #555c74;
}

.light-mode .accordionDisposition button:hover {
  background: #83e4ff;
  cursor: pointer;
}

.light-mode .accordionDisposition button:focus,
.light-mode .accordionDisposition button.active {
  background: #07a3db;
  color: #f5f5f5;
}

.light-mode #Select-qual .calenderBox button {
  background-color: #ededed;
  border: 1px solid #ededed;
  color: #555c74;
  box-shadow: inset 0 0 8px #fff;
  -moz-box-shadow: inset 0 0 8px #fff;
  -webkit-box-shadow: inset 0 0 8px #fff;
}

.light-mode #Select-qual .calenderBox button:hover {
  background: #83e4ff;
  color: #555c74;
  box-shadow: inset 0 0 8px #1bcdfd;
  -moz-box-shadow: inset 0 0 8px #1bcdfd;
  -webkit-box-shadow: inset 0 0 8px #1bcdfd;
}

.light-mode #Select-qual .calenderBox button:before {
  border: 1px solid #ededed;
}

.light-mode #Select-qual .calenderBox button:hover:before {
  border: 1px solid #ededed;
}

.light-mode #Select-qual .dateBoxMain ul li div.dateBox {
  background: #ededed;
  color: #555c74;
}

.light-mode #Select-qual .dateBoxMain ul li div.dateBox.active {
  background: #1bcdfd;
  color: #555c74;
}

.light-mode #Select-qual .dateBoxMain ul li div.dateBox:not(.active):hover {
  background-color: #83e4ff;
}

.light-mode #Select-qual .dateBoxMain ul li div.dateBox.todaysDateActive .day {
  border: 1px solid #333333;
}

.light-mode #Select-qual .dateBoxMain ul li div.dateBox.todaysDate .day {
  border: 1px solid #fff;
}

.light-mode #Select-qual .mytsscroll::-webkit-scrollbar {
  background: #e8e8e8;
  color: #8e8e8e;
}

.light-mode #Select-qual .mytsscroll::-webkit-scrollbar-thumb {
  background: #8e8e8e;
}

.light-mode #Select-qual .mytsscroll::-webkit-scrollbar-button:single-button {
  background-color: #e8e8e8;
}

.light-mode #Select-qual .mytsscroll::-webkit-scrollbar-button:single-button:vertical:decrement {
  border-color: transparent transparent #8e8e8e transparent;
}

.light-mode #Select-qual .mytsscroll::-webkit-scrollbar-button:single-button:vertical:increment {
  border-color: #8e8e8e transparent transparent transparent;
}

.light-mode #Select-qual .timeSlap ul li {
  background: #ededed;
  color: #555c74;
}

.light-mode #Select-qual .timeSlap ul li.active {
  background: #1bcdfd;
  color: #555c74;
}

.light-mode #Select-qual .timeSlap ul li:not(.active):hover {
  background-color: #83e4ff;
}

.light-mode #Select-qual .calenderBoxForm ul li label,
.light-mode #Select-qual .calenderBoxForm ul li input {
  color: #555c74;
}

.light-mode #Select-qual .calenderBoxForm ul li input:focus {
  border: 1px solid #1bcdfd;
}

.light-mode #Select-qual .mytsscroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 6px 0 0px #e8e8e8;
}

.light-mode .LoginElInput {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #676767;
  background: none;
  border: 1px solid #676767;
  padding: 6px 8px;
  border-radius: 4px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.light-mode .headerLogin {
  text-align: center;
  color: #676767;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Michroma", sans-serif;
  line-height: 1.4;
  letter-spacing: 1;
  word-spacing: 2;
  margin: 0 0 100px 0;
  font-size: 26px;
}

.light-mode .loginFormItem .loginElLabel {
  width: 140px;
  color: #676767;
  margin-right: 8px;
}

.light-mode .loginFormBtn {
  width: 80px;
  font-size: 16px;
  font-weight: 400;
  color: #676767;
  background: #cfcfcf;
  border: 1px solid #676767;
  border-radius: 3px;
  padding: 2px;
  line-height: 22px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  cursor: pointer;
}

.light-mode .topup-container_content {
  background-color: #cfcfcf;
  border-radius: 4px;
  padding: 2px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.light-mode .softphone_container {
  color: #676767;
  background: #f5f5f5;
}

.light-mode .softphone_rating_icon {
  filter: invert(53%) sepia(54%) saturate(100%) hue-rotate(160deg) brightness(112.5%) contrast(109%);
  -webkit-filter: invert(70%) sepia(70%) saturate(100%) hue-rotate(160deg) brightness(75%) contrast(100%);
}

.light-mode .softphone_setting {
  filter: invert(53%) sepia(54%) saturate(100%) hue-rotate(160deg) brightness(112.5%) contrast(109%);
  -webkit-filter: invert(70%) sepia(70%) saturate(100%) hue-rotate(160deg) brightness(75%) contrast(100%);
}

.light-mode #softphone-setting .modal-content {
  padding: 12px;
  background-color: #ffffff;
  color: #676767;
}

.light-mode .softphone_bar {
  background-color: #e3e3e3;
  color: #676767;
}

.light-mode .headerLogin {
  text-shadow: none;
}

.light-mode .topup-container_content {
  box-shadow: none;
}

.light-mode .content .message h1 {
  color: #555c74;
}

.light-mode .LoginBackground {
  background-image: url(../images/NoBG_Darkmode_Login_Landingpage_Blank_logo_Dice_light.png);
}

.light-mode .checkBoxModal .container {
  color: #676767;
}

.light-mode .checkBoxModal .checkmark {
  background-color: #e3e3e3;
}

.light-mode .checkBoxModal .container input:checked~.checkmark {
  background-color: #06a3db;
  color: #f5f5f5 !important;
}

.light-mode .checkBoxModal .container:hover input~.checkmark {
  background-color: #07a3db;
  color: #cfcfcf !important;
}

.light-mode .WarningView ul li button {
  background-color: #e3e3e3;
  color: #676767;
}

.light-mode .modal .labelSearchMode {
  color: #676767;
}

.light-mode .diel-suggestion-box ul li a {
  color: #676767;
}

.light-mode .diel-suggestion-box ul li a.active {
  background-color: #06a3db;
  color: #f5f5f5;
}

.light-mode #rightClickContextMenu {
  background-color: #F8F8F8;
  border: 1px solid #ddd;
}

.light-mode #rightClickContextMenu ul li button i {
  color: #626262;
  margin-right: 4px;
}

.light-mode #rightClickContextMenu ul li button span {
  color: #626262;
}

.light-mode #rightClickContextMenu ul li button:hover span {
  background: rgba(0, 181, 220, 1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0088aa", endColorstr="#00bceb", GradientType=1);
}

.light-mode .modal-teamcontent img,
.light-mode .modal-header img {
  filter:invert(70%) sepia(70%) saturate(100%) hue-rotate(160deg) brightness(75%) contrast(100%);
}
