@import url('bootstrap.min.css');
@import url('todc-bootstrap.css');
@import url('bootstrap-responsive.min.css');
@import url('bootstrap-select.min.css');
@import url('bootstrap-colorbox.css');
@import url('bootstrap-fileupload.min.css');
@import url('bootstrap-datetimepicker.min.css');
@import url('bootstrap-colorpicker.min.css');
@import url('jquery.dataTables.css');

@import url('tools.css');

.first-in-row {
    margin-left: 0px !important;
}

.typeahead {
	margin-top:0px;
}
.bootstrap-select {
	min-width: 0px;
}
.bootstrap-select .btn {
	min-width: 70px;
}

.tooltip.left {
	margin-left:-10px;
}

.pseudomulti {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CBD1D4;
    /*border-radius: 3px 3px 3px 3px;*/
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    /*display: inline-block;*/
    height: 90px;
    overflow-y: scroll;
    padding: 1%;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.multiple :disabled {
	color: #cccccc;
}

option {
	font-family: tahoma;
}

.loading {
    background-image: url('../img/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(255,255,255,0.5);
}

.loading:not(input) {
    min-width: 30px;
    min-height:30px;
}

input.loading {
    background-position: right 5px center;
}

.pseudomulti.loading {
    background-position: right 20px center;
}

textarea.loading {
    background-position: right 5px top 5px;
}

.form-horizontal .control-label {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.controls textarea {
	min-height: 80px;
	resize:none;
}
.typeahead.dropdown-menu {
	max-height: 150px;
	overflow:auto;
}

.dropdown-menu .nav>li {
	float: none;
}

.center {
	text-align: center !important;
}

.input-block-level.input-prepend, .input-block-level.input-append {
	display: table;
    width: 100%;
}

.input-block-level .add-on:not(.btn-file,.fileupload-exists), .input-block-level.input-append .btn:not(.btn-file,.fileupload-exists),
.input-block-level .add-on:not(.btn-file,.sfileupload-exists), .input-block-level.input-append .btn:not(.btn-file,.sfileupload-exists) {
	display: table-cell;
	width: 1px;
}

.input-append .btn {
	min-height:30px;
}

.input-block-level.input-prepend .input-block-level {
	display: table-cell;
	width: 100%;
	border-left-style: none;
}

.input-block-level.input-append .input-block-level {
	display: table-cell;
	width: 100%;
	border-right-style: none;
}

.fileupload .infotxt {
    position: absolute;
    text-align: center;
    padding-top: 5px;
    display: none;
}

.fileupload.in {
    /*background: rgba(0,0,0,0.05);*/
    border: 2px dashed gray;
    margin: -5px;
    padding: 3px;
}

.fileupload.in .infotxt {
    display: block;
}

.fileupload.in.hover {
    background: rgba(255,255,0,0.4);
}

.radio-custom, .checkbox-custom {
	padding-left: 0px;
}

.radio-custom input[type=radio], .checkbox-custom input[type=checkbox] {
	display: none;
}

.radio-custom .radio, .checkbox-custom .checkbox {
	padding: 0px;
	height: 15px;
	width: 15px;
	min-height: 0px;
	margin-right: 10px;
	margin-top:-1px;
	margin-bottom: 0px;
}

.radio-custom .radio:not(.disabled), .checkbox-custom .checkbox:not(.disabled) {
    cursor: pointer;
    color: inherit;
}

.radio-custom .radio {
    border-radius: 8px;
}

.radio-custom .radio span {
    font-family: tahoma;
    font-size: 20px;
    font-style: normal;
    line-height: 12px;
    text-align: center;
}

.checkbox-custom .checkbox span {
    font-family: tahoma;
    font-size: 20px;
    font-style: normal;
    line-height: 12px;
    text-align: center;
	margin-top: -1px;
}

.radio-custom .radio span, .checkbox-custom .checkbox span {
    display: none;
}

.radio-custom .radio.checked span, .checkbox-custom .checkbox.checked span {
    display: block;
}

.table thead th, .table thead tr {
    border-bottom: 1px solid #ddd;
}

.table tfoot th, .table tfoot td {
    border-top: 1px solid #ddd !important;
}