/*!
 * Bootstrap Merlin custom
 */

/**************************************************************/
/*-------------------------- F O N T S -----------------------*/
@font-face {
    font-family : "Open Sans";
    src         : url("../fonts/OpenSans-Regular.eot?") format("eot"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.svg#OpenSans") format("svg");
    font-weight : normal;
    font-style  : normal;
}
.fs-9 {font-size: 0.5625em;}
.fs-12 {font-size: 0.75em;}
.fs-13 {font-size: 0.8125em;}
.fs-18 {font-size: 1.125em;}
/*-------------------------- F O N T S -----------------------*/
/**************************************************************/


/**************************************************************/
/*------------------------- B U T T O N S --------------------*/
.btn-transparent {background: transparent; border: none;}
/*------------------------- B U T T O N S --------------------*/
/**************************************************************/


/**************************************************************/
/*----------------- D R O P D O W N   M E N U ----------------*/
.dropdown .dropdown-toggle {
    padding-left : 0;
}
.dropdown-submenu {
    position : relative;
    left: 0;
    top: 0;
}
.dropdown-submenu > .dropdown-menu {
    top                   : 0;
    left                  : 100%;
    margin-top            : -6px;
    margin-left           : -1px;
    -webkit-border-radius : 0 6px 6px 6px;
    -moz-border-radius    : 0 6px 6px 6px;
    border-radius         : 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display : block;
}
.dropdown-submenu > a:after {
    display           : block;
    content           : " ";
    float             : right;
    width             : 0;
    height            : 0;
    border-color      : transparent;
    border-style      : solid;
    border-width      : 5px 0 5px 5px;
    border-left-color : #cccccc;
    margin-top        : 5px;
    margin-right      : -10px;
}
/*.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}*/
.dropdown-submenu.pull-left {
    float : none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left                  : -100%;
    margin-left           : 10px;
    -webkit-border-radius : 6px 0 6px 6px;
    -moz-border-radius    : 6px 0 6px 6px;
    border-radius         : 6px 0 6px 6px;
}
/*----------------- D R O P D O W N   M E N U ----------------*/
/**************************************************************/

.input-group-btn input[type="submit"].btn {
    padding : 8px 12px;
}

.input-xs {
    border-radius : 3px;
    font-size     : 12px;
    height        : 25px;
    line-height   : 1.3;
    padding       : 5px 10px;
}

a:focus {
    outline : none;
}

/**************************************************************/
/*--------------------- H O M E    M E N U -------------------*/
#jazyky {
    position      : absolute;
    top           : 20%;
    left          : 25%;
    display       : none;
    border-radius : 8px;
}
/*--------------------- H O M E    M E N U -------------------*/
/**************************************************************/

#list-zbozi .nav-tabs > li:last-child a {
    border : none;
}

/**************************************************************/
/*---------------------- T H U M B N A I L S -----------------*/
.thumbnail-style {
    margin-bottom : 20px;
    padding       : 5px;
}
.thumbnail-kenburn img {
    left : 0;
}
/*img {display: block; max-width: 100%; height: auto;}*/
/*---------------------- T H U M B N A I L S -----------------*/
/**************************************************************/

.middle-img {
    display        : table-cell;
    float          : none;
    height         : 150px;
    vertical-align : middle;
}

.btn-group-wrap {
    text-align : center;
}

.carousel {
    margin-top : 20px;
}
.carousel-inner .item {
    background : #333;
    text-align : center;
    height     : 300px !important;
}

ul.tree {
    display : none;
}
.list-group-item {
    padding      : 7px 15px;
    border-top   : none;
    border-right : none;

    /*border-bottom: 1px solid #ddd;*/
    /*border-left: 1px solid #eee;*/
    /*border-bottom: 1px solid #eee;*/
    border-color : #eaeaea;
}
.input-group-addon .glyphicon {
    top : 0;
}

.list-group ul {
    margin : 0;
}
.list-group-item > a:hover {
    text-decoration : none;
}
.borderless td {
    border : none !important;
}

/*.btn {height: 34px;}*/
.red { color : red; }
.jumbotron {
    padding : 28px 60px;
}

/**************************************************************/
/*------------------------- B A D G E T S --------------------*/
.badge-error {
    background-color : #b94a48;
}
.badge-error:hover {
    background-color : #953b39;
}
.badge-warning {
    background-color : #f89406;
}
.badge-warning:hover {
    background-color : #c67605;
}
.badge-success {
    background-color : #468847;
}
.badge-success:hover {
    background-color : #356635;
}
.badge-info {
    background-color : #3a87ad;
}
.badge-info:hover {
    background-color : #2d6987;
}
.badge-inverse {
    background-color : #333333;
}
.badge-inverse:hover {
    background-color : #1a1a1a;
}
/*------------------------- B A D G E T S --------------------*/
/**************************************************************/

/**************************************************************/
/*--------------------------- C O L O R S --------------------*/
.color-default, .color-default a {
    color : rgba(203, 255, 213, 0.40);
}
.color-inherit {
    color : inherit !important;
}
.red.glyphicon.glyphicon-star {
    font-size : 0.75em;
    top       : -0.15em;
}
.color-silver { color : #bfbfbf; }
.text-white {color: #fff;}
.text-black {color: #000;}
.text-brown {color: #5b3317;}
.text-maiden {font-family: 'MaidenOrange', monospace;}
.text-arial {font-family: Arial, Verdana, sans-serif;}
.text-padding-half {padding-right: 0.5em; padding-left: 0.5em;}

/*--------------------------- C O L O R S --------------------*/
/**************************************************************/

/**************************************************************/
/*-------------------------- M E D I A -----------------------*/
.media img.media-object {
    width  : 125px;
    height : 100px;
}
.img-thumbnail-footer {
    margin-bottom : 10px;
}
/*-------------------------- M E D I A -----------------------*/
/**************************************************************/

/**************************************************************/
/*------------------------- G R O U P S ----------------------*/
.input-group-zero .input-group-addon {
    padding    : 0;
    background : transparent;
    border     : none;
}
/*------------------------- G R O U P S ----------------------*/
/**************************************************************/

/**************************************************************/
/*---------------------------- T Y P O S ---------------------*/
.hidden-soft { display : none; }
.padding-horizontal {
    padding-left: 15px;
    padding-right: 15px;
}
.margin-horizontal {
    margin-left: 15px;
    margin-right: 15px;
}
.nopadding {
    padding : 0;
    margin  : 0;
}
.nopadding-bottom-top,
.nopadding-vertical {
    padding-bottom : 0 !important;
    padding-top    : 0 !important;
    margin-bottom  : 0 !important;
    margin-top     : 0 !important;
}

.nopadding-horizontal {
    padding-left  : 0 !important;
    padding-right : 0 !important;
    margin-left   : 0 !important;
    margin-right  : 0 !important;
}

.nopadding-left {
    padding-left : 0 !important;
    margin-left  : 0 !important;
}
.nopadding-right {
    padding-right : 0 !important;
    margin-right  : 0 !important;
}
.no-margin-top { margin-top : 0; }
.row-inner { padding : 15px; }
.no-border { border : none; }
.no-border table.table td { border : none !important; }
.no-border-radius,
.no-border-radius .list-group-item:last-child,
.no-border-radius .list-group-item:first-child {border-radius: 0;}
.text-md {
    font-size : 1.1428em;
}
#kategorie-list .caption h4.nazev,
#product-list .caption h4.nazev {
    height     : 1.25em;
    overflow-y : hidden;
}

/*---------------------------- T Y P O S ---------------------*/
/**************************************************************/

/**************************************************************/
/*------------------------- T A B L E S ----------------------*/
.table > thead > tr > th.no-border,
.table > tbody > tr > th.no-border,
.table > tfoot > tr > th.no-border,
.table > thead > tr > td.no-border,
.table > tbody > tr > td.no-border,
.table > tfoot > tr > td.no-border {
    border : none;
}
table.no-first-border tr:first-child td {
    border : none;
}
.table-cell {display: table-cell; vertical-align: middle;}
/*------------------------- T A B L E S ----------------------*/
/**************************************************************/

/**************************************************************/
/*-------------------------- F O R M S -----------------------*/
fieldset {
    padding    : 0.5em;
    margin-top : -11px;
    border     : 1px solid #ddd;
}
fieldset legend {
    width : inherit;
}
.form-control.input-small-text,
.form-inline .input-group > .form-control.input-small-text {
    width : 3em;
}
.input-group-split {
    border : none;
}
.input-group-split-left {
    border-left : none;
}

.merged-right input {
    padding-right : 35px !important;
}
.merged-right .input-group-addon {
    position    : absolute;
    right       : 10px;
    top         : 0;
    border-left : none;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
/*-------------------------- F O R M S -----------------------*/
/**************************************************************/

/**************************************************************/
/*------------------------ G L O B A L S ---------------------*/
.rounded-left {
    -webkit-border-top-left-radius    : 5px !important;
    -webkit-border-bottom-left-radius : 5px !important;
    -moz-border-radius-topleft        : 5px !important;
    -moz-border-radius-bottomleft     : 5px !important;
    border-top-left-radius            : 5px !important;
    border-bottom-left-radius         : 5px !important;
}
.input-group .rounded-right {
    -webkit-border-top-right-radius    : 5px !important;
    -webkit-border-bottom-right-radius : 5px !important;
    -moz-border-radius-topright        : 5px !important;
    -moz-border-radius-bottomright     : 5px !important;
    border-top-right-radius            : 5px !important;
    border-bottom-right-radius         : 5px !important;
}
#kategorie-list .informace, #product-list .informace {
    height      : 3em;
    margin-top  : 5px;
    overflow-y  : hidden;
    line-height : 11.9px;
}
#add_to_card {
    padding          : 6px 0;
    background-color : #cc3366;
    border-radius    : 5px;
}

#add_to_card span,
#add_to_card button {
    border : none;
}
.top-right {
    position : absolute;
    right    : 2px;
    top      : -2px;
}
.nav-tabs {
    border-bottom : none;
}
#product-list .informace {
    height      : 8em;
    line-height : 10.9px;
}
/*#kategorie-list .item.category {min-height: 500px;}*/
/*#kategorie-list .item.category .panel {text-align: center;}*/

#kosik .bold {
    width : 120px;
}
#kosik .bold span.label {
    display : block;
}
/*#kosik .bold a:hover {text-decoration: none;}*/
#kosik .bg-info {
    padding : 0.8em;
}
#kosik .list-group-item-text {
    margin-top : 10px;
}

#kosik-header {
    width        : 450px;
    margin       : 0 auto;
    padding-left : 10px;
    display      : table;
}

#kosik-header .bold span {
    background : url("/images/step-active.png");
}
#kosik-header span {
    display     : block;
    font-size   : 36px;
    line-height : 36px;
    padding     : 20px 20px 20px 0.8em;
    text-align  : center;
    background  : url("/images/step-inactive.png");
    height      : 80px;
    color       : white;
}
#kosik-header div {
    float          : left;
    padding-bottom : 20px;
    text-align     : center;
    width          : 120px;
    margin-left    : -10px;
}
#kosik-header div p {
    margin-left  : 10px;
    margin-right : 10px;
    font-size    : 16px;
}
#kosik-header a:hover {
    text-decoration : none;
}
#kosik-header div.separator {
    letter-spacing : 5px;
    float          : left;
    text-align     : center;
    padding        : 20px 3px;
}

#product-list .foto,
#kategorie-list .foto {
    height   : 120px;
    overflow : hidden;
}
#product-list .foto img,
#kategorie-list .foto img {
    /*height: 150px;*/ /*border: 1px solid #7E7E7E;*/
}
#product-list .thumbnail ul,
#kategorie-list .thumbnail ul {
    font-size : 11px;
}
#product-list form input[name="pocet"],
#kategorie-list form input[name="pocet"] {
    display : none;
}

#popis-zbozi .tab-content > .tab-pane {
    padding : 25px;
}
#tab-registration li {
    overflow-y : hidden;
}
/*------------------------ G L O B A L S ---------------------*/
/**************************************************************/

/**************************************************************/
/*----------------------- R E S P O N S I V E ----------------*/
@media (max-width : 768px) {
    .container { min-width : 480px; }
    #kategorie-list .item.category {
        min-height : inherit;
    }
    .modal-xs { width : 300px; }
    .modal-dialog {
        width  : 300px;
        margin : 30px auto;
    }
}

@media (max-width : 1049px) {
    .formError {
        left : 15px !important;
    }
}

@media (min-width : 1050px) and (max-width : 1239px) {
}
/*----------------------- R E S P O N S I V E ----------------*/
/**************************************************************/
