/* Vertical Offset Top */
.voffset-top-lg {
    margin-top: 2em;
}
.voffset-top-md {
    margin-top: 1em;
}
.voffset-top-sm {
    margin-top: 0.5em;
}

/* Vertical Offset Bottom */
.voffset-bottom-lg {
    margin-bottom: 2em;
}
.voffset-bottom-md {
    margin-bottom: 1em;
}
.voffset-bottom-sm {
    margin-bottom: 0.5em;
}

/* Form Fix */
input[type="radio"] {
    margin-top: -1px;
    vertical-align: middle;
}

/* Login Page */
.remember-me input, .remember-me span {
    display: inline-block;
    vertical-align: middle;
}

/* Theming */
.page-header {
    font-size: 20px;
}
.breadcrumb {
    margin: 20px 0;
    padding: 0;
    background: transparent;
    z-index: 1500;
}
.breadcrumb ~ .page-header {
    margin-top: 0;
}
.form-horizontal .checkbox input[type="checkbox"],
.form-horizontal .radio input[type="radio"] {
    margin-left: 0;
}
.form .form-control, .form-horizontal .form-control {
    padding: 6px 8px;
    box-shadow: none;
}
.form-horizontal .form-control:focus {
    box-shadow: none;
    border-color: #aaa;
}
.form-horizontal .form-control-static:after {
    content: '.';
    visibility: hidden;
}
.form-horizontal .checkbox input[type="checkbox"] {
    margin-left: 0;
}
.form-horizontal .checkbox label {
    padding-left: 28px;
}
.form-group .text-danger {
    display: block;
    margin-top: 3px;
}
.form-group .text-danger:first-letter {
    text-transform: capitalize ;
}
.select2-container .select2-selection--single {
    height: 34px;
    padding: 2px 0;
}
.select2-container--default .select2-selection--single {
    border-radius: 4px;
    outline: none;
    border-color: #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 1px;
}
.form-inline .select2-container, .select2-container-small {
    font-size: 12px;
}
.form-inline .select2-container .select2-selection--single {
    height: 30px;
    padding: 1px 0;
}

/* Activities */
.activities {
    max-width: 500px;
}
.dateswitcher {
    display: inline-block;
    width: 64px;
    height: 64px;
    background: url('../img/ico-date.png') no-repeat center center;
    background-size: cover;
    text-align: center;
    padding-top: 20px;
    line-height: 1.3em;
    color: #fff;
}
.dateswitcher-curmonth {
    color: #5d5d5d;
    margin-bottom: 5px;
    font-size: 1.2em;
}
.dateswitcher:hover, .dateswitcher:active {
    color: #fff;
    text-decoration: none;
}
.dateswitcher-month {
    text-transform: uppercase;
    font-size: 0.9em;
}
.dateswitcher-date {
    font-size: 1.2em;
    font-weight: bold;
}
.dateswitcher-current {
    background-image: url('../img/ico-date2.png');
}
.dateswitcher-weekend {
    background-image: url('../img/ico-date3.png');
}
.activity {
    padding: 6px 4px;
    border-bottom: 1px solid #ccc;
}
.activity-duration {
    display: table;
    width: 60px;
    height: 40px;
    font-size: 1em;
    text-align: center;
    background: #8cd1d1;
    border-radius: 20px;
    color: #fff;
    line-height: 1.2em;
    vertical-align: middle;
}
.activity-duration span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.activity-project {
    font-size: 1.2em;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
}
.activity-info {
    font-size: 0.9em;
}
.activity a {
    text-decoration: none;
}
.activity-summary {
    padding: 10px 3px;
}
.text-weekend {
    color: #DD4B40;
}

@media (max-width:512px) {
    .dateswitcher {
        width: 32px;
        height: 32px;
        padding-top: 10px;
        font-size: 0.5em;
    }

    .activity-duration {
        width: 45px;
    }
}

/* Report */
.project-report .form-search select {
    width: 150px !important;
}
.project-report li > div {
    padding: 8px 8px 8px 4px;
    border-bottom: 1px solid #ddd;
}
.project-list ul li > div {
    background: #ededed;
}
.project-list-department .pull-left {
    padding-left: 2em;
}
.project-list-employee .pull-left {
    padding-left: 4em;
}
.project-report .pull-left.project-list-col-2 {
    width: 60%;
    overflow: hidden;
}
.project-report .pull-right.project-list-col-2 {
    width: 20%;
}
.project-report .pull-left.project-list-col-3 {
    width: 55%;
    overflow: hidden;
}
.project-report .pull-right.project-list-col-3 {
    width: 15%;
}
.project-list-checkall:hover, .project-list-uncheckall:hover {
    text-decoration: none;
}
.project-list-checkall:focus, .project-list-uncheckall:focus {
    outline: none;
    text-decoration: none;
}