/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Edit by Paulo Regina
 */
 
.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.modal-footer:after {
  clear: both;
}

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate3d(0, -25%, 0);
       -o-transform: translate3d(0, -25%, 0);
          transform: translate3d(0, -25%, 0);
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  margin-top: 80px!important;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .button + .button {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .button-group .button + .button {
  margin-left: -1px;
}
.modal-footer .button-block + .button-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.input-small {
  width: 90px;
}

.regular-text-full {
	width: 100%;	
}

/* Buttons */
.button-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.button-success:hover,
.button-success:focus,
.button-success:active,
.button-success.active,
.open > .dropdown-toggle.button-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.button-success:active,
.button-success.active,
.open > .dropdown-toggle.button-success {
  background-image: none;
}

.button-success.disabled,
.button-success[disabled],
fieldset[disabled] .button-success,
.button-success.disabled:hover,
.button-success[disabled]:hover,
fieldset[disabled] .button-success:hover,
.button-success.disabled:focus,
.button-success[disabled]:focus,
fieldset[disabled] .button-success:focus,
.button-success.disabled:active,
.button-success[disabled]:active,
fieldset[disabled] .button-success:active,
.button-success.disabled.active,
.button-success[disabled].active,
fieldset[disabled] .button-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.button-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.button-info {
  color: #fff!important;
  background-color: #5bc0de!important;
  border-color: #46b8da!important;
}

.button-info:hover,
.button-info:focus,
.button-info:active,
.button-info.active,
.open > .dropdown-toggle.button-info {
  color: #fff!important;
  background-color: #31b0d5!important;
  border-color: #269abc!important;
}

.button-info:active,
.button-info.active,
.open > .dropdown-toggle.button-info {
  background-image: none!important;
}

.button-info.disabled,
.button-info[disabled],
fieldset[disabled] .button-info,
.button-info.disabled:hover,
.button-info[disabled]:hover,
fieldset[disabled] .button-info:hover,
.button-info.disabled:focus,
.button-info[disabled]:focus,
fieldset[disabled] .button-info:focus,
.button-info.disabled:active,
.button-info[disabled]:active,
fieldset[disabled] .button-info:active,
.button-info.disabled.active,
.button-info[disabled].active,
fieldset[disabled] .button-info.active {
  background-color: #5bc0de!important;
  border-color: #46b8da!important;
}

.button-info .badge {
  color: #5bc0de!important;
  background-color: #fff!important;
}

.button-warning {
  color: #fff!important;
  background-color: #f0ad4e!important;
  border-color: #eea236!important;
}

.button-warning:hover,
.button-warning:focus,
.button-warning:active,
.button-warning.active,
.open > .dropdown-toggle.button-warning {
  color: #fff!important;
  background-color: #ec971f!important;
  border-color: #d58512!important;
}

.button-warning:active,
.button-warning.active,
.open > .dropdown-toggle.button-warning {
  background-image: none!important;
}

.button-warning.disabled,
.button-warning[disabled],
fieldset[disabled] .button-warning,
.button-warning.disabled:hover,
.button-warning[disabled]:hover,
fieldset[disabled] .button-warning:hover,
.button-warning.disabled:focus,
.button-warning[disabled]:focus,
fieldset[disabled] .button-warning:focus,
.button-warning.disabled:active,
.button-warning[disabled]:active,
fieldset[disabled] .button-warning:active,
.button-warning.disabled.active,
.button-warning[disabled].active,
fieldset[disabled] .button-warning.active {
  background-color: #f0ad4e!important;
  border-color: #eea236!important;
}

.button-warning .badge {
  color: #f0ad4e!important;
  background-color: #fff!important;
}

.button-danger {
  color: #fff!important;
  background-color: #d9534f!important;
  border-color: #d43f3a!important;
}

.button-danger:hover,
.button-danger:focus,
.button-danger:active,
.button-danger.active,
.open > .dropdown-toggle.button-danger {
  color: #fff!important;
  background-color: #c9302c!important;
  border-color: #ac2925!important;
}

.button-danger:active,
.button-danger.active,
.open > .dropdown-toggle.button-danger {
  background-image: none!important;
}

.button-danger.disabled,
.button-danger[disabled],
fieldset[disabled] .button-danger,
.button-danger.disabled:hover,
.button-danger[disabled]:hover,
fieldset[disabled] .button-danger:hover,
.button-danger.disabled:focus,
.button-danger[disabled]:focus,
fieldset[disabled] .button-danger:focus,
.button-danger.disabled:active,
.button-danger[disabled]:active,
fieldset[disabled] .button-danger:active,
.button-danger.disabled.active,
.button-danger[disabled].active,
fieldset[disabled] .button-danger.active {
  background-color: #d9534f!important;
  border-color: #d43f3a!important;
}

.button-danger .badge {
  color: #d9534f!important;
  background-color: #fff!important;
}