﻿body {
    padding:0;
    margin:0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background:#EEE;
}

#main
{
    width:98%;
    margin:0 auto;
    overflow: hidden;
    background:#FFF;
    border-radius:8px;
    margin-top:25px;
}


#header
{
    width:98%;
    margin:0 auto;
    overflow: hidden;
    margin-top:25px;

}

#footer
{
    width:98%;
    margin:0 auto;
    overflow: hidden;
    margin: 15px 0 25px 0;
    font-size:12px;
    text-align:center;
    font-family: Verdana;
}

p.title
{
    margin:0;
    padding:0;
    font-weight:bold;
    color:#535353;
    font-size:18px;
}

p.subtitle
{
    padding:0;
    margin:0;
    font-weight:bold;
    font-size:11px;
    color:#535353;
}

.inventory-onhand
{
    color:#de6d00;
    font-size:9px;
    font-weight:bold;
    margin:5px 0 0 0;
}

.pageheader
{
    padding:20px 20px 15px 20px;
    border-bottom:1px dotted #cfcfcf;
    margin:0 15px 20px 20px;
}

.pagecontainer
{
    padding:0px 20px 20px 20px;
}

.header-units
{
    border-top:1px dotted #FFFl;
    font-size:10px;
    margin:5px 0 0 0;
    padding:5px 0 0 0;
}

.hide
{
    display:none;
}

.small
{
    padding:0;
    margin:5px 0 0 0;
    font-size:11px;
}


.messagecontainer
{
    text-align:center;
    font-size:14px;
    font-weight:bold;
    padding:20px;
    margin:20px;
    background:#EEE;
    border-radius:4px;
}

.messagecontainer.success
{
    color:#2d9c1c;
}

.tbl-generic
{
    width:60%;
    border:1px solid #EEE;
    border-collapse:collapse;
    margin:0 auto;
}

.tbl-generic td, th
{
    border:1px solid #EEE;
    padding:10px;
    font-size:14px;
}

.tbl-generic td.label
{
    background-color:#5F5F5F;
    color:#FFF;
    font-weight:bold;
    text-align:right;
}

.tbl-allocation
{
    width:100%;
    border:1px solid #EEE;
    border-collapse:collapse;
}

.tbl-allocation td, th
{
    border:1px solid #EEE;
    padding:6px;
    font-size:11px;
}

.expired {
    background-color: #F5F5F5;
}

td.header
{
    color:#FFF;
    font-weight:bold;
}

th.header
{
    color:#FFF;
    font-weight:bold;
}

td.header-row
{
    background-color:#404040;
    color:#FFF;
    font-weight:bold;
    font-size:14px;
    position:relative;
    overflow:hidden;
}

td.alt
{
    background-color:#cfcfcf;
}

td.alt2
{
    background-color:#e2e2e2;
}


td.alt3
{
    background-color:#535353;
}

.vacant-True
{
    color:#333;
}

.vacant-True td, .vacant-True-1 td
{
    background-color:#f3f3f3;
    display: none;
}

.vacant-True td, .vacant-True-2 td
{
    background-color:#cfcfcf;
}


.txt-date
{
    font-size:14px;
    padding:4px;
    max-width:250px;
    background-color:#EEE;
    border:1px solid #cfcfcf;
    color:#535353;
    border-radius:2px;
}


.txt-qty
{
    font-size:11px;
    padding:4px;
    max-width:25px;
    text-align:center;
    background-color:#EEE;
    border:1px solid #cfcfcf;
    color:#535353;
    border-radius:2px;
}

.txt-qty.green
{
    color:#2d9c1c;
}

.txt-qty.red
{
    color:#dc4343;
}

.txt-qty.blue
{
    color:#3159a1;
}

.readonly
{
    background:none;
    font-weight:bold;
    border:0;
}

.grandtotal
{
    background:none;
    color:#FFF;
    font-weight:bold;
    border:0;
}


.dm-controls
{
    text-align:center;
    padding:20px;
}

.dm-controls p
{
    font-size:11px;
}

.district-dm
{
    background-color:#4e4e4e;
    bottom:-4px;
    right:124px;
    position:absolute;
    padding:5px 15px 9px 15px;
    font-size:11px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

}


.allocationstatus
{
       background: #5F5F5F;
      -webkit-appearance: none;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      text-indent: 0;
      border: none;
      color: #FFF;
      text-decoration: none;
      text-align: center;
      outline:none;
    bottom:-4px;
    right:10px;
    position:absolute;
    max-width:100px;
    width:80px;
    padding:5px 15px 9px 15px;
    font-size:11px;

}

.Pending
{
    background:#5F5F5F;
}

.Saved
{
    background:#68abff;
}

.Submitted
{
    background:#40ad05;
}


.center
{
    text-align:center;

}

.align-right
{
    text-align:right;

}

.align-left
{
    text-align:left;   

}

.left
{
    float:left;
}

.right
{
    float:right;
}


input {
  font-family: 'Open Sans', sans-serif;
}

.district-description
{
    font-weight:bold;
    font-size:16px;
    padding:6px;
}

.dropdownlist-basic
{
    min-width:170px;
    font-size:11px;
}

.dropdownlist
{
    min-width:170px;
    font-size:11px;
    padding:4px;
    max-width:25px;
    text-align:center;
    background-color:#EEE;
    border:1px solid #cfcfcf;
    color:#535353;
    border-radius:2px;
}

.btn
{
    background: #5F5F5F;
    position: relative;
      cursor: pointer;
      -webkit-appearance: none;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      text-indent: 0;
      border: none;
      color: #FFF;
      font-size: 11px;
      text-decoration: none;
      text-align: center;
      padding: 6px 15px;
      -webkit-transition: background 0.2s linear;
      -moz-transition: background 0.2s linear;
      -o-transition: background 0.2s linear;
      transition: background 0.2s linear;
      margin: 2px;
      outline:none;
      border-bottom:1px solid #333;
}

.btn.green
{
    background-color:#2d9c1c;
}    

.btn.red
{
    background-color:#dc4343;
}  


.btn:active
{
    top:1px;
    margin-top:3px;
    border-bottom:0px solid #333;
}


#logo
{
    float:left;
}

#apptitle
{
    float:left;
    margin:5px 0 0 25px;
    font-size:20px;
    font-weight:bold;
}

#sticky-header
{
    position: fixed;
    z-index: 100000;
    top: -1px;
    width: 1558px;
    display: none;
    box-shadow: 0px 6px 10px -5px rgba(0,0,0,.3);
    border-bottom: 1px solid #FFF;
}

#welcome
{
  float: right;
  font-size: 12px;
  padding: 10px;
  color: #898989;
  background: #F9F9F9;
  border-top: 1px dotted #EEE;
  border-left: 1px dotted #EEE;
}

#welcome a{
    color:#535353;
    text-decoration:none;
    font-size:11px;
    font-weight:bold;
 }


#welcome a:hover{
    color:#333;
    text-decoration:underline;
 }

.loginbox
{
    border: 1px dotted #d7d7d7;
    width: 430px;
    background-color: #FFF;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    padding: 20px 0 20px 0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin-top:50px;
    margin-bottom:50px;
}


    .loginbox .element
    {
        padding: 10px 20px 10px 20px;
        margin: 0 auto;
        width: 355px;
    }

        .loginbox .element p
        {
            font-weight: 600;
            font-size: 14px;
            margin: 0 0 5px 0;
            color: #333;
        }

    .loginbox #forgotpassword
    {
        font-size: 12px;
        text-align: center;
    }


    .loginbox .message
    {
        border-top: 1px dotted #CCC;
        font-size: 11px;
        line-height: 20px;
        width: 400px;
        margin: 0 auto;
        margin-top: 25px;
        margin-bottom: 25px;
        padding: 15px 0 0 0;
        text-align: center;
    }

        .loginbox .message > p
        {
            padding: 0;
            margin: 0;
        }


.error
{
    color: #d20c0c !important;
}

.textbox-login
{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #D1D1D1;
    background-color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
    padding: 8px;
    color: #555555;
    width: 100%;
    -webkit-appearance: none;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 0 white;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 0 white;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 0 white;
    -webkit-transition: box-shadow .07s linear;
    -moz-transition: box-shadow .07s linear;
    -ms-transition: box-shadow .07s linear;
    -o-transition: box-shadow .07s linear;
    transition: box-shadow .07s linear;
}


#username
{
    width: 355px;
}

#password
{
    width: 355px;
}

#loginsubmit
{
    margin-top: 10px;
    width: 355px;
}


.topheader-showmobile
{
    text-align: center;
    margin: 0 0 20px 0;
}

.topheader-showmobile p
{
    padding: 0;
    margin: 0;
}

.topheader-showmobile p:nth-child(1)
{
    font-size: 18px;
    font-weight: 600;
    color: #535353;
    margin: 0 0 5px 0;
}

.topheader-showmobile p:nth-child(2)
{
    font-size: 12px;
    padding: 10px 0;
    border-bottom: 1px dotted #d7d7d7;
}


.welcomeblock-container
{
    margin: 0 auto;
    margin-top: 40px;
    overflow: hidden;
    width: 900px;
}

.welcomeblock
{
    width: 202px;
    height: 202px;
    background-color: #ECECEC;
    display: inline-block;
    margin: 0 10px 20px 10px;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
    position: relative;
    cursor: pointer;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
}

.welcomeblock > p
    {
        margin: 0 auto;
        text-align: center;
        font-size: 15px;
        position: absolute;
        bottom: 35px;
        width: 202px;
        text-decoration: none;
        color: #5E5E5E;
        font-weight:bold;
}

.welcomeblock > img
{
    top: 9px;
    left: 9px;
    position: absolute;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.welcomeblock:active
{
    top: 1px;
}

.welcomeblock-color
{
    height: 160px;
    width: 160px;
    position: absolute;
    top: 21px;
    left: 21px;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}


fieldset {
    border: solid 1px #E8E8E8;
    border-radius: 7px;
}

    fieldset legend {
        font-size: 12px;
        font-weight: bold;
    }

.success-bg {
    background-color: #E3FBDF;
}

.isHidden {
    background-color: #DDFDFF;
}

.info-bar {
    background-color: rgba(249, 255, 143, 0.46);
}

    .info-bar a {
        text-decoration: none;
        color: blue;
    }

.err-bar {
    border: 1px solid #CC3300;
    padding: 6px;
    background-color: rgb(254, 224, 224);
    color: #800000;
    width: 75%;
    margin: auto;
}

.dialog .hdr {
    font-size: 12px;
    font-weight: bold;
}

.dialog .detail {
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}

.dialog div {
    padding: 5px;
}

.field-validation-error {
    color:red;
    font-size: 13px;
}

input[type='checkbox'] {
    width: 22px;
    height: 22px;
}
