﻿
body {
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 2px;
    padding-right: 2px;
}
.SelectedAssets {
border: 1px solid #ccc;
display: flex;
}
.SelectedAssets #SelectedAssets, .SelectedAssets #AssetError {
    width: 100%;
}
.SelectedAssets .control-label {
    padding: 15px;
    border-bottom: 1px solid #ccc;
    display:block;
}
.SelectedAssets ul {
padding: 0 !important;
list-style: none;
margin-bottom:0;
}
.SelectedAssets ul li{
border-bottom: 1px solid #ccc;
padding: 10px 15px;
}
.SelectedAssets ul li:last-child {
    border-bottom:none;
}
        /* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
        .dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

.modal {
    z-index: 2040;
}


/* Bhuvnesh New CSS */
.go_backbtn {
    margin-top:15px;
}

footer {
    border-top: 1px solid #eee;
    background: #fff;
    width: 100%;
    max-height: 90px;
    color: #ffffff;
    padding-top: 15px;
    bottom: 0;
    margin-bottom: 0;
    z-index: 1030;
    font-size: 12px;
}
footer p {
    color:#333;
    margin-bottom:0;
}
    /*footer {
    margin-left: 230px !important;
    padding-left: 20px;
}*/
    .chkbox {
    width: 20px !important;
    height: 20px !important;
}

.PicThumbnail {
    width: 150px;
    height: 150px;
    position: relative; float:left; display:block; padding:0 20px 0 0;  
}

    .PicThumbnail img {
        max-width: 100%;
        max-height: 100%;
    }

    .PicThumbnail input {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 3px;
        right: 3px;
        background: #ffffff;
        overflow: hidden;
        text-indent: -3px;
    }

.noclose .ui-dialog-titlebar-close {
    display: none;
}


.noblock {
    display: inline-block;
}


.pallet-info {
    margin-bottom: 5px;
    border-bottom: 1px solid lightgray;
    line-height: 40px;
}

.pallet-info-notes {
    margin-bottom: 5px;
    border-bottom: 1px solid lightgray;
    line-height: 55px;
}

.pallet-barcode-image img {
    width: 60%;
    margin-bottom: 5px;
}

.pallet-label {
    display: inline-block;
    text-align: right;
    font-weight: bold;
}

.pallet-data {
    text-align: left;
}

.pallet-data input {
    max-width: none !important;
}

.pallet-input {
    max-width: 100% !important;
}

.pallet-submit {
    text-align: center;
}

.pallet-actions {
    text-align: center;
    padding-bottom: 5px;
}

.pallet-search {
    margin-top: 10px;
    border: 1px solid lightgray;
    padding-top: 15px;
}

.pallet-label-search {
    font-weight: bold;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        cursor: inherit;
        display: block;
    }

.typeahead, .tt-query, .tt-hint {
    outline: medium none;
    padding: 8px 12px;
    width: 100%;
}

.typeahead {
    background-color: #FFFFFF;
}

    .typeahead:focus {
        border: 2px solid #0097CF;
    }

.tt-query {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.tt-hint {
    color: #999999;
}

.tt-menu {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 12px;
    padding: 8px 0;
    width: 422px;
}

.tt-suggestion {
    font-size: 22px; /* Set suggestion dropdown font size */
    padding: 3px 20px;
}

    .tt-suggestion:hover {
        cursor: pointer;
        background-color: #0097CF;
        color: #FFFFFF;
    }

    .tt-suggestion p {
        margin: 0;
    }

.twitter-typeahead{
    display:block !important;
}

.formControlInline {
    display:inline-block;
}

.required:after {
    content: "*";
    font-weight: bold;
    color: red;
    margin-left: 2px;
}

.alignRight {
    text-align: right;
}


.alignCenter {
    text-align: center;
}

.alignLeft {
    text-align: left;
}


.receivedinfo th{
    width : 33%;
}

.receivedinfo td {
    line-height:40px !important;
}

.topBorderLight {
    border-top:1px solid lightgray;
}


.bottomBorderLight {
    border-bottom: 1px solid lightgray;
}

.pageHeader {
    margin-bottom : 5px;
}

    .pageHeader h2 {
        float: left;
    }


    .pageHeader #MsgBox {
        float: right;
        margin-left: 20px;
        margin-bottom: 0px !important;
        width: 75%;
        margin-top: 5px;
    }

body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-right: 0;
}

.modal {
    overflow-y: auto;
}

.ui-menu-item:nth-child(even) {
    background-color: whitesmoke;
}

.hidedata data {
    display:none;
}

span.listNote {
    font-size: 12px;
    margin-left: 20px;
}