﻿body {
    padding-top: 70px;
    font-family: "Arial", Helvetica, Arial, sans-serif !important;
}

.page-header-fixed {
    position: fixed;
    top: 51px;
    left: 0px;
    right: 0px;
    padding: 15px;
    border-bottom: 1px solid #EEEEEE;
    background: #ffffff;
    z-index: 999;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.page-header-fixed h1
{
    display: inline-block;
    font-size: 30px;
    margin: 0;
}
.page-header-fixed h1 span
{
    width: 420px; 
    display: inline-block;
    text-align: center
}
.page-header-fixed h1 span.short
{
    display: none;
}
.navbar-brand
{
    padding-top: 2px;
    padding-bottom: 2px;
}

.navbar-brand img {
    height: 100%;
    padding: 5px;
}

@media (max-width: 992px)
{
    .page-header-fixed
    {
        position: static;
        margin-bottom: 18px;
        padding-top: 0px;
        /*height: 54px;*/
    }
    .page-header-fixed-spacer
    {
        display: none;
    }
    .page-header-fixed h1
    {
        font-size: 20px;
        line-height: 40px;
    }
    .page-header-fixed h1 span
    {
        width: 280px;
    }
}
@media (max-width: 559px)
{
    .page-header-fixed h1 span
    {
        display: none;
    }
    .page-header-fixed h1 span.short
    {
        display: inline-block;
        width: 130px;
    }
}
.page-header-fixed .btn-large
{
    padding: 8px 12px;   
}

.page-header-menu
{
    display: inline-block;
    margin-left: 15px;
    line-height: 36px;
}

.page-header-menu form {
    display: inline-block;
}

@media (max-width: 768px) {
    .nav-flex {
        width: 100%;
        margin: 0;
    }

    .page-header-menu {
        margin-left: 0;
    }
}

.page-header-fixed-spacer
{
    height: 50px;
    clear: both;
    margin-bottom: 13px;
}



.availability table td,
.availability table th
{
    background: #F9F9F9;
    text-align: center;
    border: 1px solid #DDDDDD;
}

.availability table th
{
    background: #efefef;
}

.availability td.av-checkbox
{
    cursor: pointer;
    height: 37px;
    width: 12.142%;
}
.availability td.disabled
{
    background: #efefef;
}
.availability td.checked-available
{
    font-family: "FontAwesome";
    background: #DFF0D8;
}
.availability td.checked-available:after    
{
    content: "\f00c";
}

.availability td.checked-call
{
    font-family: "FontAwesome";
    background: #d9edf7;
}
.availability td.checked-call:after    
{
    content: "\f095";
}

.availability td.checked-unavailable
{
    font-family: "FontAwesome";
    background: #f2dede;
}
.availability td.checked-unavailable:after    
{
    content: "\f00d";
}

.title-nav
{
    color: #777;
    margin: 0 0.4em;
}
.title-nav:hover
{
    text-decoration: none;    
}
.planning-availability
{
}
.planning-availability ul
{
    padding: 0;
}
.planning-availability li
{
    list-style-type: none;
    display: inline;
    margin: 2px 10px;
}
.planning-availability li span
{
    color: #777;
}


.striped
{
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}
a.planning-list-group-item
{
    color: #333;
    padding: 5px 45px 5px 15px;
    border-bottom-right-radius: 0px;
    position: relative;
}
.planning-list-group-item-sort
{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 30px;
    text-align: center;
    background: #fff;
    border-left: 1px solid #ddd;
}
.planning-list-group-item-sort i
{
    color: #999;
}
.planning-list-group-item-sort i:hover
{
    color: #666;
}
a.planning-list-group-item-cancelled
{
    background-color: #eee;
    color: #777;
}

.footer {
    border-top: 1px solid #eee;
    margin-top: 40px;
    padding-bottom: 40px;
    padding-top: 40px;
}

.availability-box {
    width: 125px;
    height: 17px;
    font-size: 12px;
    margin: 0;
    padding: 0;
    margin-right: 5px;
    margin-left: 5px;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    display: inline-block;
    padding-left: 2px;
    padding-right: 3px;
}

.availability-box-left {
    width: 107px;
    float: left;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.availability-box-left a {
    cursor: help;
}

.availability-box-right {
    float: right;
    display: inline-block;
}

.availability-box-right span {
    cursor: help;
}

.planning-overlay-loading {
    display: none;
    background-color: white;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9000;
    text-align: center;
}

.planing-overlay-loading-spinner {
    position: relative;
    top: 40%;
}

.file-log-item {
    padding: 5px;
    margin-bottom: 5px;
    overflow: auto;
    width: 100%;
}

.file-log-item .upload-log__filename {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.file-log-item .progress {
    margin-top: 5px;
}

#drop-area {
    border: 2px gray dotted;
    padding: 5px;
    margin-bottom: 10px;
}

#drop-area .dnd-text {
    margin-bottom: 10px;
    text-align: center;
}

#drop-area label {
    width: 100%;
}

.document-browser {
    
}

.document-browser .document-link {
    display: flex;
    margin-bottom: 10px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.document-browser .document-link a.filename {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.document-browser .document-link__fileinfo {
    overflow: hidden;
}

.document-browser .document-icon {
    font-size: 64px;
}

.document-browser .protocol-icon {
    font-size: 64px;
    color: forestgreen;
}

.document-browser__block-ui {
    display: none;
    background-color: white;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9000;
    text-align: center;
}

.document-browser__block-ui-spinner
{
    position: relative;
    top: 40%;
}

.document-browser__title {
    display: inline-block;
    margin-right: 10px;
}

.exclusionquestion__container {
    display: none; /*hide by default*/
    margin-bottom: 30px;
}

.lzvr-subheader {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}

.lzvr-additional, .lzvr-included-msg, .lzvr-excluded-msg {
    display: none;
}

.lzvr__fromcal, .lzvr__tocal {
    cursor: pointer;
}

.clientlist__fromcal, .clientlist__tocal {
    cursor: pointer;
}

.fullsize-textarea {
    width: 100%;
}

.validation-summary-errors {
    /* copied from bootstrap styles */
    background-color: rgb(242, 222, 222);
    background-image: linear-gradient(rgb(242, 222, 222) 0px, rgb(231, 195, 195) 100%);
    background-repeat: repeat-x;
    border-bottom-color: rgb(220, 167, 167);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(220, 167, 167);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(220, 167, 167);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(220, 167, 167);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    box-sizing: border-box;
    color: rgb(169, 68, 66);
    font-family: "Arial", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    text-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px;
    margin-bottom: 30px;
}

.field-validation-error {
    color: rgb(169, 68, 66);
}

.offset-bottom
{
    margin-bottom: 30px;
}