/*
body {
	min-width: 1024px;
}
*/

/*.header {*/
	/*padding: 15px 0 20px 0;*/
	/*border-bottom: 1px solid #ddd;*/
	/*margin-bottom: 20px;*/
/*}*/

.header .welcome-block {
	padding-top: 8px;
}

.blue{
	color: #337ab7;
}
.red{
	color: #e61818;
}
.green{
	color: #5ba073;
}
.table-striped tbody tr:hover{
	background-color: rgba(66, 139, 202, 0.6);
}
.table-striped tbody a{
	cursor: pointer;
}

/*added styles*/
#player-wrap,
#player-wrap-s3 {
	margin-bottom: 42px;
	margin-top: 2px;
}

#thumbnail_div {
	overflow-x: hidden;
	overflow-y: auto;
}

.fingerprint_list {
	overflow-x: hidden;
	overflow-y: auto;
}

.thumbnail-wrap {
	width: 103px;
	height:58px;
	cursor: pointer;
	position: relative;
	overflow: visible;
}

.thumbnail-wrap img {
	width: auto;
	height: auto;
	max-width: 103px;
	max-height: 58px;
}

.large-view .thumbnail-wrap {
	width: 206px;
	height:116px;
}

.large-view .thumbnail-wrap img {
	max-width: 206px;
	max-height: 116px;
}

.medium-view .thumbnail-wrap {
	width: 137px;
	height:77px;
}

.medium-view .thumbnail-wrap img {
	max-width: 137px;
	max-height: 77px;
}

.thumbnail-wrap .hover {
	transition: opacity 0.6s ease 0s, visibility 0.6s ease 0s;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	color: white;
	font-weight: bold;
	background-color: rgba(36, 36, 36, 0.95);
	width: 100%;
	height: 100%;
	align-content: center;
	align-items: center;
	display: flex;
	text-align: center;
	justify-content: center;
}

.thumbnail-wrap:hover .hover {
	z-index: 1;
	opacity:1;
	visibility:visible;
	transition: ease opacity 0.6s,ease visibility 0.6s;
	align-content: center;
}

.fp-exists-mark:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	border-bottom: 2px solid #F58426;
	border-top: 2px solid #F58426;
	background-color: rgba(0,0,0,.7);
}

.fp-exists-mark.first-mark:after {
	border-left: 2px solid #F58426;
}

.fp-exists-mark.last-mark:after {
	border-right: 2px solid #F58426;
}

.fingerprint-top-panel {
	min-height: 80px;
	line-height: 80px;
	text-transform: uppercase;
	padding-left: 30px;
	font-size: 14pt;
}

.thumbnail-video {
	width: 200%;
	height: 200%;
	margin-top: -30%;
	z-index: 1;
	position: relative;
}

.thumbnail-video .jw-media {
	z-index: 2;
}

.thumbnail-slider {
	width: 150px;
	margin: 0 10px;
}

.thumbnail-slider .slider.slider-horizontal .slider-track{
	height: 2px;
	margin-top: -2px;
}

.thumbnail-slider .slider.slider-horizontal .slider-handle {
	width: 10px;
	height: 10px;
	margin-top: -4px;
	background-color: #F58426;
	background-image: linear-gradient(to bottom,#F58426 0,#F58426 100%);
}

.thumbnail-slider .slider-selection,
.thumbnail-slider .slider-track{
	background-image: linear-gradient(to bottom,#aaaaaa 0,#aaaaaa 100%);
}

.fingerprint-top-panel .queue-station {
	color: #F58426;
	cursor: pointer;
}

.queue-date {
	margin: 0 20px;
}

.queue-time {
	margin: 0 10px;
	position: relative;
	cursor: pointer;
}

.queue-time .hour {
	width: 21px;
	display: inline-block;
	text-align: right;
}

.queue-time .hour:before {
    content: "\2304";
    position: absolute;
    top: 13px;
    left: 18px;
    color: #F58426;
    font-size: 22px;
}

.stations-dropdown:before {
	content: "\2304";
	position: absolute;
	top: 13px;
	right: 0;
	color: #F58426;
	font-size: 22px;
}

.stations-dropdown-wrapper {
	cursor: pointer;
}

.stations-dropdown-menu {
	text-transform: none;
	line-height: 20px;
}

.market-stations ul{
	padding: 10px;
	width: 500px;
}

.queue-time span {
	margin: 0 10px;
}

.queue-time ul{
	position: absolute;
	top: 54px;
	left: -45px;
	width: 170px;
	border: 2px solid #F58426;
	background-color: #fff;
	padding: 10px 0;
	border-radius: 5px;
	line-height: 15pt;
	font-size: 11pt;
	max-height: 240px;
	overflow: auto;
	z-index: 1;
}

.queue-time li {
	padding: 1px 10px;
}

.queue-time li.initial {
	background-color: #cccccc;
}

.queue-time li:hover {
	background-color: #cccccc;
}

.broadcast-mode .player-time,
.broadcast-mode label {
    color: white;
}


/* PLAYER CUSTOM CONTROL */

.player-wrapper {
    position: relative;
    display: inline-block;
	width: 100%;
}

.player-slider-wrapper {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    left: 0;
    height: 20px;
    line-height: initial;
}

.player-time-slider .slider {
    width: 100%;
    vertical-align: top;
	margin-top: 12px;
}

.player-time-slider .slider-handle,
.player-time-slider .slider-selection {
    background-color: #f58426;
    background-image: none;
}

.player-time-slider .slider-track-high {
    background-color: #ccc;
}

.player-time-slider .slider.slider-horizontal .slider-track {
	height: 6px;
	margin-top: -3px;
}

.player-time-slider  .slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
	margin-top: -5px;
}

.range-start,
.range-end {
	position: absolute;
	top: 3px;
	font-weight: bold;
	font-size: 25px;
	width: 15px;
	text-align: center;
	margin-left: -5px;
	cursor: pointer;
	height: 26px;
	color:white;
}

.range-start:before {  content: "[";  }
.range-end:before   {  content: "]";  }

.slider-button {
	margin-top: 4px;
	background: white;
}

.spot-timer-wrapper {
	margin-top: 0;
	color: white;
	display: block;
	text-align: center;
	width: 100%;
	min-height: 19px;
}

.spot-timer {
	color: white;
}

.slider-button .start-time,
.slider-button .end-time {
	width: 50%;
	height: 45px;
	display: inline-block;
	outline: 1px solid #dedede;
	text-align: center;
	line-height: 45px;
}

.slider-button .start-time {
	float: left;
}

.review-fingerprint-page .checkbox-label {
	color: #cccccc;
}

@media (max-width:1199px) {
	.review-fingerprint-page .fields-block {
		padding-top: 21px;
	}
}

/*left side*/
.left-side{
	width: 100%;
	padding-right: 500px;
}

.left-side.side-expanded {
	padding-right: 0px;
}

/*right side fixed max width*/
.right-side{
	margin-left: -480px;
	width: 480px;
}

.right-side .control-label{
	text-align: left;
}

/*
.login-form-wrap {
	width: 400px;
	min-height: 200px;
	margin: 100px auto 0 auto;
	padding: 20px 45px 50px 45px;
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.login-form-wrap h1 {
	color: #0288d1;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 40px;
}

.login-form-wrap .btn-login {
	margin-top: 90px;
	height: 48px;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
*/
/*    --------------------------------------------------
	:: Inputs & Buttons
	-------------------------------------------------- */

.form-control {
	color: #424242;
	border: 1px solid #e0e0e0;
	box-shadow: none;
	border-radius: 4px;
}
.input-group-addon {
	background-color: #ffffff;
}

.input-group-addon {
	border: 0px;
}

.input-group.date input.form-control{
	width: 100px;
}

.input-group.button-addon {
	padding-right: 15px;
	padding-left: 15px;
}

.button-addon .input-group-addon {
	padding: 0px 0px 0px 10px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item{
	background-color: #e5ebf1;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
}

.ui-select-container .ui-select-toggle a.btn-link {
	margin-right: 15px !important;
	position: absolute;
	right: 0;
}

.social-share {
	display: inline;
}

.share-row {
	padding-left:  9px;
	margin-top: 7px;
}

.div-share {
	display: inline-block;
	color: #fff;
	margin:  3px;
}

.share-button {
	vertical-align: text-bottom;
	padding: 4px 12px;
	margin-bottom: 1px;
	background-color: #337ab7;
	font-family: 'Montserrat', sans-serif;
}

.share-button:hover {
	background-color: #23527c;
	color: white;
}

.share-button:focus {
	color: white;
}

.share-label {
	font-weight: 900;
	padding: 0 3px;
	line-height: 20px;
}

.queue-process-buttons {
	padding: 20px 50px 10px 0;
}

.player-controls-block {
	margin-top: 10px;
}

.pagination {
	margin: 0;
}

.player-slider .slider .slider-selection {
	background-image: linear-gradient(to bottom, #149bdf 0, #0480be 100%);
}

.player-slider .slider .slider-handle.min-slider-handle {
	background-image: linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);
}

.player-time {
	vertical-align: middle;
	font-size: 25px;
	padding-left: 35px;
}

.player-slider {
	float: right;
	width: 180px;
	margin-top: 5px;
}

.dropdown-menu a {
	cursor: pointer;
}

.sortable {
	cursor: pointer;
}

.sortorder {
	color: #337ab7;
	padding-left: 5px;
}

.sortorder:after {
	content: '\25b2';
}

.sortorder.reverse:after {
	content: '\25bc';
}

.form-inline .ui-select-match .ui-select-toggle {
	width: 100%;
}

.fingerprint-view b {
	width: 100px;
	display: inline-block;
}

.popover {
	max-width: 400px;
	width: 400px;
}

.ui-select-multiple .ui-select-search.ng-hide {
    width: 100%;
    display: inline-block !important;
    cursor: not-allowed;
}

.ui-select-multiple input {
    padding-left: 10px;
}

div.ellipsis {
	padding: 0 5px 0 5px;
	white-space: nowrap;
	overflow-x:hidden;
	text-overflow: ellipsis;
}

.queue-filters {
	background-color: #FFFFFF;
}

.affix {
	top: 0;
	position: fixed;
	height: 133px;
	padding: 15px 15px 15px 0;
	background-color: #fff;
	z-index: 1000;
}

/*
.affix .queue-filters {
	top: 0px;
	position: fixed;

}*/

@media (max-width: 400px) {
	h2 {
		font-size: 24px;
		text-align: center;
	}

	.player-controls-block {
		display: none !important;
	}
}

.row.vertical-divider {
  overflow: hidden;
}
.row.vertical-divider > div[class^="col-"] {
  text-align: left;
  padding-bottom: 100px;
  border-right: 1px solid #251d1d;
  padding-right: 20px;
  padding-left: 30px;
}
.row.vertical-divider div[class^="col-"]:first-child {
  border-left: none;
}
.row.vertical-divider div[class^="col-"]:last-child {
  border-right: none;
}
 .brd {
    border: 1px solid black; 
 }
 
 .activeBtn {
 	font-size: 25px;
 	color: green;
 }
 
 .deactiveBtn {
 	font-size: 25px;
 	color: red;
 }
 
 .edgeArrow {
 	color: #d4cece;
 	font-size: 20px;
 }
 
 .mainArrow {
 	color: #1d925d;
 	font-size: 20px;
 }
  .delArrow {
 	color: #ca1313;
 	font-size: 20px;
 }
 .editArrow {
 	color: #1b5dda;
 	font-size: 20px;
 }
.deactiveRow {
 	color: #a8aba2; 	
 } 
 
 .gridStyle {
    border: 1px solid rgb(212,212,212);
    width: 400px; 
    height: 150px;
}

.pie-chart-0{  fill: #8dc73f; background: #8dc73f;}
.pie-chart-1{  fill: #267ef5; background: #267ef5;}
.pie-chart-2{  fill: #fec709; background: #fec709;}
.pie-chart-3{  fill: #f58426; background: #f58426;}
.pie-chart-4{  fill: #5e6977; background: #5e6977;}
.pie-chart-5{  fill: #aaaaaa; background: #aaaaaa;}

.legend span {
    cursor: pointer;
}

.donut-chart-title{
    font-weight: bold;
}

.charts-wrap{
    font-size: 1.6em;
}


@media (max-width:500px) {
    .charts-wrap {  font-size: 1.4em;  }
}

@media (max-width:460px) {
    .charts-wrap {  font-size: 1.2em;  }
}

@media (max-width:420px) {
    .charts-wrap {  font-size: 1em;  }
}

.square-diagram{
	font-size: 0.7em;
	display: block;
	margin: 0 auto;
	border: 1px solid #ddd;
	text-transform: uppercase;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.svg-container {
		display: block;
		position: relative;
		width: 100%;
		padding-bottom: 100%;
		vertical-align: middle;
	}
	.svg-container svg {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	.svg-container svg g text {
		font-size: .5em;
	}
}

.social-share a {
	font-size: 36px;
	margin: 7px;
	background: #fff;
	border-radius: 7px;
	height: 30px;
	line-height: 30px;
	width: 30px;
}

.social-share a:hover {
	text-decoration: none;
}

.ad-block {
	padding-left: 30px;
	margin-bottom: 30px;
}

.ad-block-period {
	margin-bottom: 10px;
}

#loader {
	left: 50%;
	top: 50%;
	z-index: 1;
	margin: 0 auto;
	border: 10px solid #f3f3f3;
	border-radius: 50%;
	border-top: 10px solid #f58426;
	width: 50px;
	height: 50px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
	position: relative;
	-webkit-animation-name: animatebottom;
	-webkit-animation-duration: 1s;
	animation-name: animatebottom;
	animation-duration: 1s
}

@-webkit-keyframes animatebottom {
	from { bottom:-100px; opacity:0 }
	to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
	from{ bottom:-100px; opacity:0 }
	to{ bottom:0; opacity:1 }
}

/* for mobile version  */
html.fix-position {
	position: fixed;
	width:  100%;
	overflow: hidden;
}

.login a.demo-account,
.login a.terms-and-conditions {
	text-align: center;
	display: block;
	margin: 5% auto;
	width: 30%;
	min-width: 160px;
}

.login a.demo-account,
.login div.terms-and-conditions {
	clear: both;
}

.login a.demo-account {
	font-family: 'Montserrat', sans-serif;
	color: #757575;
	text-transform: uppercase;
}

.login-form .race label span {
	text-transform: none;
	font-weight: 100;
	font-size: 12px;
	margin-left: 5px;
}

.container .login-form .race {
	margin-bottom: 10px;
}

.login .ui-select-match-text > span{
	height: 50px;
	line-height: 50px;
}

.demo-screen .login-form{
	margin: 25px auto auto;
}

.demo-screen .login-form .form-group {
	margin-bottom: 15px;
}

.login .ui-select-placeholder {
	height: 50px;
	color: rgba(119, 119, 119, 0.7);
	font-weight: 100;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 46px;
}

.demo-screen .ui-select-match-text {
	font-family: 'Open Sans', sans-serif;
	font-size: 19px;
}

.login .ui-select-container input {
	height: 60px;
	font-size: 18px;
}

.btn-demo {
    color: #000;
	background: #fff;
    width: 100%;
    margin-top: 10px;
}

.login .btn-default:hover {
	background-color: transparent;
	border-color: rgb(224, 224, 224);
}

.login-form .ui-select-container .ui-select-match .ui-select-toggle {
	width: 100%;
}

.login-form .caret {
	display: none;
}

.mobile .login-form .btn {
	width: 100%;
}