/* -------------------------------------------------------------------------------------------------------------------*/


/*   SPRITE ICONS                                                                                                 */


/* -------------------------------------------------------------------------------------------------------------------*/

.sprite {
    background: url('../img/social-and-flags-icons-sprite.png') no-repeat top left;
}

.sprite.sprite-facebook {
    background-position: 0 0;
    width: 20px;
    height: 15px;
}

.sprite.sprite-rss {
    background-position: -30px 0;
    width: 20px;
    height: 15px;
}

.sprite.sprite-twitter {
    background-position: -60px 0;
    width: 20px;
    height: 15px;
}

.sprite.sprite-flag-cz {
    background-position: -90px 0;
    width: 31px;
    height: 20px;
}

.sprite.sprite-flag-gb {
    background-position: -131px 0;
    width: 32px;
    height: 20px;
}


/* CUSTOMISATION STARTS HERE */

html {height: 100%; }
body {
    height: 100%;
    min-height: 1056px;
    position: relative;
    padding-bottom: 155px; /*footer height offset*/
    padding-top: 0px !important;
   /* background: url(/BootstrapThemeStatic/themes/Portal8.0/img/bg-hp.jpg);*/
    background-position: center 0px;;
    background-repeat: no-repeat;
    background-size: 100%;
    font-family: "Open Sans", sans-serif;
}

#layoutContainers {position: relative;}

.navbar-default {
    background-image: none !important;
    background-color: transparent;
    filter: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav .ng-scope a {font-size: 16px !important;}

.wpthemeMainContent.homepage {
    background: transparent !important;
   /* min-height: 770px;*/
}


/*@media screen and (max-width: 1060px) {
    .wpthemeMainContent{margin-left:30px;}
}*/


.fastlinks {
    color: #ffffff !important;
    background-color: #C82128;
    padding: 10px 0px 10px 20px;
    min-width: 300px;
}


@media screen and (max-width: 1318px) {
    .fastlinks{
        position: relative;
        right: 0px;
        overflow: hidden;
        top: 0px;
        max-width: 300px;
    }
}

.fastlinks h2 {
    font-size: 25px;
    font-weight: bold;
}

.fastlinks hr {
    margin-top: 10px;
    border-top: 2px solid #eee;
}

.fastlinks ul {
    list-style: none;
    padding-left: 0px;
}

.fastlinks ul li {
    border-bottom: 2px solid white;
    padding-bottom: 5px;
    line-height: 30px;
}

.fastlinks ul li:last-child {
    border: none !important;
}

.fastlinks ul li a {
    color: white;
    text-decoration: none;
}

.fastlinks ul li a:hover {
    color: white;
    text-decoration: underline;
}


@media screen and (max-width: 1060px) {
    .fastlinks{
        left: 0px;
    }
}



.navbar {
    border: 0px solid transparent;
    margin: 0px -15px;
}

.navbar-header {
    min-height: 82px;
}

#bodyContainer {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto 0px;
    position: relative;
    overflow: hidden;
    padding-left: 65px;
}



#bodyContainer,
header {
    position: relative;
}

header {
    background-color: white;
}

#logo-praha{
    position: absolute;
    top: 0;
    right: 0;
}

#logo-praha img {
    width: 60px;
    height: 60px;
}

#logo-svg-tsk {
    display: block;
    height: 70px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.nav {
    background-color: #FFF;
    font-size: 22px;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #888b8d;
    outline: none;
}

.navbar-brand {
    padding: 0px 15px;
}

@media (max-width: 1199px) {
    .nav {
        background-color: #f0f0f0;;
        font-size: 18px;
    }
}

.navbar-nav {
    margin: 7.5px -15px; 
}

.navbar-toggle {
        right: 10px;
}

.navbar-default .navbar-nav > li > a {
    color: #404040;
    line-height: 20px;
}

.navbar-default .navbar-nav > .active > a {
    color: #C82128 ;
    background: white;
    font-weight: bold !important;
    background-image: none;
    background-image: none;
    filter: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: white;
    background: #C82128 ;
    background: linear-gradient(to bottom, #C82128  0%, #C82128  100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a8ca7', endColorstr='#596980',GradientType=0 ); */
    /* IE6-9 */
}


/* switch off hover effect on nav-fixed menu */

#nav-fixed > li > a:hover {
    color: inherit;
    background: transparent;
}


/* Fixed menu with blue buttons */

#nav-fixed {
    background-color: white;
}

#nav-fixed li {
    width: 118px;
    /* Optimal for width 1024 */
    height: 72px;
    color: white;
    background-color: #888b8d;
    margin: 0 10px 10px 0;
}

#nav-fixed li a {
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 10px;
    line-height: 12px;
    padding: 40px 10px 10px 10px;
}

@media (max-width: 1200px){

    .navbar-nav { margin: 0; }
}

@media (min-width: 1200px) {
    .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }
}


/* Twitter Bootstrap small devices. */

@media (max-width: 768px) {
    #logo-praha,
    #nav-admin {
        visibility: hidden;
        display: none;
    }
}

.navbar-collapse {padding-left: 15px;}

/* Twitter Bootstrap small devices. */

@media (min-width: 1200px) {
    .navbar-collapse {
        padding: 0;
    }
    #nav-fixed li {
        width: 136px;
    }
    #nav-fixed li:last-child {
        margin-right: 0;
    }
    #priNav .navbar-nav:nth-of-type(2) {
        width: 720px;
    }
}


/* Twitter Bootstrap medium devices. */

@media (min-width: 992px) {
    #priNav .navbar-nav:nth-of-type(2) {
        width: 718px;
    }
    #nav-fixed li {
        width: 118px;
    }
}


/* Twitter Bootstrap large devices. */

@media (min-width: 1200px) {
    #nav-fixed li {
        width: 159px;
    }
    #priNav .navbar-nav:nth-of-type(2) {
        width: 918px;
    }
}


/*DropDown menu*/

.dropdown-menu {
    background-color: #f0f0f0;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #ffffff !important;
    background-color: #C82128 ;
    background-image: none;
    filter: none;
    background-repeat: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #C82128 ;
    background-image: none;
    filter: none;
    background-repeat: none;
}

#actual-information {
    background: url('../img/ak_informace.png') 50% 30% no-repeat;
}

#tsk-info {
    background: url('../img/info.png') 50% 30% no-repeat;
}

#for-drivers {
    background: url('../img/volant.png') 50% 30% no-repeat;
}

#for-bikers {
    background: url('../img/kolo.png') 50% 30% no-repeat;
}

#for-specialist {
    background: url('../img/taska.png') 50% 30% no-repeat;
}


/* FOOOTER */

div#footer-container {
    position: relative;
    bottom: 0;
    width: 100%;
    margin: 0;
    color: white;
    background-color: rgba(153, 163, 163, 0.90);
}

footer {
    /*margin-top: 50px;*/
    padding: 20px 0 0 0;
}


/* hack - find in code */

footer hr {
    display: none;
}

footer a,
footer a:hover {
    color: white;
}

footer h2 {
    font-size: 11pt;
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 0;
}

div#sub-footer {
    position: relative;
    width: 100%;
}

div#sub-footer > div.container {
    padding: 15px 0 15px 0;
    margin: 0 auto 0 auto;
}

div#sub-footer > div.container div.sprite {
    display: inline-block;
    margin: 0 0 0 10px;
}

div#sub-footer .sprite-facebook,
div#sub-footer .sprite-twitter,
div#sub-footer .sprite-rss {
    padding-bottom: 17px !important;
}

div#sub-footer > div.container div.sprite-flag-gb {
    margin-left: 40px;
}

#search-row {
    position: relative;
}

.search-inline {
    position: relative;
    display: inline-block;
    height: 30px;
    text-align: left;
    margin: 0 0 5px 0;
}

.wpthemeSearchButton {
    background-color: #555b59;
    border: none;
    margin: 0;
    padding: 0 20px;
    position: relative;
    width: 142px;
    height: 30px;
}

.wpthemeSearchButton span.ck {
    line-height: 1;
    position: absolute;
    font-size: 13px;
    text-align: left;
    top: 50%;
    left: 0%;
    width: 100%;
    transform: translate(0, -50%);
    padding: 3px 2.6em;
}

.search-inline span,
.search-inline form,
.search-inline input,
.search-inline label {
    display: inline-block;
    padding: 0;
    margin: 0;
    border: 0;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
    font-weight: normal;
}

.search-inline form {
    position: relative;
    width: 100%;
}

.search-inline input {
    box-shadow: none;
    border: none;
    width: 190px;
    padding: 3px;
    background-color: #ffffff;
    background-image: url(../img/lupa-gray.png);
    background-repeat: no-repeat;
    background-position: right 5px top 5px;
}

.component-control {
    position: relative;
}

.component-container .nav .selected label {
    color: white;
}

.search-inline label {
    width: 75px;
}

.search-inline input.wpthemeSearchButton {
    width: 30px;
    height: 30px;
    padding: 1px;
    position: relative;
    left: 5px;
    background: #888b8d url('../img/lupa.png') center no-repeat;
}

#search-cleaning label {
    line-height: 15px;
}


/* Skin customisation */

.wpthemeMainContent {
    background: rgba(255, 255, 255, 0.95);
    min-height: 550px;
    margin-top: 20px;
}

.wpthemeControl.wpthemeStandard {
    border: 0;
    box-shadow: none;
}

.wpthemeControlHeader {
    border: 0;
    border-bottom: 3px #888b8d solid;
}

.wpthemeControl .wpthemeControlHeader h2 {
    display: inline-block;
    min-width: 200px !important;
    height: 40px !important;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0;
    padding: 15px;
    color: #ffffff;
    background-color: #888b8d;
}

.wpthemeInner.panel {
    border: 0;
    height: 28px !important;
}

body {
    font-size: 14px !important;
}


/*.component-container {*/


/*padding: 0 !important;*/


/*}*/


/* Sets padding for both skins */

.row .wpthemeStandard,
.row .wpthemeNoSkin {
    padding: 0 !important;
    margin: 15px 0 !important;
    position: relative;
}


/* -------------------------------------------------------------------------------------------------------------------*/


/*   WEBSPHERE PORTAL CUSTOMISATIONS                                                                                  */


/* -------------------------------------------------------------------------------------------------------------------*/


/* Remove left padding from edit mode switch. This looks better in column. */

.utb-project-quicklink,
#utb-edit-mode-quicklink,
#utb-view-mode-quicklink {
    padding-left: 0;
}


/* -------------------------------------------------------------------------------------------------------------------*/


/*   TWITTER BOOTSTRAP CUSTOMISATIONS                                                                                 */


/* -------------------------------------------------------------------------------------------------------------------*/

.alert {
    border-radius: 0;
}

.progress {
    border-radius: 0;
}

.nav-pills > li > a {
    border-radius: 0;
}

.nav-pills > li + li {
    margin-left: 0px;
}

.table > thead > tr > th {
    background-color: #949599;
    border-top: 2px solid #ffffff !important;
    border-bottom: 2px solid #ffffff;
}

.table > thead > tr > th a {
    color: black;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 2px solid white;
    /*border: 0;*/
    vertical-align: middle;
}

.pagination > li > a,
.pagination > li > span {
    color: white;
    background-color: #C82128 ;
    border: none;
    margin-left: 10px;
}

.pagination > li > a:hover, 
.pagination > li > span:hover, 
.pagination > li > a:focus, 
.pagination > li > span:focus {
    color: white;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


/* FIX: Angular UI pagination has missing href attribute. */

.pagination > li > a:hover,
.pagination > li > span:hover {
    cursor: pointer;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: ##C82128 ;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #888b8d;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: white;
    background-color: #888b8d;
    border-color: #888b8d;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: white;
    background-color: #888b8d;
    border-color: #888b8d;
}

nav > li > a:hover,
.nav > li.active > a {
    background-color: #eee;
}


/* -------------------------------------------------------------------------------------------------------------------*/


/*   CUSTOM CLASSES                                                                                                   */


/* -------------------------------------------------------------------------------------------------------------------*/

input,
optgroup,
select,
textarea {
    color: black !important;
}


/* Better than table-hover. May be used together with table-stripped. Use pointer cursor. */

table.table-active tbody tr:hover,
table.table-active tbody tr:hover>td,
table.table-active tbody tr:hover>th  {
    color: #FFF;
    background-color: #888B8D  !important;
    cursor: pointer;
}

.progress-thin {
    height: 5px;
    margin: 0;
    background: #C82128  none no-repeat;
}

.progress-thin .progress-bar {
    background: #888b8d none no-repeat;
}

.map-canvas {
    height: 400px;
    width: 100%;
    border: 1px solid #777777;
}

.scrolled {
    overflow: auto;
}

.scrolled table {
    overflow: scroll;
}

.portlet-header {
    background-color: #C82128 ;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    line-height: 44px;
    margin: 0;
    padding: 0;
}

.portlet-header img {
    margin: 0 10px 0 0;
    background-color: #888b8d;
    height: 46px;
    width: 58px;
    padding: 8px;
}

.portlet-content {
    position: relative;
    height: 400px;
}

.portlet-footer {
    height: 38px;
    position: absolute;
    top: 0px;
    right: 0px;

}

.portlet-footer label {
    margin: 0 !important;
}

.portlet-footer .nav {
        font-size: 13px !important;
}

.component-container hr {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 3px;
    background-color: #ffffff;;
}

.component-container .nav {
    background-color: transparent;
    color: white;
}

.component-container .nav a {
    background-color: #C82128 ;
    color: white;
    padding: 7px 15px;
    /* For another nested links */
}

.component-container .nav a:hover,
.component-container .nav .selected,
.component-container .nav .selected a {
    background-color: #888b8d;
    color: white ;
}

.component-container table {
    margin-bottom: 0;
}

.component-container .pagination-footer {
    /*background-color: #949599;*/
    padding: 5px;
}

.component-container .pagination-footer .pagination {
    margin: 0;
}

.bid-dialog .modal-dialog {
    width: 800px;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-title a {
    display: block;
    padding: 10px 15px;
    margin: -10px -15px;
}

.large-modal .modal-dialog {
    width: 800px;
}

.portlet-footer .portal-icon,
.portlet-footer .glyphicon {
    font-size: 20px;
}

.component-container .filter a {
    display: inline-block;
}

.component-container .filter .glyphicon {
    font-size: 16px;
}

@media print {
    .scrolled,
    .portlet-content {
        height: auto !important;
    }
    /* Disable hyperlinks in Chrome */
    a[href]:after {
        content: none !important;
    }
    footer,
    #nav-rectangle,
    #sub-footer .text-right,
    .carousel,
    .portlet-footer,
    .article-footer,
    .pagination-footer,
    .article-footer-morelink {
        display: none;
        visibility: hidden;
    }
    .default-blue-bg {
        background-color: white !important;
    }
    .article-perex {
        min-height: inherit;
    }
    .wpthemeOverflowAuto {
        overflow: hidden;
    }
}


/* side box START */

#st-wrapper {
    max-width: 300px;
    color: white;
    list-style-type: none;
    padding: 0px;
    top: 80px;
    z-index: 9999;
    position: absolute;
    left: -210px;
}

#st-wrapper .st-action {
    text-transform: uppercase;
    color: white;
    border: none;
}

#st-wrapper .st-action span {
    text-transform: uppercase;
}

.stgreen {
    background-color: #88155d;
    height: 260px;
}

.stblue {
    background-color: #00A9E0;
    height: 260px;
}

.storange {
    background-color: #FF9900;
    height: 300px;
}

.st {
    position: relative;
    width: 350px;
    padding: 20px 10px 10px 20px;
    left: -90px;
    cursor: pointer;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
}

@media (max-width: 766px) { 
    .st-hidden, .st {
        height: 65px
    }
    .st-action span {
        display: none;
    }

    .st-show.stgreen {
    height: 260px !important;
    }

     .st-show.stblue {    
        height: 260px !important;
    }

     .st-show.storange {    
        height: 300px !important;
    }

}

.st a {
    color: white;
    text-decoration: none;
}

.st a:hover {
    color: white;
    text-decoration: underline;
}

.st img {
    position: absolute;
    top: 15px;
    right: 7px;
    width: 35px;
    height: auto;
}

.st .st-action span {
    position: absolute;
    top: -5px;
    right: 0;
    transform: rotate(-90deg);
    padding: 0px 30px 10px 0px;;
    transform-origin: 100% 100%;
    font-size: 20px;
    letter-spacing: 4px;
}

.st ul {
    list-style: none;
    padding: 0 85px 0 0;
    margin: 0;
    line-height: 1.5em;
}

.st ul li {
    padding-bottom: 10px;
}

.st ul li:first-letter {
    text-transform: uppercase;
}

.st-show {
    left: 200px;
}

.st-hidden {
    left: -90px;
}


/* Wobble Horizontal */

@-webkit-keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.hvr-wobble-horizontal {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}

.hvr-wobble-horizontal:hover,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:active {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
/* side box STOP */


.modal-header{
    background: #C82128 ;
    color: white !important;
}

.modal-header .close { color: white; }

span.portal-icon.portal-icon-enlarge, span.glyphicon.glyphicon-resize-full {
    color: #ffffff;
}

span.portal-icon.portal-icon-magnifier, span.glyphicon.glyphicon-search {
    color: #FFF;
}

#tskgalleryapp {margin-left: 20px;}

a#pseudolangswitch {display: none;}
