/* 
    Document   : bsextended
    Created on : 12.08.2014., 18.20.10
    Author     : Botke
    Description:
        Purpose of the stylesheet follows.
*/

.modal-header{
    min-height: 50px;
}

.modal-body{
    padding-bottom: 0px;
}

.modal-footer{
    text-align: justify;
}

.table-bordered {
    border: 1px solid rgba(255,255,255,0.2);
}

.close:hover, .close:focus {
    color: #400;
    text-decoration: none;
    cursor: pointer;
    opacity: .6;
    filter: alpha(opacity=60);
}

.close {
    color: #000;
    opacity: .4;
    filter: alpha(opacity=40);
}

.popover {
    color: #fff!important;
    background-color: rgba(0,0,0,0.6);
}

.popover-title {
    color: #fff!important;
    background-color: rgba(255,0,0,0.5);
}

.popover-content {
    line-height: 18px;
}

.popover.top>.arrow:after {
    border-top-color: rgba(0,0,0,0.6);
}

.popover.left>.arrow:after {
    border-left-color: rgba(0,0,0,0.6);
}

.popover.right>.arrow:after {
    border-right-color: rgba(0,0,0,0.6);
}

.popover.bottom>.arrow:after {
    border-bottom-color: rgba(255,0,0,0.5);
}

.img-thumbnail {
    background-color: rgba(0,0,0,0.5);
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 1px;
    padding-left: 1px;
}

.modal-dialog, .modal-content {
    z-index: 1111;
}


/*
    MEDIA
*/

.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}






/* preseliti u admin*/
.input-group, .form-horizontal > button {
    width: 100%;
}
.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

