/* Sticky footer styles
-------------------------------------------------- */

html {
  position: relative;
  min-height: 100%;
}
body {
  padding-top: 60px;
  margin-bottom: 60px;  /* Margin bottom by footer height */
  font-family: 'Raleway', sans-serif;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #eeeeee;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container-sm {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
  margin: auto;
}
.container-xsm {
  width: auto;
  max-width: 480px;
  padding: 0 15px;
  margin: auto;
}
.container .text-muted {
  margin: 20px 0;
}

.logo-container{
  margin: auto;
  /*margin-top: 20px;*/
  margin-bottom: 10px;
  /*max-width: 300px;*/
  max-width: 600px;
}

/* Form/Signin */

/*body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
}*/

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

ul.search-list{
  list-style-type: none;
  padding: 10px;
}

.btn-block{
  margin-top: 10px;
}
.btn-primary {
  /*background-color: #942825;
    border-color: #7e211f; */
  /*background-color: #efdfae;
    border-color: #cfbf8e;
    color: #942825;*/
  background-color: #426190;
  border-color: #325180;
  color: #eeeeee;
  
  /*font-weight: bold;*/
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  /*background-color: #b12d2a;
    border-color: #942825;
    color: #942825;*/
  /*background-color: #ffefbe;
    border-color: #dfcf9e;
    color: #b44845;*/
  background-color: #5271A0;
  border-color: #426190;
  /*color: #dddddd;*/
  color: #ffffff;
  
  /*font-weight: bold;*/
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
  /*background-color: #942825;
    border-color: #7e211f;
    font-weight: bold;*/
  
  background-color: #efdfae;
  border-color: #cfbf8e;
  color: #942825;
  font-weight: 600;
}
h2{
  /*color: #307090;*/
  color: #3878C8;
  font-weight: 600;
}
label{
  color: #555;
}
a {
  /*color: #942825;*/
  color: #3070C0;
  font-weight: 600;
  text-decoration: none;
}
a:hover, a:focus {
  /*color: #b12d2a;*/
  color: #3878C8;
  font-weight: 600;
  text-decoration: underline;
}
.dropdown-menu > li > a {
  color: #3878C8;
  font-weight: 600;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #3878C8;
  font-weight: 600;
}
.ace-text {
  color: #3878C8;
  font-weight: 600;
}
.navbar-default .navbar-nav > li > a {
  color: #3878C8;
  font-weight: 600;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #1858C8;
  font-weight: 600;
}
.spacer {
  margin-top: 20px;
}
footer p {
  margin-top: 20px;
}
p.note {
  margin-left: 10px;
}
.btn-allow-break {
  white-space: normal;
}
.btn-danger {
  /*background-color: #000;*/
  background-color: #446e9b;
  border-color: #000;
}
.btn-danger:hover {
  background-color: #c52823;
}
/*.btn-success {
  color: #fff;
  background-color: #7faf42;
  border-color: #6e9739;
}*/

.result {
  margin-bottom: 20px;
}

.sort{
  margin-bottom: 10px;
  float: right;
}

.search-customer{
  width: 400px;
}

@media screen{
  #printname { display: none; }
}

@media print {
  .navbar, button, .btn, footer, .nav, .tab-pane {
    display:none;
  }
  .container {
    padding-top: 0px;
  }

  .hidden-print {
      display: none !important;
  }

  body {
    margin-top: 0;
    padding-top: 0;
    font-size: 12px;
  }
  table {
      border:solid #000 !important;
      border-width:1px 0 0 1px !important;
  }
  th, td {
      border:solid #000 !important;
      border-width:0 1px 1px 0 !important;
      width: 20px;
      word-wrap: break-word;
  }
  #printname { display: block; }

  /*table#table-print{
    font-size:7px;
    width: 300px;
  }*/

  table .table-print{
    font-size:7px;
    width: 50%;
  }

  table .table-print-reports{
    font-size:7px;
    width: 50%;
  }

}

.paddingTop10{
  padding-top: 10px;
}

.paddingBottom10{
  padding-bottom: 10px !important;
}

.text-jslink {
  /*color: #942825;*/
  color: #426190;
  font-weight: bold;
}
.text-jslink:hover{
  /* padding-left: 2px; */
  text-decoration: underline;
  cursor: pointer;
}
.ace-blue {
  /*color: #426190;*/
  color: #3878C8;
  font-weight: bold;
}
.ace-pale {
  color: #55b
}

.input-lsi-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-lsi-group[class*="col-"] {
  float: none;
  /*padding-left: 0;*/
  /*padding-right: 0;*/
}

/* ----- for select circles ----- */

.lsi-noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer and Edge */
            user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
.numberCircle {
  box-sizing: content-box;
  border-radius: 50%;
  text-align: center;

  margin-right: 10px;
  float:left;

  width: 45px;
  height: 45px;
  border: 2px solid;
  font: 14px Arial, sans-serif;
}
.line1span {
  position: absolute;
  top: 8px;
  left: 0px;
  right: 0px;
  text-align: center;
}
.line2span {
  position: absolute;
  bottom: 7px;
  left: 0px;
  right: 0px;
  text-align: center;
}

.letterCircle {
    box-sizing: content-box;
    border-radius: 50%;
    text-align: center;

    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    float:left;
    
    width: 28px;
    height: 28px;
    border: 2px solid;
    font: 24px Arial, sans-serif;
}
.numCircOn {
    background: #27f;
    border-color: #16e;
    color: #ddd;
}

.numCircOff {
    background: #fff;
    border-color: #16e;
    color: #27f;
}

.dropdownPointer{
   cursor:pointer;
}

.tdcntr{
  text-align: center;
}
.tdrght{
  text-align: right;
}

/* --------------- sub menus --------------- */
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}
