﻿html, body {
    user-select: none;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
}
.page {
    position: relative;
    display: flex;
    flex-direction: row;
}

main {
    flex: 1;
}

.sidebar {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: #0D4683;
    width: 200px;
    height: 100vh;
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: left;
    /*height: 3.5rem;*/
    display: flex;
    align-items: center;
    padding: 10px;
}

.pageTitle {
    font-size: x-large;
    font-weight: 700;
    color: #0D4683;
}
.pageTitleBackground {
    background-color: #eef;
}
.content {
    padding-top: 1.1rem;
}
/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}
th,td,p {font-size: 12px}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}
/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
    margin-bottom: 0;
    border-radius: 0;
    background-color: #0D4683;
    border: none;
}

.icon-bar {
    background-color: #0D4683;
}

    .icon-bar:hover {
        color: #0D4683;
        background: #ffffff;
    }

    .icon-bar:active {
        color: #0D4683;
        background: #ffffff;
    }
/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {
    height: 450px
}

/* Set gray background color and 100% height */
.sidenav {
    padding-top: 20px;
    background-color: #f1f1f1;
    height: 100%;
}

/* Set black background color, white text and some padding */
footer {
    background-color: #555;
    color: white;
    padding: 15px;
}

.errorMessage {
    color: red;
}


/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
    .sidenav {
        height: auto;
        padding: 15px;
    }

    .row.content {
        height: auto;
    }
}
.navbar-header
{
   text-align:left;
}
.navbar .nav > li > a, dropdown {
    color: #ffffff;
    padding: 4px;
}
.navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}
.navbar li {
    list-style-type: none;
    margin: 0;
    border-bottom: solid;
    display: inline-block;
    width: 100%;
    padding: 0;
    border-bottom-width: 1px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar .nav > a:active {
    color: #555;
    background-color: #ffffff;
}

.navbar .nav > li > a:hover {
    color: #0D4683;
    background-color: #7C88A8;
}

.navbar .nav > li > a:active {
    color: #555;
    background-color: #7C88A8;
}

.navbar .nav > a {
    color: #ffffff;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 70%;
    margin: auto;
}

.carousel-caption {
    color: #555;
}

.cookies {
    background-color: #0D4683;
    color: white;
    padding-bottom: 1px;
}

.modal-dialog {
    width: 450px;
}

.modal-dialog-wide {
    width: 600px;
}

.modal-dialog-extrawide {
    width: 900px;
}

.modal-dialog-extrawide-percent {
    width: 80%;
}

.modal-header {
    font-size: 150%;
    background-color: #0D4683;
    color: white;
}
/*.modal-footer 
    {

    }*/
.white container-fluid > h3 {
    color: #0D4683;
}

.btn-default {
    background-color: #0D4683;
    color: white;
}

    .btn-default:focus, .btn-default:hover {
        background-color: #0D4683;
        color: #000000;
    }

.btn-primary {
    color: #fff;
    background-color: #0D4683;
    border-color: #1861ac;
}

.error {
    color: red;
}

/*gridview*/
.table table tbody tr td a,
.table table tbody tr td span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.table table > tbody > tr > td > span {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.table table > tbody > tr > td:first-child > a,
.table table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.table table > tbody > tr > td:last-child > a,
.table table > tbody > tr > td:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.table table > tbody > tr > td > a:hover,
.table table > tbody > tr > td > span:hover,
.table table > tbody > tr > td > a:focus,
.table table > tbody > tr > td > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
/*end gridview */

.fixed150Right {
    min-width: 150px;
    text-align: right;
}

.fixed170Right {
    min-width: 170px;
    text-align: right;
}

.fixed200Right {
    min-width: 200px;
    text-align: right;
}

.fixed200Left {
    min-width: 200px;
    text-align: left;
}

.halfWidth {
    width : 50%;
}

.fullWidth {
    max-width: none;
}

.container-fullwidth {
    padding-left: 5px;
    padding-right: 5px;
}

#contextMenu {
    position: absolute;
    display: none;
}

th.sortasc a {
    display:block;
    padding: 0 4px 0 15px;
    background:url(images/asc.gif) no-repeat;
}

th.sortdesc a {
    display:block;
    padding: 0 4px 0 15px;
    background:url(images/desc.gif) no-repeat;
}

#UpdatePanel1 {
    padding-top: 4px;
}

.vOnTop {
    z-index: 100000;
}

.modal-body-scroll {
    max-height: calc(100vh - 212px);
    overflow-y: auto;
}

.noPadding {
    padding: 0;
}

.fixedHeight {
    height: 30px;
}

.dropdown-colorselector > .dropdown-menu > li > .color-btn {
    border-style: solid;
    border-width: 1px;
}

.btnLeftGap {
    margin-left: 10px;
}

/* These 2 allow a modal dialog body to be scrollable if too big */
.modal-dialog-scroll {
    overflow-y: initial !important;
}

.modal-body-scroll {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

#blur {
    width: 100%;
    background-color: black;
    moz-opacity: 0.25;
    khtml-opacity: .25;
    opacity: .25;
    filter: alpha(opacity=25);
    z-index: 10000;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#progress {
    z-index: 10001;
    /*background-color: White;*/
    position: absolute;
    top: 0pt;
    left: 0pt;
    /*border: solid 1px black;*/
    /*padding: 5px 5px 5px 5px;*/
    text-align: center;
}

.disabled, .aspNetDisabled {
    cursor: not-allowed;
}

/* Prevent Chrome from changing background colour of controls that have been autofilled */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.docForm {
    background-color: white;
    font-family: 'Outfit', sans-serif;
    font-size: 11px;
    color: Black;
}

.docForm h1 {
    font-size: 15px;
    font-weight bold;
}

.docForm h2 {
    font-size: 13px;
    font-weight bold;
}

.docForm h3 {
    font-size: 12px;
}

.docForm table.group {
    width: 100%;
    border-collapse: collapse;
    border: 1px #aaa solid;
    margin: 0 0 .4em
}

.docForm table.group th {
    background-color: #f2f2f2;
    text-align: left;
    border: 1px #aaa solid;
}

.docForm table.grouptd {
    background-color: #ffffff;
    text-align: left;
    border: 1px #aaa solid;
}

.docForm textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*width: 1000px;*/
}

.docForm input.ng-pristine, textarea.ng-pristine {
    background-color: yellow;
}

.docForm input.ng-touched.ng-invalid, textarea.ng-touched.ng-invalid {
    background-color: red;
}

.docForm input.ng-touched.ng-valid, textarea.ng-touched.ng-valid {
    background-color: green;
}

.searchBox {
    height: 30px;
    width: 200px;
}

.rz-panel-menu .rz-navigation-item {
    border-bottom: none !important;
}

.rz-navigation-item-wrapper a {
    text-decoration: none;
}

.rz-navigation-item-link {
    background-color: #0D4683;
}
