html, body
{
	height: 100%;
	margin: 0;
	padding: 0;
	font: 12px/18px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*input,textarea,select {border: 1px solid #c8c8c8; padding: 2px; padding-left: 5px; font-size: 13px; color: #464646; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; height: 20px; outline: none;}*/
.scrolling-content {
    position: relative;
}
input,textarea,select
{
	font-family: 'Ubuntu', sans-serif;
}

input[type=text],
input[type=password],
select
{
    border: 1px solid #ccc;
    height: 30px;
    color: #777;
    padding: 5px;
    width: 220px;
    height: 40px;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}
input[type=text].double,
input[type=password].double,
select.double
{
	width: 440px;
}

input::-ms-clear
{
    display: none;
}

.ratp-header
{
	font-size: 48px;
	line-height: 60px;
	vertical-align: middle;
	height: 60px;
}

.error
{
  color: #f00;
  display: inline-block;
  padding: 5px;
  background-color: #FFDEDE;
  margin: 5px 0;
  border: 1px solid #f00;
  border-radius: 5px;
}

/**
* login page styles
*/
.allow-hover .st-container .st-pusher.login
{
	padding-left: 0;
	text-align: center;
}

	.allow-hover .st-container .st-pusher.login .st-content
	{
		padding: 0;
		text-align: center;
		width: 800px;
		overflow: hidden;
		margin: 0 auto;
	}
		.allow-hover .st-container .st-pusher.login .st-content .login 
		{
			width: 800px;
			height: 800px;
			text-align: center;
			position: relative;
		}
		
			.allow-hover .st-container .st-pusher.login .st-content .login div.round
			{
				background-color: #E7F2F2;
				border-radius: 40px;
			}
			
			
			.allow-hover .st-container .st-pusher.login .st-content .login div.round.green
			{
				background-color: #99CC33;
				-ms-transform: rotate(60deg);
				-webkit-transform: rotate(60deg);
				transform: rotate(60deg);
				width: 100px;
				height: 100px;
				top: 480px;
				position: absolute;
				left: 150px;
				border-radius: 20px;
			}
			
			.allow-hover .st-container .st-pusher.login .st-content .login div.round.small-blue
			{
				background-color: #33CCFF;
				-ms-transform: rotate(70deg);
				-webkit-transform: rotate(70deg);
				transform: rotate(70deg);
				width: 90px;
				height: 90px;
				top: 700px;
				position: absolute;
				left: 550px;
				border-radius: 20px;
			}
			
			.allow-hover .st-container .st-pusher.login .st-content .login div.round.orange
			{
				background-color: #FF6633;
				border-radius: 40px;
				-ms-transform: rotate(15deg);
				-webkit-transform: rotate(15deg);
				transform: rotate(15deg);
				width: 200px;
				height: 200px;
				top: 400px;
				position: absolute;
				left: 560px;
				border-radius: 40px;
			}
			
			.allow-hover .st-container .st-pusher.login .st-content .login div.round.yellow
			{
				background-color: #FF9933;
				border-radius: 40px;
				-ms-transform: rotate(45deg);
				-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
				width: 150px;
				height: 150px;
				top: 600px;
				position: absolute;
				left: 270px;
				border-radius: 30px;
			}
			
			.allow-hover .st-container .st-pusher.login .st-content .login div.round.blue
			{
				background-color: #E7F2F2;
				border-radius: 40px;
				-ms-transform: rotate(30deg);
				-webkit-transform: rotate(30deg);
				transform: rotate(30deg);
				width: 440px;
				height: 450px;
				padding: 60px 0 180px 0;
				margin: 100px auto 100px 180px;
				border-radius: 100px;
			}
			
				.allow-hover .st-container .st-pusher.login .st-content .login div.round.blue .balance
				{
					-ms-transform: rotate(-30deg);
					-webkit-transform: rotate(-30deg);
					transform: rotate(-30deg);
					padding-top: 70px;
				}
					
					.allow-hover .st-container .st-pusher.login .st-content .login div.round.blue .balance form
					{
						height: 250px;
						margin-left: 10px;
					}
					
					.allow-hover .st-container .st-pusher.login .st-content .login div.round.blue .balance form div
					{
						margin-bottom: 20px;
					}
						
					.allow-hover .st-container .st-pusher.login .st-content .login div.round.blue .balance form div.login-error
					{
						background-color: #f7e1dc;
						color: #ff6633;
						width: 301px;
						margin: auto;
						height: 20px;
						border-bottom: 1px solid #ff6633;
						padding: 5px;
						text-align: center;
						margin-bottom: 10px;
					}
						
						.allow-hover .st-container .st-pusher.login .st-content .login div.round.blue .balance form div label.generic-label
						{
							display: block;
							text-align: left;
							text-indent: 110px;
							font-size: 12px;
							color: #666;
							font-weight: normal;
						}
						
						.allow-hover .st-container .st-pusher.login .st-content .login div.round.blue .balance form div input[type="submit"]
						{
							box-shadow: none;
							border: 0;
							border-radius: 15px;
							height: 32px;
							width: 140px;
							background-color: #FF6633;
							color: #fff;
							text-transform: uppercase;
							font-size: 16px;
							line-height: 20px;
							cursor: pointer;
							margin-top: 10px;
							outline: none;
							vertical-align: middle;
						}

.page-header
{
	font-size: 30px;
	background: #252525;
	padding: 20px;
	color: #fff;
	box-shadow: -1px 1px 1px #000;
	position: relative;
	z-index: 1;
	height: 100px;
	margin: 0;
	border-bottom: 0;
}

	.page-header img
	{
		vertical-align: middle;
		margin-right: 70px;
	}

	.page-header .nav
	{
		position: absolute;
		right: 20px;
		top: 35px;
	}
	
	.page-header .user-corner
	{
		height: 40px;
		line-height: 40px;
		vertical-align: middle;
		font-size: 18px;
		color: #fff;
		position: absolute;
		right: 40px;
		top: 30px;
	}
		
		.page-header .user-corner a
		{
			color: #fff;
			text-decoration: none;
		}
		
		.page-header .user-corner a:hover
		{
			color: #fff;
			text-decoration: none;
		}

.page-wrapper
{
	display: table;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin-top: -100px;
	padding-top: 100px;
	box-sizing: border-box;
}

.page-sidebar
{
	display: table-cell;
	width: 250px;
	border-right: 1px solid silver;
	padding: 20px 5px 20px 20px;
	background-color: #f0f0f0;
}

.page-content
{
	display: table-cell;
	padding: 0 15px 20px 15px;
	vertical-align: top;
	width: auto;
	height: 100% !important;
}

.page-content.vehicles-map {padding: 0;}

.page-sidebar ul
{
	list-style: none;
	font-size: 16px;
	color: #8c8c8c;
	margin: 0 0 0 20px;
	padding: 0;
}

	.page-sidebar ul li
	{
		margin: 2px 0;
	}

	.page-sidebar ul li.title
	{
		margin: 10px 0;
	}

		.page-sidebar ul li a
		{
			color: #464646;
			font-size: 14px;
			text-decoration: none;
			padding: 5px 10px 5px 20px;
			display: block;
			margin: 0;
			position: relative;
			width: 180px;
		}

		.page-sidebar ul li a:hover,
		.page-sidebar ul li a.active
		{
			color: #FFF;
			background: #0078CC;
		}

		.page-sidebar ul li a:hover:after,
		.page-sidebar ul li a.active:after
		{
			left: 100%;
			top: 50%;
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			position: absolute;
			pointer-events: none;
			border-left-color: #0078CC;
			border-width: 14px;
			margin-top: -14px;
		}

.index-welcome
{
	margin-top: 40px;
	font-size: 20px;
	text-align: center;
	line-height: 30px;
}

	.index-welcome input
	{
		text-align: center;
	}

.modal.no-content .modal-header
{
	border-bottom: 0;
}

.modal.no-content .modal-footer
{
	border-top: 0;
	padding-top: 0;
}

.w50
{
	width: 50px;
}

.w75
{
	width: 75px;
}

.w100
{
	width: 100px;
}

.w200
{
	width: 200px;
}

.w500
{
	width: 500px;
}

.mw700
{
	max-width: 700px;
}

.center-block
{
	margin-left: auto;
	margin-right: auto;
}

.mt20
{
	margin-top: 20px;
}

.left
{
	float: left;
}

.even
{
	background-color: #fff;
}

.odd
{
	background-color: #fff;
}

/*	services	*/
.services
{
	float: left;
	width: 612px;
}

	.services .service
	{
		height: 40px;
		padding: 5px;
		cursor: default;
	}

	.services .service:hover
	{
		background-color: #ededed;
	}

		.services .service .title
		{
			border-left: 1px dashed #ccc;
			font-size: 18px;
			width: 500px;
			padding: 6px;
			color: #555;
		}

		.services .service .input
		{
			height: 30px;
		}

/*	apps	*/
.apps-update
{
	margin-left: 304px;
}

.apps
{
	float: left;
	width: 612px;
}

	.apps .app
	{
		height: 40px;
		padding: 5px;
		cursor: default;
	}

	.apps .app:hover
	{
		background-color: #ededed;
	}

		.apps .app .name
		{
			border-left: 1px dashed #ccc;
			font-size: 18px;
			width: 150px;
			padding: 6px;
			color: #555;
		}

		.apps .app .version
		{
			padding: 6px;
			height: 30px;
			font-size: 18px;
			color: #428bca;
		}

.channel-name
{
	display: block;
	width: 100px;
	text-align: left;
}

.volume-slider
{
	display: block;
	width: 200px;
	margin: 4px 20px;
	position: relative;
}

.current-value
{
	width: 40px;
	text-align: center;
	margin: auto 20px auto 0px;
	height: 21px;
	color: #555;
}

.current-span
{
	margin: auto 20px auto 0px;
}

.change-resolution-button
{
	margin-bottom: 10px;
	display: block;
}

.custom-resolution
{
	display: block;
}

	.custom-resolution .display-input
	{
		width: 100px;
		display: inline;
		padding: 0px 5px;
		margin: 0 3px 0 0!important;
		text-align: center;
	}

	
/*	keep/revert resolution modal	*/
.revert-in-seconds
{
	text-align: left;
	background-color: #EBEBEB;
	padding: 10px;
	font-size: 14px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

.revert-resolution
{
	margin-bottom: 30px;
}

#keep-resolution
{
	margin-bottom: 30px;
}

.param
{
	padding: 5px 2px;
	font-size: 16px;
	height: 46px;
}

	.param .param_item
	{
		min-width: 100px;
		height: 30px;
		display: block;
		margin: 5px;
		padding: 5px;
	}

		.param .param_item .param-input
		{
			border: 1px solid #ccc;
			border-radius: 4px;
			padding: 10px;
			height: 35px;
			color: #555;
			margin: 0px;
			display: block;
		}

.table td.no-top-border
{
	border-top: 0px none !important;
}



table.table.table-hover td.thin-column,
table.table.table-hover th.thin-column
{
	width: 75px;
}

table.table.table-hover td.medium-column,
table.table.table-hover th.medium-column
{
	width: 125px;
}

	.table td input.cron-edit-input
	{
		border: 1px solid #ccc;
		border-radius: 5px;
		padding: 5px;
		color: #555;
		height: 30px;
		outline: none;
		width: 50px;
	}

	.table td input.cron-edit-input:focus
	{
		border-color: #000;
		color: #000;
	}

table.simple tr td
{
	padding: 3px !important;
	vertical-align: middle !important;
}
	
.btn-group.bootstrap-select.change-track
{
	width: 70px !important;
	margin: 0 !important;
}

label
{
	display: block;
	font-size: 14px;
	margin: 10px 0 5px;
}

tr.red
{
	background-color: #FCE0E0;
}

tr.yellow
{
	background-color: #F8FFC1;
}

div#route_selector_container
{
	position: fixed;
	top: 120px;
	right: 30px;
	width: 180px;
	height: 40px;
}

select#route_selector
{
	width: 180px;
	height: 40px;
	border: 1px solid #ccc;
	font-size: 18px;
	outline: none;
	padding: 0 5px;
}

select.change-track
{
	width: 115px;
	padding: 5px;
	height: 30px;
}

select.vehicles-filter-select
{
	border: 1px solid #ccc;
	height: 30px;
	color: #777;
	padding: 5px;
	width: 150px;
	height: 40px;
	outline: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.map_menu_label  {
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px 5px 6px 10px;
    cursor: pointer;
}

tr.vehicle
{
	height: 40px;
}

.message
{
	padding: 5px;
}

.message.success
{
	color: #090;
}

.message.error
{
	color: #900;
}

.searchInputReset
{
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-left: -40px;
	margin-right: 7px;
	position: relative;
	cursor: pointer;
	opacity: .7;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}

.searchInputReset:hover
{
	opacity: 1;	
}

.searchInputReset:before,
.searchInputReset:after
{
	content:"";
	position: absolute;
	height: 2px;
	width: 16px;
	background-color: #900;
	border-radius: 1px;
	top: 13px;
	right: 0;
}

.searchInputReset:before
{
	-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.searchInputReset:after
{
	-ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);	
}

input.form-reset
{
	height: 40px;
	width: 100px;
}

.notification
{
	border-radius: 0;
	padding: 0;
}

	.notification p
	{
		padding: 16px 0 0 0;
		margin: 0;
		text-align: center;
	}
	
	.notification div#notification
	{
		font-size: 18px;
	}

	.notification .ui-dialog-buttonpane
	{
		text-align: center;
		border: 0;
		padding: 0 0 .5em 0;
	}
		
		.notification .ui-dialog-buttonpane .ui-dialog-buttonset
		{
			display: inline-block;
			float: none;
			text-align: center;
		}
		
			.notification.success .ui-dialog-buttonpane .ui-dialog-buttonset button
			{
				margin: 0;
			}
		
		.notification .ui-dialog-titlebar-close
		{
			background: url("images/ui-icons_ffffff_256x240.png") 160px 112px;
			border: 0;
		}
			
			.notification .ui-dialog-buttonpane .ui-dialog-buttonset button
			{
				outline: none;
				color: #ffffff;
				background-color: #428bca;
				border-color: #357ebd;
				display: inline-block;
				margin: 0;
				min-width: 100px;
				font-weight: normal;
				text-align: center;
				vertical-align: middle;
				cursor: pointer;
				background-image: none;
				border: 1px solid transparent;
				white-space: nowrap;
				padding: 6px 12px;
				font-size: 14px;
				border-radius: 4px;
				-webkit-user-select: none;
				   -moz-user-select: none;
				    -ms-user-select: none;
				     -o-user-select: none;
				        user-select: none;
			}

.notification.success
{
	border: 1px solid #090;
}
	
	.notification.success .ui-dialog-titlebar
	{
		border-radius: 0;
		border: 0 none;
		background-image: none;
		background-color: #090;
		color: #fff;
	}
			
			.notification.success .ui-dialog-buttonpane .ui-dialog-buttonset button
			{
				background-color: #090;
			}

.notification.error
{
	border: 1px solid #900;
}
	
	.notification.error .ui-dialog-titlebar
	{
		border-radius: 0;
		border: 0 none;
		background-image: none;
		background-color: #900;
		color: #fff
	}
			
			.notification.error .ui-dialog-buttonpane .ui-dialog-buttonset button
			{
				background-color: #900;
			}
            
select.token{width: 220px;}
.vertical-align{vertical-align: middle !important;}

#draggablePanelList .panel-heading {cursor: move;}
.ADD{display: none;}
.ADD:last-of-type{display: inline-block;}

 .inline{display: inline-block;vertical-align: top;}
 .inlineMiddle{display: inline-block;vertical-align: middle;}
 .inline .del{font-size: 25px; cursor: pointer;color: #d2322d;}
 .inline .del span{vertical-align: middle;padding-top: 8px;}
.ADD{font-size: 25px;color: #269abc; cursor: pointer;}

.actionContainer{width: 45px; display: inline-block;}
.action{color: #5cb85c; font-size: 20px;cursor: pointer;}

.unprocessed{color: #31708f;}
.processed{color: #3c763d;}
.procError{color: #a94442;}


.modal.modal-wide .modal-dialog {
  width: 90%;
}