body {padding-top: 51px;padding-bottom: 60px;min-height: 100%;}
.navbar-header img.small-icon {height:20px;float:left;margin-right:10px;}
.container {overflow:hidden;}
#map-canvas {width:100%;height:300px;margin: 20px 0;}
.mce-tinymce {width:100% !important;box-sizing: border-box !important;-moz-box-sizing: border-box !important;-webkit-box-sizing: border-box !important;}
#sidebar {margin-top:20px;}
#sidebar li.active a {background-color: #eee;color: #23527c;}
.multiselect-container label {padding-left: 20px;}
.footer {position: fixed;z-index: 9;width: 100%;height: 40px;bottom: 0;padding: 0 20px;background-color: rgb(25, 25, 25);color: #F5F5F5;}
.footer p {line-height: 40px;}
.footer .big {font-size: 20px;}
.footer a {color: #F5F5F5;}
@media (max-width: 600px) {
	body {padding-bottom: 0;}
	.footer {position: relative;margin-top: 20px;}
}

.left {float: left;}
.right {float: right;}
.clear {clear: both;}

/* LOGIN */
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/*
.text-center {
  padding-top: 20px;
}
.col-xs-12 {
  background-color: #fff;
}
#sidebar {
  height: 100%;
  padding-right: 0;
  padding-top: 20px;
}
#sidebar .nav {
  width: 95%;
}
#sidebar li {
  border:0 #f2f2f2 solid;
  border-bottom-width:1px;
}
#sidebar li.active {
  background: #DDD;
  border-radius: 5px;
}
*/

/* collapsed sidebar styles */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -41.6%;
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -41.6%;
  }
  .row-offcanvas-right.active {
    right: 41.6%;
  }
  .row-offcanvas-left.active {
    left: 41.6%;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 41.6%;
  }
  #sidebar {
    padding-top:0;
  }
}

.btn-primary {
  background-image: -webkit-linear-gradient(top,#673AB7 0,#512DA8 100%);
  background-image: -o-linear-gradient(top,#673AB7 0,#512DA8 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#673AB7),to(#512DA8));
  background-image: linear-gradient(to bottom,#673AB7 0,#512DA8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff673AB7', endColorstr='#ff512DA8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #245580;
}

.alert-info {
  background-image: -webkit-linear-gradient(top,#34CABB 0,#23B5A7 100%);
  background-image: -o-linear-gradient(top,#34CABB 0,#23B5A7 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#34CABB),to(#23B5A7));
  background-image: linear-gradient(to bottom,#34CABB 0,#23B5A7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#34CABB', endColorstr='#23B5A7', GradientType=0);
  background-repeat: repeat-x;
  border-color: #00796B;
  color: #FFF;
  background-color: #009688;
}

a {color: #673AB7;}

