﻿
html {
    height: 100%;
}

body {
    height: 100% !important;
    background-color: #f2f2f2;
}

.bg-dark {
    background-color: #0076b2 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.td-title {
    max-width: 90px;
}

td {
    padding: 3px !important;
}

th {
    color: darkcyan;
    font-size: small;
}

.lead {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
    color: #0076b2;
    font-weight: bold;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    /* margin-top: 70px;*/
}

.fieldset {
    margin-top: 50px;
}

.dxWeb_pPrevDisabled {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url('../Media/Account/logout.svg') no-repeat;
}

.dxcaRefreshButtonCell {
    padding-top: 5px;
}

.dxpLite .dxp-num {
    color: #394EA2;
    text-decoration: none;
    padding: 2px 5px;
    /* border-radius: 50%; */
    border: solid 1px;
    width: 18px;
    height: 18px;
    text-align: center;
    margin: 0px 5px;
    border-color: #DDDDCE;
}

.mylogout {
    padding-right: 20px;
    background-image: url('../Media/Account/logout.svg');
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left;
    padding-left: 20px;
}

.dxgvHeader, .dxgvHeader table {
    color: white !important;
    background-color: #09b300 !important;
    font-size: 14px;
    padding: 10px 5px !important
}

.dxgvFooter {
    /*background-color: #b1ffad !important;*/
}

#GridView tr:nth-child(even) {
    background-color: #f5fcff;
}

.dxgvSelectedRow {
    background-color: #ad4 !important;
    color: White;
}

input[type="text"].dxeEditAreaSys {
    margin: 3px !important;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

.btn-primary {
    color: #fff;
    background-color: #0076b2;
    border-color: #0076b2;
}

.password-requirment-list {
    text-align: left;
}

.mylogin {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../media/loginbg.jpg');
    height: 70%;
}

    .mylogin input {
        padding: 5px;
    }

    .mylogin input, button, select {
        width: 260px !important;
    }

.mylogin-wr {
    margin: 0;
    background-color: white;
    margin-top: 50px;
    padding: 70px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 450px;
}

.logo {
    background-image: url('../Media/logo.png');
    background-repeat: no-repeat;
    background-size: 120px;
    background-position: left;
    padding-left: 200px;
}

.login-input {
    /*background-image: url('../Media/Account/email.png') !important;
    background-repeat: repeat-y !important;*/
    padding: 5px;
}

.mylogin-fp-h2 {
    background: url('../Media/Account/forgot.svg') no-repeat;
}

.mylogin-wr label {
    text-align: left !important;
    width: 100%;
}

.mylogin-login-h2 {
    background: url('../Media/Account/login.svg') no-repeat;
}

.mylogin-cp-h2 {
    background: url('../Media/Account/key.svg') no-repeat;
}

.mylogin-h2 {
    background-size: 28px;
    background-position: left;
    margin-bottom: 25px;
    padding-left: 50px;
    font-size: x-large;
}

.mylogin a {
    font-weight: 500;
}

.mylogin ul {
    padding-left: 30px;
}


/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #6194BC;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

    /* Mark the active step: */
    .step.active {
        opacity: 1;
    }

    /* Mark the steps that are finished and valid: */
    .step.finish {
        background-color: #04AA6D;
    }

.nav-item {
    margin-right: 15px;
}
/* Mark input boxes that gets an error on validation: */
input.invalid {
    background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
    display: none;
}

.form-group {
    margin: 10px 0;
}

.modal-header {
    display: block !important;
}

.fixed-top {
    position: static !important;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 10px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    top: 80px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    max-width: 60%;
}

.modal-header {
    padding: 2px 16px;
    color: white;
    background-color: #6194BC;
}

.tblData input, select {
    width: 70px !important;
    height: 35px !important;
    border: solid 1px aquamarine;
}

.invalid {
    border: solid, 1px red !important;
}

#collitype select {
    width: 120px !important;
}

#stackable input {
    height: 20px !important;
    width: 20px !important;
}

#description input {
    width: 250px !important;
}

.add-line {
    max-width: 100px;
    border: solid 1px aquamarine;
    margin-top: 10px;
}

.prevNext-buttons-container {
    /*position: absolute;
    bottom: 0;*/
    width: 100%;
    padding: 10px;
    height: 50px;
}

.lineSelect {
    height: 35px;
    border-color: aquamarine;
}

.button-4 {
    appearance: none;
    background-color: #FAFBFC;
    border: 1px solid rgba(27, 31, 35, 0.15);
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
    box-sizing: border-box;
    color: #24292E;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    list-style: none;
    padding: 6px 16px;
    position: relative;
    transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: break-word;
    width: 220px !important;
}

    .button-4:hover {
        background-color: #F3F4F6;
        text-decoration: none;
        transition-duration: 0.1s;
    }

    .button-4:disabled {
        background-color: #FAFBFC;
        border-color: rgba(27, 31, 35, 0.15);
        color: #959DA5;
        cursor: default;
    }

    .button-4:active {
        background-color: #EDEFF2;
        box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
        transition: none 0s;
    }

    .button-4:focus {
        outline: 1px transparent;
    }

    .button-4:before {
        display: none;
    }

    .button-4:-webkit-details-marker {
        display: none;
    }

.tab {
    min-height: 350px;
}

.close {
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
