/*
 * 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, 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.
 *
 */
@import url(https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,700);
/* line 1, app/assets/stylesheets/users/login.scss */
.login-wrapper {
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/assets/background-login-35009d4659a7b5e14f225ca51553619cb8243d175205c098ebf1d7f47d2baac6.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* line 11, app/assets/stylesheets/users/login.scss */
.login-wrapper .error {
  position: absolute;
  top: 16%;
  left: 0;
  right: 0;
  background: none;
  border-color: #ffffff00;
  z-index: 9;
}

/* line 20, app/assets/stylesheets/users/login.scss */
.login-wrapper .error span {
  margin: 0;
  padding: 12px 24px;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  border-radius: 5px;
}

/* line 29, app/assets/stylesheets/users/login.scss */
.login-wrapper .login-box {
  background-color: #fff;
  width: 468px;
  height: 500px;
  border-radius: 12px;
}

/* line 35, app/assets/stylesheets/users/login.scss */
.login-wrapper .login-box .login-title {
  color: #1B4898;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  line-height: 1;
  padding: 60px 0;
}

/* line 44, app/assets/stylesheets/users/login.scss */
.login-wrapper .login-box .form-group {
  margin-bottom: 0;
}

/* line 49, app/assets/stylesheets/users/login.scss */
.login-wrapper .login-box .form-input input {
  border-color: #00000029 !important;
  width: 380px;
  height: 48px;
  border-radius: 8px;
  font-size: 16px;
  padding: 0 20px;
  margin-bottom: 27px;
}

/* line 58, app/assets/stylesheets/users/login.scss */
.login-wrapper .login-box .form-input input:focus {
  box-shadow: none;
}

/* line 62, app/assets/stylesheets/users/login.scss */
.login-wrapper .login-box .form-input input:-webkit-autofill, .login-wrapper .login-box .form-input input:-webkit-autofill:hover, .login-wrapper .login-box .form-input input:-webkit-autofill:focus, .login-wrapper .login-box .form-input input:-webkit-autofill:active {
  -webkit-text-fill-color: #000000AD !important;
  font-size: 16px !important;
}

/* line 71, app/assets/stylesheets/users/login.scss */
.login-wrapper .login-box .form-input input[type=password] {
  margin-bottom: 10px;
}

/* line 76, app/assets/stylesheets/users/login.scss */
.login-wrapper .login-box .btn-form {
  padding: 60px 0;
}

/* line 78, app/assets/stylesheets/users/login.scss */
.login-wrapper .login-box .btn-form .btn-submit {
  width: 158px;
  border-radius: 8px;
  height: 48px;
  background: #213CC7;
  color: #FFFFFFE6;
  font-size: 16px;
}

/* line 86, app/assets/stylesheets/users/login.scss */
.login-wrapper .login-box .btn-form .btn-submit:focus {
  box-shadow: none;
  border: none;
}

/* line 94, app/assets/stylesheets/users/login.scss */
.login-wrapper .login-box .form-check {
  margin: 0 44px;
  padding: 0;
  font-size: 16px;
  color: #000000AD;
  align-items: center;
}

/* line 102, app/assets/stylesheets/users/login.scss */
.login-wrapper .login-box label.form-check-label {
  padding-left: 20px;
}

/* line 106, app/assets/stylesheets/users/login.scss */
.login-wrapper .login-box input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin: 0;
  padding-left: 10px;
}

/* line 1, app/assets/stylesheets/construction.scss */
body.overlay {
  overflow: hidden;
}

/* line 4, app/assets/stylesheets/construction.scss */
::-webkit-scrollbar {
  height: 10px;
  width: 12px;
}

/* line 9, app/assets/stylesheets/construction.scss */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* line 13, app/assets/stylesheets/construction.scss */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* line 17, app/assets/stylesheets/construction.scss */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* line 21, app/assets/stylesheets/construction.scss */
.entries {
  color: #86A3B8;
  font-size: 16px;
}

/* line 26, app/assets/stylesheets/construction.scss */
.clone-item {
  position: fixed;
  pointer-events: none;
  visibility: hidden;
}

/* line 31, app/assets/stylesheets/construction.scss */
.clone-item thead {
  visibility: visible;
  pointer-events: auto;
}

/* line 37, app/assets/stylesheets/construction.scss */
.controls-box.clone-item {
  pointer-events: auto;
}

/* line 41, app/assets/stylesheets/construction.scss */
.construction-dtable td.working-load-item {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 46, app/assets/stylesheets/construction.scss */
#pagination ul {
  display: flex;
  list-style: none;
  align-items: center;
  margin: 0;
}

/* line 51, app/assets/stylesheets/construction.scss */
#pagination ul li {
  padding: 0 5px;
}

/* line 53, app/assets/stylesheets/construction.scss */
#pagination ul li a {
  color: #86A3B8;
  font-size: 16px;
}

/* line 59, app/assets/stylesheets/construction.scss */
#pagination ul li.active a {
  color: #000;
}

/* line 65, app/assets/stylesheets/construction.scss */
#pagination .paginationjs {
  display: flex;
  align-items: center;
}

/* line 70, app/assets/stylesheets/construction.scss */
#pagination .paginationjs .paginationjs-go-input input {
  width: 50px;
  padding: 4px 6px;
  border: 1px solid #00000029;
  color: #000000AD;
  border-radius: 4px;
  outline: none;
  font-size: 16px;
}

/* line 82, app/assets/stylesheets/construction.scss */
#pagination .paginationjs .paginationjs-go-button input {
  padding: 5px 4px;
  width: 50px;
  font-size: 16px;
  outline: none;
  background: #2674FF;
  border: none;
  color: #fff;
  border-radius: 4px;
  margin: 0 44px 0 4px;
}

/* line 96, app/assets/stylesheets/construction.scss */
.filters-group.full-width {
  padding-bottom: 0;
  min-height: 0;
}

/* line 100, app/assets/stylesheets/construction.scss */
.full-width {
  max-width: 100% !important;
}

/* line 104, app/assets/stylesheets/construction.scss */
.full-flex {
  max-width: calc(92% - 6px) !important;
  width: calc(92% - 6px) !important;
}

/* line 109, app/assets/stylesheets/construction.scss */
.reduce-width {
  max-width: calc(83% - 2px) !important;
}

/* line 123, app/assets/stylesheets/construction.scss */
.clone-item.reduce-width {
  width: calc(78% - 3px) !important;
}

/* line 127, app/assets/stylesheets/construction.scss */
.clone-item.full-flex {
  width: calc(78% - 3px) !important;
}

/* line 131, app/assets/stylesheets/construction.scss */
.clone-item.fixheader {
  width: calc(16% + 2px) !important;
  left: unset !important;
  right: 24px !important;
}

/* line 140, app/assets/stylesheets/construction.scss */
.clone-item th.border-first-day:first-child::before {
  border-left: 1px;
}

/* line 145, app/assets/stylesheets/construction.scss */
.clone-item th.border-first-day::before {
  left: -1px;
}

/* line 155, app/assets/stylesheets/construction.scss */
#btn-load-more {
  width: 40px;
  height: 32px;
  border: 1px solid #B5C2D5;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: center;
}

/* line 164, app/assets/stylesheets/construction.scss */
#btn-load-more .collapse-icon {
  display: none;
}

/* line 170, app/assets/stylesheets/construction.scss */
#formDataConstruction .filters-form {
  max-width: 100% !important;
  justify-content: flex-start;
}

/* line 173, app/assets/stylesheets/construction.scss */
#formDataConstruction .filters-form .group-input {
  flex-basis: 87%;
}

/* line 175, app/assets/stylesheets/construction.scss */
#formDataConstruction .filters-form .group-input .input-search {
  width: 380px;
  margin-left: 130px;
  margin-bottom: 20px;
  position: relative;
}

/* line 181, app/assets/stylesheets/construction.scss */
#formDataConstruction .filters-form .group-input .input-search input, #formDataConstruction .filters-form .group-input .input-search select {
  height: 44px;
  margin: 0px 0px 10px 0px;
  font-size: 14px;
  border: 1px solid #B5C2D5;
}

/* line 187, app/assets/stylesheets/construction.scss */
#formDataConstruction .filters-form .group-input .input-search input:focus, #formDataConstruction .filters-form .group-input .input-search select:focus {
  outline: none;
  box-shadow: none;
}

/* line 194, app/assets/stylesheets/construction.scss */
#formDataConstruction .filters-form .group-input .input-search.label-animate label {
  top: -14px !important;
  left: 5px !important;
  color: #212529 !important;
}

/* line 200, app/assets/stylesheets/construction.scss */
#formDataConstruction .filters-form .group-input .input-search:first-child,
#formDataConstruction .filters-form .group-input .input-search:nth-child(4),
#formDataConstruction .filters-form .group-input .input-search:nth-child(7) {
  margin-left: 0;
}

/* line 206, app/assets/stylesheets/construction.scss */
#formDataConstruction .filters-form .group-input .block-code {
  width: 380px;
  display: flex;
}

/* line 210, app/assets/stylesheets/construction.scss */
#formDataConstruction .filters-form .group-input .block-code .input-search {
  flex-basis: 47%;
  margin-left: 0;
}

/* line 214, app/assets/stylesheets/construction.scss */
#formDataConstruction .filters-form .group-input .block-code .input-search:first-child {
  margin-right: 22px;
}

/* line 220, app/assets/stylesheets/construction.scss */
#formDataConstruction .filters-form .group-input .block-datepicker {
  margin-left: 130px;
  width: 380px;
  display: flex;
}

/* line 225, app/assets/stylesheets/construction.scss */
#formDataConstruction .filters-form .group-input .block-datepicker .input-search {
  flex-basis: 47%;
  margin-left: 0;
}

/* line 229, app/assets/stylesheets/construction.scss */
#formDataConstruction .filters-form .group-input .block-datepicker .input-search:first-child {
  margin-right: 22px;
}

/* line 235, app/assets/stylesheets/construction.scss */
#formDataConstruction .filters-form .group-input .construction-calendar-ico {
  position: absolute;
  top: 10px;
  right: 6px;
}

/* line 241, app/assets/stylesheets/construction.scss */
#formDataConstruction .filters-form .btn-submit {
  flex-basis: 10%;
}

/* line 248, app/assets/stylesheets/construction.scss */
.fix-form-search .filters-form .group-input {
  flex-basis: 100% !important;
}

/* line 250, app/assets/stylesheets/construction.scss */
.fix-form-search .filters-form .group-input .input-search:first-child,
.fix-form-search .filters-form .group-input .input-search:nth-child(4),
.fix-form-search .filters-form .group-input .input-search:nth-child(7) {
  margin-left: 0 !important;
}

/* line 258, app/assets/stylesheets/construction.scss */
.btn-export {
  width: 87px;
  height: 32px;
  background: #2674FF;
  border-radius: 4px;
  color: #fff !important;
  text-align: center;
  line-height: 32px;
  margin-left: 24px;
}

/* line 269, app/assets/stylesheets/construction.scss */
.search-btn {
  margin-left: 24px;
}

/* line 275, app/assets/stylesheets/construction.scss */
#construction_tab .filter-month .col-md-2:first-child {
  padding: 0;
}

/* line 279, app/assets/stylesheets/construction.scss */
#construction_tab .filter-month .input-search-month input {
  width: 87px;
  height: 32px;
}

/* line 288, app/assets/stylesheets/construction.scss */
.construction-list .editable-container.editable-inline {
  height: 39px;
  display: flex !important;
  align-items: center;
}

/* line 293, app/assets/stylesheets/construction.scss */
.construction-list .editable-container.editable-inline .editable-buttons {
  margin-top: 2px;
}

/* line 297, app/assets/stylesheets/construction.scss */
.construction-list .editable-container.editable-inline .input-append {
  display: flex;
  position: relative;
}

/* line 301, app/assets/stylesheets/construction.scss */
.construction-list .editable-container.editable-inline .input-append input {
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

/* line 313, app/assets/stylesheets/construction.scss */
.construction-list .editable-container.editable-inline .input-append input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #007bff40;
}

/* line 322, app/assets/stylesheets/construction.scss */
.construction-list .editable-container.editable-inline .input-append .add-on {
  position: absolute;
  right: 4px;
  top: 1px;
}

/* line 327, app/assets/stylesheets/construction.scss */
.construction-list .editable-container.editable-inline .input-append .add-on::after {
  font-family: "FontAwesome";
  content: "\f073";
  padding-left: 4px;
  font-weight: 900;
  cursor: pointer;
}

/* line 335, app/assets/stylesheets/construction.scss */
.construction-list .editable-container.editable-inline .input-append .add-on .icon-th {
  display: none;
}

/* line 342, app/assets/stylesheets/construction.scss */
.construction-list .construction-dtable tr td {
  padding: 0 5px;
}

/* line 348, app/assets/stylesheets/construction.scss */
.construction-list thead tr th {
  width: 90px !important;
}

/* line 354, app/assets/stylesheets/construction.scss */
.construction-list td.input-editable.js-hide.editable.editable-click.editable-empty {
  width: 100px;
}

/* line 359, app/assets/stylesheets/construction.scss */
.border-black {
  position: relative;
}

/* line 362, app/assets/stylesheets/construction.scss */
.border-black::before {
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  right: -1px;
  border-right: 2px solid #858585;
}

/* line 372, app/assets/stylesheets/construction.scss */
th.border-first-day {
  position: relative;
}

/* line 375, app/assets/stylesheets/construction.scss */
th.border-first-day::before {
  content: "";
  display: block;
  height: 41px;
  position: absolute;
  left: -2px;
  top: 0;
  border-left: 2px solid #535353;
}

/* line 386, app/assets/stylesheets/construction.scss */
td.border-first-day {
  position: relative;
}

/* line 389, app/assets/stylesheets/construction.scss */
td.border-first-day::before {
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  left: -2px;
  top: -1px;
  border-left: 2px solid #535353;
}

/* line 400, app/assets/stylesheets/construction.scss */
a:not([href]) {
  outline: none;
}

/* line 404, app/assets/stylesheets/construction.scss */
.editable-click, a.editable-click, a.editable-click:hover {
  border-bottom: none !important;
}

/* line 408, app/assets/stylesheets/construction.scss */
.js-prev-month,
.js-next-month {
  cursor: pointer;
}

/* line 413, app/assets/stylesheets/construction.scss */
.table {
  margin-bottom: 0 !important;
}

/* line 418, app/assets/stylesheets/construction.scss */
.sort_desc::after {
  font-family: "FontAwesome";
  content: "\f0de";
  padding-left: 4px;
  font-weight: 900;
  cursor: pointer;
}

/* line 428, app/assets/stylesheets/construction.scss */
.sort_asc::after {
  font-family: "FontAwesome";
  content: "\f0dd";
  padding-left: 4px;
  font-weight: 900;
  cursor: pointer;
}

/* line 437, app/assets/stylesheets/construction.scss */
.clone-item {
  border-bottom: 1px solid #00000029 !important;
}

/* line 442, app/assets/stylesheets/construction.scss */
.constructions__list {
  max-width: 32%;
  overflow-x: scroll;
  overflow-y: hidden;
  border: 1px solid #00000029;
  border-right: none;
}

/* line 450, app/assets/stylesheets/construction.scss */
.constructions__schedules {
  flex: 1;
  overflow-x: scroll;
  overflow-y: hidden;
  border: 1px solid #00000029;
}

/* line 459, app/assets/stylesheets/construction.scss */
#formDataConstruction .filters-form .group-input .sort-area {
  width: 100%;
  margin-top: 10px;
}

/* line 463, app/assets/stylesheets/construction.scss */
#formDataConstruction .filters-form .group-input .sort-area .span-label {
  cursor: pointer;
}

/* line 467, app/assets/stylesheets/construction.scss */
#formDataConstruction .filters-form .group-input .sort-area span, #formDataConstruction .filters-form .group-input .sort-area input, #formDataConstruction .filters-form .group-input .sort-area .span-label {
  display: inline-block !important;
}

/* line 471, app/assets/stylesheets/construction.scss */
#formDataConstruction .filters-form .group-input .sort-area .sort-label, #formDataConstruction .filters-form .group-input .sort-area .span-label {
  margin-right: 10px;
}

/* line 475, app/assets/stylesheets/construction.scss */
#formDataConstruction .filters-form .group-input .sort-area .sort-label {
  position: relative;
  top: -2px;
}

@media (max-width: 1890px) {
  /* line 485, app/assets/stylesheets/construction.scss */
  .fix-form-search .filters-form .group-input .input-search,
.fix-form-search .filters-form .group-input .block-datepicker {
    margin-left: 100px !important;
  }
  /* line 489, app/assets/stylesheets/construction.scss */
  .fix-form-search .filters-form .group-input .input-search:first-child,
.fix-form-search .filters-form .group-input .input-search:nth-child(4)
.input-search:nth-child(7) {
    margin-left: 0 !important;
  }
}

@media (max-width: 1805px) {
  /* line 500, app/assets/stylesheets/construction.scss */
  .fix-form-search .filters-form .group-input {
    flex-basis: 100% !important;
  }
  /* line 502, app/assets/stylesheets/construction.scss */
  .fix-form-search .filters-form .group-input .input-search,
.fix-form-search .filters-form .group-input .block-datepicker {
    margin-left: 80px !important;
  }
  /* line 506, app/assets/stylesheets/construction.scss */
  .fix-form-search .filters-form .group-input .input-search:first-child,
.fix-form-search .filters-form .group-input .input-search:nth-child(4)
.input-search:nth-child(7) {
    margin-left: 0 !important;
  }
}

@media (max-width: 1780px) {
  /* line 518, app/assets/stylesheets/construction.scss */
  #formDataConstruction .filters-form .group-input {
    flex-basis: 81%;
  }
  /* line 520, app/assets/stylesheets/construction.scss */
  #formDataConstruction .filters-form .group-input .input-search,
#formDataConstruction .filters-form .group-input .block-datepicker {
    width: 350px;
    margin-left: 54px;
  }
  /* line 525, app/assets/stylesheets/construction.scss */
  #formDataConstruction .filters-form .group-input .block-code {
    width: 350px;
  }
}

@media (max-width: 1740px) {
  /* line 535, app/assets/stylesheets/construction.scss */
  .fix-form-search .filters-form .group-input {
    flex-basis: 95% !important;
  }
  /* line 537, app/assets/stylesheets/construction.scss */
  .fix-form-search .filters-form .group-input .input-search,
.fix-form-search .filters-form .group-input .block-datepicker {
    margin-left: 60px !important;
  }
  /* line 541, app/assets/stylesheets/construction.scss */
  .fix-form-search .filters-form .group-input .input-search:first-child,
.fix-form-search .filters-form .group-input .input-search:nth-child(4)
.input-search:nth-child(7) {
    margin-left: 0 !important;
  }
}

@media (max-width: 1660px) {
  /* line 552, app/assets/stylesheets/construction.scss */
  .fix-form-search .filters-form .group-input {
    flex-basis: 95% !important;
  }
  /* line 554, app/assets/stylesheets/construction.scss */
  .fix-form-search .filters-form .group-input .input-search:first-child,
.fix-form-search .filters-form .group-input .input-search:nth-child(4)
.input-search:nth-child(7) {
    margin-left: 0 !important;
  }
}

@media (max-width: 1640px) {
  /* line 566, app/assets/stylesheets/construction.scss */
  #formDataConstruction .filters-form .group-input {
    flex-basis: 85%;
  }
  /* line 568, app/assets/stylesheets/construction.scss */
  #formDataConstruction .filters-form .group-input .input-search,
#formDataConstruction .filters-form .group-input .block-datepicker,
#formDataConstruction .filters-form .group-input .block-code {
    width: 354px;
  }
  /* line 579, app/assets/stylesheets/construction.scss */
  .fix-form-search .filters-form .group-input .input-search,
.fix-form-search .filters-form .group-input .block-datepicker,
.fix-form-search .filters-form .group-input .block-code {
    width: 320px !important;
  }
  /* line 584, app/assets/stylesheets/construction.scss */
  .fix-form-search .filters-form .group-input .input-search:first-child,
.fix-form-search .filters-form .group-input .input-search:nth-child(4)
.input-search:nth-child(7) {
    margin-left: 0 !important;
  }
}

@media (max-width: 1550px) {
  /* line 596, app/assets/stylesheets/construction.scss */
  #formDataConstruction .filters-form .group-input {
    flex-basis: 84%;
  }
  /* line 598, app/assets/stylesheets/construction.scss */
  #formDataConstruction .filters-form .group-input .input-search,
#formDataConstruction .filters-form .group-input .block-datepicker {
    width: 320px;
    margin-left: 54px;
  }
  /* line 603, app/assets/stylesheets/construction.scss */
  #formDataConstruction .filters-form .group-input .block-code {
    width: 320px;
  }
  /* line 612, app/assets/stylesheets/construction.scss */
  .fix-form-search .filters-form .group-input .input-search,
.fix-form-search .filters-form .group-input .block-datepicker,
.fix-form-search .filters-form .group-input .block-code {
    width: 300px !important;
  }
  /* line 617, app/assets/stylesheets/construction.scss */
  .fix-form-search .filters-form .group-input .input-search:first-child,
.fix-form-search .filters-form .group-input .input-search:nth-child(4)
.input-search:nth-child(7) {
    margin-left: 0 !important;
  }
}

@media (max-width: 1469px) {
  /* line 629, app/assets/stylesheets/construction.scss */
  .fix-form-search .filters-form .group-input .input-search,
.fix-form-search .filters-form .group-input .block-datepicker,
.fix-form-search .filters-form .group-input .block-code {
    width: 280px !important;
  }
  /* line 634, app/assets/stylesheets/construction.scss */
  .fix-form-search .filters-form .group-input .input-search:first-child,
.fix-form-search .filters-form .group-input .input-search:nth-child(4)
.input-search:nth-child(7) {
    margin-left: 0 !important;
  }
}

@media (max-width: 1440px) {
  /* line 647, app/assets/stylesheets/construction.scss */
  #formDataConstruction .filters-form .group-input {
    flex-basis: 85%;
  }
  /* line 649, app/assets/stylesheets/construction.scss */
  #formDataConstruction .filters-form .group-input .input-search,
#formDataConstruction .filters-form .group-input .block-datepicker {
    width: 300px;
    margin-left: 54px;
  }
  /* line 654, app/assets/stylesheets/construction.scss */
  #formDataConstruction .filters-form .group-input .block-code {
    width: 300px;
  }
}

@media (max-width: 1408px) {
  /* line 664, app/assets/stylesheets/construction.scss */
  .fix-form-search .filters-form .group-input {
    flex-basis: 87% !important;
  }
  /* line 666, app/assets/stylesheets/construction.scss */
  .fix-form-search .filters-form .group-input .input-search,
.fix-form-search .filters-form .group-input .block-datepicker {
    width: 260px !important;
    margin-left: 40px !important;
  }
  /* line 671, app/assets/stylesheets/construction.scss */
  .fix-form-search .filters-form .group-input .block-code {
    width: 260px !important;
  }
  /* line 674, app/assets/stylesheets/construction.scss */
  .fix-form-search .filters-form .group-input .input-search:first-child,
.fix-form-search .filters-form .group-input .input-search:nth-child(4)
.input-search:nth-child(7) {
    margin-left: 0 !important;
  }
}

@media (max-width: 1366px) {
  /* line 686, app/assets/stylesheets/construction.scss */
  #formDataConstruction .filters-form .group-input {
    flex-basis: 88%;
  }
  /* line 688, app/assets/stylesheets/construction.scss */
  #formDataConstruction .filters-form .group-input .input-search,
#formDataConstruction .filters-form .group-input .block-datepicker {
    width: 300px;
    margin-left: 54px;
  }
  /* line 693, app/assets/stylesheets/construction.scss */
  #formDataConstruction .filters-form .group-input .block-code {
    width: 300px;
  }
  /* line 702, app/assets/stylesheets/construction.scss */
  .fix-form-search .filters-form .group-input {
    flex-basis: 88% !important;
  }
  /* line 704, app/assets/stylesheets/construction.scss */
  .fix-form-search .filters-form .group-input .input-search,
.fix-form-search .filters-form .group-input .block-datepicker,
.fix-form-search .filters-form .group-input .block-code {
    width: 270px !important;
    margin-left: 32px !important;
  }
}

@media (max-width: 1326px) {
  /* line 718, app/assets/stylesheets/construction.scss */
  #formDataConstruction .filters-form .group-input {
    flex-basis: 93%;
  }
  /* line 721, app/assets/stylesheets/construction.scss */
  #formDataConstruction .filters-form .group-input label {
    font-size: 12px;
    top: -9px !important;
  }
  /* line 725, app/assets/stylesheets/construction.scss */
  #formDataConstruction .filters-form .group-input .input-search,
#formDataConstruction .filters-form .group-input .block-datepicker {
    width: 260px;
    margin-left: 25px;
  }
  /* line 730, app/assets/stylesheets/construction.scss */
  #formDataConstruction .filters-form .group-input .block-code {
    width: 260px;
  }
  /* line 743, app/assets/stylesheets/construction.scss */
  .fix-form-search .filters-form .group-input .input-search,
.fix-form-search .filters-form .group-input .block-datepicker,
.fix-form-search .filters-form .group-input .block-code {
    width: 240px !important;
  }
}

@media (max-width: 1236px) {
  /* line 755, app/assets/stylesheets/construction.scss */
  .fix-form-search .filters-form .group-input {
    flex-basis: 93%;
  }
  /* line 757, app/assets/stylesheets/construction.scss */
  .fix-form-search .filters-form .group-input .input-search,
.fix-form-search .filters-form .group-input .block-datepicker,
.fix-form-search .filters-form .group-input .block-code {
    width: 310px;
    margin-left: 25px !important;
  }
  /* line 763, app/assets/stylesheets/construction.scss */
  .fix-form-search .filters-form .group-input .input-search:first-child,
.fix-form-search .filters-form .group-input .input-search:nth-child(3),
.fix-form-search .filters-form .group-input .block-datepicker,
.fix-form-search .filters-form .group-input .block-code,
.fix-form-search .filters-form .group-input .input-search:nth-child(5),
.fix-form-search .filters-form .group-input .input-search:nth-child(7),
.fix-form-search .filters-form .group-input .input-search:nth-child(9) {
    margin-left: 0 !important;
  }
  /* line 772, app/assets/stylesheets/construction.scss */
  .fix-form-search .filters-form .group-input .input-search:nth-child(4) {
    margin-left: 25px !important;
  }
  /* line 779, app/assets/stylesheets/construction.scss */
  .controls-right .choose-this-month-btn {
    width: 70px !important;
  }
  /* line 786, app/assets/stylesheets/construction.scss */
  .sidebar-hidden .filter-month .input-search-month input {
    width: 70px !important;
  }
}

@media (max-width: 1110px) {
  /* line 797, app/assets/stylesheets/construction.scss */
  #formDataConstruction .filters-form .group-input {
    flex-basis: 93%;
  }
  /* line 799, app/assets/stylesheets/construction.scss */
  #formDataConstruction .filters-form .group-input .input-search,
#formDataConstruction .filters-form .group-input .block-datepicker {
    width: 310px;
    margin-left: 25px !important;
  }
  /* line 804, app/assets/stylesheets/construction.scss */
  #formDataConstruction .filters-form .group-input .block-code,
#formDataConstruction .filters-form .group-input .block-datepicker {
    width: 310px;
  }
  /* line 808, app/assets/stylesheets/construction.scss */
  #formDataConstruction .filters-form .group-input .block-code .input-search,
#formDataConstruction .filters-form .group-input .block-datepicker .input-search {
    margin: 0 !important;
  }
  /* line 811, app/assets/stylesheets/construction.scss */
  #formDataConstruction .filters-form .group-input .block-code .input-search:last-child,
#formDataConstruction .filters-form .group-input .block-datepicker .input-search:last-child {
    margin-left: 18px !important;
  }
  /* line 815, app/assets/stylesheets/construction.scss */
  #formDataConstruction .filters-form .group-input .block-code,
#formDataConstruction .filters-form .group-input .input-search:nth-child(3),
#formDataConstruction .filters-form .group-input .block-datepicker,
#formDataConstruction .filters-form .group-input .input-search:nth-child(5),
#formDataConstruction .filters-form .group-input .input-search:nth-child(7),
#formDataConstruction .filters-form .group-input .input-search:nth-child(9) {
    margin-left: 0 !important;
  }
  /* line 827, app/assets/stylesheets/construction.scss */
  .controls-right .choose-this-month-btn {
    width: 50px !important;
  }
  /* line 834, app/assets/stylesheets/construction.scss */
  .sidebar-hidden .filter-month .input-search-month input {
    width: 50px !important;
  }
}

@media only screen and (device-width: 390px) {
  /* line 846, app/assets/stylesheets/construction.scss */
  #formDataConstruction .filters-form .group-input .input-search,
#formDataConstruction .filters-form .group-input .block-datepicker {
    margin-left: 0 !important;
    margin-top: 10px !important;
  }
  /* line 853, app/assets/stylesheets/construction.scss */
  #formDataConstruction .filters-form .group-input .block-datepicker .input-search:last-child {
    margin: 0 !important;
  }
  /* line 859, app/assets/stylesheets/construction.scss */
  #formDataConstruction .filters-form .group-input .block-code .input-search:last-child {
    margin-left: 25px !important;
  }
}

@media only screen and (device-width: 428px) {
  /* line 872, app/assets/stylesheets/construction.scss */
  #formDataConstruction .filters-form .group-input .input-search,
#formDataConstruction .filters-form .group-input .block-datepicker {
    margin-left: 0 !important;
    margin-top: 10px !important;
  }
  /* line 879, app/assets/stylesheets/construction.scss */
  #formDataConstruction .filters-form .group-input .block-datepicker .input-search:last-child {
    margin: 0 !important;
  }
  /* line 885, app/assets/stylesheets/construction.scss */
  #formDataConstruction .filters-form .group-input .block-code .input-search:last-child {
    margin-left: 25px !important;
  }
}

@media only screen and (device-width: 767px) {
  /* line 898, app/assets/stylesheets/construction.scss */
  #formDataConstruction .filters-form .group-input .input-search,
#formDataConstruction .filters-form .group-input .block-datepicker {
    margin-left: 0 !important;
    margin-top: 10px !important;
  }
  /* line 905, app/assets/stylesheets/construction.scss */
  #formDataConstruction .filters-form .group-input .block-datepicker .input-search:last-child {
    margin: 0 !important;
  }
  /* line 911, app/assets/stylesheets/construction.scss */
  #formDataConstruction .filters-form .group-input .block-code .input-search:last-child {
    margin-left: 25px !important;
  }
}

/* line 1, app/assets/stylesheets/workload-zoom-out.scss */
:root {
  --default_col_width: 200px;
  --col_width_scale: 200px;
  --min_screen_col_width: 115px;
  --position_col_width: 100px;
  --border-color: #dee2e6;
}

/* line 11, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .filters-group {
  min-height: 150px;
}

/* line 14, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .filters-group .filters-header {
  display: inline-flex;
}

/* line 17, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .filters-group .filters-header .header-text {
  width: 5%;
}

/* line 20, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .filters-group .filters-header .current-date {
  width: 10%;
}

/* line 27, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .filters-group .filters-form.workload-form .filter-btn {
  height: 33px;
  line-height: 22.5px;
  font-size: 12px;
}

/* line 33, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .filters-group .filters-form.workload-form label {
  top: -9px !important;
}

/* line 40, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .filters-group .filters-form.workload-form input[type="text"],
.zoom-out .workloads-content .filters-group .filters-form.workload-form select {
  min-height: 30px !important;
}

/* line 45, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .filters-group .col-md-1,
.zoom-out .workloads-content .filters-group .col-md-2,
.zoom-out .workloads-content .filters-group .col-md-3,
.zoom-out .workloads-content .filters-group .col-md-4,
.zoom-out .workloads-content .filters-group .col-md-6,
.zoom-out .workloads-content .filters-group .col-md-8,
.zoom-out .workloads-content .filters-group .col-md-10,
.zoom-out .workloads-content .filters-group .col-md-11,
.zoom-out .workloads-content .filters-group .col-md-12 {
  margin: 0px 0px 4px 0px !important;
}

/* line 57, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .controls-right input {
  height: 24px;
  line-height: 24px;
  font-size: 10.5px;
}

/* line 63, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .controls-right .filter-month.workloads-filter-month .action-month-btn {
  line-height: 24px;
}

/* line 68, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .controls-right .current-date-text {
  height: 24px;
  font-size: 16px;
  flex-basis: 50%;
  line-height: 24px;
  font-weight: bold;
}

/* line 77, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .worker-charges-data {
  position: relative;
}

/* line 80, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .worker-charges-data .workers-list {
  border-collapse: separate;
  overflow: scroll;
}

/* line 85, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .worker-charges-data .workers-list thead th {
  position: sticky;
  border-bottom: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
}

/* line 91, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .worker-charges-data .workers-list thead th:first-child {
  left: 0;
  min-width: var(--default_col_width);
  max-width: var(--default_col_width);
}

/* line 99, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .worker-charges-data .workers-list tbody tr td {
  width: 100%;
  white-space: normal;
  background: #fff;
}

/* line 108, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .worker-charges-data .workers-list tbody tr td:first-child {
  position: sticky;
  position: -webkit-sticky;
  z-index: 2;
}

/* line 114, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .worker-charges-data .workers-list tbody tr td:first-child {
  min-width: var(--default_col_width);
  max-width: var(--default_col_width);
  left: 0;
}

/* line 124, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .workers-list thead tr th {
  line-height: 0;
}

/* line 127, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .workers-list tbody tr td {
  height: 20px;
  line-height: 10px;
  min-width: var(--min_screen_col_width);
  max-width: var(--min_screen_col_width);
}

/* line 135, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .worker-tbl-wrapper {
  position: relative;
}

/* line 138, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .worker-tbl-wrapper .workers-list {
  border-collapse: separate;
  overflow: scroll;
}

/* line 143, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .worker-tbl-wrapper .workers-list thead th {
  position: sticky;
  position: -webkit-sticky;
  border-bottom: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  top: 0;
}

/* line 151, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .worker-tbl-wrapper .workers-list thead th.th-header {
  border: none;
}

/* line 155, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .worker-tbl-wrapper .workers-list thead th:first-child {
  min-width: 25px;
  max-width: 25px;
  left: 0;
}

/* line 161, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .worker-tbl-wrapper .workers-list thead th:nth-child(2) {
  min-width: var(--default_col_width);
  max-width: var(--default_col_width);
  left: 25px;
}

/* line 167, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .worker-tbl-wrapper .workers-list thead th:nth-child(3) {
  min-width: 55px;
  max-width: 55px;
  left: 175px;
}

/* line 173, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .worker-tbl-wrapper .workers-list thead th:nth-child(4) {
  min-width: 100px;
  max-width: 100px;
  left: 230px;
}

/* line 179, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .worker-tbl-wrapper .workers-list thead th:nth-child(5) {
  min-width: 55px;
  max-width: 55px;
  left: 330px;
}

/* line 185, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .worker-tbl-wrapper .workers-list thead th:nth-child(6) {
  min-width: 55px;
  max-width: 55px;
  left: 385px;
}

/* line 193, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .worker-tbl-wrapper .workers-list tbody tr td {
  width: 100%;
  background: #fff;
  border-top: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

/* line 201, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .worker-tbl-wrapper .workers-list tbody tr td.first-td-wrap, .zoom-out .workloads-content .worker-tbl-wrapper .workers-list tbody tr td.second-td-wrap, .zoom-out .workloads-content .worker-tbl-wrapper .workers-list tbody tr td.td_estimate_label, .zoom-out .workloads-content .worker-tbl-wrapper .workers-list tbody tr td.td_estimate_average,
.zoom-out .workloads-content .worker-tbl-wrapper .workers-list tbody tr td.td_area_role, .zoom-out .workloads-content .worker-tbl-wrapper .workers-list tbody tr td.td_position_role, .zoom-out .workloads-content .worker-tbl-wrapper .workers-list tbody tr td.td_construction_label, .zoom-out .workloads-content .worker-tbl-wrapper .workers-list tbody tr td.constructions_average {
  position: sticky;
  position: -webkit-sticky;
  z-index: 2;
}

/* line 208, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .worker-tbl-wrapper .workers-list tbody tr td.first-td-wrap {
  left: 0;
}

/* line 212, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .worker-tbl-wrapper .workers-list tbody tr td.second-td-wrap {
  min-width: var(--default_col_width);
  max-width: var(--default_col_width);
  left: 25px;
}

/* line 218, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .worker-tbl-wrapper .workers-list tbody tr td.td_estimate_label {
  min-width: 55px;
  max-width: 55px;
  left: 330px;
  top: 31px;
}

/* line 225, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .worker-tbl-wrapper .workers-list tbody tr td.td_estimate_average {
  min-width: 55px;
  max-width: 55px;
  left: 385px;
  top: 31px;
}

/* line 232, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .worker-tbl-wrapper .workers-list tbody tr td.td_area_role {
  min-width: 55px;
  max-width: 55px;
  left: 175px;
}

/* line 238, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .worker-tbl-wrapper .workers-list tbody tr td.td_position_role {
  min-width: 100px;
  max-width: 100px;
  left: 230px;
}

/* line 244, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .worker-tbl-wrapper .workers-list tbody tr td.td_construction_label {
  min-width: 55px;
  max-width: 55px;
  left: 330px;
}

/* line 250, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .worker-tbl-wrapper .workers-list tbody tr td.constructions_average {
  min-width: 55px;
  max-width: 55px;
  left: 385px;
}

/* line 259, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .construction-schedule-list tbody tr td,
.zoom-out .workloads-content .workers-schedule-list tbody tr td {
  height: 30px;
}

/* line 264, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .content__head .custom-page__form .filter input {
  padding: 2px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}

/* line 271, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .content__head .pagination-custom li {
  font-size: 12px;
}

/* line 275, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .content__head .pagination-custom img {
  max-height: 24px;
  width: auto;
}

/* line 280, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .content__head nav,
.zoom-out .workloads-content .content__head .entries {
  position: relative;
  top: -5px;
}

/* line 286, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .controls-left .controls-worker-header span, .zoom-out .workloads-content .controls-left .charts-header span {
  font-size: 11.25px;
}

/* line 290, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .controls-box .charts-header {
  line-height: 22.5px;
}

/* line 294, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .charts-box .controls-left, .zoom-out .workloads-content .controls-workers .controls-left {
  height: 24px;
}

/* line 298, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .charts-box .controls-right .btn-check,
.zoom-out .workloads-content .controls-workers .controls-right .btn-check {
  height: 28px;
  line-height: 28px;
}

/* line 304, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .controls-workers .controls-right .employee-box .employee-box-title {
  line-height: 24px;
}

/* line 309, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .controls-right .choose-this-month-btn,
.zoom-out .workloads-content .controls-right .search-btn {
  line-height: 20px !important;
}

/* line 315, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content #workers-schedule-list tr th {
  color: #000;
  font-weight: bold;
}

/* line 319, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .date-type-choose-group {
  line-height: 24px;
  margin-top: 12px;
  text-align: center;
  margin-right: 20px;
}

/* line 325, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .date-type-choose-group .btn-success-custom {
  background: #2674FF;
  border: none;
  color: #fff;
  border-radius: 4px;
  margin-left: 4px;
  width: 50px;
  padding: 0px 10px 0px 10px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  margin-top: -12px;
}

/* line 339, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .date-type-choose-group .btn-default-custom {
  background: #fff;
  border: 1px solid #2674FF;
  color: #2674FF;
  border-radius: 4px;
  margin-left: 4px;
  width: 50px;
  padding: 0px 10px 0px 10px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  margin-top: -12px;
}

/* line 353, app/assets/stylesheets/workload-zoom-out.scss */
.zoom-out .workloads-content .date-type-choose-group a:hover {
  cursor: pointer;
  text-decoration: underline;
}

@media (max-width: 1440px) {
  /* line 365, app/assets/stylesheets/workload-zoom-out.scss */
  .worker-charges-data .workers-list tbody tr td {
    min-width: var(--min_screen_col_width);
    max-width: var(--min_screen_col_width);
  }
}

/* line 2, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .title-header {
  font-size: 14.25px;
  margin-left: 22.5px;
}

/* line 7, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .settings {
  padding: 0;
}

/* line 10, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .settings h3 {
  font-size: 14.25px;
}

/* line 15, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .sidebar {
  width: 180px;
}

/* line 18, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .sidebar header {
  height: 63.75px !important;
  padding: 7.5px !important;
}

/* line 24, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .sidebar .logo a {
  font-size: 15px;
}

/* line 30, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out aside.sidebarhidden {
  width: 51px;
}

/* line 33, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out aside.sidebarhidden .sidebar-in {
  width: 51px;
}

/* line 41, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .navi-acc li.active a {
  font-size: 10.5px;
}

/* line 46, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .navi-acc li a {
  font-size: 10.5px;
}

/* line 49, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .navi-acc li a::before {
  top: 13px;
  zoom: 0.75;
  -moz-transform: scale(0.75);
  -moz-transform-origin: top left;
}

/* line 59, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .right-sec {
  margin-left: 180px;
}

/* line 62, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .right-sec > header {
  height: 45px;
  line-height: 45px;
}

/* line 67, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .right-sec.sidebarhidden {
  margin-left: 51px;
}

/* line 72, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .filters-form {
  font-size: 10.5px !important;
}

/* line 76, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .select2-container--default .select2-selection--multiple {
  min-height: 33px;
  padding: 0;
}

/* line 81, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .select2-container--default .select2-selection--single {
  border: 1px solid #b5c2d5 !important;
  border-radius: 0.25rem !important;
  height: 33px !important;
}

/* line 87, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .construction-group {
  padding: 18px 18px 22.5px 18px;
  width: calc(100% - 180px);
}

/* line 91, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .construction-group.sidebar-collapse {
  width: calc(100% - 51px) !important;
}

/* line 95, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .construction-group .select2-selection__choice,
.zoom-out .construction-group .select2-container .select2-search--inline .select2-search__field {
  margin-top: 7.5px !important;
}

/* line 100, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .construction-group .filters-group {
  padding: 15px 18px;
  margin-bottom: 15px;
}

/* line 104, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .construction-group .filters-group .filters-header {
  margin-bottom: 15px;
}

/* line 107, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .construction-group .filters-group .filters-header h3 {
  font-size: 1.3125rem;
  margin-bottom: 0.375rem;
}

/* line 123, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .construction-group .filters-group #formDataConstruction .filters-form .group-input .input-search {
  min-height: 33px;
  margin-right: 16.5px;
  margin-bottom: 15px;
  margin-left: 0;
}

/* line 129, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .construction-group .filters-group #formDataConstruction .filters-form .group-input .input-search label {
  font-size: 10px !important;
  top: -9px !important;
}

/* line 134, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .construction-group .filters-group #formDataConstruction .filters-form .group-input .input-search input {
  height: 33px;
  font-size: 10.5px;
}

/* line 139, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .construction-group .filters-group #formDataConstruction .filters-form .group-input .input-search.mr-l {
  margin-left: 16.5px;
}

/* line 143, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .construction-group .filters-group #formDataConstruction .filters-form .group-input .input-search.mb-0 {
  margin-bottom: 0;
}

/* line 150, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .construction-group .filters-group #formDataConstruction .filters-form .group-input .block-code .input-search:last-child {
  margin-right: 0;
}

/* line 156, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .construction-group .filters-group #formDataConstruction .filters-form .group-input .block-datepicker {
  margin-left: 0;
}

/* line 160, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .construction-group .filters-group #formDataConstruction .filters-form .group-input .block-datepicker .input-search:last-child {
  margin-right: 0;
}

/* line 171, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .controls-box {
  height: 45px;
}

/* line 176, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .controls-box .filter-month .input-search-month input {
  height: 24px !important;
}

/* line 182, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .controls-box .J-paginationjs-go-button {
  line-height: 16px !important;
}

/* line 186, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .controls-box .controls-right {
  height: 24px;
  font-size: 10.5px;
}

/* line 190, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .controls-box .controls-right select {
  height: 24px;
  font-size: 10.5px;
  padding: 5px;
}

/* line 196, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .controls-box .controls-right .choose-this-month-btn,
.zoom-out .controls-box .controls-right .search-btn,
.zoom-out .controls-box .controls-right .btn-export,
.zoom-out .controls-box .controls-right .export-excel-btn {
  height: 24px !important;
  line-height: 20px !important;
}

/* line 205, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .controls-box .controls-left {
  position: relative;
  top: 4px;
}

/* line 209, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .controls-box .controls-left #btn-load-more,
.zoom-out .controls-box .controls-left .btn-eyes {
  height: 24px;
  padding: 3.75px;
}

/* line 217, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .js-search-constructions, .zoom-out .js-sync-time-btn, .zoom-out .js-sync-time-label {
  font-size: 12px !important;
  height: 30px !important;
  line-height: 20px !important;
  width: 90px !important;
}

/* line 224, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .js-sync-time-btn, .zoom-out .js-sync-time-label {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

/* line 230, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .table > thead > tr > th {
  width: 29.25px !important;
  font-size: 12px !important;
}

/* line 235, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .construction-list tr th:first-child,
.zoom-out .construction-list tr td:first-child {
  padding-left: 15px;
}

/* line 240, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out td.input-editable.name-official-fix-width {
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 248, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .construction-list thead th,
.zoom-out .workers-list thead th,
.zoom-out .construction-schedule-list thead th,
.zoom-out .workers-schedule-list thead th,
.zoom-out .estimates-list thead th,
.zoom-out .loads-list thead th,
.zoom-out .construction-dtable tr td,
.zoom-out .workers-dtable tr td,
.zoom-out td.border-first-day::before,
.zoom-out .construction-schedule-list tbody tr,
.zoom-out .workers-schedule-list tbody tr {
  height: 30px;
}

/* line 262, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .construction-list thead tr,
.zoom-out .construction-schedule-list thead tr,
.zoom-out .workers-schedule-list thead tr,
.zoom-out .estimates-list thead tr {
  line-height: 30px;
}

/* line 269, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .construction-schedule-list thead tr th {
  color: #000;
  font-weight: bold;
}

/* line 274, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .construction-list {
  font-size: 8.25px;
}

/* line 278, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .construction-schedule-list tbody tr td span,
.zoom-out .workers-schedule-list tbody tr td span {
  margin-top: 3px;
  height: 22.5px;
  line-height: 22.5px;
}

/* line 285, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .entries {
  line-height: 24px;
}

/* line 289, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .entries,
.zoom-out #pagination ul li a,
.zoom-out #pagination .paginationjs .paginationjs-go-input input,
.zoom-out #pagination .paginationjs .paginationjs-go-button input {
  font-size: 12px;
  height: 24px;
}

/* line 297, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out #pagination ul li a img {
  max-height: 24px;
  width: auto;
}

/* line 302, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .clone-item.reduce-width {
  width: calc(77% + 4px) !important;
}

/* line 306, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out .filters-form .group-input .construction-calendar-ico {
  top: 4px !important;
}

/* line 310, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out th.border-first-day::before {
  top: 0;
  left: -3px;
  height: 30px;
}

/* line 318, app/assets/stylesheets/construction-zoom-out.scss */
.zoom-out th.border-first-day:first-child::before {
  display: none !important;
}

@media (max-width: 1366px) {
  /* line 330, app/assets/stylesheets/construction-zoom-out.scss */
  .zoom-out .fix-form-search .filters-form .group-input .input-search,
.zoom-out .fix-form-search .filters-form .group-input .block-datepicker {
    margin-left: 16.5px !important;
  }
  /* line 335, app/assets/stylesheets/construction-zoom-out.scss */
  .zoom-out .fix-form-search .filters-form .group-input .block-datepicker {
    width: 260px !important;
  }
  /* line 341, app/assets/stylesheets/construction-zoom-out.scss */
  .zoom-out .fix-form-search .filters-form .group-input .block-code.ml-0,
.zoom-out .fix-form-search .filters-form .group-input .input-search.ml-0 {
    margin-left: 0 !important;
  }
  /* line 347, app/assets/stylesheets/construction-zoom-out.scss */
  .zoom-out .fix-form-search .filters-form .group-input .input-search.mr-l {
    margin-left: 33px !important;
  }
  /* line 351, app/assets/stylesheets/construction-zoom-out.scss */
  .zoom-out .fix-form-search .filters-form .group-input .input-search.ml-42 {
    margin-left: 0 !important;
  }
}

@media (min-width: 1367px) and (max-width: 1740px) {
  /* line 367, app/assets/stylesheets/construction-zoom-out.scss */
  .zoom-out .fix-form-search .filters-form .group-input .block-code .input-search {
    margin-left: 0 !important;
  }
  /* line 373, app/assets/stylesheets/construction-zoom-out.scss */
  .zoom-out .fix-form-search .filters-form .group-input .input-search.fix-lg {
    margin-left: 43px !important;
  }
  /* line 378, app/assets/stylesheets/construction-zoom-out.scss */
  .zoom-out .fix-form-search .filters-form .group-input .block-datepicker {
    margin-left: 43px !important;
  }
  /* line 382, app/assets/stylesheets/construction-zoom-out.scss */
  .zoom-out .fix-form-search .filters-form .group-input .block-datepicker {
    width: 322px !important;
  }
  /* line 385, app/assets/stylesheets/construction-zoom-out.scss */
  .zoom-out .fix-form-search .filters-form .group-input .block-datepicker .input-search {
    margin-left: 0 !important;
  }
}

/* line 3, app/assets/stylesheets/estimate-zoom-out.scss */
.zoom-out .estimates-container .add-new-btn {
  height: 33px;
  line-height: 33px;
  font-size: 12px;
  padding-left: 22.5px;
}

/* line 9, app/assets/stylesheets/estimate-zoom-out.scss */
.zoom-out .estimates-container .add-new-btn::before {
  top: 4px !important;
}

/* line 14, app/assets/stylesheets/estimate-zoom-out.scss */
.zoom-out .estimates-container .workload-form label {
  top: -9px !important;
}

/* line 18, app/assets/stylesheets/estimate-zoom-out.scss */
.zoom-out .estimates-container .filters-group .filters-form.workload-form input[type="text"],
.zoom-out .estimates-container .filters-group .filters-form.workload-form select {
  min-height: 30px !important;
}

/* line 23, app/assets/stylesheets/estimate-zoom-out.scss */
.zoom-out .estimates-container .select2-container--default .select2-selection--multiple {
  margin-bottom: 0 !important;
}

/* line 27, app/assets/stylesheets/estimate-zoom-out.scss */
.zoom-out .estimates-container .filters-group .col-md-1,
.zoom-out .estimates-container .filters-group .col-md-2,
.zoom-out .estimates-container .filters-group .col-md-3,
.zoom-out .estimates-container .filters-group .col-md-4,
.zoom-out .estimates-container .filters-group .col-md-6,
.zoom-out .estimates-container .filters-group .col-md-8,
.zoom-out .estimates-container .filters-group .col-md-10,
.zoom-out .estimates-container .filters-group .col-md-11,
.zoom-out .estimates-container .filters-group .col-md-12 {
  margin-bottom: 5px;
}

/* line 39, app/assets/stylesheets/estimate-zoom-out.scss */
.zoom-out .estimates-container .filters-group .filters-form.construction-form input {
  height: 33px;
  line-height: 24px;
}

/* line 44, app/assets/stylesheets/estimate-zoom-out.scss */
.zoom-out .estimates-container .filters-group .filters-form.construction-form .construction-calendar-ico {
  top: 4px;
}

/* line 48, app/assets/stylesheets/estimate-zoom-out.scss */
.zoom-out .estimates-container .content__head {
  padding: 12px;
}

/* line 52, app/assets/stylesheets/estimate-zoom-out.scss */
.zoom-out .estimates-container .content__head .entries {
  position: relative;
  top: -5px;
}

/* line 57, app/assets/stylesheets/estimate-zoom-out.scss */
.zoom-out .estimates-container .content__head .filter input {
  padding: 2px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}

/* line 64, app/assets/stylesheets/estimate-zoom-out.scss */
.zoom-out .estimates-container .content__head .pagination-custom li {
  font-size: 12px !important;
}

/* line 68, app/assets/stylesheets/estimate-zoom-out.scss */
.zoom-out .estimates-container .content__head .pagination-custom li img {
  max-height: 24px !important;
  line-height: 24px !important;
}

/* line 73, app/assets/stylesheets/estimate-zoom-out.scss */
.zoom-out .estimates-container .content__head .pagination-custom {
  position: relative !important;
  top: -5px !important;
}

/* line 78, app/assets/stylesheets/estimate-zoom-out.scss */
.zoom-out .estimates-container .estimates-list tbody td {
  font-size: 10.5px !important;
  padding: 6px !important;
}

/* line 84, app/assets/stylesheets/estimate-zoom-out.scss */
.zoom-out .estimates-page-list {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 90, app/assets/stylesheets/estimate-zoom-out.scss */
.zoom-out .new_estimate .col-xs-1,
.zoom-out .new_estimate .col-sm-1,
.zoom-out .new_estimate .col-md-1,
.zoom-out .new_estimate .col-lg-1,
.zoom-out .new_estimate .col-xs-2,
.zoom-out .new_estimate .col-sm-2,
.zoom-out .new_estimate .col-md-2,
.zoom-out .new_estimate .col-lg-2,
.zoom-out .new_estimate .col-xs-3,
.zoom-out .new_estimate .col-sm-3,
.zoom-out .new_estimate .col-md-3,
.zoom-out .new_estimate .col-lg-3,
.zoom-out .new_estimate .col-xs-4,
.zoom-out .new_estimate .col-sm-4,
.zoom-out .new_estimate .col-md-4,
.zoom-out .new_estimate .col-lg-4,
.zoom-out .new_estimate .col-xs-5,
.zoom-out .new_estimate .col-sm-5,
.zoom-out .new_estimate .col-md-5,
.zoom-out .new_estimate .col-lg-5,
.zoom-out .new_estimate .col-xs-6,
.zoom-out .new_estimate .col-sm-6,
.zoom-out .new_estimate .col-md-6,
.zoom-out .new_estimate .col-lg-6,
.zoom-out .new_estimate .col-xs-7,
.zoom-out .new_estimate .col-sm-7,
.zoom-out .new_estimate .col-md-7,
.zoom-out .new_estimate .col-lg-7,
.zoom-out .new_estimate .col-xs-8,
.zoom-out .new_estimate .col-sm-8,
.zoom-out .new_estimate .col-md-8,
.zoom-out .new_estimate .col-lg-8,
.zoom-out .new_estimate .col-xs-9,
.zoom-out .new_estimate .col-sm-9,
.zoom-out .new_estimate .col-md-9,
.zoom-out .new_estimate .col-lg-9,
.zoom-out .new_estimate .col-xs-10,
.zoom-out .new_estimate .col-sm-10,
.zoom-out .new_estimate .col-md-10,
.zoom-out .new_estimate .col-lg-10,
.zoom-out .new_estimate .col-xs-11,
.zoom-out .new_estimate .col-sm-11,
.zoom-out .new_estimate .col-md-11,
.zoom-out .new_estimate .col-lg-11,
.zoom-out .new_estimate .col-xs-12,
.zoom-out .new_estimate .col-sm-12,
.zoom-out .new_estimate .col-md-12,
.zoom-out .new_estimate .col-lg-12 {
  margin-top: 5px;
}

/* line 142, app/assets/stylesheets/estimate-zoom-out.scss */
.zoom-out .estimates-content-group h3 {
  font-size: 15px;
  padding-left: 11.25px;
  margin-top: 20px;
}

/* line 148, app/assets/stylesheets/estimate-zoom-out.scss */
.zoom-out .estimates-page-list span {
  font-size: 11.25px;
  height: 33px;
  line-height: 33px;
}

/* line 154, app/assets/stylesheets/estimate-zoom-out.scss */
.zoom-out .estimates-page-list input, .zoom-out .estimates-page-list select {
  height: 33px;
  font-size: 10.5px;
}

/* line 159, app/assets/stylesheets/estimate-zoom-out.scss */
.zoom-out .estimates-page-list .form-check label {
  font-size: 10.5px;
  margin-left: 15px;
}

/* line 164, app/assets/stylesheets/estimate-zoom-out.scss */
.zoom-out .estimates-page-list .select-file-btn, .zoom-out .estimates-page-list .select-btn {
  width: 75px;
  height: 33px;
  line-height: 33px;
  font-size: 12px;
}

/* line 171, app/assets/stylesheets/estimate-zoom-out.scss */
.zoom-out .estimates-page-list .back-btn,
.zoom-out .estimates-page-list .create-btn {
  width: 90px !important;
  height: 33px !important;
  font-size: 12px !important;
}

/* line 178, app/assets/stylesheets/estimate-zoom-out.scss */
.zoom-out .estimates-page-list .back-btn {
  line-height: 33px;
}

/* line 182, app/assets/stylesheets/estimate-zoom-out.scss */
.zoom-out .estimates-page-list .create-btn {
  line-height: 24px !important;
}

/* line 3, app/assets/stylesheets/team-zoom-out.scss */
.zoom-out .team-wrap .header-team__search,
.zoom-out .team-wrap .header-team__create {
  padding: 15px 18px;
  align-items: center;
}

/* line 9, app/assets/stylesheets/team-zoom-out.scss */
.zoom-out .team-wrap .header-team__search .filter__input {
  padding: 8.25px 15px;
  font-size: 14px;
  max-height: 34px;
}

/* line 15, app/assets/stylesheets/team-zoom-out.scss */
.zoom-out .team-wrap .header-team__search .filter label {
  font-size: 10.5px;
  margin-bottom: 15px;
  top: -8px !important;
}

/* line 21, app/assets/stylesheets/team-zoom-out.scss */
.zoom-out .team-wrap .header-team__search .filter__submit {
  height: 34px;
  font-size: 14px;
}

/* line 26, app/assets/stylesheets/team-zoom-out.scss */
.zoom-out .team-wrap .header-team__create .btn-create {
  height: 33px;
  font-size: 14px;
}

/* line 31, app/assets/stylesheets/team-zoom-out.scss */
.zoom-out .team-wrap .header-team__create .btn-create::before {
  top: 4px;
}

/* line 35, app/assets/stylesheets/team-zoom-out.scss */
.zoom-out .team-wrap .content__head {
  padding: 12px;
}

/* line 39, app/assets/stylesheets/team-zoom-out.scss */
.zoom-out .team-wrap .content__head .entries {
  position: relative;
  top: -5px;
}

/* line 44, app/assets/stylesheets/team-zoom-out.scss */
.zoom-out .team-wrap .content__head .filter input {
  padding: 2px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}

/* line 51, app/assets/stylesheets/team-zoom-out.scss */
.zoom-out .team-wrap .content-team__body thead,
.zoom-out .team-wrap .content-team__body tbody tr {
  font-size: 10.5px;
}

/* line 56, app/assets/stylesheets/team-zoom-out.scss */
.zoom-out .team-wrap .content-team__body tbody tr {
  height: 41.25px;
}

/* line 60, app/assets/stylesheets/team-zoom-out.scss */
.zoom-out .team-wrap .content-team__body thead {
  height: 38.25px;
}

/* line 64, app/assets/stylesheets/team-zoom-out.scss */
.zoom-out .team-wrap .content__head .pagination-custom li {
  font-size: 12px !important;
}

/* line 68, app/assets/stylesheets/team-zoom-out.scss */
.zoom-out .team-wrap .content__head .pagination-custom li img {
  max-height: 24px !important;
  line-height: 24px !important;
}

/* line 73, app/assets/stylesheets/team-zoom-out.scss */
.zoom-out .team-wrap .content__head .pagination-custom {
  position: relative !important;
  top: -5px !important;
}

/* line 78, app/assets/stylesheets/team-zoom-out.scss */
.zoom-out .team-wrap .modal-title {
  font-size: 1.3125rem;
}

/* line 82, app/assets/stylesheets/team-zoom-out.scss */
.zoom-out .team-wrap #modal-create-teams form label {
  font-size: 10.5px;
}

/* line 86, app/assets/stylesheets/team-zoom-out.scss */
.zoom-out .team-wrap #modal-create-teams .modal-body input {
  padding: 8px 25px;
  height: 36px;
}

/* line 91, app/assets/stylesheets/team-zoom-out.scss */
.zoom-out .team-wrap #modal-create-teams .form-group {
  margin-bottom: 0;
}

/* line 95, app/assets/stylesheets/team-zoom-out.scss */
.zoom-out .team-wrap #modal-create-teams .modal-footer {
  margin-top: 0 !important;
}

/* line 99, app/assets/stylesheets/team-zoom-out.scss */
.zoom-out .team-wrap #modal-create-teams .modal-footer--cancel,
.zoom-out .team-wrap #modal-create-teams .js-submit {
  height: 33px;
  line-height: 33px;
  width: 90px;
  font-size: 12px;
}

/* line 4, app/assets/stylesheets/index_style.scss */
* {
  padding: 0;
  margin: 0;
}

/* line 9, app/assets/stylesheets/index_style.scss */
table {
  border-collapse: collapse;
}

/* line 13, app/assets/stylesheets/index_style.scss */
body {
  font-family: 'M PLUS Rounded 1c';
}

/* line 17, app/assets/stylesheets/index_style.scss */
.title-header {
  font-size: 19px;
  margin-left: 30px;
}

/* line 22, app/assets/stylesheets/index_style.scss */
.start-date-th, .end-date-th {
  margin: 0;
  padding: 0;
}

/* line 27, app/assets/stylesheets/index_style.scss */
.start-date-th span {
  position: absolute;
  left: 460px;
  top: 0;
}

/* line 33, app/assets/stylesheets/index_style.scss */
.end-date-th span {
  position: absolute;
  left: 520px;
  top: 0;
}

/* line 39, app/assets/stylesheets/index_style.scss */
.start-date-th p, .end-date-th p {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 18px;
  left: -10px;
}

/* line 47, app/assets/stylesheets/index_style.scss */
.start-date-th span.expand {
  left: 965px !important;
}

/* line 51, app/assets/stylesheets/index_style.scss */
.end-date-th span.expand {
  left: 1003px !important;
}

/* line 55, app/assets/stylesheets/index_style.scss */
.filters-group {
  width: 100%;
  min-height: 200px;
  background: #fff;
  box-shadow: 1px 16px 36px #0000000D;
  border: 1px solid #B5C2D5;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 20px 24px;
  position: relative;
}

/* line 67, app/assets/stylesheets/index_style.scss */
.filters-group .filters-header {
  width: 100%;
  margin-bottom: 20px;
}

/* line 72, app/assets/stylesheets/index_style.scss */
.filters-group .filters-header h3 {
  font-weight: bold;
}

/* line 76, app/assets/stylesheets/index_style.scss */
.filters-group .col-md-1, .filters-group .col-md-2, .filters-group .col-md-3, .filters-group .col-md-4,
.filters-group .col-md-6, .filters-group .col-md-8,
.filters-group .col-md-10, .filters-group .col-md-11, .filters-group .col-md-12 {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

/* line 83, app/assets/stylesheets/index_style.scss */
.filters-group .filters-form.construction-form input {
  width: 80%;
  height: 40px;
  font-size: 14px;
}

/* line 89, app/assets/stylesheets/index_style.scss */
.filters-group .filters-form.estimate-filters input {
  width: 100% !important;
}

/* line 93, app/assets/stylesheets/index_style.scss */
.filters-group .filters-form.workload-form input[type=text], .filters-group .filters-form.workload-form select {
  width: 80%;
  min-height: 40px !important;
  font-size: 14px;
  padding-left: 10px;
}

/* line 100, app/assets/stylesheets/index_style.scss */
.filters-group .filters-form.workload-form input.additional-rate {
  width: 10% !important;
}

/* line 104, app/assets/stylesheets/index_style.scss */
.employee-box .select2-container .select2-selection--single {
  width: 230px !important;
}

/* line 108, app/assets/stylesheets/index_style.scss */
.employee-box .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0px !important;
  left: 200px !important;
}

/* line 113, app/assets/stylesheets/index_style.scss */
.filters-group:not(.group-team-management) .filters-form.workload-form .select2-container .select2-selection--single {
  height: 40px !important;
}

/* line 117, app/assets/stylesheets/index_style.scss */
.filters-group .filters-form.workload-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px !important;
}

/* line 121, app/assets/stylesheets/index_style.scss */
.filters-group .filters-form.workload-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px !important;
}

/* line 125, app/assets/stylesheets/index_style.scss */
.workload-box {
  display: inline-flex;
  line-height: 40px;
}

/* line 130, app/assets/stylesheets/index_style.scss */
.workload-box input[type=radio] {
  margin-top: 15px;
}

/* line 134, app/assets/stylesheets/index_style.scss */
.filters-group .filters-form.construction-form .construction-calendar-ico {
  position: absolute;
  top: 8px;
  right: 90px;
}

/* line 140, app/assets/stylesheets/index_style.scss */
.filters-group .filters-form.estimate-filters .construction-calendar-ico {
  right: 12% !important;
  z-index: 999;
}

/* line 145, app/assets/stylesheets/index_style.scss */
.filters-form {
  font-size: 14px;
}

/* line 149, app/assets/stylesheets/index_style.scss */
.filters-form label {
  top: 9px;
  left: 5px;
  position: absolute;
  background-color: #fff;
  padding: 0px 2px;
  transition: 0.2s;
  pointer-events: none;
  font-weight: 400;
  z-index: 1;
}

/* line 162, app/assets/stylesheets/index_style.scss */
.workload-form label {
  position: absolute;
  top: -15px !important;
}

/* line 167, app/assets/stylesheets/index_style.scss */
.workload-form select, .workload-form input[type=text] {
  width: 100%;
}

/* line 172, app/assets/stylesheets/index_style.scss */
.filters-group .col-md-4.label-animate label {
  top: -11px !important;
  left: 5px !important;
  color: #2674FF !important;
}

/* line 178, app/assets/stylesheets/index_style.scss */
.filters-group .filters-form .filter-btn {
  width: 120px;
  height: 40px;
  background: #2674FF;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
}

/* line 188, app/assets/stylesheets/index_style.scss */
.filters-group .filters-form .inactive-btn {
  width: 120px;
  height: 40px;
  background: grey;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
}

/* line 198, app/assets/stylesheets/index_style.scss */
.filters-group .filters-form.construction-form .col-md-10 .col-md-4:first-child {
  margin-left: 0px;
}

/* line 202, app/assets/stylesheets/index_style.scss */
.navtab-header {
  margin-right: 30px;
}

/* line 206, app/assets/stylesheets/index_style.scss */
.navtab-header h3 {
  font-weight: bold;
  color: #000000;
  height: 44px;
  line-height: 44px;
}

/* line 213, app/assets/stylesheets/index_style.scss */
.column {
  display: inline-flex;
  padding: 0px;
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
}

/* line 222, app/assets/stylesheets/index_style.scss */
td.black-line {
  position: relative;
}

/* line 225, app/assets/stylesheets/index_style.scss */
td.black-line::before {
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  right: 0px;
  top: 0;
  border-right: 2px solid #858585;
  z-index: 1;
}

/* line 237, app/assets/stylesheets/index_style.scss */
td.first-month-day {
  position: relative;
}

/* line 240, app/assets/stylesheets/index_style.scss */
td.first-month-day::before {
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  left: -3px;
  top: 0;
  border-left: 2px solid #535353;
}

/* line 251, app/assets/stylesheets/index_style.scss */
.construction-list {
  font-size: 11px;
  display: block;
}

/* line 255, app/assets/stylesheets/index_style.scss */
.construction-list thead {
  width: 100%;
}

/* line 260, app/assets/stylesheets/index_style.scss */
.estimates-list {
  overflow-x: scroll;
  width: 100% !important;
  border: 1px solid #B5C2D5;
}

/* line 267, app/assets/stylesheets/index_style.scss */
.workers-list thead tr th, .estimates-list thead tr th, .loads-list thead tr th, .content-team__body thead tr th, .construction-list thead tr th {
  border: 1px solid #dee2e6;
}

/* line 271, app/assets/stylesheets/index_style.scss */
.workers-list thead tr th:last-child, .estimates-list thead tr th:last-child, .loads-list thead tr th:last-child, .content-team__body thead tr th:last-child, .construction-list thead tr th:last-child {
  border-right: none;
  border-left: none;
}

/* line 276, app/assets/stylesheets/index_style.scss */
.workers-list tbody tr td, .estimates-list tbody tr td, .loads-list tbody tr td, .content-team__body tbody tr td, .construction-list tbody tr td {
  border: 1px solid #dee2e6;
}

/* line 280, app/assets/stylesheets/index_style.scss */
.workers-list tbody:not(.construction-dtable, .tbody-team-management, .workers-dtable) tr td:last-child, .estimates-list tbody:not(.construction-dtable, .tbody-team-management, .workers-dtable) tr td:last-child, .loads-list tbody:not(.construction-dtable, .tbody-team-management, .workers-dtable) tr td:last-child, .content-team__body tbody:not(.construction-dtable, .tbody-team-management, .workers-dtable) tr td:last-child, .construction-list tbody:not(.construction-dtable, .tbody-team-management, .workers-dtable) tr td:last-child {
  border: none;
}

/* line 284, app/assets/stylesheets/index_style.scss */
.workers-list tbody tr td.body-col:first-child, .estimates-list tbody tr td.body-col:first-child, .loads-list tbody tr td.body-col:first-child, .content-team__body tbody tr td.body-col:first-child, .construction-list tbody tr td.body-col:first-child {
  border-bottom: 1px solid #dee2e6;
}

/* line 288, app/assets/stylesheets/index_style.scss */
.workers-list tbody tr td.body-col:last-child, .estimates-list tbody tr td.body-col:last-child, .loads-list tbody tr td.body-col:last-child, .content-team__body tbody tr td.body-col:last-child, .construction-list tbody tr td.body-col:last-child {
  border-top: 1px solid #dee2e6;
}

/* line 293, app/assets/stylesheets/index_style.scss */
.construction-list thead th, .estimates-list thead th, .loads-list thead th {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  vertical-align: middle !important;
}

/* line 299, app/assets/stylesheets/index_style.scss */
.workers-list thead th, .workers-schedule-list thead th, .estimates-list thead th {
  position: sticky;
  position: -webkit-sticky;
  top: -1px;
  left: 0;
  z-index: 10;
}

/* line 307, app/assets/stylesheets/index_style.scss */
.workers-list thead th, .estimates-list thead th {
  background: #f6f7fc;
}

/* line 311, app/assets/stylesheets/index_style.scss */
.workers-schedule-list thead th {
  background: #dff0d8;
}

/* line 315, app/assets/stylesheets/index_style.scss */
.worker-schedule-wrapper {
  overflow: auto;
  position: relative;
}

/* line 320, app/assets/stylesheets/index_style.scss */
.worker-table-wrapper {
  width: 100%;
  position: relative;
}

/* line 326, app/assets/stylesheets/index_style.scss */
.estimates-container .controls-box .number-count {
  width: 50%;
}

/* line 330, app/assets/stylesheets/index_style.scss */
.estimates-container .sec-box .contents {
  height: calc(100vh - 400px);
  overflow-x: auto;
  overflow-y: auto;
  position: relative;
}

/* line 337, app/assets/stylesheets/index_style.scss */
.estimates-container .content-estimate {
  border: 1px solid #B5C2D5;
  border-bottom: none;
  background: #fff;
}

/* line 345, app/assets/stylesheets/index_style.scss */
.estimate-show-page input, .estimate-show-page textarea, .estimate-show-page select {
  pointer-events: none !important;
}

/* line 349, app/assets/stylesheets/index_style.scss */
.estimate-show-page .create-btn, .estimate-show-page .select-file-btn, .estimate-show-page .select-btn {
  display: none !important;
}

/* line 354, app/assets/stylesheets/index_style.scss */
.estimates-content-group {
  background: #fff;
}

/* line 358, app/assets/stylesheets/index_style.scss */
.estimates-content-group h3 {
  font-size: 20px;
  padding-left: 15px;
  font-weight: bold;
}

/* line 365, app/assets/stylesheets/index_style.scss */
.loads-form .row {
  margin-top: 20px !important;
  text-align: center;
}

/* line 370, app/assets/stylesheets/index_style.scss */
.loads-form .col-md-12, .loads-form .col-md-2, .loads-form .col-md-3, .loads-form .col-md-4, .loads-form .col-md-8, .loads-form .col-md-9, .loads-form .col-md-8, .loads-form .col-md-6 {
  margin-top: 0px !important;
}

/* line 374, app/assets/stylesheets/index_style.scss */
.loads-form .action-row {
  margin-left: 33%;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 381, app/assets/stylesheets/index_style.scss */
.form-check-label {
  font-weight: normal;
}

/* line 385, app/assets/stylesheets/index_style.scss */
.dp-inline {
  display: inline-flex !important;
}

/* line 389, app/assets/stylesheets/index_style.scss */
.n-p-right {
  padding-right: 0;
}

/* line 393, app/assets/stylesheets/index_style.scss */
.no-p-lr {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 398, app/assets/stylesheets/index_style.scss */
.p-b-20 {
  padding-bottom: 20px;
}

/* line 402, app/assets/stylesheets/index_style.scss */
.seperate {
  border-bottom: 1px solid #B5C2D5;
  margin: 20px 0px;
  opacity: 0.3;
}

/* line 408, app/assets/stylesheets/index_style.scss */
.estimates-content-group .custom-input {
  width: 100px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #B5C2D5;
  border-radius: 4px;
}

/* line 416, app/assets/stylesheets/index_style.scss */
.estimates-list thead th, .loads-list thead th {
  text-align: left;
  font-size: 14px;
  border-bottom: 1px solid #B5C2D5;
}

/* line 422, app/assets/stylesheets/index_style.scss */
.estimates-list tbody td {
  white-space: nowrap;
  font-size: 13px;
  vertical-align: middle !important;
}

/* line 428, app/assets/stylesheets/index_style.scss */
.loads-list {
  border: 1px solid #B5C2D5;
}

/* line 432, app/assets/stylesheets/index_style.scss */
.loads-list tbody td {
  white-space: nowrap;
  font-size: 13px;
  vertical-align: middle !important;
  text-align: left;
}

/* line 439, app/assets/stylesheets/index_style.scss */
.loads-list .action-btn {
  margin-left: 10px;
}

/* line 443, app/assets/stylesheets/index_style.scss */
.loads-list .action-btn:first-child {
  margin-left: 0px;
}

/* line 447, app/assets/stylesheets/index_style.scss */
.estimates-page-list {
  font-size: 13px;
}

/* line 451, app/assets/stylesheets/index_style.scss */
.estimates-page-list .construction-calendar-ico {
  position: absolute;
  top: 0;
  right: 20px;
}

/* line 457, app/assets/stylesheets/index_style.scss */
.estimates-list tbody td a.action-btn {
  /*background: url("bg.svg") 30px 30px;*/
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  background: #E5EFFF;
  margin-right: 5px;
}

/* line 470, app/assets/stylesheets/index_style.scss */
.estimates-list tbody td a img {
  width: 20px;
  height: 20px;
}

/* line 475, app/assets/stylesheets/index_style.scss */
.estimates-page-list .col-md-6, .estimates-page-list .col-md-2,
.estimates-page-list .col-md-3, .estimates-page-list .col-md-8, .estimates-page-list .col-md-9,
.estimates-page-list .col-md-4, .estimates-page-list .col-md-10 {
  margin-top: 10px;
}

/* line 481, app/assets/stylesheets/index_style.scss */
.m-r-10 {
  margin-right: 10px !important;
}

/* line 485, app/assets/stylesheets/index_style.scss */
.m-l-15 {
  margin-left: 15px !important;
}

/* line 489, app/assets/stylesheets/index_style.scss */
.m-t-10 {
  margin-top: 10px !important;
}

/* line 493, app/assets/stylesheets/index_style.scss */
.m-t-20 {
  margin-top: 20px !important;
}

/* line 497, app/assets/stylesheets/index_style.scss */
.no-margin {
  margin: 0;
}

/* line 501, app/assets/stylesheets/index_style.scss */
.no-margin-left {
  margin-left: 0px !important;
}

/* line 505, app/assets/stylesheets/index_style.scss */
.m-b-10 {
  margin-bottom: 10px !important;
}

/* line 509, app/assets/stylesheets/index_style.scss */
.m-l-40p {
  margin-left: 40% !important;
}

/* line 513, app/assets/stylesheets/index_style.scss */
.no-m-t {
  margin-top: 0px !important;
}

/* line 517, app/assets/stylesheets/index_style.scss */
.p-l-25 {
  padding-left: 25px !important;
}

/* line 521, app/assets/stylesheets/index_style.scss */
.p-l-30 {
  padding-left: 30px !important;
}

/* line 525, app/assets/stylesheets/index_style.scss */
.p-l-40 {
  padding-left: 40px !important;
}

/* line 529, app/assets/stylesheets/index_style.scss */
.p-l-45 {
  padding-left: 45px !important;
}

/* line 533, app/assets/stylesheets/index_style.scss */
.p-l-50 {
  padding-left: 50px !important;
}

/* line 537, app/assets/stylesheets/index_style.scss */
.p-l-55 {
  padding-left: 55px !important;
}

/* line 541, app/assets/stylesheets/index_style.scss */
.p-l-70 {
  padding-left: 70px !important;
}

/* line 545, app/assets/stylesheets/index_style.scss */
.estimates-page-list span {
  color: #000000DB;
  font-size: 15px;
  font-weight: bold;
  height: 44px;
  line-height: 44px;
}

/* line 553, app/assets/stylesheets/index_style.scss */
.estimates-page-list input, .estimates-page-list select {
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #B5C2D5;
  border-radius: 4px;
  padding: 5px;
}

/* line 561, app/assets/stylesheets/index_style.scss */
.estimates-page-list input, .estimates-page-list textarea, .estimates-page-list select {
  font-size: 13px;
}

/* line 567, app/assets/stylesheets/index_style.scss */
.estimates-page-list .small-shaft-box .select-btn, .estimates-page-list .circular-lining-box .select-btn {
  margin-top: 10px;
}

/* line 573, app/assets/stylesheets/index_style.scss */
.estimates-page-list .select-file-btn, .estimates-page-list .select-btn {
  width: 100px;
  height: 44px;
  background: #F2F2F2;
  box-shadow: 0px 1px 2px #00000029;
  border-radius: 8px;
  font-size: 16px;
  text-align: center;
  line-height: 44px;
  color: #000;
}

/* line 585, app/assets/stylesheets/index_style.scss */
.file-select-btn {
  padding: 0px 20px;
  height: 44px;
  background: #F2F2F2;
  box-shadow: 0px 1px 2px #00000029;
  border-radius: 8px;
  font-size: 16px;
  text-align: center;
  line-height: 44px;
  color: #000;
}

/* line 597, app/assets/stylesheets/index_style.scss */
.div-after-insert {
  height: 45px;
  line-height: 45px;
  padding-left: 32px;
}

/* line 603, app/assets/stylesheets/index_style.scss */
.estimates-page-list .remove_fields {
  font-size: 30px;
  vertical-align: middle;
}

/* line 608, app/assets/stylesheets/index_style.scss */
.estimates-page-list .form-check {
  width: 30%;
  float: left;
  font-size: 16px;
  height: 44px;
  line-height: 44px;
}

/* line 616, app/assets/stylesheets/index_style.scss */
.w-100p {
  width: 100% !important;
}

/* line 620, app/assets/stylesheets/index_style.scss */
.w-100 {
  width: 100px !important;
}

/* line 624, app/assets/stylesheets/index_style.scss */
.w-120 {
  width: 120px !important;
}

/* line 628, app/assets/stylesheets/index_style.scss */
.w-500 {
  width: 500px !important;
}

/* line 632, app/assets/stylesheets/index_style.scss */
.w-550 {
  width: 550px !important;
}

/* line 635, app/assets/stylesheets/index_style.scss */
.w-550 .btn {
  padding: 6px 12px;
  font-size: 12px;
}

/* line 641, app/assets/stylesheets/index_style.scss */
.min-w-100 {
  min-width: 100px;
}

/* line 645, app/assets/stylesheets/index_style.scss */
.max-w-100 {
  max-width: 100px;
}

/* line 649, app/assets/stylesheets/index_style.scss */
.max-w-160 {
  max-width: 160px !important;
}

/* line 653, app/assets/stylesheets/index_style.scss */
.w-30p {
  width: 30% !important;
}

/* line 657, app/assets/stylesheets/index_style.scss */
.w-35p {
  width: 35% !important;
}

/* line 661, app/assets/stylesheets/index_style.scss */
.estimates-page-list .form-check.w-70 {
  width: 70px;
}

/* line 665, app/assets/stylesheets/index_style.scss */
.estimates-page-list .form-check.w-90 {
  width: 90px;
}

/* line 669, app/assets/stylesheets/index_style.scss */
.estimates-page-list .form-check.w-140 {
  width: 140px;
}

/* line 673, app/assets/stylesheets/index_style.scss */
.estimates-page-list .form-check.w-20-p:last-child {
  width: 133px;
}

/* line 677, app/assets/stylesheets/index_style.scss */
.estimates-page-list .form-check-inline {
  margin-right: 15px;
}

/* line 681, app/assets/stylesheets/index_style.scss */
.estimates-page-list .form-check label {
  font-size: 14px;
  margin-left: 20px;
}

/* line 686, app/assets/stylesheets/index_style.scss */
.estimates-page-list .form-check input[type=radio] {
  height: 35px;
  line-height: 44px;
}

/* line 691, app/assets/stylesheets/index_style.scss */
.construction-list .construction-dtable tr td, .workers-list .workers-dtable tr td {
  vertical-align: middle;
}

/* line 695, app/assets/stylesheets/index_style.scss */
.construction-schedule-list {
  text-align: center;
}

/* line 699, app/assets/stylesheets/index_style.scss */
.construction-dtable tr td, .workers-dtable tr td {
  height: 40px;
}

/* line 703, app/assets/stylesheets/index_style.scss */
.construction-schedule-list tbody tr, .workers-schedule-list tbody tr {
  height: 40px;
}

/* line 707, app/assets/stylesheets/index_style.scss */
.construction-schedule-list tbody tr td, .workers-schedule-list tbody tr td {
  height: 40px;
  padding: 0 !important;
  border-right: 1px solid #E5EAF0;
}

/* line 716, app/assets/stylesheets/index_style.scss */
.construction-schedule-list tbody tr:nth-child(even),
.workers-schedule-list tbody tr:nth-child(even) {
  background: #fff !important;
}

/* line 722, app/assets/stylesheets/index_style.scss */
.construction-schedule-list tbody tr td span, .workers-schedule-list tbody tr td span {
  margin-top: 4px;
  height: 30px;
  width: 100%;
  display: block;
  line-height: 30px;
}

/* line 730, app/assets/stylesheets/index_style.scss */
.construction-schedule-expand {
  margin-left: 1076px !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 738, app/assets/stylesheets/index_style.scss */
.workers-list {
  font-size: 11px;
  text-align: center;
  border: 1px solid #00000029;
  border-right: none;
}

/* line 745, app/assets/stylesheets/index_style.scss */
td.text-left {
  border-left: 1px solid #00000029;
}

/* line 749, app/assets/stylesheets/index_style.scss */
.workers-list tbody tr:last-child {
  height: 27px;
}

/* line 753, app/assets/stylesheets/index_style.scss */
.workers-list {
  display: block;
  border: 1px solid #00000029;
}

/* line 758, app/assets/stylesheets/index_style.scss */
.workers-list th.border-first-day::before {
  top: 1px;
}

/* line 764, app/assets/stylesheets/index_style.scss */
.workers-list th.border-first-day:first-child::before {
  border-left: 1px solid #535353;
}

/* line 769, app/assets/stylesheets/index_style.scss */
.workers-list tbody tr td span {
  height: 100%;
  width: 100%;
  display: block;
  line-height: 25px;
  text-align: center;
}

/* line 777, app/assets/stylesheets/index_style.scss */
.workers-list td.schedule-td {
  padding: 0;
}

/* line 782, app/assets/stylesheets/index_style.scss */
.construction-list thead tr, .workers-list thead tr, .estimates-list thead tr, .loads-list thead tr {
  background: #f6f7fc;
  color: #8ba2b6;
}

/* line 787, app/assets/stylesheets/index_style.scss */
.construction-list thead tr, .workers-list thead tr, .construction-schedule-list thead tr, .workers-schedule-list thead tr, .estimates-list thead tr {
  line-height: 41px;
  font-weight: 100;
}

/* line 792, app/assets/stylesheets/index_style.scss */
.construction-list thead th, .workers-list thead th, .construction-schedule-list thead th, .workers-schedule-list thead th, .estimates-list thead th, .loads-list thead th {
  padding: 0;
  color: #86A3B8;
  white-space: nowrap;
  font-weight: 100;
  height: 40px;
}

/* line 800, app/assets/stylesheets/index_style.scss */
.workers-list thead tr th {
  vertical-align: middle;
  height: 29.5px;
  text-align: left;
  border: 1px solid #dee2e6;
}

/* line 807, app/assets/stylesheets/index_style.scss */
.workers-list thead tr th:last-child {
  border-right: none;
}

/* line 811, app/assets/stylesheets/index_style.scss */
.workers-list .workers-dtable td {
  white-space: nowrap;
  text-align: left;
}

/* line 816, app/assets/stylesheets/index_style.scss */
.schedule-list thead tr {
  background: rgba(0, 151, 19, 0.1);
}

/* line 820, app/assets/stylesheets/index_style.scss */
.workers-schedule-list tr:hover td {
  cursor: pointer;
}

/* line 824, app/assets/stylesheets/index_style.scss */
.schedule-list thead th {
  padding: 5px;
  text-align: center;
}

/* line 829, app/assets/stylesheets/index_style.scss */
.schedule-list .schedule-tbody td {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}

/* line 835, app/assets/stylesheets/index_style.scss */
.construction-dtable tr td {
  padding: 0;
  white-space: nowrap;
}

/* line 840, app/assets/stylesheets/index_style.scss */
.bg-yl {
  background: #f6c042;
}

/* line 844, app/assets/stylesheets/index_style.scss */
.bg-green {
  background: #4eac5b;
}

/* line 848, app/assets/stylesheets/index_style.scss */
.bg-cyan {
  background: #7ad2fa;
}

/* line 852, app/assets/stylesheets/index_style.scss */
.construction-group {
  width: calc(100% - 240px);
  z-index: 1;
  position: absolute;
  padding: 24px 24px 30px 24px;
  background: #f4f4f4;
}

/* line 860, app/assets/stylesheets/index_style.scss */
.construction-group.sidebar-collapse {
  width: calc(100% - 68px) !important;
}

/* line 864, app/assets/stylesheets/index_style.scss */
.chart-box {
  padding: 0px 20px;
}

/* line 868, app/assets/stylesheets/index_style.scss */
.b-radius-first-el {
  border-radius: 5px 0px 0px 5px;
}

/* line 872, app/assets/stylesheets/index_style.scss */
.b-radius-last-el {
  border-radius: 0px 5px 5px 0px;
}

/* line 876, app/assets/stylesheets/index_style.scss */
.hidden {
  display: none;
}

/* line 880, app/assets/stylesheets/index_style.scss */
.header-fixed {
  position: fixed;
  top: 148px;
  left: 290px;
}

/* line 886, app/assets/stylesheets/index_style.scss */
.t-header {
  text-align: center;
}

/* line 890, app/assets/stylesheets/index_style.scss */
.workers-list tr th, .schedule-list tr th, .workers-list tr td, .schedule-list tr td {
  padding: 5px;
  text-align: center;
}

/* line 895, app/assets/stylesheets/index_style.scss */
.construction-list tr th:first-child,
.construction-list tr td:first-child {
  padding-left: 20px;
  border-left: none;
}

/* line 901, app/assets/stylesheets/index_style.scss */
.construction-list tr th:nth-child(15),
.construction-list tr td:nth-child(15) {
  border-right: none;
}

/* line 906, app/assets/stylesheets/index_style.scss */
.workers-list tr th:last-child,
.construction-list tr th:last-child,
.construction-list tr td:last-child {
  padding-right: 10px;
}

/* line 912, app/assets/stylesheets/index_style.scss */
.workers-list tr td.worker-check-td {
  text-align: center;
}

/* line 916, app/assets/stylesheets/index_style.scss */
.w-20 {
  width: 20px;
}

/* line 920, app/assets/stylesheets/index_style.scss */
.w-40 {
  width: 40px !important;
}

/* line 924, app/assets/stylesheets/index_style.scss */
.w-60 {
  width: 60px !important;
}

/* line 930, app/assets/stylesheets/index_style.scss */
.constructor-worker-list thead th {
  white-space: nowrap;
}

/* line 937, app/assets/stylesheets/index_style.scss */
.constructor-worker-list tbody tr:hover {
  background: #dff0d8 !important;
  cursor: pointer;
}

/* line 942, app/assets/stylesheets/index_style.scss */
.constructor-worker-list tbody tr td {
  white-space: nowrap;
}

/* line 950, app/assets/stylesheets/index_style.scss */
.construction-list thead th:first-child, .workers-list thead th:first-child {
  white-space: nowrap;
}

/* line 954, app/assets/stylesheets/index_style.scss */
.controls-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  background: #fff;
  height: 60px;
  z-index: 1;
  border: 1px solid #B5C2D5;
  border-bottom: none;
}

/* line 967, app/assets/stylesheets/index_style.scss */
.m-w-box {
  max-width: 1480px;
}

/* line 971, app/assets/stylesheets/index_style.scss */
.charts-group {
  margin-top: 20px;
  border: 1px solid #B5C2D5;
}

/* line 976, app/assets/stylesheets/index_style.scss */
.controls-box.charts-box {
  border: none;
}

/* line 981, app/assets/stylesheets/index_style.scss */
.charts-group .boxpadding {
  overflow-x: scroll;
}

/* line 985, app/assets/stylesheets/index_style.scss */
.charts-group .row.chart-box {
  width: 3000px !important;
  height: 400px !important;
}

/* line 990, app/assets/stylesheets/index_style.scss */
.charts-group canvas {
  height: 400px !important;
}

/* line 995, app/assets/stylesheets/index_style.scss */
.charts-box span {
  color: #000000DB !important;
}

/* line 999, app/assets/stylesheets/index_style.scss */
.controls-row {
  height: 32px;
  padding: 0 18px;
  flex-basis: 52%;
}

/* line 1005, app/assets/stylesheets/index_style.scss */
.fix-width {
  max-width: calc(36% - 2px);
}

/* line 1009, app/assets/stylesheets/index_style.scss */
.content-workload {
  padding-left: 10px;
}

/* line 1012, app/assets/stylesheets/index_style.scss */
.content-workload .content__head {
  padding: 0;
}

/* line 1017, app/assets/stylesheets/index_style.scss */
.controls-row.no-border-box {
  border: none;
}

/* line 1021, app/assets/stylesheets/index_style.scss */
.controls-row.controls-workers {
  width: 100%;
  height: 40px;
  border-right: 1px solid #00000029;
  display: flex;
  flex-basis: 100%;
}

/* line 1029, app/assets/stylesheets/index_style.scss */
.controls-row.controls-workers {
  border-right: none;
}

/* line 1033, app/assets/stylesheets/index_style.scss */
.controls-box .expand-box {
  width: 30%;
  height: 100%;
  float: left;
}

/* line 1039, app/assets/stylesheets/index_style.scss */
.controls-box .number-count {
  height: 100%;
  width: 25%;
  float: left;
  line-height: 35px;
  font-size: 13px;
  text-align: center;
}

/* line 1048, app/assets/stylesheets/index_style.scss */
.controls-box .paginations {
  height: 100%;
  width: 50%;
  float: left;
  font-size: 13px;
  display: inline-block;
}

/* line 1056, app/assets/stylesheets/index_style.scss */
.controls-box .paginations a {
  color: #86A3B8;
  float: left;
  padding: 8px 10px;
  text-decoration: none;
}

/* line 1063, app/assets/stylesheets/index_style.scss */
.controls-box .paginations a:first-child, .controls-box .paginations a:last-child {
  padding-top: 5px;
}

/* line 1067, app/assets/stylesheets/index_style.scss */
.controls-box .paginations a:hover, .controls-box .paginations a.active {
  color: #000;
}

/* line 1071, app/assets/stylesheets/index_style.scss */
.controls-box span {
  z-index: 2;
  color: #86A3B8;
}

/* line 1076, app/assets/stylesheets/index_style.scss */
.controls-box .charts-header {
  height: 100%;
  width: 60%;
  float: left;
  line-height: 30px;
  font-size: 13px;
  padding-left: 10px;
}

/* line 1085, app/assets/stylesheets/index_style.scss */
.controls-worker-header {
  height: 100%;
  width: 23%;
  float: left;
  line-height: 30px;
  font-size: 13px;
  padding-left: 10px;
}

/* line 1111, app/assets/stylesheets/index_style.scss */
.controls-box a.expand-table {
  width: 40px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #B5C2D5;
  text-align: center;
  vertical-align: middle;
  left: 740px;
  float: right;
  padding: 0;
  background: #fff;
}

/* line 1124, app/assets/stylesheets/index_style.scss */
.controls-box .controls-row a.expand-table img {
  width: 20px;
  height: 28px;
}

/* line 1129, app/assets/stylesheets/index_style.scss */
.controls-left {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* line 1136, app/assets/stylesheets/index_style.scss */
.charts-box .controls-left, .controls-workers .controls-left {
  flex-basis: 40%;
  height: 32px;
}

/* line 1141, app/assets/stylesheets/index_style.scss */
.charts-box .controls-workers .controls-left {
  display: initial;
}

/* line 1145, app/assets/stylesheets/index_style.scss */
.controls-left .controls-worker-header span, .controls-left .charts-header span {
  font-size: 15px;
  font-weight: bold;
  color: #000;
}

/* line 1151, app/assets/stylesheets/index_style.scss */
.controls-left .charts-header {
  border-right: 1px solid #00000029;
  width: 23%;
}

/* line 1156, app/assets/stylesheets/index_style.scss */
.controls-right {
  flex-basis: 52%;
  height: 32px;
  font-size: 14px;
  display: flex;
  justify-content: flex-end;
  padding: 0 24px;
}

/* line 1164, app/assets/stylesheets/index_style.scss */
.controls-right .filter-month {
  display: flex;
}

/* line 1168, app/assets/stylesheets/index_style.scss */
.controls-right .notes {
  display: flex;
  width: 145px;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
  border-left: 1px solid #B5C2D5;
}

/* line 1178, app/assets/stylesheets/index_style.scss */
.controls-right .filter-month.workloads-filter-month .choose-this-month-btn {
  margin-right: 0;
}

/* line 1182, app/assets/stylesheets/index_style.scss */
.controls-right .filter-month.workloads-filter-month .action-month-btn {
  line-height: 32px;
}

/* line 1188, app/assets/stylesheets/index_style.scss */
.controls-right .estimates-desc-text, .controls-right .constructions-desc-text {
  color: #000;
}

/* line 1192, app/assets/stylesheets/index_style.scss */
.charts-box .controls-row {
  border-right: none;
}

/* line 1196, app/assets/stylesheets/index_style.scss */
.charts-box .controls-right, .controls-workers .controls-right {
  font-size: 14px;
  padding: 0 24px;
  flex-basis: 60%;
}

/* line 1202, app/assets/stylesheets/index_style.scss */
.charts-box .controls-right .filter-month .col-md-2:first-child, .controls-workers .controls-right .filter-month .col-md-2:first-child {
  padding: 0;
}

/* line 1207, app/assets/stylesheets/index_style.scss */
.charts-box .controls-right .btn-export, .controls-workers .controls-right .btn-export {
  margin-left: 14px;
}

/* line 1211, app/assets/stylesheets/index_style.scss */
.charts-box .controls-right .btn-check, .controls-workers .controls-right .btn-check {
  width: 87px;
  height: 32px;
  background: #2674FF;
  border-radius: 4px;
  color: #fff !important;
  text-align: center;
  line-height: 32px;
  margin-left: 14px;
}

/* line 1224, app/assets/stylesheets/index_style.scss */
.controls-workers .controls-right .estimates-desc,
.controls-workers .controls-right .constructions-desc {
  display: flex;
  margin-left: 10px;
}

/* line 1231, app/assets/stylesheets/index_style.scss */
.controls-workers .controls-right .employee-box {
  width: 47%;
}

/* line 1234, app/assets/stylesheets/index_style.scss */
.controls-workers .controls-right .employee-box .employee-box-title {
  position: relative;
  top: 2px;
}

/* line 1240, app/assets/stylesheets/index_style.scss */
.controls-workers .controls-right .employee-box span.select2-container {
  width: 200px;
}

/* line 1262, app/assets/stylesheets/index_style.scss */
.controls-workers .controls-right .employee-box .employee-dropdown option {
  width: 200px;
  line-height: 32px;
  height: 32px;
  text-align-last: right;
  padding-right: 80px;
}

/* line 1270, app/assets/stylesheets/index_style.scss */
.controls-workers .controls-right span.estimates-desc-label {
  width: 20px;
  height: 20px;
  background: #00B050;
  border-radius: 3px;
  margin-right: 12px;
}

/* line 1278, app/assets/stylesheets/index_style.scss */
.controls-workers .controls-right span.constructions-desc-label, .controls-workers .controls-right span.charts-desc-label {
  width: 20px;
  height: 20px;
  background: #FFC000;
  border-radius: 3px;
  margin-right: 12px;
}

/* line 1286, app/assets/stylesheets/index_style.scss */
span.charts-desc-label {
  background: #FFC000;
  border-radius: 4px;
}

/* line 1291, app/assets/stylesheets/index_style.scss */
.controls-workers .controls-right .estimates-desc span.charts-desc-label {
  background: #93C2C6;
}

/* line 1295, app/assets/stylesheets/index_style.scss */
.controls-workers .controls-right .constructions-desc span.charts-desc-label {
  background: #17618F;
}

/* line 1299, app/assets/stylesheets/index_style.scss */
.controls-right input,
.controls-right select {
  width: 87px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #B5C2D5;
  border-radius: 4px;
  font-size: 14px;
  margin-left: 24px;
}

/* line 1310, app/assets/stylesheets/index_style.scss */
.controls-right label {
  margin-top: 5px;
  margin-left: 8px;
  font-weight: 400;
}

/* line 1316, app/assets/stylesheets/index_style.scss */
.controls-right .choose-this-month-btn {
  width: 87px;
  height: 32px;
  border: 1px solid #B5C2D5;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  color: #000;
}

/* line 1325, app/assets/stylesheets/index_style.scss */
.controls-right .choose-this-month-btn a {
  color: #000;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
}

/* line 1333, app/assets/stylesheets/index_style.scss */
.controls-right .choose-this-month-btn:hover {
  text-decoration: none;
}

/* line 1338, app/assets/stylesheets/index_style.scss */
.controls-right .search-btn, .export-excel-btn {
  width: 87px;
  height: 32px;
  background: #2674FF;
  border-radius: 4px;
  color: #fff !important;
  text-align: center;
  line-height: 32px;
}

/* line 1347, app/assets/stylesheets/index_style.scss */
.controls-right .search-btn a, .export-excel-btn a {
  color: #fff !important;
  text-decoration: none;
}

/* line 1353, app/assets/stylesheets/index_style.scss */
.controls-right .export-excel-btn.worker-charge:hover {
  text-decoration: underline;
  cursor: pointer;
}

/* line 1358, app/assets/stylesheets/index_style.scss */
.controls-workers .controls-right span {
  white-space: nowrap;
}

/* line 1362, app/assets/stylesheets/index_style.scss */
.controls-right .col-md-2, .controls-right .col-md-4, .controls-right .col-md-6 {
  margin: 0;
}

/* line 1366, app/assets/stylesheets/index_style.scss */
.unit-box {
  display: block;
  width: 32px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
}

/* line 1374, app/assets/stylesheets/index_style.scss */
.pgreen-bg {
  background: #dbf1e4;
}

/* line 1378, app/assets/stylesheets/index_style.scss */
.dplusta-bg {
  background: #E8DEBF;
}

/* line 1382, app/assets/stylesheets/index_style.scss */
.red-bg {
  background: #FB275A;
}

/* line 1386, app/assets/stylesheets/index_style.scss */
.select2 {
  width: 100%;
}

/* line 1390, app/assets/stylesheets/index_style.scss */
.h-300px {
  height: 300px;
}

/* MODAL */
/* line 1395, app/assets/stylesheets/index_style.scss */
#scheduleModal .modal-body {
  min-height: 150px;
}

/* line 1399, app/assets/stylesheets/index_style.scss */
#created_worker_code-modal .modal-content,
#business_worker_code-modal .modal-content,
#estimate_worker_code-modal .modal-content,
.delete_confirm-modal .modal-content {
  position: relative;
  transform: translateY(150%);
  width: 100%;
  font-size: 14px;
}

/* line 1409, app/assets/stylesheets/index_style.scss */
#constructionDataModal {
  padding-right: 0 !important;
  z-index: 99999;
}

/* line 1414, app/assets/stylesheets/index_style.scss */
#constructionDataModal .modal-content {
  transform: translateY(10%);
}

/* line 1418, app/assets/stylesheets/index_style.scss */
#created_worker_code-modal .select2.select2-container, #business_worker_code-modal .select2.select2-container, #estimate_worker_code-modal .select2.select2-container {
  width: 100% !important;
  height: 44px;
}

/* line 1423, app/assets/stylesheets/index_style.scss */
.header-page .col-md-6 {
  margin: 20px 0px;
}

/* line 1427, app/assets/stylesheets/index_style.scss */
.header-page .col-md-6:first-child {
  padding-left: 0px;
}

/* line 1431, app/assets/stylesheets/index_style.scss */
.header-page .col-md-6:last-child {
  padding-right: 20px;
}

/* ESTIMATES PAGE */
/* line 1436, app/assets/stylesheets/index_style.scss */
.header-page h3.header-text {
  font-size: 24px;
  font-weight: bold;
  line-height: 45px;
}

/* line 1442, app/assets/stylesheets/index_style.scss */
.add-new-btn {
  width: 136px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #2674FF;
  border-radius: 4px;
  text-align: center;
  letter-spacing: 0px;
  color: #2674FF !important;
  font-size: 16px;
  line-height: 44px;
  padding-left: 30px;
}

/* line 1456, app/assets/stylesheets/index_style.scss */
.add-new-btn:before {
  content: "";
  position: absolute;
  /*left: 602px;*/
  left: 10px;
  top: 10px;
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url(/assets/add-5aa35e80d9712b6efffbb71afa4dc897d2ee53dbb63deb887a902f5574e58724.svg);
}

/* TEMPLATE */
/* line 1469, app/assets/stylesheets/index_style.scss */
.wrapper {
  width: 100%;
  height: 100%;
  display: table;
  position: absolute;
}

/* line 1476, app/assets/stylesheets/index_style.scss */
.right-sec > div {
  -webkit-animation: frombottom .5s ease-in;
  -moz-animation: frombottom .5s ease-in;
  -o-animation: frombottom .5s ease-in;
  -ms-animation: frombottom .5s ease-in;
  animation: frombottom .5s ease-in;
}

@keyframes frombottom {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@-moz-keyframes frombottom {
  0% {
    opacity: 0;
    -moz-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
}

@-webkit-keyframes frombottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
}

@-ms-keyframes frombottom {
  /* line 1518, app/assets/stylesheets/index_style.scss */
  0% {
    opacity: 0;
    -ms-transform: translateY(50px);
  }
  /* line 1522, app/assets/stylesheets/index_style.scss */
  100% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
}

@-o-keyframes frombottom {
  0% {
    opacity: 0;
    -o-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0px);
  }
}

@-webkit-keyframes fromleft {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -o-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}

/* line 1558, app/assets/stylesheets/index_style.scss */
.wrapper.centeraligned {
  width: 1170px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

/* line 1565, app/assets/stylesheets/index_style.scss */
.structure-table {
  display: table;
  width: 100%;
  position: relative;
}

/* line 1571, app/assets/stylesheets/index_style.scss */
.structure-row {
  display: flex;
  width: 100%;
}

/* line 1576, app/assets/stylesheets/index_style.scss */
.structure-row.alone {
  display: block;
  width: 100%;
}

/* line 1581, app/assets/stylesheets/index_style.scss */
.wrapper aside {
  width: 240px;
  display: table-cell;
  background: #fff;
  z-index: 9999;
  min-height: 100%;
  position: fixed;
}

/* line 1590, app/assets/stylesheets/index_style.scss */
aside.sidebarhidden {
  width: 68px;
  z-index: 1;
  min-height: 100%;
  position: fixed;
}

/* line 1597, app/assets/stylesheets/index_style.scss */
.right-sec.sidebarhidden {
  min-height: 100vh;
  margin-left: 68px;
  flex: 1;
}

/* line 1603, app/assets/stylesheets/index_style.scss */
aside .sidebar-in {
  height: 100%;
  display: block;
  position: absolute;
  border-right: 1px solid #B5C2D5;
}

/* line 1610, app/assets/stylesheets/index_style.scss */
aside.sidebarhidden .sidebar-in {
  width: 68px;
}

/* line 1614, app/assets/stylesheets/index_style.scss */
.filters-radio-group .radio-box {
  margin-top: 0px;
  line-height: 40px;
}

/* line 1619, app/assets/stylesheets/index_style.scss */
.filters-radio-group .radio-box input[type=text] {
  width: 100px !important;
  border: 1px solid #D6D6D6;
  border-radius: 8px;
}

/* line 1625, app/assets/stylesheets/index_style.scss */
.filters-radio-group .radio-box input[type=text]:focus {
  border: 1px solid #9147FF;
  outline: none !important;
}

/* line 1630, app/assets/stylesheets/index_style.scss */
.filters-radio-group .radio-box input[type=radio] {
  height: 40px;
  margin: 0px 0px;
}

/* line 1635, app/assets/stylesheets/index_style.scss */
.filters-radio-group .radio-box span {
  white-space: nowrap;
}

/* line 1639, app/assets/stylesheets/index_style.scss */
.border-blue-violet {
  border: 1px solid #9147FF !important;
}

/* line 1643, app/assets/stylesheets/index_style.scss */
.border-red {
  border: 1px solid orangered !important;
}

/* line 1647, app/assets/stylesheets/index_style.scss */
.wrapper aside .shadows {
  top: 0;
  right: 0;
  width: 25px;
  height: 100%;
  display: block;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
}

/* line 1657, app/assets/stylesheets/index_style.scss */
aside.sidebarhidden .shadows {
  display: none;
}

/* line 1661, app/assets/stylesheets/index_style.scss */
.right-sec + aside .shadows {
  left: 0;
  right: inherit;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 1671, app/assets/stylesheets/index_style.scss */
.wrapper aside header {
  width: 100%;
  height: 85px;
  display: flex;
  justify-content: center;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#383b44', endColorstr='#2e2f34', GradientType=0);
}

/* line 1685, app/assets/stylesheets/index_style.scss */
.wrapper aside header .logo {
  float: left;
  padding-top: 8px;
}

/* line 1690, app/assets/stylesheets/index_style.scss */
.sidebar .logo a {
  font-size: 24px;
  color: #2674FF;
}

/* line 1695, app/assets/stylesheets/index_style.scss */
aside.sidebarhidden header .logo {
  display: none;
}

/* line 1699, app/assets/stylesheets/index_style.scss */
.wrapper aside header .togglemenu {
  width: 26px;
  height: 26px;
  float: right;
  display: block;
}

/* line 1706, app/assets/stylesheets/index_style.scss */
aside.sidebarhidden header .togglemenu {
  float: left;
  margin-left: -5px;
}

/* line 1711, app/assets/stylesheets/index_style.scss */
.sidebarhidden nav.navigation {
  display: block;
}

/* line 1715, app/assets/stylesheets/index_style.scss */
.navi-acc {
  list-style-type: none;
  float: left;
  width: 100%;
}

/* line 1721, app/assets/stylesheets/index_style.scss */
.navi-acc > li {
  position: relative;
  width: 100%;
  float: left;
}

/* line 1727, app/assets/stylesheets/index_style.scss */
.navi-acc li div {
  padding: 20px;
  background: #aef;
  display: block;
  clear: both;
  float: left;
  width: 360px;
}

/* line 1736, app/assets/stylesheets/index_style.scss */
.navi-acc a {
  color: #848689;
  display: block;
  padding: 15px 0px 15px 50px;
  font-size: 13px;
  width: 100%;
  position: relative;
  text-transform: uppercase;
  text-align: left;
}

/* line 1747, app/assets/stylesheets/index_style.scss */
aside.sidebarhidden .navi-acc a {
  padding-left: 0;
  padding-right: 0;
  text-indent: -9999px;
}

/* line 1753, app/assets/stylesheets/index_style.scss */
.navi-acc li a:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 10px;
  display: inline-block;
  width: 27px;
  height: 27px;
  /*background: url("schedule.svg");*/
}

/* line 1764, app/assets/stylesheets/index_style.scss */
.sidebarhidden .navi-acc li a:before {
  left: 15px;
}

/* line 1768, app/assets/stylesheets/index_style.scss */
.navi-acc li a.dashboard:before {
  background-position: 0px -26px;
  width: 22px;
  height: 22px;
  top: 16px;
}

/* line 1775, app/assets/stylesheets/index_style.scss */
.navi-acc li a.dashboard:hover:before, .navi-acc li.active a.dashboard:before {
  background-position: -27px -26px;
}

/* line 1779, app/assets/stylesheets/index_style.scss */
.navi-acc li a.layouts:before {
  background-position: 0px -48px;
  width: 20px;
  height: 20px;
  top: 17px;
}

/* line 1786, app/assets/stylesheets/index_style.scss */
.navi-acc li a.layouts:hover:before, .navi-acc li.active a.layouts:before {
  background-position: -27px -48px;
}

/* line 1790, app/assets/stylesheets/index_style.scss */
.navi-acc li a.ui-elements:before {
  background-position: 0 -69px;
  width: 20px;
  height: 20px;
  top: 17px;
}

/* line 1797, app/assets/stylesheets/index_style.scss */
.navi-acc li a.ui-elements:hover:before, .navi-acc li.active a.ui-elements:before {
  background-position: -27px -69px;
}

/* line 1801, app/assets/stylesheets/index_style.scss */
.navi-acc li a.mailbox:before {
  background-position: 0px -111px;
  width: 24px;
  height: 15px;
  top: 19px;
}

/* line 1808, app/assets/stylesheets/index_style.scss */
.navi-acc li a.mailbox:hover:before, .navi-acc li.active a.mailbox:before {
  background-position: -27px -111px;
}

/* line 1812, app/assets/stylesheets/index_style.scss */
.navi-acc li a.process-control:before {
  background-image: url(/assets/schedule-c449013500ca5ea9c2d9e71a808284b003e3ba27f128004e61dcf17f98969504.svg);
}

/* line 1816, app/assets/stylesheets/index_style.scss */
.navi-acc li a.worker-charge-page:before {
  background-image: url(/assets/worker_charge_ico-e7a58e5b47ae7ba223b44a4fe4d9f34a6fd697b48f425e6a36ffd2149194bf3b.png);
}

/* line 1820, app/assets/stylesheets/index_style.scss */
.navi-acc li a.estimates-page:before {
  background-image: url(/assets/calendar_icon-2b4d3c7689717853a48094e2520a7333372e4ac986849b1177ac75690303c4aa.svg);
}

/* line 1824, app/assets/stylesheets/index_style.scss */
.navi-acc li a.admins-page:before {
  background-image: url(/assets/database_icon-c94af7bebc469778740cbba359205a2f9c3cbe4c20d858b3cf3a2f4d53beb690.svg);
}

/* line 1828, app/assets/stylesheets/index_style.scss */
.navi-acc li a.settings-page:before {
  background-image: url(/assets/building-aa53138d81bf85d43d075675469884d84090a03c931719aa12d1fe14614dd502.svg);
}

/* line 1832, app/assets/stylesheets/index_style.scss */
.navi-acc li a.team-management-page:before {
  background-image: url(/assets/team_management-185f0dde784e78ac0cdca4528975e6348e28bd3cc73f6d67787d31487bdb52ef.png);
}

/* line 1836, app/assets/stylesheets/index_style.scss */
.navi-acc li a.pages:before {
  background-position: 0px -148px;
  width: 20px;
  height: 20px;
  top: 17px;
}

/* line 1843, app/assets/stylesheets/index_style.scss */
.navi-acc li a.pages:hover:before, .navi-acc li.active a.pages:before {
  background-position: -27px -148px;
}

/* line 1847, app/assets/stylesheets/index_style.scss */
.navi-acc li a.charts:before {
  background-position: 0px -90px;
  width: 20px;
  height: 20px;
  top: 16px;
}

/* line 1854, app/assets/stylesheets/index_style.scss */
.navi-acc li a.charts:hover:before, .navi-acc li.active a.charts:before {
  background-position: -27px -90px;
}

/* line 1858, app/assets/stylesheets/index_style.scss */
.navi-acc li a.extras:before {
  background-position: 0 -169px;
  width: 20px;
  height: 19px;
  top: 17px;
}

/* line 1865, app/assets/stylesheets/index_style.scss */
.navi-acc li a.extras:hover:before, .navi-acc li.active a.extras:before {
  background-position: -27px -169px;
}

/* line 1869, app/assets/stylesheets/index_style.scss */
.navi-acc li a.loginoptions:before {
  background-position: 0 -189px;
  width: 22px;
  height: 22px;
  top: 15px;
}

/* line 1876, app/assets/stylesheets/index_style.scss */
.navi-acc li a.loginoptions:hover:before, .navi-acc li.active a.loginoptions:before {
  background-position: -27px -189px;
}

/* line 1880, app/assets/stylesheets/index_style.scss */
.navi-acc li a.maps:before {
  background-position: -2px -212px;
  width: 18px;
  height: 25px;
  top: 14px;
}

/* line 1887, app/assets/stylesheets/index_style.scss */
.navi-acc li a.maps:hover:before, .navi-acc li.active a.maps:before {
  background-position: -29px -212px;
}

/* line 1891, app/assets/stylesheets/index_style.scss */
.navi-acc li.active > a, .navi-acc li a {
  font-size: 14px;
  -webkit-transition: background-color 1000ms ease;
  -moz-transition: background-color 1000ms ease;
  -ms-transition: background-color 1000ms ease;
  -o-transition: background-color 1000ms ease;
  transition: background-color 1000ms ease;
}

/* line 1900, app/assets/stylesheets/index_style.scss */
.navi-acc li.active > a, .navi-acc li:hover > a {
  color: #fff !important;
  background: #2674FF;
  text-decoration: none;
}

/* line 1906, app/assets/stylesheets/index_style.scss */
.navi-acc li.active > a {
  background: #2674FF;
  color: #fff;
  text-align: left;
}

/* line 1912, app/assets/stylesheets/index_style.scss */
.navi-acc .label {
  position: absolute;
  right: 26px;
  top: 20px;
}

/* line 1918, app/assets/stylesheets/index_style.scss */
.sidebarhidden .label {
  display: none;
}

/* line 1922, app/assets/stylesheets/index_style.scss */
.navi-acc li ul {
  background: #222430;
  padding: 10px 0;
  margin: 0;
  list-style: none;
}

/* line 1929, app/assets/stylesheets/index_style.scss */
aside.sidebarhidden .navi-acc li ul {
  left: 68px;
  top: 0;
  display: none !important;
  position: absolute;
  text-indent: inherit;
  width: 200px;
}

/* line 1938, app/assets/stylesheets/index_style.scss */
aside.sidebarhidden .navi-acc li.active ul {
  display: block !important;
}

/* line 1942, app/assets/stylesheets/index_style.scss */
.right-sec + aside.sidebarhidden .navi-acc li ul {
  left: auto;
  right: 68px;
}

/* line 1947, app/assets/stylesheets/index_style.scss */
aside.sidebarhidden .navi-acc li ul a {
  padding-left: 20px;
}

/* line 1951, app/assets/stylesheets/index_style.scss */
aside.sidebarhidden .navi-acc li:hover ul {
  display: block !important;
}

/* line 1955, app/assets/stylesheets/index_style.scss */
aside.sidebarhidden .navi-acc li ul li a {
  text-indent: inherit;
}

/* line 1959, app/assets/stylesheets/index_style.scss */
.navi-acc li ul li a {
  padding: 7px 26px 8px 26px;
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  background: none;
}

/* line 1967, app/assets/stylesheets/index_style.scss */
.navi-acc li ul li:hover a {
  background: #181922;
  color: #fff !important;
}

/* line 1972, app/assets/stylesheets/index_style.scss */
.wrapper > header {
  width: 100%;
  margin-top: 20px;
  z-index: 2;
  padding-bottom: 8px;
  position: relative;
  border-bottom: #23262d solid 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #383b44;
  background: -moz-linear-gradient(top, #383b44 0%, #2e2f34 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #383b44), color-stop(100%, #2e2f34));
  background: -webkit-linear-gradient(top, #383b44 0%, #2e2f34 100%);
  background: -o-linear-gradient(top, #383b44 0%, #2e2f34 100%);
  background: -ms-linear-gradient(top, #383b44 0%, #2e2f34 100%);
  background: linear-gradient(to bottom, #383b44 0%, #2e2f34 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#383b44', endColorstr='#2e2f34', GradientType=0);
}

/* line 1993, app/assets/stylesheets/index_style.scss */
.wrapper > header .logo {
  float: left;
  margin: 26px 0 0 26px;
}

/* line 1998, app/assets/stylesheets/index_style.scss */
.right-sec {
  z-index: 1;
  display: table-cell;
  background: #f4f4f4;
  vertical-align: top;
  margin-left: 240px;
  flex: 1;
}

/* line 2007, app/assets/stylesheets/index_style.scss */
.structure-row.alone .right-sec {
  display: block;
}

/* line 2011, app/assets/stylesheets/index_style.scss */
.right-sec > header {
  width: 100%;
  height: 60px;
  line-height: 60px;
  z-index: 1;
  padding: 0 20px 0px 15px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: #b5c2d5 solid 1px;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#383b44', endColorstr='#2e2f34', GradientType=0);
}

/* line 2026, app/assets/stylesheets/index_style.scss */
.right-sec > header .user {
  float: left;
}

/* line 2030, app/assets/stylesheets/index_style.scss */
.user figure {
  padding: 5px;
  width: 44px;
  height: 44px;
  float: left;
  border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: #fff solid 1px;
}

/* line 2044, app/assets/stylesheets/index_style.scss */
.user figure img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
}

/* line 2052, app/assets/stylesheets/index_style.scss */
.user .welcome {
  float: left;
  padding-top: 8px;
  margin-left: 10px;
}

/* line 2058, app/assets/stylesheets/index_style.scss */
.user .welcome p, .user .welcome h5 {
  padding: 0;
  margin: 0;
  color: #fff;
}

/* line 2064, app/assets/stylesheets/index_style.scss */
.user .welcome h5 a {
  color: #fff;
}

/* line 2068, app/assets/stylesheets/index_style.scss */
.right-sec .search-box {
  float: left;
  height: 33px;
  width: 333px;
  margin: 11px 0 0 30px;
  border-radius: 20px;
  position: relative;
  border: #6b6d73 solid 2px;
  background: #444549;
}

/* line 2079, app/assets/stylesheets/index_style.scss */
.topnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 2088, app/assets/stylesheets/index_style.scss */
.topnav ul li {
  float: left;
  padding: 5px 10px;
}

/* line 2093, app/assets/stylesheets/index_style.scss */
.topnav ul li:first-child {
  padding: 0;
}

/* line 2097, app/assets/stylesheets/index_style.scss */
.topnav > ul > li > a {
  color: #fff;
}

/* line 2101, app/assets/stylesheets/index_style.scss */
.topnav > ul > li > a > i {
  margin-right: 10px;
}

/* line 2105, app/assets/stylesheets/index_style.scss */
.topnav ul li {
  position: relative;
}

/* line 2109, app/assets/stylesheets/index_style.scss */
.topnav ul li:hover a {
  color: #fff;
}

/* line 2113, app/assets/stylesheets/index_style.scss */
.filename-selected {
  font-weight: normal !important;
  margin-left: 10px;
}

/* line 2118, app/assets/stylesheets/index_style.scss */
.sec-box {
  width: 100%;
  /*height: 100%;*/
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0px 2px 2px 0 #e8e8e8;
  box-shadow: 0px 2px 2px 0 #e8e8e8;
}

/* line 2127, app/assets/stylesheets/index_style.scss */
.sec-box header {
  width: 100%;
  padding: 16px 20px;
  border-bottom: #e6e7e8 solid 1px;
}

/* line 2133, app/assets/stylesheets/index_style.scss */
.sec-box header h2 {
  padding: 0;
  margin: 0;
}

/* line 2138, app/assets/stylesheets/index_style.scss */
.sec-box .contents {
  width: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

/* line 2147, app/assets/stylesheets/index_style.scss */
.boxpadding {
  padding: 0px;
}

/* line 2151, app/assets/stylesheets/index_style.scss */
.tab-content {
  background: #f4f4f4;
}

/* line 2155, app/assets/stylesheets/index_style.scss */
.n-p-left {
  padding-left: 0 !important;
}

/* line 2159, app/assets/stylesheets/index_style.scss */
.p-l-15 {
  padding-left: 15px !important;
}

/* line 2163, app/assets/stylesheets/index_style.scss */
.p-l-17 {
  padding-left: 17px !important;
}

/* line 2167, app/assets/stylesheets/index_style.scss */
.w-31 {
  min-width: 38px !important;
}

/* line 2171, app/assets/stylesheets/index_style.scss */
.w-30 {
  min-width: 30px !important;
}

/* line 2175, app/assets/stylesheets/index_style.scss */
.w-80 {
  width: 80px !important;
}

/* line 2179, app/assets/stylesheets/index_style.scss */
.w-94 {
  width: 94px !important;
}

/* line 2183, app/assets/stylesheets/index_style.scss */
table.display thead th:active, table.display thead td:active {
  outline: none;
}

/* line 2187, app/assets/stylesheets/index_style.scss */
.custom-radio-checkbox {
  width: 100%;
  margin: 8px 0;
  float: left;
}

/* line 2193, app/assets/stylesheets/index_style.scss */
td .custom-radio-checkbox:first-child {
  margin-top: 0;
}

/* line 2197, app/assets/stylesheets/index_style.scss */
.custom-radio-checkbox > div {
  float: left;
}

/* line 2201, app/assets/stylesheets/index_style.scss */
.custom-radio-checkbox label {
  margin: 0px 0 0 10px;
  float: left;
}

/* line 2206, app/assets/stylesheets/index_style.scss */
.clear {
  clear: both;
}

/* line 2210, app/assets/stylesheets/index_style.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/* line 2214, app/assets/stylesheets/index_style.scss */
audio, canvas, video {
  display: inline-block;
}

/* line 2218, app/assets/stylesheets/index_style.scss */
html {
  font-family: 'M PLUS Rounded 1c';
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #000000AD;
}

/* line 2225, app/assets/stylesheets/index_style.scss */
body {
  margin: 0;
}

/* line 2229, app/assets/stylesheets/index_style.scss */
a {
  background: transparent;
}

/* line 2233, app/assets/stylesheets/index_style.scss */
a:focus {
  outline: thin dotted;
}

/* line 2237, app/assets/stylesheets/index_style.scss */
a:active, a:hover {
  outline: 0;
}

/* line 2241, app/assets/stylesheets/index_style.scss */
h1 {
  margin: .67em 0;
  font-size: 2em;
}

/* line 2246, app/assets/stylesheets/index_style.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 2250, app/assets/stylesheets/index_style.scss */
b, strong {
  font-weight: bold;
}

/* line 2254, app/assets/stylesheets/index_style.scss */
dfn {
  font-style: italic;
}

/* line 2258, app/assets/stylesheets/index_style.scss */
hr {
  height: 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 2264, app/assets/stylesheets/index_style.scss */
mark {
  color: #000;
  background: #ff0;
}

/* line 2269, app/assets/stylesheets/index_style.scss */
code, kbd, pre, samp {
  font-size: 1em;
}

/* line 2273, app/assets/stylesheets/index_style.scss */
pre {
  white-space: pre-wrap;
}

/* line 2277, app/assets/stylesheets/index_style.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* line 2281, app/assets/stylesheets/index_style.scss */
small {
  font-size: 80%;
}

/* line 2285, app/assets/stylesheets/index_style.scss */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 2292, app/assets/stylesheets/index_style.scss */
sup {
  top: -.5em;
}

/* line 2296, app/assets/stylesheets/index_style.scss */
sub {
  bottom: -.25em;
}

/* line 2300, app/assets/stylesheets/index_style.scss */
img {
  border: 0;
}

/* line 2304, app/assets/stylesheets/index_style.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 2308, app/assets/stylesheets/index_style.scss */
figure {
  margin: 0;
}

/* line 2312, app/assets/stylesheets/index_style.scss */
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver;
}

/* line 2318, app/assets/stylesheets/index_style.scss */
legend {
  padding: 0;
  border: 0;
}

/* line 2323, app/assets/stylesheets/index_style.scss */
button, input, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

/* line 2329, app/assets/stylesheets/index_style.scss */
button, input {
  line-height: normal;
}

/* line 2333, app/assets/stylesheets/index_style.scss */
button, select {
  text-transform: none;
}

/* line 2337, app/assets/stylesheets/index_style.scss */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/* line 2342, app/assets/stylesheets/index_style.scss */
button[disabled], html input[disabled] {
  cursor: default;
}

/* line 2346, app/assets/stylesheets/index_style.scss */
input[type="checkbox"], input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

/* line 2351, app/assets/stylesheets/index_style.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 2358, app/assets/stylesheets/index_style.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 2362, app/assets/stylesheets/index_style.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 2367, app/assets/stylesheets/index_style.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 2372, app/assets/stylesheets/index_style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  /* line 2378, app/assets/stylesheets/index_style.scss */
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* line 2385, app/assets/stylesheets/index_style.scss */
  a, a:visited {
    text-decoration: underline;
  }
  /* line 2389, app/assets/stylesheets/index_style.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 2393, app/assets/stylesheets/index_style.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 2397, app/assets/stylesheets/index_style.scss */
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  /* line 2401, app/assets/stylesheets/index_style.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 2406, app/assets/stylesheets/index_style.scss */
  thead {
    display: table-header-group;
  }
  /* line 2410, app/assets/stylesheets/index_style.scss */
  tr, img {
    page-break-inside: avoid;
  }
  /* line 2414, app/assets/stylesheets/index_style.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  /* line 2422, app/assets/stylesheets/index_style.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 2427, app/assets/stylesheets/index_style.scss */
  h2, h3 {
    page-break-after: avoid;
  }
  /* line 2431, app/assets/stylesheets/index_style.scss */
  select {
    background: #fff !important;
  }
  /* line 2435, app/assets/stylesheets/index_style.scss */
  .navbar {
    display: none;
  }
  /* line 2439, app/assets/stylesheets/index_style.scss */
  .table td, .table th {
    background-color: #fff !important;
  }
  /* line 2443, app/assets/stylesheets/index_style.scss */
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 2447, app/assets/stylesheets/index_style.scss */
  .label {
    border: 1px solid #000;
  }
  /* line 2451, app/assets/stylesheets/index_style.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 2455, app/assets/stylesheets/index_style.scss */
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

/* line 2460, app/assets/stylesheets/index_style.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 2466, app/assets/stylesheets/index_style.scss */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 2471, app/assets/stylesheets/index_style.scss */
body {
  font-family: 'M PLUS Rounded 1c';
  font-size: 13px;
  line-height: 20px;
  color: #6d6f75;
  background-color: #f4f4f4;
}

/* line 2479, app/assets/stylesheets/index_style.scss */
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 2485, app/assets/stylesheets/index_style.scss */
a {
  color: #33363f;
  text-decoration: none;
}

/* line 2490, app/assets/stylesheets/index_style.scss */
a:hover, a:focus {
  color: #000;
  text-decoration: none;
}

/* line 2495, app/assets/stylesheets/index_style.scss */
a:focus {
  outline: none;
  outline: none;
  outline-offset: -2px;
}

/* line 2501, app/assets/stylesheets/index_style.scss */
img {
  vertical-align: middle;
}

/* line 2505, app/assets/stylesheets/index_style.scss */
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

/* line 2511, app/assets/stylesheets/index_style.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 2515, app/assets/stylesheets/index_style.scss */
.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* line 2528, app/assets/stylesheets/index_style.scss */
.img-circle {
  border-radius: 50%;
}

/* line 2532, app/assets/stylesheets/index_style.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

/* line 2539, app/assets/stylesheets/index_style.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2550, app/assets/stylesheets/index_style.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'M PLUS Rounded 1c';
  font-weight: bold;
  line-height: 1.1;
  color: inherit;
}

/* line 2557, app/assets/stylesheets/index_style.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}

/* line 2563, app/assets/stylesheets/index_style.scss */
h1, h2, h3 {
  color: #323641;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 2569, app/assets/stylesheets/index_style.scss */
h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
  font-size: 65%;
}

/* line 2573, app/assets/stylesheets/index_style.scss */
h4, h5, h6 {
  color: #323641;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 2579, app/assets/stylesheets/index_style.scss */
h4 small, h5 small, h6 small, h4 .small, h5 .small, h6 .small {
  font-size: 75%;
}

/* line 2583, app/assets/stylesheets/index_style.scss */
h1, .h1 {
  font-size: 22px;
}

/* line 2587, app/assets/stylesheets/index_style.scss */
h2, .h2 {
  font-size: 20px;
}

/* line 2591, app/assets/stylesheets/index_style.scss */
h3, .h3 {
  font-size: 18px;
}

/* line 2595, app/assets/stylesheets/index_style.scss */
h4, .h4 {
  font-size: 16px;
}

/* line 2599, app/assets/stylesheets/index_style.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 2603, app/assets/stylesheets/index_style.scss */
h5 small, .h5 small {
  font-size: 11px;
  color: #696969;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 15px;
}

/* line 2611, app/assets/stylesheets/index_style.scss */
h6, .h6 {
  font-size: 13px;
}

/* line 2615, app/assets/stylesheets/index_style.scss */
p {
  margin: 0 0 10px;
}

/* line 2619, app/assets/stylesheets/index_style.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 2627, app/assets/stylesheets/index_style.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 2632, app/assets/stylesheets/index_style.scss */
small, .small {
  font-size: 85%;
}

/* line 2636, app/assets/stylesheets/index_style.scss */
cite {
  font-style: normal;
}

/* line 2640, app/assets/stylesheets/index_style.scss */
.text-muted {
  color: #999;
}

/* line 2644, app/assets/stylesheets/index_style.scss */
.text-primary {
  color: #428bca;
}

/* line 2648, app/assets/stylesheets/index_style.scss */
.text-primary:hover {
  color: #3071a9;
}

/* line 2652, app/assets/stylesheets/index_style.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 2656, app/assets/stylesheets/index_style.scss */
.text-warning:hover {
  color: #66512c;
}

/* line 2660, app/assets/stylesheets/index_style.scss */
.text-danger {
  color: #a94442;
}

/* line 2664, app/assets/stylesheets/index_style.scss */
.text-danger:hover {
  color: #843534;
}

/* line 2668, app/assets/stylesheets/index_style.scss */
.text-success {
  color: #3c763d;
}

/* line 2672, app/assets/stylesheets/index_style.scss */
.text-success:hover {
  color: #2b542c;
}

/* line 2676, app/assets/stylesheets/index_style.scss */
.text-info {
  color: #31708f;
}

/* line 2680, app/assets/stylesheets/index_style.scss */
.text-info:hover {
  color: #245269;
}

/* line 2684, app/assets/stylesheets/index_style.scss */
.text-left {
  text-align: left;
}

/* line 2688, app/assets/stylesheets/index_style.scss */
.text-right {
  text-align: right;
}

/* line 2692, app/assets/stylesheets/index_style.scss */
.text-center {
  text-align: center;
}

/* line 2696, app/assets/stylesheets/index_style.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

/* line 2702, app/assets/stylesheets/index_style.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 2709, app/assets/stylesheets/index_style.scss */
.container:before, .container:after {
  display: table;
  content: " ";
}

/* line 2714, app/assets/stylesheets/index_style.scss */
.container:after {
  clear: both;
}

/* line 2718, app/assets/stylesheets/index_style.scss */
.container:before, .container:after {
  display: table;
  content: " ";
}

/* line 2723, app/assets/stylesheets/index_style.scss */
.container:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 2728, app/assets/stylesheets/index_style.scss */
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 2734, app/assets/stylesheets/index_style.scss */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 2740, app/assets/stylesheets/index_style.scss */
  .container {
    width: 1170px;
  }
  /* line 2744, app/assets/stylesheets/index_style.scss */
  .container-liquid {
    margin: 0 auto;
    padding: 0 15px;
  }
}

/* line 2750, app/assets/stylesheets/index_style.scss */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 2755, app/assets/stylesheets/index_style.scss */
.row:before, .row:after {
  display: table;
  content: " ";
}

/* line 2760, app/assets/stylesheets/index_style.scss */
.row:after {
  clear: both;
}

/* line 2764, app/assets/stylesheets/index_style.scss */
.row:before, .row:after {
  display: table;
  content: " ";
}

/* line 2769, app/assets/stylesheets/index_style.scss */
.row:after {
  clear: both;
}

/* line 2773, app/assets/stylesheets/index_style.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 30px;
}

/* line 2781, app/assets/stylesheets/index_style.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 2785, app/assets/stylesheets/index_style.scss */
.col-xs-12 {
  width: 100%;
}

/* line 2789, app/assets/stylesheets/index_style.scss */
.col-xs-11 {
  width: 91.66666666666666%;
}

/* line 2793, app/assets/stylesheets/index_style.scss */
.col-xs-10 {
  width: 83.33333333333334%;
}

/* line 2797, app/assets/stylesheets/index_style.scss */
.col-xs-9 {
  width: 75%;
}

/* line 2801, app/assets/stylesheets/index_style.scss */
.col-xs-8 {
  width: 66.66666666666666%;
}

/* line 2805, app/assets/stylesheets/index_style.scss */
.col-xs-7 {
  width: 58.333333333333336%;
}

/* line 2809, app/assets/stylesheets/index_style.scss */
.col-xs-6 {
  width: 50%;
}

/* line 2813, app/assets/stylesheets/index_style.scss */
.col-xs-5 {
  width: 41.66666666666667%;
}

/* line 2817, app/assets/stylesheets/index_style.scss */
.col-xs-4 {
  width: 33.33333333333333%;
}

/* line 2821, app/assets/stylesheets/index_style.scss */
.col-xs-3 {
  width: 25%;
}

/* line 2825, app/assets/stylesheets/index_style.scss */
.col-xs-2 {
  width: 16.666666666666664%;
}

/* line 2829, app/assets/stylesheets/index_style.scss */
.col-xs-1 {
  width: 8.333333333333332%;
}

/* line 2833, app/assets/stylesheets/index_style.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 2837, app/assets/stylesheets/index_style.scss */
.col-xs-pull-11 {
  right: 91.66666666666666%;
}

/* line 2841, app/assets/stylesheets/index_style.scss */
.col-xs-pull-10 {
  right: 83.33333333333334%;
}

/* line 2845, app/assets/stylesheets/index_style.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 2849, app/assets/stylesheets/index_style.scss */
.col-xs-pull-8 {
  right: 66.66666666666666%;
}

/* line 2853, app/assets/stylesheets/index_style.scss */
.col-xs-pull-7 {
  right: 58.333333333333336%;
}

/* line 2857, app/assets/stylesheets/index_style.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 2861, app/assets/stylesheets/index_style.scss */
.col-xs-pull-5 {
  right: 41.66666666666667%;
}

/* line 2865, app/assets/stylesheets/index_style.scss */
.col-xs-pull-4 {
  right: 33.33333333333333%;
}

/* line 2869, app/assets/stylesheets/index_style.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 2873, app/assets/stylesheets/index_style.scss */
.col-xs-pull-2 {
  right: 16.666666666666664%;
}

/* line 2877, app/assets/stylesheets/index_style.scss */
.col-xs-pull-1 {
  right: 8.333333333333332%;
}

/* line 2881, app/assets/stylesheets/index_style.scss */
.col-xs-pull-0 {
  right: 0;
}

/* line 2885, app/assets/stylesheets/index_style.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 2889, app/assets/stylesheets/index_style.scss */
.col-xs-push-11 {
  left: 91.66666666666666%;
}

/* line 2893, app/assets/stylesheets/index_style.scss */
.col-xs-push-10 {
  left: 83.33333333333334%;
}

/* line 2897, app/assets/stylesheets/index_style.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 2901, app/assets/stylesheets/index_style.scss */
.col-xs-push-8 {
  left: 66.66666666666666%;
}

/* line 2905, app/assets/stylesheets/index_style.scss */
.col-xs-push-7 {
  left: 58.333333333333336%;
}

/* line 2909, app/assets/stylesheets/index_style.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 2913, app/assets/stylesheets/index_style.scss */
.col-xs-push-5 {
  left: 41.66666666666667%;
}

/* line 2917, app/assets/stylesheets/index_style.scss */
.col-xs-push-4 {
  left: 33.33333333333333%;
}

/* line 2921, app/assets/stylesheets/index_style.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 2925, app/assets/stylesheets/index_style.scss */
.col-xs-push-2 {
  left: 16.666666666666664%;
}

/* line 2929, app/assets/stylesheets/index_style.scss */
.col-xs-push-1 {
  left: 8.333333333333332%;
}

/* line 2933, app/assets/stylesheets/index_style.scss */
.col-xs-push-0 {
  left: 0;
}

/* line 2937, app/assets/stylesheets/index_style.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 2941, app/assets/stylesheets/index_style.scss */
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}

/* line 2945, app/assets/stylesheets/index_style.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}

/* line 2949, app/assets/stylesheets/index_style.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 2953, app/assets/stylesheets/index_style.scss */
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}

/* line 2957, app/assets/stylesheets/index_style.scss */
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}

/* line 2961, app/assets/stylesheets/index_style.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 2965, app/assets/stylesheets/index_style.scss */
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}

/* line 2969, app/assets/stylesheets/index_style.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}

/* line 2973, app/assets/stylesheets/index_style.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 2977, app/assets/stylesheets/index_style.scss */
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}

/* line 2981, app/assets/stylesheets/index_style.scss */
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}

/* line 2985, app/assets/stylesheets/index_style.scss */
.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 2990, app/assets/stylesheets/index_style.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  /* line 2994, app/assets/stylesheets/index_style.scss */
  .col-sm-12 {
    width: 100%;
  }
  /* line 2998, app/assets/stylesheets/index_style.scss */
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  /* line 3002, app/assets/stylesheets/index_style.scss */
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  /* line 3006, app/assets/stylesheets/index_style.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 3010, app/assets/stylesheets/index_style.scss */
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  /* line 3014, app/assets/stylesheets/index_style.scss */
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  /* line 3018, app/assets/stylesheets/index_style.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 3022, app/assets/stylesheets/index_style.scss */
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  /* line 3026, app/assets/stylesheets/index_style.scss */
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  /* line 3030, app/assets/stylesheets/index_style.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 3034, app/assets/stylesheets/index_style.scss */
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  /* line 3038, app/assets/stylesheets/index_style.scss */
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  /* line 3042, app/assets/stylesheets/index_style.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 3046, app/assets/stylesheets/index_style.scss */
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  /* line 3050, app/assets/stylesheets/index_style.scss */
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  /* line 3054, app/assets/stylesheets/index_style.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 3058, app/assets/stylesheets/index_style.scss */
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  /* line 3062, app/assets/stylesheets/index_style.scss */
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  /* line 3066, app/assets/stylesheets/index_style.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 3070, app/assets/stylesheets/index_style.scss */
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  /* line 3074, app/assets/stylesheets/index_style.scss */
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  /* line 3078, app/assets/stylesheets/index_style.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 3082, app/assets/stylesheets/index_style.scss */
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  /* line 3086, app/assets/stylesheets/index_style.scss */
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  /* line 3090, app/assets/stylesheets/index_style.scss */
  .col-sm-pull-0 {
    right: 0;
  }
  /* line 3094, app/assets/stylesheets/index_style.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 3098, app/assets/stylesheets/index_style.scss */
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  /* line 3102, app/assets/stylesheets/index_style.scss */
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  /* line 3106, app/assets/stylesheets/index_style.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 3110, app/assets/stylesheets/index_style.scss */
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  /* line 3114, app/assets/stylesheets/index_style.scss */
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  /* line 3118, app/assets/stylesheets/index_style.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 3122, app/assets/stylesheets/index_style.scss */
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  /* line 3126, app/assets/stylesheets/index_style.scss */
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  /* line 3130, app/assets/stylesheets/index_style.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 3134, app/assets/stylesheets/index_style.scss */
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  /* line 3138, app/assets/stylesheets/index_style.scss */
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  /* line 3142, app/assets/stylesheets/index_style.scss */
  .col-sm-push-0 {
    left: 0;
  }
  /* line 3146, app/assets/stylesheets/index_style.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  /* line 3150, app/assets/stylesheets/index_style.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  /* line 3154, app/assets/stylesheets/index_style.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  /* line 3158, app/assets/stylesheets/index_style.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 3162, app/assets/stylesheets/index_style.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  /* line 3166, app/assets/stylesheets/index_style.scss */
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  /* line 3170, app/assets/stylesheets/index_style.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 3174, app/assets/stylesheets/index_style.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  /* line 3178, app/assets/stylesheets/index_style.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  /* line 3182, app/assets/stylesheets/index_style.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 3186, app/assets/stylesheets/index_style.scss */
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  /* line 3190, app/assets/stylesheets/index_style.scss */
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  /* line 3194, app/assets/stylesheets/index_style.scss */
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 3200, app/assets/stylesheets/index_style.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  /* line 3204, app/assets/stylesheets/index_style.scss */
  .col-md-12 {
    width: 100%;
  }
  /* line 3208, app/assets/stylesheets/index_style.scss */
  .col-md-11 {
    width: 91.66666666666666%;
  }
  /* line 3212, app/assets/stylesheets/index_style.scss */
  .col-md-10 {
    width: 83.33333333333334%;
  }
  /* line 3216, app/assets/stylesheets/index_style.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 3220, app/assets/stylesheets/index_style.scss */
  .col-md-8 {
    width: 66.66666666666666%;
  }
  /* line 3224, app/assets/stylesheets/index_style.scss */
  .col-md-7 {
    width: 58.333333333333336%;
  }
  /* line 3228, app/assets/stylesheets/index_style.scss */
  .col-md-6 {
    width: 50%;
  }
  /* line 3232, app/assets/stylesheets/index_style.scss */
  .col-md-5 {
    width: 41.66666666666667%;
  }
  /* line 3236, app/assets/stylesheets/index_style.scss */
  .col-md-4 {
    width: 33.33333333333333%;
  }
  /* line 3240, app/assets/stylesheets/index_style.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 3244, app/assets/stylesheets/index_style.scss */
  .col-md-2 {
    width: 16.666666666666664%;
  }
  /* line 3248, app/assets/stylesheets/index_style.scss */
  .col-md-1 {
    width: 8.333333333333332%;
  }
  /* line 3252, app/assets/stylesheets/index_style.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 3256, app/assets/stylesheets/index_style.scss */
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  /* line 3260, app/assets/stylesheets/index_style.scss */
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  /* line 3264, app/assets/stylesheets/index_style.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 3268, app/assets/stylesheets/index_style.scss */
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  /* line 3272, app/assets/stylesheets/index_style.scss */
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  /* line 3276, app/assets/stylesheets/index_style.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 3280, app/assets/stylesheets/index_style.scss */
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  /* line 3284, app/assets/stylesheets/index_style.scss */
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  /* line 3288, app/assets/stylesheets/index_style.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 3292, app/assets/stylesheets/index_style.scss */
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  /* line 3296, app/assets/stylesheets/index_style.scss */
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  /* line 3300, app/assets/stylesheets/index_style.scss */
  .col-md-pull-0 {
    right: 0;
  }
  /* line 3304, app/assets/stylesheets/index_style.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 3308, app/assets/stylesheets/index_style.scss */
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  /* line 3312, app/assets/stylesheets/index_style.scss */
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  /* line 3316, app/assets/stylesheets/index_style.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 3320, app/assets/stylesheets/index_style.scss */
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  /* line 3324, app/assets/stylesheets/index_style.scss */
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  /* line 3328, app/assets/stylesheets/index_style.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 3332, app/assets/stylesheets/index_style.scss */
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  /* line 3336, app/assets/stylesheets/index_style.scss */
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  /* line 3340, app/assets/stylesheets/index_style.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 3344, app/assets/stylesheets/index_style.scss */
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  /* line 3348, app/assets/stylesheets/index_style.scss */
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  /* line 3352, app/assets/stylesheets/index_style.scss */
  .col-md-push-0 {
    left: 0;
  }
  /* line 3356, app/assets/stylesheets/index_style.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
  /* line 3360, app/assets/stylesheets/index_style.scss */
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  /* line 3364, app/assets/stylesheets/index_style.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  /* line 3368, app/assets/stylesheets/index_style.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 3372, app/assets/stylesheets/index_style.scss */
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  /* line 3376, app/assets/stylesheets/index_style.scss */
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  /* line 3380, app/assets/stylesheets/index_style.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 3384, app/assets/stylesheets/index_style.scss */
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  /* line 3388, app/assets/stylesheets/index_style.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  /* line 3392, app/assets/stylesheets/index_style.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 3396, app/assets/stylesheets/index_style.scss */
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  /* line 3400, app/assets/stylesheets/index_style.scss */
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  /* line 3404, app/assets/stylesheets/index_style.scss */
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 3410, app/assets/stylesheets/index_style.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  /* line 3414, app/assets/stylesheets/index_style.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 3418, app/assets/stylesheets/index_style.scss */
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  /* line 3422, app/assets/stylesheets/index_style.scss */
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  /* line 3426, app/assets/stylesheets/index_style.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 3430, app/assets/stylesheets/index_style.scss */
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  /* line 3434, app/assets/stylesheets/index_style.scss */
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  /* line 3438, app/assets/stylesheets/index_style.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 3442, app/assets/stylesheets/index_style.scss */
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  /* line 3446, app/assets/stylesheets/index_style.scss */
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  /* line 3450, app/assets/stylesheets/index_style.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 3454, app/assets/stylesheets/index_style.scss */
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  /* line 3458, app/assets/stylesheets/index_style.scss */
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  /* line 3462, app/assets/stylesheets/index_style.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 3466, app/assets/stylesheets/index_style.scss */
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  /* line 3470, app/assets/stylesheets/index_style.scss */
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  /* line 3474, app/assets/stylesheets/index_style.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 3478, app/assets/stylesheets/index_style.scss */
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  /* line 3482, app/assets/stylesheets/index_style.scss */
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  /* line 3486, app/assets/stylesheets/index_style.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 3490, app/assets/stylesheets/index_style.scss */
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  /* line 3494, app/assets/stylesheets/index_style.scss */
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  /* line 3498, app/assets/stylesheets/index_style.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 3502, app/assets/stylesheets/index_style.scss */
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  /* line 3506, app/assets/stylesheets/index_style.scss */
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  /* line 3510, app/assets/stylesheets/index_style.scss */
  .col-lg-pull-0 {
    right: 0;
  }
  /* line 3514, app/assets/stylesheets/index_style.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 3518, app/assets/stylesheets/index_style.scss */
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  /* line 3522, app/assets/stylesheets/index_style.scss */
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  /* line 3526, app/assets/stylesheets/index_style.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 3530, app/assets/stylesheets/index_style.scss */
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  /* line 3534, app/assets/stylesheets/index_style.scss */
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  /* line 3538, app/assets/stylesheets/index_style.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 3542, app/assets/stylesheets/index_style.scss */
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  /* line 3546, app/assets/stylesheets/index_style.scss */
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  /* line 3550, app/assets/stylesheets/index_style.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 3554, app/assets/stylesheets/index_style.scss */
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  /* line 3558, app/assets/stylesheets/index_style.scss */
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  /* line 3562, app/assets/stylesheets/index_style.scss */
  .col-lg-push-0 {
    left: 0;
  }
  /* line 3566, app/assets/stylesheets/index_style.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  /* line 3570, app/assets/stylesheets/index_style.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  /* line 3574, app/assets/stylesheets/index_style.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  /* line 3578, app/assets/stylesheets/index_style.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 3582, app/assets/stylesheets/index_style.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  /* line 3586, app/assets/stylesheets/index_style.scss */
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  /* line 3590, app/assets/stylesheets/index_style.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 3594, app/assets/stylesheets/index_style.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  /* line 3598, app/assets/stylesheets/index_style.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  /* line 3602, app/assets/stylesheets/index_style.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 3606, app/assets/stylesheets/index_style.scss */
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  /* line 3610, app/assets/stylesheets/index_style.scss */
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  /* line 3614, app/assets/stylesheets/index_style.scss */
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

/* line 3619, app/assets/stylesheets/index_style.scss */
table {
  max-width: 100%;
  background-color: transparent;
}

/* line 3624, app/assets/stylesheets/index_style.scss */
th {
  text-align: left;
}

/* line 3628, app/assets/stylesheets/index_style.scss */
.table {
  width: 100%;
}

/* line 3632, app/assets/stylesheets/index_style.scss */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  vertical-align: top;
}

/* line 3636, app/assets/stylesheets/index_style.scss */
.table > thead {
  background: #f7f7f7;
}

/* line 3640, app/assets/stylesheets/index_style.scss */
.table > thead > tr > th {
  font-size: 13px;
  color: #86A3B8;
  font-weight: 400;
  vertical-align: bottom;
  border-bottom: 1px solid #e6e7e8;
  text-align: center;
  width: 39px;
  padding: 0 5px;
  vertical-align: middle;
}

/* line 3652, app/assets/stylesheets/index_style.scss */
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 3656, app/assets/stylesheets/index_style.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 3660, app/assets/stylesheets/index_style.scss */
.table .table {
  background-color: #fff;
}

/* line 3664, app/assets/stylesheets/index_style.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 3668, app/assets/stylesheets/index_style.scss */
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

/* line 3672, app/assets/stylesheets/index_style.scss */
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}

/* line 3676, app/assets/stylesheets/index_style.scss */
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 3680, app/assets/stylesheets/index_style.scss */
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

/* line 3684, app/assets/stylesheets/index_style.scss */
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

/* line 3690, app/assets/stylesheets/index_style.scss */
table td[class*="col-"], table th[class*="col-"] {
  display: table-cell;
  float: none;
}

/* line 3695, app/assets/stylesheets/index_style.scss */
.table > thead > tr > .active, .table > tbody > tr > .active, .table > tfoot > tr > .active, .table > thead > .active > td, .table > tbody > .active > td, .table > tfoot > .active > td, .table > thead > .active > th, .table > tbody > .active > th, .table > tfoot > .active > th {
  background-color: #f5f5f5;
}

/* line 3699, app/assets/stylesheets/index_style.scss */
.table-hover > tbody > tr > .active:hover, .table-hover > tbody > .active:hover > td, .table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8;
}

/* line 3703, app/assets/stylesheets/index_style.scss */
.table > thead > tr > .success, .table > tbody > tr > .success, .table > tfoot > tr > .success, .table > thead > .success > td, .table > tbody > .success > td, .table > tfoot > .success > td, .table > thead > .success > th, .table > tbody > .success > th, .table > tfoot > .success > th {
  background-color: #dff0d8;
}

/* line 3707, app/assets/stylesheets/index_style.scss */
.table-hover > tbody > tr > .success:hover, .table-hover > tbody > .success:hover > td, .table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6;
}

/* line 3711, app/assets/stylesheets/index_style.scss */
.table > thead > tr > .danger, .table > tbody > tr > .danger, .table > tfoot > tr > .danger, .table > thead > .danger > td, .table > tbody > .danger > td, .table > tfoot > .danger > td, .table > thead > .danger > th, .table > tbody > .danger > th, .table > tfoot > .danger > th {
  background-color: #f2dede;
}

/* line 3715, app/assets/stylesheets/index_style.scss */
.table-hover > tbody > tr > .danger:hover, .table-hover > tbody > .danger:hover > td, .table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc;
}

/* line 3719, app/assets/stylesheets/index_style.scss */
.table > thead > tr > .warning, .table > tbody > tr > .warning, .table > tfoot > tr > .warning, .table > thead > .warning > td, .table > tbody > .warning > td, .table > tfoot > .warning > td, .table > thead > .warning > th, .table > tbody > .warning > th, .table > tfoot > .warning > th {
  background-color: #fcf8e3;
}

/* line 3723, app/assets/stylesheets/index_style.scss */
.table-hover > tbody > tr > .warning:hover, .table-hover > tbody > .warning:hover > td, .table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc;
}

/* line 3727, app/assets/stylesheets/index_style.scss */
.table tbody tr:nth-child(even) {
  background: #f6f8fa;
}

/* line 3731, app/assets/stylesheets/index_style.scss */
.table tbody tr:nth-child(odd) {
  background: #fff;
}

@media (max-width: 800px) {
  /* line 3736, app/assets/stylesheets/index_style.scss */
  .wrapper aside header {
    height: auto;
    padding: 0 0 20px 0;
  }
  /* line 3741, app/assets/stylesheets/index_style.scss */
  .structure-table {
    display: block;
    width: 100%;
  }
  /* line 3746, app/assets/stylesheets/index_style.scss */
  .structure-row {
    display: block;
    width: 100%;
  }
  /* line 3751, app/assets/stylesheets/index_style.scss */
  .right-sec > header {
    padding: 10px 20px;
  }
  /* line 3755, app/assets/stylesheets/index_style.scss */
  .right-sec > header .user {
    margin: 10px 0 0 20px;
  }
  /* line 3759, app/assets/stylesheets/index_style.scss */
  .right-sec .search-box {
    width: 100%;
    float: right;
    margin: 11px 0px 0px 0px;
  }
  /* line 3765, app/assets/stylesheets/index_style.scss */
  .right-sec .search-box input[type="text"] {
    width: 70%;
  }
  /* line 3769, app/assets/stylesheets/index_style.scss */
  .right-sec .search-box input[type="submit"] {
    float: right;
    margin-top: 3px;
  }
  /* line 3774, app/assets/stylesheets/index_style.scss */
  .topnav {
    padding: 15px 0px 10px 0px;
  }
  /* line 3778, app/assets/stylesheets/index_style.scss */
  .topnav select {
    padding-right: 13px;
    border-radius: 20px;
    position: relative;
    border: #6b6d73 solid 2px;
    background: #444549;
    color: #d9dbe1;
  }
  /* line 3787, app/assets/stylesheets/index_style.scss */
  .wrapper aside {
    display: block;
    width: 100%;
    min-height: 100px;
  }
  /* line 3793, app/assets/stylesheets/index_style.scss */
  aside.sidebarhidden header .logo {
    display: block;
  }
  /* line 3797, app/assets/stylesheets/index_style.scss */
  aside.sidebarhidden .navi-acc a {
    padding: 17px 20px 20px 67px;
    text-indent: inherit;
  }
  /* line 3802, app/assets/stylesheets/index_style.scss */
  .sidebarhidden .navi-acc li a:before {
    left: 15px;
  }
  /* line 3806, app/assets/stylesheets/index_style.scss */
  .sidebarhidden .label {
    display: block;
  }
  /* line 3810, app/assets/stylesheets/index_style.scss */
  aside.sidebarhidden .navi-acc li ul {
    left: inherit;
    top: inherit;
    position: inherit;
    text-indent: inherit;
    width: 200px;
  }
  /* line 3818, app/assets/stylesheets/index_style.scss */
  aside.sidebarhidden .navi-acc li ul a {
    padding-left: inherit;
  }
  /* line 3822, app/assets/stylesheets/index_style.scss */
  aside.sidebarhidden .navi-acc li:hover ul {
    display: none !important;
  }
  /* line 3826, app/assets/stylesheets/index_style.scss */
  aside.sidebarhidden .navi-acc li.active ul {
    display: block !important;
  }
  /* line 3830, app/assets/stylesheets/index_style.scss */
  aside.sidebarhidden .navi-acc li ul li a {
    text-indent: inherit;
  }
  /* line 3834, app/assets/stylesheets/index_style.scss */
  aside .sidebar-in {
    width: 100%;
  }
  /* line 3838, app/assets/stylesheets/index_style.scss */
  aside.sidebarhidden .sidebar-in {
    width: 100%;
    z-index: 2;
    border-bottom: #23262d solid 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 26px 20px 20px;
    background: #383b44;
    background: -moz-linear-gradient(top, #383b44 0%, #2e2f34 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #383b44), color-stop(100%, #2e2f34));
    background: -webkit-linear-gradient(top, #383b44 0%, #2e2f34 100%);
    background: -o-linear-gradient(top, #383b44 0%, #2e2f34 100%);
    background: -ms-linear-gradient(top, #383b44 0%, #2e2f34 100%);
    background: linear-gradient(to bottom, #383b44 0%, #2e2f34 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#383b44', endColorstr='#2e2f34', GradientType=0);
  }
  /* line 3857, app/assets/stylesheets/index_style.scss */
  aside.sidebarhidden .navigation select {
    background: #000;
    color: #fff;
    border: #000 solid 1px;
  }
  /* line 3863, app/assets/stylesheets/index_style.scss */
  .wrapper > header {
    padding: 20px;
  }
  /* line 3867, app/assets/stylesheets/index_style.scss */
  .topnavigation {
    width: 100%;
    margin-right: 0;
  }
  /* line 3872, app/assets/stylesheets/index_style.scss */
  .topnavigation select {
    background: #000;
    color: #fff;
    width: 100%;
    margin-right: 0;
    border: #000 solid 1px;
  }
  /* line 3880, app/assets/stylesheets/index_style.scss */
  .wrapper > header .logo {
    margin-left: 0;
    margin-top: 0;
  }
  /* line 3885, app/assets/stylesheets/index_style.scss */
  .right-sec + .sidebarhidden {
    float: left;
  }
  /* line 3889, app/assets/stylesheets/index_style.scss */
  .wrapper .right-sec {
    display: block;
    width: 100%;
  }
  /* line 3894, app/assets/stylesheets/index_style.scss */
  .wrapper aside .shadows {
    display: none;
  }
  /* line 3898, app/assets/stylesheets/index_style.scss */
  .wrapper aside header .togglemenu {
    display: none;
    float: right;
  }
  /* line 3903, app/assets/stylesheets/index_style.scss */
  nav.navigation {
    display: none;
  }
  /* line 3907, app/assets/stylesheets/index_style.scss */
  .sidebarhidden nav.navigation {
    display: block;
  }
  /* line 3911, app/assets/stylesheets/index_style.scss */
  .affix {
    position: inherit !important;
    width: inherit;
  }
  /* line 3916, app/assets/stylesheets/index_style.scss */
  .effect {
    width: 258px;
  }
  /* line 3920, app/assets/stylesheets/index_style.scss */
  .emailbox .structure-table:before {
    border: none;
  }
  /* line 3924, app/assets/stylesheets/index_style.scss */
  .emailoptions .searchemail {
    display: none;
  }
  /* line 3928, app/assets/stylesheets/index_style.scss */
  .email-nav {
    display: block;
    width: 100%;
    padding: 20px;
    background: #fff;
  }
  /* line 3935, app/assets/stylesheets/index_style.scss */
  .email-nav a {
    display: inline-block;
    width: auto;
    float: left;
  }
  /* line 3941, app/assets/stylesheets/index_style.scss */
  .emailbox .emailslist {
    display: block;
    float: left;
    width: 100%;
  }
  /* line 3947, app/assets/stylesheets/index_style.scss */
  .attachments ul li {
    width: 45%;
    margin-bottom: 20px;
  }
  /* line 3952, app/assets/stylesheets/index_style.scss */
  .dataTables_info {
    width: auto;
  }
  /* line 3956, app/assets/stylesheets/index_style.scss */
  .fullcalendar-box #external-events {
    position: relative;
    width: 100%;
    left: inherit;
    float: left;
    padding: 0px 20px 20px 20px;
  }
  /* line 3964, app/assets/stylesheets/index_style.scss */
  .fullcalendar-box .dragables {
    padding: 0;
    margin-top: 10px;
  }
  /* line 3969, app/assets/stylesheets/index_style.scss */
  #external-events > div {
    width: 100%;
  }
  /* line 3973, app/assets/stylesheets/index_style.scss */
  .gallerybox li {
    width: 33.33%;
  }
  /* line 3977, app/assets/stylesheets/index_style.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #ddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  /* line 3987, app/assets/stylesheets/index_style.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 3991, app/assets/stylesheets/index_style.scss */
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 3995, app/assets/stylesheets/index_style.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 3999, app/assets/stylesheets/index_style.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 4003, app/assets/stylesheets/index_style.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 4007, app/assets/stylesheets/index_style.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
  /* line 4011, app/assets/stylesheets/index_style.scss */
  .topnav {
    width: 100%;
    float: left;
  }
  /* line 4016, app/assets/stylesheets/index_style.scss */
  .filters-form.workload-form {
    max-width: 100% !important;
  }
  /* line 4020, app/assets/stylesheets/index_style.scss */
  .workloads-content .controls-workers .paginations {
    width: 45%;
  }
}

@media (max-width: 1024px) {
  /* line 4026, app/assets/stylesheets/index_style.scss */
  .js #nav {
    display: none;
  }
  /* line 4030, app/assets/stylesheets/index_style.scss */
  .js #nav2 {
    display: none;
  }
  /* line 4034, app/assets/stylesheets/index_style.scss */
  .js #nav3 {
    display: none;
  }
  /* line 4038, app/assets/stylesheets/index_style.scss */
  .js #nav4 {
    display: none;
  }
  /* line 4042, app/assets/stylesheets/index_style.scss */
  .js .selectnav {
    display: block;
  }
  /* line 4046, app/assets/stylesheets/index_style.scss */
  .topnavigation select {
    background: #000 !important;
    color: #fff;
    width: 100%;
    margin-right: 0;
    border: #000 solid 1px;
  }
  /* line 4054, app/assets/stylesheets/index_style.scss */
  .workers-list {
    top: auto;
  }
  /* line 4058, app/assets/stylesheets/index_style.scss */
  .controls-box a.expand-table {
    left: 720px;
  }
  /* line 4062, app/assets/stylesheets/index_style.scss */
  .filters-group .filters-form .construction-calendar-ico {
    right: 50px;
  }
  /* line 4066, app/assets/stylesheets/index_style.scss */
  .controls-right {
    padding-left: 0px !important;
  }
  /* line 4070, app/assets/stylesheets/index_style.scss */
  #myChart {
    width: calc(100% - 585px) !important;
  }
}

/* line 4075, app/assets/stylesheets/index_style.scss */
.worker-table-description {
  border-left: 1px solid #B5C2D5;
  border-right: 1px solid #B5C2D5;
  padding-left: 335px;
}

@media (min-height: 1282px) and (max-width: 1600px) {
  /* line 4082, app/assets/stylesheets/index_style.scss */
  .charts-box .boxpadding {
    min-height: 500px;
  }
  /* line 4086, app/assets/stylesheets/index_style.scss */
  .add-new-btn:before {
    left: 15px;
  }
}

@media (max-width: 1310px) {
  /* line 4093, app/assets/stylesheets/index_style.scss */
  #confirmDeleteModal .modal-content, #blankFieldChoseActionModal .modal-content, #existFieldChoseActionModal .modal-content {
    top: -50px;
  }
}

@media (max-width: 1500px) {
  /* line 4100, app/assets/stylesheets/index_style.scss */
  #construction_tab .filter-month .input-search-month input,
.controls-right .choose-this-month-btn,
.controls-right .search-btn,
.btn-export, .btn.check {
    width: 75px;
  }
}

@media (max-width: 1600px) {
  /* line 4110, app/assets/stylesheets/index_style.scss */
  .controls-right .choose-this-month-btn {
    margin: 0;
  }
  /* line 4115, app/assets/stylesheets/index_style.scss */
  .controls-worker-header {
    display: none;
  }
}

@media (max-width: 1680px) {
  /* line 4121, app/assets/stylesheets/index_style.scss */
  .charts-box .boxpadding {
    min-height: 500px;
  }
  /* line 4125, app/assets/stylesheets/index_style.scss */
  .fix-width {
    flex-basis: 42% !important;
  }
  /* line 4129, app/assets/stylesheets/index_style.scss */
  .full-flex {
    flex-basis: 80% !important;
  }
  /* line 4143, app/assets/stylesheets/index_style.scss */
  .clone-item.reduce-width {
    width: calc(77% - 11px) !important;
  }
  /* line 4147, app/assets/stylesheets/index_style.scss */
  .clone-item.fixheader {
    width: calc(16% - 3px) !important;
    left: unset !important;
    right: 24px !important;
  }
  /* line 4155, app/assets/stylesheets/index_style.scss */
  #construction_tab .controls-box .controls-row {
    flex-basis: 60%;
  }
  /* line 4159, app/assets/stylesheets/index_style.scss */
  #construction_tab .controls-box .controls-right {
    width: 50%;
    padding: 0 10px;
  }
  /* line 4166, app/assets/stylesheets/index_style.scss */
  .controls-row {
    padding: 0 10px;
  }
}

@media (min-width: 1281px) and (max-width: 1304px) {
  /* line 4172, app/assets/stylesheets/index_style.scss */
  .controls-right {
    padding-left: 0px;
  }
  /* line 4176, app/assets/stylesheets/index_style.scss */
  .controls-right label {
    right: 108px;
  }
  /* line 4180, app/assets/stylesheets/index_style.scss */
  .controls-right input {
    width: 50%;
    right: 130px;
  }
  /* line 4185, app/assets/stylesheets/index_style.scss */
  .controls-right input:last-child {
    right: 190px;
  }
  /* line 4189, app/assets/stylesheets/index_style.scss */
  .add-new-btn:before {
    left: 15px !important;
  }
}

@media (min-width: 1366px) {
  /* line 4196, app/assets/stylesheets/index_style.scss */
  .controls-workers .number-count {
    width: 32%;
  }
}

@media (min-width: 1304px) and (max-width: 1366px) {
  /* line 4203, app/assets/stylesheets/index_style.scss */
  .controls-right {
    padding-left: 0;
  }
  /* line 4207, app/assets/stylesheets/index_style.scss */
  .controls-right label {
    right: 110px;
  }
  /* line 4211, app/assets/stylesheets/index_style.scss */
  .controls-right input {
    width: 75px;
  }
  /* line 4215, app/assets/stylesheets/index_style.scss */
  .controls-right .month-label-last {
    right: 175px !important;
  }
  /* line 4219, app/assets/stylesheets/index_style.scss */
  .controls-right input.month-input-last {
    right: 200px !important;
  }
  /* line 4223, app/assets/stylesheets/index_style.scss */
  .controls-workers .controls-right .employee-box {
    right: 550px !important;
  }
  /* line 4227, app/assets/stylesheets/index_style.scss */
  .controls-workers .controls-right .estimates-desc {
    right: 450px !important;
  }
  /* line 4231, app/assets/stylesheets/index_style.scss */
  .controls-workers .controls-right .constructions-desc {
    right: 370px !important;
  }
  /* line 4235, app/assets/stylesheets/index_style.scss */
  #myChart {
    width: calc(100% - 250px) !important;
  }
  /* line 4239, app/assets/stylesheets/index_style.scss */
  .add-new-btn:before {
    left: 15px !important;
  }
  /* line 4244, app/assets/stylesheets/index_style.scss */
  .estimate-filters .input-box input {
    width: 100% !important;
  }
  /* line 4249, app/assets/stylesheets/index_style.scss */
  td.first-month-day {
    position: relative;
  }
  /* line 4252, app/assets/stylesheets/index_style.scss */
  td.first-month-day::before {
    left: -2px;
  }
}

@media (min-width: 1441px) and (max-width: 1536px) {
  /* line 4259, app/assets/stylesheets/index_style.scss */
  .fix-width {
    flex-basis: calc(60% - 12px) !important;
  }
  /* line 4262, app/assets/stylesheets/index_style.scss */
  .full-flex {
    flex-basis: 80% !important;
  }
  /* line 4267, app/assets/stylesheets/index_style.scss */
  #construction_tab .controls-box .controls-row {
    flex-basis: 54%;
  }
  /* line 4272, app/assets/stylesheets/index_style.scss */
  #construction_tab .constructions__list {
    flex-basis: 52%;
  }
  /* line 4278, app/assets/stylesheets/index_style.scss */
  td.first-month-day {
    position: relative;
  }
  /* line 4281, app/assets/stylesheets/index_style.scss */
  td.first-month-day::before {
    left: -2px;
  }
}

@media (min-width: 1025px) {
  /* line 4288, app/assets/stylesheets/index_style.scss */
  .controls-box .paginations a img {
    height: 25px !important;
  }
}

@media (max-width: 1025px) {
  /* line 4293, app/assets/stylesheets/index_style.scss */
  .controls-workers .controls-right .current-date-text {
    flex-basis: 100% !important;
    text-align: right;
  }
}

@media (max-width: 1366px) {
  /* line 4300, app/assets/stylesheets/index_style.scss */
  .controls-workers .controls-right {
    flex-basis: 180% !important;
    text-align: right;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  /* line 4306, app/assets/stylesheets/index_style.scss */
  .wrapper > header {
    padding-bottom: 20px;
  }
  /* line 4310, app/assets/stylesheets/index_style.scss */
  .workers-list {
    top: auto;
  }
  /* line 4314, app/assets/stylesheets/index_style.scss */
  .filters-group .filters-form .construction-calendar-ico {
    right: 65px;
  }
  /* line 4318, app/assets/stylesheets/index_style.scss */
  .controls-right {
    padding-left: 0;
  }
  /* line 4322, app/assets/stylesheets/index_style.scss */
  .controls-right label {
    right: 108px;
  }
  /* line 4326, app/assets/stylesheets/index_style.scss */
  .controls-right input {
    width: 50%;
    right: 130px;
  }
  /* line 4331, app/assets/stylesheets/index_style.scss */
  .controls-right .month-label-last {
    right: 170px !important;
  }
  /* line 4335, app/assets/stylesheets/index_style.scss */
  .controls-right input.month-input-last {
    right: 190px;
  }
  /* line 4339, app/assets/stylesheets/index_style.scss */
  .controls-workers .controls-right .employee-box {
    right: 690px !important;
  }
  /* line 4343, app/assets/stylesheets/index_style.scss */
  .controls-workers .controls-right .estimates-desc {
    right: 523px !important;
  }
  /* line 4347, app/assets/stylesheets/index_style.scss */
  .controls-workers .controls-right .constructions-desc {
    right: 450px !important;
  }
  /* line 4351, app/assets/stylesheets/index_style.scss */
  #myChart {
    width: calc(100% - 350px) !important;
  }
  /* line 4355, app/assets/stylesheets/index_style.scss */
  .add-new-btn:before {
    display: none;
  }
}

/* line 4360, app/assets/stylesheets/index_style.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 4366, app/assets/stylesheets/index_style.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 4378, app/assets/stylesheets/index_style.scss */
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 4384, app/assets/stylesheets/index_style.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 4390, app/assets/stylesheets/index_style.scss */
input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 4397, app/assets/stylesheets/index_style.scss */
input[type="file"] {
  display: block;
  width: 100%;
  line-height: 27px;
  color: transparent;
}

/* line 4404, app/assets/stylesheets/index_style.scss */
select[multiple], select[size] {
  height: auto;
}

/* line 4408, app/assets/stylesheets/index_style.scss */
select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

/* line 4414, app/assets/stylesheets/index_style.scss */
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 4420, app/assets/stylesheets/index_style.scss */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

/* line 4424, app/assets/stylesheets/index_style.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
}

/* line 4433, app/assets/stylesheets/index_style.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e0e0df;
  border-radius: 2px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 4450, app/assets/stylesheets/index_style.scss */
select.form-control {
  padding: 6px 6px 6px 12px;
}

/* line 4454, app/assets/stylesheets/index_style.scss */
.dataTables_wrapper select, .dataTables_wrapper input[type="text"] {
  height: 34px;
  padding: 6px 6px 6px 12px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e0e0df;
  border-radius: 2px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 4469, app/assets/stylesheets/index_style.scss */
.dataTables_length select {
  margin: 0px 10px;
}

/* line 4473, app/assets/stylesheets/index_style.scss */
.dataTables_filter input[type="text"] {
  margin: 0 0 0 10px;
}

@media (max-width: 767px) {
  /* line 4478, app/assets/stylesheets/index_style.scss */
  select.form-control {
    padding: 6px 13px 6px 12px;
    background: transparent;
  }
  /* line 4483, app/assets/stylesheets/index_style.scss */
  .controls-right input {
    width: 50px !important;
  }
}

/* line 4488, app/assets/stylesheets/index_style.scss */
.form-control:focus {
  border-color: #33363f;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(51, 54, 63, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(51, 54, 63, 0.6);
}

/* line 4495, app/assets/stylesheets/index_style.scss */
.form-control:-moz-placeholder {
  color: #999;
}

/* line 4499, app/assets/stylesheets/index_style.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 4504, app/assets/stylesheets/index_style.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 4508, app/assets/stylesheets/index_style.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 4512, app/assets/stylesheets/index_style.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
}

/* line 4517, app/assets/stylesheets/index_style.scss */
textarea.form-control {
  height: auto;
}

/* line 4521, app/assets/stylesheets/index_style.scss */
.selectnav {
  display: none;
}

/* line 4528, app/assets/stylesheets/index_style.scss */
.radio, .checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

/* line 4537, app/assets/stylesheets/index_style.scss */
.radio label, .checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 4544, app/assets/stylesheets/index_style.scss */
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 4549, app/assets/stylesheets/index_style.scss */
.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px;
}

/* line 4553, app/assets/stylesheets/index_style.scss */
.radio-inline, .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

/* line 4562, app/assets/stylesheets/index_style.scss */
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 4567, app/assets/stylesheets/index_style.scss */
input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 4571, app/assets/stylesheets/index_style.scss */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 4579, app/assets/stylesheets/index_style.scss */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 4584, app/assets/stylesheets/index_style.scss */
textarea.input-sm {
  height: auto;
}

/* line 4588, app/assets/stylesheets/index_style.scss */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 4596, app/assets/stylesheets/index_style.scss */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 4601, app/assets/stylesheets/index_style.scss */
textarea.input-lg {
  height: auto;
}

/* line 4605, app/assets/stylesheets/index_style.scss */
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
  color: #8a6d3b;
}

/* line 4609, app/assets/stylesheets/index_style.scss */
.has-warning .form-control {
  color: #fc0;
  border-color: #fc0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 4616, app/assets/stylesheets/index_style.scss */
.has-warning .form-control:focus {
  border-color: #fc0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffcc00;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffcc00;
}

/* line 4622, app/assets/stylesheets/index_style.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #fc0;
}

/* line 4628, app/assets/stylesheets/index_style.scss */
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color: #e65b45;
}

/* line 4632, app/assets/stylesheets/index_style.scss */
.has-error .form-control {
  color: #e65b45;
  border-color: #e65b45;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 4639, app/assets/stylesheets/index_style.scss */
.has-error .form-control:focus {
  border-color: #e65b45;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e65b45;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e65b45;
}

/* line 4645, app/assets/stylesheets/index_style.scss */
.has-error .input-group-addon {
  color: #e65b45;
  background-color: #f2dede;
  border-color: #e65b45;
}

/* line 4651, app/assets/stylesheets/index_style.scss */
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
  color: #07ba42;
}

/* line 4655, app/assets/stylesheets/index_style.scss */
.has-success .form-control {
  color: #07ba42;
  border-color: #07ba42;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 4662, app/assets/stylesheets/index_style.scss */
.has-success .form-control:focus {
  border-color: #07ba42;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #07ba42;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #07ba42;
}

/* line 4668, app/assets/stylesheets/index_style.scss */
.has-success .input-group-addon {
  color: #07ba42;
  background-color: #dff0d8;
  border-color: #07ba42;
}

/* line 4674, app/assets/stylesheets/index_style.scss */
.form-control-static {
  margin-bottom: 0;
}

/* line 4678, app/assets/stylesheets/index_style.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 769px) {
  /* line 4686, app/assets/stylesheets/index_style.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 4692, app/assets/stylesheets/index_style.scss */
  .form-inline .form-control {
    display: inline-block;
  }
  /* line 4696, app/assets/stylesheets/index_style.scss */
  .form-inline select.form-control {
    width: auto;
  }
  /* line 4700, app/assets/stylesheets/index_style.scss */
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 4707, app/assets/stylesheets/index_style.scss */
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  /* line 4712, app/assets/stylesheets/index_style.scss */
  .filters-form {
    max-width: calc(100% - 170px) !important;
  }
}

/* line 4717, app/assets/stylesheets/index_style.scss */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 4738, app/assets/stylesheets/index_style.scss */
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 4744, app/assets/stylesheets/index_style.scss */
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}

/* line 4749, app/assets/stylesheets/index_style.scss */
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 4756, app/assets/stylesheets/index_style.scss */
.btn.disabled, .btn.inactive-btn, .btn[disabled], fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 4765, app/assets/stylesheets/index_style.scss */
.btn-default {
  color: #6d6f75;
  background: #fdfdfd;
  background: -moz-linear-gradient(top, #fdfdfd 0%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #f7f7f7 100%);
  background: -o-linear-gradient(top, #fdfdfd 0%, #f7f7f7 100%);
  background: -ms-linear-gradient(top, #fdfdfd 0%, #f7f7f7 100%);
  background: linear-gradient(to bottom, #fdfdfd 0%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f7f7f7', GradientType=0);
  border-color: #e4e4e4;
  box-shadow: 0 1px 2px #e7ebec;
}

/* line 4779, app/assets/stylesheets/index_style.scss */
.media-body .btn-default {
  margin-top: 10px;
}

/* line 4783, app/assets/stylesheets/index_style.scss */
.input-group .btn-default {
  box-shadow: none;
}

/* line 4787, app/assets/stylesheets/index_style.scss */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

/* line 4793, app/assets/stylesheets/index_style.scss */
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 4797, app/assets/stylesheets/index_style.scss */
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default.active[disabled], fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

/* line 4802, app/assets/stylesheets/index_style.scss */
.btn-default .badge {
  color: #fff;
  background-color: #fff;
}

/* line 4807, app/assets/stylesheets/index_style.scss */
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  box-shadow: 0 1px 2px #e7ebec;
}

/* line 4814, app/assets/stylesheets/index_style.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

/* line 4820, app/assets/stylesheets/index_style.scss */
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 4824, app/assets/stylesheets/index_style.scss */
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 4829, app/assets/stylesheets/index_style.scss */
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

/* line 4834, app/assets/stylesheets/index_style.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
  box-shadow: 0 1px 2px #e7ebec;
}

/* line 4841, app/assets/stylesheets/index_style.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}

/* line 4847, app/assets/stylesheets/index_style.scss */
.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 4851, app/assets/stylesheets/index_style.scss */
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 4856, app/assets/stylesheets/index_style.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 4861, app/assets/stylesheets/index_style.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  box-shadow: 0 1px 2px #e7ebec;
}

/* line 4868, app/assets/stylesheets/index_style.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}

/* line 4874, app/assets/stylesheets/index_style.scss */
.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 4878, app/assets/stylesheets/index_style.scss */
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 4883, app/assets/stylesheets/index_style.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 4888, app/assets/stylesheets/index_style.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  box-shadow: 0 1px 2px #e7ebec;
}

/* line 4895, app/assets/stylesheets/index_style.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}

/* line 4901, app/assets/stylesheets/index_style.scss */
.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 4905, app/assets/stylesheets/index_style.scss */
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success.active[disabled], fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 4910, app/assets/stylesheets/index_style.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 4915, app/assets/stylesheets/index_style.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
  box-shadow: 0 1px 2px #e7ebec;
}

/* line 4922, app/assets/stylesheets/index_style.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}

/* line 4928, app/assets/stylesheets/index_style.scss */
.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  background-image: none;
}

/* line 4932, app/assets/stylesheets/index_style.scss */
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info.active[disabled], fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 4937, app/assets/stylesheets/index_style.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 4942, app/assets/stylesheets/index_style.scss */
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

/* line 4949, app/assets/stylesheets/index_style.scss */
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 4955, app/assets/stylesheets/index_style.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

/* line 4959, app/assets/stylesheets/index_style.scss */
.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

/* line 4965, app/assets/stylesheets/index_style.scss */
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}

/* line 4970, app/assets/stylesheets/index_style.scss */
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 4977, app/assets/stylesheets/index_style.scss */
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 4984, app/assets/stylesheets/index_style.scss */
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 4991, app/assets/stylesheets/index_style.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

/* line 4998, app/assets/stylesheets/index_style.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 5002, app/assets/stylesheets/index_style.scss */
input.btn-block[type="submit"], input.btn-block[type="reset"], input.btn-block[type="button"] {
  width: 100%;
}

/* line 5006, app/assets/stylesheets/index_style.scss */
.style2 {
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 20px;
}

/* line 5014, app/assets/stylesheets/index_style.scss */
.btn-default.style2 {
  color: #34495e;
  background: #ecf0f1;
  box-shadow: 0 3px 0 #cacecf;
}

/* line 5020, app/assets/stylesheets/index_style.scss */
.btn-primary.style2 {
  background: #2980b9;
  box-shadow: 0 3px 0 #1f6796;
}

/* line 5025, app/assets/stylesheets/index_style.scss */
.btn-success.style2 {
  background: #2ecc71;
  box-shadow: 0 3px 0 #25a85c;
}

/* line 5030, app/assets/stylesheets/index_style.scss */
.btn-info.style2 {
  background: #3498db;
  box-shadow: 0 3px 0 #2a80b9;
}

/* line 5035, app/assets/stylesheets/index_style.scss */
.btn-warning.style2 {
  background: #f39c12;
  box-shadow: 0 3px 0 #cd830e;
}

/* line 5040, app/assets/stylesheets/index_style.scss */
.btn-danger.style2 {
  background: #e74c3c;
  box-shadow: 0 3px 0 #bf3d30;
}

/* line 5045, app/assets/stylesheets/index_style.scss */
.style3 {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 15px 6px 20px;
  border-radius: 25px;
  box-shadow: 0 2px 2px #dadedf;
  border: solid 1px;
}

/* line 5055, app/assets/stylesheets/index_style.scss */
.btn-default.style3 {
  border-color: #cacecf;
  color: #34495e;
  background: #f4f6f7;
  background: -moz-linear-gradient(top, #f4f6f7 0%, #ebeff0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f6f7), color-stop(100%, #ebeff0));
  background: -webkit-linear-gradient(top, #f4f6f7 0%, #ebeff0 100%);
  background: -o-linear-gradient(top, #f4f6f7 0%, #ebeff0 100%);
  background: -ms-linear-gradient(top, #f4f6f7 0%, #ebeff0 100%);
  background: linear-gradient(to bottom, #f4f6f7 0%, #ebeff0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f6f7', endColorstr='#ebeff0', GradientType=0);
}

/* line 5068, app/assets/stylesheets/index_style.scss */
.btn-primary.style3 {
  border-color: #1f6796;
  background: #279ecb;
  background: -moz-linear-gradient(top, #279ecb 0%, #1a67a0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #279ecb), color-stop(100%, #1a67a0));
  background: -webkit-linear-gradient(top, #279ecb 0%, #1a67a0 100%);
  background: -o-linear-gradient(top, #279ecb 0%, #1a67a0 100%);
  background: -ms-linear-gradient(top, #279ecb 0%, #1a67a0 100%);
  background: linear-gradient(to bottom, #279ecb 0%, #1a67a0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#279ecb', endColorstr='#1a67a0', GradientType=0);
}

/* line 5080, app/assets/stylesheets/index_style.scss */
.btn-success.style3 {
  border-color: #25a85c;
  background: #40e09e;
  background: -moz-linear-gradient(top, #40e09e 0%, #2ac868 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #40e09e), color-stop(100%, #2ac868));
  background: -webkit-linear-gradient(top, #40e09e 0%, #2ac868 100%);
  background: -o-linear-gradient(top, #40e09e 0%, #2ac868 100%);
  background: -ms-linear-gradient(top, #40e09e 0%, #2ac868 100%);
  background: linear-gradient(to bottom, #40e09e 0%, #2ac868 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40e09e', endColorstr='#2ac868', GradientType=0);
}

/* line 5092, app/assets/stylesheets/index_style.scss */
.btn-info.style3 {
  border-color: #43a1e0;
  background: #6dd1f8;
  background: -moz-linear-gradient(top, #6dd1f8 0%, #48acf3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6dd1f8), color-stop(100%, #48acf3));
  background: -webkit-linear-gradient(top, #6dd1f8 0%, #48acf3 100%);
  background: -o-linear-gradient(top, #6dd1f8 0%, #48acf3 100%);
  background: -ms-linear-gradient(top, #6dd1f8 0%, #48acf3 100%);
  background: linear-gradient(to bottom, #6dd1f8 0%, #48acf3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6dd1f8', endColorstr='#48acf3', GradientType=0);
}

/* line 5104, app/assets/stylesheets/index_style.scss */
.btn-warning.style3 {
  border-color: #cd830e;
  background: #f8c419;
  background: -moz-linear-gradient(top, #f8c419 0%, #f29410 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8c419), color-stop(100%, #f29410));
  background: -webkit-linear-gradient(top, #f8c419 0%, #f29410 100%);
  background: -o-linear-gradient(top, #f8c419 0%, #f29410 100%);
  background: -ms-linear-gradient(top, #f8c419 0%, #f29410 100%);
  background: linear-gradient(to bottom, #f8c419 0%, #f29410 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8c419', endColorstr='#f29410', GradientType=0);
}

/* line 5116, app/assets/stylesheets/index_style.scss */
.btn-danger.style3 {
  border-color: #bf3d30;
  background: #f16a54;
  background: -moz-linear-gradient(top, #f16a54 0%, #e54637 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f16a54), color-stop(100%, #e54637));
  background: -webkit-linear-gradient(top, #f16a54 0%, #e54637 100%);
  background: -o-linear-gradient(top, #f16a54 0%, #e54637 100%);
  background: -ms-linear-gradient(top, #f16a54 0%, #e54637 100%);
  background: linear-gradient(to bottom, #f16a54 0%, #e54637 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16a54', endColorstr='#e54637', GradientType=0);
}

/* line 5128, app/assets/stylesheets/index_style.scss */
.style3 .caret {
  margin-left: 5px !important;
}

/* line 5132, app/assets/stylesheets/index_style.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

/* line 5138, app/assets/stylesheets/index_style.scss */
.fade.in {
  opacity: 1;
}

/* line 5142, app/assets/stylesheets/index_style.scss */
.collapse {
  display: none;
}

/* line 5146, app/assets/stylesheets/index_style.scss */
.collapse.in {
  display: block;
}

/* line 5150, app/assets/stylesheets/index_style.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
}

/* line 5158, app/assets/stylesheets/index_style.scss */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 5164, app/assets/stylesheets/index_style.scss */
.nav:before, .nav:after {
  display: table;
  content: " ";
}

/* line 5169, app/assets/stylesheets/index_style.scss */
.nav:after {
  clear: both;
}

/* line 5173, app/assets/stylesheets/index_style.scss */
.nav:before, .nav:after {
  display: table;
  content: " ";
}

/* line 5178, app/assets/stylesheets/index_style.scss */
.nav:after {
  clear: both;
}

/* line 5182, app/assets/stylesheets/index_style.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 5187, app/assets/stylesheets/index_style.scss */
.nav > li > a {
  position: relative;
  display: block;
  line-height: 42px;
  text-align: center;
}

/* line 5194, app/assets/stylesheets/index_style.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 5199, app/assets/stylesheets/index_style.scss */
.nav > li.disabled > a {
  color: #999;
}

/* line 5203, app/assets/stylesheets/index_style.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 5210, app/assets/stylesheets/index_style.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}

/* line 5215, app/assets/stylesheets/index_style.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 5222, app/assets/stylesheets/index_style.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 5226, app/assets/stylesheets/index_style.scss */
.nav-tabs {
  height: 44px;
  margin: 28px 0 24px 0 !important;
  border-bottom: none !important;
}

/* line 5232, app/assets/stylesheets/index_style.scss */
.nav-tabs > li.header-tab {
  float: left;
  width: 130px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 5px 0px 0px 5px;
}

/* line 5241, app/assets/stylesheets/index_style.scss */
.nav-tabs > li.header-tab:last-child {
  border-radius: 0px 5px 5px 0px;
}

/* line 5245, app/assets/stylesheets/index_style.scss */
.nav-tabs > li.header-tab > a {
  height: 42px;
  width: 128px;
  font-size: 16px;
  color: #00000061;
}

/* line 5252, app/assets/stylesheets/index_style.scss */
.nav-tabs > li:last-child > a {
  border-left: none;
}

/* line 5256, app/assets/stylesheets/index_style.scss */
.nav-tabs > li > a:hover {
  background: #ECF3FF;
  color: #213CC7;
  border-radius: 5px;
}

/* line 5262, app/assets/stylesheets/index_style.scss */
.nav-tabs > li.header-tab.active > a, .nav-tabs > li.header-tab.active > a:hover, .nav-tabs > li.header-tab.active > a:focus {
  cursor: default;
  background: #ECF3FF;
  color: #213CC7;
  border-radius: 5px;
}

/* line 5269, app/assets/stylesheets/index_style.scss */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 5274, app/assets/stylesheets/index_style.scss */
.nav-tabs.nav-justified > li {
  float: none;
}

/* line 5278, app/assets/stylesheets/index_style.scss */
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 5283, app/assets/stylesheets/index_style.scss */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

/* line 5288, app/assets/stylesheets/index_style.scss */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 5293, app/assets/stylesheets/index_style.scss */
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 5298, app/assets/stylesheets/index_style.scss */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 5302, app/assets/stylesheets/index_style.scss */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    margin-bottom: 0;
  }
  /* line 5308, app/assets/stylesheets/index_style.scss */
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 5313, app/assets/stylesheets/index_style.scss */
.nav-pills > li {
  float: left;
}

/* line 5317, app/assets/stylesheets/index_style.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 5321, app/assets/stylesheets/index_style.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 5325, app/assets/stylesheets/index_style.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

/* line 5330, app/assets/stylesheets/index_style.scss */
.nav-stacked > li {
  float: none;
}

/* line 5334, app/assets/stylesheets/index_style.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 5339, app/assets/stylesheets/index_style.scss */
.nav-justified {
  width: 100%;
}

/* line 5343, app/assets/stylesheets/index_style.scss */
.nav-justified > li {
  float: none;
}

/* line 5347, app/assets/stylesheets/index_style.scss */
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 5352, app/assets/stylesheets/index_style.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 5358, app/assets/stylesheets/index_style.scss */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 5363, app/assets/stylesheets/index_style.scss */
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 5368, app/assets/stylesheets/index_style.scss */
.nav-tabs-justified {
  border-bottom: 0;
}

/* line 5372, app/assets/stylesheets/index_style.scss */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 5377, app/assets/stylesheets/index_style.scss */
.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 5382, app/assets/stylesheets/index_style.scss */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 5387, app/assets/stylesheets/index_style.scss */
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 5392, app/assets/stylesheets/index_style.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 5396, app/assets/stylesheets/index_style.scss */
.tab-content > .active {
  display: block;
}

/* line 5400, app/assets/stylesheets/index_style.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 5406, app/assets/stylesheets/index_style.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

/* line 5413, app/assets/stylesheets/index_style.scss */
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}

/* line 5418, app/assets/stylesheets/index_style.scss */
.navbar:after {
  clear: both;
}

/* line 5422, app/assets/stylesheets/index_style.scss */
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}

/* line 5427, app/assets/stylesheets/index_style.scss */
.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 5432, app/assets/stylesheets/index_style.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 5437, app/assets/stylesheets/index_style.scss */
.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}

/* line 5442, app/assets/stylesheets/index_style.scss */
.navbar-header:after {
  clear: both;
}

/* line 5446, app/assets/stylesheets/index_style.scss */
.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}

/* line 5451, app/assets/stylesheets/index_style.scss */
.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 5456, app/assets/stylesheets/index_style.scss */
  .navbar-header {
    float: left;
  }
}

/* line 5461, app/assets/stylesheets/index_style.scss */
.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 5471, app/assets/stylesheets/index_style.scss */
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}

/* line 5476, app/assets/stylesheets/index_style.scss */
.navbar-collapse:after {
  clear: both;
}

/* line 5480, app/assets/stylesheets/index_style.scss */
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}

/* line 5485, app/assets/stylesheets/index_style.scss */
.navbar-collapse:after {
  clear: both;
}

/* line 5489, app/assets/stylesheets/index_style.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 5494, app/assets/stylesheets/index_style.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 5500, app/assets/stylesheets/index_style.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 5507, app/assets/stylesheets/index_style.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 5511, app/assets/stylesheets/index_style.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 5517, app/assets/stylesheets/index_style.scss */
.container > .navbar-header, .container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 5523, app/assets/stylesheets/index_style.scss */
  .container > .navbar-header, .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 5529, app/assets/stylesheets/index_style.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 5535, app/assets/stylesheets/index_style.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 5540, app/assets/stylesheets/index_style.scss */
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 5548, app/assets/stylesheets/index_style.scss */
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 5553, app/assets/stylesheets/index_style.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 5558, app/assets/stylesheets/index_style.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 5564, app/assets/stylesheets/index_style.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

/* line 5571, app/assets/stylesheets/index_style.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  /* line 5576, app/assets/stylesheets/index_style.scss */
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

/* line 5581, app/assets/stylesheets/index_style.scss */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 5594, app/assets/stylesheets/index_style.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 5601, app/assets/stylesheets/index_style.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 5606, app/assets/stylesheets/index_style.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 5611, app/assets/stylesheets/index_style.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 5615, app/assets/stylesheets/index_style.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 5622, app/assets/stylesheets/index_style.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 5632, app/assets/stylesheets/index_style.scss */
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 5636, app/assets/stylesheets/index_style.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 5640, app/assets/stylesheets/index_style.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

/* line 5645, app/assets/stylesheets/index_style.scss */
.show-for-ipad {
  display: none;
}

@media (max-width: 1024px) {
  /* line 5650, app/assets/stylesheets/index_style.scss */
  .filters-form.workload-form {
    max-width: 100% !important;
    width: 100%;
  }
  /* line 5654, app/assets/stylesheets/index_style.scss */
  .filters-form.workload-form .show-for-pc {
    display: none !important;
  }
  /* line 5658, app/assets/stylesheets/index_style.scss */
  .filters-form.workload-form .wrapper-ipad {
    max-width: 100% !important;
  }
  /* line 5665, app/assets/stylesheets/index_style.scss */
  .controls-box.controls-workers .controls-left .charts-header {
    width: 40%;
  }
  /* line 5669, app/assets/stylesheets/index_style.scss */
  .controls-box.controls-workers .controls-left .controls-worker-header {
    display: none !important;
  }
  /* line 5673, app/assets/stylesheets/index_style.scss */
  .controls-box.controls-workers .controls-left .number-count {
    display: flex !important;
    padding-left: 2px !important;
    width: 68%;
  }
  /* line 5681, app/assets/stylesheets/index_style.scss */
  .controls-box.controls-workers .controls-right .employee-box {
    width: 60%;
  }
  /* line 5685, app/assets/stylesheets/index_style.scss */
  .controls-box.controls-workers .controls-right .btn-filter-chart {
    display: block;
  }
  /* line 5691, app/assets/stylesheets/index_style.scss */
  .show-for-ipad {
    display: block !important;
  }
  /* line 5696, app/assets/stylesheets/index_style.scss */
  .controls-box.controls-workers .paginations, .estimates-container .paginations {
    display: flex !important;
    width: 45%;
  }
  /* line 5700, app/assets/stylesheets/index_style.scss */
  .controls-box.controls-workers .paginations a, .estimates-container .paginations a {
    padding: 8px 5px !important;
  }
  /* line 5703, app/assets/stylesheets/index_style.scss */
  .controls-box.controls-workers .paginations a img.prev-page-ico, .controls-box.controls-workers .paginations a img.next-page-ico, .estimates-container .paginations a img.prev-page-ico, .estimates-container .paginations a img.next-page-ico {
    height: 20px !important;
  }
}

@media (min-width: 768px) {
  /* line 5712, app/assets/stylesheets/index_style.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 5717, app/assets/stylesheets/index_style.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 5721, app/assets/stylesheets/index_style.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /* line 5726, app/assets/stylesheets/index_style.scss */
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  /* line 5730, app/assets/stylesheets/index_style.scss */
  .navbar-left {
    float: left !important;
  }
  /* line 5734, app/assets/stylesheets/index_style.scss */
  .navbar-right {
    float: right !important;
  }
}

/* line 5739, app/assets/stylesheets/index_style.scss */
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  /* line 5752, app/assets/stylesheets/index_style.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 5758, app/assets/stylesheets/index_style.scss */
  .navbar-form .form-control {
    display: inline-block;
  }
  /* line 5762, app/assets/stylesheets/index_style.scss */
  .navbar-form select.form-control {
    width: auto;
  }
  /* line 5766, app/assets/stylesheets/index_style.scss */
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 5773, app/assets/stylesheets/index_style.scss */
  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  /* line 5780, app/assets/stylesheets/index_style.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  /* line 5786, app/assets/stylesheets/index_style.scss */
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 5797, app/assets/stylesheets/index_style.scss */
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

/* line 5802, app/assets/stylesheets/index_style.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 5808, app/assets/stylesheets/index_style.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 5813, app/assets/stylesheets/index_style.scss */
.navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 5818, app/assets/stylesheets/index_style.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 5823, app/assets/stylesheets/index_style.scss */
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 5828, app/assets/stylesheets/index_style.scss */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 5833, app/assets/stylesheets/index_style.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 5839, app/assets/stylesheets/index_style.scss */
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  /* line 5845, app/assets/stylesheets/index_style.scss */
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

/* line 5850, app/assets/stylesheets/index_style.scss */
.navbar-default {
  color: #6d6f75;
  background: #fdfdfd;
  background: -moz-linear-gradient(top, #fdfdfd 0%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #f7f7f7 100%);
  background: -o-linear-gradient(top, #fdfdfd 0%, #f7f7f7 100%);
  background: -ms-linear-gradient(top, #fdfdfd 0%, #f7f7f7 100%);
  background: linear-gradient(to bottom, #fdfdfd 0%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f7f7f7', GradientType=0);
  border-color: #e4e4e4;
  box-shadow: 0 1px 2px #e7ebec;
}

/* line 5864, app/assets/stylesheets/index_style.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 5868, app/assets/stylesheets/index_style.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 5873, app/assets/stylesheets/index_style.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 5877, app/assets/stylesheets/index_style.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 5881, app/assets/stylesheets/index_style.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 5886, app/assets/stylesheets/index_style.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

/* line 5891, app/assets/stylesheets/index_style.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

/* line 5896, app/assets/stylesheets/index_style.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 5900, app/assets/stylesheets/index_style.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 5904, app/assets/stylesheets/index_style.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}

/* line 5908, app/assets/stylesheets/index_style.scss */
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 5912, app/assets/stylesheets/index_style.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  /* line 5918, app/assets/stylesheets/index_style.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 5922, app/assets/stylesheets/index_style.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 5927, app/assets/stylesheets/index_style.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 5932, app/assets/stylesheets/index_style.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

/* line 5938, app/assets/stylesheets/index_style.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 5942, app/assets/stylesheets/index_style.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 5946, app/assets/stylesheets/index_style.scss */
.navbar-inverse {
  background-color: #666981;
  border-color: #e4e4e4;
}

/* line 5951, app/assets/stylesheets/index_style.scss */
.navbar-inverse .navbar-brand {
  color: #fff;
}

/* line 5955, app/assets/stylesheets/index_style.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 5960, app/assets/stylesheets/index_style.scss */
.navbar-inverse .navbar-text {
  color: #fff;
}

/* line 5964, app/assets/stylesheets/index_style.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}

/* line 5968, app/assets/stylesheets/index_style.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 5973, app/assets/stylesheets/index_style.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

/* line 5978, app/assets/stylesheets/index_style.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

/* line 5983, app/assets/stylesheets/index_style.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 5987, app/assets/stylesheets/index_style.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 5991, app/assets/stylesheets/index_style.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 5995, app/assets/stylesheets/index_style.scss */
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 5999, app/assets/stylesheets/index_style.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  /* line 6005, app/assets/stylesheets/index_style.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  /* line 6009, app/assets/stylesheets/index_style.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  /* line 6013, app/assets/stylesheets/index_style.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  /* line 6017, app/assets/stylesheets/index_style.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 6022, app/assets/stylesheets/index_style.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  /* line 6027, app/assets/stylesheets/index_style.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

/* line 6033, app/assets/stylesheets/index_style.scss */
.navbar-inverse .navbar-link {
  color: #999;
}

/* line 6037, app/assets/stylesheets/index_style.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 6041, app/assets/stylesheets/index_style.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  color: #6d6f75;
  background: #fdfdfd;
  background: -moz-linear-gradient(top, #fdfdfd 0%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #f7f7f7 100%);
  background: -o-linear-gradient(top, #fdfdfd 0%, #f7f7f7 100%);
  background: -ms-linear-gradient(top, #fdfdfd 0%, #f7f7f7 100%);
  background: linear-gradient(to bottom, #fdfdfd 0%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f7f7f7', GradientType=0);
  border: 1px solid #e4e4e4;
  box-shadow: 0 1px 2px #e7ebec;
  border-radius: 4px;
}

/* line 6059, app/assets/stylesheets/index_style.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 6063, app/assets/stylesheets/index_style.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

/* line 6069, app/assets/stylesheets/index_style.scss */
.breadcrumb > .active {
  color: #6d6f75;
}

/* line 6073, app/assets/stylesheets/index_style.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  color: #6d6f75;
  background: #fdfdfd;
  background: -moz-linear-gradient(top, #fdfdfd 0%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #f7f7f7 100%);
  background: -o-linear-gradient(top, #fdfdfd 0%, #f7f7f7 100%);
  background: -ms-linear-gradient(top, #fdfdfd 0%, #f7f7f7 100%);
  background: linear-gradient(to bottom, #fdfdfd 0%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f7f7f7', GradientType=0);
  box-shadow: 0 1px 2px #e7ebec;
}

/* line 6090, app/assets/stylesheets/index_style.scss */
.pagination > li {
  display: inline;
}

/* line 6094, app/assets/stylesheets/index_style.scss */
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  color: #6d6f75;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  border: 1px solid #ddd;
}

/* line 6105, app/assets/stylesheets/index_style.scss */
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 6111, app/assets/stylesheets/index_style.scss */
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 6116, app/assets/stylesheets/index_style.scss */
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background-color: #eee;
}

/* line 6120, app/assets/stylesheets/index_style.scss */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 6128, app/assets/stylesheets/index_style.scss */
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 6135, app/assets/stylesheets/index_style.scss */
.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

/* line 6140, app/assets/stylesheets/index_style.scss */
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

/* line 6145, app/assets/stylesheets/index_style.scss */
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 6150, app/assets/stylesheets/index_style.scss */
.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

/* line 6155, app/assets/stylesheets/index_style.scss */
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 6160, app/assets/stylesheets/index_style.scss */
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 6165, app/assets/stylesheets/index_style.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

/* line 6172, app/assets/stylesheets/index_style.scss */
.pager:before, .pager:after {
  display: table;
  content: " ";
}

/* line 6177, app/assets/stylesheets/index_style.scss */
.pager:after {
  clear: both;
}

/* line 6181, app/assets/stylesheets/index_style.scss */
.pager:before, .pager:after {
  display: table;
  content: " ";
}

/* line 6186, app/assets/stylesheets/index_style.scss */
.pager:after {
  clear: both;
}

/* line 6190, app/assets/stylesheets/index_style.scss */
.pager li {
  display: inline;
}

/* line 6194, app/assets/stylesheets/index_style.scss */
.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid #e4e4e4;
  border-radius: 15px;
  color: #6d6f75;
  background: #fdfdfd;
  background: -moz-linear-gradient(top, #fdfdfd 0%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #f7f7f7 100%);
  background: -o-linear-gradient(top, #fdfdfd 0%, #f7f7f7 100%);
  background: -ms-linear-gradient(top, #fdfdfd 0%, #f7f7f7 100%);
  background: linear-gradient(to bottom, #fdfdfd 0%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f7f7f7', GradientType=0);
  box-shadow: 0 1px 2px #e7ebec;
}

/* line 6211, app/assets/stylesheets/index_style.scss */
.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 6216, app/assets/stylesheets/index_style.scss */
.pager .next > a, .pager .next > span {
  float: right;
}

/* line 6220, app/assets/stylesheets/index_style.scss */
.pager .previous > a, .pager .previous > span {
  float: left;
}

/* line 6224, app/assets/stylesheets/index_style.scss */
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 6230, app/assets/stylesheets/index_style.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .90em;
}

/* line 6242, app/assets/stylesheets/index_style.scss */
.label[href]:hover, .label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6248, app/assets/stylesheets/index_style.scss */
.label:empty {
  display: none;
}

/* line 6252, app/assets/stylesheets/index_style.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 6257, app/assets/stylesheets/index_style.scss */
.label-custom1 {
  background-color: #e9535e;
}

/* line 6261, app/assets/stylesheets/index_style.scss */
.label-default {
  background-color: #999;
}

/* line 6265, app/assets/stylesheets/index_style.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: gray;
}

/* line 6269, app/assets/stylesheets/index_style.scss */
.label-primary {
  background-color: #428bca;
}

/* line 6273, app/assets/stylesheets/index_style.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #3071a9;
}

/* line 6277, app/assets/stylesheets/index_style.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 6281, app/assets/stylesheets/index_style.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 6285, app/assets/stylesheets/index_style.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 6289, app/assets/stylesheets/index_style.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 6293, app/assets/stylesheets/index_style.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 6297, app/assets/stylesheets/index_style.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 6301, app/assets/stylesheets/index_style.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 6305, app/assets/stylesheets/index_style.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 6309, app/assets/stylesheets/index_style.scss */
.alert {
  padding: 8px 20px 9px 40px;
  margin: 10px;
  border-radius: 4px;
  position: relative;
}

/* line 6316, app/assets/stylesheets/index_style.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 6321, app/assets/stylesheets/index_style.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 6325, app/assets/stylesheets/index_style.scss */
.alert > p, .alert > ul {
  margin-bottom: 0;
}

/* line 6329, app/assets/stylesheets/index_style.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 6333, app/assets/stylesheets/index_style.scss */
.alert-dismissable {
  padding-right: 35px;
}

/* line 6337, app/assets/stylesheets/index_style.scss */
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 6344, app/assets/stylesheets/index_style.scss */
.alert-success {
  color: #fff;
  background-color: #07ba42;
}

/* line 6349, app/assets/stylesheets/index_style.scss */
.alert-success:before {
  content: "";
  width: 16px;
  height: 12px;
  left: 14px;
  top: 12px;
  position: absolute;
  display: inline-block;
}

/* line 6359, app/assets/stylesheets/index_style.scss */
.alert-success hr {
  border-top-color: #fff;
}

/* line 6363, app/assets/stylesheets/index_style.scss */
.alert-success .alert-link {
  color: #fff;
}

/* line 6367, app/assets/stylesheets/index_style.scss */
.alert-info {
  color: #fff;
  background-color: #51b2e9;
}

/* line 6372, app/assets/stylesheets/index_style.scss */
.alert-info:before {
  content: "";
  width: 6px;
  height: 14px;
  left: 14px;
  top: 12px;
  position: absolute;
  display: inline-block;
}

/* line 6382, app/assets/stylesheets/index_style.scss */
.alert-info hr {
  border-top-color: #fff;
}

/* line 6386, app/assets/stylesheets/index_style.scss */
.alert-info .alert-link {
  color: #fff;
}

/* line 6390, app/assets/stylesheets/index_style.scss */
.alert-warning {
  color: #fff;
  background-color: #fc0;
}

/* line 6395, app/assets/stylesheets/index_style.scss */
.alert-warning:before {
  content: "";
  width: 17px;
  height: 15px;
  left: 14px;
  top: 10px;
  position: absolute;
  display: inline-block;
}

/* line 6405, app/assets/stylesheets/index_style.scss */
.alert-warning hr {
  border-top-color: #fff;
}

/* line 6409, app/assets/stylesheets/index_style.scss */
.alert-warning .alert-link {
  color: #fff;
}

/* line 6413, app/assets/stylesheets/index_style.scss */
.alert-danger {
  color: #fff;
  background-color: #e65b45;
}

/* line 6418, app/assets/stylesheets/index_style.scss */
.alert-danger:before {
  content: "";
  width: 11px;
  height: 12px;
  left: 14px;
  top: 12px;
  position: absolute;
  display: inline-block;
}

/* line 6428, app/assets/stylesheets/index_style.scss */
.alert-danger hr {
  border-top-color: #fff;
}

/* line 6432, app/assets/stylesheets/index_style.scss */
.alert-danger .alert-link {
  color: #fff;
}

/* line 6436, app/assets/stylesheets/index_style.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 6444, app/assets/stylesheets/index_style.scss */
.modal-open {
  overflow: hidden;
}

/* line 6448, app/assets/stylesheets/index_style.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

/* line 6460, app/assets/stylesheets/index_style.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
}

/* line 6470, app/assets/stylesheets/index_style.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 6476, app/assets/stylesheets/index_style.scss */
.modal-dialog {
  position: relative;
  z-index: 1050;
  width: auto;
  margin: 10px;
}

/* line 6483, app/assets/stylesheets/index_style.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

/* line 6494, app/assets/stylesheets/index_style.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}

/* line 6504, app/assets/stylesheets/index_style.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 6509, app/assets/stylesheets/index_style.scss */
.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}

/* line 6514, app/assets/stylesheets/index_style.scss */
.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 6520, app/assets/stylesheets/index_style.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 6524, app/assets/stylesheets/index_style.scss */
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

/* line 6529, app/assets/stylesheets/index_style.scss */
.modal-body {
  position: relative;
  padding: 20px;
}

/* line 6534, app/assets/stylesheets/index_style.scss */
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 6541, app/assets/stylesheets/index_style.scss */
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

/* line 6546, app/assets/stylesheets/index_style.scss */
.modal-footer:after {
  clear: both;
}

/* line 6550, app/assets/stylesheets/index_style.scss */
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

/* line 6555, app/assets/stylesheets/index_style.scss */
.modal-footer:after {
  clear: both;
}

/* line 6559, app/assets/stylesheets/index_style.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 6564, app/assets/stylesheets/index_style.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 6568, app/assets/stylesheets/index_style.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  /* line 6573, app/assets/stylesheets/index_style.scss */
  .modal-dialog {
    width: 700px;
    margin: 30px auto;
  }
  /* line 6578, app/assets/stylesheets/index_style.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

/* line 6584, app/assets/stylesheets/index_style.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

/* line 6595, app/assets/stylesheets/index_style.scss */
.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90);
}

/* line 6600, app/assets/stylesheets/index_style.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 6605, app/assets/stylesheets/index_style.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 6610, app/assets/stylesheets/index_style.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 6615, app/assets/stylesheets/index_style.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 6620, app/assets/stylesheets/index_style.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

/* line 6630, app/assets/stylesheets/index_style.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6638, app/assets/stylesheets/index_style.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000;
  border-width: 5px 5px 0;
}

/* line 6646, app/assets/stylesheets/index_style.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000;
  border-width: 5px 5px 0;
}

/* line 6653, app/assets/stylesheets/index_style.scss */
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000;
  border-width: 5px 5px 0;
}

/* line 6660, app/assets/stylesheets/index_style.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000;
  border-width: 5px 5px 5px 0;
}

/* line 6668, app/assets/stylesheets/index_style.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000;
  border-width: 5px 0 5px 5px;
}

/* line 6676, app/assets/stylesheets/index_style.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000;
  border-width: 0 5px 5px;
}

/* line 6684, app/assets/stylesheets/index_style.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000;
  border-width: 0 5px 5px;
}

/* line 6691, app/assets/stylesheets/index_style.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000;
  border-width: 0 5px 5px;
}

/* line 6698, app/assets/stylesheets/index_style.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* line 6717, app/assets/stylesheets/index_style.scss */
.popover.top {
  margin-top: -10px;
}

/* line 6721, app/assets/stylesheets/index_style.scss */
.popover.right {
  margin-left: 10px;
}

/* line 6725, app/assets/stylesheets/index_style.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 6729, app/assets/stylesheets/index_style.scss */
.popover.left {
  margin-left: -10px;
}

/* line 6733, app/assets/stylesheets/index_style.scss */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 6744, app/assets/stylesheets/index_style.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 6748, app/assets/stylesheets/index_style.scss */
.popover .arrow, .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6757, app/assets/stylesheets/index_style.scss */
.popover .arrow {
  border-width: 11px;
}

/* line 6761, app/assets/stylesheets/index_style.scss */
.popover .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 6766, app/assets/stylesheets/index_style.scss */
.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 6775, app/assets/stylesheets/index_style.scss */
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #fff;
  border-bottom-width: 0;
  content: " ";
}

/* line 6783, app/assets/stylesheets/index_style.scss */
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 6792, app/assets/stylesheets/index_style.scss */
.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #fff;
  border-left-width: 0;
  content: " ";
}

/* line 6800, app/assets/stylesheets/index_style.scss */
.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

/* line 6809, app/assets/stylesheets/index_style.scss */
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #fff;
  border-top-width: 0;
  content: " ";
}

/* line 6817, app/assets/stylesheets/index_style.scss */
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

/* line 6826, app/assets/stylesheets/index_style.scss */
.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #fff;
  border-right-width: 0;
  content: " ";
}

/* line 6834, app/assets/stylesheets/index_style.scss */
.carousel {
  position: relative;
}

/* line 6838, app/assets/stylesheets/index_style.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 6844, app/assets/stylesheets/index_style.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

/* line 6851, app/assets/stylesheets/index_style.scss */
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

/* line 6858, app/assets/stylesheets/index_style.scss */
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

/* line 6862, app/assets/stylesheets/index_style.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 6866, app/assets/stylesheets/index_style.scss */
.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 6872, app/assets/stylesheets/index_style.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 6876, app/assets/stylesheets/index_style.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 6880, app/assets/stylesheets/index_style.scss */
.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

/* line 6884, app/assets/stylesheets/index_style.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 6888, app/assets/stylesheets/index_style.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 6892, app/assets/stylesheets/index_style.scss */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: .5;
  filter: alpha(opacity=50);
}

/* line 6906, app/assets/stylesheets/index_style.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

/* line 6913, app/assets/stylesheets/index_style.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

/* line 6922, app/assets/stylesheets/index_style.scss */
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
  opacity: .9;
  filter: alpha(opacity=90);
}

/* line 6930, app/assets/stylesheets/index_style.scss */
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

/* line 6937, app/assets/stylesheets/index_style.scss */
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
}

/* line 6941, app/assets/stylesheets/index_style.scss */
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
}

/* line 6945, app/assets/stylesheets/index_style.scss */
.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: 'M PLUS Rounded 1c';
}

/* line 6953, app/assets/stylesheets/index_style.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 6957, app/assets/stylesheets/index_style.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 6961, app/assets/stylesheets/index_style.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

/* line 6973, app/assets/stylesheets/index_style.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

/* line 6987, app/assets/stylesheets/index_style.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 6994, app/assets/stylesheets/index_style.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 7007, app/assets/stylesheets/index_style.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 7012, app/assets/stylesheets/index_style.scss */
  .carousel-control .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  /* line 7020, app/assets/stylesheets/index_style.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  /* line 7026, app/assets/stylesheets/index_style.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 7031, app/assets/stylesheets/index_style.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

/* line 7036, app/assets/stylesheets/index_style.scss */
.clearfix:after {
  clear: both;
}

/* line 7040, app/assets/stylesheets/index_style.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 7046, app/assets/stylesheets/index_style.scss */
.pull-right {
  float: right !important;
}

/* line 7050, app/assets/stylesheets/index_style.scss */
.pull-left {
  float: left !important;
}

/* line 7054, app/assets/stylesheets/index_style.scss */
.hide {
  display: none !important;
}

/* line 7058, app/assets/stylesheets/index_style.scss */
.show {
  display: block !important;
  opacity: 1;
}

/* line 7063, app/assets/stylesheets/index_style.scss */
.invisible {
  visibility: hidden;
}

/* line 7067, app/assets/stylesheets/index_style.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 7075, app/assets/stylesheets/index_style.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 7080, app/assets/stylesheets/index_style.scss */
.affix {
  position: fixed;
  width: inherit;
}

@-ms-viewport {
  width: device-width;
}

/* line 7089, app/assets/stylesheets/index_style.scss */
.visible-xs, tr.visible-xs, th.visible-xs, td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7094, app/assets/stylesheets/index_style.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 7098, app/assets/stylesheets/index_style.scss */
  table.visible-xs {
    display: table;
  }
  /* line 7102, app/assets/stylesheets/index_style.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 7106, app/assets/stylesheets/index_style.scss */
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7112, app/assets/stylesheets/index_style.scss */
  .visible-xs.visible-sm {
    display: block !important;
  }
  /* line 7116, app/assets/stylesheets/index_style.scss */
  table.visible-xs.visible-sm {
    display: table;
  }
  /* line 7120, app/assets/stylesheets/index_style.scss */
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  /* line 7124, app/assets/stylesheets/index_style.scss */
  th.visible-xs.visible-sm, td.visible-xs.visible-sm {
    display: table-cell !important;
  }
  /* line 7127, app/assets/stylesheets/index_style.scss */
  .current-date-text {
    font-size: 11px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7133, app/assets/stylesheets/index_style.scss */
  .visible-xs.visible-md {
    display: block !important;
  }
  /* line 7137, app/assets/stylesheets/index_style.scss */
  table.visible-xs.visible-md {
    display: table;
  }
  /* line 7141, app/assets/stylesheets/index_style.scss */
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  /* line 7145, app/assets/stylesheets/index_style.scss */
  th.visible-xs.visible-md, td.visible-xs.visible-md {
    display: table-cell !important;
  }
  /* line 7149, app/assets/stylesheets/index_style.scss */
  .workers-list {
    top: auto;
  }
}

@media (min-width: 1200px) {
  /* line 7155, app/assets/stylesheets/index_style.scss */
  .visible-xs.visible-lg {
    display: block !important;
  }
  /* line 7159, app/assets/stylesheets/index_style.scss */
  table.visible-xs.visible-lg {
    display: table;
  }
  /* line 7163, app/assets/stylesheets/index_style.scss */
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  /* line 7167, app/assets/stylesheets/index_style.scss */
  th.visible-xs.visible-lg, td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

/* line 7172, app/assets/stylesheets/index_style.scss */
.visible-sm, tr.visible-sm, th.visible-sm, td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7177, app/assets/stylesheets/index_style.scss */
  .visible-sm.visible-xs {
    display: block !important;
  }
  /* line 7181, app/assets/stylesheets/index_style.scss */
  table.visible-sm.visible-xs {
    display: table;
  }
  /* line 7185, app/assets/stylesheets/index_style.scss */
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  /* line 7189, app/assets/stylesheets/index_style.scss */
  th.visible-sm.visible-xs, td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7195, app/assets/stylesheets/index_style.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 7199, app/assets/stylesheets/index_style.scss */
  table.visible-sm {
    display: table;
  }
  /* line 7203, app/assets/stylesheets/index_style.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 7207, app/assets/stylesheets/index_style.scss */
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7213, app/assets/stylesheets/index_style.scss */
  .visible-sm.visible-md {
    display: block !important;
  }
  /* line 7217, app/assets/stylesheets/index_style.scss */
  table.visible-sm.visible-md {
    display: table;
  }
  /* line 7221, app/assets/stylesheets/index_style.scss */
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  /* line 7225, app/assets/stylesheets/index_style.scss */
  th.visible-sm.visible-md, td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 7231, app/assets/stylesheets/index_style.scss */
  .visible-sm.visible-lg {
    display: block !important;
  }
  /* line 7235, app/assets/stylesheets/index_style.scss */
  table.visible-sm.visible-lg {
    display: table;
  }
  /* line 7239, app/assets/stylesheets/index_style.scss */
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  /* line 7243, app/assets/stylesheets/index_style.scss */
  th.visible-sm.visible-lg, td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

/* line 7248, app/assets/stylesheets/index_style.scss */
.visible-md, tr.visible-md, th.visible-md, td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7253, app/assets/stylesheets/index_style.scss */
  .visible-md.visible-xs {
    display: block !important;
  }
  /* line 7257, app/assets/stylesheets/index_style.scss */
  table.visible-md.visible-xs {
    display: table;
  }
  /* line 7261, app/assets/stylesheets/index_style.scss */
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  /* line 7265, app/assets/stylesheets/index_style.scss */
  th.visible-md.visible-xs, td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7271, app/assets/stylesheets/index_style.scss */
  .visible-md.visible-sm {
    display: block !important;
  }
  /* line 7275, app/assets/stylesheets/index_style.scss */
  table.visible-md.visible-sm {
    display: table;
  }
  /* line 7279, app/assets/stylesheets/index_style.scss */
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  /* line 7283, app/assets/stylesheets/index_style.scss */
  th.visible-md.visible-sm, td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7289, app/assets/stylesheets/index_style.scss */
  .visible-md {
    display: block !important;
  }
  /* line 7293, app/assets/stylesheets/index_style.scss */
  table.visible-md {
    display: table;
  }
  /* line 7297, app/assets/stylesheets/index_style.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 7301, app/assets/stylesheets/index_style.scss */
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 7307, app/assets/stylesheets/index_style.scss */
  .visible-md.visible-lg {
    display: block !important;
  }
  /* line 7311, app/assets/stylesheets/index_style.scss */
  table.visible-md.visible-lg {
    display: table;
  }
  /* line 7315, app/assets/stylesheets/index_style.scss */
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  /* line 7319, app/assets/stylesheets/index_style.scss */
  th.visible-md.visible-lg, td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

/* line 7324, app/assets/stylesheets/index_style.scss */
.visible-lg, tr.visible-lg, th.visible-lg, td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7329, app/assets/stylesheets/index_style.scss */
  .visible-lg.visible-xs {
    display: block !important;
  }
  /* line 7333, app/assets/stylesheets/index_style.scss */
  table.visible-lg.visible-xs {
    display: table;
  }
  /* line 7337, app/assets/stylesheets/index_style.scss */
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  /* line 7341, app/assets/stylesheets/index_style.scss */
  th.visible-lg.visible-xs, td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7347, app/assets/stylesheets/index_style.scss */
  .visible-lg.visible-sm {
    display: block !important;
  }
  /* line 7351, app/assets/stylesheets/index_style.scss */
  table.visible-lg.visible-sm {
    display: table;
  }
  /* line 7355, app/assets/stylesheets/index_style.scss */
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  /* line 7359, app/assets/stylesheets/index_style.scss */
  th.visible-lg.visible-sm, td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7365, app/assets/stylesheets/index_style.scss */
  .visible-lg.visible-md {
    display: block !important;
  }
  /* line 7369, app/assets/stylesheets/index_style.scss */
  table.visible-lg.visible-md {
    display: table;
  }
  /* line 7373, app/assets/stylesheets/index_style.scss */
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  /* line 7377, app/assets/stylesheets/index_style.scss */
  th.visible-lg.visible-md, td.visible-lg.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 7383, app/assets/stylesheets/index_style.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 7387, app/assets/stylesheets/index_style.scss */
  table.visible-lg {
    display: table;
  }
  /* line 7391, app/assets/stylesheets/index_style.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 7395, app/assets/stylesheets/index_style.scss */
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}

/* line 7400, app/assets/stylesheets/index_style.scss */
.hidden-xs {
  display: block !important;
}

/* line 7404, app/assets/stylesheets/index_style.scss */
table.hidden-xs {
  display: table;
}

/* line 7408, app/assets/stylesheets/index_style.scss */
tr.hidden-xs {
  display: table-row !important;
}

/* line 7412, app/assets/stylesheets/index_style.scss */
th.hidden-xs, td.hidden-xs {
  display: table-cell !important;
}

/* line 7416, app/assets/stylesheets/index_style.scss */
.js-internal-name {
  font-size: 14px;
}

@media (max-width: 767px) {
  /* line 7421, app/assets/stylesheets/index_style.scss */
  .hidden-xs, tr.hidden-xs, th.hidden-xs, td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7427, app/assets/stylesheets/index_style.scss */
  .hidden-xs.hidden-sm, tr.hidden-xs.hidden-sm, th.hidden-xs.hidden-sm, td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7433, app/assets/stylesheets/index_style.scss */
  .hidden-xs.hidden-md, tr.hidden-xs.hidden-md, th.hidden-xs.hidden-md, td.hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7439, app/assets/stylesheets/index_style.scss */
  .hidden-xs.hidden-lg, tr.hidden-xs.hidden-lg, th.hidden-xs.hidden-lg, td.hidden-xs.hidden-lg {
    display: none !important;
  }
}

/* line 7444, app/assets/stylesheets/index_style.scss */
.hidden-sm {
  display: block !important;
}

/* line 7448, app/assets/stylesheets/index_style.scss */
table.hidden-sm {
  display: table;
}

/* line 7452, app/assets/stylesheets/index_style.scss */
tr.hidden-sm {
  display: table-row !important;
}

/* line 7456, app/assets/stylesheets/index_style.scss */
th.hidden-sm, td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 7461, app/assets/stylesheets/index_style.scss */
  .hidden-sm.hidden-xs, tr.hidden-sm.hidden-xs, th.hidden-sm.hidden-xs, td.hidden-sm.hidden-xs {
    display: none !important;
  }
  /* line 7465, app/assets/stylesheets/index_style.scss */
  .controls-workers .controls-right {
    flex-basis: 185% !important;
  }
  /* line 7468, app/assets/stylesheets/index_style.scss */
  .controls-workers .controls-right .current-date-text {
    text-align: right !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7475, app/assets/stylesheets/index_style.scss */
  .hidden-sm, tr.hidden-sm, th.hidden-sm, td.hidden-sm {
    display: none !important;
  }
  /* line 7479, app/assets/stylesheets/index_style.scss */
  .controls-workers .controls-right {
    flex-basis: 185% !important;
  }
  /* line 7482, app/assets/stylesheets/index_style.scss */
  .controls-workers .controls-right .current-date-text {
    text-align: right !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7489, app/assets/stylesheets/index_style.scss */
  .hidden-sm.hidden-md, tr.hidden-sm.hidden-md, th.hidden-sm.hidden-md, td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7495, app/assets/stylesheets/index_style.scss */
  .hidden-sm.hidden-lg, tr.hidden-sm.hidden-lg, th.hidden-sm.hidden-lg, td.hidden-sm.hidden-lg {
    display: none !important;
  }
}

/* line 7500, app/assets/stylesheets/index_style.scss */
.hidden-md {
  display: block !important;
}

/* line 7504, app/assets/stylesheets/index_style.scss */
table.hidden-md {
  display: table;
}

/* line 7508, app/assets/stylesheets/index_style.scss */
tr.hidden-md {
  display: table-row !important;
}

/* line 7512, app/assets/stylesheets/index_style.scss */
th.hidden-md, td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 7517, app/assets/stylesheets/index_style.scss */
  .hidden-md.hidden-xs, tr.hidden-md.hidden-xs, th.hidden-md.hidden-xs, td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7523, app/assets/stylesheets/index_style.scss */
  .hidden-md.hidden-sm, tr.hidden-md.hidden-sm, th.hidden-md.hidden-sm, td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7529, app/assets/stylesheets/index_style.scss */
  .hidden-md, tr.hidden-md, th.hidden-md, td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7535, app/assets/stylesheets/index_style.scss */
  .hidden-md.hidden-lg, tr.hidden-md.hidden-lg, th.hidden-md.hidden-lg, td.hidden-md.hidden-lg {
    display: none !important;
  }
}

/* line 7540, app/assets/stylesheets/index_style.scss */
.hidden-lg {
  display: block !important;
}

/* line 7544, app/assets/stylesheets/index_style.scss */
table.hidden-lg {
  display: table;
}

/* line 7548, app/assets/stylesheets/index_style.scss */
tr.hidden-lg {
  display: table-row !important;
}

/* line 7552, app/assets/stylesheets/index_style.scss */
th.hidden-lg, td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 7557, app/assets/stylesheets/index_style.scss */
  .hidden-lg.hidden-xs, tr.hidden-lg.hidden-xs, th.hidden-lg.hidden-xs, td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7563, app/assets/stylesheets/index_style.scss */
  .hidden-lg.hidden-sm, tr.hidden-lg.hidden-sm, th.hidden-lg.hidden-sm, td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7569, app/assets/stylesheets/index_style.scss */
  .hidden-lg.hidden-md, tr.hidden-lg.hidden-md, th.hidden-lg.hidden-md, td.hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7575, app/assets/stylesheets/index_style.scss */
  .hidden-lg, tr.hidden-lg, th.hidden-lg, td.hidden-lg {
    display: none !important;
  }
}

/* line 7580, app/assets/stylesheets/index_style.scss */
.visible-print, tr.visible-print, th.visible-print, td.visible-print {
  display: none !important;
}

@media print {
  /* line 7585, app/assets/stylesheets/index_style.scss */
  .visible-print {
    display: block !important;
  }
  /* line 7589, app/assets/stylesheets/index_style.scss */
  table.visible-print {
    display: table;
  }
  /* line 7593, app/assets/stylesheets/index_style.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 7597, app/assets/stylesheets/index_style.scss */
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
  /* line 7601, app/assets/stylesheets/index_style.scss */
  .hidden-print, tr.hidden-print, th.hidden-print, td.hidden-print {
    display: none !important;
  }
}

@media (max-width: 1440px) {
  /* line 7607, app/assets/stylesheets/index_style.scss */
  .col-xs-1, .col-xs-2, .col-xs-3 {
    width: 33.33%;
  }
  /* line 7611, app/assets/stylesheets/index_style.scss */
  td.first-month-day {
    position: relative;
  }
  /* line 7614, app/assets/stylesheets/index_style.scss */
  td.first-month-day::before {
    left: -3px;
  }
  /* line 7619, app/assets/stylesheets/index_style.scss */
  .controls-worker-header {
    display: none;
  }
}

@media (max-width: 1100px) {
  /* line 7625, app/assets/stylesheets/index_style.scss */
  .col-xs-1, .col-xs-2, .col-xs-3 {
    width: 50%;
  }
  /* line 7629, app/assets/stylesheets/index_style.scss */
  .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    width: 100% !important;
  }
}

/* line 7634, app/assets/stylesheets/index_style.scss */
.custom-input-group {
  height: 44px;
  display: inline-flex;
  margin-left: 17px;
  border-radius: 5px;
}

/* line 7640, app/assets/stylesheets/index_style.scss */
.custom-input-group .remove-fields-btn {
  margin: 0px 15px;
}

/* line 7645, app/assets/stylesheets/index_style.scss */
.custom-input-group .input-box {
  width: 150px;
  height: 42px;
  position: relative;
  border: 1px solid #B5C2D5;
}

/* line 7652, app/assets/stylesheets/index_style.scss */
.custom-input-group .input-box:first-child {
  border-radius: 5px 0px 0px 5px;
}

/* line 7656, app/assets/stylesheets/index_style.scss */
.custom-input-group .input-box:last-child {
  border-right: 1px solid #B5C2D5;
  border-radius: 0px 5px 5px 0px;
}

/* line 7661, app/assets/stylesheets/index_style.scss */
.custom-input-group .input-box input {
  border-top: none;
  border-left: none;
  border-radius: 0;
  border-bottom: 1px solid #B5C2D5;
  height: 30px;
  width: 100px;
  border-right: none;
  margin-left: 21px;
  padding-bottom: 0px;
  padding-top: 15px;
}

/* line 7674, app/assets/stylesheets/index_style.scss */
.custom-input-group .input-box input.num-field {
  text-align: right;
  padding-right: 3px;
}

/* line 7679, app/assets/stylesheets/index_style.scss */
.custom-input-group .input-box label {
  position: absolute;
  padding: 0px 5px;
  background: #fff;
  top: 12px;
  font-size: 14px;
  font-weight: normal;
}

/* line 7688, app/assets/stylesheets/index_style.scss */
.custom-input-group .input-box label.first-lbl {
  left: 10px;
}

/* line 7692, app/assets/stylesheets/index_style.scss */
.custom-input-group .input-box label.last-lbl {
  left: 123px;
  padding: 0;
}

/* line 7697, app/assets/stylesheets/index_style.scss */
.span-w-120 {
  width: 121px !important;
}

/* line 7701, app/assets/stylesheets/index_style.scss */
.ui-datepicker {
  font-size: 14px !important;
}

/* line 7705, app/assets/stylesheets/index_style.scss */
.estimates-page-list .create-btn {
  width: 120px !important;
  height: 44px !important;
  border-radius: 4px !important;
  line-height: 30px !important;
  font-size: 15px !important;
  border: 1px solid #2674FF !important;
  margin-left: 20px;
}

/* line 7715, app/assets/stylesheets/index_style.scss */
.modal-backdrop.show {
  display: none !important;
}

/* line 7719, app/assets/stylesheets/index_style.scss */
.estimates-page-list textarea {
  resize: none;
}

/* line 7723, app/assets/stylesheets/index_style.scss */
.custom-input-group input:focus {
  outline: none !important;
  border-bottom: 1px solid #B5C2D5 !important;
  box-shadow: none !important;
}

/* line 7729, app/assets/stylesheets/index_style.scss */
.back-btn {
  display: block;
  width: 120px !important;
  height: 44px !important;
  color: #2674FF !important;
  background: #FFFFFF !important;
  border: 1px solid #2674FF !important;
  text-align: center;
  line-height: 44px;
  border-radius: 4px;
}

/* line 7741, app/assets/stylesheets/index_style.scss */
.delete_confirm-modal {
  font-size: 15px;
}

/* line 7745, app/assets/stylesheets/index_style.scss */
.create-btn, .delete-estimate-btn {
  background: #2674FF !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important;
}

/* line 7751, app/assets/stylesheets/index_style.scss */
.delete-estimate-btn {
  text-align: center;
  width: 120px !important;
  height: 46px !important;
  line-height: 46px !important;
  border-radius: 4px;
}

/* line 7759, app/assets/stylesheets/index_style.scss */
.pointer-all {
  pointer-events: all;
}

/* line 7763, app/assets/stylesheets/index_style.scss */
.pointer-none {
  pointer-events: none;
}

/* line 7767, app/assets/stylesheets/index_style.scss */
.workload-form {
  width: 100% !important;
  max-width: 100% !important;
}

/* line 7771, app/assets/stylesheets/index_style.scss */
.workload-form .col-md-11 {
  padding-right: 10px;
}

/* line 7775, app/assets/stylesheets/index_style.scss */
.workload-form .select-label {
  width: 25%;
  line-height: 35px;
  text-align: right;
  white-space: nowrap;
  margin-right: 10px;
}

/* line 7783, app/assets/stylesheets/index_style.scss */
.workload-form .input-label {
  width: 35%;
  line-height: 20px;
  background: transparent !important;
}

/* line 7789, app/assets/stylesheets/index_style.scss */
.workload-form .select-box {
  width: 90%;
}

/* line 7793, app/assets/stylesheets/index_style.scss */
.workload-form .input-box {
  width: 90%;
}

/* line 7798, app/assets/stylesheets/index_style.scss */
.estimate-paginations {
  font-size: 14px;
}

/* line 7801, app/assets/stylesheets/index_style.scss */
.estimate-paginations ul.pagination-team {
  display: flex !important;
  list-style: none !important;
}

/* line 7805, app/assets/stylesheets/index_style.scss */
.estimate-paginations ul.pagination-team li {
  padding: 5px 10px;
}

/* line 7808, app/assets/stylesheets/index_style.scss */
.estimate-paginations ul.pagination-team li a {
  font-size: 14px;
  line-height: 30px;
}

/* line 7813, app/assets/stylesheets/index_style.scss */
.estimate-paginations ul.pagination-team li a:last-child, .estimate-paginations ul.pagination-team li a:first-child {
  padding-top: 0px !important;
}

/* line 7821, app/assets/stylesheets/index_style.scss */
.workload-form .select2-container {
  width: 100% !important;
  max-height: none !important;
}

/* line 7826, app/assets/stylesheets/index_style.scss */
.select2-results__option {
  padding-right: 4px;
  vertical-align: middle;
}

/* line 7831, app/assets/stylesheets/index_style.scss */
.select2-selection__choice {
  margin-top: 10px !important;
  white-space: break-spaces !important;
}

/* line 7836, app/assets/stylesheets/index_style.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #2e74ff !important;
  color: #fff !important;
}

/* line 7841, app/assets/stylesheets/index_style.scss */
.select2-container--default .select2-results__option--selected {
  background-color: #2e74ff !important;
  color: #ffffff !important;
}

/* line 7846, app/assets/stylesheets/index_style.scss */
.select2-container--default .select2-selection--multiple {
  margin-bottom: 10px;
  min-height: 40px;
  max-height: 130px;
  overflow-y: auto;
  border: 1px solid #B5C2D5 !important;
  border-radius: .25rem;
  overflow-x: hidden;
}

/* line 7856, app/assets/stylesheets/index_style.scss */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 4px;
}

/* line 7860, app/assets/stylesheets/index_style.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #ced4da;
  border-width: 1px;
}

/* line 7865, app/assets/stylesheets/index_style.scss */
.select2-container--open .select2-dropdown--below {
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* line 7870, app/assets/stylesheets/index_style.scss */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 300px;
}

/* line 7874, app/assets/stylesheets/index_style.scss */
.select2-container .select2-search--inline .select2-search__field {
  margin-top: 12px !important;
}

/* line 7879, app/assets/stylesheets/index_style.scss */
.select2-selection::-webkit-scrollbar, .select2-results__option::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

/* line 7886, app/assets/stylesheets/index_style.scss */
.workloads-content .filters-group {
  display: inline-block;
}

/* line 7889, app/assets/stylesheets/index_style.scss */
.workloads-content .filters-group .select2-container--default .select2-selection--multiple {
  padding-bottom: 5px;
}

/* line 7897, app/assets/stylesheets/index_style.scss */
a.disabled {
  pointer-events: none;
}

/* line 7901, app/assets/stylesheets/index_style.scss */
.errors-box {
  list-style: none;
}

/* line 7905, app/assets/stylesheets/index_style.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 7909, app/assets/stylesheets/index_style.scss */
.disappear {
  visibility: collapse;
}

/* line 7913, app/assets/stylesheets/index_style.scss */
.top-29 {
  top: 29px !important;
}

/* line 7917, app/assets/stylesheets/index_style.scss */
.sticky {
  position: sticky;
}

/* line 7921, app/assets/stylesheets/index_style.scss */
.z-index {
  z-index: 999 !important;
}

/* line 7925, app/assets/stylesheets/index_style.scss */
.w-120 {
  width: 120px;
}

/* line 7929, app/assets/stylesheets/index_style.scss */
.w-150 {
  width: 150px;
}

/* line 7933, app/assets/stylesheets/index_style.scss */
.w-200 {
  width: 200px;
}

/* line 7937, app/assets/stylesheets/index_style.scss */
.min-w-120 {
  min-width: 120px !important;
}

/* line 7941, app/assets/stylesheets/index_style.scss */
.min-w-150 {
  min-width: 150px !important;
}

/* line 7945, app/assets/stylesheets/index_style.scss */
.max-w-150 {
  max-width: 150px !important;
}

/* line 7949, app/assets/stylesheets/index_style.scss */
.min-w-200 {
  min-width: 200px !important;
}

/* line 7953, app/assets/stylesheets/index_style.scss */
.max-w-200 {
  max-width: 200px !important;
}

/* line 7957, app/assets/stylesheets/index_style.scss */
.th-bold {
  font-weight: bold !important;
  color: #000 !important;
}

/* line 7962, app/assets/stylesheets/index_style.scss */
.fb-20p {
  flex-basis: 20%;
}

/* line 7966, app/assets/stylesheets/index_style.scss */
.fb-50p {
  flex-basis: 50%;
}

/* line 7970, app/assets/stylesheets/index_style.scss */
.fb-100p {
  flex-basis: 100%;
}

/* line 7975, app/assets/stylesheets/index_style.scss */
.worker-charges-list th.th-worker-name {
  width: 100% !important;
  font-size: 14px !important;
  font-weight: bold;
  border-bottom: none !important;
}

/* line 7982, app/assets/stylesheets/index_style.scss */
.worker-charges-list th {
  border: 1px solid #000 !important;
}

/* line 7986, app/assets/stylesheets/index_style.scss */
.worker-charges-list tbody tr td {
  line-height: 0 !important;
}

/* line 7990, app/assets/stylesheets/index_style.scss */
.worker-charges-list tr td:first-child {
  border: 1px solid #000 !important;
  border-bottom: none !important;
}

/* line 7995, app/assets/stylesheets/index_style.scss */
.worker-charges-list .item-group-td {
  border: none;
}

/* line 7998, app/assets/stylesheets/index_style.scss */
.worker-charges-list .item-group-td div.item-child {
  border-right: 1px solid #000 !important;
  border-top: 1px solid #000 !important;
  word-wrap: break-word;
}

/* line 8007, app/assets/stylesheets/index_style.scss */
.item-group-td {
  padding: 0 !important;
  line-height: 0;
}

/* line 8011, app/assets/stylesheets/index_style.scss */
.item-group-td .items-group {
  display: inline-flex;
  margin-top: 1px;
}

/* line 8016, app/assets/stylesheets/index_style.scss */
.item-group-td .items-group div.item-child:first-child {
  border-left: none;
}

/* line 8021, app/assets/stylesheets/index_style.scss */
.item-group-td .items-group div.item-child {
  white-space: normal;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  min-height: 30px;
  padding: 10px;
  min-width: 150px;
  word-wrap: break-word;
}

/* line 8030, app/assets/stylesheets/index_style.scss */
.item-group-td .items-group div.item-child span {
  line-height: 1.3;
  text-align: left;
}

/* line 8041, app/assets/stylesheets/index_style.scss */
.item-group-td .items-group:first-child {
  margin-top: 0;
}

/* line 8046, app/assets/stylesheets/index_style.scss */
.btn-link-to-time {
  height: 25px;
  width: 30px;
  margin-right: 5px;
  margin-top: 7px;
}

/* line 8052, app/assets/stylesheets/index_style.scss */
.btn-link-to-time img {
  vertical-align: middle;
  display: block;
  width: 16px;
}

/* line 8059, app/assets/stylesheets/index_style.scss */
.no-margin-top {
  margin-top: 0;
}

/* line 8063, app/assets/stylesheets/index_style.scss */
.text-right {
  text-align: right;
}

/* line 8067, app/assets/stylesheets/index_style.scss */
#confirmEditModal, #blankFieldChoseActionModal, #existFieldChoseActionModal, #createNewConstructionModal {
  font-size: 12px;
}

/* line 8072, app/assets/stylesheets/index_style.scss */
#createNewConstructionModal .select2-container, #editConstructionModal .select2-container {
  width: 100% !important;
}

/* line 8076, app/assets/stylesheets/index_style.scss */
#createNewConstructionModal textarea, #editConstructionModal textarea {
  width: 100%;
  font-size: 12px;
}

/* line 8081, app/assets/stylesheets/index_style.scss */
#createNewConstructionModal .select2-container--default .select2-selection--single .select2-selection__rendered, #editConstructionModal .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
}

/* line 8087, app/assets/stylesheets/index_style.scss */
#confirmDeleteModal .confirm-text {
  font-size: 13px;
}

/* line 8092, app/assets/stylesheets/index_style.scss */
.cancel-btn {
  display: block;
  width: 120px !important;
  height: 44px !important;
  color: #2674FF !important;
  background: #FFFFFF !important;
  border: 1px solid #2674FF !important;
  text-align: center;
  line-height: 44px !important;
  border-radius: 4px;
  font-size: 12px !important;
}

/* line 8105, app/assets/stylesheets/index_style.scss */
.submit-btn {
  width: 120px !important;
  height: 44px !important;
  border-radius: 4px !important;
  line-height: 30px !important;
  font-size: 12px !important;
  border: 1px solid #2674FF !important;
  margin-left: 20px;
  background: #2674FF !important;
  color: #FFFFFF !important;
  padding: 5px;
  text-align: center;
  display: inline-block;
}

/* line 8120, app/assets/stylesheets/index_style.scss */
.error-input {
  border: 1px solid red !important;
}

/* line 8124, app/assets/stylesheets/index_style.scss */
.error-msg {
  color: red;
  font-size: 12px;
}

/* line 8129, app/assets/stylesheets/index_style.scss */
.team-charges-data {
  width: 100%;
}

/* line 8133, app/assets/stylesheets/index_style.scss */
.text-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

/* line 8141, app/assets/stylesheets/index_style.scss */
#createNewConstructionModal .col-sm-12, #createNewConstructionModal .col-sm-8,
#createNewConstructionModal .col-sm-8 .col-sm-6,
#editConstructionModal .col-sm-12, #editConstructionModal .col-sm-8,
#editConstructionModal .col-sm-8 .col-sm-6,
#confirmEditModal .col-sm-12, #confirmEditModal .col-sm-8,
#confirmEditModal .col-sm-8 .col-sm-6 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@keyframes ldio-pxlgziiajr9 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* line 6, app/assets/stylesheets/loading.scss */
.ldio-pxlgziiajr9 div {
  position: absolute;
  width: 33px;
  height: 33px;
  border: 9px solid #5d9da8;
  border-top-color: transparent;
  border-radius: 50%;
}

/* line 15, app/assets/stylesheets/loading.scss */
.ldio-pxlgziiajr9 div {
  animation: ldio-pxlgziiajr9 1.7857142857142856s linear infinite;
}

/* line 19, app/assets/stylesheets/loading.scss */
.loadingio-spinner-rolling-uexa13wuzbp {
  width: 151px;
  height: 151px;
  display: inline-block;
  overflow: hidden;
  background: rgba(255, 255, 255, 0);
}

/* line 27, app/assets/stylesheets/loading.scss */
.ldio-pxlgziiajr9 {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
}

/* line 36, app/assets/stylesheets/loading.scss */
.ldio-pxlgziiajr9 div {
  box-sizing: content-box;
}

/* line 38, app/assets/stylesheets/loading.scss */
.loading-show {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

/* line 48, app/assets/stylesheets/loading.scss */
.preloader {
  position: absolute;
  top: 50%;
  right: calc(47% + 6px);
}

/* line 22, app/assets/stylesheets/common.scss */
#construction_tab .datepicker > div {
  display: inherit;
}

/* line 24, app/assets/stylesheets/common.scss */
#construction_tab .construction-member {
  cursor: pointer;
  text-align: center;
}

/* line 28, app/assets/stylesheets/common.scss */
#construction_tab .construction-member i.fa-user {
  margin-right: 5px;
}

/* line 34, app/assets/stylesheets/common.scss */
#update-user-in-charge-modal, #list-team-modal {
  z-index: 9999;
}

/* line 38, app/assets/stylesheets/common.scss */
#update-support-team-construction {
  z-index: 100;
}

/* line 41, app/assets/stylesheets/common.scss */
#update-support-team-construction .no-margin-left {
  margin-left: -15px !important;
  font-weight: bold;
}

/* line 48, app/assets/stylesheets/common.scss */
#update-user-in-charge-modal .modal-dialog, #update-support-team-construction .modal-dialog, #update-construction-main-team .modal-dialog, #list-team-modal .modal-dialog {
  min-height: calc(100vh - 60px) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  overflow: auto !important;
}

/* line 55, app/assets/stylesheets/common.scss */
#update-user-in-charge-modal .wrap-content, #update-support-team-construction .wrap-content, #update-construction-main-team .wrap-content, #list-team-modal .wrap-content {
  padding: 10px 20px;
  font-size: 13px;
}

/* line 58, app/assets/stylesheets/common.scss */
#update-user-in-charge-modal .wrap-content .search-result, #update-support-team-construction .wrap-content .search-result, #update-construction-main-team .wrap-content .search-result, #list-team-modal .wrap-content .search-result {
  border-top: 1px solid #ece5e5;
  padding-top: 10px;
}

/* line 63, app/assets/stylesheets/common.scss */
#update-user-in-charge-modal .wrap-content .input-search, #update-support-team-construction .wrap-content .input-search, #update-construction-main-team .wrap-content .input-search, #list-team-modal .wrap-content .input-search {
  padding: 19px;
}

/* line 66, app/assets/stylesheets/common.scss */
#update-user-in-charge-modal .wrap-content .btn-search, #update-support-team-construction .wrap-content .btn-search, #update-construction-main-team .wrap-content .btn-search, #list-team-modal .wrap-content .btn-search {
  position: absolute;
  padding: 11px;
  right: 11px;
}

/* line 71, app/assets/stylesheets/common.scss */
#update-user-in-charge-modal .wrap-content p.full-width, #update-support-team-construction .wrap-content p.full-width, #update-construction-main-team .wrap-content p.full-width, #list-team-modal .wrap-content p.full-width {
  width: 100%;
}

/* line 74, app/assets/stylesheets/common.scss */
#update-user-in-charge-modal .wrap-content .custom-style-list, #update-support-team-construction .wrap-content .custom-style-list, #update-construction-main-team .wrap-content .custom-style-list, #list-team-modal .wrap-content .custom-style-list {
  list-style: none;
  width: 100%;
  max-height: 250px;
  overflow-y: scroll;
}

/* line 79, app/assets/stylesheets/common.scss */
#update-user-in-charge-modal .wrap-content .custom-style-list li, #update-support-team-construction .wrap-content .custom-style-list li, #update-construction-main-team .wrap-content .custom-style-list li, #list-team-modal .wrap-content .custom-style-list li {
  padding: 4px 0px;
}

/* line 82, app/assets/stylesheets/common.scss */
#update-user-in-charge-modal .wrap-content .custom-style-list .hover-li, #update-user-in-charge-modal .wrap-content .custom-style-list li:hover, #update-support-team-construction .wrap-content .custom-style-list .hover-li, #update-support-team-construction .wrap-content .custom-style-list li:hover, #update-construction-main-team .wrap-content .custom-style-list .hover-li, #update-construction-main-team .wrap-content .custom-style-list li:hover, #list-team-modal .wrap-content .custom-style-list .hover-li, #list-team-modal .wrap-content .custom-style-list li:hover {
  background-color: #e1e4e1;
  cursor: pointer;
}

/* line 88, app/assets/stylesheets/common.scss */
#update-user-in-charge-modal .wrap-content .assigned-style-list, #update-support-team-construction .wrap-content .assigned-style-list, #update-construction-main-team .wrap-content .assigned-style-list, #list-team-modal .wrap-content .assigned-style-list {
  list-style: none;
}

/* line 90, app/assets/stylesheets/common.scss */
#update-user-in-charge-modal .wrap-content .assigned-style-list li, #update-support-team-construction .wrap-content .assigned-style-list li, #update-construction-main-team .wrap-content .assigned-style-list li, #list-team-modal .wrap-content .assigned-style-list li {
  padding: 4px 0px;
}

/* line 92, app/assets/stylesheets/common.scss */
#update-user-in-charge-modal .wrap-content .assigned-style-list li button, #update-support-team-construction .wrap-content .assigned-style-list li button, #update-construction-main-team .wrap-content .assigned-style-list li button, #list-team-modal .wrap-content .assigned-style-list li button {
  width: 100px;
  right: 50px;
  position: absolute;
}

/* line 99, app/assets/stylesheets/common.scss */
#update-user-in-charge-modal .wrap-content .wrap-button-assigned, #update-user-in-charge-modal .wrap-content .wrap-button-team, #update-support-team-construction .wrap-content .wrap-button-assigned, #update-support-team-construction .wrap-content .wrap-button-team, #update-construction-main-team .wrap-content .wrap-button-assigned, #update-construction-main-team .wrap-content .wrap-button-team, #list-team-modal .wrap-content .wrap-button-assigned, #list-team-modal .wrap-content .wrap-button-team {
  text-align: center;
}

/* line 101, app/assets/stylesheets/common.scss */
#update-user-in-charge-modal .wrap-content .wrap-button-assigned button, #update-user-in-charge-modal .wrap-content .wrap-button-team button, #update-support-team-construction .wrap-content .wrap-button-assigned button, #update-support-team-construction .wrap-content .wrap-button-team button, #update-construction-main-team .wrap-content .wrap-button-assigned button, #update-construction-main-team .wrap-content .wrap-button-team button, #list-team-modal .wrap-content .wrap-button-assigned button, #list-team-modal .wrap-content .wrap-button-team button {
  width: 30%;
  padding: 8px;
}

/* line 109, app/assets/stylesheets/common.scss */
.toast-error {
  background-color: #bd362f !important;
  font-size: 13px !important;
}

/* line 114, app/assets/stylesheets/common.scss */
.toast-success {
  background-color: #00a65a !important;
  font-size: 13px !important;
}

/* line 119, app/assets/stylesheets/common.scss */
.toast-top-center {
  top: 50px;
  right: 0;
  margin: 0 auto;
}

/* line 123, app/assets/stylesheets/common.scss */
.toast-top-center > div {
  width: 600px !important;
  text-align: center;
}

/* line 129, app/assets/stylesheets/common.scss */
.js-auto-complete {
  position: relative;
}

/* line 131, app/assets/stylesheets/common.scss */
.js-auto-complete button.editable-submit {
  position: absolute;
  right: 28px;
  bottom: 10px;
}

/* line 136, app/assets/stylesheets/common.scss */
.js-auto-complete button.editable-cancel {
  position: absolute;
  right: 5px;
  bottom: 10px;
}

/* line 143, app/assets/stylesheets/common.scss */
.editable-container.editable-inline > div {
  margin-top: 2px;
}

/* line 147, app/assets/stylesheets/common.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 152, app/assets/stylesheets/common.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 156, app/assets/stylesheets/common.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 160, app/assets/stylesheets/common.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 165, app/assets/stylesheets/common.scss */
.alert-info hr {
  border-top-color: #abdde5;
}

/* line 168, app/assets/stylesheets/common.scss */
.alert-info .alert-link {
  color: #062c33;
}

/* line 172, app/assets/stylesheets/common.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 177, app/assets/stylesheets/common.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 180, app/assets/stylesheets/common.scss */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 184, app/assets/stylesheets/common.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 189, app/assets/stylesheets/common.scss */
.alert-danger hr {
  border-top-color: #f1b0b7;
}

/* line 192, app/assets/stylesheets/common.scss */
.alert-danger .alert-link {
  color: #491217;
}

/* line 196, app/assets/stylesheets/common.scss */
.has-error {
  border: 1px solid #f5748b !important;
}

/* line 200, app/assets/stylesheets/common.scss */
.error-message {
  color: #f5748b;
}

/* line 204, app/assets/stylesheets/common.scss */
.team-error-message {
  margin-top: 10px;
}

/* line 209, app/assets/stylesheets/common.scss */
#update-construction-main-team .wrap-search {
  margin-bottom: 15px;
}

/* line 212, app/assets/stylesheets/common.scss */
#update-construction-main-team .btn-search {
  width: 100px;
}

/* line 215, app/assets/stylesheets/common.scss */
#update-construction-main-team .title-search-team {
  border-bottom: 1px solid #928d8d;
  padding-bottom: 10px;
}

/* line 219, app/assets/stylesheets/common.scss */
#update-construction-main-team .js-block-team {
  border-bottom: 1px solid #e4d9d9;
  padding-bottom: 10px;
}

/* line 222, app/assets/stylesheets/common.scss */
#update-construction-main-team .js-block-team div {
  margin-top: 10px !important;
}

/* line 226, app/assets/stylesheets/common.scss */
#update-construction-main-team .search-team-result {
  overflow-x: hidden;
  max-height: 300px;
  overflow-y: scroll;
}

/* line 233, app/assets/stylesheets/common.scss */
.btn-select {
  width: 100px;
  padding: 8px !important;
}

/* line 238, app/assets/stylesheets/common.scss */
.content__head {
  display: flex;
  justify-content: normal;
  align-items: center;
  padding: 16px;
  background: #fff;
  border-radius: 4px;
}

/* line 244, app/assets/stylesheets/common.scss */
.content__head .pagination-custom {
  display: flex;
  justify-content: normal;
  align-items: center;
  list-style: none;
  margin: 0 0 0 20px;
}

/* line 249, app/assets/stylesheets/common.scss */
.content__head .pagination-custom li {
  font-size: 16px;
  padding: 0 5px;
}

/* line 253, app/assets/stylesheets/common.scss */
.content__head .pagination-custom li a {
  color: #86A3B8;
  text-decoration: none;
}

/* line 260, app/assets/stylesheets/common.scss */
.content__head .pagination-custom li.active a {
  color: #000;
}

/* line 266, app/assets/stylesheets/common.scss */
.content__head .custom-page {
  margin-top: 12px;
}

/* line 269, app/assets/stylesheets/common.scss */
.content__head .custom-page__form {
  display: flex;
  height: 22px;
  margin-left: 8px;
}

/* line 273, app/assets/stylesheets/common.scss */
.content__head .custom-page__form .filter {
  display: flex;
}

/* line 276, app/assets/stylesheets/common.scss */
.content__head .custom-page__form .filter input {
  padding: 6px 4px;
  width: 50px;
  font-size: 16px;
  margin-top: -12px;
  outline: none;
}

/* line 283, app/assets/stylesheets/common.scss */
.content__head .custom-page__form .filter input:first-child {
  width: 50px;
  padding: 8px 6px;
  border: 1px solid #00000029;
  color: #000000AD;
  border-radius: 4px;
}

/* line 289, app/assets/stylesheets/common.scss */
.content__head .custom-page__form .filter input:last-child {
  background: #2674FF;
  border: none;
  color: #fff;
  border-radius: 4px;
  margin-left: 4px;
}

/* line 300, app/assets/stylesheets/common.scss */
#job-status {
  width: 30%;
  height: auto;
  position: fixed;
  z-index: 100000;
  padding: 10px;
  right: 16px;
  bottom: 50px;
}

/* line 308, app/assets/stylesheets/common.scss */
#job-status .progress {
  display: flex;
  height: 2.2rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 316, app/assets/stylesheets/common.scss */
#job-status.alert {
  margin: 0;
}

@media screen and (max-width: 414px) {
  /* line 300, app/assets/stylesheets/common.scss */
  #job-status {
    width: 60%;
  }
}

/* line 324, app/assets/stylesheets/common.scss */
.building-icon {
  width: 20%;
}

/* line 328, app/assets/stylesheets/common.scss */
.btn-eyes {
  padding: 5px;
  cursor: pointer;
  margin-right: 10px;
}

/* line 334, app/assets/stylesheets/common.scss */
#shrink-column-construction {
  margin: 0 auto 0 inherit;
  max-width: 200px;
}

/* line 338, app/assets/stylesheets/common.scss */
#shrink-column-construction .wrap-construction-field input, #shrink-column-construction .wrap-construction-field label {
  cursor: pointer;
}

/* line 344, app/assets/stylesheets/common.scss */
.modal-open #shrink-column-construction.modal {
  overflow: hidden;
}

/* line 347, app/assets/stylesheets/common.scss */
.modal-open #shrink-column-construction.modal .wrap-content {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 400px;
}

/* line 354, app/assets/stylesheets/common.scss */
.wrap-current-date-time {
  padding: 0px 20px 0px 20px;
}

/* line 356, app/assets/stylesheets/common.scss */
.wrap-current-date-time .js-current-date-time {
  margin: auto;
  font-weight: bold;
  color: #333 !important;
  font-size: 12px;
}

/* line 367, app/assets/stylesheets/common.scss */
.wrap-team-showable .btn-success-custom {
  background: #2674FF;
  border: none;
  color: #fff;
  border-radius: 4px;
  margin-left: 4px;
  width: 50px;
  padding: 0px 10px 0px 10px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  margin-top: -11px;
}

/* line 382, app/assets/stylesheets/common.scss */
.thead-showable {
  width: 10%;
}

/* line 386, app/assets/stylesheets/common.scss */
.none-border-left {
  border-left: none !important;
}

/* line 390, app/assets/stylesheets/common.scss */
.none-border-right {
  border-right: none !important;
}

/* line 394, app/assets/stylesheets/common.scss */
.wrap-current-time {
  background: #dddddd;
  padding: 10px;
  height: 35px;
}

/* line 401, app/assets/stylesheets/common.scss */
.team-management-content .workers-list tbody tr td {
  height: 30px !important;
}

/* line 405, app/assets/stylesheets/common.scss */
.team-management-content .team-table-wrapper {
  position: relative;
}

/* line 409, app/assets/stylesheets/common.scss */
.team-management-content .team-charges-data {
  position: relative;
}

/* line 413, app/assets/stylesheets/common.scss */
.team-management-content .team-charges-data .workers-list {
  border-collapse: separate;
  overflow: scroll;
}

/* line 418, app/assets/stylesheets/common.scss */
.team-management-content .team-charges-data .workers-list thead th {
  position: sticky;
  border-bottom: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
}

/* line 424, app/assets/stylesheets/common.scss */
.team-management-content .team-charges-data .workers-list thead th:first-child {
  left: 0;
}

/* line 430, app/assets/stylesheets/common.scss */
.team-management-content .team-charges-data .workers-list tbody tr td {
  width: 100%;
  min-width: 150px;
  max-width: 150px;
  white-space: normal;
  background: #fff;
  border-top: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

/* line 441, app/assets/stylesheets/common.scss */
.team-management-content .team-charges-data .workers-list tbody tr td:first-child {
  position: sticky;
  position: -webkit-sticky;
  min-width: var(--default_col_width);
  max-width: var(--default_col_width);
  z-index: 1;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* line 451, app/assets/stylesheets/common.scss */
.team-management-content .team-charges-data .workers-list tbody tr td:first-child {
  left: 0;
}

/* line 457, app/assets/stylesheets/common.scss */
.team-management-content .date-type-choose-group {
  margin-right: 120px !important;
}

/* line 461, app/assets/stylesheets/common.scss */
.team-management-content .workloads-filter-month {
  margin-right: 10px;
}

/* line 466, app/assets/stylesheets/common.scss */
.export-excel-btn.team-management {
  border: none;
  height: 24px !important;
  line-height: 20px !important;
}

/* line 51, app/assets/stylesheets/team.scss */
.team-wrap .header-team {
  width: 100%;
  height: 86px;
  display: flex;
  justify-content: space-between;
  align-items: normal;
  font-size: 16px;
  border: 1px solid #B5C2D5;
  border-radius: 4px;
  background: #fff;
}

/* line 60, app/assets/stylesheets/team.scss */
.team-wrap .header-team__search {
  flex-basis: 50%;
  padding: 20px 24px;
}

/* line 64, app/assets/stylesheets/team.scss */
.team-wrap .header-team__search .filter {
  display: flex;
  height: 44px;
  position: relative;
}

/* line 70, app/assets/stylesheets/team.scss */
.team-wrap .header-team__search .filter label {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 400;
  position: absolute;
  top: -11px !important;
  left: 5px !important;
  background-color: #fff;
  padding: 0px 2px;
}

/* line 81, app/assets/stylesheets/team.scss */
.team-wrap .header-team__search .filter__input {
  border: 1px solid #00000029;
  color: #000000AD;
  border-radius: 4px;
  outline: none;
  padding: 11px 20px;
  flex-basis: 28%;
}

/* line 86, app/assets/stylesheets/team.scss */
.team-wrap .header-team__search .filter__submit {
  width: 120px;
  margin-left: 16px;
  background: #2674FF;
  height: 44px;
  border: none;
  color: #fff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

/* line 92, app/assets/stylesheets/team.scss */
.team-wrap .header-team__create {
  display: flex;
  justify-content: normal;
  align-items: flex-end;
  padding: 20px 24px;
}

/* line 96, app/assets/stylesheets/team.scss */
.team-wrap .header-team__create .btn-create {
  border: 1px solid #2674FF;
  color: #2674FF;
  border-radius: 4px;
  width: 100px;
  height: 44px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  padding-right: 12px;
  justify-content: flex-end;
}

/* line 102, app/assets/stylesheets/team.scss */
.team-wrap .header-team__create .btn-create::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url(add.svg);
  font-weight: 900;
  cursor: pointer;
}

/* line 118, app/assets/stylesheets/team.scss */
.team-wrap .content-team {
  border: 1px solid #B5C2D5;
  border-radius: 4px;
  margin-top: 24px;
}

/* line 123, app/assets/stylesheets/team.scss */
.team-wrap .content-team__body {
  width: 100%;
}

/* line 126, app/assets/stylesheets/team.scss */
.team-wrap .content-team__body thead {
  background: #F6F7FD;
  border-top: 1px solid #B5C2D5;
  border-bottom: 1px solid #B5C2D5;
  height: 51px;
  font-size: 14px;
  color: #86A3B8;
  text-align: center;
}

/* line 135, app/assets/stylesheets/team.scss */
.team-wrap .content-team__body thead th {
  font-weight: 400;
}

/* line 138, app/assets/stylesheets/team.scss */
.team-wrap .content-team__body thead th:first-child, .team-wrap .content-team__body thead th:last-child {
  width: 15%;
}

/* line 146, app/assets/stylesheets/team.scss */
.team-wrap .content-team__body tbody tr {
  color: #000000DB;
  height: 55px;
  font-size: 13px;
}

/* line 151, app/assets/stylesheets/team.scss */
.team-wrap .content-team__body tbody tr:nth-child(even) {
  background: #F6F7FD;
}

/* line 155, app/assets/stylesheets/team.scss */
.team-wrap .content-team__body tbody tr:nth-child(odd) {
  background: #fff;
}

/* line 160, app/assets/stylesheets/team.scss */
.team-wrap .content-team__body tbody tr td:first-child, .team-wrap .content-team__body tbody tr td:last-child {
  text-align: center;
}

/* line 165, app/assets/stylesheets/team.scss */
.team-wrap .content-team__body tbody tr td:nth-child(2) {
  padding: 0 8px;
}

/* line 169, app/assets/stylesheets/team.scss */
.team-wrap .content-team__body tbody tr td .btn-delete {
  padding: 5px;
  border-radius: 5px;
  background: #E5EFFF;
}

/* line 180, app/assets/stylesheets/team.scss */
.team-wrap #delete-confirm-modal,
.team-wrap #modal-create-teams {
  background: rgba(0, 0, 0, 0.5);
}

/* line 184, app/assets/stylesheets/team.scss */
.team-wrap #delete-confirm-modal .modal-dialog,
.team-wrap #modal-create-teams .modal-dialog {
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: normal;
  align-items: center;
}

/* line 190, app/assets/stylesheets/team.scss */
.team-wrap #delete-confirm-modal .modal-body,
.team-wrap #modal-create-teams .modal-body {
  font-size: 16px;
  text-align: left;
}

/* line 194, app/assets/stylesheets/team.scss */
.team-wrap #delete-confirm-modal .modal-body input,
.team-wrap #modal-create-teams .modal-body input {
  border: 1px solid #00000029;
  color: #000000AD;
  border-radius: 4px;
  outline: none;
  padding: 11px 20px;
  width: 100%;
  margin-bottom: 2px;
}

/* line 201, app/assets/stylesheets/team.scss */
.team-wrap #delete-confirm-modal .modal-footer,
.team-wrap #modal-create-teams .modal-footer {
  font-size: 16px;
  border-top: none;
}

/* line 205, app/assets/stylesheets/team.scss */
.team-wrap #delete-confirm-modal .modal-footer--cancel,
.team-wrap #modal-create-teams .modal-footer--cancel {
  border: 1px solid #2674FF;
  color: #2674FF;
  border-radius: 4px;
  width: 120px;
  height: 44px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

/* line 209, app/assets/stylesheets/team.scss */
.team-wrap #delete-confirm-modal .modal-footer--success,
.team-wrap #modal-create-teams .modal-footer--success {
  width: 120px;
  margin-left: 16px;
  background: #2674FF;
  height: 44px;
  border: none;
  color: #fff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

/* line 216, app/assets/stylesheets/team.scss */
.team-wrap #modal-create-teams form {
  width: 100%;
}

/* line 219, app/assets/stylesheets/team.scss */
.team-wrap #modal-create-teams form label {
  font-size: 14px;
}

/* line 223, app/assets/stylesheets/team.scss */
.team-wrap #modal-create-teams form .js-validation {
  border: 1px solid #EC1111;
}

/* line 227, app/assets/stylesheets/team.scss */
.team-wrap #modal-create-teams form span {
  color: #EC1115;
  font-size: 11px;
  display: block;
  margin-top: 2px;
}

/* line 234, app/assets/stylesheets/team.scss */
.team-wrap #modal-create-teams form .modal-footer {
  margin-bottom: 0;
}
