#call-taking-interface #sidebar {
	background: #2d323e;
	color: #ffffff;
}



#call-taking-interface #sidebar div {
	color: #ffffff;
}

#call-taking-interface #sidebar div:hover {
	background: rgba(0,0,0,.12);
	color:#ffffff;
}

#call-taking-interface #sidebar div.active {
	color: #039be5;
    background: #22262f;
}

#call-taking-interface .ongoing-call .details div:first-child {
	text-transform:none;
}

#call-taking-interface #queues-panel{
	background: #f5f8f9;
}

#call-taking-interface #queues-panel .section {
   /* height: 33%;
   */
   border-top: 1px solid #e0e0e0;
}

#call-taking-interface #queues-panel .section:nth-child(2) {
   /* height: calc(67% - 140px);
   */
}

#call-taking-interface .queue {
}

#call-taking-interface .queue i {
	font-size:1.4em;    
}

#call-taking-interface #queues-panel .queue-header {

	/* display:none; */
}

#call-taking-interface #queues-panel .queue-caller {
	font-weight:400;
	font-size:12px;
	padding-top:10px;
	padding-bottom:0px;	
}

#call-taking-interface #queues-panel .queue-caller div:first-child {
    flex: 0 0 15%;
    height: 55px;
    width: 55px;
    max-width: 55px;
    min-width: 55px;
    text-align: center;
}

#call-taking-interface #queues-panel .queue-caller div:first-child i {
    font-size: 2em;
    padding-top:9px;

}

#call-taking-interface #queues-panel .queue-caller div:nth-child(2) span:first-child {

}

#call-taking-interface #queues-panel .queue-caller div:nth-child(3) {
	padding: 15px 20px 0 0;
}

#call-taking-interface #queues-panel .queue-caller div:nth-child(4) {
	padding:0 10px 0 0;
    font-size:1.45em;
}

#call-taking-interface #queues-panel .queue-caller div:nth-child(4) i {
	background-color: rgb(213,255,234,0.5);
	color: rgb(25,207,158,0.5);
}

#call-taking-interface #queues-panel .queue-caller div:nth-child(4) i:hover {
	background-color: rgb(213,255,234,1);
	color: rgb(25,207,158,1);
}

#call-taking-interface #queues-panel #ready-controls div:first-child{
	margin-top: -410px;
	position: absolute;
	margin-left: 240px;
}

#call-taking-interface #queues-panel #ready-controls i {
	/* margin-top: -33px; */
	font-size: 34px;
	margin-left: 290px;
	margin-right: 35px;
}

#call-taking-interface #queues-panel #ready-controls:before {
	content: "Calls in queue";
	font-size: 18px;
	margin: 8px 0 8px 56px;
	display: none;
}

#call-taking-interface #queues-panel #ready-controls i:hover {
	background-color:#eee;
}

#call-taking-interface #queues-panel #ready-controls button {
	width: 72px;
	height: 28px;
	border-radius: 30px;
	min-width: 72px;
}

#call-taking-interface #queues-panel #ready-controls .readyButtonCircle {
    position: relative;
    left: -70px;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 5px 12px;
    transition: all 100ms ease;
    /* border: 3px solid #ffdbdd; */
    box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
}

#call-taking-interface #queues-panel #ready-controls .readyButtonCircle.ready {
	left: -26px;
}

#call-taking-interface #activity-panel {
    flex: 0 0 50%;
}









.toast {
    top: 10px;
    right:10px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 5px -1px rgba(0,0,0,.2), 0 6px 10px 0 rgba(0,0,0,.14), 0 1px 18px 0 rgba(0,0,0,.12);
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2), 0 6px 10px 0 rgba(0,0,0,.14), 0 1px 18px 0 rgba(0,0,0,.12);
    /* background-color: #121212; */
    width: 500px;
}

.toast .icon {
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	background-color:transparent;
}

.toast .icon i {
}

.toast .details {text-align: left;padding: 16px 0 20px 10px;}

.toast .action {
	padding:10px 10px 0 0px;
	background: transparent;
}

.toast .action i {
	background-color:transparent;
	margin-top:7px;
	font-size:26px;
	width:46px;
	height:46px;
	border-radius:50%;
	padding:10px;
	margin-right:10px;
	margin-left:0px;
	color:white;	
}

.toast .answer i{ 
	background-color:green;
	color:white
}

.toast .ignore i, .toast .cancel i {
	background-color:red;
	color:white;
}

.toast .answer i:hover {
	background-color:#fff;
	color:green;
}

.toast .ignore i:hover, .toast .cancel i:hover {
	background-color:white;
	color:red;
}

.toast .action span {

	display:none;

}


/*  HEADER  */

#call-taking-interface #header {
/*	display:none; */
    height:70px;
}

#call-taking-interface #header .account-icons {

}

#call-taking-interface #header .history {
	/* display:none; */
}

#call-taking-interface #header #history-dropdown, #call-taking-interface #header #cdr-dropdown, #call-taking-interface #header #notifications-dropdown, #call-taking-interface #header #presence-dropdown {
    padding-top: 17px;
    text-align: right;
}

#call-taking-interface #header .notifications-list {
	/* top: 45px !important; */
	margin-right: -89px;
	min-height: 300px;
}


#call-taking-interface #header .no-notifications {
	font-size:14px;
	text-align: center;
	padding-left: 32px;
	margin-top: 10px;
	display: grid;
}

#call-taking-interface #header .no-notifications:before {
	font-family: 'Material Icons';
	content: "notifications";
	font-size:124px;
	color:#bbb;
	margin: -1px 0px 0 -10px;
}




#call-taking-interface .member-avatar.large span {
	font-size: 1.1em;
    width: 3em;
    height: 3em;
    line-height: 3em;
}




/*  JUST TEMPORARY */

/* Activity Panel */

#call-taking-interface .panel .section {
	border:none;
}

#call-taking-interface .panel .section .title {
/*	border-top:1px solid #e0e0e0; */
}



.ongoing-call .highlight {
    width: calc(100% - 40px);
    margin-left: 20px;
    position: relative;
    height: calc(100% - 10px) !important;
    margin-top: 5px;
    border-radius: 10px;
}

#call-taking-interface .ongoing-call {
    border: 1px solid #e0e0e0;
    margin-bottom: 0;
    margin: 7px;
    border-radius: 5px;
	background-color: rgb(255,255,255,0.3);
    padding: 5px;
    width: calc(100% - 14px);
    height: 70px;
}

#call-taking-interface .ongoing-call:hover {
	box-shadow: 0 0px 10px #ccc;
	background-color: rgb(255,255, 255,0.5);
}

#call-taking-interface .ongoing-call .highlight:hover {
	background-color: rgb(238,246,255,0.4);
}


#call-taking-interface .ongoing-call .highlight.active {
    background-color: #eef6ff;
}

#call-taking-interface .ongoing-call .highlight.active:hover {
	background-color: rgb(238,246,255,0.6);

}

#call-taking-interface .ongoing-call .icon.activity-type-CALL {
	background: #009eff;
}

#call-taking-interface .ongoing-call .icon.activity-type-WEB_CHAT  {
	background-color: #7400ea;
}

#call-taking-interface .ongoing-call .icon.activity-type-MESSAGE  {
	background-color: #7400ea;
}

#call-taking-interface .ongoing-call .icon {
	flex: 0 0 15%;
    height: 69px;
    width: 55px;
    max-width: 55px;
    min-width: 55px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-top: -5px;
    margin-left: -5px;
}

#call-taking-interface .ongoing-call .icon i {
	color:#ffffff;
	margin-top: 19px;

	
} 

#call-taking-interface .ongoing-call .details {
	padding-top: 12px;
}

#call-taking-interface .ongoing-call .status i {
	margin-top: 0px;
	color: #ff4f59;
	background-color: #ffdbdd;
}


#call-taking-interface .ongoing-call.active, #call-taking-interface .ongoing-call.active:hover {
    box-shadow: none;
    background: none;
	border: 1px solid #e0e0e0;
	background: #ffffff;
	box-shadow: 0 0px 10px #666;
	
}




/* Call Control Panel */

#call-taking-interface #calls-panel {
	/* border-right: none; */
	flex: 0 0 25%;
	background-color: #fff;
	border-right: none;
	min-width: 200px;
}

#call-taking-interface #calls-panel .call-info {
	background-color: #fff;
}

#call-taking-interface #calls-panel #activity-controls.call-ended {
	margin-top:-400px;
}

#call-taking-interface #calls-panel #activity-controls.call-ended .disposition-btn div {
    padding: 21px 0 10px 0;
}

#call-taking-interface #calls-panel #activity-controls div:first-child {
    background-color:#2d323e;
    padding: 0px 0;
    margin: 0 30px;
    border-radius: 10px;
	position: relative;
	z-index: 99999999;
}

#call-taking-interface .member-list {
	box-shadow:none;
	padding-left: 6px;
	width: calc(100vw - 16px - 75%);
	background-color: #fff;
}


#call-taking-interface .member-list i:not(.active):hover {
    background-color: #bbb;
    color: #4557e5;
}


#call-taking-interface .member-list .member {
	/* padding-left: 2px; */
	/* background-color: #eef6ff; */
	margin-left: 1px;
	min-width: 200px;
	flex-wrap: wrap;
}

#call-taking-interface .member-list .member .activity-controls {
    margin-left: -18px;
    padding-right: 6px;
}

#call-taking-interface .member-list div.active {
	box-shadow:none;
	background-color: #f5f8f9;
	margin-left: 1px;
	padding-left: 0px;
	/* padding-right: 2px; */
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border: none;
}

/* Profile Panel */

#call-taking-interface .profile {
	background-color: #f5f8f9;
} 

#call-taking-interface .profile .header div.name {
	/* margin-top:50px; */
	font-size: 18px;
}

#call-taking-interface .profile .header div.name .secondary {
	font-size: 14px;
}

.lead {
	font-weight: 400;
}

#call-taking-interface .profile .tabs {
	box-shadow:none;
	background: #f5f8f9;
}

#call-taking-interface .profile .window {
	box-shadow:none;
	background: #f5f8f9;
}

/* Dialpad in Call Control Section */
#call-taking-interface #dialpad {
	/* background-color:yellow; */
	height: 300px;
	width: 300px;
	padding: 30px 20px 20px 20px;
}

#call-taking-interface #dialpad flexbox {
    width:60%;
}

#call-taking-interface #dialpad .flexbox div {
    flex: 1 1 33%;
    /* background-color: yellow; */
    /* border: 1px solid; */
}

#call-taking-interface .dialpad div span:first-child {
	font-weight:600;
}

#call-taking-interface .dialpad div span:last-child {
	color: #7a929e;
	filter: opacity(0.8);
	font-size:11px;
	font-weight:500;
	/* margin-bottom: 10px; */
	margin-top: -5px;
}


/* my-queues panel */

.my-queues {
	position: absolute;
	float: left;
	margin: -381px 0 0 0;
	height: 500px;
	bottom: 100px;
	width: 400px;
	border: 1px solid;
	z-index: 100000;
	overflow: scroll;
}
/*
.chat-window { height: 86%;  margin-top: 101px; }
*/
/*
.chat-window .message-bubble {
	background-color:white;
}
*/

#call-taking-interface .script {
	
width: calc(50% - 30px);
}


.no-lead {
	font-size: 16px;
	margin: 100px 50px;
	text-align: center;
}


#call-taking-interface .member-list .call-tabs {
	/* width:100%; */
	display:flex;
	padding-top: 20px;
	margin-left: 70px;
}

#call-taking-interface .member-list .call-tabs .call-tab {
	/* background-color:yellow; */
	text-align: center;
	padding: 10px;
	margin: 0 10px;
	height: 20px;
}

#call-taking-interface .member-list .call-tabs .call-tab i  {vertical-align: top;}

#call-taking-interface .member-list .call-tabs .call-tab span  {vertical-align: -webkit-baseline-middle;}


i.icon-action.active {
    color: #fff;
    background-color: #ff4f59;
}



