@import url('loader.css');

body {
    margin:0 auto;
    padding:0px;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    color:#676565;
    font-size: 11px;
    line-height: 16px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/* --------------------------------------------- header */
.navbar-mystyle {
    background-color: #000000;
    color: #fff;
    text-align: center;
}
.container > .navbar-header { font-family: Trajan Pro;  margin:0 auto; padding:0px auto; float: none; }
.logo{ display: inline-block; padding: 8px 0; max-height: 50px;}
.text-header { display: inline-block; font-size: 15px; line-height: 15px; margin-left: 6px; }

.content { margin-top: 50px;}

/* --------------------------------------------- search */
.search_panel { padding: 25px 0; color:#000; }
.btn-search { background: #000; color: #fff; border-radius: 0; height: 30px; font-size: 14px; }
.btn-search:hover { color: #fff;}
.form-label { padding: 5px 0; margin: 0; font-size: 16px;}

/* --------------------------------------------- form */
.form-text {
    padding: 2px 5px;
    border: 1px #000 solid;
    color: #606260;
    font-size: 14px;
    line-height: 14pt;
    height: 30px;
    width: 100%;
}

.padl0 { padding-left: 0;}
.rec { border-top: 1px solid #000; padding: 8px 0;}

.txt-product-name { color: #000; font-size: 16px; font-weight: bold; padding-bottom: 4px;}
.txt-qty {color: #00bd03; font-size: 16px; font-weight: bold; }
.txt-status {color: #00bd03;}
.txt-call { color: #000;}
.img-call { max-height: 30px; float: right; }

.tlow {color:#ffc107 !important;}
.tcall {color: #dc3545 !important;}


.txt-tt-info { color:rgba(0,0,0,0.8); font-size: 16px;padding: 5px;font-weight:400;}
.txt-dt-info { color:rgba(0,0,0,1); font-size: 16px;padding: 5px;font-weight:400;}
/*.txt-dt-info span{border-bottom: 1px solid #000;}*/


