﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}


/* Provide sufficient contrast against white background */

a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


/* Sticky footer styles
-------------------------------------------------- */

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}


/* Sticky footer styles
-------------------------------------------------- */

html {
    /*    font-size: 14px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;*/
}

body {
    /*background: white;
    -webkit-box-shadow: #6a737b 0 0 10px;
    -moz-box-shadow: #6a737b 0 0 10px;
    box-shadow: #6a737b 0 0 10px;
    cursor: default;
    font-family: "Open Sans", "Helvetica Nueu", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 0 auto;
    min-height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-word-break: break-word;
    word-break: break-word;*/
}

#color-bar {
    background-color: #1a93d7;
    color: #fff;
    clear: both;
    line-height: 32px;
    overflow: hidden;
    height: 32px;
    -moz-box-shadow: 1px 0 9px #b3b8bd;
    -webkit-box-shadow: 1px 0 19px #b3b8bd;
    box-shadow: 1px 0 9px #b3b8bd;
    padding-left: 25px;
    font-size: 15px;
}

@media only screen and (max-width: 450px) {
    #color-bar {
        padding-left: 10px;
    }
}

@media only screen and (min-width: 450px) and (max-width: 850px) {
    #color-bar {
        padding-left: 25px;
    }
}

#pg-wrapper {
    min-height: 91vh;
}


#main {
    background-color: white;
}

#cerner-footer {
    border-top: 1px solid #F0F1F1;
    padding: 15px;
    padding-left: 30px;
    color: #C4C7CA;
}

    #cerner-footer .links {
        margin-left: 86px;
        margin-top: -42px;
    }

    #cerner-footer li {
        display: inline-block;
        margin: 7px;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 600;
    }

    #cerner-footer a {
        text-decoration: none;
        color: #C4C7CA;
    }

        #cerner-footer a:hover {
            color: #878F95;
        }

    #cerner-footer .copyright {
        text-align: right;
        margin-top: -36px;
    }

@media only screen and (max-width: 769px) {
    #cerner-footer ul {
        margin: auto;
        padding: 0px;
    }

    #cerner-footer {
        padding: 4px;
    }

        #cerner-footer .links {
            margin: auto;
            text-align: center;
        }

        #cerner-footer .logo {
            margin: auto;
            text-align: center;
        }

        #cerner-footer .copyright {
            margin: auto;
            text-align: center;
            font-size: 12px;
        }
}
/*#cerner-footer {
    position: relative;
    height: 68px;
    clear: both;
    border-top: 1px solid #F0F1F1;
    padding: 6px 20px;
    color: #C4C7CA;
    bottom: 0px;
    width: 100%
}

    #cerner-footer ul {
        padding-right: 20px;
    }

    #cerner-footer li {
        float: left;
        display: inline-block;
        margin: 7px;
        font-size: 11px;
        text-transform: uppercase;
        line-height: 21px;
        font-weight: 600;
    }

        #cerner-footer li a {
            text-decoration: none;
            color: #C4C7CA;
        }

            #cerner-footer li a :hover {
                color: #878F95;
            }

    #cerner-footer img.logo {
        float: left;
        margin-right: 1.2em;
        padding: 12px;
    }*/
#application-name {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    line-height: 29px;
    font-weight: normal;
    position: relative;
    color: #6a737b;
    padding-right: 10px;
    border-right: 1px solid #D2D5D7;
}

#client-info {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    line-height: 29px;
    font-weight: normal;
    padding-left: 10px;
    position: relative;
    color: #1a93d7;
}

@media only screen and (max-width: 768px) {
    #pg-wrapper {
        position: relative;
    }
}

#modal .modal-wrapper {
    position: relative;
}

.modal-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1001;
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
    display: none;
}

.modal-wrapper {
    display: none;
    height: 60%;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1002;
}

    .modal-wrapper .content-wrapper {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        height: 100%;
        width: 100%;
        padding: 100px;
    }

@media only screen and (max-width: 450px) {
    .modal-wrapper .content-wrapper {
        padding: 30px;
    }
}

.modal-wrapper .content-wrapper .modal-window {
    font-size: 13px;
    background-color: #fff;
    text-align: left;
    border-radius: 15px;
    -webkit-box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.4);
    display: inline-block;
    max-width: 600px;
    max-height: 100%;
    width: 100%;
}

    .modal-wrapper .content-wrapper .modal-window header, .modal-wrapper .content-wrapper .modal-window footer {
        display: table;
    }

header {
    width: 100%;
}

footer {
    width: 100%;
}


.modal-wrapper .content-wrapper .modal-window header section, .modal-wrapper .content-wrapper .modal-window footer section {
    height: 37px;
    display: table-cell;
    vertical-align: middle;
}

.modal-wrapper .content-wrapper .modal-window header {
    background-color: #0476b5;
    border-radius: 7px 7px 0 0;
    border-bottom: 1px solid #015886;
    background-image: -moz-linear-gradient(top, #1a93d7 0, #015886 100%);
    background-image: -webkit-gradient(linear, left top, left bottombottom, color-stop(0, #1a93d7), color-stop(100%, #015886));
    background-image: -webkit-linear-gradient(top, #1a93d7 0, #015886 100%);
    background-image: -o-linear-gradient(top, #1a93d7 0, #015886 100%);
    background-image: -ms-linear-gradient(top, #1a93d7 0, #015886 100%);
    background-image: linear-gradient(to bottom, #1a93d7 0, #015886 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#015886',GradientType=0 )";
    padding: 0 15px;
}


    .modal-wrapper .content-wrapper .modal-window header section {
        text-align: left;
        color: #fff;
        font-size: 16px;
    }

.modal-wrapper .content-wrapper .modal-window footer {
    border-radius: 0 0 7px 7px;
    border-top: 1px solid #b3b8bd;
    background-color: #d3d6d9;
    padding: 0 25.3px;
    height: 35px;
}

@media only screen and (min-width: 450px) and (max-width: 850px) {
    .modal-wrapper .content-wrapper .modal-window header {
        padding: 0 11.5px;
    }

    .modal-wrapper .content-wrapper .modal-window footer {
        padding: 0 18px;
    }
}

@media only screen and (max-width: 450px) {
    .modal-wrapper .content-wrapper .modal-window header {
        padding: 0 6.5px;
    }

    .modal-wrapper .content-wrapper .modal-window footer {
        padding: 0 10px;
    }
}


.modal-wrapper .content-wrapper .modal-window footer section {
    text-align: right;
    width: 100%;
}

.modal-wrapper .content-wrapper .modal-window footer button {
    margin-left: 10px;
}

@media only screen and (max-width:450px) {
    .modal-wrapper .content-wrapper .modal-window footer button {
        margin-left: -5px;
    }
}

.modal-wrapper .content-wrapper .modal-window .close {
    display: table-cell;
    height: 35px;
    vertical-align: middle;
    padding-left: 25px;
}

    .modal-wrapper .content-wrapper .modal-window .close .cancel-button {
        padding: 0;
        margin-left: 0;
    }

.modal-wrapper .content-wrapper .modal-window main {
    max-height: 800px;
    background-color: transparent;
}

    .modal-wrapper .content-wrapper .modal-window main .little-bar {
        border-bottom: 1px solid #b3b8bd;
        background-color: #d3d6d9;
        height: 5px;
        width: 100%;
    }

    .modal-wrapper .content-wrapper .modal-window main section {
        padding: 25px;
        background-color: #f4f5f6;
    }

.modal-form {
    width: 100%;
}

    .modal-form h2 {
        font-size: 16px;
        margin: 0 0 10px 0;
    }

    .modal-form .column {
        display: table-cell;
        vertical-align: top;
    }

        .modal-form .column.icon {
            padding-right: 10px;
            padding-top: 5px;
            color: #f76800;
        }

    .modal-form .row {
        display: table;
        width: 100%;
        padding-top: 20px;
    }

        .modal-form .row .disabled .awesome-input .input-container {
            cursor: default;
        }

            .modal-form .row .disabled .awesome-input .input-container .fa-stack .middle, .modal-form .row .disabled .awesome-input .input-container .fa-stack .top {
                color: #b3b6b9;
            }

            .modal-form .row .disabled .awesome-input .input-container .fa-stack .middle-hover {
                color: white;
            }

        .modal-form .row:first-child {
            padding-top: 0;
        }

        .modal-form .row .col-name,
        .modal-form .row .col-input {
            display: table-cell;
            vertical-align: middle;
        }

        .modal-form .row .col-name {
            width: 25%;
            text-align: right;
            padding-right: 10px;
            font-family: "OpenSansSemibold", sans-serif;
        }

            .modal-form .row .col-name.top {
                padding-top: 4px;
                vertical-align: top;
            }

        .modal-form .row .col-input {
            width: 75%;
        }

    .modal-form textarea {
        height: 100px;
        min-height: 100px;
        max-height: 100px;
        width: 100%;
        max-width: 100%;
        border: 1px solid #d3d6d9;
        padding: 5px 10px;
    }

#testing-tools-header-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

#help-link {
    text-decoration: none;
    padding-left: 5px;
    color: #1a93d7;
}

#testing-tools-loginInfo {
    padding: 30px 15px 10px 25px;
    text-align: right;
    font-weight: bold;
    font-size: 12px;
    display: none;
}

#user-name {
    color: #1a93d7
}

#user-name-welcome {
    color: #C4C7CA;
    border-right: 1px solid #D2D5D7;
    padding-right: 5px;
}

@media only screen and (max-width: 768px) {
    #testing-tools-header-container {
        grid-template-columns: repeat(1, 1fr);
    }

    #testing-tools-loginInfo {
        padding: 0px 15px 10px 10px;
        text-align: left
    }
}
