﻿

/*=== END MAIN SKIN STYLES===============================*/

body {
    margin: 0px;
    padding: 0px;
    background: url('/Images/bg.png') repeat-x #6d1010;
}

.page-container {
    max-width: 1045px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.header-container {
    /* margin: 20px auto 15px auto; */
    background-color: #b99a9a;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
}

.header-top-bar {
    width: 100%;
    display: table;
    vertical-align: middle;
    margin-bottom: 5px;
    background-color: rgba(0, 0, 0, .1);
}

.top-bar-content {
    color: #FFF;
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
}

.top-bar-content a {
    color: #FFF;
    margin-right: 5px;
    margin-left: 5px;
    text-decoration: none;
}

.top-bar-content a:hover {
    color: #ccc;
    text-decoration: underline;
}

.top-links {
    float: right;
}

.top-links img {
    width: 20px;
}

.top-links-content {
    list-style: none;
    display: inline-block;
}

.top-links-content li {
    list-style: none;
    display: inline;
}

.top-links-content li:after {
    content: "\00a0 \00a0 | \00a0";
}

.top-links-content li:last-child::after {
    content: "";
}

.header {
    background: #810511; /* Old browsers */
    background: -moz-linear-gradient(top, #8c0015 1%, #74070a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #8c0015 1%,#74070a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #751d1d 1%,#352021 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c0015', endColorstr='#74070a',GradientType=0 ); /* IE6-9 */
    /* padding-bottom: 7px; */
}

.logo-container {
    padding: 15px 0px 15px 15px;
}

.logo-container img {
    max-width: 98%;
    margin-right: 2%;
}

.content-container {
    background-color: #FFF;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    color: #3e3e3e;
}

.content-container h1 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.content-container h2 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.content-container h5 {
        
    margin-bottom: 5px;
}

.body-para {
    margin-bottom:40px;
}

.clear-fix {
    clear: both;
}

.left-col {
    float: left;
    width: 73.5%;
    margin-right: 1.5%;
}

.right-col {
    float: right;
    width: 25%;
}

.one-col {
    width: 100%;
    margin-bottom: 20px;
}

.left-content {
}

.right-content {
}

.footer-container {
    background-color: #dedede;
    max-width: 1045px;
    margin: auto;
}

.footer-top {
    background-color: #313131;
    border-bottom: 1px solid #000;
    max-width: 100%;
    margin: auto;
    margin-top: 15px;
    padding-top: 15px;
}

.footer-bottom {
    background-color: #8a8a8a;
    max-width: 100%;
    margin: auto;
    padding-top: 15px;
    margin-top: 1px;
    border-top: 1px solid #000;
}

.footer-content-top {
    color: #ccc;
    margin: auto;
    max-width: 1025px;
}

.footer-content-bottom {
    color: #fff;
    margin: auto;
    max-width: 1025px;
    padding-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
}

.one-col-footer {
    display: none;
}

.left-col2 {
    float: left;
    width: 73.5%;
    margin-right: 1.5%;
}

.right-col2 {
    float: right;
    width: 25%;
    text-align: right;
}

.col1 {
    float: left;
    width: 31%;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    padding-bottom: 15px;
    margin-left: 2%;
}

.col2 {
    float: left;
    width: 32%;
    margin: 0 1% 0 1%;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    padding-bottom: 15px;
}

.col3 {
    float: right;
    width: 31%;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    padding-bottom: 15px;
    margin-right: 2%;
}

.footer-top-text {
    border-top: 1px solid #555;
    margin-top: 0px;
    padding-top: 10px;
    color: #aaa;
}

.col1 h2, .col2 h2, .col3 h2 {
    border-bottom: 1px solid #000;
    margin-bottom: 1px;
    padding-bottom: 5px;
}

@media screen and (max-width:660px) {
    .col1 {
        width: 97%;
        font-family: Montserrat, sans-serif;
        font-size: 14px;
        padding-bottom: 15px;
        margin: 0 0 0 3%;
    }

    .col2 {
        width: 97%;
        font-family: Montserrat, sans-serif;
        font-size: 14px;
        padding-bottom: 15px;
        margin: 0 0 0 3%;
    }

    .col3 {
        width: 97%;
        font-family: Montserrat, sans-serif;
        font-size: 14px;
        padding-bottom: 15px;
        margin: 0 0 0 3%;
    }

    .left-col2 {
        display: none;
    }

    .right-col2 {
        display: none;
    }

    .one-col-footer {
        width: 100%;
        text-align: center;
        display: block;
    }
}

/*=== END MAIN SKIN STYLES===============================*/


/* TABLE STYLES ============*/

.procurement-table {
}

.procurement-table td {
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-right: 0px;
    margin-left: 0px;
}

.procurement-table th {
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #8c8c8c;
    color: #FFF;
    text-align: left;
}

.procurement-table tr:nth-child(even) {
    background-color: #e8e8e8;
}


.procurement-table-small {
    width:100%;
    margin-top:20px;
    margin-bottom:30px;
}

.procurement-table-small td {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-right: 0px;
    margin-left: 0px;
}

.procurement-table-small th {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #8c8c8c;
    color: #FFF;
    text-align: left;
}

.procurement-table-small tr:nth-child(even) {
    background-color: #e8e8e8;
}

/*===== END TABLE STYLES ===============*/

/*===BUTTON STYLES=====================*/
.new-button {
    display:inline-block;
}

.new-button a {
    padding: 8px;
    border: 1px solid #aaa;
    margin: 15px 15px 15px 0px;
    display: block;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #d3d3d3 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#d3d3d3 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#d3d3d3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3',GradientType=0 );
    border-radius: 5px;
    color:#3e3e3e
}

.new-button a:hover {
               
    background: #d3d3d3;
    background: -moz-linear-gradient(top, #d3d3d3 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #d3d3d3 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #d3d3d3 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#ffffff',GradientType=0 );
                
}

.edit-button {
    display: inline-block;
}

.edit-button a {
    padding: 10px;
    border: 1px solid #aaa;
    margin: 15px 15px 15px 0px;
    display: block;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #d3d3d3 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#d3d3d3 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#d3d3d3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3',GradientType=0 );
    border-radius: 5px;
    color: #3e3e3e
}

.edit-button a:hover {
    background: #d3d3d3;
    background: -moz-linear-gradient(top, #d3d3d3 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #d3d3d3 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #d3d3d3 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#ffffff',GradientType=0 );
}

.delete-button {
    display: inline-block;
}

.delete-button a {
    padding: 10px;
    border: 1px solid #aaa;
    margin: 15px 15px 15px 0px;
    display: block;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #d3d3d3 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#d3d3d3 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#d3d3d3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3',GradientType=0 );
    border-radius: 5px;
    color: #9a2c2c;
}

.delete-button a:hover {
    background: #d3d3d3;
    background: -moz-linear-gradient(top, #d3d3d3 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #d3d3d3 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #d3d3d3 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#ffffff',GradientType=0 );
}

.back-to-button a {
    padding: 10px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #d3d3d3 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#d3d3d3 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#d3d3d3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3',GradientType=0 );
    display: inline-block;
    margin-top: 10px;
    color: #3e3e3e;
    border: 1px solid #aaa;
}

.universal-button a {
    padding: 10px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #d3d3d3 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#d3d3d3 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#d3d3d3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3',GradientType=0 );
    display: inline-block;
    margin-top: 10px;
    color: #3e3e3e;
    border: 1px solid #aaa;
}

/*======END BUTTONSTYLES==================*/

/* =========FORM STYLES==================*/
.editor-label {
    padding: 0px 0px 5px 0px;
    font-size:10pt;
    font-weight:bold;
}

.editor-field {
    margin: 0px 0px 40px 0px;
}

fieldset {
    border:0px;
    padding:0px 0px 0px 0px;
    margin-top:15px;
}

.form-cont {
    border:2px solid #d3d3d3;
    margin:0px;
    margin-top:-4px;
    padding:15px;
}

/*===END FORM STYLES===================*/

/*======TAB MENU STYLES================*/
#menu {
    list-style-type:none;
    padding:0px;
}

#menu li {
    display: inline-block;
        
}

#menu li a {
    padding: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #d3d3d3 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#d3d3d3 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#d3d3d3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3',GradientType=0 );
    color: #3e3e3e;
    border: 1px solid #ccc;
    color: #3e3e3e;
    font-weight: bold;
}

#menu li a:hover {
    background: #d3d3d3;
    background: -moz-linear-gradient(top, #d3d3d3 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #d3d3d3 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #d3d3d3 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#ffffff',GradientType=0 );
}

/*======END TAB MENU STYLES=======================*/

/*======PAGINATION STYLES=======================*/

#pagination-clean {
    list-style: none;
    padding:0px;
    float:right;
}

#pagination-clean li {
    display: inline-block;
}

#pagination-clean li a {
    display: inline-block;
    color: #3e3e3e;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 0px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #d3d3d3 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#d3d3d3 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#d3d3d3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3',GradientType=0 );
}

#pagination-clean li a:hover {
    background: #e2e2e2;
    background: -moz-linear-gradient(top, #e2e2e2 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #e2e2e2 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #e2e2e2 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ffffff',GradientType=0 );
}

/*======END PAGINATION STYLES=======================*/

/*======DESCRIPTION LIST STYLES=======================*/

.dl-horizontal {
    padding:0px;
    margin:0px;
}

.content-container dt {
    font-size:16px;
    font-weight:bold;
    color:#444;
    background-color:#ddd;
    padding:7px;
}

.content-container dd {
    font-size: 14px;
    margin:0px 0px 20px 0px;
    border:2px solid #ddd;
    padding:10px;
}

.wrapText{
    white-space:pre-wrap;
    white-space:-moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space:-o-pre-wrap;
}

/*======END DESCRIPTION LIST STYLES=======================*/



.cont-left-col {
    float:left;
    width:49%;
    padding:0px;
}

.cont-right-col {
    float: right;
    width: 49%;
    padding:0px;
}
