html {
	height: 100%;
	background: #fff;
	font-size: 10px;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #e9e9e9;
	font-family: 'Open Sans', sans-serif,tahoma;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	color: #666666;
}

* {
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

/* sidebar */

#main {
	position: relative;
	background: #e9e9e9;
	box-sizing: border-box;
}

#navbar {
	z-index: 1030;
	margin-bottom: 0;
	height: 60px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: #666;
	background-color: #FFF !important;
	border-bottom: 1px solid #E2E2E2;
	top: 0;
	border-width: 0 0 1px;
	position: fixed;
	right: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	min-height: 50px;	
}

.navbar-logo {
	background-color: #FFF!important;
	border-bottom: 1px solid #E6E6E6;
	position: relative;
	float: left;
	width: 350px;
	height: 60px;
	margin-right: 10px;	
}

.navbar-logo img {
	height: 60px;
	border: 0;
	padding: 5px;
}

.navbar-logo .navbar-logo-link {
	color: #666;
	height: 60px;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.5px;
	float: left;
	text-decoration: none;
	padding: 10px 0 10px 18px;
}

.navbar-logo .navbar-logo-link img {
	height: 100%;
}

.navbar-right {
	margin: 0 15px 0 0;
	float: right!important;
	padding-left: 0;
	list-style: none;
}

.navbar-right li a:hover {
	text-decoration: none;
}

.navbar-right>li {
	float: left;
	position: relative;
	display: block;
	height: 59px;
	color: #666;
	line-height: 19px;
	font-weight: 400 !important;
	font-size: 15px;
}

.navbar-right .navbar-user-name {
	padding: 20px 15px 15px 10px;
	font-weight: 600 !important;
}

.navbar-right .navbar-separator {
	padding: 17px 15px 15px 10px;
} 

.navbar-right .navbar-separator i {
	display: inline-block;
	height: 5px;
	width: 5px;
	background-color: gray;
}

.navbar-right .navbar-user-logout {
	padding: 15px 15px 15px 10px;
}

.navbar-right .navbar-button-logout {
	border: solid #e0e0e0 1px;
	background-color: #FAFAFA;
	margin-left: 10px !important;
	font-weight: 600 !important;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	color: #666666;
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

.navbar-right .navbar-button-logout:hover {
	background-color: #ececec;
}

.navbar-right .navbar-button-danger {
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	margin-left: 10px !important;
	font-weight: 600 !important;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border: solid #e0e0e0 1px;
	color: #ffffff;
	background-color: #e9573f;
}

.navbar-right .navbar-button-danger:hover {
	color: #ffffff;
	background-color: #e5391d;
	border-color: rgba(0,0,0,0.05);
}

#sidebar {
	left: 0;
	overflow: hidden;
	color: #fff;
	position: fixed;
	top: 0;
	width: 230px;
	background-color: #555555;
	height: 100%;
	display: block;
	float: left;
}

#content_box {
	position: relative;
	margin-right: 0;
	margin-left: 230px;
	position: relative;
	left: 0px;
	display: block;	
	padding-top: 60px;
	transition: all 0.2s ease;
	background: #e9e9e9;
}

#content_box-survey {
	display: block;	
	padding-top: 60px;
	transition: all 0.2s ease;
	background: #e9e9e9;
}

.side_menu {
	padding-bottom: 20px;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	margin-top: 0;
}

.side_menu li {
	margin: 0;
	position: relative;
	display: block;
}

.side_menu li a, #side_menu li a:visited {
	color: #ffffff;
	padding: 0;
	height: 35px;
	overflow: hidden;
	position: relative;
	display: block;
	text-decoration: none;
	background: transparent;
}

.side_menu li a:hover {
	color: #417db9;
}

.side_menu .sidebar-title {
	font-weight: 600;
	line-height: 35px;
	width: 38px;
	font-size: 13px;
	text-align: center;
	padding-left: 30px;
}

#sidebar .content {
	margin-top: 60px;
	position: absolute;
	overflow-x: hidden;
	overflow-y: hidden;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}

.side_menu .side_menu_label {
	color: #70829a;
	text-transform: uppercase;
	color: #70829a;
	font-weight: 600;
	padding-left: 18px;
	padding-bottom: 3px;
	font-size: 12px;
	margin: 0;
	position: relative;
	display: block;
	padding-top: 20px !important;
}

.side_menu>li>ul {
	background-color: #282d33;
}

.side_menu>li>ul {
	clear: both;
	width: 230px;
	height: auto;
	background-color: #282d33;
}

.side_menu>li>ul>li>a>span:nth-child(1) {
	margin-right: 10px;
	font-size: 11px;
}

.side_menu>li>a>span:nth-child(1) {
	float: left;
	top: 0;
	line-height: 35px;
	width: 15px;
	font-size: 13px;
	text-align: center;
	padding-left: 13px;
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.side_menu>li>ul>li:first-child>a {
	padding-top: 14px;
}

.side_menu>li>ul>li>a {
	color: #d1d1d1;
	padding: 11px 20px 11px 30px;
}

.side_menu>li>ul>li>a.active {
	background: #e9e9e9;
	color: black;
	font-weight: 600;
	padding-top: 8px;
	border-left: solid #32648c 3px;
}

.side_menu>li>a.active {
	background: #e9e9e9;
	color: black;
	font-weight: 600;
	font-size: 1.2em;
	border-left: solid #32648c 3px;
}

.side_menu>li a {
	color: #ffffff;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
}

/* end sidebar */

/* topbar */
#topbar {
	z-index: 2;
	position: relative;
	min-height: 51px;
	padding: 10px 21px;
	background: #fafafa;
	border-bottom: 1px solid #e0e0e0;
	display: block;
}

.nav-list-topbar {
	margin: -10px 15px;
	float: left!important;
	padding-left: 0;
	list-style: none;
}

.nav-list-topbar li {
	display: inline-block;
	position: relative;
}

.nav-list-topbar li a {
	padding: 16px 14px 12px;
	color: #AAA;
	font-weight: 600;
	border-bottom: 3px solid transparent;
	position: relative;
	display: block;
}

.nav-list-topbar li a:hover {
	color: #444;
}

.nav-list-topbar li a.active {
	border-bottom: 3px solid #32648c;
	color: black;
}

.topbar-left input {
	border-color: #EEE;
	height: 26px;
	padding: 0 12px;
	margin-left: 30px;
	margin-bottom: 5px;
	border-radius: 20px;
	border-color: transparent;
	box-shadow: none;
	display: inline-block;
	width: auto;
	vertical-align: middle;
	font-size: 13px;
	line-height: 1.5;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}

.topbar-left .search {
	margin-left: 5px;
}

.topbar-left .search:hover {
	background: #e0e0e0;
	cursor: pointer;
}

.topbar-right {
	float: right;
}

.topbar-right a {
	border: solid #e0e0e0 1px;
	background-color: #FAFAFA;
	margin-left: 10px !important;
	font-weight: 600 !important;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	color: #666666;
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

.topbar-right a:hover {
	background-color: #ececec;
}

.topbar-profil-img {
	max-width: 30px !important;
	max-height: 30px !important;
	border-radius: 15px !important;
	margin-right: 15px !important;
	vertical-align: middle;
	border: solid black 1px;
}

/* end topbar */

/* content */
#content {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0;
	padding: 0;
}

#content .wrapper {
	padding: 25px !important;
	display: table-cell;
	float: none;
	position: relative !important;
	vertical-align: top !important;
}

.rowX {
	margin-left: -11px;
	margin-right: -11px;
}

.col {
	position: relative;
	min-height: 1px;
	padding-left: 11px;
	padding-right: 11px;
}

.col-2 {
	width: 50%;
	float: left;
}

.col-4 {
	width: 25%;
	float: left;
}

.col-5 {
	width: 20%;
	float: left;
}

.col-23 {
	width: 66.66666666666666%;
	float: left;
}

.col-13 {
	width: 33%;
	float: left;
}

.col-80 {
	width: 80%;
	float: left;
}

.col-75 {
	width: 75%;
	float: left;
}

.left {
	float: left;
} 

.div-center {
	margin: 0 auto;
}

.nofloat {
	float: none!important;
}

/* panel */

.panel {
	position: relative;
	margin-bottom: 20px;
	background-color: #ffffff;
	border-radius: 2px;
	z-index: 10;
}

.panel-heading {
	position: relative;
	height: 40px;
	line-height: 40px;
	background: #fafafa;
	color: #666666;
	font-size: 13px;
	font-weight: 600;
	padding: 0 8px;
	border: 1px solid #e0e0e0;
	border-bottom: 0;
	border-top-right-radius: 1px;
	border-top-left-radius: 1px;
}

.panel-heading-right {
	float: right;
}

.panel-title {
	padding-left: 6px;
	margin-top: 0;
	margin-bottom: 0;
}

.panel-body {
	border-top: 0;
	position: relative;
	padding: 15px;
	border: 1px solid #e0e0e0;;
}

.panel-footer {
	padding: 10px 15px;
	background-color: #fafafa;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
}

.nopadding {
	padding: 0;
}

/* end panel */

/* tables */
.admin-form {
	font-family: sans-serif,Arial,Helvetica;
	line-height: 1.231;
	font-weight: 400;
	font-size: 14px;
	color: #626262;
}

.login-form-image {
	width: 50%;
	margin: 0 auto;
	padding: 20px 0 40px 0;
}

.login-form-image img {
	width: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 0;
	background-color: #FAFAFA;
	color: #666;	
	border: solid #e0e0e0 1px;
}

.table>thead>tr {
	background: #FAFAFA;
}

.table>thead>tr>th {
	font-weight: 600;
	vertical-align: bottom;
	border-bottom: 1px solid #eeeeee;
	font-size: 13px !important;
	padding: 9px;
	line-height: 1.5;
	text-align: left;
	background-color: #fafafa;
}

.table tr {
	border: solid #e0e0e0 1px;
}

.table .selected, .table>tbody>tr:nth-child(even)>td.selected {
	background-color: #B3E5FC;
}

.table>tbody>tr:nth-child(even)>td {
	background-color: #f9f9f9;
}

.table tbody tr:hover td {
	background: #f0f0f0;
}

.table td {
	padding: 9px;
	line-height: 1.5;
	vertical-align: top;
	border-top: 1px solid #eeeeee;
	background: white;
}

.table.pointer {
	cursor: pointer;
}

.table.priorita th:not(:first-child) {
	text-align: center;
}

.table.priorita td:not(:first-child) {
	text-align: center;
}

.w30p {
	width: 30%;
}

.w50 {
	width: 50px;
}

.dt-panelfooter {
	padding: 6px 14px;
	background: #f8f8f8;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.dataTables_info {
	float: left;
	padding-top: 12px;
}
/* end tables */

/* spolecne */
.text-right {
	text-align: right!important;
}

.text-center {
	text-align: center!important;
}

.border-top {
	border-top: solid #e0e0e0 1px;
	padding-top: 10px;
}

.border-left-bold {
	border-left: solid gray 2px;
}

.hidden {
	display: none;
}

h1, .h1 {
	font-size: 30px;
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 19px;
	margin-bottom: 9.5px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 600;
	line-height: 1.1;
	color: inherit;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

h2, .h2 {
	font-size: 24px;
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 19px;
	margin-bottom: 9.5px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 600;
	line-height: 1.1;
	color: inherit;
	text-rendering: optimizelegibility;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 15px;
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical>.btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after, #topbar:after {
	clear: both;
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after, #topbar:before, #topbar:after {
	content: " ";
	display: table;
}

*:before, *:after {
	box-sizing: border-box;
}

form {
	display: block;
	margin-top: 0em;
}

hr {
	margin-top: 19px;
	margin-bottom: 19px;
	border: 0;
	border-top: 1px solid #eeeeee;
}
/* end spolecne */

/* form */
.form-group {
	margin-bottom: 15px;
	display: block;
}

.form-horizontal .form-group {
	margin-left: -11px;
	margin-right: -11px;
}

.form-horizontal .label {
	text-align: right;
	margin-bottom: 0;
	padding-top: 8px;
	position: relative;
	min-height: 1px;
	padding-left: 11px;
	padding-right: 11px;	
}

.form-control {
	display: block;
	width: 100%;
	height: 39px;
	padding: 9px 12px;
	font-size: 13px;
	line-height: 1.5;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #dddddd;
	border-radius: 0px;
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
}

.checkbox-inline {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
	white-space: nowrap;
}

.mar-top-5 {
	margin-top: 5px;
}

.mar-top-10 {
	margin-top: 10px;
}

.mar-top-20 {
	margin-top: 20px;
}

.mar-bot-5 {
	margin-bottom: 5px;
}

.mar-bot-10 {
	margin-bottom: 10px;
}

.mar-bot-20 {
	margin-bottom: 20px;
}

.mar-right-10 {
	margin-right: 10xp;
}

.mar-15 {
	margin: 15px;
}

.pad-left-5 {
	padding-left: 5px;
}

.pad-left-15 {
	padding-left: 15px;
}

.pad-15 {
	padding: 15px;
}

.between {
	padding: 10px;
	float: left;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #fafafa;
	opacity: 1;
}

textarea.form-control {
	resize: vertical;
	height: auto;
}

.help-block {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #a6a6a6;
	font-weight: normal;
}
/* end form */

/* buttons */
.btn {
	display: inline-block;
	margin: 0 5px 0 5px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-color: rgba(0,0,0,0);
	white-space: nowrap;
	padding: 9px 12px;
	font-size: 13px;
	line-height: 1.5;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn-small {
	padding: 5px;
	margin: 0 2px 0 0;
}

.btn:hover, .btn:focus {
	color: #666666;
	text-decoration: none;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-sm, .btn-group-sm>.btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0px;
}

.btn-success {
	color: #ffffff;
	background-color: #32648c;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: #56c046;
	border-color: rgba(0,0,0,0.05);
}

.btn-warning {
	color: #ffffff;
	background-color: #f5b025;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #f4ae1d;
  border-color: rgba(0,0,0,0.05);
}

.btn-danger {
	color: #ffffff;
	background-color: #e9573f;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger {
	color: #ffffff;
	background-color: #e5391d;
	border-color: rgba(0,0,0,0.05);
}

.btn-info {
	color: #ffffff;
	background-color: #3bafda;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
	color: #ffffff;
	background-color: #269dc9;
	border-color: rgba(0,0,0,0.05);
}

.btn-default {
	color: #666666;
	background-color: #f0f0f0;
	border-color: rgba(0,0,0,0.1);
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
	color: #666666;
	background-color: #eaeaea;
}

.btn-xl {
	font-weight: 600;
	border-radius: 3px;
	font-size: 18px;
	padding: 20px 40px;
}

.btn-l {
	font-weight: 600;
	border-radius: 3px;
	font-size: 14px;
	padding: 10px 20px;
}

.btn-primary {
	color: #ffffff;
	background-color: #50a2e5;
	border-color: #50a2e5;
}

.btn-primary:hover {
	color: #ffffff;
	background-color: #248ade;
	border-color: #2085d8;
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}
/* end buttons */

/* text designs */
.text-success {
  color: #70ca63;
}

a.text-success:hover {
  color: #0f220c;
}

.text-danger {
  color: #e9573f;
}

a.text-danger:hover {
  color: #250904;
}

.text-warning {
  color: #f6bb42;
}

a.text-warning:hover {
  color: #f4ae1d;
}
/* end text designs */

/* login form */
#content>.login>.admin-form {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	margin-top: 8%;
}

.border-top-blue {
	border-top: solid #32648c 5px;
}

/* end login form */

/* alerts */
.alert {
	color: #ffffff;
	font-size: 14px;
	padding: 15px;
	margin-bottom: 19px;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 1px;
}

.alert-info {
	background-color: #5dbde0;
}

.alert-success {
	background-color: #8cd481;
}

.alert-warning {
	background-color: #f8c969;
}

.alert-danger {
	background-color: #ed7764;
}

.alert.top {
	position: fixed;
	z-index: 1000;
	left: 50%;
	margin-left: -300px;
	width: 600px;
}

.pos1 {
	top: 50px;
}

.pos2 {
	top: 130px;
}

.pos3 {
	top: 210px;
}

.alert>.col-left {
	float: left;
	width: 30px;
}

.alert>.col-right {
	float: left;
	width: 520px;
}

.alert-dismissable .close, .alert-dismissible .close {
	position: relative;
	color: #FFF;
	opacity: 0.3;
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.close {
	float: right;
	font-size: 19.5px;
	font-weight: bold;
	line-height: 1;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
/* end alerts */

/* odkazy */
a {
	color: #417db9;
	text-decoration: none;
}

a:hover, a:focus {
	color: #2363b6;
	text-decoration: underline;
}

/* end odkazy */

/* strankovani */
/*==================================================
  Paginations
==================================================== */
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 4px 0 0 0;
	border-radius: 1px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 5px 12px;
	line-height: 1.5;
	text-decoration: none;
	color: #417db9;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 1px;
	border-top-left-radius: 1px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 1px;
	border-top-right-radius: 1px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #2363b6;
	background-color: #eeeeee;
	border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #417db9;
	border-color: #417db9;
	cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #777777;
	background-color: #ffffff;
	border-color: #dddddd;
	cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 17px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}

/* end strankovani */

/* treeview */
.tree {
	border-collapse: collapse;
	border-spacing: 0;
	outline: 0;
	border: 0;	
	width: 100%;
	border: 1px solid #e0e0e0;
	min-height: 500px;
}

.tree th {
	height: 35px;
	background: #fafafa;
	border: 1px solid #e0e0e0;
}

.tree td {
	vertical-align: top;
	overflow: auto;	
	border: 1px solid #e0e0e0;
	background: white;
}

.tree ul {
	padding: 0;
	margin: 0;
}

.tree ul li {
	display: block;
	padding: 10px;	
	cursor: pointer;
	position: relative;
}

.tree ul li:hover {
	background-color: #EEE;		
}

.tree ul li.active {
	background-color: #EEE;	
	font-weight: bold;
}

.tree .new {
	height: 40px;
	padding: 10px;
	border-top: solid #e0e0e0 1px;
}

.tree ul:nth-child(1) li .buttons {
	position: absolute;
	right: 0;
	top: 4px;
}
/* end treeview */

/* tray */
.table-layout {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0;
}

.tray-center {
	padding: 25px 20px 50px;
	vertical-align: middle;
	display: table-cell;
	float: none;
	padding: 25px !important;
	position: relative !important;
	vertical-align: top !important;
}

.tray-right {
	height: 1100px;
	vertical-align: middle;
	display: table-cell;
	float: none;
	width: 290px;
	border-left: 1px solid #DDD;
	border-right: 0;
	position: relative;
	width: 250px;
	min-height: 100%;
	border-right: 1px solid #DDD;
	background: #f5f5f5;
	padding: 0 !important;
	vertical-align: top !important;
}

.tray-right h4 {
	margin-top: 5px !important;
	color: #999999;
}

.tray-right .short {
	margin: 20px 0;
	border-top: 1px solid #DDD;
}

.tray-right .nav {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #DDD;
}

.tray-right .nav li {
	position: relative;
	display: block;
	width: 100%;
	padding: 11px 15px 11px 30px;
	color: #999;
	font-size: 13px;
	background: #f2f2f2;
	border-bottom: 1px solid #DDD;
}

.tray-right .nav li a {
	border: solid #e0e0e0 1px;
	background-color: #FAFAFA;
	font-weight: 600 !important;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	color: #666666;
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	position: absolute;
	right: 4px;
	top: 4px;
}

.tray-right .nav li a:hover {
	background-color: #ececec;
}

#groupName {
	height: 30px;
	margin-left: 5px;
	padding: 5px;
}
/* end tray */

/* debug */
#debug {
	position: fixed;
	left: 5px;
	bottom: 5px;
	width: 500px;
	height: 300px;
	overflow: auto;
	background: white;
	border: solid gray 1px;
	font-size: 10px;
}
/* end debug */

/* dropdown */
.dropdown {
	margin-right: 30px;
}

.dropdown>a {
	color: #666;
	padding-bottom: 20px;
	height: 59px;
	max-height: 59px;
	position: relative;
	display: block;
	padding: 20px 15px;
	text-decoration: none;
}

.dropdown>a:hover, .dropdown>a.active {
	color: #222;
	background-color: #f7f7f7;
}

.fw600 {
font-weight: 600 !important;
}

.dropdown-menu {
	display: none;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	top: 67px;
	right: 20px;
	position: absolute;
	z-index: 1000;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 13px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 1px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	background-clip: padding-box;
	border-top: 3px solid #999;
	border-radius: 2px;
}

.dropdown-menu>li>a {
	display: block;
	padding: 5px 15px;
	clear: both;
	color: #666666;
	font-weight: normal;
	line-height: 1.5;
	white-space: nowrap;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #595959;
	background-color: #f5f5f5;
}

.mr10 {
	margin-right: 10px !important;
}

.flag {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

.flag-cz {
	background: url('images/flags/cz.png') no-repeat top left;
}

.flag-en {
	background: url('images/flags/en.png') no-repeat top left;
}

.flag-fr {
	background: url('images/flags/fr.png') no-repeat top left;
}

.flag-it {
	background: url('images/flags/it.png') no-repeat top left;
}

.flag-hun {
	background: url('images/flags/hun.png') no-repeat top left;
}

.flag-de {
	background: url('images/flags/de.png') no-repeat top left;
}

.flag-por {
	background: url('images/flags/por.png') no-repeat top left;
}

.flag-ru {
	background: url('images/flags/ru.png') no-repeat top left;
}

.flag-gr {
	background: url('images/flags/gr.png') no-repeat top left;
}

.flag-esp {
	background: url('images/flags/esp.png') no-repeat top left;
}

.flag-tr {
	background: url('images/flags/tr.png') no-repeat top left;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.dropdown-menu:after {
content: "";
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
right: 8px;
bottom: 100%;
border-width: 0 10px 10px;
border-bottom-color: #417db9;
}

.dropdown-menu:after {
border-bottom-color: #999;
}
/* end dropdown */

/* dotaznik */
.form-element {
	margin-bottom: 15px;
}

#content_box-survey h2 {
	font-size: 24px;
	margin-top: 25px;
	margin-bottom: 15px;
	font-family: inherit;
	font-weight: 600;
	line-height: 1.1;
	color: inherit;
	text-rendering: optimizelegibility;
}

p {
	margin: 0 0 9.5px;
}

#content_box-survey input[type="checkbox"], #content_box-survey input[type="radio"]{
	margin: 0;
}

/* end dotaznik */

/* progress */
.progress {
	height: 18px;
	border-radius: 2px;
	overflow: hidden;
	height: 19px;
	margin-bottom: 19px;
	background-color: #ececec;
	border-radius: 1px;
	box-shadow: none;
}

.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	font-weight: 600;
	line-height: 19px;
	color: #ffffff;
	text-align: center;
	background-color: #999999;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	-webkit-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}

.progress-bar-primary {
	background-color: #417db9;
}

.progress-bar-success {
	background-color: #70ca63;
}

.progress-bar-danger {
	background-color: #e9573f;
}

.progress-bar-warning {
	background-color: #f6bb42;
}
/* end progress */

.well-sm {
	padding: 9px;
	border-radius: 0px;
}

.well {
	min-height: 20px;
	padding: 19px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 1px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.table.semafor .glyphicons {
	font-size: 30px;
}

/* tagy */
.tag-container {
	margin-top: 10px;
}

.tag-container .tag {
	color: #FFF;
	background-color: #5dbde0;
	border-color: #5dc8f7;
	margin-right: 8px;
	padding: 4px 8px;
	color: #FFF;
	font-size: 13px;
	font-weight: 600;
	border-radius: 1px;
	box-shadow: none;
	display: inline-block;
}

.tag-container .remove {
	color: #FFF;
	opacity: 0.6;
	font-size: 13px;
	font-weight: 400;
	padding: 0 3px;
}
/* end tagy */

#export ul {
	padding: 0;
	margin: 10px 0 5px 20px;
	list-style-type: square;
}

.komentare {

}

.komentare ul, .otevrene ul {
	list-style-type: square;
	margin: 10px 0 0 40px;
	padding: 0;
}

.nevyplneno {
	border: solid red 2px !important;
	padding: 5px;
}

.komentare_blok {
	display: none;
}

#export ul label {
	font-weight: normal;
	font-size: 14px;
}

#export ul>li {
	font-size: 16px;
}

input:disabled {
	cursor: not-allowed;
}

.panel-body img {
	max-width: 100%;
}

.row-skala .skala-leva {
	display: inline-block;
	text-align: left;
}

.row-skala .skala-center {
	display: inline-block;
	text-align: center;
}

.row-skala .skala-prava {
	display: inline-block;
	text-align: right;
}

.row-skala ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.row-skala li {
	display: inline-block;
	padding: 10px;
	text-align: center;
}

.row-skala li span {
	display: block;
}

/* mobilni verze */
@media only screen and (max-width: 550px) {
	.navbar-right {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
	}

	.navbar-right .dropdown {
		margin: 0;
	}

	.navbar-right .dropdown-toggle .fw600 {
		display: none;
	}

	.panel-heading {
		height: auto;
		line-height: 30px;
	}

	.panel-heading .panel-title {
		padding: 0;
	}

	.panel-krok {
		margin-bottom: 70px;
	}

	.panel-krok-kategorie form .row .col-5 {
		display: block;
		width: 100%;
	}

	.controls {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		background: white;
	}
}