@CHARSET "UTF-8";

html, body {
	font-family: "Open Sans", Helvetica, Arial, Sans-Serif;
	font-size: 16px;
	background: #222;
	background-size: cover;
	height: 100%;
	color: #999;
}

ul {
    list-style-type: circle;
}

hr {
	border-color: rgba(0,0,0,0.1);
}

h1, h2 {
	color: #999;
	font-weight: 300;
	font-size: 23px;
}

h2 {
	font-size: 20px;
	margin: 20px 0px;
}

.container-wide {
    width: 1440px;
    margin: 0 auto;
}

.navbar h1 {
	color: #fff;
	font-weight: 700;
}

h1 span.fa {
	margin-right: 10px;
	color: #e43636;
}

h1 span.caller-id {
	font-weight: 400;
	margin-left: 20px;
}

.form-login {
	background-color: #FAFAFA;
	padding: 0px 30px 30px 30px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.75);
}

.form-login h1 {
	background-color: #52233a;
	border-bottom: 3px solid #CCC;
	margin: 100px -30px 40px -30px;
	padding: 20px 30px;
	color: #FFF;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
}

.jumbotron p {
	font-weight: 400;
}

.main-panel {
	width: calc(100% - 280px);
	margin-left: 280px;
	padding: 80px 80px;
}

.input-group-addon {
	background-color: transparent;
	border-radius: 0px;
}

.remove-recipient {
	color: #ccc;
	position: relative;
	right: 10px;
	top: -30px;
	float: right;
	cursor: pointer;
}

.remove-recipient:hover, .remove-recipient:focus {
	color: #bbb;
}

.box-highlight {
	background-color: #ddd;
	height: 200px;
	padding: 30px;
	text-align: center;
	position: relative;
}

.box-highlight p {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	font-weight: 600;
}

.box-highlight span {
	position: absolute;
	left: 0;
	right: 0;
	top: 30%;
	font-size: 35px;
	color: #222;
}

.box-highlight span.fa {
	font-size: 70px;
	top: 25%;
}

form button {
	margin-top: 30px;
}

textarea.form-control {
    max-width: 100%;
    min-width: 100%;
    padding-top: 15px;
}

.block-link {
	position: relative;
	border: 1px solid #eee;
	margin: 10px 0px;
	padding: 20px;
}

.block-link a.fa {
	float: right;
	position: absolute;
	top: 20px;
	right: 30px;
	color: #ddd;
}

.block-link a.fa:hover {
	color: #999;
	cursor: pointer;
}

.list-menu {
    min-width: 160px;
    padding: 5px 0px;
    margin: 2px 0px 0px;
    text-align: left;
    list-style: outside none none;
}

.list-menu li a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857;
	color: #333;
	white-space: nowrap;
}

.list-menu li a:hover {
	background-color: #eee;
	text-decoration: none;
}

.popover-content {
    padding: 0px;
}

.panel {
	color: #fff;
    margin-bottom: 20px;
    background-color: rgba(0,0,0,0.3);
    border: 0px;
    border-radius: 0px;
    box-shadow: 0px;
}

.panel-body {
	padding: 40px 60px;
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: rgba(0,0,0,0.3);
    border-color: transparent;
    padding: 15px 30px; 
}

.panel-danger > .panel-heading {
    color: #fff;
    background-color: #720707;
    border-color: transparent;
    padding: 15px 30px;
    border-radius: 0px;
}

.panel-danger > .panel-body {
    background-color: #8d0909;
}

.panel-darker {
	background-color: rgba(0,0,0,0.8);
}

.general-alert-panel {
	background-color: rgba(0,0,0,0.8);
}

.general-alert-panel .contact {
	background-color: rgba(0,0,0,0.8);
	padding: 10px 10px;
	margin: 20px 0px;
}

.general-alert-panel .panel-body {
	padding: 20px;
}

.general-alert-panel .btn-success, .general-alert-panel .btn-danger {
	width: 100%;
}

.number-placeholder {
	background-color: rgba(0,0,0,0.3);
	height: 45px;
	width: 187px;
	border: none;
	padding: 5px 10px;
	text-align: center;
	margin: 4px 0px 3px 0px;
}

.modal-backdrop.in {
    opacity: 0.3;
}

.close {
    color: #fff;
    text-shadow: 0px 1px 0px #FFF;
    opacity: 0.8;
}

.close:hover, .close:active, .close.active, .close:focus {
	color: #fff;
    text-shadow: 0px 1px 0px #ccc;
    opacity: 1;
}

.modal-header {
	border: none;
}

.modal-content {
	background-color: rgba(0,0,0,0.9);
}

.modal-body {
	margin: 40px;
}

.modal-body p {
	font-size: 28px;
	font-weight: 600;
	color: #fff;
}

.fa-call-answer {
	font-size: 100px;
	color: #34ae6c;
}

.fa-call-answer:hover, .fa-call-answer:active, .fa-call-answer:focus {
	font-size: 100px;
	color: #56cc8c;
	text-shadow: 0px 0px 50px rgba(255, 255, 255, 0.5);
	cursor: pointer;
}

.fa-call-reject {
	font-size: 100px;
	color: #d93a3a;
}

.fa-call-warning {
	font-size: 100px;
	color: #d93a3a;
}

.fa-call-reject:hover, .fa-call-reject:active, .fa-call-reject:focus {
	font-size: 100px;
	color: #df5959;
	text-shadow: 0px 0px 50px rgba(255, 255, 255, 0.5);
	cursor: pointer;
}

#live-overlay {
	width: 100%;
	height: 100%;
	border: none;
	margin: 0;
	padding: 0;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: rgba(0,0,0,0.2);
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 0px;
}

.table-admin > tbody > tr > td {
	line-height: 3;
}

.table-admin > tbody > tr:nth-of-type(2n+1) {
    background-color: rgba(0,0,0,0.1);
}

#clock {
	font-size: 24px;
	font-weight: 300;
	color: #fff;
	margin-top: 5px;
}

#date {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-top: -7px;
}

.muter span, .holder span, .kicker span {
	cursor: pointer;
}

.fa-microphone {
	color: #fff;
}

.fa-microphone-slash {
	color: #e43636;
}

.fa-pause {
	color: #fff;
}

.fa-play {
	color: #e43636;
}

.conference-panel {
	height: 359px;
	position: relative;
}

.conference-panel-footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.table-participants {
	position: relative;
}

.ajax-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
}

.ajax-overlay img {
	position: absolute;
	top: 40%;
	right: 0px;
	left: 0px;
	margin: auto;
}

.incident-panel-body {
	height: 265px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.incident-block {
	margin-bottom: 15px;
}

.incident-timestamp {
	font-size: 14px;
	color: #888;
}

.panel-footer {
    background-color: rgba(0,0,0,0.3);
    border-top: none;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.panel-footer textarea {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	background-color: transparent;
	border: none;
	padding: 10px 40px;
}

.sms-placeholder, .sms-number, .email-address, .email-placeholder {
	background-color: rgba(0,0,0,0.3);
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	border: none;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	color: #FFF;
	font-size: 16px;
}

.email-address:focus, .email-placeholder:focus {
	box-shadow: none;
}

.call-log {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.1);
	padding: 10px 20px;
	margin: 0px 0px 20px 0px;
}

#map-box {
	width: 100%;
	height: 800px;
}

#pac-input {
	width: 300px;
	position: absolute;
	z-index: 1000;
	left: 120px;
	margin-top: 10px;
	height: 32px;
	border-radius: 3px;
	box-shadow: 1px 1px 5px -2px rgba(0,0,0,0.75);
	border: none;
}

.available {
	display: block;
	background-color: #66c197;
	text-align: center;
	font-weight: 700;
	padding: 10px 0px;
}

.unavailable {
	display: block;
	background-color: #cb354d;
	text-align: center;
	font-weight: 700;
	padding: 10px 0px;
}

/*
 *
 * Table Sort
 *
 */

th.header{
	background-image: url(/img/sort.png); 
    cursor: pointer; 
    background-repeat: no-repeat; 
    background-position: right 15px center;
    padding-left: 20px;
    margin-left: -1px; 
}

th.headerSortUp{
	background-image: url(/img/sort-up.png); 
}

th.headerSortDown {
	background-image: url(/img/sort-down.png); 
}

/*
 *
 * Notification
 *
 */

.notification {
	position: fixed;
	display: table;
	bottom: 50px;
	left: 50px;
	height: 60px;
	width: 350px;
	background-color: #FFF;
	z-index: 100;
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.15);
	text-align: center;
	color: #111;
	z-index: 2000;
}

.notification p {
	display: table-cell;
	vertical-align: middle;
	font-weight: 600;
	font-size: 13px;
}

.notification_icon {
	display: table-cell;
	vertical-align: middle;
	font-size: 30px;
	padding: 5px 5px;
	border-right: 1px solid #EEE;
	background-color: #111;
	color: #EEE;
	width: 75px;
}

.notification_close {
	position: absolute;
	top: 3px;
	right: 5px;
	color: #AAA;
	cursor: pointer;
}

.notification_close:hover {
	color: #777;
	cursor: pointer;
}

/*
 *
 * Modal Dialog
 *
 */

.ui-widget {
    font-family: inherit;
    font-size: inherit;
}

.ui-widget-content {
    border: none;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.9);
    color: rgb(255, 255, 255);
}

.ui-widget-header {
    border: none;
	background: none;
	font-weight: 500;
	font-size: 20px;
}

.ui-dialog-titlebar-close {
	visibility: hidden;
}

.ui-widget-header {
    color: #FFF;
}

/*
 *
 * Sidebar
 *
 */

.sidebar {
	position: fixed;
	top: 0;
	bottom: 0;
	background-color: #111;
	padding: 0px 0px 80px 0px;
	width: 280px;
}

.country-intel-sidebar {
	padding: 180px 0px 80px 0px;
}

.list-group-item {
	font-weight: 300;
	padding: 15px 31px;
	background-color: transparent;
	border: none;
	border-top: 1px solid #1A1A1A;
	border-bottom: 1px solid #333;
}

.list-group-item:first-child {
	border-top: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	padding-top: 16px;
}

.list-group-item:last-child {
	border-bottom: none;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

a.list-group-item {
	color: #fff;
}

a.list-group-item:hover, a.list-group-item:focus, a.list-group-item:active, a.list-group-item.active, a.list-group-item.active:hover {
	background: rgba(0,0,0,0.9);
	border-color: transparent;
	border-left: 6px solid #34ae6c;
	border-top: none;
	border-bottom: none;
	padding: 16px 25px;
	color: #fff;
}

a.list-group-item.active, a.list-group-item.active:hover {
	padding: 16px 25px;
}

.fa-fw {
	margin-right: 20px;
}

/*
 *
 * Forms - Overiding Bootstrap forms
 *
 */

label {
	font-weight: 400;
	font-size: 14px;
	color: #999;
}

.form-control {
	border-radius: 0px;
	height: 45px;
	padding: 6px 20px;
}

.priority-input {
	display: inline;
	width: 60px;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #fff;
	background-color: rgba(0,0,0,0.8);
	background-image: none;
	border: 1px solid #CCC;
	border-radius: 0px;
	margin-left: 20px;
}

/*
 *
 * Navbar - Overiding Bootstrap navbar
 *
 */

nav {
	font-weight: 600;
	font-size: 14px;
}

.nav > li > a {
  padding: 20px 25px;
}

.navbar {
	margin-bottom: 30px;
	height: 67px;
}

.navbar-inverse {
	background-color: #0A0A0A;
	border-color: #080808;
}

@media (min-width: 768px) {
	.navbar-nav > li > a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

/*
 *
 * Buttons - Overiding Bootstrap buttons
 *
 */

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 300;
}

.btn-default {
    color: #fff;
    background-color: #6c3e54;
    border-color: transparent;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default .active {
	color: #fff;
	background-color: #8d5671;
	border-color: transparent;
}

.btn-primary {
    color: #FFF;
    background-color: rgba(0,0,0,0.1);
    border-color: #CCC;
    margin: 4px 0px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary .active {
	background-color: rgba(255,255,255,0.2);;
	border-color: #CCC;
}

.btn-success {
	background-color: #34ae6c;
	border-color: transparent;
	width: 187px;
	margin: 4px 0px;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success .active {
	background-color: #35b771;
	border-color: transparent;
}

.btn-info {
	background-color: #4e9cce;
	border-color: transparent;
	width: 187px;
	margin: 4px 0px;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info .active {
	background-color: #3a8cc1;
	border-color: transparent;
}

.btn-danger {
	background-color: #c83c3c;
	border-color: transparent;
	width: 187px;
	margin: 4px 0px;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger .active {
	background-color: #ba2222;
	border-color: transparent;
}

/* ============================================================
	Notifications/Alerts
============================================================ */

.page-notification {
	position: fixed;
	display: table;
	bottom: 30px;
	right: 30px;
	height: 60px;
	width: 340px;
	color: #4d4d4d;
	background-color: #fff;
	z-index: 100;
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.15);
	text-align: center;
}

.page-notification p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-weight: 600;
	font-size: 13px;
	padding: 5px;
}

.page-notification-icon {
	display: table-cell;
	vertical-align: middle;
	font-size: 30px;
	padding: 5px 5px;
	border-right: 1px solid #eee;
	background-color: #111;
	color: #eee;
	width: 75px;
}

.page-notification-close {
	position: absolute;
	top: 3px;
	right: 5px;
	color: #aaa;
	cursor: pointer;
}

.page-notification-close:hover {
	color: #777;
	cursor: pointer;
}

/* ============================================================
  COMMON
============================================================ */
.switch {
  display: table-cell;
  vertical-align: middle;
}
.switch label {
	margin: 0;
}
.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ============================================================
  SWITCH 1 - ROUND
============================================================ */
input.cmn-toggle-round + label {
  padding: 2px;
  width: 60px;
  height: 30px;
  background-color: #dddddd;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
input.cmn-toggle-round + label:before, input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
input.cmn-toggle-round + label:after {
  width: 29px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: margin 0.4s;
  -moz-transition: margin 0.4s;
  -o-transition: margin 0.4s;
  transition: margin 0.4s;
}
input.cmn-toggle-round:checked + label:before {
  background-color: #8ce196;
}
input.cmn-toggle-round:checked + label:after {
  margin-left: 30px;
}