﻿/*New Vanderbilt Colours*/
/*
    BG #0360C1
    BG hover  #004388
    font gray - #efefef; (replaced #9d9d9d)
*/
:root {
    --demo-bg: #f98585;
    --main-bg: #253340; /*#004388*/ /* #17a7eb*/ /* #056BD4; #00468E*/
    --acre-bg: #330033;
}
#login-wrapper {
    background: var(--main-bg) url(../Content/Images/temp2.jpg) no-repeat 50% top;
    background-size: cover;
    display: block;
    padding-top: 120px;
    padding-bottom: 120px;
}

body.bgpub {
    margin-top: 0px;
    background-color: var(--main-bg);
}

@media only screen and (max-height:500px) {
    #login-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.logonbox {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 3px solid rgba(0, 0, 0, 0.1);
    padding: 25px 50px 25px 50px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
    .logonbox a {
        color: #1382de; /*#95b3cc;*/
    }
        .logonbox a:hover {
            color: #004D8F; /*  #1382de;*/ /*#144771;*/
        }

    .logonbox label {
        color: #777;
    }

    .logonbox .result {
        margin-top: 20px;
        padding: 3px;
        padding-top: 2px;
        color: #38791e;
        background-color: #ecad04;
    }

    .logonbox .fail {
        margin-top: 5px;
        padding: 3px;
        color: #e40000;
    }

#accordion img{
    float: right;
    width: 400px;
    border: 1px solid gray;
    margin-left: 5px;
}
#accordion2 img{
    
    width: 600px;
    border: 1px solid gray;
    margin-left: 5px;
}
#accordion2 figcaption
{
   color:cornflowerblue;
   font-size:.75em;
}
#accordion a, .accordion a {
    color: cornflowerblue;
}
span.copyright {
    color: #fff;
    display: block;
    text-align: center;
    opacity: 0.7;
}

/*using 'table' below was messing with the date picker formating*/
.table-responsive th {
    color: white;
    background-color: var(--main-bg);
    font-size: medium;
    text-align: center;
    padding: 10px;
}
.table-responsive tr
{
font-size:medium;
}
.table-responsive td
{
    padding-left: 5px;
    padding-right: 5px;
    padding:2px;
}
#additem
{
    margin-bottom:15px;
}
#additem input[type=text]
{
    width:33%;
    margin-bottom:3px;
}
.loading image
{
    width:20%;
}
.loading img
{
    width:200;
}
.loading
{
    position:fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* General IFS icon details*/

.icon-delete:before {
    content: '\f00d';
    color: maroon;
    /* padding-left: 25px; */
}
.icon-delete:hover:before
{
    color:red;
}
.icon-confirm:before{
    content: '\2714';
    color:lightgreen;
    margin-top:15px;
    margin-bottom:15px;
}
.icon-cancel:before{
    /*content: '\f0e2';*/
    color:red;
}
#msg.green {
    background: rgb(35, 122, 22);
}
#msg
{
    left: 0;
    right: 0;
    bottom: 0;
    color:white;
    /*background:rgb(35, 122, 252);*/
      background: rgb(252, 67, 35);
    width:100%;
    position:fixed;
    z-index:10000;
    padding:15px;
    padding-bottom:25px;
    padding-left:250px;
    font-size:1.15em;
    /*TODO Style for smaller screens*/
}
    #msg .red {
        background: rgb(252, 67, 35);
    }
   

/*public style*/
.login
{
    margin:50px; 
    padding:50px; 
    background-color:white;
    font-size:larger
}
.login input[type=password], .login input[type=text], .login input[type=email]
{
     width:50%;
    max-width:450px;
    margin-bottom:5px;
    margin-top:0px;
    margin-left:10px;
    height:2em;
}
.login input
{
    margin-left:20px;
}

.four-o-four {
    background-color: white;
    color: black;
    margin: 30px;
    border-radius: 20px;
    padding:30px;
    font-size:1.5em;
}
.four-o-four h1, .four-o-four a
{
    margin-left:40px;
}

#pubbody {
    background-color: var(--main-bg) /*#008BCB*/ !important;
    color: white;
}
/*Mail Ewe css*/
.icon-lrg {
    font-size: 2em;
}
.icon-member:before{
    content:'\f007';
    font-size:1.3em;
}
.icon-email:before{
    content:'\f0e0';
    font-size:1.3em;
}
.icon-settings:before{
    content:'\f085';
    font-size:1.3em;
}
.icon-mailewe:before
{
    content:'\f0e0';
    font-size:1.4em;
    padding:2px;
    color:cadetblue;
}
#gvMain
{
    overflow:scroll;
}
/*HACKS for the search box*/
.wrapper
{
    position:relative;
    white-space:nowrap;
}
.wrapper input[type=text], .wrapper select
{
    width:90%;
    float:right;
}
.wrapper  i.fa-icon 
{ 

    position: absolute; 
    top: 50%; 
    
    width:10%;
}
/*END HACK*/
.batch-choice, #pQuantity
{
    margin:20px;
}
.add-choice
{
    margin-bottom:40px;
    margin-left:40px;
}
.batch-choice td
{
    padding-top:25px;
}
 .add-cards
 {
     padding-top:40px;
 }
.batch-choice input[type=radio], .check_lrg input[type=checkbox]
{
    transform: scale(1.6);
    margin:10px;
}
td > a > i /*give all icons some padding!*/
{
    padding:10px;
    text-decoration:none;
}
.btn-clear
{
    margin:20px;
}

/*
    IFS 
*/
.navbar .sidebar-search
{
    padding:5px;
}
.issuedpanel
{
    background-color:lightgray;
    padding:5px;
    border-radius:20px;
}
.userpanel {
    background-color: lightgray; /*bisque;*/
    border-radius: 20px; /*added since hwd moved to top*/
    /*
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    */
    padding-top: 15px;
    margin-top: 10px;
    /*border-radius:20px;*/
}
.createpanel {
    /*background-color: #a7a7a7;*/ /*#17baeb;*/ /*#17ceeb;*/ /*#e8ffe4;*/ /*#17ceeb*/
    border-radius: 20px;
    padding-top: 1px;
    margin-top: 10px;
    padding-bottom: 10px;
}
/*was causing conflict with ui-widget controls css*/
/*.createpanel select
{
    margin-bottom:10px;
}*/
.mb {
    margin-bottom: 10px;
}
.ztop {
    z-index: 3;
}
.ui-widget a {
    height: 32px;
}
.createpanel input[type=submit] /*, .createpanel input[type=text] */ {
    margin-top: 20px;
    margin-bottom: 10px;
}
.createpanel .enduser
{
    border:1px;
    border-width:3px;
    border-style:solid;
    border-color:#a3cc9f;
    background-color:#b9e8b0;
}
.hwparent {
    background-color: lightgray; /*bisque;*/
}
.hwpanel
{
    background-color:burlywood;
    border-width:1px;
    border:solid;
    border-color:#d6a173;
    margin-bottom:10px;
    padding:5px;
}
.options 
{
    margin:10px;
}
.options input[type=radio]
{
    transform: scale(1.6);
    margin-left:20px;
    margin-right:5px;
}
.valid_error{
    color:red;
    font-weight:bold;
}
.rowselected
{
    font-weight:bold;
    
    border:dashed;
    background-color:antiquewhite;
}
.rowselected td
{
    padding-top:15px;
    padding-bottom:15px;
    font-size:1.2em;
}
#pSearchBatch
{
    padding-top:20px;
    padding-bottom:20px;
    font-size:1.2em;
}
#pSearchBatch input[type=checkbox]
{
    transform: scale(1.6);
    margin-right:5px;
}
#pCards
{
    padding-top: 20px;
}
.sbs
{
    display:inline-flex;
    float:left;
    /*border-color: white !important;*/
}
.sbs i
{
    padding-right:40px;
}
.green
{
    color:#5cb85c;
}
.green:focus, .green:hover
{
    color:#449d44;
}
.gap-below
{
    margin-bottom:30px;
}
.gap-above
{
    margin-top:30px;
}
.overf 
{
    overflow:auto;
}
div table
{
    overflow:auto;
}
.modal-body div>table
{
    overflow:auto;
}
.table-compact tr
{
    font-size:small;
}
.table-compact td > a > i
{
    padding:2px;
}
/*
td > a > i .red
{
    color:maroon;
}
td > a > i .red:hover
{
    color:red;
}
    */
a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;
}
.half
{
    width:50% !important;  /*Important is a HACK here */
}
#version, #version a {
    /*text-align: center;
    vertical-align:bottom;*/
    color: lightgray;
    left:5px;
    bottom:5px;
    position:fixed;
    z-index:10000;
}
#chooser input, #chooser a
{
    font-size:1.5em;
    width:300px;
    margin-bottom:25px;
}
.pod
{
    width:400px;
    background-color:lightyellow;
    padding:10px;
    border-color:black;
    border-width:1px;
    border-style:solid;
}
.pod .title
{
    font-weight:bold;
    font-size:1.5em;
    text-align:center;
    margin-left:15px;
}
.pod .pw
{
    font-weight:bold;
    font-size:1.75em;
}
.panel-app {
    background-color: #e1e1e1;; /*#dce6ff;*/
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 10px;
    padding-bottom: px;
    margin-bottom: 5px;
    display: inline-block;
}

.panel-app h3
{
    padding-left:25px;
}
.panel-app input[type=checkbox]
{
    transform: scale(1.4);
    margin:10px;    
}
.panel-app label {
    display: contents;
    font-size: .9em;
}
#admin {
    background-color: #820000;
    color: white;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
}

    #admin input[type=checkbox] {
        margin-left: 15px;
        transform: scale(1.4);
        margin-right:10px;
    }

    .supp, .top-nav > .supp > a {
        color: #bcbcbc
    }
.validate
{
    color:red;
    font-style:italic;
}
table#cEntFeatures {
    width: 100%;
    color: #17a7eb; /*white;*/
    font-size: 1.2em;
}

table#cEntFeatures tr {
    width: 50%;
}
.optText
{
    font-size:.75em;
    color:darkslategray;
}

table#radSearchMode td
{
    font-size:.7em;
}
table#radSearchMode input[type=radio] 
{
    margin-left:15px;
}

@media (max-width: 1300px) {
    table#cEntFeatures {
        font-size:1em;
    }
}
    @media (max-width: 795px) {
        table#cEntFeatures {
            font-size: .8em;
        }
    }

@media (max-width: 1230px) {
    table#radSearchMode td {
        font-size: .65em;
    }

    table#radSearchMode input[type=radio] {
        margin-left: 12px;
    }
}
@media (max-width: 970px) 
{
    table#radSearchMode td {
        font-size: .5em;
    }
}

    .bottomright {
        margin-left: 15px;
    }

    .margin-bottom {
        margin-bottom: 20px;
    }

    icon-red {
        color: maroon;
    }


    .pagination-ys {
        /*display: inline-block;*/
        padding-left: 0;
        margin: 20px 0;
        border-radius: 4px;
    }

        .pagination-ys table > tbody > tr > td {
            display: inline;
        }

            .pagination-ys table > tbody > tr > td > a,
            .pagination-ys table > tbody > tr > td > span {
                position: relative;
                float: left;
                padding: 8px 12px;
                line-height: 1.42857143;
                text-decoration: none;
                color: #dd4814;
                background-color: #ffffff;
                border: 1px solid #dddddd;
                margin-left: -1px;
            }

            .pagination-ys table > tbody > tr > td > span {
                position: relative;
                float: left;
                padding: 8px 12px;
                line-height: 1.42857143;
                text-decoration: none;
                margin-left: -1px;
                z-index: 2;
                color: #aea79f;
                background-color: #f5f5f5;
                border-color: #dddddd;
                cursor: default;
            }

            .pagination-ys table > tbody > tr > td:first-child > a,
            .pagination-ys table > tbody > tr > td:first-child > span {
                margin-left: 0;
                border-bottom-left-radius: 4px;
                border-top-left-radius: 4px;
            }

            .pagination-ys table > tbody > tr > td:last-child > a,
            .pagination-ys table > tbody > tr > td:last-child > span {
                border-bottom-right-radius: 4px;
                border-top-right-radius: 4px;
            }

            .pagination-ys table > tbody > tr > td > a:hover,
            .pagination-ys table > tbody > tr > td > span:hover,
            .pagination-ys table > tbody > tr > td > a:focus,
            .pagination-ys table > tbody > tr > td > span:focus {
                color: #97310e;
                background-color: #eeeeee;
                border-color: #dddddd;
            }

    @media(max-width:768px) {
        #lVersion, #HyperLink1 {
            display: none;
        }
    }

    input[name="enduser_name"] {
        background-color: white; /*NECESSARY TO counteract a style applied by widget*/
    }

.releases h2 {
    color: #0360C1;
}
.demo h2
{
    color:#fff;
    margin-top:5px;
}
.demoparent
{
    padding-top:10px;
    border:1px dashed black;
    margin-bottom:10px;
}
.demo input[type=checkbox] {
    transform: scale(1.75, 1.75);
}

.demo{
    background-color: var(--demo-bg);
    padding-top: 10px;
    border: 1px dashed black;
    padding-bottom: 15px;
    margin-bottom:20px;
}
#demopanel{
    background-color: var(--demo-bg);
    padding: 20px;
    padding-bottom: 30px;
    margin-bottom:10px;
}
#demopanel input
{
    margin-bottom:10px;
}
#chkDemo{
    margin-bottom:20px;
}

.modalmain {
    margin-top: 20px;
    margin-bottom: 20px;
}

.modalmain label {
    margin-top: 10px;
}

.modalmain input[type=number] {
    text-align: right;
}

/*Responsive sticky table headers*/
table.table-responsive th {
    position: sticky;
    top: 50px; /*removed when disableing siet card functionality*/
}

@media (max-width:965px) {
    table.table-responsive th {
        position: sticky;
        top: 100px;
    }
}

@media (max-width:537px) {
    table.table-responsive th {
        position: sticky;
        top: 150px;
    }
}

.notset {
    background-color: #f94d4d;
    color: white;
}
/*sticky table headers END*/
.userheader {
    font-size: 1.2em;
    border: solid 2px gray;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: gray;
    margin-top:5px;
}


/*SIP SECTION*/
.sip-section i {
    margin-right: 10px;
    min-width:20px;
}
/*end sip section*/
.label-search
{
    color:gray;
}