/* GLOBAL STYLES */
.navbar.navbar-light { padding: 0rem 1rem }
a.navbar-brand h1 { margin-bottom: 0; }

table.obsah{width:100%;}
.center80{text-align:center;    width:80%;    display:inline-block;}

h2.badgeshead{font-family:"Open Sans";   font-size:2.2em;   line-height:1.5em;}
.head-claim{width:100%;   position:relative;    min-height:350px;    background-color:#f5f5f5; padding:1em 0 0;}
.head-claim-inner{position:relative;}
.head-claim-caption{background:rgba(0,0,0,0.3) none repeat scroll 0 0;    border-radius:4px;    z-index:10;    left:40%;    right:15px;    top:1em;    padding:1em;    position:absolute;    text-align:center;    color:#fff;    text-shadow:0 1px 2px rgba(0,0,0,0.4);}
.head-claim-caption h2 {color: #ffffff !important;}
.head-claim-button{left:40%;    right:15px;    bottom:3em;    padding:1em;    position:absolute;    text-align:center;}
.head-claim-caption p{font-size:1.3em;}

.head-strip {background-color: #e5e5e5; text-align: center;}
.head-strip p {padding: 20px 0px; font-size: 1.25em; font-weight: 400; }
.modal-header h3 {margin: 0;}
.produkt-list .icon {vertical-align: middle; margin-right: 1em; font-size: 2.2em;}
.produkt-list a span {font-weight: 600;}
#content p,#aside p{text-align:justify;}
img.caption{margin-bottom:5px;    margin-right:8px;    margin-top:8px;    padding:1px;}
.vcenter{display:flex;   align-items:center;}
a.navbar-inverse h1,a.navbar-brand h1{color:#fff;}
p.contentheading{font-weight:400;   font-size:21px;}

/* SIDEBAR MENU */
#sidebar-wrapper{z-index:1000;    position:fixed;    right:0px;    width:0;    height:100%;    margin-left:-250px;    opacity:0.95;    overflow-y:auto;    background:#333;    top:50px;    -webkit-transition:all 0.5s ease;    -moz-transition:all 0.5s ease;    -o-transition:all 0.5s ease;    transition:all 0.5s ease;}
#sidebar-wrapper.toggled{width:250px;}
.sidebar-nav{position:absolute;    top:0;    width:250px;    margin:0;    padding:0;    list-style:none;}
.sidebar-nav li{line-height:40px;    text-indent:20px;    position:relative;}
.sidebar-nav li .icon {position:absolute;    left:0;    top:0.15em;    font-size:2em;}
.sidebar-nav li a{display:block;    text-decoration:none;    color:#999999;}
.sidebar-nav li a span{padding-left:3em;}
.sidebar-nav li a:hover{text-decoration:none;    color:#fff;    background:rgba(255,255,255,0.2);}
.sidebar-nav li a:active, .sidebar-nav li a:focus{text-decoration:none;}
.sidebar-nav > .sidebar-brand{height:65px;    font-size:18px;    line-height:60px;}
.sidebar-nav > .sidebar-brand a{color:#999999;}
.sidebar-nav > .sidebar-brand a:hover{color:#fff;    background:none;}

.claim-menu li .icon { font-size:2em; margin-right: 0.6em; vertical-align: middle !important;}
.claim-menu li a span{margin-top:0.4em; font-weight: bold; font-size: 14.8px;}

.item:hover a{text-decoration:none;}

p.odkazpdf, p.odkazword {margin-bottom:0;}

/* * Core Owl Carousel CSS File *v1.3.3 */
/* clearfix */
.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
/* display none until init */
.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y;}
.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px,0px,0px);}
.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out;}
.owl-carousel .owl-item{float:left;}
.owl-controls .owl-page, .owl-controls .owl-buttons div{cursor:pointer;}
.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);}
/* mouse grab icon */
.grabbing{cursor:url(grabbing.png) 8 8,move;}
/* fix */
.owl-carousel  .owl-wrapper, .owl-carousel  .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;  -webkit-transform:translate3d(0,0,0);  -moz-transform:translate3d(0,0,0);  -ms-transform:translate3d(0,0,0);}
/** Owl Carousel CONTENT THEME */
.content-theme .owl-controls{margin-top:10px;text-align:center;}
/* Styling Next and Prev buttons */
.content-theme .owl-controls .owl-buttons div{color:#fff;display:inline-block;zoom:1;*display:inline;
/*IE7 life-saver */
margin:5px;padding:3px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background:#869791;filter:alpha(opacity=50);
/*IE7 fix*/
opacity:0.5;}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.content-theme .owl-controls.clickable .owl-buttons div:hover{filter:alpha(opacity=100); /*IE7 fix*/ opacity:1;text-decoration:none;}
/* Styling Pagination*/
.content-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline; /*IE7 life-saver */ }
.content-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:alpha(opacity=50);/*IE7 fix*/ opacity:0.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#869791;}
.content-theme .owl-controls .owl-page.active span,.content-theme .owl-controls.clickable .owl-page:hover span{filter:alpha(opacity=100); /*IE7 fix*/ opacity:1;}
/* If PaginationNumbers is true */
.content-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;}
/* preloading images */
.owl-item.loading{min-height:150px;background:url(AjaxLoader.gif) no-repeat center center}


/** Owl Carousel CALC THEME */
.calc-theme { text-align:center;}
.calc-theme .owl-wrapper-outer { width:100%;}
.calc-theme .owl-controls{margin-top:10px;text-align:center;}
/* Styling Next and Prev buttons */
.calc-theme .owl-controls .owl-buttons div{position: absolute;  background: #eee none repeat scroll 0 0;
    border-radius: 30px;
    color: #333;
    display: inline-block;
    font-size: 1.5em;
    margin: 5px;
    padding: 5px 10px;}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.calc-theme .owl-controls.clickable .owl-buttons div:hover{filter:alpha(opacity=100); /*IE7 fix*/ opacity:1;text-decoration:none;}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page, .calc-theme .owl-controls .owl-page, .thumbscontrols.owl-controls .owl-page{display:inline-block;zoom:1;*display:inline; /*IE7 life-saver */ }
.owl-theme .owl-controls .owl-page span, .calc-theme .owl-controls .owl-page span, .thumbscontrols.owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#ccc; }
.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span, .thumbscontrols.owl-controls .owl-page.active span,
.calc-theme .owl-controls .owl-page.active span,.calc-theme .owl-controls.clickable .owl-page:hover span, .thumbscontrols.owl-controls.clickable .owl-page:hover span{background:#3f89c3}
/* If PaginationNumbers is true */
.calc-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;}
.calc-theme .owl-controls .owl-buttons .owl-prev{ left: -45px; top: 100px;}
.calc-theme .owl-controls .owl-buttons .owl-next{ right: -45px; top: 100px;}
.thumbscontrols {margin-top:10px;}
/* *  Owl Carousel CSS3 TRANSITIONS *  v1.3.2 */
.owl-origin{-webkit-perspective:1200px;-webkit-perspective-origin-x:50%;-webkit-perspective-origin-y:50%;-moz-perspective:1200px;-moz-perspective-origin-x:50%;-moz-perspective-origin-y:50%;perspective:1200px;}
/* fade */
.owl-fade-out{z-index:10;  -webkit-animation:fadeOut .7s both ease;  -moz-animation:fadeOut .7s both ease;  animation:fadeOut .7s both ease;}
.owl-fade-in{-webkit-animation:fadeIn .7s both ease;  -moz-animation:fadeIn .7s both ease;  animation:fadeIn .7s both ease;}
/* backSlide */
.owl-backSlide-out{-webkit-animation:backSlideOut 1s both ease;  -moz-animation:backSlideOut 1s both ease;  animation:backSlideOut 1s both ease;}
.owl-backSlide-in{-webkit-animation:backSlideIn 1s both ease;  -moz-animation:backSlideIn 1s both ease;  animation:backSlideIn 1s both ease;}
/* goDown */
.owl-goDown-out{-webkit-animation:scaleToFade .7s ease both;  -moz-animation:scaleToFade .7s ease both;  animation:scaleToFade .7s ease both;}
.owl-goDown-in{-webkit-animation:goDown .6s ease both;  -moz-animation:goDown .6s ease both;  animation:goDown .6s ease both;}
/* scaleUp */
.owl-fadeUp-in{-webkit-animation:scaleUpFrom .5s ease both;  -moz-animation:scaleUpFrom .5s ease both;  animation:scaleUpFrom .5s ease both;}
.owl-fadeUp-out{-webkit-animation:scaleUpTo .5s ease both;  -moz-animation:scaleUpTo .5s ease both;  animation:scaleUpTo .5s ease both;}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty{0%{opacity:1}
}
@-moz-keyframes empty{0%{opacity:1}
}
@keyframes empty{0%{opacity:1}
}
@-webkit-keyframes fadeIn{0%{opacity:0; }
100%{opacity:1; }
}
@-moz-keyframes fadeIn{0%{opacity:0; }
100%{opacity:1; }
}
@keyframes fadeIn{0%{opacity:0; }
100%{opacity:1; }
}
@-webkit-keyframes fadeOut{0%{opacity:1; }
100%{opacity:0; }
}
@-moz-keyframes fadeOut{0%{opacity:1; }
100%{opacity:0; }
}
@keyframes fadeOut{0%{opacity:1; }
100%{opacity:0; }
}
@-webkit-keyframes backSlideOut{25%{opacity:.5; -webkit-transform:translateZ(-500px); }
75%{opacity:.5; -webkit-transform:translateZ(-500px) translateX(-200%); }
100%{opacity:.5; -webkit-transform:translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut{25%{opacity:.5; -moz-transform:translateZ(-500px); }
75%{opacity:.5; -moz-transform:translateZ(-500px) translateX(-200%); }
100%{opacity:.5; -moz-transform:translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut{25%{opacity:.5; transform:translateZ(-500px); }
75%{opacity:.5; transform:translateZ(-500px) translateX(-200%); }
100%{opacity:.5; transform:translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn{0%,25%{opacity:.5; -webkit-transform:translateZ(-500px) translateX(200%); }
75%{opacity:.5; -webkit-transform:translateZ(-500px); }
100%{opacity:1; -webkit-transform:translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn{0%,25%{opacity:.5; -moz-transform:translateZ(-500px) translateX(200%); }
75%{opacity:.5; -moz-transform:translateZ(-500px); }
100%{opacity:1; -moz-transform:translateZ(0) translateX(0); }
}
@keyframes backSlideIn{0%,25%{opacity:.5; transform:translateZ(-500px) translateX(200%); }
75%{opacity:.5; transform:translateZ(-500px); }
100%{opacity:1; transform:translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade{to{opacity:0; -webkit-transform:scale(.8); }
}
@-moz-keyframes scaleToFade{to{opacity:0; -moz-transform:scale(.8); }
}
@keyframes scaleToFade{to{opacity:0; transform:scale(.8); }
}
@-webkit-keyframes goDown{from{-webkit-transform:translateY(-100%); }
}
@-moz-keyframes goDown{from{-moz-transform:translateY(-100%); }
}
@keyframes goDown{from{transform:translateY(-100%); }
}
@-webkit-keyframes scaleUpFrom{from{opacity:0; -webkit-transform:scale(1.5); }
}
@-moz-keyframes scaleUpFrom{from{opacity:0; -moz-transform:scale(1.5); }
}
@keyframes scaleUpFrom{from{opacity:0; transform:scale(1.5); }
}
@-webkit-keyframes scaleUpTo{to{opacity:0; -webkit-transform:scale(1.5); }
}
@-moz-keyframes scaleUpTo{to{opacity:0; -moz-transform:scale(1.5); }
}
@keyframes scaleUpTo{to{opacity:0; transform:scale(1.5); }
}

/* PUVODNI TABULKY a grafika */
table.obsah {
    border: 1px solid #ddd;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 8px;
    margin-top: 8px;
    width: 100%;
}
table.obsah th {
    background: #dadada none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
    padding: 0.5em 1.5em;
}
table.obsah td {
    border-bottom: 1px solid #ddd;
    padding: 0.2em 1.2em;
}
table.obsah td.raml {
    border-right: 1px solid #ddd;
}
table.obsah td.odsad {
    padding-left: 50px;
}
table.obsah td.bezramu {
    border-bottom: medium none;
}
.even, .even td {
    background: #f3f3f3 none repeat scroll 0 0;
}
.stahni {
    background-color: #f7f7f7;
    border: 3px solid #ddd;
    margin: 35px 0;
    padding: 15px 15px 15px 25px;
    position: relative;
}
div.stahni h3.legend-title {
    background: #ddd none repeat scroll 0 0;
    font-family: "Open Sans";
    font-size: 14px;
}
.legend-title {
    background: #f8f8f8 none repeat scroll 0 0;
    display: block;
    float: left;
    font-size: 125%;
    font-weight: bold;
    left: 7px;
    margin: 0 !important;
    padding: 0 5px !important;
    position: absolute;
    top: -10px;
}
.infograf {
    background: transparent url("../../images/infogr.gif") no-repeat scroll left top;
    color: #3f3f3f;
    display: block;
    float: left;
    font-size: 16px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: normal;
    margin-right: 15px;
    margin-top: 7px;
    padding: 21px 4px 26px;
    text-align: center;
    width: auto;
}
.infograf div.infotext {
    font-size: 11px;
    font-weight: bold;
    margin-top: 12px;
    text-align: center;
    text-transform: uppercase;
    width: 42px;
}
div.kalk-tab  {

}
div.tab-head div  {
   padding: 1em 1.8em;
}
div.tab-body {
   padding:  0.3em 0.5em;
   border-bottom: 1px solid #ccc;
}
div.tab-body h3 {
   margin: 0em;
}
div.tab-body div {
   display: inline-block;
   vertical-align: middle;
   float: none;
   font-weight: bold;
}
.kalk-tab div.tab-head {
    background: #dadada none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
}
#zadost-result div.form-group {
   margin-bottom: 15px;
}
.btn.btn-outline {
    background-color: transparent;
    color: #555;
}
.legenda-titulek {
    display: table;
    white-space: nowrap;
}
.legenda-titulek:before, .legenda-titulek:after {
   border-top: 1px solid #eee;
   content: '';
   display: table-cell;
   position: relative;
   top: 0.5em;
 }
.legenda-titulek:before { right: 1.5%; }
.legenda-titulek:after { left: 1.5%; width: 95%; }
.souhrn h3.legenda-titulek, .souhrn h4.legenda-titulek {
   margin-top: 20px;
}
.souhrn table > tbody > tr > td {
   line-height: 1.42857;
   padding: 2px 0;
}
.souhrn a {
   color: #5a5a5a;
}
.prohlaseni {
    display: block;
    height: 100px;
    overflow: auto;
}
/* SELECT 2 */
/*
Version: 3.5.2 Timestamp: Sat Nov  1 14:43:36 EDT 2014
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 100%;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    border-radius: 4px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

    border-radius: 0 0 4px 4px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
    float: none;
    width: auto;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
    margin-left: 26px;
    margin-right: 0;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: 0px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    border-radius: 0 0 4px 4px;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    background-clip: padding-box;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;

    border-left: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
    background-position: 2px 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 4px 0 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
            box-shadow: none;

    background: #fff url('select2.png') no-repeat 100% -22px;
    background: url('select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

html[dir="rtl"] .select2-search input {
    padding: 4px 5px 4px 20px;

    background: #fff url('select2.png') no-repeat -37px -22px;
    background: url('select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('select2-spinner.gif') no-repeat 100%;
    background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px;
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html[dir="rtl"] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results-dept-1 .select2-result-label { padding-left: 20px }
.select2-results-dept-2 .select2-result-label { padding-left: 40px }
.select2-results-dept-3 .select2-result-label { padding-left: 60px }
.select2-results-dept-4 .select2-result-label { padding-left: 80px }
.select2-results-dept-5 .select2-result-label { padding-left: 100px }
.select2-results-dept-6 .select2-result-label { padding-left: 110px }
.select2-results-dept-7 .select2-result-label { padding-left: 120px }

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
}

.select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, .2);
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

html[dir="rtl"] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li
{
    float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('select2.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url('select2x2.png') !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}
/* SELECT 2 BOOTSTRAP */
.select2-container.form-control {
  background: transparent;
  box-shadow: none;
  border: none;
  display: block;
  /* 1 */
  margin: 0;
  padding: 0;
}

.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
  background: none;
  padding: 0;
  border-color: #cccccc;
  border-radius: 4px;
  color: #555555;
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.select2-search input {
  border-color: #cccccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.select2-container .select2-choices .select2-search-field input {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container .select2-choice {
  height: 38px;
  line-height: 1.42857;
}

.select2-container.select2-container-multi.form-control {
  height: auto;
}

.select2-container.input-sm .select2-choice,
.input-group-sm .select2-container .select2-choice {
  height: 30px;
  line-height: 1.5;
  border-radius: 3px;
}

.select2-container.input-lg .select2-choice,
.input-group-lg .select2-container .select2-choice {
  height: 46px;
  line-height: 1.33333;
  border-radius: 6px;
}

.select2-container-multi .select2-choices .select2-search-field input {
  height: 32px;
}

.select2-container-multi.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-container-multi .select2-choices .select2-search-field input {
  height: 28px;
}

.select2-container-multi.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-container-multi .select2-choices .select2-search-field input {
  height: 44px;
}

.select2-container-multi .select2-choices .select2-search-field input {
  margin: 0;
}

.select2-chosen,
.select2-choice > span:first-child,
.select2-container .select2-choices .select2-search-field input {
  padding: 8px 12px;
}

.input-sm .select2-chosen,
.input-group-sm .select2-chosen,
.input-sm .select2-choice > span:first-child,
.input-group-sm .select2-choice > span:first-child,
.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-choices .select2-search-field input {
  padding: 5px 10px;
}

.input-lg .select2-chosen,
.input-group-lg .select2-chosen,
.input-lg .select2-choice > span:first-child,
.input-group-lg .select2-choice > span:first-child,
.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-choices .select2-search-field input {
  padding: 10px 16px;
}

.select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 5px;
  margin-bottom: 3px;
}

.select2-container-multi.input-sm .select2-choices .select2-search-choice,
.input-group-sm .select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 3px;
  margin-bottom: 2px;
}

.select2-container-multi.input-lg .select2-choices .select2-search-choice,
.input-group-lg .select2-container-multi .select2-choices .select2-search-choice {
  line-height: 24px;
}

.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-color: #eee;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 12px 8px;
    text-align: center;
    font-family: "Glyphicons Halflings";
}
.select2-arrow {}

.select2-dropdown-open .select2-choice .select2-arrow,
.select2-dropdown-open .select2-choice div {
    background-color: #eee;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 12px 8px;
    text-align: center;
    font-family: "Glyphicons Halflings";
    border-left: 1px solid #ccc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.select2-container .select2-choice .select2-arrow b::before {
  content: "";
}
.select2-container .select2-choice div b {
  padding-right: 5px;
}
.select2-dropdown-open .select2-choice .select2-arrow b::before,
.select2-dropdown-open .select2-choice div b {
  content: "";
}

.select2-container.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b,
.input-group-sm .select2-container .select2-choice div b {
  background-position: 0 1px;
}

.select2-dropdown-open.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b,
.input-group-sm .select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px;
}

.select2-container.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b,
.input-group-lg .select2-container .select2-choice div b {
  background-position: 0 9px;
}

.select2-dropdown-open.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b,
.input-group-lg .select2-dropdown-open .select2-choice div b {
  background-position: -18px 9px;
}

.has-warning .select2-choice,
.has-warning .select2-choices {
  border-color: #8a6d3b;
}
.has-warning .select2-container-active .select2-choice,
.has-warning .select2-container-multi.select2-container-active .select2-choices {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning.select2-drop-active {
  border-color: #66512c;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}

.has-error .select2-choice,
.has-error .select2-choices {
  border-color: #a94442;
}
.has-error .select2-container-active .select2-choice,
.has-error .select2-container-multi.select2-container-active .select2-choices {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error.select2-drop-active {
  border-color: #843534;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}

.has-success .select2-choice,
.has-success .select2-choices {
  border-color: #3c763d;
}
.has-success .select2-container-active .select2-choice,
.has-success .select2-container-multi.select2-container-active .select2-choices {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success.select2-drop-active {
  border-color: #2b542c;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}

.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
    border-color: #1b639c;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.select2-drop-active {
    border-color: #1b639c;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(27, 99, 156, 0.6);
    outline: 0 none;
}

.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
  border-top-color: #1b639c;
}
.input-group.select2-bootstrap-prepend [class^="select2-choice"] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.input-group.select2-bootstrap-append [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.select2-dropdown-open [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  background: white;
  filter: none;
}
.input-group.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.input-group.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.input-group.input-group-sm.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-right-radius: 3px !important;
}
.input-group.input-group-lg.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-right-radius: 6px !important;
}
.input-group.input-group-sm.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-left-radius: 3px !important;
}
.input-group.input-group-lg.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-left-radius: 6px !important;
}

.select2-results .select2-highlighted {
  color: white;
  background-color: #337ab7;
}
.select2-bootstrap-append .select2-container-multiple,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container-multiple,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}

.select2-container-multi .select2-choices .select2-search-choice {
  color: #555555;
  background: white;
  border-color: #cccccc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #ebebeb;
  border-color: #adadad;
  color: #333333;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-search-choice-close {
  margin-top: -7px;
  top: 50%;
}

.select2-container .select2-choice abbr {
  top: 50%;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background-color: #fcf8e3;
  color: #8a6d3b;
}
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #cccccc;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow,
.select2-container.select2-container-disabled .select2-choice div,
.select2-container.select2-container-disabled .select2-choices .select2-arrow,
.select2-container.select2-container-disabled .select2-choices div {
  background-color: transparent;
  border-left: 1px solid transparent;
  /* 2 */
}
.select2-search input.select2-active,
.select2-container-multi .select2-choices .select2-search-field input.select2-active,
.select2-more-results.select2-active {
  background-position: 99%;
  /* 4 */
  background-position: right 4px center;
  /* 5 */
}

.select2-offscreen,
.select2-offscreen:focus {
  width: 1px !important;
  height: 1px !important;
  position: absolute !important;
}
.select2-result-label img.item, .select2-chosen img.item { margin-right: 8px; }

/* FEATURES TABLE*/
.features-table{
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    margin: 15px 0px 40px;
    padding: 15px;
}
.features-table .row {
    font-size: 14px;
    min-height: 45px;
    overflow: hidden;
    padding: 0 15px;
}
.features-table .col {
    border-top: 1px solid #ddd;
}
.features-table .col-value {
    background-color: #fff;
    border-left: 5px solid #f5f5f5;
    padding: 12px 0;
    text-align: center;
}
.features-table .col-value select {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border: 1px solid #f5f5f5;
    border-radius: 0.25rem;
}
.features-table .col-title {
    padding: 12px 0;
    text-align: left;
}
.features-table .ft-header {
    height: 70px;
    vertical-align: middle;
}
.features-table .ft-header .col {
    font-size: 20px;
    height: 70px;
    border-top: medium none;
    line-height: 46px;
}
.features-table .row:hover .col-value {background-color:#f5f5f5}
.features-table .ft-header.row:hover .col-value {background-color:#fff}
.features-table .col .glyphicon {
    color: #5cb85c;
}
.features-table .ft-section{text-align:left;padding:30px 0 10px;text-transform:uppercase;font-weight:700;font-size:14px;}
.features-table .ft-section+.row{border-top:none}
.features-table .ft-section+.row div.col{border-top:none}
.features-table .col .glyphicon.glyphicon-remove{color:#999}

#slides .item{padding:0 0 50px;    text-align:center;}
#slides .item .packages{padding:0 15px;}
#thumbs > div.owl-wrapper-outer{padding-bottom:10px;}
#thumbs .item{background:#eee;   padding:10px 0px;   margin:5px;   border:1px solid #ddd;   -webkit-border-radius:3px;   -moz-border-radius:3px;   border-radius:3px;   text-align:center;   position:relative;   cursor:pointer;}
#thumbs .item h1{font-size:18px;}
#thumbs .owl-item.selected div > div.selection::before{content:"";}

.odkazpdf a {color:#5a5a5a}

.head-claim .iconlist > li {
   cursor: pointer;
   display: inline-block;
   font-size: 1.1em;
   font-weight: 700;
   left: 0;
   padding: 8em 0 3.5em;
   position: relative;
   text-transform: uppercase;
   top: 0;
   transition: opacity 0.6s ease 0s;
   width: 150px;
   z-index: 1;
   text-align:center;
}

.head-claim .iconlist > li span small {
   color: #ef9c1a;
   display: block;
   font-family: "srovnavac";
   font-size: 110px;
   font-weight: normal;
   left: 0;
   line-height: 60px;
   margin-left: 14%;
   margin-top: -90px;
   position: absolute;
   right: auto;
   top: 50%;
   transition: color 0.5s ease 0s, margin 0.3s ease 0s;
}
.head-claim .iconlist > li:hover span small {
   margin-top: -100px;
}
.head-claim-hp {
    text-align: center;
}
.head-claim .head-claim-hp > p {
    font-size: 1.5em;
    font-weight: 700;
    opacity: 1;
    transition: opacity 0.6s ease 0.3s;
}
.head-claim .head-claim-hp > .title {
    font-size: 3em;
    font-weight: 400;
}
.head-claim .head-claim-hp a {
   color: #999;
}
.head-claim .head-claim-hp a, .head-claim .head-claim-hp a:hover, .head-claim .head-claim-hp a:active {
   text-decoration: none;
}
.head-claim .iconlist {margin-bottom:0}

/* https://codepen.io/AsLittleDesign/pen/ZbVVwa */
.loader-container {
  height: 100vh;
  width: 100vw;
  font-family: Helvetica;
}

.loader {
  height: 20px;
  width: 300px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.loader--dot {
  animation-name: loader;
  animation-timing-function: ease-in-out;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: black;
  position: absolute;
  border: 2px solid white;
}
.loader--dot:first-child {
  background-color: #ddd;
  animation-delay: 0.5s;
}
.loader--dot:nth-child(2) {
  background-color: #ccc;
  animation-delay: 0.4s;
}
.loader--dot:nth-child(3) {
  background-color: #ccc;
  animation-delay: 0.3s;
}
.loader--dot:nth-child(4) {
  background-color: #bbb;
  animation-delay: 0.2s;
}
.loader--dot:nth-child(5) {
  background-color: #bbb;
  animation-delay: 0.1s;
}
.loader--dot:nth-child(6) {
  background-color: #fab301;
  animation-delay: 0s;
}
.loader--text {
  position: absolute;
  top: 200%;
  left: 0;
  right: 0;
  width: 7rem;
  margin: auto;
  color: #5a5a5a;
}
.loader--text:after {
  content: "Načítání dat";
  font-weight: bold;
  animation-name: loading-text;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

@keyframes loader {
  15% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(280px);
  }
  65% {
    transform: translateX(280px);
  }
  95% {
    transform: translateX(0);
  }
}
@keyframes loading-text {
  0% {
    content: "Načítání dat";
  }
  25% {
    content: "Načítání dat.";
  }
  50% {
    content: "Načítání dat..";
  }
  75% {
    content: "Načítání dat...";
  }
}

.head-title {
    font-size: 2em;
    font-weight: 400;
    text-align: center;
    margin-bottom: 1rem;
}

h1,h2,h3,.site-title,.contentheading, .vag {
    font-family: 'VAGRoundedLTPro-Bold', sans-serif;
}

/* Boot4 issue*/
li.disabled {
  cursor: not-allowed;
}
li.disabled a {
  pointer-events: none;
}

#srovnani .table .row:not(:last-child) {
    border-bottom: 1px solid #ced4da;
}
#srovnani .table .card-header  {
    font-weight: bold;
}
#srovnani .table .card-body  {
    padding: 0;
    font-weight: bold;
}
#srovnani .table .card-body .row {
    margin: auto;
    min-height: 3rem;
}
#srovnani .table .row:nth-child(even) {
    background-color: #f8f9fa;
}
.card-header .fa {
  transition: .3s transform ease-in-out;
}
.card-header.collapsed .fa {
  transform: rotate(90deg);
}

/* vyhodit do BS */
.card.selected {
    border-color: #1b639c;
    -webkit-box-shadow: 0 0 0 0.2rem #1b639c80;
    box-shadow: 0 0 0 0.2rem #1b639c80;
}

.head-claim .iconlist > li.inv-auta:hover span small{color:#ef9c1a}
.head-claim .iconlist > li.inv-majetek:hover span small{color:#a83221}
.head-claim .iconlist > li.inv-cestovka:hover span small{color:#3f89c3}
.head-claim .iconlist > li.inv-penze:hover span small{color:#49b05f}
.head-claim .iconlist > li.inv-odpov:hover span small{color:#1b639c}