﻿.tableHeaderRow {
    text-align: center;
    /*background-color: #62231a;*/
    /*background-color: #572600;*/
    background-color: #434666;
    border: solid 2px Black;
    color: White;
}

.tableDataRow {
    text-align: center;
    /*background-color: #62231a;*/
    /*background-color:#572600;*/
    /*border: solid 2px Black;*/
    color: Black;
}

.greyBackground {
    background-color: #cccccc;
}

.largeBorder {
    border: solid 3px black;
}

.ActionButton {
    font-size: 120%;
    font-family: Arial Narrow;
    font-weight: bold;
    border-color: #333333;
    background-color: #CCCCCC;
    color: #333333;
}

.NavButton {
    background-color: #434666; /*#000000;*/
    border-width: thin;
    border-style: solid;
    border-color: #cccccc;
    text-decoration: none;
    /*font-size:10px;*/
    text-align: center;
    color: White;
}

.new-body {
    /*background-color:#997158;*/
    background-image: url(/img/bg_body.jpg);
}

.evenRow {
    background-color: #dff0d8;
}

.fixedHeight {
    height: 40px;
    padding: 7px;
}

.btn-xl {
    width: 100px;
}

.btn-xl,
.btn-group-xl > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 4.33;
    border-radius: 6px;
}

.fabric-out {
    color:red;
}

.fabric-in {
    color: black;
}

/*.btn-toolbar {
    margin-top: 4px;
}*/

.modal-dialog {
    position: relative;
    width: 700px;
}

.modal-content {
    width: 700px;
    /*Left Margin = (600px – [width]) / 2*/
    margin-left: -50px;
}

@media (min-width: 768px) {
    .pm-small {
        font-size: 7px;
    }
}

@media (min-width: 840px) {
    .pm-small {
        font-size: 9px;
    }
}

@media (min-width: 992px) {
    .pm-small {
        font-size: 12px;
    }
}

/*
@media (max-width: @screen-xs) {
    .pm-small{font-size: 10px;}
}

@media (max-width: @screen-sm) {
    .pm-small{font-size: 20px;}
}
*/
/*
@media (min-width: 768px) {
    .pmsmall {
        font-size: 6px;
    }
}
*/


@media print {
    #main {
        margin: 0px auto;
    }

    #content a {
        display: none;
    }

    #content div.divHeader {
        position: fixed;
        top: 1px;
    }

    #content button {
        display: none;
    }

    tr {
        page-break-inside: auto;
    }
}

#loaderDiv {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1100;
    background-color: white;
    opacity: .6;
}

.page-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px; /* -1 * image height / 2 */
    display: block;
}

.invisible{
    display:none;
}
