/*--------------------------------------------------------------------
    Custom Form
--------------------------------------------------------------------*/
#customForm
{
    float: left;
}

#customForm input
{
    width: 250px;
}

#customForm input[type="submit"], #customForm input[type="button"], #customForm button
{
    width: auto;
}

/*--------------------------------------------------------------------
    Custom Panel
--------------------------------------------------------------------*/
.customPanel
{
    clear: both;
    margin: 10px 0;
    padding: 10px;
    font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
    font-size: 10px;
    color: #666;
    background: #E6E6E6;
    border: #ccc 1px solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

}

.customPanelTitle
{
    color:White;
    font-size: 14px;
    background-color: #808080;
    margin: 10px 10px 0 10px;
    padding: 10px;
    border: #ccc 1px solid;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.customPanelTitle .actualTitle
{
    display: inline-block;
    height: 18px;
    vertical-align: middle;
    line-height: 10px;
}

.customPanelTitle .customButton
{
    margin-left: 10px;
}

.customPanelTitle .alignRight
{
    padding-top: 10px;
    font-size: 14px;
    color: #ffffff;
    padding-right: 5px;
}


/*--------------------------------------------------------------------
    Custom Button
--------------------------------------------------------------------*/
.customButton
{
    width: auto;
    cursor: pointer;
    height: 28px;
    font-size: 12px;
    text-align: left; /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(bottom, #FFFFFF 25%, #F2F2F2 50%, #DCDCDC 100%); /* Mozilla Firefox */
    background-image: -moz-linear-gradient(bottom, #FFFFFF 25%, #F2F2F2 50%, #DCDCDC 100%); /* Opera */
    background-image: -o-linear-gradient(bottom, #FFFFFF 25%, #F2F2F2 50%, #DCDCDC 100%); /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.25, #FFFFFF), color-stop(0.5, #F2F2F2), color-stop(1, #DCDCDC)); /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 25%, #F2F2F2 50%, #DCDCDC 100%); /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to top, #FFFFFF 25%, #F2F2F2 50%, #DCDCDC 100%);
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #787878;
    padding: 1px 6px;
    display: inline-flex;
    align-items: center;
}

.customButton img
{
    padding-right: 5px;
}

/*--------------------------------------------------------------------
    Custom Combobox
--------------------------------------------------------------------*/
.customComboBox
{
    padding: 5px;
    height: 28px; /* IE10 Consumer Preview */
    margin: 0 10px;
    font-size: 10px;
    background-image: -ms-linear-gradient(bottom, #FBFBE1 25%, #E6E7E9 75%); /* Mozilla Firefox */
    background-image: -moz-linear-gradient(bottom, #FBFBE1 25%, #E6E7E9 75%); /* Opera */
    background-image: -o-linear-gradient(bottom, #FBFBE1 25%, #E6E7E9 75%); /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.25, #FBFBE1), color-stop(0.75, #E6E7E9)); /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(bottom, #FBFBE1 25%, #E6E7E9 75%); /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to top, #FBFBE1 25%, #E6E7E9 75%);
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border: 1px solid #DCDCDC;
}

/*--------------------------------------------------------------------
    Log Info View
--------------------------------------------------------------------*/
#logInfo
{
    width: 100%;
}

#logInfo tbody
{
    height: 250px;
    overflow: auto;
    display: block;
}

#logInfoSupervisor
{
    width: 100%;
}

#logInfoSupervisor tbody
{
    height: 400px;
    overflow: auto;
    display: block;
}

#logInfo tbody tr
{
    height: 20px;
}

#logInfo tbody td:nth-child(1)
{
    width: 50px;
}

#logInfo tbody td:nth-child(2)
{
    font-weight: bold;
    font-size: 10px;
}

.startSessionOption
{
    width: 70px;
}

/*--------------------------------------------------------------------
    Contact Elements
--------------------------------------------------------------------*/

.contact-infoPanel
{
    list-style-type: none;
    border: 1px solid #cccccc;
    padding: 2px;
    margin: 10px;
    background: #ECECEC;
    border-radius: 5px;
}

.inbound-contact-infoPanel
{
    border-radius: 0 0 5px 5px;
    margin: 0 10px 10px 10px;
    border-top: 0;
}

.customPanel ul {
    padding-left: 0;
    margin-top: 0;
}

.contact-header
{
    clear: both;
    padding: 5px;
    min-height: 15px;
    font-size: 12px;
}

.contact-header img
{
    vertical-align: middle;
}

.contact-header-buttons
{
    border-top: #ccc 1px solid;
}

.contact-header-accepted p
{
    font-size: 14px;
    color: #444444;
    margin-left: 20px;
}

.contact-body
{
    clear: both;
    padding: 5px;
    min-height: 20px;
    color: #666;
}

.contact-body .customButton
{
    margin-right: 10px;
}

#contact-phoneNumber
{
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}

#contact-skillName
{
    float: right;
    font-size: 10px;
    font-weight: bold;
    padding-right: 10px;
    color: #000000;
}

#contact-status
{
    float: right;
    font-size: 10px;
    font-weight: bold;
    padding-right: 10px;
}

.contact-elapsedTime
{
    float: right;
    color: #6A737B;
    font-size: 10px;
}

.contact-button
{
    padding: 5px;
    cursor: pointer;
    background: #cccccc;
    border: 1px solid #999999;
    border-radius: 5px;
}

#dialEndLegButton
{
    border:0;
    background:transparent;
}

/*--------------------------------------------------------------------
    Images styles
--------------------------------------------------------------------*/
.legConnected
{
    width: 16px;
    height: 16px;
    background-image: url('../images/icon_leg_connected.png');
    background-repeat: no-repeat;
    background-position: center;
}

.legDialing
{
    width: 16px;
    height: 16px;
    background-image: url('../images/icon_leg_dialing.png');
    background-repeat: no-repeat;
    background-position: center;
}

.legDisconnected
{
    width: 16px;
    height: 16px;
    background-image: url('../images/icon_leg_disconnected.png');
    background-repeat: no-repeat;
    background-position:center;
}

/*--------------------------------------------------------------------
    Text Elements
--------------------------------------------------------------------*/
.alertInfo
{
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    margin: 20px 20px 15px 20px;
    font-size: 150%;
    font-weight: bold;
}

.alertInfo .alert-error {
    color: #aa0000;
}

.alertInfo .alert-status {
    color: #0057A0;
}

.alertInfo img {
    vertical-align: middle;
    padding-right: 10px;
    float: left;
}

#agent-legStatus
{
    float: left;
    padding:15px 10px;
}

#agent-acwTimeout
{
    float: left;
    padding:15px 10px;
}
/*--------------------------------------------------------------------
    Menu Elements
--------------------------------------------------------------------*/
#agent-skills
{
    width: 200px;
}

#agent-states
{
    float: left;
    padding: 10px;
    width: 250px;
}

#agent-statesCombo
{
    height: 24px; /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(bottom, #FBFBE1 25%, #E6E7E9 75%); /* Mozilla Firefox */
    background-image: -moz-linear-gradient(bottom, #FBFBE1 25%, #E6E7E9 75%); /* Opera */
    background-image: -o-linear-gradient(bottom, #FBFBE1 25%, #E6E7E9 75%); /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.25, #FBFBE1), color-stop(0.75, #E6E7E9)); /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(bottom, #FBFBE1 25%, #E6E7E9 75%); /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to top, #FBFBE1 25%, #E6E7E9 75%);
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border: 1px solid #DCDCDC;
}

#agent-currentState
{
    display: inline;
    font-size: 12px;
    font-weight: bold;
    color: #6A737B;
    background: transparent;
    border-width: 0;
    height: 24px;
    line-height: 24px;
    padding-left: 10px;
    vertical-align: sub;
}

#agent-validNextStates
{
    float: right;
    display: inline;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
    width: 45px;
    background-image: url('../images/dropdown_arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    padding: 5px 5px 5px 0;
    appearance: none;
    color: #00000000;
}

#agent-validNextStates option {
    color :#000000;
}

.agent-nextStates
{
    padding: 5px 5px 10px 0;
    display: inline;
    font-size: 10px;
    color: #6A737B;
    line-height: 20px;
}

.agent-nextStatesArrow
{
    padding: 5px 0 0 10px;
}

#agent-elapsedTime
{
    float: left;
    padding:15px 10px;
}

#agent-logoff
{
    float: right;
    margin: 10px;
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    text-shadow: 0 1px 1px #aaaaaa;
}

#agent-logoff:hover {
    color: #B8CBD9;
    text-decoration: none;
    text-shadow: 0 1px 1px #B8CBD9;
    cursor: pointer;
}

#settings
{
    float: right;
    margin: 10px;
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    text-shadow: 0 1px 1px #aaaaaa;
}

#settings:hover {
    color: #B8CBD9;
    text-decoration: none;
    text-shadow: 0 1px 1px #B8CBD9;
    cursor: pointer;
}

#supervisor
{
    float: right;
    margin: 10px;
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    text-shadow: 0 1px 1px #aaaaaa;
}

#supervisor:hover {
    color: #B8CBD9;
    text-decoration: none;
    text-shadow: 0 1px 1px #B8CBD9;
    cursor: pointer;
}

.menu-item {
    float: right;
    margin: 10px;
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    text-shadow: 0 1px 1px #aaaaaa;
}

.menu-item:hover {
    color: #B8CBD9;
    text-decoration: none;
    text-shadow: 0 1px 1px #B8CBD9;
    cursor: pointer;
}


.commandsPanel
{
    clear: both;
    margin: 10px;
    display:block;
}

.alignRight
{
    float:right;
    margin-top: -5px;
}

#agent-collapsablePanels
{
    float: right;
}
#agent-collapsablePanels1
{
    float: right;
}

#agent-collapsablePanels button
{
}

#agent-collapsablePanels img
{
    height: 16px;
    width: 16px;
}

/*--------------------------------------------------------------------
    Tooltip
--------------------------------------------------------------------*/
 
.tooltip::after 
{
    background: rgba(0, 0, 0, 0.8);
    border-radius: 8px 8px 8px 0;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    color: #FFF;
    content: attr(data-tooltip);
    font-size:10px;
    margin-top: -10px;
    margin-left:-14px;
    opacity: 0; 
    padding: 3px 7px;
    position: absolute;
    visibility: hidden; 
    transition: all 0.4s ease-in-out;  
}
         
.tooltip:hover::after 
{
    opacity: 0.9;
    visibility: visible;
    content: attr(data-tooltip);
}

.menu-customButton
{
    margin-top:10px;
}

.accept-button
{
    padding: 20px 40px;
    margin: 10px;
    background: green;
    color: white;
    border-radius: 5px;
    border: 0;
}

.reject-button
{
    padding: 20px 40px;
    margin: 10px 10px 10px 0;
    background: red;
    color: white;
    border-radius: 5px;
    border: 0;
}

.container-video {
    border: none;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    display: none;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.notification-banner {
    background-color: red;
    bottom: 0;
    color: white;
    display: none;
    font-weight: bold;
    height: 30px;
    left: 0;
    opacity: .8;
    padding-top: 8px;
    position: fixed;
    right: 0;
    text-align: center;
    width: 100%;
    visibility: visible;
 }
 #wi-language {
 	color: green;
 	font-weight: bold;
 }

.contact-data {
	color: black;
} 

.contact-header-label {
 	width: 70pt;
 	color: black;
 	display: inline-block;
 	font-weight: bold;
 }

.main-brand {
	position: absolute;
	top: -17px;
	left: 20px;
	width: 150px;
	height: 44px;
	background-image: url('https://static.llsapi.com/UI/LLS/Main.png');
	background-size: 150px 44px;
	background-repeat: no-repeat;
	margin: 0;
}

h2.title {
	color: #00529B;
	position: absolute;
	top: -5px;
	left: 200px;
	font-size: 12pt;
}
.header {
    position: relative;
    z-index: 2;
    height: 40px;
    background-color: transparent;
    border-top: 32px solid #F99B0C;
    border-bottom: 10px solid #adafaa;
    -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.16);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.16);
    max-width: 960px;
    background-color: transparent;
}

.settingsBox {
	display: flex;
	flex-flow: column;
	border: 3px solid #00529B;
	background: #000000;
	width: 400px;
	height: 600px;
	top: 50px;
	right: 20px;
	position: fixed;
	z-index: 200;
	resize: both;
	overflow-y: scroll;
}

.videoPreview {
	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	margin-top: 5px;
}

.settingsHeader {
	color: #ffffff;
	font-weight: bolder;
	font-size: 12pt;
	width: 100%;
	text-align: left;
	margin-top: 25px;
	margin-left: 5px;
}

.settingNote {
	color: yellow;
	width: 95%;
	background: black;
	margin-left: 5px;
	margin-right: 25px;
}
span.settingNote {
	font-family: monospace;
	color: white;
	font-weight: bold;
	margin: 0;
}

.setting {
	margin-top: 20px;
	margin-left: 5px;
	width: 100%;
}

span.settingName {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	position: relative;
	bottom: 0;
	left: 0;
	font-size: 11pt;
}
div.settingName {
	display: table-row;
	color: #999999;
	height: 24px;
	width: 100%;
	text-align: left;
	vertical-align: bottom;
}
.settingValue {
	color: #999999;
	background: #000;
	width: 95%;
}

.settingRecordButton {
	background-color: #000;
	position: float;
	float: right;
	width: 24px;
	height: 24px;
	margin-right: 20px;
	border: none;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='red' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 18a6 6 0 1 0 0-12 6 6 0 0 0 0 12Z' fill='red'/%3E%3Cpath d='M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2ZM3.5 12a8.5 8.5 0 1 1 17 0 8.5 8.5 0 0 1-17 0Z' fill='%23212121'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: center;
	
}

.settingsAudioMeter {
	position: fixed;
	right: 75px;
	height: 25px;
}

.settingRecordButton:hover {
	background-color: #000;
	position: float;
	float: right;
	width: 24px;
	height: 24px;
	margin-right: 20px;
	border: none;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='yellow' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 18a6 6 0 1 0 0-12 6 6 0 0 0 0 12Z' fill='yellow'/%3E%3Cpath d='M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2ZM3.5 12a8.5 8.5 0 1 1 17 0 8.5 8.5 0 0 1-17 0Z' fill='%23212121'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: center;
	cursor: pointer;
	
}

.settingPlayButton {
	background-color: #000;
	position: float;
	float: right;
	width: 24px;
	height: 24px;
	margin-right: 20px;
	border: none;
  	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-width='2' d='m3 22 18-10L3 2v20Zm2-3 12.6-7L5 5v14Zm2-3 7.2-4L7 8v8Zm2-3 1.8-1L9 11v2Z'/%3E%3C/svg%3E");
  	background-repeat: no-repeat;
  	background-size: 16px 16px;
  	background-position: center;
}

.settingPlayButton:hover {
	background-color: #000;
	position: float;
	float: right;
	width: 24px;
	height: 24px;
	margin-right: 20px;
	border: none;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='yellow' stroke='yelow' stroke-width='2' d='m3 22 18-10L3 2v20Zm2-3 12.6-7L5 5v14Zm2-3 7.2-4L7 8v8Zm2-3 1.8-1L9 11v2Z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: center;
	cursor: pointer;
}

.settingStopButton {
	background-color: #000;
	position: float;
	float: right;
	width: 24px;
	height: 24px;
	margin-right: 20px;
	border: none;
  	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-width='2' d='M4 4h16v16H4V4Zm2 2h12v12H6V6Zm2 2h8v8H8V8Zm2 2h4v4h-4v-4Zm1 1h2v2h-2v-2Z'/%3E%3C/svg%3E");
  	background-repeat: no-repeat;
  	background-size: 16px 16px;
  	background-position: center;
}


.settingStopButton:hover {
	background-color: #000;
	position: float;
	float: right;
	width: 24px;
	height: 24px;
	margin-right: 20px;
	border: none;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='yellow' stroke='yellow' stroke-width='2' d='M4 4h16v16H4V4Zm2 2h12v12H6V6Zm2 2h8v8H8V8Zm2 2h4v4h-4v-4Zm1 1h2v2h-2v-2Z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: center;
	cursor: pointer;
}


.navControls {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 5px;
	margin-right: 5px;
	font-size: 10pt;
}

.closeButton {
	color: #fff;
	padding: 5px;
    text-decoration: none;
}
.closeButton:hover {
	color: #000;
	padding: 5px;
	background: yellow;
    text-decoration: none;
    cursor: pointer;
}

.transferBox {
	display: flex;
	flex-flow: column;
	border: 3px solid #00529B;
	background: #00529B;
	min-width: 400px;
	min-height: auto;
	height: 400px;
	max-height: 1000px;
	max-width: 750px;
	top: 100px;
	right: 50px;
	position: fixed;
	z-index: 200;
	resize: both;
	overflow-y: scroll;
    padding: 5px;
}

.dataBox {
	display: flex;
	flex-flow: column;
	border: 3px solid #00529B;
	background: #00529B;
	min-width: 400px;
	min-height: 100px;
	max-height: 400px;
	max-width: 750px;
	bottom: 50px;
	left: 5px;
	position: fixed;
	z-index: 200;
	resize: false;
	overflow-y: scroll;
}

#DataViewHeader {
  padding: 1px;
  cursor: move;
  z-index: 21;
  background-color: #2196F3;
  color: #fff;
}
#DataViewFooter {
  padding: 10px;
  z-index: 21;
  color: #fff;
}

.closeDataCollection {
	cursor: pointer;
	color: #fff;	
}

.dataCollectionQuestion {
	color: white;
	z-index: 20;
	
}
.dataCollectionEntryTable {
	border: 1px solid white;
	max-width: 95%;
	list-style-type: none;
	padding: 5px;
	
}
.dataCollectionAnswer {
	min-height: 1.25em;
	line-height: 1.25;
	color: yellow;
}
.dataCollectionTable {
	margin-left: 2.5%;
	margin-top: 5px;
}
.languageData {
	background-color: #00529B;
	color: white;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.transferList li:hover {
	background-color: #ddd;
	color: black;
}

.transferList li {
    cursor: pointer;
    padding: 8px;
}

.personData {
	background-color: #00529B;
	color: white;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.status {
	float: right;
}

.llsOptions {
    background-color: #00529B;
    color: white;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.llsOptions .option {
    padding: 10px 10px 5px 5px;
}

.queueCount {
	float: right;
}

.transferBoxHeader {
	color: #ccc;
	font-size: 8pt;
	background-color: #00529B;
    margin: 0 2px 1px;
    padding: 4px;
}

.transferSearchBox {
	width: 65%;
	padding: 2px;
	margin: 0;
}
#transferInput {
	background-color: white;
	color: black;
	height: 20px;
	margin-top: 1px;
	margin-bottom: 2px;
	padding: 2px;
	font-size: 11pt;
}
.search-tab {
	overflow: hidden;
	color: white;
	background-color: #00529B;
	margin-top:4px;
    display: flex;
    padding-right: 2px;
}

.search-tab.search-tab-selected {
	background-color: #00529B;
	border-bottom: none;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: none;
	color: white;
}
.search-tab button {
    flex: 1 1 0;
	outline: none;
	cursor: pointer;
	padding: 4px 10px;
	transition: 0.3s;
	color: #ddd;
	text-indent: 0;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #aaa;
	outline-color: black;
	background-color: transparent;
}
.search-tab div {
	float: right;
	padding: 1px 10px;
	padding-bottom: 0;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #aaa;
	outline-color: black;
	background-color: transparent;
}

.search-tab button:hover {
	background-color: #aaa;
	border-bottom: none;
	color: black;
}

.search-tabcontent {
	display: none;
	padding: 6px 12px;
	border: 1px solid #aaa;
	border-top: none;
}

.tabPane {
	min-height: 10px;
	flex: 1 1 auto;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	overflow-y: hidden;
    margin-right: 2px;
}

.paneHolder {
	width: 100%;
	flex: 1 1 auto;
}

.transfer-button
{
    margin: 10px;
    border: none;
    border-radius: 5px;
    width: 10em;
    height: 5em;
}

.confirm-transfer
{
    background: green;
    color: white;
}

.confirm-transfer span
{
    font-size: 80%;
}

.help-text
{
    text-align: left;
    color: #bbbbbb;
    font-size: 110%;
    width: 35em;
}

.warm-transfer-confirmation
{
    padding: 10px;
}

.transfer-options
{
    display: flex;
    justify-content: center;
}

.cancel-transfer
{
    background: red;
    color: white;

}

.transfer-text
{
	color: white;
	padding-top:50px;
	padding-bottom: 50px;
	text-align: center;
	width: 100%;
}
.transfer-to
{
	font-weight: bold;
	color: white;
}

.searchImage
{
	width: 15px;
	height: 15px;
    padding-right:5px;
	vertical-align: middle;
}

.searchBox
{
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
}

.closeImage
{
	float: right;
	padding-right: 2px;
	cursor: pointer;
}

.reloadImage
{
    padding: 4px;
    cursor: pointer;
}

input.promptunset {
	background-color: white;
	color: black;
}

input.promptgood {
	background-color: green;
	color: white;
}

input.promptbad {
	background-color: red;
	color: white;
}

span.requiredPrompt {
	color: #ffff00;
}

.dataViewMinimized {
	position: absolute;
	top: 260px;
	left: 10px;
	width: 42px;
	height: 42px;
	margin: 0;
	z-index: 21;
}

.titleBarImage {
	float: left;
	width: 24px;
	height: 24px;
	margin: 1px;
	margin-right: 10px;
	padding: 1px;
}

button.dataCollectionView {
	background-color: #00000000;
    background-image: url("../images/dataCollection.png");
    background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 0;
	z-index: 21;
    height: 42px;
    width: 42px;
}

.dcText {
	margin-top: 17px;
	padding-top: 17px;
	vertical-align: middle;
}

/*--------------------------------------------------------------------
    Send DTMF
--------------------------------------------------------------------*/

#DtmfKeypad
{
    display: grid;
    grid-template-columns: 1fr fit-content(100%);
    border: 3px solid #00529B;
    background: #00529B;
    width: 300px;
    column-gap: 25px;
    top: 100px;
    right: 50px;
    position: fixed;
    z-index: 201;
    padding: 5px;
}

#DtmfKeypad h1
{
    margin-top: 0;
}


/*--------------------------------------------------------------------
    Dial Third Party
--------------------------------------------------------------------*/
#DialThirdPartyView
{
    display: grid;
    grid-template-columns: 1fr 1fr fit-content(100%);
    border: 3px solid #00529B;
    background: #00529B;
    width: 600px;
    column-gap: 25px;
    top: 100px;
    right: 50px;
    position: fixed;
    z-index: 201;
    padding: 5px;
}

#number-entry h1
{
    margin-top: 0;
}

#number-entry input
{
    width: 13em;
}

#number-entry button
{
    margin-top: 10px;
}

#number-entry button.delete img
{
    vertical-align: middle;
}

.number-grid
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 10px;
    row-gap: 10px;
    width: 18em;
    height: 18em;
}

.number-grid button
{
    width: 5em;
    height: 3em;
    cursor: pointer;
}

.number-grid button .number
{
    display: block;
    font-weight: bold;
    font-size: 120%;
}

.number-grid button .letters
{
    font-size: 70%;
}