@font-face {
    font-family: 'sourcesanspro-regular';
    src: url('../fonts/sourcesanspro-regular.ttf') format('truetype');
}

body {
    font-family: 'sourcesanspro-regular';
    font-size: 12pt;
    height: 100%;
}

html {
    height: 100%;
}

.file-margin-top {
    margin-top: 6px;
}

label {
    pointer-events: none;
}

.border-top-dotted-black {
    border-top: 1px dotted black;
}

.filecamera:before {
    content: "Camera";
    position: absolute;
    z-index: 2;
    display: block;
    background-color: #dfe6e9;
    border: solid 1px #b2bec3;
    width: 93px;
    text-align: center;
    padding: 2px 6px;
}

.filefile:before {
    content: "Folder";
    position: absolute;
    z-index: 2;
    display: block;
    background-color: #dfe6e9;
    border: solid 1px #b2bec3;
    width: 93px;
    text-align: center;
    padding: 2px 6px;
}

#projectsTable {
    border-top: 1px solid #dee2e6;
    width: 100%;
}

.logged-in-as {
    text-align: right !important;
    padding-top: 10px;
    padding-right: 20px;
    height: 20px;
}

.img-loading {
    height: 30px;
    width: 30px;
    margin-right: 10px;
}

.font-size-9pt {
    font-size: 9pt;
}

.font-size-16pt {
    font-size: 16pt;
}

.time-drop-down {
    width: 90px;
    display: initial;
}

hr.catline {
    opacity: 1 !important;
    margin: 5px 0 10px 0 !important;
    background-color: #dfe6e9 !important;
}

hr.line {
    opacity: 1 !important;
    margin: 10px 0 10px 0 !important;
    background-color: #dfe6e9 !important;
}

hr {
    opacity: 1 !important;
    background-color: black !important;
}

.dl-horizontal dt {
    white-space: normal;
}

input,
select,
textarea {
    max-width: 280px;
}

    input.custom-border,
    select.custom-border,
    textarea.custom-border {
        border: 1px solid #dfe6e9 !important;
    }

        input.custom-border:focus,
        select.custom-border:focus,
        textarea.custom-border:focus {
            box-shadow: none;
            border: 1px solid #dfe6e9 !important;
        }

    input[data-val-required],
    input[data-val-required]:focus {
        border-color: black !important;
    }

    select[data-val-required],
    select[data-val-required]:focus {
        border-color: black !important;
    }

    textarea[data-val-required],
    textarea[data-val-required]:focus {
        border-color: black !important;
    }

.text-align-label {
    text-align: right;
}

.text-align-active {
    text-align: center;
}

.cancel-link {
    margin-left: 30px;
}

.width-120px {
    width: 120px;
}

.mobile-label {
    display: none;
}

.bg-color-white {
    background-color: white !important;
}

.color-red {
    color: red;
}

.resize-none {
    resize: none;
}

.font-weight-semi-bold {
    font-weight: 600;
}

.white-space-pre-line {
    white-space: pre-line;
}

.display-inline-block {
    display: inline-block;
}

.text-align-center {
    text-align: center;
}

.download-button {
    max-width: 500px !important;
}

a,
a:hover {
    color: #d57800;
    text-decoration: none;
}

@media screen and (max-width: 720px) {
    .text-align-label {
        text-align: left;
    }

    .text-align-active {
        text-align: left;
    }

    .mobile-label {
        display: inline-block;
    }

    .mobile-header-row {
        display: none;
    }

    .logged-in-as {
        text-align: left !important;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 0;
    }

    .file-margin-top {
        margin-top: 20px;
    }
}