body {
  padding-top: 60px;
  padding-bottom: 105px;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

.btn, .btn:focus, .btn:active, .btn.active, .btn:focus:active, a, a:focus, a:active, a:focus:active { /* Disable outline */
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-cluster {
    margin-bottom:5px;
    margin-right:5px;
}

.split-left {
    border-right: solid 1px #eee;
}

.split-right {
    border-left: solid 1px #eee;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.col-md-center {
    padding-left: 0px;
    vertical-align: middle;
}

.float-right {
    float: right;
    padding-right: 10px;
}

.top3 {
    margin-top:3px;
}

.top6 {
    margin-top:6px;
}

.top15 {
    margin-top: 15px;
}

.text-glow2 {
    color: orange;
    text-shadow: rgb(255, 127, 80) 1px 0px 10px;
}

.text-glow {
    color: blue;
    text-shadow: rgb(80, 0, 255) 1px 0px 10px;
}

.text-glow-spread {
   font-size:1em;
   color: orange;
   font-family:Arial;
}

.text-glow-spread:hover, .text-glow-spread:focus, .text-glow-spread:active {
   -webkit-stroke-width: 5.3px;
   -webkit-stroke-color: #FFFFFF;
   -webkit-fill-color: #FFFFFF;
   text-shadow: 1px 0px 20px yellow;
   -webkit-transition: width 0.3s;
   transition: width 0.3s;
   -moz-transition: width 0.3s;
   -o-transition: width 0.3s;
}

.text-glow-spread a {
   -webkit-transition: all 0.3s ease-in;
   transition: all 0.3s ease-in;
   -moz-transition: all 0.3s ease-in;
   -o-transition: all 0.3s ease-in;
   text-decoration:none;
   color:white;
}

b {
    margin-left:2px;
    margin-right:2px;
}

.form-control {
    width: 100%;
    min-height: 200px;
    height: 100%;
}

.checkbox {
    display: inline;
    vertical-align: top;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ececec;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active {
  background-color: #d9d9d9;
  border-color: #606060;
}

.greyedOut {
    background-color: #ccc;
}

.navbar-fixed-bottom {
    -webkit-box-shadow: inset 2px 2px 0 rgba(255, 255, 255, .15), inset -1px -1px 0 rgba(255, 255, 255, .5), 1px 1px 5px rgba(0, 0, 0, .3), -1px -1px 5px rgba(0, 0, 0, .3);
    box-shadow: inset 2px 2px 0 rgba(255, 255, 255, .15), inset -1px -1px 0 rgba(255, 255, 255, .5), 1px 1px 5px rgba(0, 0, 0, .3), -1px -1px 5px rgba(0, 0, 0, .3);
    margin: 2px 2px 2px 2px;
    border-radius: 4px;
    padding-left: 5px;
    padding-right: 5px;
    color: #555;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
    background-image: none;
    min-height: 12%;
    margin-bottom: 1px;
}

.navbar-brand {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    margin: auto;
}

input[type="number"] {
    color: #000;
    width: 53px;
}

input:invalid {
    border: 1px solid red;
    border-radius: 3px;
}

.alert-success {
  background-image:none;
  border-color: #b2dba1;
  color: #3c763d;
  background-color: #dff0d8;
}
.alert-info {
  background-image:none;
  border-color: #9acfea;
  color: #31708f;
  background-color: #d9edf7;
}
.alert-warning {
  background-image:none;
  border-color: #f5e79e;
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.alert-danger {
  background-image:none;
  border-color: #dca7a7;
  color: #a94442;
  background-color: #f2dede;
}
.alert-purple {
  background-image:none;
  border-color: #dca7a7;
  color: #a94442;
  background-color: #f2dede;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.alert-purple hr {
  border-top-color: #b5cdd6;
}
.alert-purple .alert-link {
  color: #843534;
}

.alert-success {
    background-color: #77B300;
    border-color: #809A00;
    color: #FFF;
}
.alert-info {
    background-color: #29ABE0;
    border-color: #2571B9;
    color: #FFF;
}
.alert-purple {
    background-color: #93C;
    border-color: #6E2CAF;
    color: #FFF;
}
.alert-warning {
    background-color: #F80;
    border-color: #F05800;
    color: #FFF;
}
.alert-danger {
    background-color: #C00;
    border-color: #BD001F;
    color: #FFF;
}
.alert-success hr {
  border-top-color: #c0ff42;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info hr {
  border-top-color: #29e0a9;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning hr {
  border-top-color: #ffde00;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger hr {
  border-top-color: #ff8000;
}
.alert-danger   .alert-link {
  color: #641514;
}
.alert-purple hr {
  border-top-color: #df87e1;
}
.alert-purple   .alert-link {
  color: #541355;
}

/************************************************************* DARK THEME *************************************************************/

.split-left2 {
    border-right: solid 1px #111;
}

.split-right2 {
    border-left: solid 1px #111;
}

.HR2 {
    border-top: 1px solid #111;
}

.btn-default2 {
    color: #ccc;
    background-color: #000;
    border-color: #333;
    text-shadow: 0 1px 0 #000;
}

.btn-default2:hover, .btn-default2:focus, .btn-default2.focus, .btn-default2.focus {
  color: #ccc;
  text-decoration: none;
}

.btn-default2:active, .btn-default2.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(255, 255, 255, .125);
          box-shadow: inset 0 3px 5px rgba(255, 255, 255, .125);
}

.btn-default2:hover, .btn-default2:focus, .btn-default2.focus, .btn-default2:active, .btn-default2.active, .open > .dropdown-toggle.btn-default2 {
  color: #ccc;
  background-color: #131313;
  border-color: #525252;
}

.btn-default2:active, .btn-default2.active {
  background-color: #262626;
  border-color: #909090;
}

.btn-default2.disabled, .btn-default2[disabled], fieldset[disabled] .btn-default2, .btn-default2.disabled:hover, .btn-default2[disabled]:hover, fieldset[disabled] .btn-default2:hover, .btn-default2.disabled:focus, .btn-default2[disabled]:focus, fieldset[disabled] .btn-default2:focus, .btn-default2.disabled.focus, .btn-default2[disabled].focus, fieldset[disabled] .btn-default2.focus, .btn-default2.disabled:active, .btn-default2[disabled]:active, fieldset[disabled] .btn-default2:active, .btn-default2.disabled.active, .btn-default2[disabled].active, fieldset[disabled] .btn-default2.active {
  background-color: #000;
  border-color: #333;
}

.btn-default2 .badge {
  color: #000;
  background-color: #ccc;
}

.greyedOut2 {
    background-color: #444;
}

.text-success2 {
  color: #080;
}
.text-danger2 {
  color: #A00;
}

