@font-face {
	font-family: 'technika_stencilbold';
	src: url('technikastencil-bold-webfont.woff2') format('woff2'),
	url('technikastencil-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0
}

html {
	height: 100%
}

body,
#grad1 {
	background-color: #f6f9fb;
	color: #0063A8;
}

#msform {
	text-align: center;
	position: relative;
	margin-top: 20px
}

#msform fieldset .form-card {
	background: white;
	border: 0 none;
	border-radius: 0px;
	Xbox-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
	padding: 20px 40px 30px 40px;
	box-sizing: border-box;
	width: 94%;
	margin: 0 3% 20px 3%;
	position: relative
}

#msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 0.5rem;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding-bottom: 20px;
	position: relative
}

#msform fieldset.krok:not(:first-of-type) {
	display: none
}

#msform fieldset .form-card {
	text-align: left;
	Xcolor: #9E9E9E
}
/*
#msform input,
#msform textarea {
	padding: 0px 8px 4px 8px;
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0px;
	margin-bottom: 25px;
	margin-top: 2px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 16px;
	letter-spacing: 1px
}
*/
#msform input:focus,
#msform textarea:focus {
	 border-color: #5cb85c;
	 /*
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none;
	font-weight: bold;
	border-bottom: 2px solid skyblue;
	outline-width: 0
	*/
}

#msform .zelena,
.zelena {
	color: #5cb85c;
}
#msform .fialova {	
	color: #A20E40;
}
#msform .modra {	
	color: #0063A8;
}

.pozadi-fialova {
	background-color: #A20E40 !important;;
}

.table tbody td {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}
.table tbody .podporeno2 td {	
	padding-bottom: 0;
	vertical-align: top;
	border-top: none;
}
.table tbody tr.horni-border td {	
	border-top: 1px solid #dee2e6;
}
.table thead td {
	padding: .75rem;
	vertical-align: top;
	border-top: 0;
}
.btn-pridej {
	border: 1px solid #dee2e6;
	background-color: #f0bdbd;
}
.btn-pridej:hover {
	background-color: #8d9d9d;
	color: white;
}
.DelProjekt {
	line-height: 1;
}
#msform .action-button {
	font-family: FontAwesome;
	background: #A20E40;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 0px;
	cursor: pointer;
	padding: 10px 20px;
	margin: 10px 5px;
	box-shadow: 0 0 0 2px white, 0 0 0 3px #A20E40;
	font-size: 1.1em;
}

#msform .action-button:hover,
#msform .action-button:focus {
	box-shadow: 0 0 0 2px #A20E40, 0 0 0 3px #A20E40;
}

#msform .action-button-previousX {
	background: #A20E40;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 0px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px
}

#msform .butsave,
#msform .butsend {
	background: #5cb85c;
	box-shadow: 0 0 0 2px white, 0 0 0 3px #5cb85c;
}

#msform .butsave:hover,
#msform .butsave:focus,
#msform .butsend:hover,
#msform .butsend:focus{
	box-shadow: 0 0 0 2px #5cb85c, 0 0 0 3px #5cb85c;
}

select.list-dt {
	border: none;
	outline: 0;
	border-bottom: 1px solid #ccc;
	padding: 2px 5px 3px 5px;
	margin: 2px
}

select.list-dt:focus {
	border-bottom: 2px solid skyblue
}

.card {
	z-index: 0;
	border: none;
	border-radius: 0.5rem;
	position: relative;
	
	box-shadow: 5px 10px #888;
	-webkit-box-shadow: 5px 5px 15px 5px #0063A8;
	box-shadow: 5px 5px 27px -1px #4D0035;
}

.fs-title {
	font-size: 30px;
	color: #2C3E50;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: left
}
label {
	font-weight: bold;
	font-size: 1.1em;
}
.klikaci-kalendar .input-group-text {
	padding: 0;
}
.klikaci-kalendar .input-group-prepend {
	margin-bottom: 0;
}
.klikaci-kalendar label {
	margin-bottom: 0;
	padding: 4px .75rem;
}

#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	color: lightgrey
}

#progressbar .active {
	color: #5cb85c;
	font-weight: bold;
}

#progressbar li {
	list-style-type: none;
	font-size: 14px;
	width: 25%;
	float: left;
	position: relative
}

#progressbar #account:before {
	font-family: FontAwesome;
	content: "\f15c"
}

#progressbar #personal:before {
	font-family: FontAwesome;
	content: "\f0c0";
}

#progressbar #payment:before {
	font-family: FontAwesome;
	content: "\f0d6";
}

#progressbar #confirm:before {
	font-family: FontAwesome;
	content: "\f00c"
}

#progressbar li:before {
	width: 50px;
	height: 50px;
	line-height: 45px;
	display: block;
	font-size: 25px;
	color: #ffffff;
	background: lightgray;
	border-radius: 50%;
	margin: 0 auto 10px auto;
	padding: 2px
}

#progressbar li:after {
	content: '';
	width: 100%;
	height: 10px;
	background: lightgray;
	position: absolute;
	left: 0;
	top: 21px;
	z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
	background: #5cb85c;
}

.radio-group {
	position: relative;
	margin-bottom: 25px
}

.radio {
	display: inline-block;
	width: 204;
	height: 104;
	border-radius: 0;
	background: lightblue;
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	cursor: pointer;
	margin: 8px 2px
}

.radio:hover {
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
	box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
	width: 100%;
	object-fit: cover
}

.cara-01 {
	width:60%; 
	margin:10px auto; 
	color:silver; 
	padding: 10px 0; 
	margin-top: 30xp;
}
.cara-02 {
	width:70%; 
	margin:10px auto; 
	border-top: 1px solid #5cb85c;
	padding: 10px 0; 
	margin-top: 30xp;
}

.pismo-01 {
	font-size: 1.4em;
font-weight: bold;
text-transform: uppercase;
text-shadow: 2px 2px 5px #DBD0D6;
}

.pismo-02 {
	font-size: 1.1em;
	font-weight: bold;
}

.form-control::placeholder {
    color: #B5BEC6;
    opacity: 1;
}

.form-control2:disabled, .form-control2[readonly] {
    background-color: #0063A8;
	color: white;
    opacity: 1;
}

.navbar {
	padding-bottom: 0;
	padding-top: 0;
}
.barva-fialova {
	color: #a20e40;
}
.titulek {
	font-family: 'technika_stencilbold';
	text-transform: uppercase;
	font-weight: 700;
	font-size: 3.5rem;
	color: #A20E40;
}

#msform fieldset.fieldset-finance {
	border: 1px solid silver;
	padding: 7px;
	display: show;
}
#msform fieldset.fieldset-finance legend {
	color: #A20E40;
	font-size: 1.3em;
	font-weight: bold;
	display: inline;
	width: initial;
	padding: 0 10px;
}
.form-control:disabled, .form-control[readonly],
input[type=button]:disabled
{
    cursor: not-allowed;
}
.info {
	font-size: 80%;
	font-weight: 400;
	margin-top: -10px;
	margin-bottom: .5rem;
}

.tooltip_2 {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  cursor: help;
}

.tooltip_2 .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #c82333;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  left: 0;
  top: -40px;
  position: absolute;
  z-index: 1;
}

.tooltip_2:hover .tooltiptext {
  visibility: visible;
}

.menu-zarovnani {
  right: 0;
  left: initial;
}

@media (min-width: 1200px) { 
	.container {
		max-width: 1500px;
	}	
}
@media (min-width: 1px) { 
	.container {
		max-width: 1150px;
		overflow: auto;
	}	
}

@media only screen and (max-width: 639px) {  
  th, td, td.text-center {
	text-align: left !important;
  }
}