
body {
    height: 100%;
}

/* Side notes for calling out things
-------------------------------------------------- */

/* Base styles (regardless of theme) */
.bs-callout {
    margin: 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}

.bs-callout h4 {
    margin-top: 0;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code,
.bs-callout .highlight {
    background-color: #fff;
}

/* Themes for different contexts */
.bs-callout-danger {
    background-color: #fcf2f2;
    border-color: #dFb5b4;
}

.bs-callout-warning {
    background-color: #fefbed;
    border-color: #f1e7bc;
}

.bs-callout-info {
    background-color: #f0f7fd;
    border-color: #d0e3f0;
}

.center-cropped {
    width: 100px;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: solid 1px #ccc;
    padding: 2px;
    margin: 0px 5px 5px 0px;
}

/*.photo-gallery {*/
/*border: solid 1px #ccc;*/
/*padding: 1px 2px 1px 1px;*/
/*}*/

.photo-gallery .image-description {
    margin: 10px;
}

.galleria {
    background: none;
}

body .galleria-container {
    background: none;
}

.galleria-image-nav-left {
    opacity: 1;
    background-image: url(../images/img-prev.png);
    background-position: 0px center;

}

.galleria-image-nav-right {
    opacity: 1;
    background-image: url(../images/img-next.png);
    background-position: 15px center;
}

.galleria-image-nav-left:hover {
    background-image: url(../images/img-prev_h.png);
}

.galleria-image-nav-right:hover {
    background-image: url(../images/img-next_h.png);
}

#pollLegendContainer {
    background-color: #fff;
    padding: 2px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #E6E6E6;
    display: inline-block;
    margin: 15px auto;
}

.pollLegendleft {
    display: block;
    float: left;
}

.pollLegendRight {
    display: block;
    float: right;
}

.archiveYearsHidden {
    display: none;
}

.person-form-edit {
    border: solid 1px #ccc;
    border-radius: 10px;
    padding: 15px;
    margin: 10px;
}

.alert-slim {
    padding: 6px;
    margin: 0px;
}

.job-offer-info {
    padding: 15px;
    position: relative;
    font-size: 17px;
    margin: 0 0 10px;

}

.panel_title_position {
    width: 303px;
    height: 19px;
    margin-top: 20px;
    position: absolute;
}

.panel_title_text {
    font-family: helvetica;
    line-height: 19px;
    padding-top: 1;
    font-size: 18px;
    font-weight: 500;
    color: #E6C93C;
    vertical-align: top;
}

.swaptext_UP {
    background: #E6C93C;
    font-family: 'pt_sansregular';
    line-height: 13px;
    padding-top: 1;
    font-size: 11px;
    color: #23639F;
    vertical-align: bottom;
    /* KLIKNI AKO SI: */
}

.swaptext_DOWN {
    font-family: 'pt_sansregular';
    line-height: 15px;
    padding-bottom: 1;
    font-size: 13px;
    color: #23639F;
    vertical-align: top;
    /* POSLODAVAC: */
}

.twitter-typeahead {
    width: 100%;
    position: relative;
}

.tt-dropdown-menu {
    width: 100%;
    min-width: 160px;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
}

.twitter-typeahead .tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.tt-suggestion.tt-cursor a {
    color: #fff;
}

.tt-suggestion p {
    margin: 0;
}

