html {
	background: none;
}

html, body{
height:100%;
margin:0;
padding:0;
}

body {
background-color: #082844; /*#055c80;*/
padding: 90px 0 0 0;
}


a {
	color: #337ab7;
	text-decoration: none;
}

#top {
	position: fixed;
	top: 0;
	width: 100%;
	/* margin: 0; */
	/* padding: 0; */
	height: 60px;
/*	margin-left: -15px;*/
	z-index: 99;
/*opacity: 0.8;*/
}
/*
.header {
	padding: 1px;
	background-color: #e6e6fa;
}

.header h1 {
	text-align: center;
	padding: 0;
}*/

.container, .top-bar {
width: 80%;
margin: auto;
}

.container {
padding: 20px;
background-color: #f8f9fa;
/*border: 1px solid rgba(0, 0, 0, 0.15);*/
border-radius: 4px;
/*
box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
*/
}

.top-bar {
background-color: #004586;
padding: 20px;
}
#btn-toggle-menu{
	color:#fff;
}

footer.container {
margin: 3px auto;
}

/* GRID */
.w10{width:10%;}
.w20{width:20%;}
.w25{width:25%;}
.w30{width:30%;}
.w33{width:33%;}
.w50{width:50%;}
.w60{width:60%;}
.w65{width:65%;}
.w70{width:70%;}
.w80{width:80%;}
.w90{width:90%;}
.w100{width:100%;}

.row {
	/* float: none; */
	clear: both;
	overflow: hidden;
}

label {
	font-weight: bold;
	color: #000;
}

/* ICONS */
@font-face {
	font-family:FontAwesome;
	src:url(../fonts/fontawesome-webfont.eot);
	src:url(../fonts/fontawesome-webfont.eot?#iefix)format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2)format('woff2'),url(../fonts/fontawesome-webfont.woff)format("woff"),url(../fonts/fontawesome-webfont.ttf)format("truetype");
	font-weight:400;
	font-style:normal
}

[class*='icon-'] {
  font-family: FontAwesome;
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*='icon-'],
[class*='icon-']:hover,
[class*='icon-']:focus {
  text-decoration: none;
}

.icon-search:before {
  content: "\f002";
}
.icon-remove:before,
.icon-close:before,
.icon-times:before {
  content: "\f00d";
}
.icon-navicon:before,
.icon-reorder:before,
.icon-bars:before {
  content: "\f0c9";
}
.icon-folder:before {
  content: "\f07b";
  margin: 5px;
}
.icon-folder-open:before {
  content: "\f07c";
  margin: 5px;
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}

.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}

.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}

.icon-cog:before {
  content: "\f013";
}

/*.subfolder > small {
  content: "\f07b";
}*/

/*================================*/

/* LOG panel */
.log-panel {
/*	
	margin-bottom: 0;
	margin-top: 5px;
*/	
	/* background-color: #b0c4de; */
background-color: #c1d4ee;
	position: fixed;
	/*bottom: 0;*/
	top: 10px;
	right:0;
	z-index: 9999;
	opacity: 0.9;
	border-radius: 4px;
}

.log-panel .panel-body{
	padding: 5px;
}

/*.log-panel span a{
text-decoration:none;
outline: none;
}*/

/*
#log .alert {
margin-bottom: 0;
padding: 10px;
}*/

#log{
	height: 300px;
	overflow-y: auto;	
}

#log p{
margin: 3px;
border-radius: 3px;
}
/*
#btn-clear-log {
	background: #eee;
	border-radius: 50%;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 1px;
}
*/

/* COLORS */
.bg-darkblue {
  background-color: #004586 !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-lightsteelblue6 {
	background-color: #C7D5EC;
}
.bg-lightsteelblue7{
  background-color: #AABAD5 !important;
}

/*============================*/

/* BUTTONS */
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin: 1px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	
	outline:none;
}

.btn-blue {
	background-color: #007bff;
	color: #fff;
	-webkit-box-shadow: inset 0 36px 38px -38px #fff;
	-moz-box-shadow: inset 0 36px 38px -38px #fff;
	box-shadow: inset 0 36px 38px -38px #fff;
  font-size: 14px;
  font-weight: 400;
}

.btn-blue:hover {
	background-color: #ff8c00 !important;
	color: #000 !important;
}

.btn-blue:focus {
	color: #fff !important;
	outline: 0;
}

.btn-blue:active:focus {
	color: #000 !important;
}
.btn-blue:active {
}
.btn-blue:visited {
}

.btn-blue-c4 {
    color: #fff;
	background-color: #269abc;
}
.btn-blue-c4:hover {
	background-color: #ff8c00;
	color: #000 !important;
}
.btn-blue-c4:focus {
	color: #fff !important;
}
.btn-blue-c4:active {
	background-color: red;
}

.btn-violet-fb {
	background-color: #395697;
	color: #fff;
}
.btn-violet-fb:hover {
	color: #fff;
}

.btn-orange {
  border-color: #925c23;
  /*box-shadow: 0 1px 2px #777;*/
  color: #694219;

background-color:#f5c489;
background:-webkit-gradient(linear, left top, left bottom, from(#FED99A), to(#ECAE78));
background:-moz-linear-gradient(top, #FED99A, #ECAE78);
background:-o-linear-gradient(top, #FED99A, #ECAE78);
background:linear-gradient(top, #FED99A, #ECAE78);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FED99A', endColorstr='#ECAE78');

}

.btn-orange:hover, 
.btn-orange:focus 
{
background-color:#f3b871;
background:-webkit-gradient(linear, left top, left bottom, from(#fed081), to(#e9a162));
background:-moz-linear-gradient(top, #fed081, #e9a162);
background:-o-linear-gradient(top, #fed081, #e9a162);
background:linear-gradient(top, #fed081, #e9a162);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fed081', endColorstr='#e9a162');
    border-color: #925c23;
    box-shadow: 0 1px 2px #777;
    color: #694219;
}

.btn-dropdown {
	background-color: /*#aecdd5*/#b8d2ec;
	border-radius: 100%;
	border: 2px solid /*#8fabb2*/#9fbad5;
padding: 7px 7px 7px 7px;
position: relative;
top: 10px;
z-index: 2;
outline:none;
}
.btn-dropdown:active {
background-color:  #269abc;
outline:none;
}
.btn-dropdown:focus {
outline:none;
}
.btn-dropdown:hover {
}

/* fix UIkit */
/* .uk-modal-page { 
	overflow: inherit !important;
} */
/*.uk-offcanvas-container {
overflow-y: auto !important;
}*/
.uk-button {
	text-transform: none;
}
.uk-input, .uk-select, .uk-textarea {
	border: 1px solid #b5b5b5;
}
.uk-alert-success {
	background: #42af44;
	color: #fff;
}
.uk-alert-danger {
	background: #ff5251;
	color: #fff;
}
.uk-alert-warning {
	background: #ffb515;
	color: #000;
}

.msg-success{
	font-size:80%;
	padding: 5px;
	background: #42af44;
	color: #fff;
}
.msg-warning{
	font-size:80%;
	padding: 5px;
	background: #ffb515;
	color: #000;
}
.msg-error{
	font-size:80%;
	padding: 5px;
	background: #ff5251;
	color: #fff;
}

.my-offcanvas {
	display:none;
/*display: block !important;*/
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	touch-action: none;
	background: rgba(0,0,0,.1);
}


.my-offcanvas-bar {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	z-index: 1001;
	width: 0;
	max-width: 100%;
	background: #000;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	-ms-scroll-chaining: none;
	
	opacity:0.8;
}

.my-offcanvas-bar .uk-nav-offcanvas {
	margin: 10px;
}

.my-offcanvas-bar .uk-nav-offcanvas a {
	color: #fff;
}
.my-offcanvas-bar .uk-nav-offcanvas a:hover {
	color: red;
}

.my-close {
	-webkit-appearance: none;
	margin: 0;
	border: none;
	overflow: visible;
	font: inherit;
	color: inherit;
	text-transform: none;
	padding: 0;
	background: 0 0;
	display: inline-block;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 20px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	opacity: .3;
}
.my-close::after {
	display: block;
	content: "\f00d";
	font-family: FontAwesome;
}
.my-close-alt {
	padding: 2px;
	border-radius: 50%;
	background: #eee;
	opacity: 1;
}



#btn-scroll-to-top {
	/*left: 44%;*/
	/*margin-left: 15px;*/
	position: fixed;
	bottom: 5px;
	left: 50%;
	margin-left: -45px;
/*	display:none !important;*/
}

#app-title {
/*    font-family: a_Huxley;*/
/*    font-size: 60px;*/
	color:#fff;
    margin-top: 0;
    margin-bottom: 0;
	/*text-shadow: 6px 5px 4px #bebebe;*/
}
@media screen and (max-width:768px) 
{
	#app-title{
		display:none;
	}
}




/*--------------------- LOAD --------------*/
/* http://dbmast.ru/adaptivnoe-modalnoe-okno-strogo-po-centru */
.dm-overlay {
position: fixed;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.65);
display: none;
overflow: auto;
width: 100%;
height: 100%;
z-index: 1000;
}

.dm-table {
display: table;
width: 100%;
height: 100%;
}


.dm-cell {
display: table-cell;
padding: 0 1em;
vertical-align: middle;
text-align: center;
}


.dm-modal {
display: inline-block;
max-width: 50em;
/*background: #607d8b;*/
/*background-color: rgb(200, 200, 250);*/
background-color: #b0c4de;
border-radius: 10px;
padding: 25px;
/* width: 300px; */
z-index: 1042;
-webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
/*color: #cfd8dc;*/
color: #000;
text-align: center;
}

#win1 .circle-clipper .circle {
	border-width: 10px;
}
#win1 .progress {
	height: 20px;
	background-color: #fff;
	border-radius: 3px;
}
#win1 .loader {
/* border: 20px solid #fff; */
border-radius: 50%;
width: 80px;
height: 80px;
margin: auto;
animation: spin 2s linear infinite;
/* animation: spin 3s alternate infinite; */
}
#win1 .loader2 {
border-bottom: 20px solid #1c5a83;
border-top: 20px solid #1c5a83;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}





/*---------------------------------------------*/
#block-nodelist{
text-align:center;
}

#block-pager{
}

.block-num-page {
padding: 5px;
}

#page-number {
/*display:inline;*/
width: 50px;
/*margin-left:10px;*/
/*margin-bottom: 5px;*/
text-align: center;
}
#page-number-less {
/*position: relative;
bottom: -3px;
left: -1px;
*/
}

#page-number-more {
/*position: relative;
bottom: -3px;
left: 1px;
*/
}
#block-pager .box-range {
	padding-top: 5px;
}


#block-links li {
	padding: 5px;
}

/* #block-links a {
	color: #fff;
} */


.node {
	/* max-width: 300px; */
	width: 250px;
	margin: 7px;
	/* float: left; */
	display: inline-block;
	vertical-align: top;
/* text-align: center; */
box-shadow: none;
background-color: #cfdfe6;
}
.node .uk-card-header {
	border-bottom: 1px solid #8fabb2;
}

.node-wrap {
/*border: 2px solid #8C93BD*//*#8fabb2*/;
background-color: /*#DADDED*/#cfdfe6;
/*min-height: 380px;	*/
}

.node img {
	width: 100%;
}

.node h3 {
	background-color: #008080/*#aecdd5*/;
	padding:5px;
	font-size: 120%;
	color: #cfdfe6;
}

.node .block-images {
background: url("../img/icons/icon-load.gif") no-repeat center;
width: 200px;
min-height: 200px;
margin: auto;
word-break: break-all;
}
.node .block-images-not-load {
padding: 0px 5px 0px 5px;
color: #666;
}


.node .block-content{
display:none;
border-top: 1px dashed;
/* margin-top: 10px; */
/*border: 1px solid #8C93BD;*/
/*border: 1px solid  #9bb9d7;*/
/*width: 200%;*/
background-color: /*#E3E5F1*/ /*#DADDED*/ /*#E6E9F4*/ /*#D2E1F9*/ /*#def*/ /*#c7d5ec*/;
position: relative;
top: -5px;
z-index: 1;
color: #000;
}
.node .related-links{
	text-align: left;
	font-size: 80%;
}
.node .description {
	text-align: left;
	font-size: 80%;
	background-color: #f5f6f7;
	padding: 5px;
}
.node-tags {
	padding: 5px;
	margin: 5px;
	/*background-color: #b1ceda;*/
	/*border: 2px solid #b1ceda;*/
}
.node-tags li {
	/*background-color: #87ceeb;*/
	margin: 3px;
}
.node-tags a {
	/* padding: 2px; */
	/*background-color: #2368ad;*/
	/*background-color: #3f73aa;*/
	/*background-color: #005cb3;*/
}

/*
#block-nodelist {
	position: fixed;
	left: 0;
	top: 100px;
	width: 25%;
}*/

.tag-list li {
	display: inline-block;
	padding: 5px;
	border: 1px solid;
margin: 3px;
}

#block-nodelist .uk-list li {
	display: inline-block;
}


.button-group li {
	display: inline-block;
}


#block-player {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

#block-player .wrapper {
border: 1px solid #ccc;
margin: auto;
background-image: linear-gradient(to top, #000, #eefaff);
}

#track-info {
	/*color: #fff;*/
}

#block-tracklist {
	position: fixed;
	right: 0;
	bottom:10px;
	z-index: 999;
	/*top: 100px;*/
	/*width: 25%;*/
background-color:#87cefa;
/*background-color: #b1d0ef;
border: 1px solid #004586;*/
	padding: 5px;
	margin: 5px;
}
#block-tracklist .wrapper {
	border: 1px solid #004586;
	padding: 10px;
}
#block-tracklist .media-list {
	overflow-y: auto;
	height: 250px;
}
#block-tracklist  .track-name{
	text-decoration:none;
}
#block-tracklist  .track-name.active{
	padding:5px;
background-color: #0f7ae5;
color: #fff;
}
#block-tracklist .track-name,
#block-tracklist .edit-track,
#block-tracklist .remove-track{
	font-size: 80%;
}


.list-group-item {
/*	position: relative;
	display: block;*/
	padding: 5px 5px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline li {
	display: inline-block;
}

.uk-list-striped > li {
	padding: 5px 5px;
}
.uk-list-striped > li:nth-of-type(2n+1) {
	/* background: #e9f0f0; */
	background-color: #dee4ef;
}



#block-file-manager .wrapper {
	border: 1px solid #5392ce;
	padding: 5px;
}
#block-file-manager .btn-fs-action {
	/* margin: 0; */
	padding: 0;
}
#block-file-manager .breadcrumbs p {
	padding: 0;
	margin: 0;
	font-size: 80%;
}

.require-form-element {
border: 1px solid red;
}
