/* edit.css */

.cols2v1 {  }
.cols2v1 .col1 { width: 628px; float: left; }
.cols2v1 .col2 { width: 268px; }

.form .cols50 .col1 { float: left; width: 48%; }
.form .cols50 .col2  { float: right; width: 48%; }

.inner .cols3 .col2 {	float:  left; }

.autoMargin  {	margin: auto;}

#content .inner { padding: 20px 40px 0; }

#content .boxDetail .in .self .actions li .ico-rate { background: url('../images/ico-rate.gif') no-repeat; }

/* Jednoduche formulare */
form.simple { width: 350px; float: right; }
form.simple p { clear: both; padding: 3px 0;}
form.simple label { color: #fff; float: left; font-weight: bold; margin-right: 10px; width: 100px;}
form.simple label.auto, form.simple .autolabels label { float: none; margin-right: 5px; margin-left: 5px; width: auto;}
form.simple .input { border: 1px solid #ECECEC; padding: 2px; width: 200px;}
form.simple .submit, form.simple .cancel, a.submit-button { border: 0; color: #fff; font-weight: bold; padding: 5px 12px; text-transform: uppercase;}
form.simple .submit, a.submit-button { background: #D81F01;}
a.submit-button { text-decoration: none;}
form.simple .cancel { background: #686868;}
form.simple .buttons { padding: 10px 0 10px 115px;}
form.simple .wide { width: 700px;}
form.simple .fullpage, form.simple-fullpage { width: 610px;}
form.simple .fullpage textarea.wide { width: 470px;}
form.simple .padding { padding: 0 0 0 95px;}
form.simple .fullpage .padding { display: block; padding-left: 115px;}
form.simple a { color: #D81F01; }
form.simple a:hover { color: #fff; text-decoration: none !important; }

form.simple h3.collapsable { background: url(../images/ico/collapsable-open.gif) 0 70% no-repeat; border-bottom: 1px solid #78ADCE; padding: 10px 0 0 20px; margin: 10px 0 10px 0;}
form.simple h3.collapsable-active { cursor: pointer;}
form.simple h3.collapsable-closed { background-image: url(../images/ico/collapsable-closed.gif);}

#content .boxDetail .title { font-size: 1.5em !important; font-weight: normal; }
#content .boxDetailInfo .h span,
#content .boxDetail .title span { font-size: .6em;}
#content .boxDetailInfo .h span a,
#content .boxDetail .title span a { color: #D81F01; }

/* Formular ceniku */
form.priceList .inputItem  { border: 1px solid #ECECEC; padding: 2px; width: 150px;}
form.priceList .inputPrice { border: 1px solid #ECECEC; padding: 2px; width: 50px;}
form.priceList .submit, form.priceList .cancel { border: 0; color: #fff; font-weight: bold; padding: 5px 12px; text-transform: uppercase;}
form.priceList .submit { background: #D81F01;}
form.priceList .cancel { background: #686868;}
form.priceList .buttons { padding: 10px 0 10px 0;}
form.priceList a { color: #D81F01; }
form.priceList a:hover { color: #fff; text-decoration: none !important; }

form.editable textarea { border: 1px solid #ECECEC; padding: 2px; width: 295px !important; margin: 0 10px 10px 0; line-height: 1.5em;} 
form.editable button { border: 0; color: #fff; font-weight: bold; padding: 5px 12px; margin-right: 10px; text-transform: uppercase; background: #D81F01;}

.gallery_upload_form, .galleryUp { float: left; width: 243px; margin-top: 7px; }


#content .boxDetail .in .img .gallery .itemEdit { position: relative; float: left; margin: 0 24px 10px 0; width: 100px; height: 90px;  text-align: center; border: 1px #42beff solid; background-color: #4587b7; }
#content .boxDetail .in .img .gallery .itemEdit a { display: block; padding-top: 3px; }
#content .boxDetail .in .img .gallery .itemEdit img { border: none; }
#content .boxDetail .in .img .gallery .last { margin-right: 0; float: right; border-bottom: 1px #42beff solid !important; }

#content .boxDetail .in .img .gallery .img-navi { position: absolute; left: 0; bottom: 0; float: left; width:  100%; height: 21px;	padding: 4px 0 0; background-color: #42beff; }
#content .boxDetail .in .img .gallery .img-navi li { float: left; }


/* -- Icons -- */
.boxDetail .in .img .gallery .img-navi .ico {
	display: block;
	float: left;
	width: 12px; height: 9px;
	margin: 3px 5px 0;
	_margin: 2px 2px 0;
	overflow: hidden;
	text-indent: 20px;
}


.boxDetail .in .img .gallery .img-navi .ico-edit 	{ background: url('../images/ico/ico-edit.gif')   0 0 no-repeat;}
.boxDetail .in .img .gallery .img-navi .ico-delete   { background: url('../images/ico/ico-delete.gif') 0 0 no-repeat;}
.boxDetail .in .img .gallery .img-navi .ico-left 	{ background: url('../images/ico/ico-left.gif')   0 0 no-repeat;}
.boxDetail .in .img .gallery .img-navi .ico-right	{ background: url('../images/ico/ico-right.gif')  0 0 no-repeat;}

.boxDetail .in .img .gallery .img-navi a:hover.ico-edit    { background-position: 0 -12px;  }
.boxDetail .in .img .gallery .img-navi a:hover.ico-delete  { background-position: 0 -12px;  }
.boxDetail .in .img .gallery .img-navi a:hover.ico-left    { background-position: 0 -12px;  }
.boxDetail .in .img .gallery .img-navi a:hover.ico-right   { background-position: 0 -12px;  }

/* -- Overlay vrstva -- */
#overlay { display: none;}
#overlay input.input, #overlay textarea.textarea { background: #fff;} /* IE8 bug */
#overlay input.error, #overlay textarea.error { background: #F9EEED;} /* IE8 bug */

.lightbox { color: #2C2B29; left: 50%; position: fixed; top: 30%; z-index: 102;
  width: 400px; /* vychozi sirka */
  margin-left: -200px; /* vychozi sirka/2 */
  font-size: 1.2em; text-align: left;
}

.lightbox a.close { background: url(../images/overlay-close.gif) 0 0 no-repeat; display: block; height: 19px; position: absolute; right: 15px; top: 10px; width: 19px;}
.lightbox a.close:hover { background-position: 0 100%;}

.lightbox .top, .lightbox .bottom { background: url(../images/overlay-corners.png) 0 0 no-repeat; height: 9px; margin-right: 9px;}
.lightbox .bottom { background-position: 0 100%;}

.lightbox .top b, .lightbox .bottom b { background: url(../images/overlay-corners.png) 100% 0 no-repeat; display: block; height: 9px; position: absolute; right: 0; top: 0; width: 9px;}
.lightbox .bottom b { background-position: 100% 100%; top: auto; bottom: 0;}

.lightbox .inside { background: #fff; padding: 30px 40px; overflow: auto; position: relative; }

.lightbox .overflow { height: 100%; overflow: auto; padding-right: 10px;}
.lightbox_overlay { position: fixed; z-index: 100; top: 0; left: 0; height: 100%; width: 100%; background-color: #000; filter: alpha(opacity=60); -moz-opacity: 0.60; opacity: 0.60;}


.lightbox h3 { text-align: left; margin: 0 0 10px 5px; color: #0063a8; font-weight: normal; }
.lightbox h3.lightbox-content { margin: 10px 0 0 0; }

.lightbox .border,
#reg.border { border-bottom: 1px solid #d8d8d8; }

.borderTop  { border-top: 1px solid #d8d8d8; padding-top: 10px; }

/* overlayBoxes */
.overlayBoxes { position: relative; background: #0067aa;}

.overlayBoxes .overlayTop, .overlayBoxes .overlayBottom { background: url(../images/overlayBox-corners.png) 0 0 no-repeat; height: 9px; margin-right: 9px;}
.overlayBoxes .overlayBottom { background-position: 0 100%;}

.overlayBoxes .overlayTop span, .overlayBoxes .overlayBottom span { background: url(../images/overlayBox-corners.png) 100% 0 no-repeat; display: block; height: 9px; position: absolute; right: 0; top: 0; width: 9px;}
.overlayBoxes .overlayBottom span { background-position: 100% 100%; top: auto; bottom: 0;}

.overlayContent { position: relative; padding: 11px 20px; }

.overlayBoxes .title { color: #fff !important; font-weight: normal; }
.overlayBoxes p {
  margin: 0 0 10px 0 !important;
  text-align: left; line-height: 160%;
  color: #fff !important;
}

/* Hodnoceni instruktora */
#rate .sliderCont {
  padding-top: 40px;
  padding-bottom: 22px;
  float: left;
  width: 250px;
}

#rate .submitCont {
  padding-top: 60px;
}

#rate .ui-slider-handle {
  display: block;
  position: absolute;  top: -22px;
  margin-left: -28px;
  width: 56px; height: 29px;  line-height: 22px;
  color: #ffffff !important;
  outline-style: none; cursor: pointer;
  text-align: center; text-decoration: none !important;
  z-index: 10;
  background: url('../images/bg-slider-actual-max.png') center center no-repeat;
	_background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", sizingMethod="crop", src="../images/slider.png"); /* ve finale prepsat na absolutni cestu */ 
}
#rate .ui-slider-range {
  position: absolute;  left: 0;  top: 0;
  margin-left: 0;
  height: 11px;
  background: #0063a8 url('../images/bg-slider-line.png') left top no-repeat;
}
#rate .slider {
  position: relative;
  margin: 0 10px;
  width: 203px; height: 11px; 
  background: #F8F8F8 url('../images/bg-filter-slider.gif') left top no-repeat;
}

/* vyber sportu, lokalit */
#selection { width: 777px; height: 100%; margin: 0 auto; }

/* cols */

#selection .cols { overflow: hidden; height: auto; }

#selection .cols.border { margin-bottom: 20px; }

#selection .cols50 .col1 { float: left; width: 355px; }
#selection .cols50 .col2  { float: right; width: 355px; }

#selection .cols3 .col1,
#selection .cols3 .col2 { margin-right: 20px; }

#selection .cols3 .col1,
#selection .cols3 .col2,
#selection .cols3 .col3 { float: left; width: 238px; }

#selection ul.list {  margin: 10px 0 20px 5px !important;  }
#selection ul.list li { line-height: 1.8em; }

#selection ul.list li a:hover { color: #c70000; }

/* kroky vyberu */
.steps{
  width: 100%;
  height: 45px;
  margin-left: 0;
  background: #C1D5E7 left top no-repeat;
  margin-bottom: 1.65em;
  position: relative;
  margin-left: 0px;
}
.steps li, .steps span{
  display: block;
  float: left;
  line-height: 45px;
  font-size: 1.2em;
  color: #0063a8;
  text-decoration: none;
}
.steps li a {
  color: #0063a8;
}
.steps li{
  padding-left: 20px;
  list-style-type: none;
}
li.step1 span{ width: 388px; }
li.step2 span{ width: 308px; }

.steps li.dark a, .steps li.dark span{
  color: #FFFFFF;
}
.steps.step1, .steps.step2 {
  background: url('../images/bg-steps.gif') no-repeat; 
}
.steps.step1{  background-position: 0 0; }
.steps.step2{  background-position: 0 -45px; }

#selection .sections,
#selection #filter { margin-bottom: 20px; }
#selection .sections .items { overflow: hidden; clear: both; padding: 6px 8px 5px; height: 100%; margin 0; }
#selection .sections .items.all { margin-bottom: 10px; }
#selection .sections .items.active { font-weight: bold; color: #b60101; }
#selection .sections .items .con,
#selection .sections .items .lab { float: left; margin: 0 2px 0 0; padding: 0; }

#selection .sections .items .con-filter,
#selection #filter .con-filter {
  float: left;
  margin: 0 10px 0 0; padding: 0;
  width: 200px; height: 31px; line-height: 31px; 
  background: url(../images/bg-form-input-filter.gif) 0 0 no-repeat;
}

#selection .sections .items .con-filter .input,
#selection #filter .con-filter .input{
  margin: 0 10px; padding: 0;
  width: 180px;
  border: none; 
  background: none;
}

#selection .sections .items .filterSubmit,
#selection #filter .filterSubmit {
  margin: 0; padding: 0;
  width: 116px; height: 30px; line-height: 30px; border: none;
  color: #fff; font-weight: bold; text-transform: uppercase;
  cursor: pointer;
  background: url(../images/bg_filterSubmit.gif) 0 0 no-repeat;
}

.saveSubmit {
  margin: 0; padding: 0;
  width: 116px; height: 30px; line-height: 30px; border: none;
  color: #fff; font-weight: bold; cursor: pointer;
  background: url(../images/bg_saveSubmit.gif) 0 0 no-repeat;
}

#selection .info {
  margin: 0 20px 20px 0; padding: 10px 25px 10px 60px;
  color: #000 !important;
  border-bottom: 1px solid #d4d48f;
  background: #ffffcc url(../images/ico/ico-info.gif) 20px 18px no-repeat;
}

.activeMapItems {
  margin: 0 0 20px 0; padding-top: 10px;
  text-align: center;
}

.activeMapItems strong {
  color: #b60101;
}

.backLinkMap {
  margin: 0 0 10px 0;
  text-align: center; 
}

.backLinkMap a {
  color: #b60101;
}

#selectionsContent {
  margin: 10px 0;
  padding: 10px 0;
  height: 180px; overflow: auto;
}
#selection #selectionsContent ul.list {
  margin: 0 !important;
}

#selectedItem {
  width: 757px;
}
#selectedItem ul.list {
  margin: 0px !important;
  width: 600px;
  float: left;
}
#selectedItem ul.list li {
  display: inline; 
  margin-right: 15px;
}
#selectedItem ul.list li a {
  color: #c10101; text-decoration: underline;
}


/* formular pro navrh sportu, lokality */
.formPropose {
  padding-top: 7px;
  width: 100%; height: 38px;
  background: #e6e6e6 url(../images/bg-formFancy.gif) 0 0 no-repeat;
}

#formOverlay label {
  float: left;
  margin: 0 10px 0 20px;
  line-height: 30px;
  font-weight: bold; font-size: 1.2em;  
}

#formOverlay .con-short {
  float: left;
  margin: 0; padding: 0;
  width: 240px; height: 31px; line-height: 31px; 
  background: url(../images/bg-form-input-short.gif) 0 0 no-repeat;
}

#formOverlay .con-short .input {
  margin: 0 10px; padding: 0;
  width: 220px;
  border: none; 
  background: none;
}

#formOverlay .con-long {
  float: left;
  margin: 0; padding: 0;
  width: 358px; height: 31px; line-height: 31px; 
  background: url(../images/bg-form-input-long.gif) 0 0 no-repeat;
}

#formOverlay .con-long .input {
  margin: 0 10px; padding: 0;
  width: 338px;
  border: none; 
  background: none;
}

#formOverlay .submit {
  float: right;
  margin: 0 20px 20px 0; padding: 0;
  width: 130px; height: 30px; line-height: 30px;
  color: #fff; font-weight: bold; text-transform: uppercase;
  background: url(../images/bg-submitButton.gif) no-repeat;
}
#formOverlay .bgBlue {
  background-position: 0 0;
}
#formOverlay .bgRed {
  background-position: 0 -30px;
}

/* Rozcestnik registrace a pokyny na detailu registrace */
#content .holder .regBox {
	margin-bottom: 20px;
	width: 274px;
	border: 1px solid #e9e9e9;
	background: url(../images/bg-regBox.jpg) 0 0 repeat-x;
}
#content .holder .guidepost {
	padding: 15px 0 0 0;
	height: 301px;
}
#content .holder .regDetail {
	margin-top: 30px;
	height: auto;
}
#content .holder .regBox h3 {
	margin: 0 20px;
	font-size: 1.3em;
}
#content .holder .guidepost h3 {
	height: 60px;
}
#content .holder .regDetail h3 {
	height: 50px; line-height: 50px;
}
#content .holder .regBox h3 a {
	display: block;
	font-size: .7em;
	color: #c10101;
}
#content .holder .regBox img {
	margin: 0  !important;
}

#content .holder .disable {
	height: 301px;
}

/* Seznam */
ul.dash {
	margin: 0 30px; padding: 0;
}
ul.dash li {
	margin: 0; padding: 0;
  	line-height: 1.75em;
 	list-style: none; 
	list-style-image: url(../images/ico/ico-dash.gif);
}

/* Form - registrace, prispevek do diskuze */
.form {
	margin-bottom: 20px; padding-bottom: 20px;
}
.form  label {
  margin: 0 10px 0 0;
  line-height: 30px;
}
.form .error label {
  color: #e12300;
}
.form .con {
  margin: 0 0 10px 0; padding: 0;
  width: 260px; height: 31px; line-height: 31px; 
  background: url(../images/bg-form-input.gif) 0 0 no-repeat;
}
.form .error .con { 
  background: url(../images/bg-form-input.gif) 0 -31px no-repeat;
}
.form .con-submit {
  margin: 0; padding: 10px 0 0 0;
  width: 260px; height: 31px; line-height: 31px; 
}
.form .con .input {
  margin: 0 10px; padding: 0;
  width: 240px;
  border: none; 
  background: none;
}
.form .required label { background: url(../images/bg-form-required.png) 95% 0% no-repeat; padding-right: 20px;}
.form .error .con .input {
  margin: 0 30px 0 10px; padding: 0;
  width: 220px;
  border: none; 
  background: none;
}
.form .con-textarea {
  position: relative;
  margin: 0 0 20px 0; padding: 0;
  width: 593px; height: 140px;
  background: url(../images/bg-form-textarea.gif) 0 0 no-repeat;
}
.form .error .con-textarea { 
  background: url(../images/bg-form-textarea.gif) 0 -140px no-repeat;
}
.form .con-textarea .textarea {
  margin: 10px 10px; padding: 0;
  width: 573px; height: 120px;
  border: none; 
  background: none;
}
.form .error .con-textarea .textarea {
  margin: 10px 30px 10px 10px;
  width: 553px; 
}
.form .submit {
  margin: 0 20px 0 0; padding: 0;
  width: 166px; height: 30px; line-height: 30px;
  color: #fff; font-weight: bold; text-transform: uppercase;
  background: url(../images/bg-regSubmit.gif) 0 0 no-repeat;
}

.form .lostPass {
  margin: 0 0 10px 0;
}

.overlayBoxes .form .note {
	float: left;
	color: #fff; font-style: italic;
}

.overlayBoxes .form label {
	color: #fff;
}

.overlayBoxes .form .submit {
  float: right;
  margin: 0; padding: 0;
  width: 130px; height: 30px; line-height: 30px;
  color: #fff; font-weight: bold; text-transform: uppercase;
  background: url(../images/bg-submitButton.gif) no-repeat;
}
.overlayBoxes .form .bgBlue {
  background-position: 0 0;
}
.overlayBoxes .form .bgRed {
  background-position: 0 -30px;
}

/* chybove hlasky */
.error-container { padding: 0; border: none !important; background: none !important;}
ul.form-message { margin: 0 0 10px 0 !important; padding: 0 !important; list-style: none;}
ul.form-message li { font-size: 1em; line-height: 25px; height: 25px; margin: 0px !important; padding: 0 0 0 20px !important; background: 5px 8px no-repeat; }
ul.form-message.error li   { color: #e12300; background-image: url(../images/ico/ico-error.gif); }
ul.form-message.correct li { color: #33b200; background-image: url(../images/ico/ico-correct.gif); }

#content .boxArticle .contact { margin-bottom: 20px; width: 593px;line-height: 1.8em; background: #deecf6 url('../images/bg-article-contact-content.jpg') repeat-y; }
#content .boxArticle .contact p { padding: 0 20px 10px; color: #073b5f; }
#content .boxArticle .contact .top { font-size: 0; height: 7px;  background: url('../images/bg-article-contact-top.jpg') no-repeat; }
#content .boxArticle .contact .bottom { font-size: 0; height: 7px; background: url('../images/bg-article-contact-bottom.jpg') no-repeat; }


#sidebarDetail { background: none; }

.boxEditmenu {  }
.boxEditmenu .in { background: none !important; padding: 0 !important; }
.boxEditmenu .in ul { padding: 33px 0 10px; }
.boxEditmenu .in ul li { position: relative; height: 37px; margin-bottom: 5px; }
.boxEditmenu .in ul li div { position: absolute; top: 10px; left: 12px; width: 20px; height: 19px; font-size: .9em; line-height: 19px; text-align: center; color: #fff; font-weight: bold; background: #d81f01 url('../images/bg-editmenu-orders.gIF') no-repeat; z-index: 20;}
.boxEditmenu .in ul li a { position: absolute; display: block; width: 287px; height: 37px; background: url('../images/bg-editmenu-item.png') no-repeat; }
.boxEditmenu .in ul li a span { display: block; height: 26px; padding: 11px 0 0 38px; background-position: 14px 58% !important; }
.boxEditmenu .in ul li.active a { font-weight: bold; color: #fff; text-decoration: none; background-position: 0 -37px; }

.boxEditmenu .in ul li.userZone span { background: url('../images/bg-editmenu-userzone.png') no-repeat; }
.boxEditmenu .in ul li.profile span { background: url('../images/bg-editmenu-profile.png') no-repeat; }
.boxEditmenu .in ul li.orders span { background: url('../images/bg-editmenu-orders.png') no-repeat; }
.boxEditmenu .in ul li.settings span { background: url('../images/bg-editmenu-settings.png') no-repeat; }
.boxEditmenu .in ul li.branches span { background: url('../images/bg-editmenu-branches.png') no-repeat; }
.boxEditmenu .in ul li.events span { background: url('../images/bg-editmenu-events.png') no-repeat;}
.boxEditmenu .in ul li.overview span { background: url(../images/bg-editmenu-overview.png) no-repeat;}
.boxEditmenu .in ul li.comments span { background: url(../images/ico/comment-edit.png) no-repeat;}

.boxProfileFilled {}
.boxProfileFilled .in { background: none !important; }
.boxProfileFilled .in .img { width: 57px; float: left; margin-top: 6px; }
.boxProfileFilled .in .self { margin-left: 67px; line-height: 1.7em; }
.boxProfileFilled .in .title { font-size: 1.1em; }
.boxProfileFilled .in .status { width: 155px; height: 14px; padding: 1px; border: 1px #d5d5d5 solid; }
.boxProfileFilled .in .status span { display: block; height: 100%; text-indent: -300px; overflow: hidden; background: #ab0c00 url('../images/bg-profilefilled-status.gif') repeat-x; }
.boxProfileFilled .rhombus { padding: 11px !important; }
.boxProfileFilled .rhombus li { margin-top: 8px; height: 100%; }
.boxProfileFilled .rhombus li a, .boxProfileFilled .rhombus li span { display: block; padding-left: 25px; background: url('../images/bg-profilefilled-li.gif') 0 55% no-repeat; }

.reset { margin: 0 !important; padding: 0 !important; border: 0 !important; background: none !important; }


/* Nastaveni uctu */
.settings .in .title { text-decoration: none; color: #fff; }

.settings .in  .submit, .settings .in .cancel { border: 0; color: #fff; font-weight: bold; margin: 5px 0 20px; padding: 5px 12px; text-transform: uppercase; cursor: pointer; }
.settings .in .submit { background: #D81F01;}
.settings .in .cancel { background: #686868;}

.settings ul.form-message.error li   { color: #fff; }
.settings ul.form-message li { background-image: none !important; list-style-type: squared; }

/* Editace pobocek */
.branch-edit, .branch-delete, .branch-plus, .branch-preview { display: block; margin: 0 !important; text-indent: 25px !important;  float: left !important; height: 23px !important; white-space: nowrap; overflow: hidden; _font-size: 1px;}
.branch-edit { width: 25px !important; background: url(../images/ico/ico-edit-place-branch.png) 0 0 no-repeat;}
.branch-delete { width: 24px !important; background: url(../images/ico/ico-delete-place-branch.png) 0 0 no-repeat;}
.branch-plus { width: 25px !important; background: url(../images/ico/ico-duplicate-branch.png) 0 0 no-repeat;}
.branch-preview { width: 25px !important; background: url(../images/ico/ico-preview-branch.png) 0 0 no-repeat;}

/* Banner */
.advert { position: absolute; z-index: -1; }
.advertRight { width: 138px; text-align: center; top: 240px; right: -135px; }

.clearAll   { display: block; clear: both; width: 100%; height: 0; line-height: 0; font-size: 0; }

/* Události (eventy) */
/* seznam instruktorů v overlay */
.event-subject-list img { margin-right: 10px; margin-bottom: 10px; float: left;}
.event-subject-list li { clear: both;}
.event-subject-list li a { display: block; min-height: 80px;}


.ieheight { _height: 1px;}

/* Barevné boxy se záhlavým odděleným čárou */
.boxThin { background: #F2F2F2 url(../images/bg-boxthin-gray.png) 0 0 repeat-x; border: 1px solid #E5E5E5;}
.boxThin h3 { border-bottom: 1px solid #E5E5E5; font-size: 1.1em; margin: 0; padding: 10px 15px;}
.boxThin .in { padding: 15px;}

/* Novinky na portálu v profilu instruktora */
.boxInovations { float: left; width: 315px;}

/* Poslední objednávky v profilu instruktora */
.boxLastOrders { background: #035EA4 url(../images/bg-boxthin-blue.png) 0 0 repeat-x; border: 1px solid #94C7DF; float: right; width: 315px;}
.boxLastOrders * { color: #fff !important; }
.boxLastOrders h3 { border-bottom: 1px solid #94C7DF;}
.boxLastOrders .inactive, .boxLastOrders .inactive * { color: #94C7DF !important;}
.boxLastOrders h3 em { background: #D81F01 url(../images/bg-boxthin-lastorders-new.gif) 50% 50% no-repeat; float: right; font-style: normal; height: 17px; text-align: center; width: 24px;}

/* Promo akcí */
.boxNewEvent {background: #035EA4 url(../images/bg-boxthin-blue.png) 0 0 repeat-x; border: 1px solid #94C7DF; color: #fff;}
.boxNewEvent h3 { border-bottom: 1px solid #94C7DF; color: #fff;}
.boxNewEvent .input.name { font-size: 1.2em; padding: 3px; width: 487px;}
.boxNewEvent .type { float: left; width: 300px;}
.boxNewEvent .term { float: right; clear: none;}
.boxNewEvent .term label { width: auto;}
.boxNewEvent .buttons { float: right;}

/* Hodnota profilu v profilu instruktora */
.boxProfileValue { padding: 10px 0 30px 0; overflow: hidden;}
.boxProfileValue p { float: left; width: 320px;}
.boxProfileValue strong { background: url(../images/bg-subject-profilevalue.png) 50% 50% no-repeat; float: left; font-size: 1.8em; height: 67px; line-height: 67px; padding-right: 10px; text-align: center; width: 70px;}
.boxProfileValue strong.auto { line-height: 0.8em; padding-top: 15px; height: 52px;}
.boxProfileValue strong em.small { font-size: 0.6em; font-weight: normal; font-style: normal;}
.boxProfileValue span { height: 67px; display: table-cell; padding-left: 10px; vertical-align: middle; @display: block; @padding-top: 10px;}
.boxProfileValue em.strong { font-weight: bold; font-style: normal;}
.boxProfileValue span.high { line-height: 1.7em;}

/* Jak zvýšit hodnotu profilu - v profilu instruktora */
.boxHowToImproveProfileValue p { margin-bottom: 10px;}
.boxHowToImproveProfileValue ul.rhombus { padding-top: 0 !important;}


#page-wizard-top { background: url(../images/first-time/bg-top-panel.png) 0 0 repeat-x; font-size: 1.2em; height: 56px; line-height: 50px; left: 0; position: absolute; text-align: left; top: 0; width: 100%; z-index: 40;}
#page-wizard-top .in { margin: auto; max-width: 1100px; padding-left: 20px;}
#page-wizard-top a { background: url(../images/first-time/ico-close.png) 0 50% no-repeat; color: #D20005; font-weight: bold; padding-left: 20px;}
#page-wizard-top a:hover { color: #000;}

.page-wizard-bubble { background: url(../images/first-time/bg-bubble-top.png) 0 0 no-repeat; padding-top: 11px; position: absolute; width: 335px; z-index: 30;}
.page-wizard-bubble .in { background: url(../images/first-time/bg-bubble-middle.png) 0 0 no-repeat; color: #5F5F5F; min-height: 60px; padding: 7px 20px;}
.page-wizard-bubble .in strong { color: #D20005;}
.page-wizard-bubble .bottom { background: url(../images/first-time/bg-bubble-bottom.png) 0 0 no-repeat; height: 23px;}
.page-wizard-bubble a.close { background: url(../images/first-time/ico-close.png) 0 0 no-repeat; float: right; height: 12px; width: 12px;}
.page-wizard-bubble:hover { z-index: 31;}

.boxSubjectsCertificates h2 { display: none;}
.boxSubjectsCertificates .in { background: transparent !important; border: 0 !important; padding: 0 !important;}
.boxSubjectsCertificates .in .progressContainer { color: #000 !important;}
.boxSubjectsCertificates .in .itemEdit, .boxSubjectsCertificates .in .item { float: left !important; margin: 5px !important; width: 90px !important;}
.boxSubjectsCertificates .in .last { margin-right: 0 !important;}
.boxSubjectsCertificates .in .img { margin: 0 !important; width: auto !important;}


/* Výběr účtu */
.selectAccount { float: left; width: 48%; border: 1px solid #e9e9e9; margin-top: 15px;}
.selectAccount img { margin-right: 10px;}
.selectAccount.last { float: right;}
.selectAccount h3 { background: url(../images/bg-regBox.jpg) 0 100% repeat-x; padding: 10px 0; border-bottom: 1px solid #F0F5FB;}
.selectAccount p { padding: 10px 0;}

