@import url('header.css?v1');
@import url('navigace.css');
@import url('menu.css');
@import url('alphabet.css');

/* MODULY */
@import url('modules/admin_users.css');
@import url('modules/admin_modules.css');
@import url('modules/navigace.css');
@import url('modules/stranky.css');

/** {
	margin: 0;
	padding: 0;
}*/

* {box-sizing: border-box;}
/*html {
    overflow-y:scroll;
}*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	color: #000;
	font-size: 14px;
	/*text-align: center;*/
	line-height: 1.5;
	padding: 0;
	margin: 0;

}
html>body {
	font-size: small;
}
#main {
 /*width: 760px;*/

	margin: 0 auto;
	text-align: left;
	background: white;
	position: relative;
	
	

 }


html, body
{
	min-height: 100%;
	height: 100%;
}


 body>#main {
 	height: 100%;
 }
 #head {
 height: 100px;
 background: url("/admin-area51/images/header.jpg");
 background: #ffcb31;
 }
 #text 
 {
 	padding: 20px;
 	padding-top: 10px;
	/*background: url("/admin/images/primera-division.jpg") no-repeat 100% 30% fixed;*/

 }
 #footer 
 {
	width: 100%;
   	height: 50px;
	overflow: hidden;
	bottom: 0;
	left: 0;
	text-align: center;
	background: #333;
	line-height: 50px;
	color: #6B6B6B;
	font-size: 11px;
 }
 
 #footer a
 {
 	  color: #FFF5BB;
 }
 
 h1
 {
	 text-align: left;
	 font-size: 16px;
	 font-weight: bold;
	 color: #0080c6;

 }

 h1 img 
 {
 	display: none;
 }
 
 h2
 {
 	margin-top: 15px;
 }
 
 h2, h3  
 {
 	font-size: 14px;
 }
 h2 
 {
 }
 p {
 	padding: 0 0 15px 0; 
 }


input, textarea, .href_as_button
{
  font-family: Trebuchet MS, "Trebuchet MS", "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
  font-size 14px;
  background: #fefefe;
  border:1px solid #CECECE;
  
  
}
.href_as_button
{
	position:relative;
	text-decoration: none;
	color: Black;
	cursor:default;
	height:20px;	
	padding:1px 5px 1px 5px;
	margin:0px;
	_bottom:2px;
	display: inline-block;
	cursor: pointer;
	
}

.str
{
  font:bold 12px Arial;
  text-decoration:none;
  color:#0098F8;
}
.stractive
{
  font:bold 12px Arial;
  text-decoration:none;
  color:black;
}


.cleaner
{
  clear:both;
}
table
{
	margin-top: 10px;
	border-top: 2px solid #ffcb31;
	width: 100%;
	border-collapse: collapse;

}

table.common tr:nth-child(even) td
{
	background: #f3f3f3;
}

table, td, th
{
   	font-size: 13px;
	padding: 3px 4px;
	border: 1px solid #fff;
}

table td.suda
{
	background: #f3f3f3;
}


table tr.active-tr td
{
	background: #ecffb3;
}


 th
 {
 	padding: 6px 4px;
	text-align: left;
 }
 
 th.black
 {
 	background: #0080c6;
	color: #fff;
 }

table a, a
{
	color: #D2201E;
/*	font-weight:bold;*/
	/*text-decoration:underline;*/
	text-decoration: none;
	
	
}

 a:hover
{
	color: black;
   text-decoration: underline;
}


div.clear
{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	width: 0px;
	height:0px;
}

img
{
  border: 0;
  /*behavior: url("/styles/pngbehavior.htc");*/
}


/*
select 
{
width: 400px;
}

textarea
{
	width: 400px;
}

input
{
	width: 400px;
	padding: 0 2px;
}

input.noWidth
{
	width: 80px;
	font-weight: bold;
}
*/

p {
	padding: 10px 0;
}

a, td a
{
	/*text-decoration: none !important; */
}



/* PAGING */

#paging {
	background: #f3f3f3; 
	padding: 5px;
	border: 0px solid white;
	padding: 15px;
	height: /*70px*/ 80px; _height: 110px;
}
#pagingNumbers {
 display:inline;
 float: left;
 font-weight: bold;
}
#pagingInfo {
 float:left;
 clear: left;
 display:inline;
 margin-top: 15px;
 width: 300px;
 text-align: left;
}
#pagingOptions {
 float:right;
 clear:right;
 display:inline;
 margin-right: -11px;
}


#pagingOptions form{
	margin: 0px;
	padding: 0px;
}
#pagingOptions form, #pagingOptions form {
	width: auto;
}
#pagingNumbers .pagingNumber {
  text-decoration:none;
}
#pagingNumbers .pagingNumberActive{
  font-size: 1.4em;
  text-decoration:none;
  color: black;

}

#pagingPartneriFilter {
 float:left;
 clear: left;
 display:inline;
 margin-top: 15px;
 width: 700px;
 text-align: left;
}



a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span
{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:20em;
    border:1px solid maroon;
    background-color: #FFFAB7; color:#000;
	 padding: 5px;
    text-align: left;
 }

 
 input[type='text']:not([style]), 
 input[type='password'], 
 input[type='text'][readonly],
 input[type='select'], 
 textarea, select, select[style]  
 {
 	 width: 100% !important; padding: 8px 4px; 
 }
 input[type='submit'],  input[type='button']  {font-size: 14px; font-weight: bold; display: inline-block; padding: 8px 16px;}
 input[type='submit'],
 input[type='submit'][style]
 {
 	background: #27ae60;
 	color: #fff;
 	width: auto !important;
 	padding: 12px 40px;
 	border: 0;
 }

 .noWidth[style],
 input[type="button"][style]
 {
 	width: auto !important;
 }


 input.filtr { width: 130px; }
 
 #login input { width: 150px; }
 
 
 
 /* SWF UPLOAD */
 
 
 .progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 3px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 3px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 3px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 3px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}


/* -- pro select se sezonama ... specialitka ------------------------------- */
.courier
{
	font-family: Courier;
}


/* -- horni navigace ------------------------------- */
#topNav
{
    position: absolute;
    top: 70px;
    left: 400px;
    
}

#topNav a
{
    padding: 10px 20px;
    margin-right: 1px;
    background: #FFF5BB;
    color: black;
}

#topNav a:hover, #topNav a.active
{
    background: white;
}


#save-result-menu
{
    margin-top: 20px;
}

#save-result-menu li
{
    display: inline;
    list-style: none;
}


#save-result-menu li a
{
    display: block;
    float: left;
    padding: 5px 10px;
    background: black;
    margin: 1px;
    text-decoration: none;
    color: #FFF5A1;
    border-bottom: 10px solid gray;
}


#save-result-menu li a:hover, #save-result-menu li a.active
{
    border-bottom: 10px solid #973131;
}




.sortable {
list-style-type:none;
margin: 0;
padding: 0;
margin-top: 20px;
}
.sortable li {
background:none repeat scroll 0 0 #F1EFE9;
border:1px solid #DFDCCE;
cursor:move;
float:left;
font-size:11px;
margin:0 3px 12px;
padding:5px;
text-align:center;
}


.sortable li.ui-sortable-placeholder,
.sortable li.ui-sortable-helper
{
	background: #ecffb3;
	visibility: visible !important;
}

.error
{
	background: red;
	padding: 10px;
	color: white;
	font-weight: bold;
}



#text .chosen-container
{
	width: 100% !important;
}

#pagingOptions select, #pagingOptions input{
	width: 70px !important;
	border: 0px none;
}

#text  #pagingOptions .chosen-container,
#text #pagingOptions .chosen-container[style]
{
	width: 100px !important;
}


#text form table th
{
	width: 200px;
}

.mceContentBody p {   font-size: 14px !important; }/* FF requires a important here */ 
.mceContentBody td {   font-size: 14px !important; }/* FF requires a important here */ 
.mceContentBody div {   font-size: 14px !important; }/* FF requires a important here */ 
.mceContentBody span {   font-size: 14px !important; }/* FF requires a important here */ 
.mceContentBody li {   font-size: 14px !important; }/* FF requires a important here */ 
.mceContentBody h4 {   font-size: 14px !important; }/* FF requires a important here */ 



table.basic
{
	width: auto;
	border-collapse: collapse;
}

table.basic th,
table.basic td
{
	padding: 5px 8px;
	border-bottom: 1px solid gray;
}



/* Modal Header */
.modal-header {
    padding: 2px 16px;
    background-color: #E52829;
    color: white;
}

/* Modal Body */
.modal-body {padding: 2px 16px;}

/* Modal Footer */
.modal-footer {
    padding: 2px 16px;
    background-color: #E52829;
    color: white;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top: -300px; opacity: 0} 
    to {top: 0; opacity: 1}
}

@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}



/* The Close Button */
.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.api-list
{
	margin-left: 0;
	padding-left: 0;
}
.api-list li
{
	
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0px;
	padding: 5px;
}

.api-list li a
{
	display: block;
}

.api-list  
{
	margin-top: 10px;
	border: 2px solid #efefef;
}

.api-list li ul li
{
	border: 0;
	padding: 0;
}


#text table tr:hover td
{
	/*background: #ffff99 !important;*/
}


#text form img
{
	max-width: 200px;
}


.ajax-file-delete,
.ajax-file-delete-files
{
	color: #fff !important;
	background: #c0392b;
	padding: 3px 8px;
	
}

input[type="button"][value="Ano"]
{
	

	color: #fff !important;
	background: #27ae60;
	padding: 12px 30px;
	border: 0;


}



input[type="button"][value="Ne"],
input[type="button"][value="Smazat"]
{
	color: #fff !important;
	background: #c0392b;
	padding: 12px 30px;
	border: 0;
	
}

input[type="button"][value="Smazat"]
{
	padding: 5px 12px;
}

input[type="submit"][value="ok"]
{
	padding: 8px 16px;
}

a[href="javascript:document.getElementById('objForm').submit()"]
{
	background: #3498db;
	color: #fff;
	text-decoration: none;
	padding: 8px 16px;
	display: block;
}

.btn-back,
input[type="button"][value="Zpět"]
{
	padding: 8px 16px;
	background: #9b59b6;
	margin-left: -4px;
	color: #fff !important;
	text-decoration: none !important;
	border: 0;
}

.btn-back
{
	font-weight: normal;
	white-space: nowrap;
}

input[type="button"][value="Zpět"]
{
	padding: 12px 16px;
	background: #9b59b6;
	
	
}

.btn-add
{
	padding: 8px 16px;
	background: #ffcb31;
	margin-right: -4px;
	display: inline-block;
	color: #333 !important;
	text-decoration: none !important;
	font-weight: normal;
	
}

a[title="smazat"],
a[title="editovat"]
{
	background: #c0392b;
	display: inline-block;
	color: #fff;
  	display: inline-block;
  	font: normal normal normal 14px/1 FontAwesome;
  	font-size: inherit;
  	text-rendering: auto;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	padding: 8px 0px;
  	text-decoration: none;
  	width: 30px;
}

a[title="editovat"]
{
	background: #27ae60;
}

a[title="smazat"]:after
{
	content: "\f014";
}

a[title="editovat"]:after
{
	content: "\f044";
}

a[title="smazat"] img,
a[title="editovat"] img
{
	display: none;
	
}


[data-td-delete],
[data-td-edit]{
	width: 40px;
}