﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    height: 100%;
    background-color: #fff;
    font-family: "Roboto", sans-serif !important;
}
body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
nav {
    margin: 0;
    padding: 0;
    background-color: #8c9e34;
    border-bottom: 0.1px solid #893502;
}
    nav:after {
        content: '';
        display: table;
        clear: both;
    }
    nav ul {
        float: left;
        padding: 0;
        margin: 0;
        list-style: none;
        position: relative;
        z-index: 9;
    }
        nav ul li {
            margin: 0;
            display: inline-block;
            /*float: left;*/
            background-color: #893502;
        }
            nav ul li:hover > ul {
                display: inherit;
            }
            nav ul li > a:after {
                content: ' +';
            }
            nav ul li > a:only-child:after {
                content: '';
            }
            nav ul li ul li:hover {
                background-color: #dda037;
                color: #fff;
            }
    nav a {
        display: block;
        padding: 0 20px;
        color: #fff;
        font-weight: normal;
        line-height: 40px;
        text-decoration: none;
    }
        nav a:hover, nav a:active {
            background-color: #dda037;
            color: #000000;
        }
    nav ul ul {
        display: none;
        position: absolute;
        top: 40px;
    }
        nav ul ul li {
            width: 240px;
            float: none;
            display: list-item;
            position: relative;
            border-bottom: 1px solid #dda037;
        }
        nav ul ul li > a:after {
            content: ' +';
        }
        nav ul ul li > a:only-child:after {
            content: '';
        }
        nav ul ul ul {
            display: none;left: 240px;
            position: absolute;
        }
            nav ul ul ul li {
                position: relative;
                top: -40px;
                left: 0px;
            }
    nav.toggle {
        display: none;
    }
md-input-container .md-errors-spacer
{
    min-height:0px !important;
}
md-input-container.required label {
    font-weight: bold;
}
md-input-container.required label:after {
    content: " *";
    font-weight: bold;
    color: #ff0000;
}
.action-panel {
    background-color: #cccccc;
}
.admin-footer {
    background-color: #424242;
    height: 32px;
    color: #ffffff;
    line-height: 32px;
    text-align: center;
    font-size: .8rem;
    margin-top: 30px;
}
.form-pad {
    padding: 16px;
}
.center, .center-align {
    text-align: center;
}
.right, .right-align {
    text-align: right;
}
.top-header{
    line-height: 75px;
}
.logout {
    padding: 10px 13px;
    background-color: #893502;
    border-radius: 4px;
    color: white;
    font-weight: bold;
    cursor: pointer;
}
.group        { 
  position:relative; 
  margin-bottom:30px; 
}
input {
  font-size:14px;
  padding:10px 0px 10px 5px;
  display:block;
  width: 100%;
  border:none;
  border-bottom:1px solid #757575;
}
    input:focus {
        outline: none;
    }
.group label          {
  color:#999; 
  font-size:18px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all; 
}
.group input:focus ~ label, input:valid ~ label {
  top:-20px;
  font-size:14px;
  color:#5264AE;
}
.group input[type="submit"] {
  font-size:18px;
  padding:10px 0px;
  display:block;
  width: 100%;
}
button i {
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
}
md-toolbar {
    background-color: #e1dcb1 !important;
    min-height: 0px !important;
    color: #000!important;
}
h2.md-title {
    margin: 8px !important;
}
.white-bg {
    color: #000000 !important;
    background-color: #ffffff !important;
}
.primary-bg {
    color: #000000 !important;
    background-color: #dda037 !important;
}
.md-button.md-primary.md-fab {
    background-color: #dda037;
}
.md-button.md-primary.md-raised {
    background-color: #893502 !important;
    color: #ffffff !important;
}
.tender table {
    border-collapse: collapse;
    border: 1px solid #cccccc;
    width: 100%;
    margin: 20px auto;
    color: #333;
    font-size: 13px;
    line-height: 19px;
}
.tender table th {
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    vertical-align: top;
    padding: 10px;
    color: #fff;
    background-color: #015780;
	text-align:center;
}
.tender table tr:nth-child(odd) {
	background-color:#efefef;
}
.tender table td {
    border-bottom: 1px solid #cccccc;
    border-right:  1px solid #cccccc;
    vertical-align: middle;
    padding: 6px;
}

h3 {
    color: #45074a;
}
h4 {
    color:#337ab7;
}
.pageContent ul li{
	list-style: disc;
    margin-left: 15px;
}
.pageContent ol li{
    margin-left: 15px;
}
.closebtn {
    position: absolute;
    top: 10px;
    right: 15px;
    color: white;
    font-size: 35px;
    cursor: pointer;
}
.layout-row img{padding-top:8px}