﻿body {
    /*background-color: #fff;*/
    background-color: #fff;
}

.dynamic_text {
    border: hidden;
    border-bottom: 2px solid black
}

.dynamic_text_large {
    border: hidden;
    border-bottom: 2px solid black;
    font-size:xx-large;
    color:red;
    background-color:transparent;
}

.grid-default{
    border: none;
    width: 100%;
    display: table;
}
.grid-default-font{
    font-size: 15px;
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87);
}

.grid-image
{
    width:25px;
    height:25px
}

.split-page
{
    width:47%;
    margin:1%;
    float:left;
}

.clearfloat
{
    clear:both;
}

.DisplayFilter{
    width:93%;
    margin:3%;
}


.meter {
    height: .3em; /* Can be anything */
    position: relative;
    /*background: #555;*/
    background-color: rgba(0,128,128,1);
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 10px;
    box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
}

    .meter > span {
        background-color: rgb(43,194,83);
        background-image: linear-gradient( center bottom, rgb(43,194,83) 37%, rgb(84,240,84) 69% );
        box-shadow: inset 0 2px 9px rgba(255,255,255,0.3), inset 0 -2px 6px rgba(0,0,0,0.4);
    }

.float-buttons
{
    position:fixed;
    bottom:45%;
    right:5%;
}

.filter-zone
{
    width:98%;
    margin:2% 0 4% 0;
}

.top-spacer2{
    margin-top:2%;
}

.top-spacer4 {
    margin-top: 4%;
}

.bottom-spacer2 {
    margin-bottom: 2%;
}

.bottom-spacer4{
    margin-bottom: 4%;
}


.package_selector
{
    margin-left: 10%;
}

.gridcolor-altrow {
    /*background-color: ##b5ecf4;*/
    background-color: rgba(181,236,224,.5);
}

.gridcolor-footer {
    color: rgba(128,0,42,1);
}

.listview
{
    border:none;
    background-color:transparent;
    color:teal;
    height:300px;
    font-size:1.5em;
}


.loading
{
    position:absolute;
    margin-top:10%;
    margin-left:25%;
    height:200px;
    width:200px;
}


.platypus {
    background-image: url("~/img/Platypus_Logo.png");
    background-position: center;
}



form fieldset legend {
    font-size: 2rem;
    color: teal;
}

form fieldset legend label {
    font-size: 2rem;
    color: teal;
}



.dashboards
{
    height:2em;
    width:2em;
}


.warningarea
{
    font-size:2em;
    border:none;
    height:5rem;
}
.ListItems
{
    font-weight:bolder;
    color:darkred;
}

.information
{
    font-size:1.3em;
    color:darkblue;
}


.grid-alt-row {
    background-color: rgba(181,236,224,.5);
}

/*These are used for the Dev Express Gridview Update/Cancel Buttons.*/
.btn_Cancel {
    margin-left: 10px;
}

.btn_Update {
    padding-left: 9px;
    padding-right: 9px;
}

.btn_Preview {
    margin-left: 10px;
}
/*This is used to hide extra command buttons in a dx:GridViewCommandColumn*/
tr[id*=DXDataRow-] .dxgvCommandColumn a.dxbButton {
    display: none;
}

.valign-bottom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    /*-ms-flex-align: flex-end;*/
    align-items: flex-end;
}


textarea.materialize-textarea {
    height: 1.5rem !important
}
