﻿.qss-footer {
	background: none repeat scroll 0 0 #ECECEC;
    border-top: 1px solid #E0E0E0;
    bottom: 0;
    height: 29px;
    position: fixed;
    width: 100%;
    z-index: 150;
	padding-top: 4px;
	text-align: right;
}


body {
    /*min-height: 2000px;*/
    padding-top: 70px;
	height: 100%;
}

html {
	height: 100%;
}

#wrap {
    height: auto;
    margin: 0 auto -60px;
    min-height: 100% !important;
    padding: 0 0 60px;
}


#footer {
    background-color: #EBEBEB;
    height: 60px;
}

.container .text-muted {
    margin: 20px 0;
}

.glyphicon {
	top: 2px;
}

.redcolour {
    color: #ff0000;
}
.greencolour {
    color: #47a447;
}

.modal-body {
	max-height: 400px;
	overflow-y: auto;
}

.modal-body tr td {
	cursor: pointer; 
}



/*Ubacivanje glyphicona u input text kontrolu*/
.left-inner-addon {
    position: relative;
}
.left-inner-addon input {
    padding-left: 30px;    
}
.left-inner-addon span {
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
}

.right-inner-addon {
    position: relative;
}
.right-inner-addon input {
    padding-right: 30px;    
}
.right-inner-addon span {
    position: absolute;
    right: 0px;
    padding: 5px 12px;
    pointer-events: none;
}

/*Twitter
 Typeahead*/
/*span.twitter-typeahead input.input-sm {
    padding-left: 25px;    
}
span.twitter-typeahead i {
    position: absolute;
    padding: 7px 9px;
    pointer-events: none;
}
*/
input.not-valid {
    color: red;
}
.in-progress{
    background-color:blue;
}

.checkbox input[type="checkbox"]{
    margin-top:4px !important;
}
/*--------------*/
/*----------------*/

.navbar-brand.lutrija-bih {

	padding-top: 10px;
	padding-bottom: 10px;

}
.navbar-brand.lutrija-bih img {

	margin-right: 10px;

}

.token-input-dropdown-facebook {

	display: none !important;

}

.no-labels label {
        display: none;
    }
    .no-labels table {
        border: 1px solid #eee;
        width: 100%;
    }
    .no-labels td,
    .no-labels th {
        border: 1px solid #eee;
        vertical-align: middle;
        text-align: center;
        padding: 5px;
    }
    .no-labels .form-group {
        margin: 0px;
    }