@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,200,300,600,700,900&subset=latin,latin-ext);
*{padding:0;margin:0;font-family: 'Titillium Web', sans-serif;}

html, body {
	min-height: 100%;
}

body {
	position: relative;	
}

#content a {
    text-decoration: none;
    color: #75A3F9;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
}
#content a:hover {
	color: #333;
}
.page_content {
    border: 1px solid #F7F6F6;
    padding: 5px 25px 25px 25px;
    /* background: #FDFDFD; */
	box-shadow: 0 5px 10px #E6E4E4;	
}
.warning {
    color: #39F;
    font-weight: 600;
}
.warning_ico {
	padding-right: 5px;
    color: #39F;
    font-weight: 600;	
}
.button {
	color: #333 !important;
    font-size: 14px;	
    padding: 6px 10px;
    border: 1px solid #C7C7C7;
    background-color: #FDFDFD;
	cursor:pointer;
	transition:all 200ms ease;
	-webkit-transition:all 200ms ease;
}
.button:hover {
    background-color: #E5EEFF;
}
#form_status {
	position:fixed;
	width: 100%;
	top:50%;
	transform: translateY(-50%);
    text-align: center;
    padding: 40px;	
    font-size: 16px;
    letter-spacing: 2px;	
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
}
.bad {
	background-color: rgba(255, 167, 140, 0.9);
    color: #734D41;
}
.good {
    background-color: rgba(182, 216, 128, 0.9);
    color: #46542F;
}
.hidden {
	display:none;
}
.alert_text {
    position: absolute;
    width: 100%;
    top: 30%;
    text-align: center;
    padding: 40px;
    background-color: rgba(255, 167, 140, 0.9);
    color: #734D41;
}
h2 {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 5px;
	color: #7C95D0;
}
.right {
	float: right;
}
.left {
	float: left;
}
.blue {
	color: #3398FF !important;
}
.white {
	color: #fff !important;
}
/****************** user menu *****************/
#user_wrap  {
	position: absolute;
	top: 0;
	right: 0;
}
#log_as {
    /*position: absolute;*/
    top: 0;
    right: 0;
    padding: 5px 10px;
    background-color: #3399FF;
    color: #FFF;
	font-weight: 100;
}
#user_menu {
    /* position: absolute; */
    background: #F7F7F7;
    top: 60px;
    text-align: right;
    margin: 0 auto;
    padding: 5px 10px;
    right: 0;
}
#user_menu a {
    color: #39F;
	text-decoration: none;
}
#user_menu a:hover {
	color: #6D6D6D;
}
/*********** logo ********************/
#logo {
	width: 300px;
    height: 125px;
    padding-top: 40px;
    margin: 0 auto 10px auto;
    background-image: url("../images/sigop_logo_v02p.png");
    background-size: 260px;
    background-position: center;
    background-repeat: no-repeat;
}
/***************** main menu **********************/
#main_menu_wrap {
    text-align: center;
}
#main_menu {
	list-style: none;
    margin-bottom: 25px;	
}

#main_menu  li {
	display: inline-block;
}

#main_menu  li a {
    display: block;
    text-decoration: none;
    font-size: 20px;
    color: #39F;
    background-color: #FFF;
    border-bottom: 1px solid #FFF;
    padding: 10px 50px;
    transition: all 100ms ease;
}
#main_menu  li a:hover {
    border-bottom: 1px solid #DEF;
    color: #272727;
}
/*************** formul��e - obecn� **********************/
.form_wrap {
    background: #F3F3F3;
    padding: 30px 0;
}
input[type="text"] {
    width: 225px;
    height: 30px;
	font-size: 14px;
	border: 1px solid #C7C7C7;
	padding-left: 5px;
}
.right {
	float: right;
}
input[type="password"] {
    width: 225px;
    height: 30px;
	font-size: 14px;
	border: 1px solid #C7C7C7;
	padding-left: 5px;
}
.input_label {
    padding-right: 5px;
}
/***************** registra�n� formul�� **************/
#reg_btn_wrap {
	display: table;
	margin: 0 auto;
	margin-top: 20px;
}
.reg_btn {
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    /*background-color: #F1F3FF;*/
    border: 1px solid #DEDEDE;
    margin: 0 5px;
}
.reg_btn:hover {
    background-color: #F1F3FF;	
}
.reg_btn_active {
	background-color: #F1F3FF;
}
#register_wrap {
	margin: 0 auto;
    width: 800px;
    /*height: 583px;*/
    overflow: hidden;
}
#register_list {
    width: 1600px;
	height: 583px;
}
.register_form {
	width: 800px;
	float: left;
}
#reg_form ul {
    list-style: none;
    padding: 0;
	overflow: hidden;
}
#reg_form li {
    display: block;
    float: left;
    padding: 12px;
}
.input_cat {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 5px;
	color: #7C95D0;
}
.req {
    background-color: #DCEDFF;
}
#reg_form textarea {
    width: 755px;
    padding: 5px;
	font-size: 14px;
	border: 1px solid #C7C7C7;
}
#reg_form input[type="submit"] {
    margin: 0 auto;
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    background-color: #FFF;
    border: 1px solid #C7C7C7;
	transition:all 200ms ease;
	-webkit-transition:all 200ms ease;
}
#reg_form input[type="submit"]:hover {
    background-color: #E5EEFF;
	cursor: pointer;
}

/*************** login *******************************/
.input_login {
    margin-right: 10px;
}
#login_form {
    padding-bottom: 20px;
}

/**************** zak�zky ************************/
.text_area {
    width: 330px;
    height: 115px;
    font-size: 14px;
    border: 1px solid #C7C7C7;
    padding: 5px;
    margin-bottom: 10px;
	width: 100%;
}
.event_name {
    font-weight: 600;
    font-size: 18px;
    /* text-align: center; */
}
.zneni_jmena {
	font-weight: 600;
    font-size: 18px;
}
#event_list_status {
    margin-left: 10px;
    color: #FFBD57;
}
#download_on_btn {
    padding: 10px;
    margin: 5px 0;
    background: #FFB677;
    border: 1px solid #FFB589;
    font-size: 16px;
    color: #000;	
}
#download_on_btn:hover {
	cursor: pointer;
	background: #F3923E;	
}
/************* vytvo�en� zak�zky *************/
#form_event_create {
    display: table;
    margin: 0 auto;
}	

/*************** upload podpis� a event_status **********************/
#file_list h2 {
    font-size: 22px;
    font-weight: 400;
    color: #FFF;
    padding: 8px 0px 4px 0px;
    background: #3398FF;
    text-align: center;
}
.step {
    background: #FFCA6B;
    padding: 10px;
    color: #000 !important;
    text-align: center;
}
.step1:before {
    font-family: FontAwesome;
    content: "\f061";
	padding-right: 10px;
    font-size: 20px;
	color: #E6A42C;
	transition: all 200ms ease;
}
.step1:after {
    font-family: FontAwesome;
    content: "\f061";
	padding-left: 10px;
    font-size: 20px;
	color: #E6A42C;
	transition: all 200ms ease;
}
.step1 {
	display: none;
}
.step1:hover {
	text-indent: 20px;	
	background: #FFE566;
}
.step1:hover:after, .step1:hover:before {
	color: #3399FF;
}
.step2 {
	display: block;
}
.step2:before {
    font-family: FontAwesome;
    content: "\f060";
	padding-right: 10px;
    font-size: 20px;
	color: #E6A42C;
	transition: all 200ms ease;
}
.step2:after {
    font-family: FontAwesome;
    content: "\f060";
	padding-left: 10px;
    font-size: 20px;
	color: #E6A42C;
	transition: all 200ms ease;
}
.step2:hover {
	text-indent: -20px;	
	background: #FFE566;
}
.step2:hover:after, .step2:hover:before {
	color: #3399FF;
}
.podpis_OK {
	display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    font-size: 35px;
    color: #B2DC31;	
}
.podpis_notOK {
	display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    font-size: 35px;
    color: #FF9280;		
}
span#podpisy {
    font-weight: 600;
    color: #FF9280;
    font-size: 16px;	
}
#orig_file {
    background-color: #FBFBFB;
    border: 1px solid #E6E6E6;
    padding: 10px;
    margin-bottom: 20px;	
}
#comp_files {
    background-color: #FBFBFB;
    border: 1px solid #E6E6E6;
    padding: 10px;
    margin-bottom: 20px;	
}
.upload_form {
    width: 170px;
}
h2 .popup_upload {
	padding-left: 5px;
}
#which_up {
    display: table;
    margin: 0 auto;
    padding: 15px 0px;
    color: #3398FF;
}
#num_of_files {
	display: none;
}
.datum {
	width: 130px !important;
	height: 24px !important;
}
.nezname_datum_wrap {
	float: right;
}
.nezname_datum {
    width: 15px;
    height: 15px;
    vertical-align: middle;
}
.kvalita {
    width: 150px;
}
.upload_button {
    padding: 5px;
    background-color: #DBE4FF;
    border: 1px solid #BBB;	
    margin: 0 auto;
    display: table;
    width: 100%;	
}
#upload_content {

}
#upload_content td {
    padding: 0 10px;
    color: #333;
}
#upload_form_orig {
    display: table;
    margin: 0 auto;		
}
#upload_form_comp {
    display: table;
    margin: 0 auto;	
}
.files {
	/*display:inline-block;*/
}
#file_list {
    display: table;
    margin: 0 auto;
}
#file_list table {
	border-collapse: collapse;
}
.podpis_table {
	width: 655px;
	height: 340px;
}
#back_to_events {
	padding:5px 0;
}
#orig_file {
	
}
#comp_files{
	
}
#file_number_wrap {
    display: table;
    margin: 0 auto;
}
#file_number {
    padding: 0 15px 0 50px;
    display: table-cell;
    vertical-align: middle;
}
#file_comp_number, #file_orig_number {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
    font-size: 18px;
    font-weight: 600;	
}
#upload_full, #upload_orig_full {
    font-size: 25px;
    display: table-cell;
    color: #FF9280;
}
.event_status {
    padding: 5px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 2px;
}
#file_list td {
    color: #333;
    padding: 5px 10px;
	border: 1px solid #333;
}
.podpis_img {
	width: 400px;
}
.podpis_img img {
    width: 100%;
}
#comp_files tr {
	padding:10px;
}
#comp_files tr:nth-child(odd) {
    background-color: #F6FAFF;
}
#comp_files tr:nth-child(even) {
    background-color: #E9F3FF;
}
.delete_button {
	padding: 138px 10px;
}
.event_send_link {
	display: none;
	cursor: pointer;
	padding-left: 10px;
}
#event_send, #send_confirm {
	display: none;
	margin: 0 auto;
	text-align: center;
}
#event_send_button, #event_send_cancel, #event_send {
    padding: 10px;
	margin: 0 5px;
    background-color: #3399FF;
    border: none;
    color: #FFF;
    transition: all 200ms ease;
    font-size: 18px;
}
#event_send_button:hover, #event_send_cancel:hover, #event_send:hover {
    background-color: #6AB4FF;
	cursor: pointer;
}
/************** loader *********************/
#loader {
	display:none;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-image:url("../images/loader2.gif");
	background-repeat:no-repeat;
	background-position:center;
	background-color:rgba(51, 51, 51, 0.5);
}
/***************** vysv�tlivky *******************/

/***************** content ******************/
#content {
    width: 800px;
	margin: 0 auto;
	min-height: 80%;
	margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
	padding-bottom: 130px;
}
h1{
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #333;
    /* text-decoration: underline; */
    padding: 8px 0px 4px 0px;	
}
h2{
    font-size: 22px;
    font-weight: 400;
    color: #333;
    padding: 8px 0px 4px 0px;	
}
h3 {
    font-size: 18px;
    font-weight: 400;
    color: #333;
}
p {
    color: #8E8D8D;
    text-align: justify;
    font-size: 16px;
    line-height: 22px;	
}
ul {
    padding-top: 5px;
    padding-left: 20px;	
}
li {
    color: #8E8D8D;
    text-align: justify;
    font-size: 16px;
    line-height: 22px;	
}
ol {
    padding-top: 5px;
    padding-left: 20px;	
}
.block_center {
	display: block;
	text-align: center;
}
.center {
    display: table;
    margin: 0 auto;
}
/*************** footer **********************/
#footer_wrap {
    margin-top: -80px;	
}
#footer {
    background-color: #39F;
    color: #FFF;
    text-align: center;
    padding: 20px;
    line-height: 20px;
    letter-spacing: 1px;
    font-size: 14px;	
}
/*************** popup **************************/
.popup {
    color: #39F;
    cursor: help;
}
.popup_upload {
    color: #3398FF;
    cursor: help;
	/*margin-left: 5px;*/
}
#popup_wrap {
	display:none;
	position:fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#popup_bg {
	position:fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.58);
}
#popup_text {
    padding: 50px;
    height: 400px;
    overflow-y: auto;
}
#popup_text_wrap {
	position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #FFF;
    height: 500px;
	width: 800px;
    box-shadow: 0px 5px 15px #232323;
    -webkit-box-shadow: 0px 5px 15px #232323;
}
#popup_close {
    width: 30px;
    height: 30px;
    background: #3399FF;
    color: #FFF;
    position: absolute;
    top: -10px;
    right: -10px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    cursor: pointer;
	transition: all 200ms ease;
}
#popup_close:hover {
	background: #9E9E9E;
}
#popup_text h2 {
    font-size: 22px;
    font-weight: 400;
    color: #333;
    padding: 0px 0px 4px 0px;
    line-height: 26px;	
}
/******************* objednavka - PDF *********************/
#objednavka {
	background: #333;
}
#event_detail_objednavka_link {
	display: block;
    text-align: center;
}
/*************** events - list *******************/
#events_wrap {
    background: #F3F3F3;
    padding: 30px;
}
#events_wrap h2 {
    font-size: 22px;
    font-weight: 400;
    color: #FFF;
    padding: 4px 10px;
    background: #39f;
}
#new_event {
	font-size: 18px;
	
}
#new_event {
    background: #FFF;
}
#new_event:hover {
    background: #39F;	
	color: #FFF !important;
}
#events_wrap ul {
	padding-left: 30px;
}
.popup_event_create {
    color: #39F;
    cursor: help;
    margin-right: 5px;
}
.form_event_delete {
    display: inline;
}
.button_event_delete {
    background-color: #FFC7B6;
    border: 1px solid #D4A99C;
    padding: 0px 5px;
    font-size: 12px;
    vertical-align: top;
    color: #63504B;
	cursor: pointer;
	transition: all 200ms ease;
}
.button_event_delete:hover {
	background-color: #F5D2C7;
}
.event_item {
    color: #8E8D8D;
    text-align: justify;
    font-size: 16px;
    line-height: 22px;
    padding: 5px 0;
}
/******** export table ************/
.export_table {
    display: table;
    margin-top: 25px !important;
}
.export_table h1 {
    text-align: left;
}
.export_table table {
    border-spacing: 10px 10px;
}
.export_table table, th, tr, td {
	border: none;
	white-space: nowrap;
}
.export_table th {
    background-color: #75A3F9;
    padding: 0 10px;
    color: #FFF;
    text-align: left;
}
.export_table td {
    padding: 0 10px;
    text-align: left;
}
.export_table tr:nth-child(even) {
    background-color: #F5F5F5;
}
.export_table tr:nth-child(odd) {
    background-color: #EFEBEB;
}
/*********** admin - backend ***************/
.admin_login {
	padding-top:25px;
}
#admin_log_as {
    /* position: absolute; */
    width: 100%;
    text-align: right;
    background-color: #81A8F1;
    color: #FFF;
    padding: 5px;
}
#admin_log_as a {
    color: #FFF !important;
}
#admin_log_as a:hover {
	color: #333 !important;
}
/******** odborny nahled upload ************/
.on_upload {
	margin-top: 25px !important;
}
.on_link {
	color: #80CA22 !important;
}
/******** user details edit ***********/
#user_details_form {
    width: 400px;
	margin: 0 auto;
}
#user_details_form input {
    float: right;
}
#user_details_form span {
    float: left;
    clear: both;
    height: 30px;
}
#user_details_buttons {
	float:left;
	clear: both;
}
#user_details_buttons input {
	float: left;
}
/****** odborny nahled **********/
#event_detail_odborny_nahled_link {
    display: table;
    margin: 0 auto;
    padding: 5px;
}
#download_on_wrap {
    display: table;
    margin: 5px auto;	
}
/******** obchodni podminky ********/
#obchodni_podminky p {
	text-align: left;
}
#obchodni_podminky h3 {
	color: #3399FF;
	text-align: center;
}
/*.obchodni-podminky-link {
	color: red;
}*/

#uvodem_wrapper .alert {
    transition: all 300ms ease;
}
#uvodem_wrapper .alert:hover {
    background-color: #fff5f5;
}