/*
Nezarazene zbytky stylu z PVU v4. Vlozit na podstranky pred hlavnim stylem.
 */
/*==============================================================================
        TO DO: ZREVIDOVAT STYLY
==============================================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
textarea {
  resize: vertical;
}
hr.cleaner {
  border: 0;
  margin: 0;
  padding: 0;
}
a img {
  vertical-align: middle;
}
/* -----------------------------------------------------------------------------
= TEXT ELEMENTS */
th { vertical-align: middle}
p {
  margin: 0 0 1.25em 0;
}
ul, ol {
  margin: 0 0 1.25em 1.625em;
}
ul {
  list-style-type: none;
}

ol {
  list-style-type: decimal;
}
ol ol                  {
  list-style: upper-alpha;
}
ol ol ol               {
  list-style: lower-roman;
}
ol ol ol ol            {
  list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
}
dl {
  margin: 0 1.25em;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 1.25em;
}
strong {
  font-weight: bold;
}
cite, em, i {
  font-style: italic;
  color: #454D52;
}
blockquote {
  font-family: Georgia, "Bitstream Charter", serif;
  font-style: italic;
  font-weight: normal;
  margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
  font-style: normal;
}
blockquote cite {
  color: #000;
  font-size: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
pre {
  background: #f4f4f4;
  font-size: 81.3%;
  font-family:  Monaco, Consolas, Courier, monospace;
  line-height: 1.5;
  margin-bottom: 1.25em;
  overflow: auto;
  padding: 0.75em 1.25em;
}
code, kbd {
  font-size: 81.3%;
  font-family: Monaco, Consolas, Courier, monospace;
}
abbr, acronym, dfn {
  border-bottom: 1px dotted #666;
  cursor: help;
}
address {
  display: block;
  margin: 0 0 1.25em;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup, sub {
  font-size: 62.5%;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
.bold {
  font-weight: bold;
}
.bold label {
  font-weight: bold !important;
  font-size: 13px;
}
.no-wrap {
  white-space: nowrap;
}
.no-padding {
  padding: 0 !important;
}
.small {
  font-size: 11px;
}
.invisible {
  display: none;
}
.visible {
  display: table-row;
}
.orange {
  color: #be5600;
}
.big {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
.upper {
  text-transform: uppercase;
}
.center {
  text-align: center;
}
.row-cl {
  margin: 20px 0;
}
.text-right {
  text-align: right;
}
/* -----------------------------------------------------------------------------
= SKIP NAVIGATION */
a.hdn_nav {
  position: absolute;
  top: 0;
  left: -9999px;
  z-index: 0;
  padding: 0.5em;
  color: #000;
  background: #fff;
}
a.hdn_nav:active,
a.hdn_nav:focus {
  z-index: 2000;
  left: 0;
}
/* SEARCH TODO */
#search {
  position: absolute;
  top: 5px;
  right: 5px;
}
#search #search-input {
  border: 1px solid #dadada;
  width: 150px;
  vertical-align: bottom;
}
#search #go_button {
  vertical-align: bottom;
}

/* -----------------------------------------------------------------------------
= LEFT */
/* -------------
user menu ------ */
#menu ul {
  margin: 0;
  padding: 0;
}
#menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu li a {
  text-decoration: underline;
}
#menu li a:hover {
  text-decoration: none;
}
a.btn.btn-xs.btn-danger.org-btn {
  margin-top: 1em;
  display: block;
  width: 90px;
}
/* -----------------------------------------------------------------------------
= MIDDLE */
/* DASHBOARD */
.dashboard_block_list {
  margin: 1em 0;
}
.dashboard_block_position {
  width: 49%;
  padding-bottom: 1.5em;
}
.dashboard_block_list .fl {
  margin-right: 1%;
}
.dashboard_block_list .sort {
  margin-bottom: 1.5em;
}
.dashboard_block_list .drop {
  border: 2px dashed #ddd;
}
.dashboard_block_list .dashboard_block_position .drop {
  border: 0;
}
.dashboard_block_list .dashboard_block_header_box {
  background: #1E1E1E;
  padding: 0.25em 1.25em;
  cursor: move;
}
.dashboard_block_list .dashboard_block_header_box h3 {
  float: left;
  color: #fff;
  margin: 0;
}
.dashboard_block_list .dashboard_block_header_box .dashboard_block_buttons {
  float: right;
  width: 60px;
  text-align: right;
}
.dashboard_block_list .dashboard_block_content {
  padding: 1.25em;
}
/* =====================================================================================================================================
= MODULES, PAGES */
/* LOGIN */
#usr_lgn_drv_opt_block p {
  clear: both;
  margin: 0 0 0.75em 0;
  padding: 0;
}
label .lab {
  clear: both;
}
label .lab {
  display: block;
  width: 120px;
  float: left;
}
p.submit input {
  width: auto;
}

/* -------------------------------------------------
TOP HIGHLIGHT */
#top-highlight {
  background: url('../img/top-highlight-header.png') no-repeat top center, url('../img/top-highlight-footer.png') no-repeat bottom center;
  text-align: center;
  font-size: 18px;
  color: #3a3a3a;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  padding-top: 47px;
  padding-bottom: 17px;
}
#top-highlight .conin {
  padding: 10px;
  background: #E3E3E3;
}

#top-highlight .conin p {
  margin-bottom: 0;
}
/* -------------------------------------------------
HIGHLIGHT */
aside #sys_blck_highlight {
  background: #e3e3e3 url('../img/highlight.png') no-repeat top center;
  max-width: 240px;
  width: 100%;
  font-size: 16px;
  color: #566166;
  padding: 40px 20px 20px 20px;
  margin: 0 0 1em 0;
}
aside #sys_blck_highlight p {
  font-size: 16px;
  color: #566166;
  margin: 0;
}

/* -------------------------------------------------
TOP BLOCKS - zadavatel, dodavatel */
#top_blocks .sys_blck {
  float: left;
  width: 49%;
  margin: 20px 2% 0 0;
  padding: 0;
}
#top_blocks #sys_blck_1013,
#top_blocks #sys_blck_1015 {
  margin-right: 0;
}
#top_blocks .sys_blck > div {
  padding: 20px;
  background: #f9f9f9;
  border: 1px solid #ebebeb;
}
#top_blocks h3,
#top_blocks div {
  margin: 0;
  padding: 0;
}
#top_blocks .pul-doprava {
  width: 310px;
}
#top_blocks .green-btn {
  font-size: 14px;
  line-height: 54px;
}
#top_blocks p {
  margin: 0 0 .5em 0;
  padding: 0;
}
#top_blocks h3 {
  line-height: 1.8;
  color: #000;
  font-size: 22px;
  font-weight: normal;
}
#top_blocks img {
  margin: 1em;
}
#top_blocks .pocet {
  font-size: 16px;
  color: #566166;
}
#top_blocks .pocet strong {
  font-size: 22px;
  color: #566166;
  font-weight: bold;
}
#top_blocks .help-ico {
  background: url('../img/icon/help.png') no-repeat left center;
  padding-left: 25px;
  min-height: 23px;
  font-size: 12px;
  color: #666666;
}
#top_blocks .help-ico a {
  color: #B25023;
  font-size: 12px;
}
.hp #area_contentright {
  margin-top: 20px;
  position: relative;
}
/*
homepage
 */
.homepage-content-wrapper > div[class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.homepage-content-wrapper > #homepage-content-left {
  padding-right: 50px;
}

.homepage-content-wrapper > #homepage-content-left img[alt="Banner obrázek"] {
  width: 685px;
  height: auto;
}
.homepage-content-wrapper .twiter-news  {
  padding-top: 48px;
}

/* -------------------------------------
price highlight */
.price {
  height: 86px;
  color: #566166;
  text-align: center;
  font-size: 1.25em;
  background: url('../img/grey-arrow.png') no-repeat center bottom;
}
.price strong {
  color: #047321; /*#058727*/
  font-size: 2em;
  font-weight: normal;
}
.price a {
  float: right;
  margin: 15px 0 0 0;
}

/* -----------------------------
USER INFO */
.user_info_left {
  background: #e3f2fb;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  display: block;
}
.user_info_left span {
  background: url('../img/blue-arrow.png') no-repeat center bottom;
  padding: .5em 1em;
  display: block;
}

/*
???
 */
.tabs_cnts .xen_pgr:first-child,
.tab-content .xen_pgr:first-child {
  display: none;
}
.bottom-border {
  border-bottom: 1px solid #e6e6e6;
}
#navbar {
  position: absolute;
}

.pager label.order-on-page {
  background: url('../img/icon/pocet-vz.png') 0 50% no-repeat;
  width: 16px;
  height: 16px;
  float: left;
  margin: .5em 1em .5em 0;
  text-indent: -9999px;
}

/* user organization */
#showAllEzak,
.user-add {
  background: url('../img/icon/plus.png') no-repeat left center;
  padding-left: 30px;
  margin: .25em 0 .5em 0;
  height: 20px;
  float: left;
}
/* chybove hlasky */
.sys_confirm {
  padding: 20px;
}
.sys_confirm h2 {
  margin-top: 0;
}
.sys_confirm .sys_confirm_msg {
  font-size: 14px;
  font-weight: bold;
}

#xenorders_cpv_clear_f38285fe078d728c41d177f113bd0a689 {
  margin: 0 .5em;
}
/* chybove hlasky */
.system_message {
  padding: 5px 10px 5px 55px;
  font-size: 110%;
  margin: .5em 0;
  min-height: 24px;
}
#sys_blck_xenorganizationsBlockedMessage {
  font-size: 14px;
  margin: 3.5em 0 .5em;
  min-height: 24px;
  color: #f00;
  width: 100%;
}

div.form_legend {
  color: #707070;
  font-size: 95%;
  float: left;
  margin-top: .5em;
}
/*

 */

#removeSignsInfo {
  background: #fff3d1;
  background: -moz-linear-gradient(top,  #fff8e3 0%, #fff5db 49%, #fff0cb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff8e3), color-stop(49%,#fff5db), color-stop(100%,#fff0cb));
  background: -webkit-linear-gradient(top,  #fff8e3 0%,#fff5db 49%,#fff0cb 100%);
  background: -o-linear-gradient(top,  #fff8e3 0%,#fff5db 49%,#fff0cb 100%);
  background: -ms-linear-gradient(top,  #fff8e3 0%,#fff5db 49%,#fff0cb 100%);
  background: linear-gradient(to bottom,  #fff8e3 0%,#fff5db 49%,#fff0cb 100%);
  border: 1px solid #e5d5a4;
  color: #be5600;
  padding: 0;
}
#removeSignsInfo div {
  background: transparent url('../img/icon/warning_modal.png') no-repeat 10px 10px;
  border: 1px solid #fff;
  color: #be5600;
  padding: .86em 2em .86em 4em;
  margin: 0;
}

#f84101d10024af344c6d22f7bda90afe9 .wrapper {
  clear: both;
  width: 25%;
  min-height: 20px;
}
#f84101d10024af344c6d22f7bda90afe9 .wrapper label {
  font-weight: normal;
}
#f84101d10024af344c6d22f7bda90afe9 .wrapper input {
  margin-right: 20px;
}

/* modal okno */
#modal_box_bg_ajax_mb_cnt {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.xenservices-validity {
  background: #e3f2fb;
  margin-bottom: 1.5em;
  padding: .5em 1em;
}
.xenservices-validity p {
  float: left;
  font-weight: bold;
  margin: .5em 0;
  color: #000;
}
#organization_hp .xenservices-orderprocess-services select {
  padding-top: 6px;
  font-weight: bold;
}

#xenservices-orderReview button{
  float:right;
}

.xenservices-orderprocess-services .xenservices-cancel {
  padding: 4px 15px;
  font-weight: normal;
  letter-spacing: 0;
}
#xenservices-orderReview {
  padding: .5em 2em;
}
#xenservices-orderReview h3 {
  margin-top: 0;
}
#xenservices-orderReview hr {
  border: 0 none;
  border-bottom: 1px dotted #c1c1c1;
  padding: 0;
  margin: .5em 0 1.5em 0;
}
#xenservices-orderReview .xenservices-buttons {
  margin-bottom: 1em;
}
#xenservices-orderReview .xenservices-buttons label {
  font-weight: normal;
  margin-right: 1em;
}
#xenservices-orderReview .xenservices-buttons input {
  padding: .5em 1em;
}
.xenservices-cancel {
  background: #fff3d1;
  background: -moz-linear-gradient(top,  #fff8e3 0%, #fff5db 49%, #fff0cb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff8e3), color-stop(49%,#fff5db), color-stop(100%,#fff0cb));
  background: -webkit-linear-gradient(top,  #fff8e3 0%,#fff5db 49%,#fff0cb 100%);
  background: -o-linear-gradient(top,  #fff8e3 0%,#fff5db 49%,#fff0cb 100%);
  background: -ms-linear-gradient(top,  #fff8e3 0%,#fff5db 49%,#fff0cb 100%);
  background: linear-gradient(to bottom,  #fff8e3 0%,#fff5db 49%,#fff0cb 100%);
  border: 1px solid #e5d5a4;
  color: #be5600;
  padding: 0;
  margin: 0 0 1em 0;
}
.xenservices-cancel div {
  background: transparent url('../img/icon/warning_modal.png') no-repeat 10px 10px;
  border: 1px solid #fff;
  color: #be5600;
  padding: .86em 2em .86em 4em;
  margin: 0;
}
.xenservices-center {
  text-align: center;
}
.xenservices-list .order_list_table th {
  font-weight: bold;
}
/* -----------------------------------------------------------------------------
= STATS 20130719 */
.cl, .clear, .cleaner {
  clear: both;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.fleft, .fright, .ffull {
  margin-bottom: 15px;
}
.ffull {
  width: 100%;
}
.fw13 {
  width: 30%;
}
.fw23 {
  width: 66%;
}
.fw133 {
  width: 31%;
  margin-right: 2%;
}
.fw12 {
  width: 48%;
}
.fw20 {
  width: 20%;
}
.fw15 {
  width: 16%;
}
.flast {
  margin-right: 0;
}
.chart {
  border: 1px solid #dcdcdc;
  padding: 10px 2px;
}
.stats h4 {
  margin-top: 10px;
  color: black;
  font-size: 13px;
}
.statsbox {
  border: 1px solid #dcdcdc;
  margin-top: 15px;
  background: #f7f7f7;
}

.statsbox .conin {
  margin: 0;
  padding: 15px;
}

.statsbox h3 {
  margin-top: 0;
}

/* add button */
.sys_btn_wrap {
  float: right;
  margin: 25px 0 0 0;
}
.sys_btn_wrap p {
  margin: 0;
}
/* -----------------
FAQ ---------------- */
p.dotazy {
  padding: 0 !important;
  line-height: 2.4;
}
p.dotazy a {
  background: transparent url('../img/dotazy.png') 1px center no-repeat;
  padding: 1px 0 1px 25px;
  color: #006aa1;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
/*

 */
#map-canvas {
  height: 190px;
  width: 98%;
  margin: 0;
  padding: 0;
  border: 1px solid #d1d1d1;
}
/* google table */
.google-visualization-table-table .gradient,
.google-visualization-table-div-page .gradient {
  padding: .5em .25em !important;
  background: #fff !important;
  text-align: left;
  border: 0 none;
}

/*

 */

#xenservices-orderReview select {
  float: right;
  width: auto;
  min-width: 150px;
}
.selected-services tr {
  background: #f2f2f2;
  border-radius: 0px;
}
#xenservices-orderReview table.selected-services tr td {
  border-bottom: 3px solid #fff;
  padding: .5em 1em;
}
#contactFormLink strong {
  color: #1676b5;
  text-transform: uppercase;
}

.msg_warning #contactFormLink {
  background: none;
  float: none;
  border: none;
  display: inline;
  padding: 0;
  margin: 0;
  color: #006AA1;
  text-decoration: underline;
}

.ng-cloak {
  display: none;
}

.supplier-banner {
  background: #f9f9f9 url('../img/supplier-banner.png') no-repeat 20px 50%;
  border: 1px solid #e3e3e3;
  padding: 12px 15px 12px 105px;
  float: right;
  width: 40%;
}
.supplier-banner h3 {
  color: #000;
  font-size: 18px;
  margin: .25em 0;
  font-weight: normal;
  min-height: 35px;
}
.supplier-banner p {
  clear: both;
  margin: .25em 0;
}
.supplier-banner .sys_btn_yes {
  float: right;
}
.supplier-banner-vz .supplier-banner {
  width: 50.5%;
}

#cpvControl_f52c5df095d2fe7f7c0615f334c2a4bbf label,
#cpvControl_fe171e551c8241a77393b5257ce99a624 label,
#cpvControl_f79de64b19b4f1e71dc09b5baacca2e50 label {
  float: none;
  display: block;
}
#cpvControl_f79de64b19b4f1e71dc09b5baacca2e50 label {
  font-size: 1.26em;
  font-weight: bold !important;
  padding: 0.26em 0;
  margin: 0 0 0.5em;
}
#cpvControl_f52c5df095d2fe7f7c0615f334c2a4bbf p,
#cpvControl_fe171e551c8241a77393b5257ce99a624 p,
#cpvControl_f79de64b19b4f1e71dc09b5baacca2e50 p {
  color: #777777;
}
#cpvControl_f52c5df095d2fe7f7c0615f334c2a4bbf .sys_btn,
#cpvControl_f79de64b19b4f1e71dc09b5baacca2e50 .sys_btn,
#cpvControl_fe171e551c8241a77393b5257ce99a624 .sys_btn {
  margin-left: 1em;
}
.cpv_count_of_selected_cpv {
  color: #006AA1;
  font-size: 20px;
  margin: 0 .25em;
}

.imported-vz {
  background: url('../img/zakazky/ico_evidovane-vz.png') 0 0 no-repeat;
  float: left;
  width: 17px;
  height: 12px;
  margin: 3px 10px 0 0;
  text-indent: -999px;
  overflow: hidden;
  outline: 0;
}
/* Akademie vz */
.akademie_vz h3 {
  font-weight: normal;
  font-size: 26px;
  color: #000;
}
.akademie_vz h3 strong {
  font-weight: bold;
  background: url('../img/pvu-title.png') no-repeat 0 50%;
  padding-left: 50px;
}
.akademie_vz h4 {
  font-weight: normal;
  font-size: 24px;
  clear: both;
}
ul.akademievz_ul li {
  background: url('../img/li-plus.png') no-repeat 0 50%;
  list-style-type: none;
  font-size: 13px;
  padding: 3px 0 3px 30px;
}
.vyhody,
.nevyhody {
  background: #f6f6f6 url('../img/bg-vyhody.png') no-repeat 0 0;
  width: 324px;
  float: left;
  padding: 50px 20px 20px 20px;
  text-align: center;
  min-height: 200px;
  margin: 0 0 5em 0;
  border-radius: 0px;

}
.nevyhody {
  background: #f6f6f6 url('../img/bg-nevyhody.png') no-repeat 0 0;
  float: right;
}
.vyhody p,
.nevyhody p {
  margin: 0;
  padding: 1em;
  background: transparent url('../img/sep.png') repeat-x left bottom;
}

/* verejne zakazkz banner */
.mw3-xenservices-banner-service-pokrocile-vyhledavani-v-katalogu-verejnych-zakazek .xenservices_message_arrow {
  transform: rotate(-90deg);
  position: absolute;
  left: 23px;
  bottom: -15px;
  height: 17px;
  width: 13px;
  display: block;
  background: url('../img/xenservices-arrow.png') no-repeat 0 0;
}
/* uverejnenie zakazok banner*/
.mw3-xenservices-banner-service-geolokace-mista-plneni-zakazky .xenservices_message_arrow {
  background: url('../img/xenservices-arrow2.png') no-repeat 0 0;
  left: 20px;
  top: -12px;
  height: 12px;
  position: absolute;
  width: 26px;
}
.xenservices_message.mw3-xenservices-banner-service-ulozeni-konceptu-zakazky .xenservices_message_arrow {
  background: url('../img/xenservices-arrow3.png') no-repeat 0 0;
  right: -12px;
  top: 10px;
  height: 17px;
  width: 13px;
  position: absolute;
}
/* dokumenty - uverejneni */
.mw3-xenservices-banner-service-fotogalerie-a-moznost-vkladani-obrazku .xenservices_message_arrow {
  background: url('../img/xenservices-arrow3.png') no-repeat 0 0;
  left: 71px;
  top: -15px;
  height: 17px;
  width: 13px;
  position: absolute;
  transform: rotate(-90deg);
}

/*

 */
input, textarea {
  -webkit-transition: box-shadow linear 0.2s;
  -moz-transition: box-shadow linear 0.2s;
  -o-transition: box-shadow linear 0.2s;
  transition: box-shadow linear 0.2s;
}
input:focus,
textarea:focus {
  outline: 0 !important;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(100, 100, 100, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(100, 100, 100, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(100, 100, 100, 0.6);
}

.extendedSupplierProfileBanner {
  background-color: #fdfddf;
  border-left: 4px solid #e5e522;
  display: block;
  padding: 1em 1.5em;
  color: #000000;
  margin: 1em 0;
}
.extendedSupplierProfileBanner .xenservices_message {
  background: none;
  border: 0 none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  float: none;
}
.extendedSupplierProfileBanner .xenservices_message .xenservices_message_arrow {
  display: none;
}

.organizationSupplierDisabled input[type="text"],
.organizationSupplierDisabled textarea {
  background-color: #fff;
  text-shadow: none;
  cursor: not-allowed;
}
.organizationSupplierDisabled .system_forms_submit_button {
  color: #fff !important;
  border: 1px solid #B4B4B4;
  background: #B4B4B4;
}
.organizationSupplierDisabled input:focus,
.organizationSupplierDisabled textarea:focus {
  outline: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.organizationSupplierDisabled .organization-keyword #f72a62f62a4793cc62cf42aaaeb864607 fieldset .system_forms_submit_button {
  background-image: url('../img/icon/minus-dis.png');
}
.contract-organizations table a.nodec {
  text-decoration: none;
}
#cotnractFilter .date-input-wrap input {
  width: 17.5em;
}
/* contractFilter form */
#cotnractFilter .fleft {
  width: 65.5%;
}
#cotnractFilter .fleft .wrapper {
  width: 46%;
}
#cotnractFilter .fright {
  float: left;
  width: 25%;
}
#cotnractFilter .fright .wrapper {
  width: 100%;
}
#cotnractFilter .fright .radio {
  margin-top: 1em;
}
/* Order Filter Locality */
.teritorial-control p[ng-if="controller.selectedItem"] {
  font-size: 1.1em;
  color: #006aa1;
  margin: 5px 10px 5px 0;
  font-weight: bold;
}

iframe[name="google_conversion_frame"] {
  width: 0px !important;
  height: 0px !important;
  position: absolute;
}

.environment_test .test_container.test_failed .test_in_progress,
.environment_test .test_container.test_failed .test_success,
.environment_test .test_container.test_failed .test_inconclusive,
.environment_test .test_container.test_in_progress .test_failed,
.environment_test .test_container.test_in_progress .test_success,
.environment_test .test_container.test_in_progress .test_inconclusive,
.environment_test .test_container.test_in_progress .test_result,
.environment_test .test_container.test_success .test_failed,
.environment_test .test_container.test_success .test_in_progress,
.environment_test .test_container.test_success .test_inconclusive,
.environment_test .test_container.test_inconclusive .test_failed,
.environment_test .test_container.test_inconclusive .test_success,
.environment_test .test_container.test_inconclusive .test_in_progress
{
  display : none;
}

.environment_test .test_container {
  padding-left: 30px;
}

.environment_test .test_container.test_failed {
  background: url('../img/icon_20x20/deny.png') no-repeat 0 8px;
}

.environment_test .test_container.test_in_progress {
  background: url('../img/loader.gif') no-repeat 0 8px;
}

.environment_test .test_container.test_success {
  background: url('../img/box-li.png') no-repeat 0 8px;
}

.environment_test .test_container.test_inconclusive {
  background: url('../img/ico-help.png') no-repeat 0 8px;
}

/*=============================================================================

*****************************    NEW STYLES   *********************************

==============================================================================*/
/*-----------------------------------------------------------------------------
           TYPOGRAPHY
------------------------------------------------------------------------------*/
a {
  color: #2b60ad;
}
a:hover {
  opacity: 1;
  color: #2b60ad;
}
ul {
  list-style-type: none;
}
hr {
  height: 1px;
  border: 0;
  border-bottom: 1px solid #e2e3e4;
  margin: 1.625em 0;
}
/*-----------------------------------------------------------------------------
           BASIC
------------------------------------------------------------------------------*/
.pul-doleva {
  float: left;
}
.pul-doprava {
  float: right;
}
.fl-right,
.fl-right-last {
  float: right;
  width: 30%;
  padding: .5em 1em;
  margin: 0;
}
.fl-right a,
.fl-right-last a {
  color: #006aa1;
  font-weight: bold;
}
.fl-right-last {
  width: 125px;
  padding: .5em 0 .5em 1em;
}

.system_form_visibility_no + hr {
  display: none;
}

/* ============================================================================
-------------------------------------------------------------------------------
            MIXINS CUSTOM
-------------------------------------------------------------------------------
============================================================================= */
/* Hover effects */
.hover-before {
  opacity: 0.9;
  transition: all 0.5s;
  cursor: pointer;
}
.hover-after {
  opacity: 1;
}
/* Text with underline OR without underline */
.text-without-underline {
  text-decoration: none;
}
.text-with-underline {
  text-decoration: underline;
}
/* Light box background and border */
.light-box-bg {
  background: #fbfcfd;
  border: 1px solid #f7f9fa;
  padding: 1.5em 1em;
}
/* BOX ITEM */
.box-item-border {
  border: 1px solid #e2e3e4;
  border-radius: 0px;
  padding: 1em;
}

/* LOGIN */
.ico-user {
  background: url('../img/ico-user.png') no-repeat 0 0;
  height: 16px;
  width: 16px;
  float: left;
  margin-right: 0.85em;
}
/*-----------------------------------------------------------------------------
           TOP AREA
------------------------------------------------------------------------------*/
#area_top {
  margin-top: 1.5em;
  display: block;
  height: 25px;
}
#area_top .sys_blck {
  float: right;
}
/*

 */
.light-box-transparent {
  position: relative;
}

/* CPV SELECT  */
.cpv-select-toggle-hide-numbers-button {
  float: left;
}
.cpv-select-choose-button-wrapper {
  margin-bottom: 15px;
}
.cpv-select-choose-button-wrapper .sys_btn,
.cpv-select-toggle-hide-numbers-button .sys_btn {
  display: inline-block;
}
.cpv-select-chosen-list {
  clear: both;
}
.cpv_list_pad li {
  clear: both;
}
.cpv_list_pad li span {
  width: 88%;
  display: inline-block;
}
/* label obor cinnosti*/
label.cpv-select-label.ng-binding.ng-scope[ng-if='label'] {
  position: inherit !important;
}
div.row label.cpv-select-label.ng-binding.ng-scope {
  position: relative;
  top: -22px;
  left: 35px;
}

/*  select sipka */
select {
  width: 100%;
  height: 34px;
  overflow: hidden;
  background: url("../img/icon/arrow-select.png") no-repeat right #ffffff;
  background-color: #f3f3f3;
  border: 1px solid #cfcfcf;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select ::-ms-expand {
  display: none;
}
/* nahrada za appearence*/
select::-ms-expand {
  display: none;
}

/* modal okno vlozeni smlouvy*/
.fr.spub_fr {
  width: 50%;
  float: right;
  padding: 1%;
}
div#organization-wrapper {
  width: 50%;
  float: left;
  padding: 1%;
}

.red-font {
  color:red;
  font-weight:bold;
}
/* loading spinner */
.sys_waiting {
  background: #fff url('../img/loading.gif') no-repeat 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

/* uverejneni zakazky */
.panel,
.panel-default {
  border-radius: 0;
  border: none;
  margin-bottom: 0;
}
.panel-title {
  font-size: 12px;
}
.panel-heading {
  border-radius: 0;
  padding: 0;
}


/*

 */
.sys_btn.disabled,
.sys_btn[disabled],
fieldset[disabled] .sys_btn,
.sys_btn.disabled:hover,
.sys_btn[disabled]:hover,
fieldset[disabled] .sys_btn:hover,
.sys_btn.disabled:focus,
.sys_btn[disabled]:focus,
fieldset[disabled] .sys_btn:focus,
.sys_btn.disabled:active,
.sys_btn[disabled]:active,
fieldset[disabled] .sys_btn:active,
.sys_btn.disabled.active,
.sys_btn[disabled].active,
fieldset[disabled] .sys_btn.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.sys_btn .badge {
  color: #ffffff;
  background-color: #fff;
}

/* button size */
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius:0;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius:0;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius:0;
}
.btn-block {
  display: block;
  width: 100%;
}
