﻿*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Source Sans Pro', Arial;
    font-size: 14px;
}

#body-content {
    padding: 15px;
}

#portal-content td {
    border: none;
}

#filter-box {
    width: 400px;
    background: #F3F3F3;
    padding: 10px 20px 20px;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

    #filter-box h3 {
        font-family: 'bebas_neueregular';
        font-size: 22px;
        margin: 0px;
        color: #9e2a2f;
        line-height: 30px;
    }

#GeneralHomeText > h1, #MainContentHolder > h1 {
    background: #dbdbdb;
    line-height: 70px;
    padding: 0px 10px;
    padding-left: 15px;
    font-family: 'bebas_neueregular';
    font-size: 24px;
    color: #9e2a2f;
    margin: 0px;
    margin: -15px;
    margin-bottom: 10px;
}

#GeneralHomeText h4 {
    font-family: 'bebas_neueregular';
    font-size: 22px;
    margin: 0px;
    line-height: 30px;
    font-weight: normal;
}

p {
    font-family: 'Source Sans Pro';
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0px;
}

ul.nav-tabs {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

    ul.nav-tabs li {
        border-bottom: solid 1px #222;
        text-transform: uppercase;
        font-size: 18px;
        font-family: 'Source Sans Pro';
        font-weight: 100;
        padding: 0px;
        margin: 0px;
    }

        ul.nav-tabs li input {
            width: 100%;
            text-align: left;
            font-size: 12px;
            font-family: 'Source Sans Pro';
            font-weight: 100;
            padding: 10px 10px;
            margin: 0px;
            border: none;
            background: transparent;
            color: #FFF;
            cursor: pointer;
            white-space: normal;
        }

            ul.nav-tabs li input:hover {
                background: #000;
            }

A, A:link, A:hover, A:active {
    color: #2b9ee1;
    text-decoration: none;
}


input[type=text], select, input[type=password] {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    margin: 2px 0px;
}

input[type=submit], a.btn, a:hover.btn, a:active.btn, a:visited.btn, input[type=button] {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-transform: uppercase;
    font-family: 'Source Sans Pro';
    font-size: 12px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #9e2a2f;
    color: #FFF;
    margin-top: 5px;
    text-decoration: none;
}

.btn[disabled], .btn[disabled]:hover, .btn[disabled]:visited, .btn[disabled]:active {
    background: #DEDEDE;
    cursor: default;
}

strong {
    text-transform: uppercase;
    font-size: 15px;
}



#main-table-holder {
    background: #FFFFFF;
    overflow: auto;
    width: 100%;
    border: solid 3px #DEDEDE;
}

.main-gv td input {
    width: 100%;
}

#report-filter-options {
    white-space: nowrap;
    background: #F3F3F3;
    margin: 10px 0px;
}

    #report-filter-options a[style='display:block'], #report-filter-options a[style='display:block;'], #report-filter-options a[style='display: block;'] {
        display: inline-block!important;
    }

    #report-filter-options > table {
        width: 100%;
    }


    #report-filter-options td.td-section {
        vertical-align: top;
        width: 25%;
    }

        #report-filter-options td.td-section input[type=text], #report-filter-options td.td-section select {
            width: 100%;
        }

        #report-filter-options td.td-section div.tit {
            line-height: 30px;
        }

        #report-filter-options td.td-section div.btn-holder {
            text-align: right;
        }


#main-title-section {
}

#main-table-options {
    position: relative;
    line-height: 40px;
}

#table-pager {
    float: left;
}

#table-options {
    float: right;
}

    #table-options tr td {
    }

        #table-options tr td a {
            vertical-align: text-top;
            margin: 0px 5px;
        }

#main-table-holder {
}

#main-table {
    font-size: 12px;
}

[style='visibility:hidden;'], [style='visibility: hidden;'] {
    display: none;
}

.ie8 a.btn {
    width: auto;
    display: inline-block!important;
    vertical-align: middle;
}

.ie8 .btn-holder {
    line-height: 40px;
    height: 40px;
    display: relative;
    padding: 1px;
}



body, html {
    padding: 5px;
}

.addButton {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-transform: uppercase;
    font-family: 'Source Sans Pro';
    font-size: 12px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #9e2a2f;
    color: #FFF;
    margin-top: 5px;
    text-decoration: none;
}

.hiddenButton {
    display: none !important;
}

#tblInventory  {
    border: #9e2a2f 1px solid;
}
    #tblInventory tr
    {
        height: 48px;
    }

.prepopulated {
    box-shadow: none !important;
    border: none !important;
}

.prepopulated:focus {
    outline: none;
}

.gainsboro {
    background-color: gainsboro!important;
}
#TopRowButtons .Small {
    padding-top: 0px;
}
@media (min-width: 480px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1440px) {
    ul.nav-tabs li input {
        font-size: 16px;
        padding: 15px 10px;
    }

    body, html {
        padding: 20px;
    }
}

@media (max-width: 1518px) {
    #GeneralHomeText > h1{ height: 110px;}
}