body, html {
  background: #F5F5F5 url("../images/_bg.png") left top repeat-y;
  min-height: 100%;
  height: 100%;
}
body.large, html.large {
  background: #F5F5F5 url("../images/_bg_large.png") left top repeat-y;
}

#main {
  height: 100%;
  min-height: 100%;
}

label {
  font-weight: 600;
}

/*@@@ rework input style @@@*/
.btn {
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.form-control {
  border-radius: 0;
}
.form-control.error {
  border-color: red !important;
}

.btLink {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 10px;
}
.btLink.largeBt {
  font-size: 24px;
  line-height: 36px;
}
.btLink.largeBt span.glyphicon {
  font-size: 36px;
  top: 10px;
}
.btLink.mediumBt {
  font-size: 16px;
  line-height: 22px;
  text-transform: none;
}
.btLink.mediumBt span.glyphicon {
  font-size: 22px;
  top: 6px;
}
.btLink.smallBt {
  font-size: 12px;
  line-height: 15px;
  text-transform: none;
}
.btLink.smallBt span.glyphicon {
  font-size: 14px;
  top: 3px;
}
.btLink.disable {
  cursor: inherit;
  color: #ebebeb;
  pointer-events: none;
}
.btLink:hover {
  text-decoration: none;
}

.radio-inline label, .checkbox-inline label {
  font-weight: 400;
}

/*@@@ loading spinner @@@*/
.loadingFrame {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
}

.loadingBox {
  width: 44px;
  height: 44px;
  padding: 6px;
  background-color: white;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
}
/*@@@ Login Page @@@*/
.loginPage {
  background: #517fa4;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #517fa4, #243949);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #517fa4, #243949);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.loginPage #main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 100%;
}
.loginPage #login {
  max-width: 447px;
  width: 100%;
  margin-top: -50px;
}
.loginPage #login img {
  max-width: 100%;
}
.loginPage #login .form {
  padding: 30px 20px;
}
.loginPage #login .form label {
  color: #fff;
}
.loginPage #login a {
  color: #fff;
}

/*@@@ Main Style @@@*/
#mobileHead {
  background-color: #2c3e50;
  position: relative;
}
#mobileHead a.left-off-canvas-toggle {
  color: #fff;
  position: absolute;
  left: 10px;
  top: 10px;
}

#leftContent {
  float: left;
  width: 243px;
}
#leftContent.small {
  width: 65px;
}
    #leftContent .logo {
        width: 243px;
        height: 80px;
        background: #2c3e50 url("../images/ALSOnlyLogo3.png") center no-repeat;
        position: relative;
        border-right: solid 1px #080b0e;
        box-shadow: 0 0 1px rgba(255, 255, 255, 0.4);
    }
#leftContent .logo.small {
  width: 65px;
  background: url("../images/logo_small.png") no-repeat;
}
#leftContent .logo a.toggle {
  position: absolute;
  right: -12px;
  top: 20px;
  color: #fff;
  background-color: #233140;
  border: solid 1px #080b0e;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.4);
  border-radius: 1000px;
  display: block;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  padding-left: 6px;
}
#leftContent #menu {
  color: #7e7e7e;
  margin: 0;
}
#leftContent #menu h6 {
  font-weight: 700;
  padding-left: 10px;
  margin: 40px 0 15px 0;
}
#leftContent #menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#leftContent #menu ul li {
  padding: 3px 0 3px 10px;
  margin-bottom: 5px;
  transition-duration: 0.1s;
}
#leftContent #menu ul li a {
  display: block;
  padding: 6px 0 6px 26px;
  height: auto;
  text-decoration: none;
  color: #7e7e7e;
}
#leftContent #menu ul li a i {
  margin-right: 20px;
  min-width: 15px;
}
#leftContent #menu ul li:hover, #leftContent #menu ul li.active {
  background-color: rgba(44, 62, 80, 0.1);
  border-left: solid 3px #2980b9;
}
#leftContent #menu ul li:hover a, #leftContent #menu ul li.active a {
  color: #2980b9;
}
#leftContent #menu.small h6 {
  display: none;
}
#leftContent #menu.small ul li a {
  padding-left: 10px;
  font-size: 18px;
}
#leftContent #menu.small ul li a span {
  display: none;
}

#rightContent {
  float: right;
  width: calc(100% - 243px);
  background-color: #F5F5F5;
}
#rightContent.large {
  width: calc(100% - 65px);
}

#topBar {
  background-color: #2c3e50;
  height: 80px;
}
#topBar .userPlace {
  float: right;
  font-size: 12px;
  line-height: 65px;
  padding-right: 40px;
  margin-left: 20px;
  position: relative;
}
#topBar .userPlace .avatar {
  border-radius: 1000px;
  border: solid 1px #fff;
  max-width: 55px;
  max-height: 55px;
}
#topBar .userPlace .avatar:hover {
  box-shadow: 0 0 0 2px #cdcdcd;
}
#topBar .userPlace .dropdown-menu {
  left: auto;
  right: 0;
}
#topBar .topButton {
  display: inline-block;
  float: right;
  color: #fff;
  opacity: 0.5;
  font-size: 12px;
  line-height: 65px;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
}
#topBar .topButton i {
  font-size: 20px;
  float: left;
  margin-top: 22px;
  margin-right: 5px;
}
#topBar .topButton:hover {
  opacity: 1;
}
#content {
  padding: 30px 15px;
}
@media only screen and (max-width: 40em) {
  #content {
    padding: 10px 0;
  }
}
#content header {
  padding-bottom: 10px;
}
#content header .btLink {
  margin-top: 10px;
}
#content #mainContent .itemDashboard {
  background-color: #FFFFFF;
  box-shadow: 0 0 3px #666;
  min-height: 75px;
  padding: 20px 20px;
}
#content #mainContent .itemDashboard i {
  font-size: 36px;
}
#content #mainContent .itemDashboard h3 {
  font-size: 30px;
  display: inline-block;
  color: #999;
}
#content #mainContent .itemDashboard:hover h3 {
  color: #444444;
}
/*custom tabs*/
.tabs {
  background-color: #ecf1f5;
}
@media only screen and (max-width: 40em) {
  .tabs .tab-title {
    display: block;
    float: none;
  }
}
.tabs .tab-title > a {
  outline: none;
}
.tabs.small .tab-title > a {
  padding-left: 10px;
  padding-right: 10px;
}

.tabs-content {
  background-color: #FFFFFF;
  padding: 0 0.9375rem;
}

/*@@@ fieldset @@@*/
fieldset {
  margin-top: 0;
}

/*@@@ grid @@@*/
.grid {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 20px;
}
.grid table {
  width: 100%;
  margin-bottom: 0;
}
.grid table td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media only screen and (max-width: 40em) {
  body, html {
    background-image: none;
  }

  #rightContent {
    float: none;
    width: 100%;
  }

  label.inline {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 64em) {
  label.inline {
    white-space: nowrap;
  }
}

/*# sourceMappingURL=style.css.map */
