html {
  height: 100%;
}
body {
  padding-bottom: 0;
  height: 100%;
}
body.navbar-fixed {
  padding-top: 45px;
}

/* elements */
[class*=" fa-"],
[class^="fa-"] {
  display: inline-block;
  text-align: center;
}

.modal-header .close {
  font-size: 32px;
}

.navbar {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    border: none;
    -webkit-box-shadow: none;
    -webkit-backface-visibility: hidden;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.navbar.admin-nav{
    background:#fdfdff;
}
.well{
	border-color:#c5c5c5;
}

/* main-nav */
.main-navbar-header .nav{
    margin-top: 0.4em;
}
.main-navbar-header .nav > li {
    padding: 0;
    position: relative;
    float: left !important;
    /* different colors */
}
.main-navbar-header .nav > li:first-child {
    border-left: none;
}
.main-navbar-header .nav > li > a {
    display: block;
    line-height: inherit;
    text-align: center;
    width: auto;
    padding: 0 8px 0 8px;
    position: relative;
}
.main-navbar-header .nav > li > a > [class*="fa-"] {
    display: inline-block;
    width: 20px;
    text-align: center;
}
.main-navbar-header .nav > li .dropdown-menu {
    z-index: 1031;
}
.main-navbar-header .nav > li:last-child a [class^="fa-"] {
    /* the arrow indicating "See more" on each dropdown , and the icons of user menu */

    display: inline-block;
    width: 1.25em;
    text-align: center;
}
.main-navbar-header .nav-pills .dropdown-menu li{
    height: auto;
}


/* side navigation */
li [class^="fa-"],
li [class*=" fa-"] {
  width: auto;
}

/** buttons */
.btn-default,
.btn-default:focus {
  background-color: #abbac3 !important;
  border-color: #abbac3;
  color:#fff;
}
.btn-default:hover,
.open .btn-default.dropdown-toggle {
  background-color: #8b9aa3 !important;
  border-color: #abbac3;
  color:#fff;
}
.btn-default.no-border:hover {
  border-color: #8b9aa3;
}
.btn-default.no-hover:hover {
  background-color: #abbac3 !important;
}
.btn-default.active {
  background-color: #9baab3 !important;
  border-color: #8799a4;
  color:#fff;
}
.btn-default.no-border.active {
  background-color: #92a3ac !important;
  border-color: #92a3ac;
  color:#fff;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #abbac3 !important;
  border-color: #abbac3;
}

.btn-green {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-green:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
    background-image: none;
}

.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-green {
    color: #537f11;
    background-color: #ffffff;
    border-color: #6eac17;
    border-width: 2px;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
    color: #537f11;
    background-color: #e5f7cd;
    border-color: #6b9e19;
}

.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
    background-image: none;
}

.btn-green.disabled,
.btn-green[disabled],
fieldset[disabled] .btn-green,
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled:active,
.btn-green[disabled]:active,
fieldset[disabled] .btn-green:active,
.btn-green.disabled.active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green.active {
    background-color: #ffffff;
    border-color: #98d832;
}
.btn-grey,
.btn-grey:focus {
  background-color: #a0a0a0 !important;
  border-color: #a0a0a0;
}
.btn-grey:hover,
.open .btn-grey.dropdown-toggle {
  background-color: #888888 !important;
  border-color: #a0a0a0;
}
.btn-grey.no-border:hover {
  border-color: #888888;
}
.btn-grey.no-hover:hover {
  background-color: #a0a0a0 !important;
}
.btn-grey.active {
  background-color: #949494 !important;
  border-color: #828282;
}
.btn-grey.no-border.active {
  background-color: #8c8c8c !important;
  border-color: #8c8c8c;
}
.btn-grey.disabled,
.btn-grey[disabled],
fieldset[disabled] .btn-grey,
.btn-grey.disabled:hover,
.btn-grey[disabled]:hover,
fieldset[disabled] .btn-grey:hover,
.btn-grey.disabled:focus,
.btn-grey[disabled]:focus,
fieldset[disabled] .btn-grey:focus,
.btn-grey.disabled:active,
.btn-grey[disabled]:active,
fieldset[disabled] .btn-grey:active,
.btn-grey.disabled.active,
.btn-grey[disabled].active,
fieldset[disabled] .btn-grey.active {
  background-color: #a0a0a0 !important;
  border-color: #a0a0a0;
}

.btn-light {
  color: #888888 !important;
  text-shadow: 0 -1px 0 rgba(250, 250, 250, 0.25) !important;
}
.btn-light,
.btn-light:focus {
  background-color: #e7e7e7 !important;
  border-color: #e7e7e7;
}
.btn-light:hover,
.open .btn-light.dropdown-toggle {
  background-color: #d9d9d9 !important;
  border-color: #e7e7e7;
}
.btn-light.no-border:hover {
  border-color: #d9d9d9;
}
.btn-light.no-hover:hover {
  background-color: #e7e7e7 !important;
}
.btn-light.active {
  background-color: #e0e0e0 !important;
  border-color: #cecece;
}
.btn-light.no-border.active {
  background-color: #d8d8d8 !important;
  border-color: #d8d8d8;
}
.btn-light.disabled,
.btn-light[disabled],
fieldset[disabled] .btn-light,
.btn-light.disabled:hover,
.btn-light[disabled]:hover,
fieldset[disabled] .btn-light:hover,
.btn-light.disabled:focus,
.btn-light[disabled]:focus,
fieldset[disabled] .btn-light:focus,
.btn-light.disabled:active,
.btn-light[disabled]:active,
fieldset[disabled] .btn-light:active,
.btn-light.disabled.active,
.btn-light[disabled].active,
fieldset[disabled] .btn-light.active {
  background-color: #e7e7e7 !important;
  border-color: #e7e7e7;
}
.btn-light.btn-xs:after {
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
}
.btn-light.btn-sm:after {
  left: -4px;
  right: -4px;
  top: -4px;
  bottom: -4px;
}
.btn-light.btn-large:after {
  left: -6px;
  right: -6px;
  top: -6px;
  bottom: -6px;
}
.btn.btn-white {
  border-width: 1px;
  border-color: #CCC;
  color: #444 !important;
  text-shadow: none !important;
  background-color: #FFF !important;
}
.btn.btn-white:hover,
.btn.btn-white:focus {
  background-color: #EBEBEB !important;
}
.btn.btn-white.no-border {
  border-color: #CCC;
}
.btn.disabled.active,
.btn[disabled].active,
.btn.disabled:focus,
.btn[disabled]:focus,
.btn.disabled:active,
.btn[disabled]:active {
  outline: none;
}
.btn.disabled:active,
.btn[disabled]:active {
  top: 0;
  left: 0;
}

.btn.active.btn-yellow:after {
  border-bottom-color: #c96338;
}
.btn.active.btn-light {
  color: #515151;
}
.btn.active.btn-light:after {
  border-bottom-color: #B5B5B5;
}
/* icons inside buttons */
.btn > [class*="fa-"] {
  display: inline;
}
.btn.btn-link {
  border: none !important;
  background: transparent none !important;
  color: #0088cc !important;
  text-shadow: none !important;
  padding: 4px 12px !important;
  line-height: 20px !important;
}
.btn.btn-link:hover {
  background: none !important;
  text-shadow: none !important;
}
.btn.btn-link.active {
  background: none !important;
  text-decoration: underline;
  color: #0088cc !important;
}
.btn.btn-link.active:after {
  display: none;
}
.btn.btn-link.disabled,
.btn.btn-link[disabled] {
  background: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.btn.btn-link.disabled:hover,
.btn.btn-link[disabled]:hover {
  background: none !important;
  text-decoration: none !important;
}
.btn.btn-no-border {
  border-width: 0 !important;
}

.btn.btn-info,
.btn.btn-info.no-hover:hover,
.btn.btn-info.disabled:hover {
    background: #3da4ce !important;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#4aacd6), to(#309bc5)) !important;
    background-image: -webkit-linear-gradient(top, #4aacd6, 0%, #309bc5, 100%) !important;
    background-image: -moz-linear-gradient(top, #4aacd6 0%, #309bc5 100%) !important;
    background-image: linear-gradient(to bottom, #4aacd6 0%, #309bc5 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4aacd6', endColorstr='#ff309bc5', GradientType=0) !important;
}
.btn.btn-info:hover {
    background: #148dc4 !important;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#1f95ce), to(#0984b9)) !important;
    background-image: -webkit-linear-gradient(top, #1f95ce, 0%, #0984b9, 100%) !important;
    background-image: -moz-linear-gradient(top, #1f95ce 0%, #0984b9 100%) !important;
    background-image: linear-gradient(to bottom, #1f95ce 0%, #0984b9 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1f95ce', endColorstr='#ff0984b9', GradientType=0) !important;
}

.col-sm-offset-25 {
    margin-left: 20.833333333333333%;
}
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  float: left;
}

@media only screen and (max-width: 991px) {
  .main-content {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
    .main-nav > li {
        width: 100%;
        clear: both;
        text-align: center;
        padding: 0 0 0 0;
        height: auto;
        line-height: 40px;
    }
    .main-nav > li > a > [class*="fa-"] {
        margin-right: -20px;
    }
    .nav{
        width: 100%;
        clear: both;
        text-align: center;
    }
    .input-group{
        width: 100%;
    }
    .input-group-btn{
      padding-top: 20px;
    }
    .input-group-addon, .input-group-btn {
      display: block;
      width: 100%;
      clear: both;
    }
    .btn{
        width: 100%;
        margin-bottom: 1em;
    }
    .btn.compact{
        width: auto;
        margin-bottom: 0;
    }
    .nav .btn{
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .navbar-collapse{
        padding:10px 0 10px 0;
        margin-left: 0;
        margin-right: 0;
        max-height: 100%;
    }
    .dropdown-menu{
        float: none;
        position: relative;
        top:0;
        clear: both;
    }
    .dropdown-menu > li{
        clear: both;
    }
    .main-footer{
        margin-bottom: 4em;
    }
    .main-footer a{
        display: block;
        text-align: center;
    }
    ul{
        padding-left: 20px;
    }
}