
.highlight {
    box-shadow: 0px 0px 8px rgba(100, 100, 100, 0.5) !important;
}
.alpha {
    display: none;
}
div {
    transition: ease-in-out all 0.5s;
}
.subjects-selector {
    font-weight:bold !important;
}
.panel-heading{
    overflow: hidden;
    height: 37px;
}
.icon {
    margin-right: 10px;
}
.btn-group-lg > .btn {
    font-size: 13px !important;
}

input[readonly] {
    background-color: white !important;
}

#dataTable {
    font-size: 12px;
}

.eta-desc {
    display: block;
}

.eta-date {
    display: block;
    font-weight:bold;
}

.etas>li {
    text-align: center;
    float: left;
    width: 160px;
    font-size: 11px;
    background: url(/public/gfx/eta-li-bck.png) no-repeat;
    background-size: cover;
    padding: 5px;
    margin-left: -15px;
    margin-bottom: 7px;
}
.etas {
    list-style: none;
    display: inline-block;
}

.barcode {
    margin-right: 10px;
}

.barcode-container {
    text-align: center;
    font-family: sans-serif;
}
.doc-overall {
    height: 385px;
}

.doc-details {
    height: 135px;
}

.doc-details .panel-body {
    overflow: auto;
}

.panel-bottom .panel-body {
    height: 400px;
    overflow: auto;
}

.amount-btn {
    float: left;
    height: 65px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding-top: 15px !important;
}

.delegate-panel {
    background-color: #eee;
    padding: 10px;
}

.table-delegate {
    font-size: 11px;
    font-weight: normal;
}

.change-state-btn {
    margin-right: 15px;
}

.btn-desc {
    font-weight:normal !important;
    display: block;
    clear: both;
}

.dropzone{
    background-color: #eee;
    text-align: center;
    min-height: 50px;
    padding: 15px;
    width: 100%;
    margin-bottom: 10px !important;

}

.dz-progress, .dz-success-mark, .dz-error-mark, .dz-error-message {
    display: none;
}

.wait-mask {
    display: none;
    background-color: rgba(0,0,0,0.3);
    position: fixed;
    left: 0px;
    top:0px;
    width: 100%;
    height:100%;
    z-index: 10;
}

.wait-message {
    left:50%;
    top:40%;
    width: 400px;
    margin-left: -200px;
    background-color: #fff;
    border-radius:4px;
    box-shadow: 0px 0px 3px #555;
    position: absolute;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
}

.text-wrapper {
    display: block ;
    overflow: hidden ;
    width: 100px;
    height: 1em;
}


.info-desc {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    color: #888;
    padding-top: 3px;
}

.info-desc i {
    margin-right: 8px;
}

.info-val {
    clear: right;
    font-size: 14px;
    color: #000;
    margin-bottom: 6px;
    text-transform: uppercase;
    padding-left: 38px !important;
}

.photo {
    margin-bottom: 40px;
    background-image: url(/public/gfx/photo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 200px;
}


/* calendar */

#month, #year { font-size: xx-large; float: left; padding: 5px 30px; border-bottom: 3px solid #ccc; }
#month { background-color: #e1e1e1; border-radius: 6px 0px 0px 6px; font-weight: 200; }
#year { background-color: #979797; color: #eee; font-weight: bold; border-radius: 0px 6px 6px 0px; }
#calendar-container { display: inline-block; width: 100%; clear: both; margin-top: 20px; }

table.calendar		{
    border-left:1px solid #ccc;
    width: 100%;}
tr.calendar-row	{ }
td.calendar-day	{
    border-bottom: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    vertical-align: top;
    padding: 0px !important;
    padding-top: 45px !important;
    height: 130px !important;
}
td.calendar-day:hover	{
    background:#eceff5 !important;
}
td.calendar-day-np	{
    border-bottom: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    background-color: #eee !important;
}
td.calendar-day-head {
    background:#ccc;
    font-weight:bold;
    text-align:center;
    padding:5px; border: 1px solid #aaa !important;
    border-left:none !important;
    height:45px;
}
div.day-number		{
    background: #999;
    padding: 3px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    float: right;
    margin: -5px -5px 0 0;
    width: 25px;
    text-align: center;
    height: 25px;
    border-radius: 25px;
    margin-top: -35px;
    margin-right: 10px;
}
/* shared */
td.calendar-day, td.calendar-day-np { width:120px; padding:5px; border-bottom:1px solid #999; border-right:1px solid #999; }


@media screen and (max-width: 480px) {
    #month { width: 70%; }
    #year { width: 30%; }
}

.calendar-day>a {
    display: block;
    text-decoration: none !important;
}

.event {
    width: 100%;
    font-size: 12px;
    background: #3095a9;
    color: #fff;
    text-transform: uppercase;
    padding: 5px;
    margin-bottom: 3px;
    text-decoration: none;
}


a.event-first-day {
    padding-left: 10px!important;
}

a.event-last-day {
    padding-right: 10px !important;
}

a.event-first-day>.event {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-left: 4px solid #0f626f;
}

a.event-last-day>.event {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-right: 4px solid #0f626f;
}

.timetable-card {
    background-color: #f7f7f7;
    border-radius: 6px;
    width: 100%;
    border: 2px solid #eee;
}

.timetable-container {
    box-sizing: border-box;
    padding: 15px;
}

.timetable-card .date {
    width: 100%;
    padding: 15px;
    text-align: center;
    background-color: #eee;
    font-size: 22px;
}

.timetable-card .date span {
    padding-left: 10px;
}

.timetable-card .date .date-day {
    font-weight: 800;
    font-size: 30px;
}

.timetable-card .summary {
    width: 100%;
    padding: 15px;
    text-align: center;
    background-color: #eee;
    font-size: 14px;
    height: 80px;
}

.timetable-card .summary .summary-time {
    font-weight: bold;
    font-size: 20px;
}

.timetable-card .timetable {
    width: 100%;
    height: auto;
    overflow: auto;
}

.timetable table {
    width: 100%;
}

.timetable table tr td:not(.active) {

}


.timetable table tr td {
    height: 18px;
    background: #fff;
    display: block;
}


.timetable table td.full-hour {
    border-top: 2px solid #aaa;
    padding-left: 10px;
    font-size: 12px;
    font-weight: bold;
}

.timetable table td:not(.full-hour) {
    border-top: 1px solid #eee;
}

.timetable table .active {
    background-color: #8097ab;
    border-top: none !important;
}

#map {
    height: 200px;
    margin-bottom: 20px;
}

.event.water {
    background-color: #ff851b;
}