/* Add here all your CSS customizations */


/* za karticu posla */

.alert-posao.alert-rounded {
    border-radius: 5px;
    padding-left: 25px;
    padding-right: 25px;
}

.alert-posao {
    padding: spx;
    border: 1px solid transparent;
    border-radius: 3px;
    text-align: center;
}

.alert-posao, .thumbnail {
    margin-bottom: 0px;
}

.grayText {
    color: GrayText;
}

p.alert-posao {
    margin: 0 0 5px;
}

.form-group {
    margin-bottom: 5px;
}

.page-header {
    margin: 0 0 5px;
}

.page-title {
    padding: 15px 36px 15px 0;
}

.well {
    padding: 10px;
}

.icon-bubbles4 {
    position: relative;
    top: 10px;
}

.media-annotation-ocene {
    color: #999;
    font-size: 14px;
    font-weight: 400;
}

.pull-right-ocene {
    float: right !important;
    margin-top: -20px;
    color: #999;
}

.TextBox {
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: #solid 10px #000;
    background-color: rgba(105,100,100,0.8);
    margin-left: auto;
    margin-right: auto;
}

.required:after {
    color: #e32;
    content: ' *';
    display: inline;
}

.form-group-knjizica {
    padding-top: 5px;
    padding-bottom: 5px;
}

.daterangepicker {
    z-index: 9999 !important;
}

.table-xxxs > tbody > tr > td, .table-xxxs > tbody > tr > th, .table-xxxs > tfoot > tr > td, .table-xxxs > tfoot > tr > th, .table-xxxs > thead > tr > td, .table-xxxs > thead > tr > th {
    padding: 1px 3px;
}

a[href], input[type='submit'], input[type='image'], input[type='checkbox'], label[for], select, button, .pointer {
       cursor: pointer;
}

.dropdown-menu-column > li > a {
    clear: both;
    font-weight: 400;
    color: #333;
    text-decoration: none;
    display: block;
    line-height: 1.5384616;
    white-space: nowrap;
    padding: 8px 15px;
    cursor: pointer;
}

.scrollable-dropdown-menu {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
}

.dropdown-menu-column > li:hover { background-color:#F5F5F5; }

.popup-title {
    background-color:#f8f8f8;
    color:#333;
}

/* keep this at the very bottom of the file */
::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}
