html, body {
	overflow-x: hidden;
	transition: background 1s;
}

a {
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}

/* Title Bar */
.title-bar {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 30px;
	width: 100%;
	color: white;
	padding: 0pt;
	background: transparent;
	z-index: 99999999999999;
}
	.title-bar .drag-bar {
			-webkit-user-select: none;
			-webkit-app-region: drag;
			width: 100%;
			height: 30px;
			padding-top: 2pt;
			background: transparent;
			z-index: 11111111111;
	}

	.title-bar .button-bar {
			-webkit-user-select: none;
			-webkit-app-region: no-drag;
			padding-top: 1pt;
			padding-left: 1pt;
			width: auto;
			height: auto;
			position: fixed;
			top: 0px;
			right: 0px;
			background: rgba(243, 156, 18, 1);
			border-bottom-left-radius: 200pt;
			padding-left: 16pt;
			z-index: 99999999999999;
			box-shadow: -1px 3px 10px rgba(0, 0, 0, .4);
	}

	.title-bar button {
		width: 30px;
		height: 30px;
		text-align: center;
		-webkit-app-region: none;
		color: rgba(255, 255, 255, 0.5);
		background: rgba(255, 255, 255, 0);
		box-shadow: none;
		border: 0pt;
		padding: 0pt;
		margin: 0pt;
		font-size: 10pt;
	}

	.title-bar button:hover {
		color: rgba(255, 255, 255, 1);
		background: rgba(255, 255, 255, 0.1);
		text-decoration: none;
		//box-shadow: 0pt 0pt 30pt rgba(255, 255, 255, 1);
	}
/* /Title Bar */

/* Splash Screen */
.splash {
	-moz-transition: all 1.5s;
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
	position: fixed;
	top: 0pt;
	left: 0pt;
	z-index: 99999999;
	width: 100%;
	height: 100%;
	padding: 9%;
	text-align: center;
	color: white;
}
	.splash * {
		color: white;
	}

.main-content {
	border-top-left-radius: 6pt;
	border-bottom-left-radius: 6pt;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .6);
}

/* Backgrounds */
.bg-teal-gradient {
	background: #264455 !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #264455), color-stop(1, #375ff4)) !important;
	background: -ms-linear-gradient(bottom, #264455, #375ff4) !important;
	background: -moz-linear-gradient(center bottom, #264455 0%, #375ff4 100%) !important;
	background: -o-linear-gradient(#375ff4, #264455) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#375ff4', endColorstr='#264455', GradientType=0) !important;
	color: #fff;
}

.bg-special-primary {
	background: #000000;
	background-image: url('../img/bg-special-primary.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-special-secondary {
	background: #000000;
	background-image: url('../img/bg-special-secondary.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-special-nutral {
	background: #000000;
	background-image: url('../img/bg-special-nutral.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-black-transparent {
	background: rgba(0, 0, 0, 0.45);
}

.bg-white-transparent {
	background: rgba(255, 255, 255, 0.99);
}

.bg-white {
	background: rgba(255, 255, 255, 1);
}

/* FlatUI Colors */
.bg-flat-blue { background-color: #3498db; }
.bg-flat-turquise { background-color: #1abc9c; }
.bg-flat-emerald { background-color: #2ecc71; }
.bg-flat-yellow { background-color: #f1c40f; }
.bg-flat-pumpkin { background-color: #d35400; }
.bg-flat-alizarin { background-color: #e74c3c; }
.bg-flat-amethyst { background-color: #9b59b6; }
.bg-flat-midnight { background-color: #2c3e50; }
.bg-flat-clouds { background-color: #ecf0f1; }
.bg-flat-silver { background-color: #bdc3c7; }
.bg-flat-concrete { background-color: #95a5a6; }

.border-left-default { border-left: 4pt solid #ecf0f1; }
.border-left-danger { border-left: 4pt solid #e74c3c; }
.border-left-success { border-left: 4pt solid #2ecc71; }
.border-left-warning { border-left: 4pt solid #f1c40f; }
.border-left-primary { border-left: 4pt solid #3498db; }

.border-right-default { border-right: 4pt solid #ecf0f1; }
.border-right-danger { border-right: 4pt solid #e74c3c; }
.border-right-success { border-right: 4pt solid #2ecc71; }
.border-right-warning { border-right: 4pt solid #f1c40f; }
.border-right-primary { border-right: 4pt solid #3498db; }

.border-top-default { border-top: 4pt solid #ecf0f1; }
.border-top-danger { border-top: 4pt solid #e74c3c; }
.border-top-success { border-top: 4pt solid #2ecc71; }
.border-top-warning { border-top: 4pt solid #f1c40f; }
.border-top-primary { border-top: 4pt solid #3498db; }

.border-bottom-default { border-bottom: 4pt solid #ecf0f1; }
.border-bottom-danger { border-bottom: 4pt solid #e74c3c; }
.border-bottom-success { border-bottom: 4pt solid #2ecc71; }
.border-bottom-warning { border-bottom: 4pt solid #f1c40f; }
.border-bottom-primary { border-bottom: 4pt solid #3498db; }

.border-slick-left-default { border-left: 1pt solid #ecf0f1; }
.border-slick-left-danger { border-left: 1pt solid #e74c3c; }
.border-slick-left-success { border-left: 1pt solid #2ecc71; }
.border-slick-left-warning { border-left: 1pt solid #f1c40f; }
.border-slick-left-primary { border-left: 1pt solid #3498db; }

.border-slick-right-default { border-right: 1pt solid #ecf0f1; }
.border-slick-right-danger { border-right: 1pt solid #e74c3c; }
.border-slick-right-success { border-right: 1pt solid #2ecc71; }
.border-slick-right-warning { border-right: 1pt solid #f1c40f; }
.border-slick-right-primary { border-right: 1pt solid #3498db; }

.border-slick-top-default { border-top: 1pt solid #ecf0f1; }
.border-slick-top-danger { border-top: 1pt solid #e74c3c; }
.border-slick-top-success { border-top: 1pt solid #2ecc71; }
.border-slick-top-warning { border-top: 1pt solid #f1c40f; }
.border-slick-top-primary { border-top: 1pt solid #3498db; }

.border-slick-bottom-default { border-bottom: 1pt solid #ecf0f1; }

/* Auto-accept floating panel styles */
#autoAcceptPanel { box-shadow: 0 6px 20px rgba(0,0,0,0.3); border-radius: 4px; overflow: hidden; }
.auto-accept-fullscreen { border-radius: 0 !important; }
.auto-accept-log { max-height: 160px; overflow: auto; }
.border-slick-bottom-danger { border-bottom: 1pt solid #e74c3c; }
.border-slick-bottom-success { border-bottom: 1pt solid #2ecc71; }
.border-slick-bottom-warning { border-bottom: 1pt solid #f1c40f; }
.border-slick-bottom-primary { border-bottom: 1pt solid #3498db; }

.border-bottom-midnight {
	border-bottom: 1pt solid #2c3e50;
}

.border-bottom-double-midnight {
	border-bottom: 4pt double #2c3e50;
}

.bg-danger .text-muted {
	color: inherit;
}
/* Colors */
.c-white,
.c-white h1, .c-white h2, .c-white h3,
.c-white h4, .c-white h5, .c-white h6, .c-white input { color: white; }
.c-midnight,
.c-midnight h1, .c-midnight h2, .c-midnight h3,
.c-midnight h4, .c-midnight h5, .c-midnight h6, .c-midnight input { color: #2c3e50; }

/* Alignment */
.text-center {
	text-align: center;
}

/* Fonts */
.size-7 { font-size: 7pt; }
.size-14 { font-size: 14pt; }
.size-15 { font-size: 15pt; }

/* White spaces */
.padding-0 { padding: 0pt; }
.padding-left-0 { padding-left: 0pt; }
.padding-right-0 { padding-right: 0pt; }
.padding-top-0 { padding-top: 0pt; }
.padding-bottom-0 { padding-bottom: 0pt; }
.padding-10 { padding: 10pt; }
.padding-left-10 { padding-left: 10pt; }
.padding-right-10 { padding-right: 10pt; }
.padding-top-10 { padding-top: 10pt; }
.padding-bottom-10 { padding-bottom: 10pt; }
.padding-20 { padding: 20pt; }
.padding-left-20 { padding-left: 20pt; }
.padding-right-20 { padding-right: 20pt; }
.padding-top-20 { padding-top: 20pt; }
.padding-bottom-20 { padding-bottom: 20pt; }
.margin-0 { margin: 0pt; }
.margin-left-0 { margin-left: 0pt; }
.margin-right-0 { margin-right: 0pt; }
.margin-top-0 { margin-top: 0pt; }
.margin-bottom-0 { margin-bottom: 0pt; }
.margin-4 { margin: 4pt; }
.margin-left-4 { margin-left: 4pt; }
.margin-right-4 { margin-right: 4pt; }
.margin-top-4 { margin-top: 4pt; }
.margin-bottom-4 { margin-bottom: 4pt; }
.margin-5 { margin: 5pt; }
.margin-left-5 { margin-left: 5pt; }
.margin-right-5 { margin-right: 5pt; }
.margin-top-5 { margin-top: 5pt; }
.margin-bottom-5 { margin-bottom: 5pt; }
.margin-10 { margin: 10pt; }
.margin-left-10 { margin-left: 10pt; }
.margin-right-10 { margin-right: 10pt; }
.margin-top-10 { margin-top: 10pt; }
.margin-bottom-10 { margin-bottom: 10pt; }
.margin-20 { margin: 20pt; }
.margin-left-20 { margin-left: 20pt; }
.margin-right-20 { margin-right: 20pt; }
.margin-top-20 { margin-top: 20pt; }
.margin-bottom-20 { margin-bottom: 20pt; }

.sidemenu .nav a, .sidemenu .nav a:hover {
	color: inherit;
	background: none;
}
	.sidemenu .nav a:hover, .sidemenu .nav a:visited {
		border-left: 2pt solid rgba(255, 255, 255, .8);
		background: rgba(0, 0, 0, .1);
	}

.nav-bar {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

	.nav-bar .navbar-nav a, .nav-bar .navbar-nav a:hover, .nav-bar .navbar-nav a:active {
		color: inherit;
		border-bottom: 2pt solid transparent;
		background: transparent;
	}
		.nav-bar .navbar-nav a:hover, .nav-bar .navbar-nav a:visited {
			border-bottom: 2pt solid rgba(255, 255, 255, .8);
			background: rgba(0, 0, 0, .1);
		}

.loading {
	width: 100%;
	height: 100%;
	text-align: right;
	padding: 9%;
}

.table-sleek > tbody > tr > td, .table-sleek > tbody > tr > th {
	border-top: 0pt solid transparent;
}

.table-sleek > tbody > tr.sleek > td {
	border-top: 1pt solid #eeeeee;
}
	.table-sleek > tbody > tr > td > h6, .table-sleek > tbody > tr > th > h6 {
		font-size: 11pt;
	}

.table-sleek > tbody > tr {
	border-bottom: 1pt transparent;
	cursor: pointer;
}

.table-sleek > tbody+tbody {
	border-top: 1pt;
}

.table-single-sleek > tbody > tr:hover {
	background: rgba(200, 200, 200, .1);
}

.table-double-sleek > tbody:hover {
	background: rgba(200, 200, 200, .1);
}

.table-spaced tr {
	margin-top: 10pt;
	border-top: 10pt solid transparent;
}

.bluebox-container {
	position: fixed;
	right: 0pt;
	top: 0pt;
	width: auto;
	height: 100%;
	z-index: 9900000;
}

	.bluebox < .bluebox-container {
		width: 100%;
	}

	.bluebox {
		background: white;
		position: fixed;
		right: 0pt;
		top: 0pt;
		width: 85%;
		height: 100%;
		box-shadow: 0pt 0pt 30pt rgba(0, 0, 0, .9);
		z-index: 9900000;
	}

	/*
	.bluebox:before {
		content: '';
		position: fixed;
		left: 0pt;
		top: 0pt;
		width: 15%;
		height: 100%;
		background: rgba(0, 0, 0, .6);
	}
	*/

	.bluebox-scroll {
		overflow-x: none;
		overflow-y: auto;
		max-height: 80%;
	}

.dismiss {
	padding: 0pt;
	height: 30pt;
	width: 30pt;
	border-radius: 30pt;
	border: 2pt solid white;
	font-size: 15pt;
	line-height: 30pt;
	color: #ffffff;
	background: rgba(0, 0, 0, .2);
	position: absolute;
	left: -20pt;
	top: 20pt;
}
	.dismiss:hover {
		color: #ffffff;
		background: rgba(0, 0, 0, .6);
	}

.rise.ng-enter {
	animation: slideInRight ease .4s;
}

.rise.ng-leave {
  animation: none;
}

.rise-leave.ng-leave {
	animation: fadeOutRight ease .4s;
}

.bloom.ng-enter {
	width: 100%;
	animation: slideInRight ease .5s;
}

.bloom.ng-leave {
	width: 100%;
  	animation: slideOutRight ease 1s;
}


.ng-hide-remove {
    /*opacity: 0;*/
}

.ng-hide-remove-active {
    -webkit-animation: fadeIn .5s;
    animation: fadeIn .5s;
}

.ng-hide-add {
    -webkit-animation: fadeOut .5s;
    animation: fadeOut .5s;
}

.ng-hide-add-active {
    opacity: 0;
}

.splash.ng-hide-remove {
    /*opacity: 0;*/
}

.splash.ng-hide-remove-active {
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.splash.ng-hide-add {
    -webkit-animation: fadeOut 1s;
    animation: fadeOut 1s;
}

.splash.ng-hide-add-active {
    /*opacity: 0;*/
}

/* Use this for keyframe animations */
.no-animate.ng-animate,
.no-animate.ng-enter,
.no-animate.ng-leave,
.no-animate.ng-hide-remove-active,
.no-animate.ng-hide-add {
  -webkit-transition: none !important;
  transition: none !important;
}

.nespoapp-config {

}

.no-animate.ng-hide-add {
    -webkit-animation: none 0s !important;
    animation: 0s !important;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 8pt;
		background: rgba(100, 100, 100, 0.5);
}

::-webkit-scrollbar-thumb:hover{
	min-width: 10pt;
	height: 20pt;
	background: rgba(0,0,0,0.6);
}

/* Track */
::-webkit-scrollbar-track {

}

/* Handle */
::-webkit-scrollbar-thumb {
		max-height: 30pt;
    -webkit-border-radius: 3;
    border-radius: 3;
		background: rgba(66, 66, 66, 1);
		transition: all 1s;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(33,33,33,.6);
}

.head > h3 {
	margin-top: 0pt;
	padding-top: 10pt;
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: auto;
	min-width: 320px;
	margin: 1px 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
	height: auto;
  max-height: 170px;
  overflow-y: auto;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}
	.tt-suggestion:hover * {
		color: #fff;
	}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

pre {
	background: transparent;
	font-family: inherit;
	border: none;
	padding: 0pt;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
}
.dropdown .caret-sub {
	 position: absolute;
	 right: 6pt;
	 bottom: 6pt;
}
