.time-entry {
    color: #3c3c3c !important;
    background-color: #eee !important;
    border: 1px solid #bbb !important;
}

.time-entry:hover {
    background-color: #ef70b5 !important;
    color: #fff !important;
}

#dropzone {
    background: #f3f3f3;
    outline: #bbb dashed;
    height: 130px;
    width: 100%;
    text-align: center;
}

#dropzone_inner {
    margin: 20px;
    display: inline-block;
}

#headTable {
    overflow-x: scroll;
}


td input.form-control {
    width: 50px;
    margin: 0px;
    height: 25px;
}

.help-block.with-errors {
    color: red
}

#myModalLabel {
    display: inline-block;
}

.presRect {
    display: inline-block;
    background: red;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.presRect.on {
    background: green;
}

.bottom0 {
    margin-bottom: 0px;
}
.bottom5 { margin-bottom:5px; }
.bottom10 { margin-bottom: 10px; }
.bottom15 { margin-bottom:15px; }

.top30 {
    margin-top: 30px;
    margin-left: -10px;
}

.top10 { margin-top:10px;}
.top20 {
    margin-top: 20px;
}

.top0 {
    margin-top: 10px;
}

.left-10 {
    margin-left: 10px;
}

.corps_list {
    padding: 5px 10px
}

.ticketRow {
    margin: 5px 0px 0px 0px;
    padding: 5px;
}

table.DTFC_Cloned tr.even {
    background-color: #f8f8f8;
}

.even {
    background-color: #f8f8f8;
}

.uneven {
    background-color: #ffffff;
}

tr.selected {
    background-color: #4cff00;
}

table.DTFC_Cloned tr.hover {
    background: #eee;
}

tr.hover {
    background: #eee;
}

#table_id td {
    white-space: nowrap;
}

#tableUserList td {
    white-space: nowrap;
}

.funkCol {
    padding-right: 0px;
}

.tableFlag {
    margin-left: 5px;
    border: 1px solid #dadada;
    background-color: #dadada;
}

#info_messeName {
    margin: 0px;
}

#header {
    height: 98px;
}

#header  img {
    float: right;
    height: 66px;
    margin-top: 16px;
}

#footer {
    background-color: white;
    z-index: 100;
    bottom: 0px;
    width: 80%;
    border-top: 2px solid #dddddd;
    height: 30px;
}

#footer > p {
    font-size: 11px;
    text-align: right;
}

#footer a {
    color:#333;
}

.infowell {
    margin-top: 30px;
    font-size: 12px;
}


.breakTable {
    margin: 0 -100%; /* old browsers fallback */
    margin: 0 calc(50% - 50vw);
    background-color: rgba(255,0,255,0.5)
}

.big-checkbox {
    width: 30px;
    height: 30px;
    float:right;
}

.big-checkbox-left {
    width: 30px;
    height: 30px;
    float: left;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

/*.ttEvent {
    background-color: #4cff00 !important;
}*/