/* CRM - Partner DETAIL */
#objednavkyInfo {
    -webkit-box-shadow: -1px -3px 3px 1px rgba(184,184,184,0.28);
    -moz-box-shadow: -1px -3px 3px 1px rgba(184,184,184,0.28);
    box-shadow: -1px -3px 3px 1px rgba(184,184,184,0.28);
    display:none;
    height: auto;
    position: fixed;
    left:3%;
    bottom:0%;
    width:75%;
    opacity: 1;
    z-index: 9000;
    border-top:1px solid silver;
    border-left:1px solid silver;
    border-right:1px solid silver;
}

#portletObjednavkaDetail {
    margin-bottom:0 !important;
}

#ukolyInfo {
    -webkit-box-shadow: -1px -3px 3px 1px rgba(184,184,184,0.28);
    -moz-box-shadow: -1px -3px 3px 1px rgba(184,184,184,0.28);
    box-shadow: -1px -3px 3px 1px rgba(184,184,184,0.28);
    height: auto;
    position: fixed;
    left:3%;
    bottom:0%;
    width:50%;
    opacity: 1;
    z-index: 9000;
}

.draggingToInput {
     cursor: move;
}

.draggingToInput:hover {
    border:2px solid #3b64a5 !important;
}


/* CRM - Partner Live Search */
#search_result, #baliky_search_result {
    padding:0 0 0 15px;
    display: none;
    position: absolute;
    background: #fff;
    border-left:1px solid #c1ccd1;
    border-bottom: 2px solid #c1ccd1;
    border-right:1px solid #c1ccd1;
    z-index: 700;
    margin:34px 0 0 15px;
}

#search_count, .search_count, #search_info {
     font-size: 11px;
}

#search_info, #baliky_search_info {
    margin-top: 11px;
}

#search_result_content li, #baliky_search_result_content li {
    border-bottom: 1px solid #f0f9f9;
    padding: 7px 0;
}

.cent {
    display:none;
    align: center;
    position: absolute;
    border:1px solid #e8ecec;
    top: 30%;
    left: 35%;
    font-size: 17px;
    background: #1f78b5;
    color: #fff;
    padding: 40px 80px;
    -webkit-box-shadow: 10px 10px 22px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 22px -13px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 22px -13px rgba(0,0,0,0.75);
}


/* PZC info button */

.qst {
    -webkit-box-shadow: -1px -3px 3px 1px rgba(184,184,184,0.28);
    -moz-box-shadow: -1px -3px 3px 1px rgba(184,184,184,0.28);
    box-shadow: -1px -3px 3px 1px rgba(184,184,184,0.28);
    border-top:1px solid silver;
    border-left:1px solid silver;
    border-right:1px solid silver;
    width:auto;
    position: fixed;
    right:0%;
    top:22%;
    opacity: 1;
    z-index: 9000;
}


.absTopBox {
    -webkit-box-shadow: 0px 4px 4px 0px rgba(163,163,163,1);
    -moz-box-shadow: 0px 4px 4px 0px rgba(163,163,163,1);
    box-shadow: 0px 4px 4px 0px rgba(163,163,163,1);
    border-bottom:1px solid #d54e21;
    border-left:1px solid #9dacbd;
    border-right:1px solid #9dacbd;
    background: #f3f6f9;
    width:60%;
    height:40px;
    padding: 3px 0 6px 0;
    position: fixed;
    top:0;
    left:20%;
    opacity: 1;
    display:none;
    z-index: 10000;
}

.absTopBox .show {
    display:block;
}

/* Nomenklatury*/
.boxAbs {
    -webkit-box-shadow: -1px -3px 3px 1px rgba(184,184,184,0.28);
    -moz-box-shadow: -1px -3px 3px 1px rgba(184,184,184,0.28);
    box-shadow: -1px -3px 3px 1px rgba(184,184,184,0.28);
    border-top:1px solid silver;
    border-left:1px solid silver;
    border-right:1px solid silver;
    background: #fff;
    width:auto;
    padding: 0 0 3px 5px;
    position: fixed;
    right:4%;
    bottom:0%;
    opacity: 1;
    z-index: 10000;
}

#kartyBox {
    display:none;
}

/* Table info */
.tableAbsInfo1 {
    position:absolute;
    top:140px;
    right: -8px;
    color:#fff;
    /* FF3.5+ */
    -moz-transform: rotate(90.0deg);
    /* Opera 10.5 */
    -o-transform: rotate(90.0deg);
    /* Saf3.1+, Chrome */
    -webkit-transform: rotate(90.0deg);
}

.tableAbsInfo2 {
    position:absolute;
    top:225px;
    right: 3px;
    color:#fff;
    /* FF3.5+ */
    -moz-transform: rotate(90.0deg);
    /* Opera 10.5 */
    -o-transform: rotate(90.0deg);
    /* Saf3.1+, Chrome */
    -webkit-transform: rotate(90.0deg);
}


/** Typeahead */
.typeahead,
.tt-query,
.tt-hint {
    min-width: 500px;
}

.typeahead:focus {
    border: 1px solid #0097cf;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    width: 500px;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 8px 20px;
    font-size: 18px;
    line-height: 24px;
    border-bottom: 1px solid #f0f9f9;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

.gist {
    font-size: 14px;
}