.link-warning {
    color: #FF9F33;
}

.link-danger {
    color: #FF3833;
}

/* content group */
.content-group {
    border-bottom: 1px solid #E9E9E9;
    margin: 0 -15px 10px -15px;
}

    .content-group .content {
        padding: 0 15px;
        margin-bottom: 10px;
    }

        .content-group .content label,
        .content-group .content label a {
            display: block;
        }



/* navigation */
.logo {
    z-index: 2;
}

.top-nav {
    display: none;
    position: relative;
    z-index: 1;
}


#content {
    top: 50px;
}

.top-header {
    height: auto;
}

    .top-header .top-nav .nav-right {
        width: 100%;
    }

        .top-header .top-nav .nav-right .glyphicon {
            margin-right: 5px;
        }

        .top-header .top-nav .nav-right > li {
            float: none;
            margin-left: 0;
        }

            .top-header .top-nav .nav-right > li > a {
                border-radius: initial;
                background-color: white;
                border-bottom: 1px solid #e9e9e9;
                padding: 6px 8px;
                color: #333;
            }

    .top-header .back-button {
        display: block;
        position: absolute;
        top: 5px;
        left: 10px;
        width: 46px;
        padding: 10px 12px;
        border-radius: 4px;
        line-height: 1.42857;
        color: #fff;
        font-size: 16px;
    }



/* time entries */
.time-entries .time-entry-type {
    margin: 0 0 1.5rem 0;
}

.time-entries .time-entry-type:last-child {
    margin: 0;
}

.time-entry-type-title {
    display: block;
    margin: 0 0 0.5rem;
}

.time-entry {
    display: flex;
    margin: 0 0 0.5rem 0;
}

.time-entry-type .time-entry:last-child {
    margin: 0;
}

    .time-entry-time, .time-entry-action {
        
    }

    .time-entry-time {
        flex: 6;
    }

    .time-entry-action {
        flex: 1;
        text-align: right;
    }


/* page actions */
.btn-page-action {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.2);
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.2);
}

    .btn-page-action .glyphicon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 16px;
        height: 16px;
    }

.nav-page-actions-wrapper {
    position: fixed;
    bottom: 65px;
    right: 20px;
}

    .nav-page-actions {
        display: none;
    }

        .nav-page-actions ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
            text-align: right;
        }

            .nav-page-actions ul li button {
                display: inline-block;
                padding: 5px 10px;
                border-width: 1px;
                border-style: solid;
                border-radius: 2px;
                color: #fff;
                margin-bottom: 10px;
                -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.2);
                box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.2);
            }

            .nav-page-actions ul li button:focus {
                outline: thin dotted;
                outline: 5px auto -webkit-focus-ring-color;
                outline-offset: -2px;
            }

.create-entry {
    color: #23ae89;
}


/* form */
.ui-select-multiple.ui-select-bootstrap {
    padding: 4px 3px 2px;
}

.checkbox-label {
    margin: -20px 0 0 10px;
    font-weight: normal;
    display: block;
}

.form-validation .ng-invalid .ng-dirty {
    border-color: #E94B3B;
}

.ui-select {
    margin: 0;
    width: 100%;
    /*border: 0;*/
}

    .ui-select > select {
        width: 100%;
        text-transform: none;
        font-size: inherit;
        font-weight: normal;
        text-indent: 0;
        padding: 7px 15px 7px 10px;
        color: #555;
        z-index: 1;
    }

.time-entry-form-group {
    display: flex;
    margin: 10px 0;
}

    .time-entry-form-group input {
        margin-right: 10px;
    }

    .time-entry-form-group input.last {
        margin-right: 0;
    }

/* toastr */
#toast-container>div {
    opacity: 1;
}

#toast-container .toast-close-button {
    right: 0.2em;
}

.toast-message {
    padding-right: 20px;
}


/* date picker */
.ui-datepicker .btn-default[disabled] {
    opacity: 0.25;
    filter: alpha(opacity=25);
}



/* ios scroll fix */
#content .page {
    height: calc(100% + 1px);
}



/* others */
#timeline {
    margin-bottom: 15px;
    width: 100%;
}

.timeline_nav {
    width: 11%;
    padding-top: 12px;
}

.next_calendarweek {
    border-left: none;
}

.calendar_week {
    padding-top: 2px;
    border-left: none;
    width: 26%;
}

#timeline, .timeline_nav, .calendar_week {
    height: 45px;
}

    .calendar_week.active {
        background-color: #1c7ebb;
        color: #ffffff;
    }

    .calendar_week.current {
        text-decoration: underline;
    }

.week_top {
    font-size: 15px;
}

.week_bottom {
    font-size: 10px;
    letter-spacing: 0px;
    white-space: nowrap;
}

#week_overview {
    clear: both;
}

.timeline_nav, .calendar_week, .week_day {
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.week_day {
    border-top: none;
    margin-bottom: 5px;
    width: 100%;
}

.day_date {
    width: 20%;
    padding: 5px 0;
}

.timeline_nav, .week_top, .week_bottom, .day_date {
    text-align: center;
}

.week_top, .week_bottom, .week_day span {
    display: block;
}

.week_day span .glyphicon {
    display: inline;
}

.date_top {
    font-size: 14px;
}

.date_top, .week_top {
    font-weight: bold;
}

.day_description {
    padding: 5px 0;
    padding-left: 10px;
    width: 80%;
    min-height: 50px;
    border-left: 1px solid #e9e9e9;
    float: right;    
}

.hasAssignment.hasOneElement .day_description.first {
    min-height: 64px;
}

.day_date, .day_description {
    border-top: 1px solid #e9e9e9;
}

.day_date, .calendar_week, .timeline_nav {
    float: left;
}

.description_top,
.description_label {
    display: inline-block !important;
}

.description_top {
    font-weight: bold;
    font-size: 14px;
}

.description_label {
    padding: 0.2em 0.4em 0.2em;
}

.daterange-type-0 {
    background-color: #fff;
    border-color: #eee;
    color: #767676 !important;
}

.description_label_type_10,
.daterange-type-10 {
    background-color: #FF3833;
    border-color: #e43a36;
}

.description_label_type_11,
.daterange-type-11 {
    background-color: #924C23;
    border-color: #844520;
}

.description_label_type_20,
.daterange-type-20,
.description_label_type_40,
.daterange-type-40 {
    background-color: #00B78F;
    border-color: #00a27f;
}

.description_label_type_30,
.daterange-type-30 {
    background-color: #091E2D;
    border-color: #071520;
}

.description_label_type_31,
.daterange-type-31 {
    background-color: #FF94EF;
    border-color: #ef8be0;
}

.description_label_type_32,
.daterange-type-32 {
    background-color: #999999;
    border-color: #8d8d8d;
}

.description_bottom, .date_bottom {
    font-size: 11px;
}


.shown_mobile {
    display: initial !important;
}

.hidden_mobile {
    display: none !important;
}

.not_mobile .top-nav, .not_mobile aside, .not_mobile #content, .mobile_info, .not_mobile .toggle-min{
    display: none;
}
.not_mobile .mobile_info{
    display: block;
    position: relative;
    top: 50px;
    padding: 15px 20px 10px;
    min-height: 52px;
    margin-bottom: 0;
}

.no-margin {
    margin: 0;
}

.ta-hidden-input {
    width: 1px;
    height: 1px;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -10000px;
    left: -10000px;
    opacity: 0;
    overflow: hidden;
}


/* tablet fixes */
.top-header {
    background-color: #fff;
}

.top-header .menu-button {
    display: block !important;
}

.top-header .logo {
    width: 100% !important;
}

#nav-container {
    display: none !important;
}

#content {
    left: 0 !important;
}

.top-header .toggle-min {
    display: none !important;
}

.top-header .top-nav {
    padding-left: 0;
    padding-top: 60px;
}

/* clock picker */
.form-control-clock-picker {
    cursor: text !important;
    background-color: #fff !important;
}

.clock-picker-area {
    position: relative;
}

.clockpicker-popover {
    margin-bottom: 30px;
}

/* downloads */
.download-list {
    margin: 0 0 10px 0;
}

.download-item {
    display: block;
    border-bottom: 1px solid #cbd5dd;
    padding: 5px 0 13px 0;
    background-color: #fff;
    clear: both;
}

    .download-item:hover {
        background-color: #eee;
    }

.download-icon {
    float: left;
    width: 50px;
    font-size: 26px;
    padding: 4px 0 0 13px;
}

.download-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 4px 50px;
}

.download-description {
    margin: 0 0 0 50px;
}



/* set new password */
.icon-exclamation-sign {
    color: red;
}

.icon-check {
    color: green;
}

.icon-exclamation-sign, .icon-check {
    width: 15px;
}



/* register page */
.page-signup h1 {
    font-size: 20px;
    margin-top: 0;
}

.page-signup h2 {
    font-size: 18px;
}

.page-signup ol {
    padding: 0;
}

.page-signup ol li {
    padding-left: 10px;
}

.register-log-in-now {
    margin-top: 15px;
}

.page-signup.step1 section {
    margin: 0 -15px;
}

.page-signup.step2 h1,
.page-signup.step2 h2,
.page-signup.step2 p {
    margin-left: -15px;
    margin-right: -15px;
}

.page-signup.step2 form {
    margin-top: 15px;
}

.page-signup .assignment-locations {
    background: #fff;
    border: 1px solid #cbd5dd;
    border-radius: 2px;
    padding: 6px 12px;
}

.page-signup .ui-select-search {
    padding: 6px 9px;
}

.page-signup .ui-radio,
.page-signup .help-block {
    margin-bottom: 0;
}
