/* 
 *  Style Elements and Bootstrap Overrides
 */

/* 
 *  General
 */

html,
body {
  margin: 0;
}

/* 
 *  Boostrap buttons override
 */
 
.btn-primary {

}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {

}

.btn-info {

}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {

}
 
/* 
 *  Boostrap top navigation bar
 */

.navbar {
    min-height: 50px !important;
    padding-right: 30px;
    background-color: #fcfcfc;
}


.navbar-brand {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  padding-right: 45px;
}

.navbar-nav > li > a {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.navbar-fixed-top {
  
}
.navbar-fixed-top .container {
  max-width: 100%;
  margin-left: 5px;
  margin-right: 5px;
}

.navbar-fixed-top .glyphicon,
.navbar-fixed-bottom .glyphicon,
.popover .glyphicon,
.alert .glyphicon {
  -webkit-transform: scale(1.4);
     -moz-transform: scale(1.4);
      -ms-transform: scale(1.4);
       -o-transform: scale(1.4);
          transform: scale(1.4);
}

/* 
 *  Sign in form
 */

.login-form {
  max-width: 400px;
  padding: 15px;
  margin: 0 auto;
  background-color: #fcfcfc;
  border: 1px solid #3c3c3c;
}
.login-form .login-form-heading,
.login-form .checkbox {
  margin-bottom: 20px;
}
.login-form .checkbox {
  font-weight: normal;
}
.login-form .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.login-form .form-control:focus {
  z-index: 2;
}
.login-form input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.login-form input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* 
 *  Standard form wrappers
 */

.standard-wrapper {
  max-width: 760px;
  padding: 5px;
  margin: 0px auto;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
}

.sm-wrapper {
  max-width: 640px;
  padding: 10px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #f9f9f9;
}

.md-wrapper {
  max-width: 800px;
  padding: 10px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #f9f9f9;
}

.lg-wrapper {
  max-width: 950px;
  padding: 10px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #f9f9f9;
}

.search-wrapper {
  padding-left: 15px;
  padding-top: 5px;
  margin: 0 auto;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
}

/*
 * Typeahead
 */
 
.twitter-typeahead {
  width: 100%;
}

.tt-hint {
  width: 100%;
}

.tt-dropdown-menu {
  width: 100%;
  margin-top: 2px;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.tt-suggestion {
  display: block;
  padding: 3px 20px;
}

.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #428bca;
}

.tt-suggestion.tt-is-under-cursor a {
  color: #fff;
}

.tt-suggestion p {
  margin: 0;
}

.twitter-typeahead .tt-hint {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border: 1px solid transparent;
}

.twitter-typeahead .hint-small {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
  line-height: 1.5;
}

.twitter-typeahead .hint-large {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
  line-height: 1.33;
}

/*
 * other additions
 */
 
.spacer {
  margin-top: 10px;
}


.multiselect {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.multiselect-title {
	color: #ccc;
}

.multiselect-selected {
	color: #000;
}

multiselect b.caret {
  position: absolute;
  top: 14px;
  right: 8px;
}

.multiselect-group {
  font-weight: bold;
  text-decoration: underline;
}




.form-control, .well {
	-webkit-box-shadow: none;
     -moz-box-shadow: none;
         	box-shadow: none;
}
div.form-group .form-control.error {
  border: 1px solid #FF0000;
  background-color: rgba(234, 250, 44, 0.41);
}
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0;
}


.progress {
  background-color: rgba(128, 128, 128, 0.3);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2000;
	-moz-user-select: none;
	-webkit-user-select: none;
  overflow: hidden;
}
.progress-bar {
  position: fixed;
  top: 45%;
  left: 25%;
  right: 25%;
  width: 50%;
  height: 4em;
  z-index: 1000;
	-moz-user-select: none;
	-webkit-user-select: none;
  overflow: hidden;
}
.progress-bar .progress-text {
  color: #FFF;
  font-size: 3em;
	-moz-user-select: none;
	-webkit-user-select: none;
  overflow: hidden;
}

.form-block {
    background-color: #E8E3CD;
}

/*
 * page-nav
 */
 
/*navbar-top*/

/*navbar-bottom*/



#userMod #malls option[disabled],
#userMod #userMalls option[disabled] {
    display: none;
}

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

#inventoryList .col-xs-8 {
  max-height: 120px;
  overflow: scroll;
}

select option:disabled {
    background-color: #EEEEEE;
    font-style: oblique;
    font-style: italic;
    font-size: 12px;
}

.multiselect-container {
    padding-left: 5px;
    padding-right: 5px;
}

.multiselect-container.dropdown-menu {
    z-index: 2000;
}

.ui-datepicker {
    z-index: 2000 !important;
}

