body {
	padding-top: 60px;
}

#menu ul {
	margin-left: 30px;
}

#menu a.pull-right {
	margin-top: 9px;
	margin-left: 8px;
}

#menu a.pull-right i {

}

#menu .brand {
	position: relative;
	margin-left: 0;
	padding-left: 30px;
}

#menu .brand img {
	position: absolute;
	left: 0px;
	top: 6px;
}

#submenu {
	margin-bottom: 15px;
}

@media only screen and (min-width: 48em) {

	#submenu {
		float: right;
		position: sticky;
		top: 0;
	}

}

@media only screen and (min-width: 991px) {

	#submenu {
		position: sticky;
		top: 71px;
	}

}

#submenu .btn-group-vertical {
	display: block;
	margin-bottom: 15px;
}

#submenu .btn-group-vertical a { 
	text-align: left;
	padding: 13px 10px;
	font-weight: bold;
	font-size: 16px;
}

#submenu .btn-group-vertical a i {
	font-size: 24px;
}

table td.r,
table th.r {
	text-align: right;
}

table.table th, table.table td {
    vertical-align: middle;
}


.alert p,
.alert ul,
.well p,
.well ul,
table td input,
table td input.t,
table th input,
table th input.t,
table input[type="text"],
table select,
table .alert,
table form,
table .progress,
.well form {
	margin-bottom: 0;
}

.btn-group + .btn-group {
	margin-left: 0;
}

h1 em,
h2 em,
h3 em,
h4 em {
	font-style: normal;
}

td[data-sorting-column], th[data-sorting-column] {
	cursor: pointer;
}

textarea.monospace {
	 font-family: Consolas, Lucida Console, monospace; 
}

.login .top-link {
	float: right;
	color: #fff;
	line-height: 50px;
}

.login .top-link a {
	color: #81b941;
}

.login .navbar {
	line-height: 50px;
}

.login .navbar .btn {
	margin-top: 0;
}

body.login {
	/* background: #CFCFCF url(../img/bg-repeat.png) 0 0 repeat; */
	padding-top: 100px;
}

.login h1 {
	margin-top: 40px;
}

.login .login-box {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: rgba(215,215,215,.9);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.51), inset 0 1px 1px rgba(0,0,0,.08);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.51), inset 0 1px 1px rgba(0,0,0,.08);
	box-shadow: 0 1px 0 rgba(255,255,255,.51), inset 0 1px 1px rgba(0,0,0,.08);
	display: inline-block;
	float: none;
	padding: 30px;
}

.login .login-box input[type=text],
.login .login-box input[type=password] {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

.login .login-box .btn {
	margin-bottom: 0;
}

.login .container.text-center {
	min-height: 500px;
}

.login .alert {
	float: none;
	display: inline-block;
}

.marginbot	{margin-bottom: 20px;}


.bs-docs-sidenav {
margin: 0px 0 0;
padding: 0;
background-color: #fff;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
overflow: hidden;
border: 2px solid #81b941;
}

.bs-docs-sidenav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.bs-docs-sidenav li > a {
display: block;
width: 190px \9;
margin: 0 0 -1px;
padding: 14px 14px;
border-bottom: 1px solid #e5e5e5;
font-size: 18px;
color: #81b941;
transition: all .2s ease-out;
}

.bs-docs-sidenav li > a:hover {
	background-color: #eef5e7;
	text-decoration: none;
}

.bs-docs-sidenav li > a > i {
	opacity: 0.5;
	transition: all .2s ease-out;
}

.bs-docs-sidenav li > a:hover > i {
	opacity: 1;
}

.navbar-fixed-top .navbar-inner {
	padding: 15px 0;
}

body {
	padding-top: 100px;
	background-color: #f5f5f5;
}

#menu ul {
	margin-left: 0;
}

@media only screen and (min-width: 62em) {

	#menu ul.nav {
		margin-left: 30px;
	}

}

/*
ul.nav .dropdown-menu li a i {
	margin-left: 20px;
}
*/

.navbar .nav > li > a {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	transition: all .2s ease-out;
}

table form.pull-right button {
	margin-right: 10px;
}

table div.pull-right a {
	margin-right: 10px;
}

.spravujete {
	margin: 15px;
}

@media only screen and (max-width: 47.9375em) {

	.spravujete {
		margin: 20px;
	}

}

#content {
	padding: 20px;
	background: #fff;
	margin-bottom: 30px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
box-shadow: 0 1px 4px rgba(0,0,0,.065);
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 1em;
}

h1:first-child, h2:first-child, h3:first-child, .alert h1, .alert h2, .alert h3 {
	margin-top: 0;
}

#submenu .nav-list li.nd {
	border-top: 1px solid #e5e5e5;
}

#submenu form {
	margin-bottom: 0;
}

#submenu .submenu-system-list {
	margin-top: 30px;
	font-size: 12px;
	border-color: #3A87AD;
}

#submenu .submenu-system-list a {
	font-size: 12px;
	color: #3A87AD;
}

.marginleft	{margin-left: 20px; }


.genpass-input	{ padding-left: 10px; display: inline-block;
    margin-bottom: 10px;
    white-space: nowrap;
    vertical-align: middle; }

.console	{ font-family: Monaco, Menlo, Consolas, "Courier New", monospace; }

.w90	{ width: 90%; }

.cron-tabs .tab-pane	{ min-height: 40px; }

span.highlited { background-color: #F7F0CB !important; }


@media only screen and (max-width: 47.9375em) {

	.hidden-phone {
		display: none;
	}

}

@media only screen and (min-width: 48em) {

	.hidden-desktop {
		display: none !important;
	}

	#anchors {
		height: auto !important;
	}

}

.no-margin-top {
	margin-top: 0;
}

.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.thumbnails {
	display: flex;
	flex-flow: row wrap;
}

.navbar .btn.btn-navbar {
	font-size: 10px;
	color: #515151;
	padding-top: 7px;
	padding-bottom: 0;
	text-shadow: none;
	margin-top: 0;
}

.navbar .btn.btn-navbar span {
	margin-left: auto;
	margin-right: auto;
	box-shadow: none;
	background-color: #515151;
}

.navbar .btn.btn-navbar span:last-child {
	margin-bottom: 2px;
}

.logologin { padding-top: 30px; }
.foot-switch { padding-right: 40px; }

#foot { margin-bottom: 50px; }

#blogFeed {
	max-width: 500px;
	background: #f1f1f1;
	border: 1px solid #dfdfdf;
	padding: 10px 15px;
	margin: 20px auto 30px;
	border-radius: 4px;
}

#blogFeed ul {
	list-style: none;
	margin: 0;
	text-align: left;
}

#blogFeed ul li {
	padding-left: 15px;
	position: relative;
}

#blogFeed ul li:before {
	content: '\00bb';
	position: absolute;
	left: 0;
	top: 1px;
}

#blogFeed ul a {
	display: block;
	padding: 3px 0;
}

form.cron__buttons {
	float: right;
	margin-left: 5px;
}

.file-icon-download {
	opacity: 0.5;
    margin-right: 2px;
}

.mb-1 {
	margin-bottom: 15px;
}

.w-60 {
	width: 60%;
}

.w-40 {
	width: 40%;
}

.ftp__buttons_section{
	float: right;
}

form.ftp__buttons {
	float: left;
	margin-right: 5px;
}

code.accesslog	{ white-space: normal; }

.apps-db-help-link a {
	color: #0e0e0e;
	text-decoration: none;
}

.apps-migration-loader {
	text-align: center;
}

.apps-migration-loader img {
	height: 30px;
}

.cron-custom-table,
.cron-hour,
.cron-minute,
.cron-day-week,
.cron-day-month{
	display:none;
}

body .modal-wide {
	/* new custom width */
	width: 1200px;
	/* must be half of the width, minus scrollbar on the left (30px) */
	margin-left: -600px;
}

body .modal-edit-webserver {
	max-height: 800px;
	height: 680px;
}

.m-bottom0  { margin-bottom: 0px; }
.m-top10	{ margin-top: 10px; }

.checkboxTop3    {position: relative; top: -3px; }
.inlineBlock				{ display: inline-block; }

.d-none {
	display: none !important;
	visibility: hidden !important;
}

.table-responsive-with-dropdown {
	padding-bottom: 100px;
}

.btn-repeat-disabled {
	opacity: 0.5;
}

.label-migration {
	margin-left: 40px;
}

.top-message-domain {
	margin-top: 1em;
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

.modal-syntax-editor {
	height: 530px !important;
	max-width: 1100px !important;
}

.modal-wide form { margin-bottom: 0px; }

.spinner-border {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	vertical-align: -0.5em;
	border: 0.25em solid #0e0e0e;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: .75s linear infinite spinner-border;
	animation: .75s linear infinite spinner-border;
}

@keyframes spinner-border {
	to { transform: rotate(360deg); }
}

.button-migration-more-info {
	float: left;
	margin-right: 3px;
	border-top-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
}

.ssh-key-input {
	width: 95%;
}

.git-commands-input {
	width: 95%;
}

.git-info-icon {
	cursor: pointer;
}

.git-action-td {
	width: 33%;
}

.git-folder .popover {
	max-width: 600px !important;
}