/* 
 *  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-brand {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  padding-right: 45px;
}

.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: 330px;
  padding: 15px;
  margin: 0 auto;
  background-color: #efefef;
  border: 1px solid #ccc;
}
.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: 640px;
  padding: 10px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #f9f9f9;
}

.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-side*/
.page-nav {
  position: fixed;
  background-color:#cccccc;
  height: 100%;
  width: 30%;
  top: 0px;
  left: 0px;
  float: left;
}
.navbar-side {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
  z-index: 1;
  border-right: 1px solid #6c6c6c;
}
.navbar-side-inner {
  position: absolute;
  overflow: auto;
  top:50px;
  bottom: 0px;
  width: 100%;
  z-index: 0;
}
.navbar-side .navbar {
	-moz-user-select: none;
	-webkit-user-select: none;
}
.lesson-view [name="content"] {
  position:absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: no;
}
.lesson-view .snap-content-pull-right {
  -webkit-transform: translate3d(30%, 0, 0);
          transform: translate3d(30%, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.lesson-view .snap-content {
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.lesson-view .snap-drawer {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: width 0.3s ease;
          transition: width 0.3s ease;
}


.navbar-side .navbar-form {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  padding-left:3px;
  padding-right:3px;
  margin-right: 0;
  margin-left: 0;
  z-index: 1;
}
/*navbar-bottom*/
.navbar-fixed-bottom {
  background-color: #FFFFFF;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.navbar-fixed-bottom .container {
  padding: 0px;
}
.navbar-fixed-bottom .nav,
.navbar-fixed-bottom .nav > li {
  float:none;
  display:inline-block;
  *display:inline; /* ie7 fix */
  *zoom:1; /* hasLayout ie7 trigger */
  vertical-align: top;
  text-align:left;
  cursor: pointer;
}
.navbar-fixed-bottom .nav {
  width: 100%;
  border-top:1px solid #BBB;
  background-color: #F0F0F0;
}
.navbar-fixed-bottom ul.nav > li {
  width: 24%;
}
.navbar-fixed-bottom ul.nav > li {
  text-align: center;
}
.navbar-fixed-bottom .container {
  text-align:center;
  height: 50px;
}
.navbar-fixed-bottom .container ul {
  margin-bottom: 0px;
}
/*
 * page-view
 */
.page-view {
  z-index: 1000;
  width: 100%;
  height: 100%;
}
.page-view #header {
	position:absolute;
	top:0; left:0;
	width:100%;
	padding:0;
}
.page-view #footer {
	position:absolute;
	bottom:0; left:0;
	width:100%;
	padding:0;
}
.page-view .content {
  position: absolute;
  top: 50px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: #FFFFFF;
}
.page-view .content .container {
  max-width: 100%;
}
@media (orientation: portrait) {
  .page-view > * {
    -webkit-transition:all .2s linear;
    transition:all .2s linear;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  .page-view > *.active-sidebar {
    -webkit-transform: translate3d(30%,0,0);
    transform: translate3d(30%,0,0);
  }
}
@media (max-width:767px) {
  .max-width-768px {
    display: none !important;
  }
}
.page-view form {
  margin: 30px;
}
/*LoginView.css*/
.navbar-fixed-top .container button {
  margin-top: 1px;
  margin-right: 5px;
}
.login-view .scroller_wrapper .scroller {
  width: 100%;
  height: 100%;
}
@media (min-width:768px) {
  .navbar-fixed-top .container button {
    margin-top: 8px;
  }
}
/*RegisterView.css*/
.register-view .scroller_wrapper .scroller {
  height: 850px;
}
@media (orientation: portrait) {
  .register-view .scroller_wrapper .scroller {
    height: 100%;
  }
}
/*MainView.css*/
.main-view .scroller_wrapper .scroller {
  width: 100%;
  min-height: 100%;
}
.main-view .navbar-fixed-top button[name=btn-options] {
  margin-left: 160px;
}
.main-view ul.dropdown-menu {
  left: 1 !important;
  right: 0;
  float: none;
}
.main-view [name=curriculum-list] li.inactive a {
  color: rgb(180, 180, 180);
}
@media (max-width:767px) {
  .main-view .nav-bar {
    height: 50px;
  }
  .main-view .btn-setting {
    float: right;
  }
  .main-view .navbar-nav .open .dropdown-menu {
    position: absolute;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    display: block;

    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
  }
  .main-view .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
  .main-view .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
  }  
  .main-view .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #000;
  }
  .main-view .dropdown-menu .divider {
    height: 2px;
  }
}

#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;
}

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

.navbar {
    min-height:40px !important
}

.navbar-brand {
    padding: 1px 10px 0px 10px;
    max-height: 40px !important;
}