html {
    height: 100%;
}

body {
    background-color: #dde9f2;
    min-height: 80%;
    height: auto;
    font-family: sans-serif;
    color: #000;
}

input {
    min-width: 250px;
    height: 25px;
    padding: 5px 5px 5px 5px;
    background-color: #FFF;
    border: 1px solid #002B54;
}

input[type=radio] {
    min-width: 0px;
    height: 17px;
}

textarea {
    padding: 5px 5px 5px 5px;
    font-size: 14px;
    border: 1px solid #00274d;
    background-color: #F5F5F5;
    min-width: 450px;
    min-height: 150px;
}

.titlebar h2 {
    color: #FFF;
    font-size: 32px;
    margin: 0px;
}

.formButton {
    width: 150px;
    min-width: 0px;
    background-color: #A0c6d3;
}


.viewLink {
    color:#000000;
    text-decoration: underline;
}  

.viewLink:visited {
    color:#000000;
    text-decoration: underline;
}
.viewLink:hover {
    color:#343434;
    text-decoration: underline;
}  /* mouse over link */
.viewLink:active {
    color:#000000;
    text-decoration: underline;
}

#content {
    padding: 8px;
    min-height: 10%;
}

#content-container {
    margin-top: 75px;
    min-height: 40%;
    height: auto;
    background-color: #FFF;
    border-radius: 5px;
    border-bottom: 3px solid #232323;
}

.navbar {
    border: 0px;
    color: #000;
}

.titlebar {
    background-color: #002B54;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 5px 5px 5px 5px;
    text-align: center;
    vertical-align: top;
}

.titlebar h2 {

}

/* Form Classes */

.clear {
    clear: both;
    display: block;
}

.formLeft {
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 10px 10px 0px;
    clear: both;
}

.formRight {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 10px 10px 0px;
}


/* Column Classes */
.column {
    height: 40px;
    /* TOP RIGHT BOTTOM LEFT */
    /*padding: 5px 5px 5px 5px;*/
    /*margin: 2px 2px 2px 2px;*/
}

.columnSecond {
    background-color: #ccdcec;
}

.column2L {
    height: 32px;
    padding: 5px 5px 5px 5px;
    float: left;
    display: block;
}

.column3L {
    height: 48px;
    padding: 5px 5px 5px 5px;
    float: left;
    display: block;
}

.column5 {
    width: 5%;
}

.column10 {
    width: 10%;
}

.column15 {
    width: 15%;
}

.column20 {
    width: 20%;
}

.column25 {
    width: 25%;
}

.column40 {
    width: 40%;
}

.column50 {
    width: 50%;
}

.column60 {
    width: 60%;
}

.column75 {
    width: 75%;
}

.attrcolumn {
    float: left;
    display: block;
}

.attrcolumn25 {
    width: 25%;
}

.rowStart {
    clear: both;
}

.columnTitle {
    font-weight: bold;
}

.descTitle {
    font-size: 16px;
}

.errorMessage {
    background-color: #c86868;
    color: #000000;
    font-weight: bold;
    border: 1px solid #ac3939;
    padding: 10px 10px 10px 10px;
    margin-bottom: 15px;
    display: block;
}

.warningMessage {
    background-color: #efcb5c;
    color: #000000;
    font-weight: bold;
    border: 1px solid #d2a829;
    padding: 10px 10px 10px 10px;
    margin-bottom: 15px;
    display: block;
}

.viewItemLeft {
    display: block;
    color: #FFF;
    background-color: #001D46;
    padding: 15px 10px 10px 10px;
}

.viewItemLeft a {
    color: #FFF;
}

.viewItemLeft span {
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
}

.viewItemInfo {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.viewItemInfo li {
    float: left;
    display: block;
    padding: 3px 5px 3px 10px;
    margin: 0px 0px 0px 0px;
}

.viewItemOptions {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.viewItemOptions li {
    clear: both;
    float: left;
    display: block;
    padding: 3px 5px 3px 10px;
    margin: 0px 0px 0px 0px;
}

.viewItemLightBox {
    height: 150px;
    background-color: #60afdd;
    color: #000;
    padding: 15px 10px 10px 10px;
}

.viewItemRight {
    display: block;
    color: #000;
    padding: 0px 0px 10px 25px;
}

.viewItemRight h2 {
    font-size: 22px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
}

.viewItemAttribute {
    list-style: none;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.viewItemAttribute li {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
}

.viewItemAttribute li div {
    clear: both;
    display: block;
    border: 5px solid #001D46;
    width: 100%;
    text-align: center;
}


.viewItemAttribute li div p:nth-child(even) {
    font-size: 12px;
}

.viewItemAttribute li div p:nth-child(odd) {
    font-size: 17px;
}

.viewItemAttribute li p {
    text-align: center;
}

.viewItemAttributeSelected {
    background-color: #60afdd;
}

.viewItemReservations {
    list-style: none;
    display: block;
    color: #FFF;
    background-color: #001D46;
    padding: 10px 10px 10px 10px;
}

.viewItemReservations li:nth-child(even) {
    background-color: #dde9f2;
    color: #000;
}

.viewItemReservations li:nth-child(odd) {
    background-color: #ccdcec;
    color: #000;
}

.viewItemHistory {
    list-style: none;
    display: block;
    color: #000;
    background-color: #001D46;
    padding: 10px 10px 10px 10px;
}

.viewItemHistory li:nth-child(even) {
    background-color: #dde9f2;
    color: #000;
    padding: 3px 3px 3px 3px;
}

.viewItemHistory li:nth-child(odd) {
    background-color: #ccdcec;
    color: #000;
    padding: 3px 3px 3px 3px;
}

/* Supplier Columns */
.supplierID {
    clear: both;
    float: left;
    width: 10%;
    overflow: hidden;

}

.supplierName {
    float: left;
    width: 30%;
    overflow: hidden;

}

.supplierPhone {
    float: left;
    width: 15%;
    overflow: hidden;
}

.supplierWeb {
    float: left;
    width: 20%;
    overflow: hidden;

}

.supplierAddress {
    float: left;
    width: 25%;
    overflow: hidden;
}

/*Work Order Columns */
.workOrderNum {
    clear: both;
    float: left;
    width: 10%;
    overflow: hidden;

}

.clientNameID {
    float: left;
    width: 25%;
    overflow: hidden;
}

.PUDate {
    float: left;
    width: 15%;
    overflow: hidden;
}

.dateCreated {
    float: left;
    width: 15%;
    overflow: hidden;
}

.phoneNum {
    float: left;
    width: 15%;
    overflow: hidden;
}

.contactName {
    float: left;
    width: 20%;
    overflow: hidden;
}



/*Search bar*/

/*Search work orders*/
.searchWorkOrderNumText {
    clear: both;
    float: left;
    width: 9%;
    overflow: hidden;
}

.searchWorkOrderNumInput {
    float: left;
    width: 15%;
    overflow: hidden;
}


.searchWorkOrderNumButton {
    float: left;
    width: 10%;
    overflow: hidden;
}

.searchClientNameText {
    float: left;
    width: 8%;
    overflow: hidden;
}

.searchClientNameInput {
    float: left;
    width: 15%;
    overflow: hidden;
}

.searchClientNameButton {
    float: left;
    width: 10%;
    overflow: hidden;
}

.searchFilterText {
    float: left;
    width: 5%;
    overflow: hidden;
}

.searchFilterDropdown {
    float: left;
    width: 20%;
    overflow: hidden;
}

/* Search suppliers */
.searchSupplierText {
    clear: both;
    float: left;
    width: 10%;
    overflow: hidden;
}

.searchSupplierIdText {
    float: left;
    width: 10%;
    overflow: hidden;
}

.searchSupplierInput {
    float: left;
    width: 15%;
    overflow: hidden;
}

.searchSupplierButton {
    float: left;
    width: 10%;
    overflow: hidden;
}


/* Client */
.viewClientText {
    clear: both;
    float: left;
    width: 13%;
}

.viewClientData {
    float: left;
    width: 50%;    
}





/*View Work Order*/
.vwoColumn {
    height: 20px;
    margin-bottom: 3px;
    overflow: hidden;

}

.vwoSKGroupInc {
    clear: both;
    float: left;
    width: 85%;
    font-size: 20px;
    height: 25px;
}

.vwoWO {
    float: left;
    width: 5%;
    font-size: 20px;
    height: 25px;
}

.vwoWorkOrderNum {
    float: right;
    text-align: right;
    width: 10%;
    font-size: 20px;
    height: 40px;
}

.vwoClientNameText {
    clear: both;
    width: 13%;
    float: left;
}

.vwoClientName {
    float: left;
    width: 35%;
}

.vwoClientCityText {
    float: left;
    width: 13%;
}

.vwoClientCity {
    float: left;
    width: 20%;
}

.vwoClientPostal {
    float: left;
    width: 15%;
}

.vwoDateText {
    float: right;
    width: 7%;
}

.vwoDate {
    float: right;
    width: 15%;
    text-align: right;
}

.vwoVendorPOText {
    float: right;
    width: 10%;
}

.vwoVendorPO {
    float: right;
    width: 13%;
    text-align: right;
}

.vwoContactText {
    float: right;
    width: 7%;
}

.vwoContact {
    float: right;
    width: 38%;


}

.vwoRepeatOrderCheckBox {
    -webkit-text-fill-color: black;
    float: right;
    width: 2%
}


.vwoRepeatOrder {
    float: right;
    width: 43%;
}

.vwoSignatureText {
    clear: both;
    float: left;
    width: 25%;
}

.vwoSignatureBox {
    clear: both;
    float: left;
    width: 25%;
    border: 2px solid black;
}


.vwoHR {
    clear: both;
    margin: 2px;
    border-color: #000000;
}

.orderItemContainer {
    border: 1px solid black;
    overflow: auto;
    padding-bottom: 10px;
}

.vwoItemColourTitleText {
    clear: both;
    float: left;
    width: 10%;
    font-size: 15px;
}

.vwoItemColourText {
    clear: both;
    float: left;
    width: 10%;
}

.vwoItemSize {
    float: left;
    width: 3.25%;
    text-align: center;
    font-size: 15px;
}

.vwoItemTotalTitle {
    float: left;
    width: 8%;
}

.vwoItemTotal {
    float: left;
    width: 8%;
    text-align: center;
}

.vwoItemStyle {
    float: left;
    width: 8%;
}

.vwoItemDesc {
    float: left;
    width: 31%;
}

.vwoItemSupplier{
    float: left;
    width: 5.5%;
}

.vwoItemStock {
    text-align: center;
    float: left;
    width: 5%;
}

.vwoStockCheckbox {
    text-align: center;
    float: left;
    width: 5%;
}

.vwoTotalTitle {
    clear: both;
    float: left;
    width: 10%;
}

.vwoBorder {
    border-top: 2px solid black;
    border-left: 2px solid black;
    border-bottom: 2px solid black;
}

.vwoBorderEnd {
    border: 2px solid black;
}


.vwoCheckboxContainer {
    display: inline;
    text-align: center;
    width: 100%;
}


.vwoArea {
    clear: both;
    float: left;
    width: 15%;
}

.vwoLocation {
    float: left;
    width: 10%;
}

.vwoNotes {
    float: left;
    width: 75%;
}



/*Pagination*/
#goButton {
}

#prevButton {
    position: absolute;
    bottom: 0;
    left: 0;
    float: left;
    width: 10%

}

#nextButton {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10%;

}

.searchByPageContainer {
    text-align: center;
}

.searchByPage {
    width: 120px;
    clear: both;   
    margin: 0 auto;

    display: inline;

}

.paginationInputField {
    width: 100px;
    min-width: 0px;
}




.navbar-inverse {
    background: rgba(0, 0, 0, 0)   linear-gradient(to right, #00274d   16%, #60afdd   100%, #003049   100%) repeat scroll 0 0;
    /*background-color: #FFF;
    border: 0px;*/
}

.navbar-inverse .navbar-nav > li {
    background-color: #002b54 16%;
}

.navbar-inverse .navbar-nav > .active > a{
    background-color: #001D46;
    color: #FFFFFF;
}

.navbar-inverse .navbar-nav > .active > a:hover{
    background-color: #00244E;
    color: #FFFFFF;
}

.navbar-inverse .navbar-nav>li>a {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
}

.navbar-inverse .navbar-nav>li>a:hover {
    background-color: #00244E;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
}


.navbar-inverse .navbar-brand {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 30px;
}


.SKLogo {
    height: 50px;
    width: auto;
}

.skLoginBox div {
    margin-top: 15px;
    font-weight: bold;
}

.SKLogoDiv {
    float: right;
    margin-right: 5px;
}

@media(max-width: 768px){
    body {
        height: calc(100% - 50px);

    }

    #content-container {
        margin-top: 50px;
        /*height: calc(100% - 50px);*/
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;

    }

    .titlebar {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        position: fixed;
        width: 100%;
        height: 27px;


    }

    #content {
        margin-top: 30px;
        padding: 10px;
    }

    .container {
        width: 100%;
    }

    .titlebar h2 {
        font-size: 17px;
        vertical-align: center;
        margin: 4px;

    }

}

@media(max-width: 1199px){
    .formLeft {
        text-align: left;
    }
}


.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: none;
}