﻿/* BASE TAGS */

.akreditaceTabulka {
    border-collapse: collapse;
    width: 100%;
}

#MainPanePlaceHolder_gvAkreditaceE_DXMainTable .dxeTextBox_Office2010Silver, #MainPanePlaceHolder_gvAkreditaceE_DXMainTable .dxeButtonEdit_Office2010Silver {
    font: 20px Verdana, Geneva, sans-serif;
}

.btnAkreditace {
    color: Black !important;
    background-color: #fdca0b !important;
    padding: 7px !important;
    border-radius: 5px !important;
    margin: 5px !important;
    text-decoration: none !important;
    border: 1px solid black !important;
}

.pnlKartaAkreditace {
    font-weight: bold; 
    color: red;
}

.akreditaceTabulka td, .akreditaceTabulka th {
    border: 1px solid #ddd;
    padding: 4px;
}

    .akreditaceTabulka tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    .akreditaceTabulka tr:hover {
        background-color: #fff0b8;
    }
    

    .akreditaceTabulka th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #fdca0b;
        color: black;
    }

.checkedTd {
    background-color: #fff0b8;
    text-align: center;
}  

.nonCheckedTd {
    text-align:center;
}

.checkedTr {
    background-color: #8ef58e57;
}

.hideEmpty:empty {
    padding: 0;
}

.InlineTable {
            display: inline-table;
            margin:5px;
            
        }
.pnlVykaz {
    background-color:lightgray;
    margin-bottom:10px;
    width:1250px;
}

.SPZTextBox {
    margin-top:10px;
}

.tabStavy{
    border:1px solid black;
    margin:10px;
}
.tabStavy td{
    border-right:1px solid black;
  margin-right:5px;
  padding-right:5px;
}

.panel_with_padding
{     padding-top:5px;
     padding-left:5px;
     padding-right:5px;
     padding-bottom:5px; 

 }

.tabStavy input{
    background:none;
    border:none;
}

.tabStavy input:hover{
    cursor:pointer;
}
.detailGrid {
  border-collapse: collapse;
  margin:3px;
    width: 100%;
    padding: 0 50px 0 50px;
}
.detailGrid td, .detailGrid th {
  border: 1px solid black;
}
.detailGrid tr:first-child table {
  border-top: 0;
}
.detailGrid tr:last-child td {
  border-bottom: 0;
}
.detailGrid tr td:first-child,
.detailGrid tr th:first-child {
  border-left: 0;
}
.detailGrid tr td:last-child,
.detailGrid tr th:last-child {
  border-right: 0;
}

.tablePrezentace {
	margin:5px;    
	color:black;
    border-width:1px;
    border-style:solid;
    border-color:black;

}
.tablePrezentace td{
	border-bottom:1px solid black;
    padding: 5px;
}




.tablePrezentace table{
	border:1px thin sandybrown;
    
}

.tablePrezentace table td {
    border:none;
}

.tdPrezentaceNadpis{
	background-color:#fdca0b;
  
	font-weight: bold;
	font-size: larger;
}

/* HTML */
html
{
	padding: 0;
	margin: 0;
	height: 100%;
	max-height:100%;
}

/* BODY */
body
{
	height: 100%;
	max-height:100%;
	padding: 0;
	margin: 0;
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #000000;
}

/* FORM */
form
{
	height: 100%;
	max-height:100%;
	padding: 0;
	margin: 0;
}


/* Layout classes */
#pagewidth
{
	max-width: 100%;
	min-width: 960px;
	height: 100%;
	/*background: gray;*/
}

#header
{
	position: relative;
	height: 40px;
	/*height:3%;*/
	/*background-color: Red;*/
	width: 100%;        
}

.PanelStat
{
	margin-bottom: 1px;
	padding: 2px;
	border: 1px solid #868b91;
	visibility:hidden;
}

.PanelStatVisible
{
	margin-bottom: 1px;
	padding: 2px;
	border: 1px solid #868b91;
}

.BigButton 
{
    font-size: 14px;
}

#menu
{
	position: relative;
	height: 30px;
	/*height:3%;*/
	/*background-color: Red;*/
	width: 100%;    
	z-index:1000;
}

#maincontent
{
	/*background-color: Gray;*/
	float: right;
	display: inline;
	position: relative;
	width: 100%;  
	/*height:100%;      */
}

#leftcol
{
	width: 10%;
	float: left;
	position: relative;
	/*background-color: Lime;*/
	height:100%;
}

#maincol2
{
	/*background-color: Gray;*/
	float: right;
	/*display: inline;*/
	position: relative;
	width: 90%;
	height:100%;
}

#twocols
{
	width: 90%;
	float: right;
	position: relative;
	height:100%;
}

#rightcol
{
	width: 25%;
	float: right;
	position: relative;
}

#maincol3
{
	/*background-color: Gray;*/
	float: left;
	display: inline;
	position: relative;
	width: 75%;
}

#footer
{
	min-height: 25px; /*height: 3%;*/
	background-color: Window;
	clear: both;
	vertical-align: bottom;
}

#wrapper
{
	min-height:540px;
	height:90%;       
}



/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */



/*printer styles*/
@media print
{
	/*hide the left column when printing*/
	#leftcol
	{
		display: none;
	}

	/*hide the right column when printing*/
	#rightcol
	{
		display: none;
	}
	#twocols, #maincol2, #maincol3
	{
		width: 100%;
		float: none;
	}
}




/* UTILITIES */





.FullWidth{
	width:100%;
}

.Clear
{
	clear: both;
}

div.Spacer
{
	overflow: hidden;
	width: 1px;
	height: 1px;
}

.think
{
	font-weight: normal;
}
.Cursor
{
	cursor: pointer;
}
.NoWrap
{
	white-space: nowrap;
}
.NoLeftIndent
{
	padding-left: 0px;
}
.Show
{
	display: block;
}
.ShowInline
{
	display: inline;
}
.Hide
{
	display: none;
}
.Bold
{
	font-weight: bold;
}
.FontNormal
{
	font-weight: normal !important;
}
.FontSmall, .FontSmall *
{
	font-size: 11px !important;
}
.ClearIndent
{
	margin: 0px;
	padding: 0px;
}
.NoTopIndent
{
	margin: 0px;
}
.Gray
{
	color: #333333;
}
.centeredContentContainer
{
	text-align: center;
}
.UserHelpTopic
{
	width: 100%;
	font-size: 11px;
}

/* PAGE STYLES */
hr {
	border: 0;
	border-top: 2px solid #8C8EAA;
	height: 2px;
}

img
{
	border-width: 0;
}

/* Headings                    */
/*-----------------------------*/
h1
{
	color: #000000;
}

h2
{
	font-family: Verdana;
	font-size: medium;
	margin-top: 30;
	color: #A7A9BE;
	margin-bottom: -15;
}
	
h3
{
	font-family: Verdana;
	font-size: small;
	margin-bottom: -15;
	color: #A7A9BE;
	padding-left: 15;
}

h1, h2, h3, h4
{
	margin: 0;
	}

/* Tables                      */
/*-----------------------------*/	
table
{
	font-size: 1em;
}

table.header
{
	  background-color:#D2D5DE;
}

td.logo
{
	text-align: left;
	width: 184px;
}

td.title 
	{
		text-align: center;
		font-family: verdana;
		font-size: x-large;
		font-weight: bolder;
		color: #8C8EAA;
	}

td.headerbar 
{
	background-image: url(Images/bar.jpg);
	text-align: right;
	height: 24px;
}

td.menu 
{
	background-color:#8C8EAA;
	width: 184px;
	height: 500px;
	vertical-align: top;
}

td.footer
{
	margin-left: 30;
	font-family: Verdana;
	font-size:xx-small;
	font-weight: normal;
	color: #8C8EAA;
	text-align: right;
}

hr {
	border: 0;
	border-top: 2px solid #8C8EAA;
	height: 2px;
}

img
{
	border-width: 0;
}

ul
{
	list-style-image: url(Images/bullet.jpg);
	list-style-position: outside;
	list-style-type: disc;
	color: #000000;
	/*font-family: verdana;*/
}

.menutextindent
{
	font-size: x-small;
}


#dStatus { margin: 20px; padding: 10px; border: 1px solid Blue; }

#dStatus .reason { font-size: x-small; color:Gray; margin-left: 10px; }

#dStatus h2 { font-weight:bold; color: Red; text-decoration: underline;}

.stylefilled {border-bottom: 0px solid Gray; padding-right: 10px; color: #555555; font-size: large; margin-left: 3px;background-image: url('../Images/gray_bull.png'); background-position: left; background-repeat: no-repeat; padding-left: 25px; padding-top: 5px; padding-bottom: 5px;}

.stylenact {border-bottom: 0px solid Gray; padding-right: 10px; color: #CCCCCC; font-size: large;  margin-left: 3px; padding-left: 15px; background-image: url('../Images/gray_bull.png'); background-position: left; background-repeat: no-repeat; padding-left: 25px;padding-top: 5px; padding-bottom: 5px; }

.styleact {border-bottom: 0px solid Lime; padding-right: 10px; color: Black;  margin-left: 3px; font-size: large;background-image: url('../Images/green_bull.png'); background-position: left; background-repeat: no-repeat;padding-left: 25px; padding-top: 5px; padding-bottom: 5px; }



.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: white;         /* adjust as needed */
    cursor:pointer;
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
    cursor:pointer;
}

.panel-heading {
    font-weight: bold;
    color:black;
    background-color: white;
    cursor:pointer;
    border-bottom:1px solid black;
    font-size:14px
}

.gridMainDiv {
    border:1px solid black;
    margin:20px;
  
}

.GridView-ScrollDiv {
    padding:10px;
    overflow:auto;
}

.hidePanel {
    display: none;
}

h1 {
    font-size:25px;
    font-weight:bold;
}

#pnlSkup1 {
    overflow-x:scroll;
}

#pnlSkup2 {
    overflow-x:scroll;
}

#pnlSkup3 {
    overflow-x:scroll;
}

#kapacityHotelu tr:nth-child(6n+2),
#kapacityHotelu tr:nth-child(6n+3),
#kapacityHotelu tr:nth-child(6n+4) {
    background-color:#eeeeee;
}


.table-container {
  display: inline-block;
  max-height: 500px;
  overflow-y: auto
}

table th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color:white;
}

.lblZadosti {
	position: relative;
	top: .7rem;
	font-size: 12pt;
}
        