::selection {
   background: none !Important;
}

a:focus {
    outline: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: Calibri,Arial, sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
  font-family: Calibri,Arial, sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
  font-family: Calibri,Arial, sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
  font-family: Calibri,Arial, sans-serif;
}
.static-button {
    position: fixed;
    bottom: 70px;
    right: 100px;
}.table-header {
    background: #880009;
    width:800px;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
}
.header-paper {
    z-index: 10;
    background: #880009;
    width:800px;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin: 0 auto;
}

.mdl-data-table__cell--non-numeric.mdl-data-table__cell--non-numeric {
    font-size: 15px;
    text-align: left;
    text-transform: uppercase;
    color: rgb(255,134,4);
    padding-left: 0;
}
.mdl-dialog__title {
    color: white;
    background: #F0AD4E;
    padding: 12px 24px;
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
}
.mdl-dialog__content{
    padding: 0px;
    width: 95% !important;
}
.mdl-button--accent.mdl-button--accent {
    color: rgb(255,134,4); }
.mdl-button--accent.mdl-button--accent .mdl-ripple {
    background: rgb(255,255,255); }
.mdl-button--accent.mdl-button--accent.mdl-button--raised, .mdl-button--accent.mdl-button--accent.mdl-button--fab {
    color: rgb(255,255,255);
    background-color: rgb(255,134,4); }
dialog{
    background: #E7E7E7;
    padding: 0;
}
hr {
    margin: 0 20px;
    height: 1px;
    background: black;
    /*background: rgba(225,134,4, 0.5);*/
}

.mdl-dialog__actions {
    padding: 8px 8px 8px 24px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.close {
    color: #FFFFFF;
    float: right;
    margin-right: 10px;
    font-size: 38px;
    font-weight: bold;
    opacity: 1;
}
.mdl-dialog {
    position: fixed;
    border: none;
    box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
    width: 480px;
}
.order-list{
    /*margin: 20px 30px;*/
    font-size: 13px;
}
.order-list td {
    padding: 7px;
}
.order-list tfoot {
    border-bottom: 1px solid #444;
    font-weight: bold;
}
.order-list table {
    font-size: 11px ;
}

.order-list table tr {
    height: 35px !important;
}

.detail-list{
    color: #444;
    padding: 20px !important;
}
.order-input {
    border-bottom: 1px solid #FCA816;
    padding-left: 5px;
}
.buy{
    color: white;
    background: #880009;
}
.buy:hover {
    background: rgb(255,134,4);
}
*.unselectable {
    font-size: 14px;
    cursor: default;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;

    /*
      Introduced in IE 10.
      See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
    */
    -ms-user-select: none;
    user-select: none;
}
.book-check {
    padding: 0 30px !important;
    width: 80px;
    max-width: 80px;
}
.book-name {
    padding-left: 0px !important;

    text-align: left;
    width: 320px;
    max-width: 320px;
}
.book-category{
    white-space: pre-wrap;
    text-align: left;
    width : 250px;
    max-width: 250px;
}
.book-amount{
    padding-right: 0px;
    width: 150px;
    max-width: 150px;
}

.modal {
    display: none;
    /*position: fixed;*/
    /*z-index: 1;*/
    margin: 0 auto;

    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}


.modal-content {
    background-color: #fefefe;
    margin: 8% auto 0;
    padding: 0;
    border: 1px static-buttonolid #888;
    width: 360px;
    border: none;
    box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
}
.main-header {
    line-height: 1;
    font-weight: 300;
    background: #880009;
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    z-index: 10;
    color: #dbdbdb;
    padding: 3px 0;
}
.main-header a {
    color: #dbdbdb;
}
.main-header ul {
    padding: 5px 0;
    margin: 0;
}
.main-header ul li {
    padding: 0 10px;
}
.main-header1 {
    padding: 5px 0;
    line-height: 1;
    font-weight: 300;
    background: #FFF;
    position: fixed;
    top:40px;
    left: 0;
    right: 0;
    z-index: 10;
    box-shadow: 0 0 20px #666;
}
.main-paper {
    position: relative;
    top: 86px;
    width: 800px;
    margin: 0 auto;
    position: relative;
    text-transform: uppercase;
}
.mdl-button--fab.mdl-button--colored {
    background: #880009;
}
.mdl-checkbox__ripple-container .mdl-ripple {
    background: rgb(255,134,4);
}

.mdl-button {
    font-family: Calibri, Arial, sans-serif;
}

input {
    border: none;
    border-bottom: 1px solid rgba(0,0,0, 0.12);
    display: block;
    font-family: "Helvetica", "Arial", sans-serif;
    margin: 0;
    padding: 4px 20px;
    width: 100%;
    background: none;
    text-align: left;
    color: inherit;
}
input:focus {
    outline: none;
}
.mdl-data-table tbody td {
    font-size: 14px !important;
}
.mdl-chip__text {
    text-transform: uppercase;
    font-size: 12px;
    font-family: Calibri, Arial, sans-serif;
}
.mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
    background: rgb(255,134,4);
}
.mdl-checkbox.is-checked .mdl-checkbox__box-outline {
    border-color: rgb(255,134,4);
}
.detail-list table td {
    vertical-align: top;
    padding: 5px 9px;
    font-size: 14px;
    line-height: 18px;
}
.form-horizontal .row{
    font-size: 14px;
    margin-bottom: 10px;
}
.ui-widget-content {
    background: #FFF;
}
.ui-dialog .ui-dialog-titlebar {
    background: #880009;
    color: #FFF;
}
.ui-button .ui-icon {
    background-image: url(../images/ui-icons_777777_256x240.png);
    background-position: -96px -128px;
}
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-widget-overlay.custom-overlay
{
    background-color: black;
    background-image: none;
    opacity: 0.9;
    z-index: 1040;
}
#datepicker {
    float: left; 
    width: 240px;
}
.ui-state-default {
    border: none !important;
    padding: 0.4em !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: rgb(255,134,4) !important;
    color: #FFF !important;
}
#by_account {
    display:none;
    padding: 20px 30px;
}

#dialog-list
{
    padding: 10px;
    line-height: 30px;
}

.lab
{
    padding: 8px;
    color: #F0AD4E;
    width: 100%;
    height: 100%;
}



