
.label, .badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11px;
  font-weight: 500;
  line-height: 14px;
  color: white;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  /*background-color: #999999; }*/

.label {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px; }

.label:empty, .badge:empty {
  display: none; }

a.label:hover, a.badge:hover {
  color: white;
  text-decoration: none;
  cursor: pointer; }

.label-important, .badge-important {
  background-color: #d13736; }

.label-important[href], .badge-important[href] {
  background-color: #c12d2c; }

.label-warning, .badge-warning {
  background-color: #dba26b; }

.label-warning[href], .badge-warning[href] {
  background-color: #d69556; }

.label-success, .badge-success {
  background-color: #3eb157; }

.label-success[href], .badge-success[href] {
  background-color: #379e4e; }

.label-info, .badge-info {
  background-color: #15295c; }

.label-info[href], .badge-info[href] {
  background-color: #102047; }

.label-inverse, .badge-inverse {
  background-color: #333333; }

.label-inverse[href], .badge-inverse[href] {
  background-color: #262626; }

.btn .label, .btn .badge {
  position: relative;
  top: -1px; }

.btn-mini .label, .btn-mini .badge {
  top: 0; }

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0; }

.table {
  width: 100%;
  margin-bottom: 10px; }
  .table th, .table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #e0e0e0; }
  .table th {
    font-weight: bold;
    padding: 10px 8px;
    background-color: #f8f8f8;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), color-stop(15%, #fcfcfc), to(#ececec));
    background-image: -webkit-linear-gradient(#f2f2f2, #fcfcfc 15%, #ececec);
    background-image: -moz-linear-gradient(top, #f2f2f2, #fcfcfc 15%, #ececec);
    background-image: -o-linear-gradient(#f2f2f2, #fcfcfc 15%, #ececec);
    background-image: linear-gradient(#f2f2f2, #fcfcfc 15%, #ececec);
    background-repeat: no-repeat; }
  .table thead th {
    vertical-align: bottom; }
  .table caption + thead tr:first-child th, .table caption + thead tr:first-child td {
    border-top: 0; }
  .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td {
    border-top: 0; }
  .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
    border-top: 0; }
  .table tbody + tbody {
    border-top: 2px solid #d9d9d9; }
  .table .table {
    background-color: white; }

.table-condensed th, .table-condensed td {
  padding: 4px 5px; }
.table-condensed th {
  padding: 8px 5px; }

.table-bordered {
  border: 1px solid #e0e0e0;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
  .table-bordered th, .table-bordered td {
    border-left: 1px solid #e0e0e0; }
  .table-bordered caption + thead tr:first-child th {
    border-top: 0; }
  .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td {
    border-top: 0; }
  .table-bordered colgroup + thead tr:first-child th {
    border-top: 0; }
  .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td {
    border-top: 0; }
  .table-bordered thead:first-child tr:first-child th {
    border-top: 0; }
  .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
    border-top: 0; }
  .table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child {
    -webkit-border-radius: 2px 0 0 0;
    -moz-border-radius: 2px 0 0 0;
    border-radius: 2px 0 0 0; }
  .table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child {
    -webkit-border-radius: 0 2px 0 0;
    -moz-border-radius: 0 2px 0 0;
    border-radius: 0 2px 0 0; }
  .table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child {
    -webkit-border-radius: 0 0 0 2px;
    -moz-border-radius: 0 0 0 2px;
    border-radius: 0 0 0 2px; }
  .table-bordered thead:last-child tr:last-child > th:last-child, .table-bordered tbody:last-child tr:last-child > td:last-child {
    -webkit-border-radius: 0 0 2px 0;
    -moz-border-radius: 0 0 2px 0;
    border-radius: 0 0 2px 0; }
  .table-bordered tfoot:last-child tr:last-child > td:last-child {
    -webkit-border-radius: 0 0 2px 0;
    -moz-border-radius: 0 0 2px 0;
    border-radius: 0 0 2px 0; }
  .table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0; }
  .table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
    -webkit-border-radius: 0 0 2px 0;
    -moz-border-radius: 0 0 2px 0;
    border-radius: 0 0 2px 0; }
  .table-bordered caption + thead tr:first-child th:first-child, .table-bordered caption + tbody tr:first-child td:first-child {
    -webkit-border-radius: 2px 0 0 0;
    -moz-border-radius: 2px 0 0 0;
    border-radius: 2px 0 0 0; }
  .table-bordered colgroup + thead tr:first-child th:first-child, .table-bordered colgroup + tbody tr:first-child td:first-child {
    -webkit-border-radius: 2px 0 0 0;
    -moz-border-radius: 2px 0 0 0;
    border-radius: 2px 0 0 0; }
  .table-bordered caption + thead tr:first-child th:last-child, .table-bordered caption + tbody tr:first-child td:last-child {
    -webkit-border-radius: 0 2px 0 0;
    -moz-border-radius: 0 2px 0 0;
    border-radius: 0 2px 0 0; }
  .table-bordered colgroup + thead tr:first-child th:last-child, .table-bordered colgroup + tbody tr:first-child td:last-child {
    -webkit-border-radius: 0 2px 0 0;
    -moz-border-radius: 0 2px 0 0;
    border-radius: 0 2px 0 0; }

.table-striped tbody > tr:nth-child(odd) > td {
  background-color: #fafafa; }

.table-hover tbody tr:hover td {
  background-color: whitesmoke; }

table td[class*="span"], table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0; }

.row-fluid table td[class*="span"], .row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0; }

.table td.span1, .table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0; }
.table td.span2, .table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0; }
.table td.span3, .table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0; }
.table td.span4, .table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0; }
.table td.span5, .table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0; }
.table td.span6, .table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0; }
.table td.span7, .table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0; }
.table td.span8, .table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0; }
.table td.span9, .table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0; }
.table td.span10, .table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0; }
.table td.span11, .table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0; }
.table td.span12, .table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0; }
.table tbody tr.success td {
  background-color: #f3fbf5; }
.table tbody tr.error td {
  background-color: #edb3b3; }
.table tbody tr.warning td {
  background-color: #f9efe6; }
.table tbody tr.info td {
  background-color: #3864d2; }

.table-hover tbody tr.success:hover td {
  background-color: #e0f4e5; }
.table-hover tbody tr.error:hover td {
  background-color: #e99e9e; }
.table-hover tbody tr.warning:hover td {
  background-color: #f4e2d2; }
.table-hover tbody tr.info:hover td {
  background-color: #2d57c4; }

form {
  margin: 0 0 20px; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #f2f2f2; }
  legend small {
    font-size: 15px;
    color: #999999; }

label, input, button, select, textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px; }

input, button, select, textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

label {
  display: block;
  margin-bottom: 5px; }

select, textarea {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #525252;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  vertical-align: middle; }

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  display: inline-block;
  height: 30px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #525252;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  vertical-align: middle; }

.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #525252;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  vertical-align: middle; }

input, textarea, .uneditable-input {
  width: 206px; }

textarea {
  height: auto;
  background-color: white;
  border: 1px solid #e6e6e6;
  -webkit-transition: box-shadow linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: box-shadow linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: box-shadow linear 0.2s, box-shadow linear 0.2s;
  -o-transition: box-shadow linear 0.2s, box-shadow linear 0.2s;
  transition: box-shadow linear 0.2s, box-shadow linear 0.2s; }

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  background-color: white;
  border: 1px solid #e6e6e6;
  -webkit-transition: box-shadow linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: box-shadow linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: box-shadow linear 0.2s, box-shadow linear 0.2s;
  -o-transition: box-shadow linear 0.2s, box-shadow linear 0.2s;
  transition: box-shadow linear 0.2s, box-shadow linear 0.2s; }

.uneditable-input {
  background-color: white;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -webkit-transition: box-shadow linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: box-shadow linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: box-shadow linear 0.2s, box-shadow linear 0.2s;
  -o-transition: box-shadow linear 0.2s, box-shadow linear 0.2s;
  transition: box-shadow linear 0.2s, box-shadow linear 0.2s; }

textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 0 8px rgba(82, 168, 236, 0.6); }

input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 0 8px rgba(82, 168, 236, 0.6); }

.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 0 8px rgba(82, 168, 236, 0.6); }

input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal; }
input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
  width: auto; }

select, input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px; }

select {
  width: 220px;
  border: 1px solid #e6e6e6;
  background-color: white; }
  select[multiple], select[size] {
    height: auto; }
  select:focus {
    outline: thin dotted #333333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted #333333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.uneditable-input, .uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #b3b3b3;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.025) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.025) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.025) inset;
  cursor: not-allowed; }

.uneditable-input {
  overflow: hidden;
  white-space: nowrap; }

.uneditable-textarea {
  width: auto;
  height: auto; }

input:-moz-placeholder, textarea:-moz-placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999999; }

.radio, .checkbox {
  min-height: 20px;
  padding-left: 20px; }

.radio input[type="radio"], .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

.controls > .radio:first-child, .controls > .checkbox:first-child {
  padding-top: 5px; }

.radio.inline, .checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle; }

.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
  margin-left: 10px; }

.input-mini {
  width: 60px; }

.input-small {
  width: 90px; }

.input-medium {
  width: 150px; }

.input-large {
  width: 210px; }

.input-xlarge {
  width: 270px; }

.input-xxlarge {
  width: 530px; }

input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0; }

.row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0; }

.input-append input[class*="span"], .input-append .uneditable-input[class*="span"] {
  display: inline-block; }

.input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"] {
  display: inline-block; }

.row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] {
  display: inline-block; }

input, textarea, .uneditable-input {
  margin-left: 0; }

.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px; }

select.span12, input.span12, textarea.span12, .uneditable-input.span12 {
  width: 100%; }

select.span11, input.span11, textarea.span11, .uneditable-input.span11 {
  width: 91%; }

select.span10, input.span10, textarea.span10, .uneditable-input.span10 {
  width: 83%; }

select.span9, input.span9, textarea.span9, .uneditable-input.span9 {
  width: 75%; }

select.span8, input.span8, textarea.span8, .uneditable-input.span8 {
  width: 66%; }

select.span7, input.span7, textarea.span7, .uneditable-input.span7 {
  width: 58%; }

select.span6, input.span6, textarea.span6, .uneditable-input.span6 {
  width: 49%; }

select.span5, input.span5, textarea.span5, .uneditable-input.span5 {
  width: 41%; }

select.span4, input.span4, textarea.span4, .uneditable-input.span4 {
  width: 33%; }

select.span3, input.span3, textarea.span3, .uneditable-input.span3 {
  width: 25%; }

select.span2, input.span2, textarea.span2, .uneditable-input.span2 {
  width: 16%; }

select.span1, input.span1, textarea.span1, .uneditable-input.span1 {
  width: 8%; }

.controls-row {
  *zoom: 1; }
  .controls-row:before {
    display: table;
    content: "";
    line-height: 0; }
  .controls-row:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both; }
  .controls-row [class*="span"] {
    float: left; }

.row-fluid .controls-row [class*="span"] {
  float: left; }

.controls-row .checkbox[class*="span"], .controls-row .radio[class*="span"] {
  padding-top: 5px; }

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee; }

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] {
  background-color: transparent; }

.control-group.warning .control-label, .control-group.warning .help-block, .control-group.warning .help-inline, .control-group.warning .checkbox, .control-group.warning .radio, .control-group.warning input, .control-group.warning select, .control-group.warning textarea {
  color: #dba26b; }
.control-group.warning input, .control-group.warning select, .control-group.warning textarea {
  border-color: #dba26b; }
.control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
  border-color: #d18842;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 0 6px #e5bc94;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 0 6px #e5bc94;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 0 6px #e5bc94; }
.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {
  color: #dba26b;
  background-color: #efd6bd;
  border-color: #dba26b; }
.control-group.error .control-label, .control-group.error .help-block, .control-group.error .help-inline, .control-group.error .checkbox, .control-group.error .radio, .control-group.error input, .control-group.error select, .control-group.error textarea {
  color: #d13736; }
.control-group.error input, .control-group.error select, .control-group.error textarea {
  border-color: #d13736; }
.control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
  border-color: #ad2827;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 0 6px #da6060;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 0 6px #da6060;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 0 6px #da6060; }
.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
  color: #d13736;
  background-color: #e48a89;
  border-color: #d13736; }
.control-group.success .control-label, .control-group.success .help-block, .control-group.success .help-inline, .control-group.success .checkbox, .control-group.success .radio, .control-group.success input, .control-group.success select, .control-group.success textarea {
  color: #3eb157; }
.control-group.success input, .control-group.success select, .control-group.success textarea {
  border-color: #3eb157; }
.control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
  border-color: #318b44;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 0 6px #5cc673;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 0 6px #5cc673;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 0 6px #5cc673; }
.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
  color: #3eb157;
  background-color: #82d394;
  border-color: #3eb157; }
.control-group.info .control-label, .control-group.info .help-block, .control-group.info .help-inline, .control-group.info .checkbox, .control-group.info .radio, .control-group.info input, .control-group.info select, .control-group.info textarea {
  color: #15295c; }
.control-group.info input, .control-group.info select, .control-group.info textarea {
  border-color: #15295c; }
.control-group.info input:focus, .control-group.info select:focus, .control-group.info textarea:focus {
  border-color: #0c1632;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 0 6px #1e3c86;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 0 6px #1e3c86;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 0 6px #1e3c86; }
.control-group.info .input-prepend .add-on, .control-group.info .input-append .add-on {
  color: #15295c;
  background-color: #284eaf;
  border-color: #15295c; }

input:focus:invalid, textarea:focus:invalid, select:focus:invalid {
  color: #da6060;
  border-color: #e48a89; }

input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
  border-color: #d33f3e;
  -moz-box-shadow: 0 0 6px #e48a89;
  /* FF3.5+ */
  -webkit-box-shadow: 0 0 6px #e48a89;
  /* Saf3.0+, Chrome */
  box-shadow: 0 0 6px #e48a89;
  /* Opera 10.5, IE9 */ }

.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f4f4f4;
  border-top: 1px solid #f7f7f7;
  *zoom: 1; }
  .form-actions:before {
    display: table;
    content: "";
    line-height: 0; }
  .form-actions:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both; }

.help-block, .help-inline {
  color: #d9d9d9; }

.help-block {
  display: block;
  margin-bottom: 10px; }

.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px; }

.input-append, .input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap; }

.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input, .input-append .dropdown-menu, .input-prepend .dropdown-menu {
  font-size: 14px; }

.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0; }

.input-append input:focus, .input-prepend input:focus, .input-append select:focus, .input-prepend select:focus, .input-append .uneditable-input:focus, .input-prepend .uneditable-input:focus {
  z-index: 2; }

.input-append .add-on, .input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 white;
  background-color: #eeeeee;
  border: 1px solid #e6e6e6; }

.input-append .add-on, .input-prepend .add-on, .input-append .btn, .input-prepend .btn, .input-append .btn-group > .dropdown-toggle, .input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.input-append .active {
  background-color: #a8e0b4;
  border-color: lihjten(#3eb157, 5%); }

.input-prepend .active {
  background-color: #a8e0b4;
  border-color: lihjten(#3eb157, 5%); }
.input-prepend .add-on, .input-prepend .btn {
  margin-right: -1px; }
.input-prepend .add-on:first-child, .input-prepend .btn:first-child {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px; }

.input-append input, .input-append select, .input-append .uneditable-input {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px; }
.input-append input + .btn-group .btn:last-child, .input-append select + .btn-group .btn:last-child, .input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0; }
.input-append .add-on, .input-append .btn, .input-append .btn-group {
  margin-left: -1px; }
.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0; }

.input-prepend.input-append input, .input-prepend.input-append select, .input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }
.input-prepend.input-append input + .btn-group .btn, .input-prepend.input-append select + .btn-group .btn, .input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0; }
.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px; }
.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0; }
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0; }

input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesnt have border-radius, so dont indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }

/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query, .form-search .input-prepend .search-query {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px; }
.form-search .input-append .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px; }
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0; }
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px; }
.form-search input {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle; }

.form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input, .form-search .input-prepend, .form-inline .input-prepend, .form-horizontal .input-prepend, .form-search .input-append, .form-inline .input-append, .form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle; }

.form-search .hide, .form-inline .hide, .form-horizontal .hide {
  display: none; }

.form-search label, .form-inline label, .form-search .btn-group, .form-inline .btn-group {
  display: inline-block; }

.form-search .input-append, .form-inline .input-append, .form-search .input-prepend, .form-inline .input-prepend {
  margin-bottom: 0; }

.form-search .radio, .form-search .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle; }

.form-inline .radio, .form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle; }

.form-search .radio input[type="radio"], .form-search .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0; }

.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0; }

.control-group {
  margin-bottom: 10px; }

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate; }

.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1; }
  .form-horizontal .control-group:before {
    display: table;
    content: "";
    line-height: 0; }
  .form-horizontal .control-group:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both; }
/*.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right; }*/
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0; }
  .form-horizontal .controls:first-child {
    *padding-left: 180px; }
.form-horizontal .help-block {
  margin-bottom: 0; }
.form-horizontal input + .help-block, .form-horizontal select + .help-block, .form-horizontal textarea + .help-block, .form-horizontal .uneditable-input + .help-block, .form-horizontal .input-prepend + .help-block, .form-horizontal .input-append + .help-block {
  margin-top: 10px; }
.form-horizontal .form-actions {
  padding-left: 180px; }

.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #e6e6e6;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#e6e6e6));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, white, #e6e6e6);
  /* IE10 */
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, white, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #f0f0f0 #f0f0f0 #e6e6e6;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border: 1px solid #f0f0f0;
  *border: 0;
  border-bottom-color: #e6e6e6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2) 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2) 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2) 0 1px 2px rgba(0, 0, 0, 0.05); }
  .btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    color: #333333;
    background-color: #ededed;
    *background-color: #e8e8e8; }
  .btn:active, .btn.active {
    background-color: #cccccc \9; }
  .btn:first-child {
    *margin-left: 0; }
  .btn:hover {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -ms-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear; }
  .btn:focus {
    outline: thin dotted #333333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15) 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15) 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15) 0 1px 2px rgba(0, 0, 0, 0.05); }
  .btn.disabled, .btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    -moz-box-shadow: 0 0 0 white;
    /* FF3.5+ */
    -webkit-box-shadow: 0 0 0 white;
    /* Saf3.0+, Chrome */
    box-shadow: 0 0 0 white;
    /* Opera 10.5, IE9 */ }

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .btn-large [class^="icon-"], .btn-large [class*=" icon-"] {
    margin-top: 4px; }

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
  .btn-small [class^="icon-"], .btn-small [class*=" icon-"] {
    margin-top: 0; }

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
  .btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] {
    margin-top: -1px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .btn-block + .btn-block {
    margin-top: 5px; }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%; }

.btn-primary.active, .btn-warning.active, .btn-warning2.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
  color: rgba(255, 255, 255, 0.75); }

.btn {
  border-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25); }

.btn-primary {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: black;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(black));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, black, black);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, black, black);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, black, black);
  /* IE10 */
  background-image: -o-linear-gradient(top, black, black);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, black, black);
  background-repeat: repeat-x;
  border-color: black black black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }
  .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: white;
    background-color: black;
    *background-color: black; }
  .btn-primary:active, .btn-primary.active {
    background-color: black \9; }

.btn-warning {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #d18842;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dba26b), to(#d18842));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #dba26b, #d18842);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #dba26b, #d18842);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #dba26b, #d18842);
  /* IE10 */
  background-image: -o-linear-gradient(top, #dba26b, #d18842);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #dba26b, #d18842);
  border-color: #dba26b #dba26b #d18842;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }
  .btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    color: white;
    background-color: #d18842;
    *background-color: #d18842; }
  .btn-warning:active, .btn-warning.active {
    background-color: #dba26b \9; }

.btn-warning2 {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ef3f15;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f26645), to(#ef3f15));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #f26645, #ef3f15);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #f26645, #ef3f15);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #f26645, #ef3f15);
  /* IE10 */
  background-image: -o-linear-gradient(top, #f26645, #ef3f15);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #f26645, #ef3f15);
  border-color: #f26645 #f26645 #ef3f15;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }
  .btn-warning2:hover, .btn-warning2:active, .btn-warning2.active, .btn-warning2.disabled, .btn-warning2[disabled] {
    color: white;
    background-color: #ef3f15;
    *background-color: #ef3f15; }
  .btn-warning2:active, .btn-warning2.active {
    background-color: #f26645 \9; }

.btn-danger {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ad2827;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d13736), to(#ad2827));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #d13736, #ad2827);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #d13736, #ad2827);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #d13736, #ad2827);
  /* IE10 */
  background-image: -o-linear-gradient(top, #d13736, #ad2827);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #d13736, #ad2827);
  border-color: #d13736 #d13736 #ad2827;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }
  .btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    color: white;
    background-color: #ad2827;
    *background-color: #ad2827; }
  .btn-danger:active, .btn-danger.active {
    background-color: #d13736 \9; }

.btn-success {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #318b44;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3eb157), to(#318b44));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #3eb157, #318b44);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #3eb157, #318b44);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #3eb157, #318b44);
  /* IE10 */
  background-image: -o-linear-gradient(top, #3eb157, #318b44);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #3eb157, #318b44);
  border-color: #3eb157 #3eb157 #318b44;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }
  .btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    color: white;
    background-color: #318b44;
    *background-color: #318b44; }
  .btn-success:active, .btn-success.active {
    background-color: #3eb157 \9; }

.btn-info {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0c1632;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#15295c), to(#0c1632));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #15295c, #0c1632);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #15295c, #0c1632);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #15295c, #0c1632);
  /* IE10 */
  background-image: -o-linear-gradient(top, #15295c, #0c1632);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #15295c, #0c1632);
  border-color: #15295c #15295c #0c1632;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }
  .btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    color: white;
    background-color: #0c1632;
    *background-color: #0c1632; }
  .btn-info:active, .btn-info.active {
    background-color: #15295c \9; }

.btn-inverse {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #4d4d4d;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#404040), to(#4d4d4d));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #404040, #4d4d4d);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #404040, #4d4d4d);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #404040, #4d4d4d);
  /* IE10 */
  background-image: -o-linear-gradient(top, #404040, #4d4d4d);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #404040, #4d4d4d);
  border-color: #4d4d4d #4d4d4d black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }
  .btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    color: white;
    background-color: #4d4d4d;
    *background-color: #4d4d4d; }
  .btn-inverse:active, .btn-inverse.active {
    background-color: black \9; }

button.btn, input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px; }

button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0; }

button.btn.btn-large, input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px; }

button.btn.btn-small, input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px; }

button.btn.btn-mini, input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px; }

.btn-link {
  background-color: transparent;
  background-image: none;
  -moz-box-shadow: 0 0 0 white;
  /* FF3.5+ */
  -webkit-box-shadow: 0 0 0 white;
  /* Saf3.0+, Chrome */
  box-shadow: 0 0 0 white;
  /* Opera 10.5, IE9 */
  border-color: transparent;
  cursor: pointer;
  color: black;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }
  .btn-link:active, .btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -moz-box-shadow: 0 0 0 white;
    /* FF3.5+ */
    -webkit-box-shadow: 0 0 0 white;
    /* Saf3.0+, Chrome */
    box-shadow: 0 0 0 white;
    /* Opera 10.5, IE9 */ }
  .btn-link:hover {
    color: black;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover {
    color: #333333;
    text-decoration: none; }

[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px; }



.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em; }
  .btn-group:first-child {
    *margin-left: 0; }
  .btn-group + .btn-group {
    margin-left: 5px; }

.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px; }
  .btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group {
    margin-left: 5px; }

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  line-height: 18px;
  font-size: 12px; }
  .btn-group > .btn + .btn {
    margin-left: -1px; }
.btn-group > .dropdown-menu, .btn-group > .popover {
  font-size: 12px; }
.btn-group > .btn-mini {
  font-size: 10.5px; }
.btn-group > .btn-small {
  font-size: 11.9px; }
.btn-group > .btn-large {
  font-size: 17.5px; }
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px; }
.btn-group > .btn:last-child {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0; }
.btn-group > .dropdown-toggle {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0; }
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }
.btn-group > .btn.large:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }
.btn-group > .large.dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active {
  z-index: 2; }
.btn-group .dropdown-toggle:active {
  outline: 0; }
.btn-group.open .dropdown-toggle {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15) 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15) 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15) 0 1px 2px rgba(0, 0, 0, 0.05); }
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6; }
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: black; }
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #d18842; }
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #ad2827; }
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #318b44; }
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #0c1632; }
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #212121; }
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2) 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2) 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2) 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px; }
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px; }
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px; }
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px; }

.btn .caret {
  margin-top: 8px;
  margin-left: 0; }

.btn-mini .caret, .btn-small .caret {
  margin-top: 6px; }

.btn-large .caret {
  margin-top: 6px;
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px; }

.dropup .btn-large .caret {
  border-bottom-width: 5px; }

.btn-primary .caret, .btn-warning .caret, .btn-warning2 .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret, .btn-inverse .caret {
  border-top-color: white;
  border-bottom-color: white; }

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1; }
  .btn-group-vertical > .btn {
    display: block;
    float: none;
    max-width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px; }
    .btn-group-vertical > .btn + .btn {
      margin-left: 0;
      margin-top: -1px; }
    .btn-group-vertical > .btn:first-child {
      -webkit-border-radius: 4px 4px 0 0;
      -moz-border-radius: 4px 4px 0 0;
      border-radius: 4px 4px 0 0; }
    .btn-group-vertical > .btn:last-child {
      -webkit-border-radius: 0 0 4px 4px;
      -moz-border-radius: 0 0 4px 4px;
      border-radius: 0 0 4px 4px; }
  .btn-group-vertical > .btn-large:first-child {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0; }
  .btn-group-vertical > .btn-large:last-child {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px; }



.editbtn { cursor: pointer;z-index: 10000; opacity: 0.8;
    background: #ef4c14; display: inline-block; width: 32px;height: 32px;text-align: center; border: 6px solid #ef4c14;}
.editbtn * {opacity: 1;color: #fff;}

.blocksettingspanell {position: absolute; top:20px; right: 20px;}
.blockdelpanell {position: absolute; top:20px; right: 60px;}
.blockvispanell {position: absolute; top:20px; right: 100px;}

.blockuppanell {position: absolute; top:20px; left: 20px;}
.blockdownpanell {position: absolute; top:60px; left: 20px;}

.bgeditpanell {position: absolute; top:60px; right: 44px; }
.conteditpanell {position: absolute; top:60px; right: 4px; }


.blockpluswrap{position: relative; margin: 3px; border: 1px dotted  #ef4c14;}
.blockplus { top:60px; right: 5px; cursor: pointer;z-index: 10000;margin: 5px auto;
    background: #ef4c14; display: block; width: 32px;height: 32px;text-align: center; border: 6px solid #ef4c14;}

.modal {z-index: 20000;}
.alert{    color: #ffffff;}

.editblockstyle {border: 1px dotted #999;}
.imgpreviewitem { width: 146px; padding: 2px; border: 1px solid #999999; display: inline-block; margin: 2px; cursor: pointer;}
.imgpreviewitem img { width: 140px;  }
.galpreviewlist { width: 480px; height: 400px; overflow-y: auto; }

.imageselect { border: 1px dotted  #ef4c14; position: relative;}
.imageselect i {display:block; position: absolute; left: 10px; top: 10px; color: #ef4c14;}
.modalbtnblock {padding-top: 6px;}

.pageitem {padding-bottom: 4px; margin-bottom: 4px; border-bottom: 1px solid #eaeaea;}
.pageitem .btn-block {display: inline; padding-right: 4px;}

.pageitem .btn-block span {cursor: pointer;}
.pageitemsub {margin-left: 40px;border-top: 1px solid #eaeaea;padding-top: 4px;}
.pageitemsub .btn-block {display: inline; padding-right: 4px;}

.listelement:nth-child(odd) {background: #eaeaea;}
.error {margin-top: 7px;}
.error li {margin-left: 17px;}
.navbar a.invisibleitem {text-decoration: line-through;text-decoration-color: red; }


#sitefilemanager .tab-pane {min-height: 300px; border: 1px solid; border-color: #fff #dee2e6 #dee2e6; padding: 10px;}
#sitefilemanager .file-plate {
      display: inline-block;
      border: 1px solid #eaeaea;
      margin: 3px;
      padding: 25px 5px 5px;
      width: 120px; 
      height: 150px;
      overflow: hidden;
      position: relative;

    }

#sitefilemanager .file-plate .buttonlist{
  /*border: 1px solid green;*/
  position: absolute; 
  top: 2px;
  left: 0px;
  text-align: center;
  height: 22px;
  width: 100%;
}

#sitefilemanager .file-plate .buttonlist span{
display: inline-block;
padding: 0px 5px;
cursor: pointer;
}

#sitefilemanager .file-plate .buttonlist span:hover{
  color: #ef4c14;
}


#sitefilemanager .file-plate .filename{
  text-align: center;
  padding-top: 3px;
}

.dragover { 

  border: 2px dotted red; 

}
#sitefilemanager .file-plate .file-icon{
      display: block;
      font-size: 80px;
      text-align: center;
  
}

.linkcopy {
  display: inline-block;
  border: 1px solid #eaeaea; 
  padding: 4px;
}

.modal-body li {margin-left: 10px;}

.file_upload_top {
  margin: 4px;
  padding: 5px;
  border: 1px dashed #bababa;

}

#uploadbtn {
  display: inline-block;;
}

#uploadbtn:hover {
     background: #7aad55;
}
#uploadbtn input[type="file"]{
    display: none; /* РћР±СЏР·Р°С‚РµР»СЊРЅРѕ СЃРєСЂС‹РІР°РµРј РЅР°СЃС‚РѕСЏС‰РёР№ Input File */
}
#uploadbtn label {
     /* Р Р°СЃС‚СЏРіРёРІР°РµРј label РЅР° РІСЃСЋ РІРѕР·РјРѕР¶РЅСѓСЋ РїР»РѕС‰Р°РґСЊ Р±Р»РѕРєР° #uploadbtn */
     display: inline;
     /*width: 100%;*/
     /*height: 100%;*/
     cursor: pointer;
}

.fieldeditoritem {height: 28px; display: inline;padding:0px;margin: 0px;}
.fieldbuttons { padding-right: 6px;}
.fieldbuttons span { padding-right: 4px; cursor: pointer;}
.fieldtypename {}
.fieldtypename label { display: inline-block; padding-right: 10px;width: 170px;}

.fieldtitle {position: relative;}
.fieldtitle input{position: absolute;top: -2px; width: 170px;}




  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%; }
  .row-fluid .span11 {
    width: 91.48936170212765%;
    *width: 91.43617021276594%; }
  .row-fluid .span10 {
    width: 82.97872340425532%;
    *width: 82.92553191489361%; }
  .row-fluid .span9 {
    width: 74.46808510638297%;
    *width: 74.41489361702126%; }
  .row-fluid .span8 {
    width: 65.95744680851064%;
    *width: 65.90425531914893%; }
  .row-fluid .span7 {
    width: 57.44680851063829%;
    *width: 57.39361702127659%; }
  .row-fluid .span6 {
    width: 48.93617021276595%;
    *width: 48.88297872340425%; }
  .row-fluid .span5 {
    width: 40.42553191489362%;
    *width: 40.37234042553192%; }
  .row-fluid .span4 {
    width: 31.914893617021278%;
    *width: 31.861702127659576%; }
  .row-fluid .span3 {
    width: 23.404255319148934%;
    *width: 23.351063829787233%; }
  .row-fluid .span2 {
    width: 14.893617021276595%;
    *width: 14.840425531914894%; }
  .row-fluid .span1 {
    width: 6.382978723404255%;
    *width: 6.329787234042553%; }



.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td,#dt_example .dataTable th
 {  padding: 4px 5px; }


