/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 * require_tree .










 */



.select2-container{ float: left; }
.select2-container .select2-selection--multiple {
	min-height: 70px;
}
.help-inline.error { color: #b94a48; }

/* #content-header{ min-height: 600px; } */

.middle-cell { vertical-align: middle !important; }
.center-cell { text-align: center !important; }
.right-cell { text-align: right !important; }
.left-cell { text-align: left !important; }

.no-margin-left { margin-left: 0px !important; }
.info-title {min-width: 150px;display: inline-block;}
#content-header h3 {margin-left: 20px;position: relative;float:none;}

.hasDatepicker {
  background: url("/assets/calendar.png") no-repeat scroll 0 0;
  background-color: white;
  background-position: 98%;
  background-size: auto 50%;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #bd362f;
}

input:focus + .slider {
  box-shadow: 0 0 1px #bd362f;
}

input:checked + .slider:before {
  -webkit-transform: translateX(56px);
  -ms-transform: translateX(56px);
  transform: translateX(56px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.radio-inline-title { width: 100px;display: inline-block; }
.radio-inline-option { display: inline-block;width: 60px; }
