@CHARSET "UTF-8";
body {
    font-family: Arial,sans-serif;
}

@media print {.no-print, .no-print * {display: none !important;}}

.dt-level-1 {
	padding-left: 0px !important;
}
.dt-level-2 {
	padding-left: 20px !important;
}
.dt-level-3 {
	padding-left: 40px !important;
}
.dt-level-4 {
	padding-left: 60px !important;
}
.dt-level-5 {
	padding-left: 80px !important;
}

#save-alert {
    left: 50%;
    top:40%;
	width:50px; height:50px; 
	margin:0 auto;
	position: fixed;
	display:none;
	z-index:1099;
	color:#177e5d;
	font-size:86px;
}
div.dropzone {min-height: 100px !important;}

/*---MenuTopPanel---*/
div.MenuTopPanel {
	float:left;
	margin:10px;
	padding:10px 12px 10px 12px;
	background-color: #999;
	color:#fff;
	font-weight: 600;
	font-size:18px;
	cursor:pointer;
	box-shadow: 0 2px 3px #d1d1d1;
}
.font16px {font-size:16px;}
.font20px {font-size:20px;}
div.MenuTopPanel:HOVER {box-shadow:none;color:#eee;}
div.MenuTopPanelActive {background-color: #78a963;border:2px solid #3c8dbc;margin:8px;}

div.ClicAbleScrollTo {background-color:#eaeaea;padding:5px 5px 5px 10px;border-radius:10px;border:1px solid #ddd;margin:0px 5px 2px 0px;color:#2980b9;}
div.ClicAbleScrollTo:hover {background-color:#e3e3e3;cursor:pointer;}

#table-eshopProductItems {margin-left:0 ;}
#table-PrinterShow_paginate {height:50px;}
#table-PrinterShow_paginate > ul {margin: 5px 0;}
.DTRowSelected td {background-color: #cce !important;}
 
/*---MonthList---*/
table.TableMonthList {box-shadow: 0 1px 3px rgba(0,0,0,0.2);border-collapse: collapse;color: #333;font-weight:normal;}
table.TableMonthList caption {text-align: center;background-color: #2980b9;color: #fff;font-weight: bold;padding:3px;}
table.TableMonthList thead tr th {text-align: center;padding:3px;width:14px;background-color: #2980b9;color: #ffffff;}
table.TableMonthList td {text-align: center;padding:3px;border:1px solid #ddd;width:14px;}

/*---ScheduleMeetingFill---*/
table.ScheduleMeetingFill {box-shadow: 0 1px 3px rgba(0,0,0,0.2);border-collapse: collapse;color: #333;font-weight:normal;}
table.ScheduleMeetingFill caption {text-align: center;background-color: #2980b9;color: #fff;font-weight: bold;padding:3px;}
table.ScheduleMeetingFill thead tr th {text-align:center;padding:10px;background-color:#2980b9;color:#ffffff;}
table.ScheduleMeetingFill td {text-align:center;padding:10px;border:1px solid #ddd;width:14px;}

/*---Datatables in Panel---*/
div.panel table.dataTablePanel thead th {
	color: #000;
	border-bottom: 1px solid #ddd;
    background-color: #eee;
    border-left: none;
    border-right: none;
    padding: 8px;
    font-weight:bold;
}

div.panel table.dataTablePanel.no-footer {
	border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom: 1px solid #ccc;
}

div.panel div.dataTables_scrollBody {
    border-bottom: 1px solid #ccc !important;
}

table.dataTableBorderLeftRight tbody tr td {
	border-left:1px solid #f9f9f9;
}

table.dataTablePanelTDPadding8x3 thead tr th {padding: 8px 3px;}
table.dataTablePanelTDPadding8x3 tbody tr td {padding: 8px 3px;}

table.dataTablePanelTDPadding5x3 thead tr th {padding: 5px 3px !important;}
table.dataTablePanelTDPadding5x3 tbody tr td {padding: 5px 3px !important;}

/*---Extend AdminLTE---*/
.panel.collapsed-panel .panel-body,
.panel.collapsed-panel .panel-footer {
  display: none;
}
.btn-panel-tool {
  padding: 0px 5px 0px 10px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
}
.open .btn-panel-tool,
.btn-panel-tool:hover {
  color: #606c84;
}
.btn-panel-tool.btn:active {
  box-shadow: none;
}

/*---Universal---*/

span.badgered {background-color:#ef3434 !important;}
span.badgegreen {background-color:#008d4c !important;}
span.badgechat {font-weight:normal;margin:0px 5px 3px 0px;padding:5px 7px 5px 7px;background-color:#aaa;}
span.badgechat:hover {font-weight:normal;margin:0px 5px 3px 0px;padding:5px 7px 5px 7px;background-color:#3c8dbc;}
span.badgewhite {background-color:#fff !important;color:#000;font-weight:normal;}

.paddinglr2 {padding-left:2px;padding-right:2px;}

.btn-app > .badgebottom {
  position: absolute;
  top: unset;
  bottom: -3px;
  right: -10px;
  font-size: 10px;
  font-weight: 400;
}

div.TextAlignRight {text-align:right;}

.MouseHOverPointer:hover {cursor:pointer;}

.adetailblack {color:#333;cursor:pointer;}
.strong {font-weight:bold;}
.close {opacity: 1;}
.tooltip {position: fixed;}
.pointer {cursor:pointer}
.nobold {font-weight:normal;}

h2.nadpis {font-size:16px;margin:0px 0px 10px 0px;font-weight:bold;color:#317eac;}
.box-primary > .box-header > h2.nadpis {margin:0px}

h2.nadpisgrey {font-size:16px;margin:0px 0px 10px 0px;font-weight:bold;color:#888;}
h2.nadpismaly {font-size:14px;margin:0px 0px 10px 0px;font-weight:bold;color:#317eac;}
h3.nadpis {font-size:14px;margin:0px 0px 10px 0px;font-weight:bold;color:#317eac;}
div.tour-tour h3.popover-title {font-weight:bold;color:#f5f5f5;background-color:#3c8dbc;}
div.tour-tour div.popover-content {background-color:#c6c000;}

i.previewarrows {font-size:24px;color:#aaa;cursor:pointer;}
i.previewarrows:hover {color:#317eac !important;}

h2.withlineinwell {position:relative;text-align:center;margin-top:0px;}
h2.withlineinwell:before {
	content:"";
	display:block;
	border-top:solid 1px #e3e3e3;
	width:100%;
	height:1px;
	position:absolute;
	top:50%;
	z-index:0;
	margin-top:5px;
}
h2.withlineinwell span {font-size:14px;background: #f5f5f5;padding: 0 10px;position: relative;z-index: 1;}

.nowrap {white-space: nowrap;}
.form-group {margin-bottom:6px;}
.width100{width:100px;}
.width110{width:110px;}
.width175{width:175px;}
.green{color:#008d4c;}
.red{color:#f00;}
.redbg{background-color:#f00;}
.fontsize9{font-size:9px !important;}
.fontsize10{font-size:10px !important;}
.fontsize11{font-size:11px !important;}
.fontsize13{font-size:13px !important;}
.fontsize14{font-size:14px !important;}
.fontsize15{font-size:15px !important;}
.fontsize16{font-size:16px !important;}
.clearboth{clear: both;}
.margin0{margin:0px !important;}
.margin10{margin:10px !important;}
.marginbot0{margin-bottom:0px !important;}
.marginbot4{margin-bottom:4px !important;}
.marginbot5{margin-bottom:5px !important;}
.marginbot10{margin-bottom:10px !important;}
.marginleft0{margin-left:0px !important;}
.marginleftm10{margin-left:-10px !important;}
.margintop5{margin-top:5px !important;}
.margintop10{margin-top:10px !important;}
.marginright5{margin-right:5px !important;}
.marginright10{margin-right:10px !important;}
.marginrightm10{margin-right:-10px !important;}
.padding0{padding:0px;}
.padding5{padding:5px;}
.padding10{padding:10px;}
.paddingleft0{padding-left:0px;}
.paddingright0{padding-right:0px;}
.paddingright10{padding-right:10px;}
.paddingright15{padding-right:15px;}
.paddinglr8{padding-right:8px;padding-left:8px;}
.padding2{padding:2px;}
.paddingbot0{padding-bottom:0px;}
.paddingbot4{padding-bottom:4px;}
.paddingbot5{padding-bottom:5px;}
.paddingbot10{padding-bottom:10px !important;}
.paddingtop0{padding-top:0px !important;}
.paddingtop1{padding-top:1px !important;}
.paddingtop2{padding-top:2px !important;}
.paddingtop3{padding-top:3px !important;}
.paddingtop5{padding-top:5px;}
.paddingtop6{padding-top:6px;}
.paddingtop7{padding-top:7px;}
.paddingtop8{padding-top:8px;}
.paddingtop10{padding-top:10px !important;}
.paddingbot30{padding-bottom:60px;}
.bold{font-weight:700;}
.nomargin {margin:0px;}
.blue {color:#317eac;}
.floatleft {float:left;}
.alert-info {color:#31708f;} 
.btn-group, .btn-group-vertical {margin-left:10px;}
button.btn-selected{background-color: #e7e7e7;font-weight:bold;border-color: #adadad;}
.backgroundcolor98 {background-color:#989898;}
div.panel-heading {font-weight:bold;}
div.panel-heading span.activelink {font-weight:bold;color:#317eac;padding-left:10px;}
div.panel-heading span.activelink a i {font-size:1.2em;}
div.popover {max-width:600px;}
div.bordernone {border:none !important;}

#nastaveni-povolene-moduly ul {
	margin-bottom: 2px;
	margin-top: 2px;
}
.product_page{
	border: 1px solid #e3e3e3;
	height: 230px;
	padding:5px;
	border-collapse: collapse ;
	margin-bottom:5px;
}
.product_page_image{
	height:100px;
	width:140px;
	max-width:140px;
	object-fit:cover;
	background: url('/img/icons/upload-icon.svg') no-repeat 50% 50% ;
	background-size: 40px;

	z-index: 2;
	position:absolute;
	opacity: 0.3;
	cursor:pointer;
}
.product_page_image_prewiew{
	position:absolute;
	max-height:100px;
	width:auto;
	max-width:140px;
	object-fit:cover;

	z-index: 1;

}

div.NumericKeyPadOnScreen button {border:1px solid #ccc;}

div.panel>table.table>thead>tr>th {
	font-weight:bold;
	border-bottom: 1px solid #ddd;
    background-color: #eee;
}

div.panel>table.table>tbody>tr:hover>td {background-color: #EBF2FF;}
div.panel>table.table>tbody>tr:nth-of-type(odd)>td {background-color: #fafafa;}
div.panel>table.table>tbody>tr:hover:nth-of-type(odd)>td {background-color: #EBF2FF;}

div.panel>table.table>tfoot>tr>th {
	font-weight:bold;
	border-bottom: 1px solid #ddd;
    background-color: #eee;
}

.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
div.dnyvtydnucheckbox {float:left;margin:0px 10px 0px 0px;width:100px;}
img.anketylogo {max-width:300px;max-height:150px;margin:10px;}

.dropdown-menu > .bs-actionsbox > .btn-group, .btn-group-vertical {margin-left:0px;}

div.ContentSysBackItem {
	border: 1px solid #777;
	padding: 3px 10px 3px 10px;
	background-color: #999;
	font-weight: 600;
	color: #fff;
}
div.ContentSysBackItem:hover {
	color: #eee;
	background-color: #888;
}

div.form-group > div.control-note {padding-top:7px;}

div.info-box-number-left-corner{float:left;font-size:12px;padding:5px 5px 5px 5px;background-color: rgba(50, 50, 50, 0.51) !important;height:22px;position:absolute;line-height:14px;}

span.note {font-size:0.8em;color:#999;}
span.chattimestamp {font-size:0.9em;color:#999;padding-left:10px;padding-right:10px;}
div.direct-chat-text-my {background-color: #a3f77f}

span.EETnote {font-size:0.9em;color:#777;}
span.invisibledt {display:none;visibility:hidden;}

div.backgroundonhover:hover {background-color:#eee;}
div.backgroundonhover:hover div {background-color:#eee;}

div.my-info-box {
	box-shadow:none;
	min-height:30px;
	margin-bottom:5px;	
    background-color: #00c0ef;
    width: 100%;
    border-radius: 2px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;  
	display: flex;
}

div.my-info-box-icon {
	background-color:#0097bc;
	float:left;
   	color:#fff;
    min-height:30px;
    min-width:20px;
    width:35px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    font-size:1.8em;
    text-align:center;
}

div.my-info-box-content {
	float:left;
	min-height:30px;
	font-size:1.2em;
	background-color: #00c0ef;
	padding: 5px 10px;
	color: #fff;
}

div.my-info-box-content a {color:#fff;}
div.my-info-box-content a:hover {color:#ddd;}

div.my-alert-box {
	box-shadow:none;
	min-height:30px;
	margin-bottom:5px;	
    background-color:#dd4b39;
    width: 100%;
    border-radius: 2px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;  
	display: flex;
}

div.my-alert-box-icon {
	background: rgba(0,0,0,0.2);
	float:left;
   	color:#fff;
    min-height:30px;
    min-width:20px;
    width:35px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    font-size:1.8em;
    text-align:center;
    padding-top:5px;
    padding-bottom:5px;
}

div.my-alert-box-content {
	float:left;
	min-height:30px;
	font-size:1.2em;
	background-color: #dd4b39;
	padding: 5px 10px;
	color: #fff;
}


div.white_panel {
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
div.white_panel div.content_heading {
	border-bottom: 1px solid #ccc;
	background-color: #d8d8d8;
	padding-left:8px;
	padding-top:3px;
	padding-bottom:3px;
	font-weight: bold;
}

div.wa_chip_button {
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
	margin-bottom: 5px;
	margin-top: 5px;
	color:#fff;
	text-align:center;
	text-decoration: none;
}
a div.wa_chip_button {text-decoration: none;}

.table1 {
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	border-collapse: collapse;
	color: #333;
	font-weight:normal;
}
	
.table1 thead tr {border-left: 1px solid #CCC;}
.table1 thead tr th {
    color: #ffffff;
    background: #2980b9;
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #CCC;
}
.table1 thead tr th a {color: #ffffff;text-decoration:none;}

.table1 tbody tr {border-right: 1px solid #CCC;border-left: 1px solid #CCC;}
.table1 tbody tr td {
	background: #FFF;
	display: table-cell;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right: 10px;
	vertical-align: top;
	text-align: left;
	border-left: 1px solid #e5e5e5;
}
.table1 tbody tr td a {text-decoration:none;color:#0000EE;}
.table1 tbody tr td a:visited {text-decoration:none;color:#0000EE;}
.table1 tbody tr td a:hover {text-decoration:none;color:#EE0000;}
.table1 tbody tr:hover td {background-color: #EBF2FF;}
.table1 tbody tr:nth-of-type(odd) td {background-color: #f1f1f1;}
.table1 tbody tr:hover:nth-of-type(odd) td {background-color: #EBF2FF;}

.table1 tfoot tr th {
	border-top: 1px solid #CCC;
	padding: 5px;
	text-align: left;
	z-index: 100;
	text-align: left;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left:1px solid #ccc;
}

table.table-align-right tr td {text-align:right;}

table.tableinpanel thead tr th {
	background-color:#f5f5f5;
	color: #333;
	border-color: #f5f5f5;
}
table.tableinpanel {border-bottom:none !important;}
table.tableinpanel tbody tr:hover td {background-color:#f9f9f9;}
table.tableinpanel tbody tr:nth-of-type(odd) td {background-color: #fcfcfc;}
table.tableinpanel tbody tr:nth-of-type(odd):hover td {background-color: #f9f9f9;}

.skin-green .sidebar-menu {font-family: 'Montserrat', sans-serif;}
.skin-green .sidebar-menu>li>a {border-left: 5px solid transparent;padding: 8px 5px 8px 15px;}
.skin-green .sidebar-menu > li:hover > a, .skin-green .sidebar-menu>li.active>a {border-left-color:#78a963;}

.form-group i.fa-info-circle {font-size:14px;color:#3c8dbc;}

.action-icons-blue > .fa, .action-icons-green > .fa, .action-icons > .fa, .action-icons .fa {font-size:18px;cursor:pointer;padding-right:5px;color:#aaa;}
.action-icons-blue-14 > .fa, .action-icons-14 > .fa {font-size:14px;cursor:pointer;padding-right:5px;color:#aaa;}

.action-icons > .fa:hover, .action-icons-14 > .fa:hover {color:red;}
.action-icons .fa:hover, .action-icons-14 .fa:hover {color:red;}

.action-icons-blue > .fa:hover, .action-icons-blue-14 > .fa:hover {color:#3c8dbc;}
.action-icons-green > .fa:hover {color:green;}
.action-icons-green > i.fa-remove:hover {color:red;}

div.zpet > a {font-weight:600;font-size:16px;}
th.center {text-align: center;}
td.center {text-align: center;}
table.dataTable > tfoot > tr > th > select {color:#000;}

table.poznamky {border-collapse:collapse;width:100%;}
table.poznamky > thead > tr > th {padding:2px 5px 2px 5px;text-align:left;border-bottom:1px solid #bbb;font-weight:600;}
table.poznamky > tbody > tr > td {padding:2px 5px 2px 5px;text-align:left;border-bottom:1px solid #e0e0e0;}
table.poznamky > tbody > tr:hover > td {background-color:#d9d9d9;}
table.poznamky > tbody > tr > td > .file-attachment {margin-top:5px;}
table.poznamky > tfoot > tr > th {padding:2px 5px 2px 5px;text-align:left;border-bottom:1px solid #bbb;font-weight:600;background-color:#e9e9e9;}

hr.hrblue {
	margin:0px 0px 10px 0px;
	border:0;
	border-top: 1px solid #969696;
}

.logged_user {
	padding:5px 10px 5px 10px;
}

.info-box.info-box-sm {min-height:45px;font-size: 12px;margin-bottom: 8px;}
.info-box.info-box-sm > .info-box-icon {
	height: 45px;
    width: 45px;
    font-size: 24px;
    line-height: 45px;        
}
.info-box.info-box-sm > .info-box-content {
	margin-left: 45px;
	padding:2px 8px;
}

.smallcolorbox {
  width: 20px;
  height: 20px;
  margin: 5px;
  border: 1px solid rgba(0, 0, 0, .2);
  float:left;
}

/* ----Files--- */
div.file-attachment {
	float:left;
	margin:0px 3px 7px 0px;
    border: 1px solid #888;
    padding: 3px 0px 3px 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
    white-space: nowrap;
    background: rgba(150, 150, 150, 0.8);
    color: #fff;
}
div.file-attachment a.save {
    padding: 3px 7px 3px 5px;
    white-space: nowrap;
    color: #fff;
}
div.file-attachment a.save:hover {box-shadow:none;background: #78a963;}

div.file-attachment a.preview {
    padding: 3px 7px 3px 5px;
    color: #fff;
    border-left: 1px solid #999;
}
div.file-attachment a.preview:hover {box-shadow:none;background:#78a963;}
a.redbghover:hover {background:#dd4b39 !important;}

/* ----Datatables---- */
table.DataTablehrefblack > tbody > tr > td > a {color:#000;}
table.dataTableHeadCenter thead th {text-align:center;}
.DTFC_LeftBodyLiner {overflow-x:hidden;}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: 600;
  background-color: #3c8dbc;
  color: #fff;
  border-top: 1px solid #569ec9;
  border-left: 1px solid #569ec9;
  border-right: 1px solid #347aa5;
  border-bottom: 1px solid #347aa5;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 5px 5px;
}

table.dataTableThinRow tbody tr td {
    padding: 1px 3px 1px 3px;
}

table.dataTableEvenOddRow tr:hover {background-color: #d8e9f3 !important;}
table.dataTableEvenOddRow tr:hover:nth-of-type(odd) td {background-color: #d8e9f3 !important;}
table.dataTableEvenOddRow tr:nth-of-type(odd) td {background-color: #f8f8f8;}

table.dataTableBorderLeft > tbody > tr > td {border-left:1px solid #bbb;}

td.Notes > div.Notes {
	background-color:#e8e8e8;
	border:1px solid #bbb;
	padding: 6px;
	margin: 4px;
}

table.dataTable tfoot th, table.dataTable tfoot td {padding:0px 18px 0px 18px;}
tr.tablevolnyden td {background-color:#d0feba;}

table.dataTableSmall tbody tr td {font-size:11px;padding:4px 5px 4px 5px;}

/* ----LOGIN, REGISTRACE, ZAPOMENUTE HESLO---- */
.login-logo {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 300;
  color: #fff;
}

div.LoginLangSelect > a > img {max-height:20px;margin-right:7px;-webkit-filter: grayscale(100%);filter: grayscale(100%);}
div.LoginLangSelect > a:HOVER > img {-webkit-filter: none;filter: none;}

.login-page {
	height: auto !important;
	background: url('/img/backgrounds-login.php') no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.login-box {
  width: 370px;
  margin: 3% auto;
}
div.login-box h4.header {
	font-size: 19px;
	border-bottom: 1px solid #d5e3ef;
	line-height: 28px;
  	margin-bottom: 16px;
  	margin-top: 0px;
  	padding-bottom: 4px;
  	font-weight: lighter;
  	color: #478fca;
}
#login-box-body h4.header {border-bottom: 1px solid #d5e3ef;}
#register-box-body h4.header {border-bottom: 1px solid #CF7;}

@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
	div.modal-lg label.control-label {
    	padding-top: 7px;
    	margin-bottom: 0;
    	text-align: right;
	}  
}

@media (max-width: 991px) {
	div.modal-lg label.control-label {
    	padding-top: 0px;
    	margin-bottom: 0;
    	text-align: left;
	}  
}

@media (min-width: 1100px) {
  .modal-xl {
    width: 94%;
   	max-width:1400px;
  }
}

body.modal-open {
    overflow: visible;
}

.login-box-body,
.register-box-body,
.forgot-password-body {
  background: #f8f6f8;
  padding:0px;
  color: #444;
  border-top: 0;
  color: #666;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
  
  border-bottom: 1px solid rgba(50, 50, 50, 0.33);
  border: 1px solid #CCC;
  display: none;
}

.toolbar-forgot-register{
	border-top-width: 1px;
	background: #5090C1;
  	border-top: 2px solid #597597;
  	box-sizing: border-box;
  	font-size: 13px;
	line-height: 1.5;
}

.toolbar-forgot-register .left {
  	text-align: left;
  	width: 50%;
  	display: inline-block;
  	padding: 9px 0 11px;
}
.toolbar-forgot-register .right {
	float: right;
  	text-align: right;
  	display: inline-block;
  	padding: 9px 11px 11px;
}
.forgot-password-link {
  color: #FE9;
  width: 50%;
  margin-left: 11px;
}

.user-signup-link {
	color: #CF7;
	width: 50%;
  	margin-right: 11px;
}
.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
  color: #777;
}

/* ----DIALOGY - MODALS---- */
.modal-header {
    border-bottom-color: #105071;
}
.modal-header {
    border-bottom: 1px solid #e5e5e5;
    background-color: #367fa9;
    color: #fff;
}
.modal-footer {
    border-top-color: #105071;
    margin-top: 0px;
}
.modal-footer {
    border-top: 1px solid #e5e5e5;
    background-color: #d3d3d3;
}

/* ----NAVIGACE, MENU---- */
.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height: 65px;
    padding: 10px;
    text-align: center;
}
.navbar-nav>.navbar-white-text {
	color: #fff;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > i.famenuinfo {
	display:none !important;
	-webkit-transform:translateZ(0)
}
.sidebar-mini.sidebar-collapse .user-panel > div.spravce {
	display:none !important;
	-webkit-transform:translateZ(0)
} 
.main-header>.navbar {
    height: 50px;
}
.main-header>.navbar>.spolecnost {
    font-weight: 400;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    float: left;
    color: #fff;
}
.skin-green .user-panel {
	padding:0px;
    color: #fff;
}
.skin-green .sidebar-menu>li {
    border-bottom: 1px solid #666;
}
.skin-green .user-panel>.settings {
    border-bottom: 1px solid #666;
    margin:0px;
    padding:5px 10px 10px 15px;
    background-color:#3e3e3e;
}
.skin-green .user-panel>.spravce {
    border-bottom: 1px solid #666;
    margin:0px;
    padding:5px 10px 10px 15px;
    background-color:#3e3e3e;
    color:#ddd;
    font-size:11px;
}
.skin-green .user-panel>.settings>select {color:#000;}
.skin-green .user-panel>.menuseparator {border-top:1px solid #87b87f;height:1px;width:100%;}
.famenuinfo {
	position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -7px;
}

.famenuinfo + .tooltip > .tooltip-inner {background-color: #367fa9;}
.famenuinfo + .tooltip > .tooltip-arrow {border-right-color: #367fa9;}
.famenuinfo + .tooltip {opacity:1;}

.tooltipbluetop + .tooltip > .tooltip-inner {background-color: #367fa9;}
.tooltipbluetop + .tooltip > .tooltip-arrow {border-top-color: #367fa9;}
.tooltipbluetop + .tooltip {opacity:1;}

/* ----OBSAH---- */
.skin-green .content-header {
    background-color: #f5f5f5;
    color: #317eac;
    position: relative;
    padding: 10px 15px 10px 15px;
    border-bottom: 1px solid #ccc;
}
.content-wrapper, .right-side {
    font-size: 12px;
}
.sidebar-menu > li .badge {margin: -3px 5px 0px 5px;background-color: #3c8dbc;}

/* nav-tabs */
div.nav-tabs-custom > ul.nav-tabs > li.active > a {font-size:14px;font-weight:bold;} 

/* Tabs v1 */
.tab-v1 .nav-tabs {
	border-bottom: solid 2px #3498db;
}
.tab-v1 .nav-tabs > .active > a,
.tab-v1 .nav-tabs > .active > a:hover,
.tab-v1 .nav-tabs > .active > a:focus {
	background: #3498db;
}
.tab-v1 .nav-tabs > li > a:hover {
	background: #3498db;
}
.tab-v1 .nav-tabs {
	border: none;
	background: none;
	border-bottom: solid 2px #72c02c;
}

.tab-v1 .nav-tabs a {
	font-size: 14px;
	padding: 5px 15px;
}

.tab-v1 .nav-tabs > .active > a,
.tab-v1 .nav-tabs > .active > a:hover,
.tab-v1 .nav-tabs > .active > a:focus {
	color: #fff;
	border: none;
	background: #72c02c;
}

.tab-v1 .nav-tabs > li > a {
	border: none;
}
.tab-v1 .nav-tabs > li > a:hover {
	color: #fff;
	background: #72c02c;
}

.tab-v1 .tab-content {
	padding: 10px 0;
}

.tab-v1 .tab-content img {
	margin-top: 4px;
	margin-bottom: 15px;
}

.tab-v1 .tab-content img.img-tab-space {
	margin-top: 7px;
}
