/*** CECO Requisitions Dashborad Layout ***/

html {
    font-family: "Segoe UI", Verdana, Arial, sans-serif;
    font-weight: lighter;
    height: 100%;
    width: 100%;
    background-color: #FFF;
}
body {
    pointer-events: none;
}
input, select, textarea {
    font-family: "Segoe UI", Verdana, Arial, sans-serif;
    padding-left: 3px;
    text-transform: uppercase;    
}
table, tr, td {
    vertical-align: top;
} 
img {
    border: 0;
}
/* Specific Layouts */
#container {
    width: 1350px;
    margin-left: 100px;
    margin-right: 100px;
    text-align: left !important;
}
#containerExpanded {
    width: 2040px;
    margin-left: 50px;
    margin-right: 50px;
    text-align: left !important;
}
#containerVariable {
    margin-left: 100px;
    margin-right: 100px;
    text-align: left !important;
}
.ui-state-highlight{
    font-size: 14px;
}
.ui-widget {
    font-family: "Segoe UI", Verdana, Arial, sans-serif;
    padding-left: 3px;
    text-transform: uppercase;    
    font-size: 14px;
}
#dialog-create,#dialog-login,.ui-widget-content{
    font-size: 17px;
}
.welcome {
    font-size: 24px;    
    margin-bottom: 20px;
}
#topbar {
    position: absolute;
    top: 50px;
    left: 5px;
    right: 5px;
    border-bottom: 2px solid #1e65b0;
}
.logout {
    font-size: 16px;
    color: #1e65b0;
}
.logout a:link, .logout a:visited {
    color: #1e65b0;
    text-decoration: none;
}
.logout a:active, .logout a:hover {
    color: #ecf1f9;
    text-decoration: none;
}
#reqForm {
    margin-top:20px;
    padding:10px;
    border: 2px solid #1e65b0;
}
.reqHeader {
    width: 1000px;
}
.reqHeader td {
    font-size: 16px;
}
.reqHeader th {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
}
.reqHeader input {
    width: 100%;
    font-size: 16px;
}
.reqDetail {
    width: 1300px;
    table-layout: fixed;
}
.reqDetailExpanded {
    width: 2000px;
}
.reqDetail td, .reqDetailExpanded td {
    font-size: 14px;
    background-color: #EAECEE;
}
.reqDetail th, .reqDetailExpanded th {
    font-size: 12px;
    font-weight: bold;
    background-color: #EAECEE;
    border: 1px solid #000;
    vertical-align: middle;
}
.reqInner th, .reqSearch th, .reqSearchD th {
    font-size: 12px;
    font-weight: bold;
    background-color: #EAECEE;
    border: 1px solid #000;
    vertical-align: middle;
    text-align: left;
    padding-left: 5px;
}
.reqDetail input, .reqDetailExpanded input, .reqInner input, .reqSearch input, .reqSearchD input {
    width: 100%;
    font-size: 14px;
}
.reqSearch td, .reqSearchD td {
    text-transform: uppercase;
}
.reqSearch a:link, .reqSearch a:visited, .reqSearchD a:link, .reqSearchD a:visited  {
    color: #000;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}
.reqSearch a:active, .reqSearch a:hover, .reqSearchD a:active, .reqSearchD a:hover {
    color: #666;
    background-color: #FCF3CF;
    text-decoration: none;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
}
.reqSearchD {
    table-layout: fixed;
    width: 3560px;
}
#Job_Number, #Cost_Center {
    background: transparent;
    font-size: 17px;
    border: 1px solid #000;    
}
#Job_Number option, #Cost_Center option {
    font-family:"Lucida Console", monaco, monotype;
}
.Material_Description, #Comments, #Delivery_Instructions, #Purchasing_Comments {
    overflow: hidden;
    padding: 2px 0;
    outline: none;
    width: 100%;
    font-size: 14px;
}
.supplierSearch td{
    font-size: 14px;
    background-color: #EAECEE;
    padding: 2px;
}
.supplierSearch th {
    font-size: 12px;
    font-weight: bold;
    background-color: #EAECEE;
    border: 1px solid #000;
    vertical-align: middle;
    padding: 2px;
}
.supplierSearch input {
    width: 100%;
    font-size: 12px;
}
ul.pagination {
    text-align:center;
    color:#1e65b0;
    font-size: 14px;
}
ul.pagination li {
    display:inline;
    padding:0 3px;
}
ul.pagination a {
    color:#1e65b0;
    display:inline-block;
    padding:5px 10px;
    border:1px solid #1e65b0;
    text-decoration:none;
}
ul.pagination a:hover,
ul.pagination a.current {
    background:#C7D8EB;
    color:#fff;
}
.error {
    width: 100%;
    border: 1px solid #E74C3C;
    background-color: #F5B7B1;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.error2 {
    width: 380px;
    border: 1px solid #E74C3C;
    background-color: #F5B7B1;
    font-size: 24px;
    margin: 30px;
    padding: 20px;
}
.errorOutline{
    border: 1px solid #E74C3C;
    color: #E74C3C;
    font-weight: bold;
}
.errorHighlight{
    border: 1px solid #E74C3C !important;
    background-color: #F5B7B1 !important;
}
.success {
    width: 100%;
    border: 1px solid #009C0E;
    background-color: #BFE6C3;
    font-size: 14px;
    color: #505050;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.warning {
    width: 100%;
    border: 1px solid #F1C40F;
    background-color: #FCF3CF;
    font-size: 14px;
    color: #505050;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.warning2 {
    width: 380px;
    border: 1px solid #F1C40F;
    background-color: #FCF3CF;
    font-size: 24px;
    margin: 30px;
    padding: 20px;
}
.warningOutline{
    border: 1px solid #F1C40F;    
    font-weight: bold;
}
.checkBox1 {
    width: 15px;
    height: 15px;
    margin: 0px !important;
}
.msgBoxGray {
    background-color: #E8E8E8;
    font-style: italic;
    font-size: 16px;
    border: 1px solid #808080;
    color: #A9A9A9;
}

#file1 {
    display: block;
    visibility: hidden;
    width: 0;
    height: 0;
}
/* Alignment */

.fleft {
    float: left;
}
.clear {
    clear: both;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.vbottom {
    vertical-align: bottom;
}
.vtop {
    vertical-align: top;
}
.vmiddle {
    vertical-align: middle;
}
.pr10 {
    padding-right: 10px;
}
.p1 {
    padding: 0px 4px;
}
.nowrap {
    white-space:nowrap;
}
.hidden {
    display: none;
}
/* Widths */
.w100 {
    width: 100px;
}
.w140 {
    width: 140px !important;
}
.w200 {
    width: 200px;
}
.w250 {
    width: 250px;
}
.w400 {
    width: 400px;
}
.w480 {
    width: 480px;
}
.w100p{
    width: 100%;
}
/* Font Styles*/
.bold {
    font-weight: bold;
}
.s12 {
    font-size: 12px !important;
}
.s16 {
    font-size: 16px;
}
.s24 {
    font-size: 24px;
}
.s30 {
    font-size: 30px;
}
/* Colors */
.shaded {
    background-color: #FCF3CF !important;
}
.shadedG {
    background-color: #EAECEE !important;
}
.shadedB {
    background-color: #C7D8EB !important;
}
.shadedW {
    background-color: #FFF !important;
}
.b1 {
    border: 1px solid #000;
}
.row1 {
    background-color: #E3ECF5;
    padding-left: 5px;
}
.row2 {
    background-color: #C7D8EB;
    padding-left: 5px;
}
.blue {
    color: #1e65b0;
}
.grey {
    color: #9e9e9e;
}
/* Buttons */
.button1 {
    font-family: "Segoe UI", Verdana, Arial, sans-serif;
    padding: 3px;
    width: 130px;
    margin-top: 5px;
    font-size: 14px;
    cursor: pointer;
    background-color: #1e65b0;
    color: #fff;
}
.button1w {
    font-family: "Segoe UI", Verdana, Arial, sans-serif;
    padding: 3px;
    width: 150px;
    margin-top: 5px;
    font-size: 14px;
    cursor: pointer;
    background-color: #1e65b0;
    color: #fff;
}
.button2 {
    font-size: 14px;
    margin: 0px;
}
.button3 {
    font-family: "Segoe UI", Verdana, Arial, sans-serif;
    padding: 3px;
    width: 200px;
    margin-top: 5px;
    font-size: 14px;
    cursor: pointer;
    background-color: #1e65b0;
    color: #fff;
}
.button4 {
    padding: 2px;
    width: 25px;
    font-size: 14px;
    cursor: pointer;
    background-color: #EAECEE;
    color: #000;
}
.sortfield {
    background-color: transparent;
    font-family: "Segoe UI", Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    border: 0px;
    width: 100%;
    cursor: pointer;
    text-align: center;
}
/* Labels*/
.label1 {
    background-color: #EAECEE;
    font-style: italic;
    font-size: 16px;
    border: 1px solid #000;
}
.label1 input {
    background-color: transparent;
}
/* Tabs */
ul.tab {
    list-style: none;
    margin: 0px 20px;
    padding: 0 6px;
    line-height: 24px;
    height: 26px;
    overflow: hidden;
    font-size: 15px;
    font-family: "Segoe UI", Verdana, Arial, sans-serif;
    position: relative;
}
ul.tab li {
    border: 1px solid #AAA;
    background: #D1D1D1;
    background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    display: inline-block;
    position: relative;
    z-index: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
    text-shadow: 0 1px #FFF;
    margin: 0 -5px;
    padding: 0 20px;
    cursor: pointer;
}
ul.tab a {
    color: #555;
    text-decoration: none;
}
ul.tab li.selected {
    background: #FFF;
    color: #333;
    z-index: 2;
    border-bottom-color: #FFF;
}
ul.tab:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #AAA;
    z-index: 1;
}
ul.tab li:before,
ul.tab li:after {
    border: 1px solid #AAA;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
}
ul.tab li:before {
    left: -6px;
    border-bottom-right-radius: 6px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #D1D1D1;
}
ul.tab li:after {
    right: -6px;
    border-bottom-left-radius: 6px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #D1D1D1;
}
ul.tab li.selected:before {
    box-shadow: 2px 2px 0 #FFF;
}
ul.tab li.selected:after {
    box-shadow: -2px 2px 0 #FFF;
}
.tabcontent {
    display: none;
    padding: 6px 12px;
}

/* Pop Ups */
.modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}
.modal2 {
  display: block; 
  position: fixed; 
  z-index: 1; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}
#popUp1 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    padding: 20px;
    border: 2px solid #1e65b0;
    font-size: 18px;
    background-color: #fff;
}
#popUp2 {
    position: absolute;
    top: 25%;
    left: 25%;
    width: 350px;
    padding: 20px;
    border: 2px solid #1e65b0;
    font-size: 18px;
    background-color: #fff;
}
#popUp2 table {
    font-size:18px;
}
#popUp3 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    padding: 20px;
    border: 2px solid #1e65b0;
    font-size: 18px;
    background-color: #fff;
}
#popUp3 table {
    font-size:16px;
    width: 100%;
}
#popUp3 th {
    background-color: C7D8EB;
    border: 1px solid #1e65b0;
}
#popUp3 td {
    border: 1px solid #1e65b0;
}