html, body {
  min-height: 100%;
}
body {
  font-size: 13px;
  background: rgb(233, 233, 233);
}
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 10px;
}
h1 {
  font-size: 19px;
  text-transform: capitalize;
}
h2 {
  font-size: 17px;
  text-transform: capitalize;
}
h3 {
  font-size: 15px;
  text-transform: capitalize
}

.nav li > form > button.logout {
  font-size: 12px;
  padding: 11px;
  border: none;
  color: #f00;
  box-shadow: none;
}

@media(max-width: 767px) {
  .nav li > form > button.logout {
    display:block;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
  }
}

.nav > li > form > button.logout:focus, .nav > li > form > button.logout:hover {
  text-decoration: none;
  color: rgb(66, 103, 178);
  background: #fff;
}

.nav > li > form > button.logout:focus {
  outline: none;
}
.navbar {
    min-height: 41px;
}
.navbar-default {
  background-color: #d9edf7;
  border-color: #c1d8ff;
  /* box-shadow: 0px 2px 3px rgba(0,0,0,0.29); */
  margin-bottom: 20px;
  /* border-radius: 0; */
}

.navbar-default a {
  font-size: 13px;
}

.navbar-default .navbar-nav > li > a {
  color: #333;
  text-transform: capitalize;
}

.navbar-default .navbar-brand {
  color: #fff;
  font-weight: bold;
}

.navbar-default .navbar-nav > .active > a {
  color: #29487d;
  background-color: #fffffa;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: rgb(66, 103, 178);
  background-color: #fff;
}
@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.navbar-brand {
    height: 39px;
    padding: 0px 0px;
    text-transform: capitalize;
    line-height: 23px;
    font-size: 17px !important;
}
.navbar-brand > img {
  height: 40px;
}
.main {
  background-color: #fff;
  min-height: 97vh; 
  /* box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.64); */
}
.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -30px;
  padding: 0 ;
}

.wrap > .container {
  padding: 60px 15px 30px;
}

.breadcrumb {
  padding: 3px 10px;
  margin-bottom: 10px;
  border-radius: 0px;
  border: 1px solid #ccc;
}
.breadcrumb a, .breadcrumb li {
  text-transform: capitalize;
}
.breadcrumb li.active {
  font-weight: bold;
}
.panel-heading {
  padding: 5px 10px;
}
.panel-title {
  padding-top: 3px;
}
.panel-heading .btn {
  font-size: 12px;
  padding: 3px 9px;
  line-height: 1.2;
}
.panel-body {
  padding: 10px;
}
div.summary {
  background-color: whitesmoke;
  padding: 1px 5px;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  font-size: 12px;
}
.table-condensed > thead > tr {
  background-color: rgba(0, 188, 212, 0.07);
}
.no-bg {
  background-color: #fff !important;
}
.table-condensed .ui-autocomplete-input {
  width: 100%;
}

.table-bordered > thead > tr > th {
  border: 1px solid rgb(151, 202, 210);
  text-transform: uppercase;
  white-space: nowrap !important;
}
.table-condensed tr.filters {
  background-color: #dafbff;
}
.table-condensed tr.filters td {
  border: 1px solid #b8e1e6;
}
.table-condensed tr.filters td .form-control, .table-condensed tr.filters td .select2-container--default .select2-selection--single  {
  border: 1px solid #8c9cf7;
}
.table-condensed th {
  text-transform: capitalize;
  vertical-align: middle;
  white-space: nowrap;
}
.table-condensed > tbody > tr > td {
  padding: 3px;
  vertical-align: top;
  text-transform: uppercase;
  white-space:normal;
}
.detail-view.table-condensed > tbody > tr > th {
  font-size: 12px;
  width: 20%;
}
.table-details-view-two-col.table-condensed > tbody > tr > th {
  width: 40%;
}

label.control-label {
  font-size: 12px;
}
fieldset { 
  padding: 10px;
  margin: 0;
  border: 1px solid #afacac;
}
legend {
  display: inline;
  width: initial;
  font-size: initial;
  padding: 0 5px;
  margin-bottom: 5px;
  border-bottom: none;
}
.form-group {
  margin-bottom: 7px;
}
.form-group.required .control-label:after { 
  content: '\e006';
   font-family: 'Glyphicons Halflings';
   font-style: normal;
   font-weight: 400;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   color:red;
   padding-left: 3px;
   font-size: 9px;
}
.form-group.has-error .control-label:after {
  content: '\e014';
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form-group.has-success .control-label:after {
  color: green;
  content: '\e013';
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form-control {
  display: block;
  width: 100%;
  height: 25px;
  padding: 2px 5px;
  border-radius: 0;
  font-size: 13px;
}
option {
  text-transform: capitalize;
}
.help-block {
  font-size: 12px;
  margin: 0px;
}
.btn {
  font-size: 13px;
  border-radius: 2px;
  padding: 3px 13px;
  text-transform: uppercase;
  /* box-shadow: 1px 1px 1px #0000004f; */
}
.grid-view-actions .btn {
  padding: 2px 5px
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: /*"\e113"*/ "\e151";
}

a.desc:after {
  content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
  content: "\e153";
}

.sort-numerical a.desc:after {
  content: "\e154";
}

.sort-ordinal a.asc:after {
  content: "\e155";
}

.sort-ordinal a.desc:after {
  content: "\e156";
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

.panel {
  border-radius: 0px;
}

.site-login {

}
.site-login .panel {
  margin-top: 7%;
}
.site-login .panel-body {
  box-shadow: 3px 5px 7px 1px rgba(0, 0, 0, 0.4);
}

.footer {
  /* height: 40px; */
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
.tooltip {
  font-size: 14px;
}
.tooltip-inner {
  padding: 5px 13px;
  box-shadow: 0px 5px 13px 3px #03a9f469;
}

.hasDatepicker, td > select {
    display: block;
    width: 100%;
    height: 25px;
    padding: 3px 3px;
    /* font-size: 14px; */
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid rgb(140, 156, 247);
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.has-error .hasDatepicker {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .hasDatepicker {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.search-datepicker {
    color: #337ab7;
}

/* select2 */
.select2-container--default .select2-selection--single {
    border: 1px solid rgb(208, 206, 206);
    border-radius: 0px;
}
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 25px;
  padding: 2px 10px;
  border-radius: 0px;
}
.input-sm {
  padding: 0;
  height: 25px;
}
.select2-container .select2-selection--single {
  height: 25px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 25px;
}
.select2-dropdown {
  background-color: rgb(211, 232, 249);
  border: 1px solid rgb(150, 164, 245);
  box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.37);
  border-radius: 0px;
}

.well {
  padding: 5px;
  border-radius: 0;
  min-height: 140px;
}

.metainfo-text {
  text-align: center;
  font-size: 11px;
  padding: 3px;
  border: 1px solid rgb(216, 208, 208);
  /*background: rgba(255, 255, 180, 0.67);*/
}

.inline-element {
  display:inline !important;
}
.order-view .table-condensed, .order-view .well {
  margin-bottom: 0px;
}

@media (min-width: 1300px) {
  .modal-wide {
      width: 1200px;
  }
}

.modal2 {

    // position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
  }

  .select2-container--default .select2-selection--single .select2-selection__clear {
    font-size: 20px;
    color: red;
  }

  .nmb {
    margin-bottom: 0px !important;
  }

  .tabular-input .col-sm-6.col-sm-offset-3 {
    width: 95%;
    text-align: center;
    margin-left: 0;
  }
  .tabular-input .has-error .checkbox,   .tabular-input .has-error .checkbox-inline,   .tabular-input .has-error .control-label, .has-error .help-block,   .tabular-input .has-error .radio,   .tabular-input .has-error .radio-inline,   .tabular-input .has-error.checkbox label,   .tabular-input .has-error.checkbox-inline label,   .tabular-input .has-error.radio label,   .tabular-input .has-error.radio-inline label {
    font-size: 11px;
    margin-top: 3px;
  }

  .input-group-addon {
    padding: 4px 12px;
  }

  .alert {
    border-radius: 0 !important;
  }
