

* {
	padding: 0;
	margin: 0;
	font-family: arial;
	}
html,body { padding: 0;	margin: 0; height: 100%; }
br.clb { clear: both; }	
button { cursor: pointer; }
.unobtrusive { color: transparent; }
.readonly { color: gray; }

#main {
	height: 100%;
	}

#main div.app {
	display: none;
	}
#main div.appActive {
	display: block;
	}
	
#app0 {
	margin: 100px ;
	}
#app0 label {
	display: block;
	font-size: 12px;
	color: gray;
	}
#app0 button {
	/* display: block; */
	margin: 0 0 0 50px;
	}
#app0_Phone {
	width: 96px;
	}
#app0_PhoneExtension {
	width: 50px;
	text-align: center;
	}
#app0_UserMode {
	width: 75px;
	}	
	
	
#app1Dashboard {
	height: 60px;
	background-color: #eee;
	border-bottom: 1px solid gray;
	}
	
#app1dialer {
	display: none;
	height: 30px;
	width: 150px;
	}
	
#app1AgentBox {
	width: 300px;
	height: 59px;
/*	border: 1px solid gray;
*/
	float: left;
	}
#app1AgentBox input {
	text-align: center;
	}
	
#app1Transaction {
	position: absolute;
	top: 0;
	right: 0;
	}
#app1ReportView {
	margin: 0 0 0 15px;
	}
	#app1RVvb {
		list-style-type: none;
		float: left;
		}
	#app1RVvb li {
		margin: 0;
		}
	#app1RVvb button {
		border: none;
		}
	#app1RVvb button.active {	
		background-color: #ABA;
		}
		
	#app1RVif {
		height: 56px;
		width: 500px;
		background-color: white;
		}
		
div#app1AutoLogout {
	margin: 3px 0;
	height: 5px;
	width: 50px;
	position: relative;
	background-color: yellow;
	overflow: hidden;
	}
div#app1AutoLogoutStatus {
	background-color: red;
	position: absolute;
	left: 100%;
	top: 0;
	height: 100%;
	width: 100%;
	}
div#app1AutoLogoutWarning {
	display: none;
	background: transparent scroll no-repeat 50% top url('https://wccx01.successfuel.com/img/AutoLogoutWarning.gif');
	height: 400px;
	width: 100%;
	top: 60px;
	left: 0%;
	position: absolute;
	}
div#app1AutoLogoutWarning.on {
	display: block;
	}


	
#app1ICM {
	padding: 5px 20px 0 10px;
	}
#app1StartCall {
	width: 250px;
	text-align: center;
	font-size: 18px;
	margin: 10px 0 0 0;
	display: block;
	}
#app1TimeType2{
	display: block;
	width: 250px;
	text-align: center;
	font-size: 16px;
	margin: 25px 0;
	}
#app1Logout {
	margin: 10px 0 0 0;
	display: block;
	width: 250px;
	text-align: center;
	font-size: 16px;
	}
	
	
#app1modules #app1ICM iframe.ICM_MSG {
	width: 100%;
	min-height: 200px;
	margin: 25px 0 0 0;
	}
	

#app1Transaction{
	border: 1px solid gray;
	padding: 5px;
	float: left;
	}
 #app1TrGet
,#app1TrPut {
	width: 23px;
	border: none;
	background-color: white;
	text-align: center;
	font-size: 12px;
	}
 #app1TrGet.active
,#app1TrPut.active {
	background-color: #afa;
	}	
#app1TrGet.throttle {
	border: 1px solid black;
	background-color: red;
	color: yellow;
	}


#app1leftnav {
	float: left;
	clear: left;
	width: 260px;
	height: 200px;
	background-color: #eee;
	overflow: auto;
	}


/* Left Nav Area*/
.app1nav {
	float: left;
	clear: left;
	background-color: #eee;
	overflow: auto;
	}
.app1nav ul	{
	}
.app1nav ul li {
	margin: 2px 0;
	padding: 2px 0;
	}
.app1nav label {
	cursor: pointer;
	}
.app1nav button {	
	width: 100%;
	}
.app1nav #app1NewContact {
	margin: 0 2px;
	}
	
.app1nav select.CD_day {
	width: 45%;
	}
.app1nav select.CD_time {	
	width: 45%;
	}

.app1nav optgroup {
	font-weight: bold;
	}
.app1nav optgroup option {
	margin: 0 0 0 10px;
	}	
	
	
.dialpad {
  background-color: white;
  width: 240px;
  padding: 5px 9px;
  margin: 0px auto;
  height: 208px;
  text-align: center;
}
	
.row {
  width: 250px;
  clear: both;
  text-align: center;
}

.digit{
  float: left;
  padding: 6px 26px;
  width: 30px;
  font-size: 1.3rem;
  cursor: pointer;
}

.sub {
  font-size: 0.6rem;
  color: grey;
}

#output {
  height: 30px;
  font-weight: bold;
  color: #1976d2;
}

#app1DialNumber {
  width: 150px;
  height: 25px;
  font-size: 1.4rem;
}

#app1DialButton {
  background-color: #DDDDDD;
  padding: 1px 10px;
  color: #FFFFFF;
  border-radius: 5px;
  cursor: pointer;
  height: 30px;
}
	
	
	
	
	
	
	
	
#app1modules {
	border: 1px solid gray;
	height: 200px;
	overflow: auto;
/*	margin: 0 300px 0 15px;
*/
	}
	
	
	
#app1modules .module {
	display: none;
	}
#app1modules .moduleActive {
	display: block;
	}
	

#app1modules .data {
	float: right;
	width: 25%;
	background-color: #eee;
	overflow: auto;
	height: 200px;
	padding: 10px 0;
	}
#app1modules .data ul {
	list-style-type: none;
	}
#app1modules .data ul li {
	clear: left;
	margin: 5px 0;
	}
#app1modules .data ul li label {
	display: block;
	font-size: 10px;
	color: gray;
	float: left;
	width: 15%;
	text-align: right;
	padding: 3px 2% 0 0;
	}
#app1modules .data ul li label.cb {
	display: inline;
	}
#app1modules .data ul li input {
	width: 75%;
	}
#app1modules .data ul li input.cb {
	width: 25px;
	}
#app1modules .data ul li textarea {
	width: 90%;
	height: 60px;
	margin: 0 0 0 5px;
	font-size: smaller;
	}
	
#app1modules .dialog {
	height: 200px;
	overflow: auto;
	padding: 10px;
	}
	
#app1modules .dialog p {
	padding: 5px 0;
	font-size: 16px;
	}
#app1modules .dialog ul {
	list-style-type: none;
	}
#app1modules .dialog li {
	padding: 0 0 15px 10px;
	}
#app1modules .dialog li p {	
	padding: 4px 0;
	font-size: 14px;
	}
#app1modules .dialog label {
	font-size: smaller;
	color: gray;
	}
#app1modules .dialog label.radio {
	color: black;
	}
#app1modules .dialog select {
	
	}
#app1modules .dialog .readonly {
	border: 1px solid silver;
	color: gray;
	}
	
#app1modules .dialog  button.sending {
	background-color: #F99;
	}
#app1modules .dialog  button.sent {
	border: 1px solid black;
	}	
#app1modules .dialog  input.SendEmail_Status {
	width: 225px;
	}
	
#app1modules .dialog .cue {
	text-transform: uppercase;
	background-color: yellow;
	}
#app1modules .dialog .mgr {
	background-color: #DDD;
	font-size: smaller;
	padding: 2px;
	}
#app1modules .dialog .adm {
	background-color: #CCC;
	font-size: larger;
	padding: 2px;
	}	
#app1modules .dialog .info {	
	background-color: #E3E4FA;
	line-height:1.5;
	}
#app1modules .dialog .ifneeded {	
	border:1px solid black;
	margin:10px 0 0 30px;
	padding:10px;
	}
#app1modules .dialog .ifneeded2 {	
	border:1px solid black;
	margin:10px 0 0 30px;
	padding:10px;
	}
#app1modules .dialog .section{
	background-color: #CCC;
	font-size: larger;
	margin:10px 0;
	padding:10px;
	display:block;
	}
	
#erfOpen {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 16px;
	width: 20px;
	height: 20px;
	border: none;
	background-color: white;
	}
#erfOpen img {
	width: 100%;
	height: 100%;
	border: none;
	}
#erf {
	position: absolute;
	top: 5%;
	left: 5%;
	background-color: white;
	border: 2px solid gray;
	width: 90%;
	height: 325px;
	display: none;
	overflow: hidden;
	}
#erf.show {
	display: block;
	z-index: 100;
	}
#erf #erfX {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: bold;
	}
#erf #erfX.noshow {	
	display: none;
	}
#erf h1 {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #CCC;
	border-bottom: 1px solid black;
	display: block;
	width: 100%;
	font-size: 16px;
	padding: 1px 5px;
	}
#erf div.content {
	height: 305px;
	width: 100%;
	overflow: auto;
	margin: 23px 0 5px 0;
	}
#erf div.content2 {
	padding: 10px;
	}
#erf ul {
	list-style-type: none;
	}
#erf li.log textarea{
	width: 98%;
	height: 100px;
	display: none; 
	}
	
	
#erf label {
	font-size: 10px;
	color: gray;
	}
#erf #erf_agentextra {
	width: 98%;
	height: 100px;
	display: block;
	}
#erf #erf_errsbmt {
	display: block;
	margin: 10px auto;
	}
textarea.notefield{
	height: 200px !important;

}

/* Click through style */

#container {
    color: #fff;
    font-weight: 400;
    font-size: 1em;
    overflow: hidden;
    height: auto;
    min-height: 615px;
    padding-bottom: 60px;
}

#container label {
	color: #FFFFFF!important;
	font-size: x-large!important;
}

.question {
    top: 10%;
    left: 0px;
    display: inline-block;
    padding: 0 5px 1em 0;
    border-top: 2px solid #325f84;
	margin: 15px 20%;
	width: 60%;
	text-align: center;
    line-height: 140%;
	font-weight: 300!important;
    font-size: 22px!important;
}

.answer {
	float: left;
	font-weight: 300;
	text-align: center;
	width: 90%;
	margin: 0 10% 0 5%;
}

.answer button {
	border-radius: 15px;
    width: 47%;
    min-height: 72px;
    min-width: 165px;
    padding: 10px 25px;
    font-size: 16px;
    transition: color 0.3s;
    cursor: pointer;
    display: inline-block;
    align-items: center;
    color: #FFF;
    font-weight: 400;
    margin: 5px;
    border: 1px solid #353232;
    background-color: #e28600;
    float: left;
    text-align: center;
    vertical-align: middle;	
}

.gonext {
	float: right;
    padding: 0.2em 0.4em;
    border: none;
    font-weight: 600;
    color: #FFFFFF;
    background: none;
    position: relative;
    left: 0;
    bottom: 0;
    margin: 10px 0 25px 25px;
    font-size: 2em;	
}

.gonext:hover {
	color: #325f84; 
}

.goback {
	float: left;
    padding: 0.2em 0.4em;
    border: none;
    font-weight: 600;
    color: #FFFFFF;
    background: none;
    position: relative;
    left: 0;
    bottom: 0;
    margin: 10px 0 25px 25px;
    font-size: 1em;	
}

.goback:hover {
	color: #325f84;
}

.vendorSurvey {
	float: left;
	font-weight: 300;
	text-align: left;
}

#container .cue {
	background-color: orange!important;
	color: #000000;
}

#container .mgr {
	background-color: lightblue!important;
	color: #000000;
}

#container .info {
	background-color: white!important;
	color: #000000;
}

#container .section {
	background-color: #CCC;
	color: #000000;
	margin:10px 0;
	padding:10px;
	display:inline-block;	
}

#container .adm {
	background-color: #CCC;
	color: #000000;
}