body {
	font-family: "Droid Sans", Helvetica, Arial, sans-serif;
	background: none repeat scroll 0 0 #fff;
	color: #3c3c3c;
	font-size: 12px;
}

.timer {
	margin-top: 5px;
}

.timer-connected {
	background-color: #DD0000;
	color: #fff;
	font-size: 11px;
	padding: 2px;
}

.timer-active {
	background-color: green;
	color: #fff;
	font-size: 11px;
	padding: 2px;
}

.timer-hold {
	background-color: #FFCD38;
	color: #fff;
	font-size: 11px;
	padding: 2px;
}

.timer-idle {
	background-color: #007097;
	color: #fff;
	font-size: 11px;
	padding: 2px;
}

.timer-end {
	background-color: #B93F33;
	color: #fff;
	font-size: 11px;
	padding: 2px;
}

.timer-incoming {
	background-color: #B9BF34;
	color: #fff;
	font-size: 11px;
	padding: 2px;
}

.timer-outgoing {
	background-color: #B9BF34;
	color: #fff;
	font-size: 11px;
	padding: 2px;
}

.timer-could-not-connect {
	background-color: #881666;
	color: #fff;
	font-size: 11px;
	padding: 2px;
}

.call-status {
	border: 0px;
	font-size: 11px;
	color: #fff;
	width: 100%;
}

.call-status tr td:first-child {
	text-align: left;
	width: 50%;
}

.call-status tr td:nth-child(2) {
	text-align: right;
	width: 50%;
}

.agent-status {
	border: 0px;
	font-size: 12px;
	color: #fff;
	width: 100%;
}

.agent-status-wrap {
	color: #fff;
	font-size: 12px;
	margin-top: 10px;
	background-color: #3191C8;
	width: 100%;
	font-weight: bold;
	border-radius: 5px;
}

.call_text {
	background-color: #fff;
	border: 1px solid #ccc;
	height: 25px;
}

.make-call-wrapper {
	width: 100%;
	padding-top: 10px;
	font-size: 11px;
	border: 1px solid #ccc;
	border-top: 0px;
	/*display: none;*/
}

.sidebar.left {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 250px;
	background: rgb(68, 68, 68, .9);
	color: white;
	padding: 5px;
	box-shadow: 0 0 5px black;
	font-size: 15px;
}

.call-control {
	height: 48px;
	width: 60px;
}

.call-control-grid {
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px;
}

.call-control-grid tr td {
	text-align: center;
}

/* BUTTON STYLINNG */
.button-link {
	padding: 6px 9px;
	color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #20538D;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px
		rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px
		rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px
		rgba(0, 0, 0, 0.2);
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.button-link:hover {
	border: solid 1px #2A4E77;
	text-decoration: none;
}

.button-link:active {
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	border: solid 1px #203E5F;
}

.button-call {
	background: #689014;
	width: 60px;
}

.button-call:hover {
	background: #B4DC69;
}

.button-call:active {
	background: #8AB82E;
}

.button-call:disabled {
	background: #ccc;
	border: solid 1px #ccc;
}

.button-callend {
	background: #A93933;
	width: 230px;
}

.button-callend:hover {
	background: #C2372B;
}

.button-callend:active {
	background: #EC5B54;
}

.button-login {
	background: #4479BA;
	width: 60px;
}

.button-login:disabled {
	background: #ccc;
	border: solid 1px #ccc;
}

.button-login:hover {
	background: #356094;
}

.button-login:hover:disabled {
	background: #ccc;
	border: solid 1px #ccc;
}

.button-login:active {
	background: #2E5481;;
}

.button-add-agent {
	background: #4479BA;
	width: 240px;
}

.button-add-agent:disabled {
	background: #ccc;
	border: solid 1px #ccc;
}

.button-add-agent:hover {
	background: #356094;
}

.button-add-agent:hover:disabled {
	background: #ccc;
	border: solid 1px #ccc;
}

.button-add-agent:active {
	background: #2E5481;;
}


.button-settings {
	background: #4479BA;
	width: 105px;
	font-size: 12px;
	padding: 4px 9px;
}

.button-settings:disabled {
	background: #ccc;
	border: solid 1px #ccc;
}

.button-settings:hover {
	background: #356094;
}

.callDisposition {
	width: 100%;
	font-size: 12px;
	border: 1px solid #ccc;
	padding: 5px;
	margin-top: 0px;
}

table.callDisposition tr {
	padding: 0px;
}

table.callDisposition tr td {
	border: 0px;
	width: 100%;
}

.callDisposition select {
	border: 1px solid #ccc;
	color: #555;
	width: 100%;
	padding: 3px;
	font-size: 11px;
}

.callDisposition textarea {
	border: 1px solid #ccc;
	color: #555;
	width: 100%;
	padding: 3px;
	font-size: 11px;
	overflow: hidden;
	height: 100px;
	resize: none;
	font-family: "Droid Sans", Helvetica, Arial, sans-serif;
}

.callDisposition select.ng-invalid.ng-touched {
	border: 1px solid red;
}

.callDisposition select.ng-valid.ng-touched {
	border: 1px solid #ccc;
}

.callDisposition textarea.ng-invalid.ng-touched {
	border: 1px solid red;
}

.callDisposition textarea.ng-valid.ng-touched {
	border: 1px solid #ccc;
}

.agents {
	width: 100%;
	font-size: 12px;
	border: 1px solid #ccc;
	margin-top: 0px;
}

.call-agent {
	border-radius: 15px;
	background: url(../images/phone-16.png) no-repeat center;
	background-color: #3191C8;
	border: 0px;
	height: 30px;
	width: 30px;
	cursor: pointer;
}

.transfer-agent {
	border-radius: 15px;
	background: url(../images/arrow-right.png) no-repeat center;
	background-color: #3191C8;
	border: 0px;
	height: 30px;
	width: 30px;
	cursor: pointer;
}

.settings-form {
	width: 100%;
	font-family: "Droid Sans", Helvetica, Arial, sans-serif;
	background: none repeat scroll 0 0 #fff;
	color: #3c3c3c;
	font-size: 11px;
	border: 1px solid #ccc;
	padding: 5px;
}

.setting-textbox {
	font-size: 11px;
	padding: 2px;
	color: #3c3c3c;
	width: 100%;
}

.setting-select {
	font-size: 10px;
	color: #3c3c3c;
	height: 20px;
	width: 100%;
}

input.switch:empty
{
	margin-left: -999px;
}

input.switch:empty ~ label
{
	position: relative;
	float: left;
	line-height: 1.6em;
	text-indent: 4em;
	margin: 0.2em 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input.switch:empty ~ label:before,
input.switch:empty ~ label:after
{
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: ' ';
	width: 3.6em;
	background-color: #c33;
	border-radius: 0.3em;
	box-shadow: inset 0 0.2em 0 rgba(0,0,0,0.3);
	-webkit-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}

input.switch:empty ~ label:after
{
	width: 1.4em;
	top: 0.1em;
	bottom: 0.1em;
	margin-left: 0.1em;
	background-color: #fff;
	border-radius: 0.15em;
	box-shadow: inset 0 -0.2em 0 rgba(0,0,0,0.2);
}

input.switch:checked ~ label:before
{
	background-color: #393;
}

input.switch:checked ~ label:after
{
	margin-left: 2.1em;
}


/*
	Todd Motto Labs
	URL: www.toddmotto.com
*/

/*------------------------------------*\
   Clickable Dropdown
\*------------------------------------*/

.click-nav *,
.click-nav *:after,
.click-nav *:before {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

.click-nav {
	width:100%;
}
.click-nav ul {
	font-weight:bold;
}
.click-nav ul li {
	position:relative;
	list-style:none;
	cursor:pointer;
}
.click-nav ul li ul {
	position:absolute;
	left:0;
	right:0;
}
.click-nav ul .clicker {
	background:#3191C8;
	color:#FFF;
}
.click-nav ul .clicker:hover,
.click-nav ul .active {
	background:#3191C8;
}
.click-nav img {
	position:absolute;
	top:6px;
	left:2px;
}
.click-nav ul li a {
	transition:background-color 0.2s ease-in-out;
	-webkit-transition:background-color 0.2s ease-in-out;
	-moz-transition:background-color 0.2s ease-in-out;
	display:block;
	padding:5px 3px 5px 15px;
	background:#FFF;
	color:#333;
	text-decoration:none;
}
.click-nav ul li a:hover {
	background:#F2F2F2;
}
/* Fallbacks */
.click-nav .no-js ul {
	display:none;
}
.click-nav .no-js:hover ul {
	display:block;
}