/* 
    Created on : 31-Dec-2015, 16:07:38
    Author     : Amir <amirsanni@gmail.com>
*/

/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {height: 1050px}

/* Set background color and 100% height */
.sidenav {
  background-color: #f1f1f1;
  height: 100%;
}

/* On small screens, set height to 'auto' for the grid */
@media screen and (max-width: 767px) {
  .row.content {height: auto;} 
}

/* Remove the navbar's default margin-bottom and rounded borders */ 
.navbar {
  margin-bottom: 0;
  border-radius: 0;
}

/* Add background color and some padding to the footer */
footer {
  background-color: #f2f2f2;
  padding: 25px;
}

.pointer{
    cursor: pointer
}

.pwell {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

body{
    background-color: #f5f5f5;
    font-size: 12px;
    font-family:math
}

.errMsg{
    color:red; font-size:10px 
}

.infoMsg{
    color:lightblue; font-size:10px 
}

.custDetail{
    height: auto;
    background-color: #fff
}

.trans-receipt{
    height: auto; 
    background-color: #fff
}

.scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: scrollbar;
}
.scroll::-webkit-scrollbar {
    width: 12px;
}

.scroll::-webkit-scrollbar-track {
    background-color:rgba(0,0,0,0);
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.5);
    background-color:#C8D1E1;
}

.latestStuffsBody{
    font-size: 3em;
    color: #fff;
    height: 100px;
}

.latestStuffsText{
    font-size:15px
}

.navbarIcons{
    color:#337ab7;
    font-size:16px
}


.box .box-header:before,
.box .box-header:after {
  display: table;
  content: " ";
}
.box .box-header:after {
  clear: both;
}


.box .box-header .box-title {
  display: inline-block;
  padding: 15px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  float: left;
  cursor: default;
  color: #FFFFFF;

}

.box .box-body {
  padding: 15px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-height{
    max-height:300px;
}

.margin-top-5{
    margin-top:5px;
}

.panel-hash > .panel-heading {
  color: #fff;
  background-color: #333;
}

.panel-hash > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.custom-active{
    background-color: #333;
}

/* ===== Bootstrap 3 Spacing Utilities (Bootstrap 4 style) ===== */

/* Margin (m = all, mt = top, mr = right, mb = bottom, ml = left, mx = left+right, my = top+bottom) */
.m-0   { margin: 0 !important; }
.m-1   { margin: 5px !important; }
.m-2   { margin: 10px !important; }
.m-3   { margin: 15px !important; }
.m-4   { margin: 20px !important; }
.m-5   { margin: 30px !important; }

.mt-0  { margin-top: 0 !important; }
.mt-1  { margin-top: 5px !important; }
.mt-2  { margin-top: 10px !important; }
.mt-3  { margin-top: 15px !important; }
.mt-4  { margin-top: 20px !important; }
.mt-5  { margin-top: 30px !important; }

.mr-0  { margin-right: 0 !important; }
.mr-1  { margin-right: 5px !important; }
.mr-2  { margin-right: 10px !important; }
.mr-3  { margin-right: 15px !important; }
.mr-4  { margin-right: 20px !important; }
.mr-5  { margin-right: 30px !important; }

.mb-0  { margin-bottom: 0 !important; }
.mb-1  { margin-bottom: 5px !important; }
.mb-2  { margin-bottom: 10px !important; }
.mb-3  { margin-bottom: 15px !important; }
.mb-4  { margin-bottom: 20px !important; }
.mb-5  { margin-bottom: 30px !important; }

.ml-0  { margin-left: 0 !important; }
.ml-1  { margin-left: 5px !important; }
.ml-2  { margin-left: 10px !important; }
.ml-3  { margin-left: 15px !important; }
.ml-4  { margin-left: 20px !important; }
.ml-5  { margin-left: 30px !important; }

/* X and Y axis (like Bootstrap 4) */
.mx-0  { margin-left: 0 !important; margin-right: 0 !important; }
.mx-1  { margin-left: 5px !important; margin-right: 5px !important; }
.mx-2  { margin-left: 10px !important; margin-right: 10px !important; }
.mx-3  { margin-left: 15px !important; margin-right: 15px !important; }
.mx-4  { margin-left: 20px !important; margin-right: 20px !important; }
.mx-5  { margin-left: 30px !important; margin-right: 30px !important; }

.my-0  { margin-top: 0 !important; margin-bottom: 0 !important; }
.my-1  { margin-top: 5px !important; margin-bottom: 5px !important; }
.my-2  { margin-top: 10px !important; margin-bottom: 10px !important; }
.my-3  { margin-top: 15px !important; margin-bottom: 15px !important; }
.my-4  { margin-top: 20px !important; margin-bottom: 20px !important; }
.my-5  { margin-top: 30px !important; margin-bottom: 30px !important; }

/* Padding (p = all, pt = top, pr = right, pb = bottom, pl = left, px = left+right, py = top+bottom) */
.p-0   { padding: 0 !important; }
.p-1   { padding: 5px !important; }
.p-2   { padding: 10px !important; }
.p-3   { padding: 15px !important; }
.p-4   { padding: 20px !important; }
.p-5   { padding: 30px !important; }

.pt-0  { padding-top: 0 !important; }
.pt-1  { padding-top: 5px !important; }
.pt-2  { padding-top: 10px !important; }
.pt-3  { padding-top: 15px !important; }
.pt-4  { padding-top: 20px !important; }
.pt-5  { padding-top: 30px !important; }

.pr-0  { padding-right: 0 !important; }
.pr-1  { padding-right: 5px !important; }
.pr-2  { padding-right: 10px !important; }
.pr-3  { padding-right: 15px !important; }
.pr-4  { padding-right: 20px !important; }
.pr-5  { padding-right: 30px !important; }

.pb-0  { padding-bottom: 0 !important; }
.pb-1  { padding-bottom: 5px !important; }
.pb-2  { padding-bottom: 10px !important; }
.pb-3  { padding-bottom: 15px !important; }
.pb-4  { padding-bottom: 20px !important; }
.pb-5  { padding-bottom: 30px !important; }

.pl-0  { padding-left: 0 !important; }
.pl-1  { padding-left: 5px !important; }
.pl-2  { padding-left: 10px !important; }
.pl-3  { padding-left: 15px !important; }
.pl-4  { padding-left: 20px !important; }
.pl-5  { padding-left: 30px !important; }

.px-0  { padding-left: 0 !important; padding-right: 0 !important; }
.px-1  { padding-left: 5px !important; padding-right: 5px !important; }
.px-2  { padding-left: 10px !important; padding-right: 10px !important; }
.px-3  { padding-left: 15px !important; padding-right: 15px !important; }
.px-4  { padding-left: 20px !important; padding-right: 20px !important; }
.px-5  { padding-left: 30px !important; padding-right: 30px !important; }

.py-0  { padding-top: 0 !important; padding-bottom: 0 !important; }
.py-1  { padding-top: 5px !important; padding-bottom: 5px !important; }
.py-2  { padding-top: 10px !important; padding-bottom: 10px !important; }
.py-3  { padding-top: 15px !important; padding-bottom: 15px !important; }
.py-4  { padding-top: 20px !important; padding-bottom: 20px !important; }
.py-5  { padding-top: 30px !important; padding-bottom: 30px !important; }

.w-100 { width: 100%; }

.badge {
    padding: 5px 5px;
}