﻿body {
    background-color: #ccc;
}


input#InputPackage{
    display:block;
    width:100%;
    padding:20px;
    box-sizing:border-box;
    margin-bottom:12px;
    border:1px solid #ccc;
    font-size:21px;
    color:#141414;
    border-radius:4px;
}

.navbar-inverse {
    background-color: #141414;
    color: white;
}
.userDetailBody button{
    display:inline-block !important;
  
    word-wrap:break-word;
    margin-right:10px !important;
}

.formborder {
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    box-shadow: 0 0 2px rgba(0,0,0,.4);
    border-radius: 4px;
}


h1.SectionHeading {
    display: block;
    background-color: #ccc;
    color: black;
    padding: 10px;
    box-sizing: border-box;

    font-size: 14px;
    font-weight: bold;
    font-family: -webkit-pictograph , Arial;
}
#modalError p{
    font-size:14px !important;
    color:red !important;
    margin-bottom:5px !important;
}

table.tabledisplay{
    width:120px !important;
    border:1px solid #ccc;
    float:right;
    
}
ul.list-group li{
    cursor:pointer;
}
ul.list-group li:hover{
    background-color:blue;
    color:white;
}
#statusresult{
    margin-top:20px;
}

table.tabledisplay tr td{
    padding:10px !important;

}

#Runesheetcontainer table td{
    width:30px !important;
}

label {
    display: block;
    margin: 5px;
    padding: 0;
}

select {
    width: 80%;
}


#generatedivresult {
    padding: 20px;
    box-sizing: border-box;
}

#baglist {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: 500px;
    overflow: auto;
}

input#barcode {
    padding: 20px;
    margin: 0 auto;
    box-sizing: border-box;
    width: 98%;
}

#createBag input[type="text"] {
    width: 90%;
    padding: 4px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #ccc;
}

table a {
    color: #38aae0 !important;
    text-transform: uppercase !important;
}

#manifestBagInfor {
    margin-top: 20px;
    margin-bottom: 20px;
}

#ManifestPrint {
    width: 98%;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.labels {
    display: block;
    width: 450px;
    height: 576px;
    line-height: 605px;
    padding-top: 123px;
    margin: 0 auto;
    text-align: center;
}

    .labels h1 {
        font-size: 40px;
    }

.breakpage {
    page-break-after: always;
}





button, .btnlink {
    background-color: #1b678b;
    color: white;
    border: 1px solid white;
    font-size: 12px;
    padding: 9px;
    border-radius: 4px;
}

    button:hover, .btnlink:hover {
        background-color: #144f6b;
    }

input#Piecebarcode {
    padding: 20px;
}

#pagelistload {
    border: 1px solid #ccc;
    padding: 10px;
}

h3.editpagetitle{
    text-transform:capitalize;
}


      #resulttop{
          width:100%;
          padding:10px;
          box-sizing:border-box;
        
          border-bottom:2px solid #ccc;
      }

       #resulttop section:first-child{
        width:960px;
        margin:0 auto;
        overflow:auto;
        margin-bottom:20px;
       }

       
       #resulttop section:first-child img{
           position:relative;
           width:230px;
           float:left;
           margin-right:15px;
       }

       
       #resulttop section:first-child h1{
           position:relative;
          font-size:19px;
          font-family:Arial;
           float:left;
           margin-right:15px;
           border-right:1px solid #ccc;
           padding-right:10px;
       }

          #resulttop section:first-child h1:last-child{
              border:none;
          }


          #Runesheetcontainer table{
             
              width:100%;
              margin-top:20px;
          }

          #Runesheetcontainer table td{
               border:1px solid #ccc;
               padding:10px;
               box-sizing:border-box;
          }

           #locationtotal{
               border-top:2px solid #ccc;
               margin-top:20px;
           }
          #locationtotal h3{
              text-align:right;
              font-weight:500;
              font-size:21px;
              font-family:Arial;
              padding-top:4px;
              margin:0;
          }

           .dataTables_length{
               overflow:hidden !important;
           }

         .dataTables_length select {
    display: inline-block !important;
    margin: 0 5px !important;
    float: left;
}
    

         h1.sectionheader{
    font-size:21px;
    font-family:Arial;
    padding:0;
    margin:0;
    border-bottom:1px solid #ccc;
    padding-bottom:5px;
    margin-bottom:10px !important;
    margin-top:10px !important;
    background-color:#f8f8f8;
}

         #awbloader{
             margin-top:10px !important;
         }


         .modal-header {
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #0480be;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
     color:white;
 }


         .modal-footer
{
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
     background-color: #ccc;
      color:white;
}

         .table{
font-size:12px !important;
}