@charset "UTF-8";
@import url(validate.css);
/* line 1, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */
}

/* line 12, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

/* line 17, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

/* line 22, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

/* line 27, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker.opensleft:before {
  right: 9px;
}

/* line 29, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker.opensleft:after {
  right: 10px;
}

/* line 31, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

/* line 37, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

/* line 43, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker.opensright:before {
  left: 9px;
}

/* line 45, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker.opensright:after {
  left: 10px;
}

/* line 47, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker.dropup {
  margin-top: -5px;
}

/* line 49, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

/* line 54, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

/* line 59, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3001;
}

/* line 62, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker.single .ranges, .daterangepicker.single .calendar {
  float: none;
}

/* line 64, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker.show-calendar .calendar {
  display: block;
}

/* line 66, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker .calendar {
  display: none;
  max-width: 270px;
  margin: 4px;
}

/* line 70, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker .calendar.single .calendar-table {
  border: none;
}

/* line 72, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker .calendar th, .daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}

/* line 76, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  padding: 4px;
  border-radius: 4px;
  background-color: #fff;
}

/* line 81, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker table {
  width: 100%;
  margin: 0;
}

/* line 84, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker td, .daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

/* line 92, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

/* line 96, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

/* line 99, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

/* line 103, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

/* line 108, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

/* line 110, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

/* line 112, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

/* line 114, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

/* line 118, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker th.month {
  width: auto;
}

/* line 120, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

/* line 124, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

/* line 130, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

/* line 133, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker select.yearselect {
  width: 40%;
}

/* line 135, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}

/* line 138, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  height: 30px;
  line-height: 30px;
  display: block;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 6px 0 28px;
  width: 100%;
}

/* line 149, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker .input-mini.active {
  border: 1px solid #08c;
  border-radius: 4px;
}

/* line 152, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker .daterangepicker_input {
  position: relative;
}

/* line 154, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px;
}

/* line 158, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker.rtl .input-mini {
  padding-right: 28px;
  padding-left: 6px;
}

/* line 161, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker.rtl .daterangepicker_input i {
  left: auto;
  right: 8px;
}

/* line 164, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px;
}

/* line 170, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

/* line 174, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left;
}

/* line 179, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

/* line 184, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.ranges li {
  font-size: 13px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  cursor: pointer;
}

/* line 193, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.ranges li:hover {
  background-color: #08c;
  border: 1px solid #08c;
  color: #fff;
}

/* line 197, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
.ranges li.active {
  background-color: #08c;
  border: 1px solid #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  /* line 204, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
  .daterangepicker {
    width: auto;
  }

  /* line 206, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
  .daterangepicker .ranges ul {
    width: 160px;
  }

  /* line 208, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  /* line 210, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
  .daterangepicker.single .calendar.left {
    clear: none;
  }

  /* line 212, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
  .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
    float: left;
  }

  /* line 214, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
  .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
    float: right;
  }

  /* line 216, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
  .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
  }

  /* line 219, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
  .daterangepicker.ltr .calendar.left {
    clear: left;
    margin-right: 0;
  }

  /* line 222, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
  .daterangepicker.ltr .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  /* line 226, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
  .daterangepicker.ltr .calendar.right {
    margin-left: 0;
  }

  /* line 228, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
  .daterangepicker.ltr .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  /* line 232, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
  .daterangepicker.ltr .left .daterangepicker_input {
    padding-right: 12px;
  }

  /* line 234, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
  .daterangepicker.ltr .calendar.left .calendar-table {
    padding-right: 12px;
  }

  /* line 236, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
  .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
    float: left;
  }

  /* line 238, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
  .daterangepicker.rtl {
    direction: rtl;
    text-align: right;
  }

  /* line 241, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
  .daterangepicker.rtl .calendar.left {
    clear: right;
    margin-left: 0;
  }

  /* line 244, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
  .daterangepicker.rtl .calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  /* line 248, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
  .daterangepicker.rtl .calendar.right {
    margin-right: 0;
  }

  /* line 250, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
  .daterangepicker.rtl .calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  /* line 254, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
  .daterangepicker.rtl .left .daterangepicker_input {
    padding-left: 12px;
  }

  /* line 256, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
  .daterangepicker.rtl .calendar.left .calendar-table {
    padding-left: 12px;
  }

  /* line 258, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
  .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
    text-align: right;
    float: right;
  }
}
@media (min-width: 730px) {
  /* line 262, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
  .daterangepicker .ranges {
    width: auto;
  }

  /* line 264, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
  .daterangepicker.ltr .ranges {
    float: left;
  }

  /* line 266, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
  .daterangepicker.rtl .ranges {
    float: right;
  }

  /* line 268, /rails_apps/ara-admin2/app/assets/stylesheets/daterangepicker.css */
  .daterangepicker .calendar.left {
    clear: none !important;
  }
}
/*@font-face {
    font-family: 'calibri-bold';
    src: url('fonts/Calibri-Bold.woff2') format('woff2'),
         url('fonts/Calibri-Bold.woff') format('woff');
         font-weight: normal;
         font-style: normal;

    
}
@font-face {
        font-family: 'calibri-regular';
        src: url('fonts/Calibri.woff2') format('woff2'),
          url('fonts/Calibri.woff') format('woff');
         font-weight: normal;
         font-style: normal;

}

@font-face {
        font-family: 'calibri-light';
        src: url('fonts/Calibri-Light.woff2') format('woff2'),
             url('fonts/Calibri-Light.woff') format('woff');
            font-weight: normal;
            font-style: normal;

}*/
@font-face {
  font-family: 'calibri-bold';
  src: url("/ap2/fonts/calibri/Calibri-Bold.eot");
  src: url("/ap2/fonts/calibri/Calibri-Bold.eot?#iefix") format("embedded-opentype"), url("/ap2/fonts/calibri/Calibri-Bold.woff2") format("woff2"), url("/ap2/fonts/calibri/Calibri-Bold.woff") format("woff"), url("/ap2/fonts/calibri/Calibri-Bold.ttf") format("truetype"), url("/ap2/fonts/calibri/Calibri-Bold.svg#Calibri-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'calibri-light';
  src: url("/ap2/fonts/calibri/Calibri-Light.eot");
  src: url("/ap2/fonts/calibri/Calibri-Light.eot?#iefix") format("embedded-opentype"), url("/ap2/fonts/calibri/Calibri-Light.woff2") format("woff2"), url("/ap2/fonts/calibri/Calibri-Light.woff") format("woff"), url("/ap2/fonts/calibri/Calibri-Light.ttf") format("truetype"), url("/ap2/fonts/calibri/Calibri-Light.svg#Calibri-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'calibri-regular';
  src: url("/ap2/fonts/calibri/Calibri.eot");
  src: url("/ap2/fonts/calibri/Calibri.eot?#iefix") format("embedded-opentype"), url("/ap2/fonts/calibri/Calibri.woff2") format("woff2"), url("/ap2/fonts/calibri/Calibri.woff") format("woff"), url("/ap2/fonts/calibri/Calibri.ttf") format("truetype"), url("/ap2/fonts/calibri/Calibri.svg#Calibri") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 14, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 23, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 28, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-2x {
  font-size: 2em;
}

/* line 31, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-3x {
  font-size: 3em;
}

/* line 34, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-4x {
  font-size: 4em;
}

/* line 37, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-5x {
  font-size: 5em;
}

/* line 40, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 44, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 49, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-ul > li {
  position: relative;
}

/* line 52, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 59, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 62, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 67, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.pull-right {
  float: right;
}

/* line 70, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.pull-left {
  float: left;
}

/* line 73, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa.pull-left {
  margin-right: .3em;
}

/* line 76, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa.pull-right {
  margin-left: .3em;
}

/* line 79, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 103, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 109, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 115, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 121, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 127, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 133, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 140, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 148, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 155, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-stack-1x {
  line-height: inherit;
}

/* line 158, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-stack-2x {
  font-size: 2em;
}

/* line 161, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 166, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-glass:before {
  content: "\f000";
}

/* line 169, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-music:before {
  content: "\f001";
}

/* line 172, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-search:before {
  content: "\f002";
}

/* line 175, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 178, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-heart:before {
  content: "\f004";
}

/* line 181, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-star:before {
  content: "\f005";
}

/* line 184, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-star-o:before {
  content: "\f006";
}

/* line 187, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-user:before {
  content: "\f007";
}

/* line 190, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-film:before {
  content: "\f008";
}

/* line 193, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-th-large:before {
  content: "\f009";
}

/* line 196, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-th:before {
  content: "\f00a";
}

/* line 199, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-th-list:before {
  content: "\f00b";
}

/* line 202, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-check:before {
  content: "\f00c";
}

/* line 205, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 210, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 213, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-search-minus:before {
  content: "\f010";
}

/* line 216, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-power-off:before {
  content: "\f011";
}

/* line 219, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-signal:before {
  content: "\f012";
}

/* line 222, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 226, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-trash-o:before {
  content: "\f014";
}

/* line 229, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-home:before {
  content: "\f015";
}

/* line 232, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-file-o:before {
  content: "\f016";
}

/* line 235, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-clock-o:before {
  content: "\f017";
}

/* line 238, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-road:before {
  content: "\f018";
}

/* line 241, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-download:before {
  content: "\f019";
}

/* line 244, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 247, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 250, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-inbox:before {
  content: "\f01c";
}

/* line 253, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 256, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 260, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-refresh:before {
  content: "\f021";
}

/* line 263, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-list-alt:before {
  content: "\f022";
}

/* line 266, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-lock:before {
  content: "\f023";
}

/* line 269, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-flag:before {
  content: "\f024";
}

/* line 272, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-headphones:before {
  content: "\f025";
}

/* line 275, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-volume-off:before {
  content: "\f026";
}

/* line 278, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-volume-down:before {
  content: "\f027";
}

/* line 281, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-volume-up:before {
  content: "\f028";
}

/* line 284, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-qrcode:before {
  content: "\f029";
}

/* line 287, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-barcode:before {
  content: "\f02a";
}

/* line 290, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-tag:before {
  content: "\f02b";
}

/* line 293, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-tags:before {
  content: "\f02c";
}

/* line 296, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-book:before {
  content: "\f02d";
}

/* line 299, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 302, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-print:before {
  content: "\f02f";
}

/* line 305, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-camera:before {
  content: "\f030";
}

/* line 308, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-font:before {
  content: "\f031";
}

/* line 311, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-bold:before {
  content: "\f032";
}

/* line 314, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-italic:before {
  content: "\f033";
}

/* line 317, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-text-height:before {
  content: "\f034";
}

/* line 320, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-text-width:before {
  content: "\f035";
}

/* line 323, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-align-left:before {
  content: "\f036";
}

/* line 326, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-align-center:before {
  content: "\f037";
}

/* line 329, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-align-right:before {
  content: "\f038";
}

/* line 332, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-align-justify:before {
  content: "\f039";
}

/* line 335, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-list:before {
  content: "\f03a";
}

/* line 338, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 342, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-indent:before {
  content: "\f03c";
}

/* line 345, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 348, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 353, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-pencil:before {
  content: "\f040";
}

/* line 356, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-map-marker:before {
  content: "\f041";
}

/* line 359, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-adjust:before {
  content: "\f042";
}

/* line 362, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-tint:before {
  content: "\f043";
}

/* line 365, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 369, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 372, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 375, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-arrows:before {
  content: "\f047";
}

/* line 378, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-step-backward:before {
  content: "\f048";
}

/* line 381, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 384, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-backward:before {
  content: "\f04a";
}

/* line 387, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-play:before {
  content: "\f04b";
}

/* line 390, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-pause:before {
  content: "\f04c";
}

/* line 393, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-stop:before {
  content: "\f04d";
}

/* line 396, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-forward:before {
  content: "\f04e";
}

/* line 399, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 402, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-step-forward:before {
  content: "\f051";
}

/* line 405, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-eject:before {
  content: "\f052";
}

/* line 408, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 411, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 414, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 417, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 420, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-times-circle:before {
  content: "\f057";
}

/* line 423, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-check-circle:before {
  content: "\f058";
}

/* line 426, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-question-circle:before {
  content: "\f059";
}

/* line 429, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 432, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 435, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 438, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 441, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-ban:before {
  content: "\f05e";
}

/* line 444, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 447, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 450, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 453, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 456, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 460, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-expand:before {
  content: "\f065";
}

/* line 463, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-compress:before {
  content: "\f066";
}

/* line 466, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-plus:before {
  content: "\f067";
}

/* line 469, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-minus:before {
  content: "\f068";
}

/* line 472, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-asterisk:before {
  content: "\f069";
}

/* line 475, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 478, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-gift:before {
  content: "\f06b";
}

/* line 481, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-leaf:before {
  content: "\f06c";
}

/* line 484, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-fire:before {
  content: "\f06d";
}

/* line 487, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-eye:before {
  content: "\f06e";
}

/* line 490, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 493, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 497, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-plane:before {
  content: "\f072";
}

/* line 500, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-calendar:before {
  content: "\f073";
}

/* line 503, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-random:before {
  content: "\f074";
}

/* line 506, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-comment:before {
  content: "\f075";
}

/* line 509, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-magnet:before {
  content: "\f076";
}

/* line 512, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 515, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 518, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-retweet:before {
  content: "\f079";
}

/* line 521, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 524, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-folder:before {
  content: "\f07b";
}

/* line 527, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 530, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 533, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 536, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 540, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 543, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 546, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 549, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-key:before {
  content: "\f084";
}

/* line 552, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 556, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-comments:before {
  content: "\f086";
}

/* line 559, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 562, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 565, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-star-half:before {
  content: "\f089";
}

/* line 568, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 571, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 574, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 577, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 580, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-external-link:before {
  content: "\f08e";
}

/* line 583, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-sign-in:before {
  content: "\f090";
}

/* line 586, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-trophy:before {
  content: "\f091";
}

/* line 589, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-github-square:before {
  content: "\f092";
}

/* line 592, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-upload:before {
  content: "\f093";
}

/* line 595, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 598, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-phone:before {
  content: "\f095";
}

/* line 601, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-square-o:before {
  content: "\f096";
}

/* line 604, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 607, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-phone-square:before {
  content: "\f098";
}

/* line 610, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-twitter:before {
  content: "\f099";
}

/* line 613, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-facebook:before {
  content: "\f09a";
}

/* line 616, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-github:before {
  content: "\f09b";
}

/* line 619, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-unlock:before {
  content: "\f09c";
}

/* line 622, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 625, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-rss:before {
  content: "\f09e";
}

/* line 628, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 631, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 634, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-bell:before {
  content: "\f0f3";
}

/* line 637, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 640, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 643, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 646, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 649, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 652, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 655, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 658, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 661, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 664, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-globe:before {
  content: "\f0ac";
}

/* line 667, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 670, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 673, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-filter:before {
  content: "\f0b0";
}

/* line 676, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 679, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 682, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 686, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 690, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 693, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-flask:before {
  content: "\f0c3";
}

/* line 696, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 700, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 704, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 707, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 711, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-square:before {
  content: "\f0c8";
}

/* line 714, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 719, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 722, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 725, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 728, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-underline:before {
  content: "\f0cd";
}

/* line 731, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-table:before {
  content: "\f0ce";
}

/* line 734, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-magic:before {
  content: "\f0d0";
}

/* line 737, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-truck:before {
  content: "\f0d1";
}

/* line 740, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 743, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 746, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 749, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 752, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-money:before {
  content: "\f0d6";
}

/* line 755, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 758, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 761, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 764, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 767, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-columns:before {
  content: "\f0db";
}

/* line 770, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 774, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 778, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 782, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 785, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 788, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 792, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 796, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 800, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 803, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 806, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 810, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 813, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 816, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 820, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 823, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 826, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 829, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 832, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 835, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 838, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 841, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 844, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 847, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 850, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 853, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 856, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 859, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 862, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 865, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 868, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-beer:before {
  content: "\f0fc";
}

/* line 871, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 874, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 877, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 880, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 883, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 886, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 889, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-angle-left:before {
  content: "\f104";
}

/* line 892, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-angle-right:before {
  content: "\f105";
}

/* line 895, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-angle-up:before {
  content: "\f106";
}

/* line 898, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-angle-down:before {
  content: "\f107";
}

/* line 901, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-desktop:before {
  content: "\f108";
}

/* line 904, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-laptop:before {
  content: "\f109";
}

/* line 907, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-tablet:before {
  content: "\f10a";
}

/* line 910, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 914, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 917, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 920, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 923, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-spinner:before {
  content: "\f110";
}

/* line 926, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-circle:before {
  content: "\f111";
}

/* line 929, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 933, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-github-alt:before {
  content: "\f113";
}

/* line 936, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-folder-o:before {
  content: "\f114";
}

/* line 939, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 942, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-smile-o:before {
  content: "\f118";
}

/* line 945, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-frown-o:before {
  content: "\f119";
}

/* line 948, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 951, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 954, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 957, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 960, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 963, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-terminal:before {
  content: "\f120";
}

/* line 966, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-code:before {
  content: "\f121";
}

/* line 969, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 973, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 978, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 981, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-crop:before {
  content: "\f125";
}

/* line 984, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-code-fork:before {
  content: "\f126";
}

/* line 987, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 991, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-question:before {
  content: "\f128";
}

/* line 994, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-info:before {
  content: "\f129";
}

/* line 997, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1000, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1003, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1006, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1009, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1012, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-microphone:before {
  content: "\f130";
}

/* line 1015, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1018, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-shield:before {
  content: "\f132";
}

/* line 1021, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1024, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1027, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-rocket:before {
  content: "\f135";
}

/* line 1030, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1033, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1036, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1039, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1042, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1045, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-html5:before {
  content: "\f13b";
}

/* line 1048, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-css3:before {
  content: "\f13c";
}

/* line 1051, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1054, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1057, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1060, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1063, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1066, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1069, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1072, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-ticket:before {
  content: "\f145";
}

/* line 1075, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1078, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1081, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-level-up:before {
  content: "\f148";
}

/* line 1084, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-level-down:before {
  content: "\f149";
}

/* line 1087, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1090, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1093, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1096, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1099, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-compass:before {
  content: "\f14e";
}

/* line 1102, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1106, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1110, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1114, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1118, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-gbp:before {
  content: "\f154";
}

/* line 1121, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1125, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1129, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1135, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1140, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1144, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1148, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-file:before {
  content: "\f15b";
}

/* line 1151, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1154, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1157, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1160, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1163, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1166, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1169, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1172, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1175, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1178, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1181, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-youtube:before {
  content: "\f167";
}

/* line 1184, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-xing:before {
  content: "\f168";
}

/* line 1187, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1190, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1193, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1196, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1199, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1202, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1205, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-adn:before {
  content: "\f170";
}

/* line 1208, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1211, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1214, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1217, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1220, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1223, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1226, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1229, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1232, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-apple:before {
  content: "\f179";
}

/* line 1235, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-windows:before {
  content: "\f17a";
}

/* line 1238, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-android:before {
  content: "\f17b";
}

/* line 1241, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-linux:before {
  content: "\f17c";
}

/* line 1244, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1247, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-skype:before {
  content: "\f17e";
}

/* line 1250, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1253, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-trello:before {
  content: "\f181";
}

/* line 1256, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-female:before {
  content: "\f182";
}

/* line 1259, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-male:before {
  content: "\f183";
}

/* line 1262, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-gittip:before {
  content: "\f184";
}

/* line 1265, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1268, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1271, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-archive:before {
  content: "\f187";
}

/* line 1274, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-bug:before {
  content: "\f188";
}

/* line 1277, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-vk:before {
  content: "\f189";
}

/* line 1280, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1283, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-renren:before {
  content: "\f18b";
}

/* line 1286, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1289, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1292, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1295, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1298, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1302, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1305, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1308, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1311, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1315, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1318, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1321, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-slack:before {
  content: "\f198";
}

/* line 1324, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1327, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1330, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-openid:before {
  content: "\f19b";
}

/* line 1333, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1338, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1342, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1345, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-google:before {
  content: "\f1a0";
}

/* line 1348, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1351, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1354, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1357, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1360, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1363, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1366, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-pied-piper:before {
  content: "\f1a7";
}

/* line 1369, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1372, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1375, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1378, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-language:before {
  content: "\f1ab";
}

/* line 1381, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1384, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-building:before {
  content: "\f1ad";
}

/* line 1387, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-child:before {
  content: "\f1ae";
}

/* line 1390, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1393, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1396, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1399, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1402, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1405, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1408, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1411, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1414, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1417, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1421, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1425, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1428, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1431, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1434, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1437, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-database:before {
  content: "\f1c0";
}

/* line 1440, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1443, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1446, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1449, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1452, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1457, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1461, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1465, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1469, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1472, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1475, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1478, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1481, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1488, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1491, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1495, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1499, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1502, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-git:before {
  content: "\f1d3";
}

/* line 1505, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1508, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1511, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1514, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1518, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1522, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1526, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-history:before {
  content: "\f1da";
}

/* line 1529, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1532, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-header:before {
  content: "\f1dc";
}

/* line 1535, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1538, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1541, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1544, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1547, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1550, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1554, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1557, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1560, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1563, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1566, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1569, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1572, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1575, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1578, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1581, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1584, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1587, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1590, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1593, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1596, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1599, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1602, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1605, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1608, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1611, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1614, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1617, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-at:before {
  content: "\f1fa";
}

/* line 1620, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1623, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1626, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1629, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1632, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1635, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1638, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1641, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1644, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1647, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1650, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1653, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-bus:before {
  content: "\f207";
}

/* line 1656, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1659, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-angellist:before {
  content: "\f209";
}

/* line 1662, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-cc:before {
  content: "\f20a";
}

/* line 1665, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1670, /rails_apps/ara-admin2/app/assets/stylesheets/font-awesome.css */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/activeadmin_sortable_table-1.3.0/app/assets/stylesheets/activeadmin_sortable_table.css */
.activeadmin_sortable_table .handle {
  cursor: ns-resize;
  font-size: 1.5em;
}

/* line 6, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/activeadmin_sortable_table-1.3.0/app/assets/stylesheets/activeadmin_sortable_table.css */
.activeadmin_sortable_table .move_to_top {
  padding-left: 1em;
  /*cursor: pointer;*/
  text-decoration: none;
  font-size: 1.5em;
  color: #333333;
}

/* line 1, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

/* line 19, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}

/* line 23, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}

/*For IE8 or lower*/
/* line 34, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker button {
  border: none !important;
}

/* line 38, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 48, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_noselect::selection {
  background: transparent;
}

/* line 49, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_noselect::-moz-selection {
  background: transparent;
}

/* line 51, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

/* line 57, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* line 64, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

/* line 68, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

/* line 72, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

/* line 77, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

/* line 83, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

/* line 87, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}

/* line 94, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

/* line 100, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

/* line 105, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center;
}

/* line 110, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

/* line 117, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

/* line 126, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

/* line 130, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}

/* line 136, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

/* line 141, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}

/* line 162, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

/* line 172, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}

/* line 179, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}

/* line 185, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

/* line 191, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}

/* line 204, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}

/* line 208, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* line 215, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

/* line 231, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}

/* line 235, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0;
}

/* line 239, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

/* line 251, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

/* line 252, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

/* line 253, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

/* line 258, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}

/* line 263, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

/* line 270, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

/* line 275, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

/* line 279, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}

/* line 284, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

/* line 290, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

/* line 294, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

/* line 298, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

/* line 311, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

/* line 315, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}

/* line 319, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33aaff;
}

/* line 323, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

/* line 328, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

/* line 334, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

/* line 343, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}

/* line 351, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

/* line 356, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}

/* line 363, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #33aaff !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important;
}

/* line 370, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  box-shadow: inherit !important;
}

/* line 377, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

/* line 384, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

/* line 392, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

/* line 393, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

/* line 395, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

/* line 399, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

/* line 404, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

/* line 412, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}

/* line 416, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_scroller_box {
  position: relative;
}

/* line 420, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}

/* line 430, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}

/* line 433, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}

/* line 439, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}

/* line 442, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}

/* line 447, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}

/* line 452, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

/* line 458, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

/* line 465, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}

/* line 472, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}

/* line 476, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}

/* line 480, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

/* line 485, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

/* line 491, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

/* line 499, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}

/* line 505, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}

/* line 509, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}

/* line 510, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}

/* line 511, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}

/* line 513, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}

/* line 517, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}

/* line 520, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}

/* line 528, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
  /* IE6-9 */
}

/* line 552, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}

/* line 37, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.nav-tabs {
  line-height: 20px !important;
}

/* line 40, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  margin-right: 5px;
  display: inline-block;
}

/* line 44, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
#wrapper div.tabs > ul > li > a {
  color: #fff;
  padding: 10px 15px;
  display: block;
}

/* line 50, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
#wrapper div.tabs > ul > li.ui-tabs-active > a, #wrapper div.tabs > ul > li > a:hover {
  color: #cddc39 !important;
}

/* line 54, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
tr:hover a:hover {
  /*color:$am-theme-primary-700;*/
}

/* line 59, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.index_table th, .panel_contents table th {
  background: #E1F5FE;
  color: rgba(0, 0, 0, 0.54);
}
/* line 62, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.index_table th a:link, .index_table th a:visited, .panel_contents table th a:link, .panel_contents table th a:visited {
  color: rgba(0, 0, 0, 0.54);
}

/* line 67, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.panel, .panel li.cancel, #ticket_submit_action input[type="submit"], #ticket_imageable_input label.label, #ticket_description_input label.label, .new_ticket li label.label, .table_tools .scope a, .panel_contents.subscription_panel_ac b, .subscription h3 a:link, .panel > h3, table, tr, td, table tr td, .ext_col .left.extensions, td a, td span, table tr th, th, .index_footer div, #index_footer div, #footer div, ul.sub_scopes li {
  font-size: 16px !important;
}

/* line 71, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.panel * {
  font-family: "calibri-regular";
}

/**
 * Unit
 * http://www.google.com/design/spec/layout/metrics-and-keylines.html#metrics-and-keylines-baseline-units
 */
/**
 * Unit
 * http://www.google.com/design/spec/layout/metrics-and-keylines.html#metrics-and-keylines-baseline-units
 */
/* line 1, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
html {
  box-sizing: border-box;
}

/* line 5, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* line 11, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
::selection {
  background-color: #cddc39;
  color: white;
}

/* line 16, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
html,
body {
  height: 100%;
}

/* line 21, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
body {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.7);
  font-family: sans-serif;
  margin: 0;
}
/* line 21, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/generators/mixins.scss */
.wf-active body {
  font-family: "RobotoDraft", sans-serif;
}

/* line 28, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
img {
  max-width: 100%;
}

/* line 32, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
b,
strong {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.01em;
}

/* line 37, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font: inherit;
  margin: 0;
}

/* line 47, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
p {
  margin: 12px 0;
}

/* line 51, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
button,
input {
  font-family: "RobotoDraft", sans-serif;
}

/* line 56, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 61, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s color;
}
/* line 66, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
a:link, a:visited {
  color: #0c52a0;
}
/* line 70, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
a:link:hover, a:visited:hover {
  text-decoration: underline;
}
/* line 75, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
a:hover, a:focus {
  color: #d2e04f;
  transition: 0.1s color;
}
/* line 81, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
a:active {
  color: #cfde42;
  transition: 0.1s color;
}

/* line 87, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
blockquote {
  border-left: 4px solid rgba(0, 0, 0, 0.26);
  margin: 16px 0;
  padding: 16px;
}

/* line 93, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
hr {
  border: 0;
  border-bottom: 1px solid #efefef;
  margin: 32px 0;
}

/* line 99, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 105, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
hr {
  margin: 0;
}

/* line 1, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
html {
  box-sizing: border-box;
}

/* line 5, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* line 11, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
::selection {
  background-color: #cddc39;
  color: white;
}

/* line 16, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
html,
body {
  height: 100%;
}

/* line 21, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
body {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.7);
  font-family: sans-serif;
  margin: 0;
}
/* line 21, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/generators/mixins.scss */
.wf-active body {
  font-family: "RobotoDraft", sans-serif;
}

/* line 28, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
img {
  max-width: 100%;
}

/* line 32, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
b,
strong {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.01em;
}

/* line 37, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font: inherit;
  margin: 0;
}

/* line 47, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
p {
  margin: 12px 0;
}

/* line 51, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
button,
input {
  font-family: "RobotoDraft", sans-serif;
}

/* line 56, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 61, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s color;
}
/* line 66, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
a:link, a:visited {
  color: #0c52a0;
}
/* line 70, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
a:link:hover, a:visited:hover {
  text-decoration: underline;
}
/* line 75, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
a:hover, a:focus {
  color: #d2e04f;
  transition: 0.1s color;
}
/* line 81, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
a:active {
  color: #cfde42;
  transition: 0.1s color;
}

/* line 87, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
blockquote {
  border-left: 4px solid rgba(0, 0, 0, 0.26);
  margin: 16px 0;
  padding: 16px;
}

/* line 93, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
hr {
  border: 0;
  border-bottom: 1px solid #efefef;
  margin: 32px 0;
}

/* line 99, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 105, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
hr {
  margin: 0;
}

/**
 * Avatar
 * A circular image
 */
/**
 * Button Icon
 * A simple, reusable icon button
 */
@keyframes am-dialog-fade {
  from {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/**
 * Multiselects
 */
/**
 * Select
 * Custom select styles, taken from textfields in material design
 */
/**
 * Snackbars
 * Material design notifications
 * http://www.google.com/design/spec/components/snackbars-toasts.html
 */
@keyframes am-snackbar-fade {
  from {
    opacity: 0;
    transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/**
 * Subheader
 * Used for sidebar headings and other secondary content
 * which require title text
 */
/**
 * Tables
 */
/**
 * Tabs
 * http://www.google.com/design/spec/components/tabs.html
 */
@keyframes am-tabs-error-throb {
  from {
    text-shadow: none;
    transform: translateY(1px);
  }
  to {
    text-shadow: 0 0 5px rgba(244, 67, 54, 0.8);
    transform: translateY(-1px);
  }
}
/**
 * Toolbar
 * A basic navigation element, primary used for top level navigation
 */
/**
 * Underlay
 * Underlays appear below modal content that takes up the entire screen.
 */
/* line 1, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/avatar.scss */
.avatar {
  background: rgba(0, 0, 0, 0.54);
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color: transparent;
  display: block;
}

/**
 * Blank Slate
 * This element appears whenever a resource can not display
 * any information. For example, the default homescreen.
 */
/* line 7, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/blank_slate.scss */
.blank_slate_container {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.01em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  padding: 24px 16px;
  text-align: center;
}

/* line 16, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/blank_slate.scss */
.blank_slate {
  border: 1px dashed rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  display: inline-block;
  padding: 16px 24px;
}
/* line 22, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/blank_slate.scss */
.blank_slate small {
  display: block;
  margin-top: 8px;
}

/**
 * Breadcrumbs
 * Appear above the title to help users return to previous
 * steps in their flow.
 */
/* line 7, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/breadcrumbs.scss */
.breadcrumb {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 0.75rem;
  display: block;
  margin-bottom: 8px;
}

/**
 * Buttons
 * Various selectors for button like elements
 */
/* line 6, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/buttons.scss */
.clear_filters_btn {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.75rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  background: transparent;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s all;
  user-select: none;
  vertical-align: middle;
}
/* line 25, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
.clear_filters_btn:focus {
  outline: none;
}
/* line 29, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
.clear_filters_btn:hover {
  color: #0c52a0;
  text-decoration: none;
}

/* line 10, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/buttons.scss */
.button,
.cancel > a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.75rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  background: transparent;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s all;
  user-select: none;
  vertical-align: middle;
}
/* line 25, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
.button:focus,
.cancel > a:focus {
  outline: none;
}
/* line 29, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
.button:hover,
.cancel > a:hover {
  color: #0c52a0;
  text-decoration: none;
}

/* line 15, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/buttons.scss */
input[type="submit"],
input[type="reset"],
input[type="button"] {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.75rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  background: transparent;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s all;
  user-select: none;
  vertical-align: middle;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #0c52a0;
  color: white;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
  font-weight: 600;
  min-width: 88px;
}
/* line 25, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  outline: none;
}
/* line 29, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #0c52a0;
  text-decoration: none;
}
/* line 43, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
input[type="submit"]:focus, input[type="submit"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="button"]:focus,
input[type="button"]:hover {
  color: white;
  background: #106acf;
  outline: none;
}
/* line 50, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  background: #0e5eb8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/**
 * Checkboxes
 * Inputs given the "boolean" class. They have been seperated
 * from general form styles because of some hairy nesting.
 */
/* line 9, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/checkbox.scss */
.input.boolean > label {
  font-size: 14px;
}
/* line 13, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/checkbox.scss */
.input.boolean > label > input {
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: -1px;
  width: auto;
}

/* line 1, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/clearfix.scss */
.clearfix {
  *zoom: 1;
}
/* line 5, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/atoms/clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 11, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/atoms/clearfix.scss */
.clearfix:after {
  clear: both;
}

/**
 * Comments
 * Active Admin comments
 */
/* line 6, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/comments.scss */
div.active_admin_comment {
  margin: 0 16px;
}
/* line 9, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/comments.scss */
div.active_admin_comment + div.active_admin_comment {
  border-top: 1px solid #efefef;
  padding-top: 16px;
}

/* line 15, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/comments.scss */
.active_admin_comment_meta {
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 0.75rem;
}

/* line 21, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/comments.scss */
.comments .pagination_information {
  margin: 16px;
}
/* line 25, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/comments.scss */
.comments .empty {
  margin: 16px;
}

/**
 * Date Selects
 */
/* line 9, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/date-select.scss */
.date_select .fragments-group,
.datetime_select .fragments-group,
.time_select .fragments-group {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #efefef;
  border-radius: 2px;
  display: inline-block;
  margin-top: 8px;
}
/* line 10, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/atoms/lists.scss */
.date_select .fragments-group li,
.datetime_select .fragments-group li,
.time_select .fragments-group li {
  display: inline-block;
}
/* line 15, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/date-select.scss */
.date_select .fragment,
.datetime_select .fragment,
.time_select .fragment {
  border-left: 1px solid #efefef;
  text-align: center;
}
/* line 43, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/select.scss */
.date_select .fragment:first-child,
.datetime_select .fragment:first-child,
.time_select .fragment:first-child {
  border-left: none;
}
/* line 18, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/date-select.scss */
.date_select .fragment select,
.datetime_select .fragment select,
.time_select .fragment select {
  border: 0;
  border-radius: 0;
}
/* line 23, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/date-select.scss */
.date_select .fragment label,
.datetime_select .fragment label,
.time_select .fragment label {
  clip: rect(0, 0, 0, 0) !important;
  position: absolute !important;
}
/* line 27, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/date-select.scss */
.date_select .fragment select,
.datetime_select .fragment select,
.time_select .fragment select {
  font-size: 14px;
  font-size: 0.875rem;
  background: #fafafa url(/ap2/assets/active_material/icons/arrow-dropdown-93cdb34fae47555088422091da046ff9b252673967f30b017fa9ecd2b4ef7585.svg) no-repeat calc(100% - 4px) 50%;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  height: 42px;
  line-height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  letter-spacing: 0.01em;
  padding: 0 24px 0 10px;
}

/**
 * Datepicker
 * An input with a dropdown calendar that appears on focus
 */
/* line 6, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker {
  background: white;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 -1px 1px rgba(0, 0, 0, 0.12);
  display: none;
  padding: 0 12px 8px;
  width: 280px;
}

/* line 10, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-header {
  line-height: 32px;
  padding: 8px 0 4px;
  position: relative;
  text-align: center;
}
/* line 13, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-header .ui-icon {
  clip: rect(0, 0, 0, 0) !important;
  position: absolute !important;
}

/* line 18, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}

/* line 22, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-prev {
  cursor: pointer;
  float: left;
}
/* line 50, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/datepicker.scss */
.ui-datepicker-prev:before {
  content: "‹";
}
/* line 38, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/datepicker.scss */
.ui-datepicker-prev:before:before {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  height: 32px;
  width: 32px;
}

/* line 26, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-next {
  cursor: pointer;
  float: right;
}
/* line 60, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/datepicker.scss */
.ui-datepicker-next:before {
  content: "›";
}
/* line 38, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/datepicker.scss */
.ui-datepicker-next:before:before {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  height: 32px;
  width: 32px;
}

/* line 30, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-calendar {
  font-size: 12px;
  font-size: 0.75rem;
  border-collapse: collapse;
  text-align: center;
  width: 100%;
}
/* line 33, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-calendar th {
  color: rgba(0, 0, 0, 0.54);
  font-weight: 500;
  padding: 0 0 4px;
}
/* line 37, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-calendar td {
  height: 32px;
  font-weight: 500;
  line-height: 32px;
  padding: 0;
  width: 32px;
}
/* line 41, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-calendar a {
  color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: block;
  height: inherit;
  margin: 0 auto;
  width: inherit;
}
/* line 9, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/atoms/links.scss */
.ui-datepicker-calendar a:hover, .ui-datepicker-calendar a:focus {
  color: #cddc39;
}
/* line 44, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-calendar a.ui-state-active, .ui-datepicker-calendar a:hover, .ui-datepicker-calendar a:focus {
  color: #0c52a0;
  text-decoration: none;
}
/* line 50, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-calendar a.ui-state-highlight {
  background-color: #0c52a0;
  color: white;
}

/* line 56, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-unselectable {
  opacity: 0;
}

/**
 * Dialog
 * A full page takeover action panel
 */
/* line 6, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/dialog.scss */
.ui-dialog {
  animation: 0.6s am-dialog-fade;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.23), 0 3px 3px rgba(0, 0, 0, 0.16);
  outline: none;
  z-index: 1000;
}

/* line 10, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/dialog.scss */
.ui-dialog-toolbar {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  position: relative;
}

/* line 14, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/dialog.scss */
.ui-dialog-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.01em;
  display: block;
  padding: 32px 24px 8px;
}

/* line 18, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/dialog.scss */
.ui-dialog-content {
  display: inline;
}
/* line 21, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/dialog.scss */
.ui-dialog-content ul {
  margin: 0;
}

/* line 26, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/dialog.scss */
.ui-dialog-buttonset {
  padding: 8px 8px 0;
  text-align: right;
}

/* line 30, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/dialog.scss */
.ui-button {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.75rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  background: transparent;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s all;
  user-select: none;
  vertical-align: middle;
  color: #0c52a0;
}
/* line 25, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
.ui-button:focus {
  outline: none;
}
/* line 29, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
.ui-button:hover {
  color: #0c52a0;
  text-decoration: none;
}
/* line 9, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/atoms/links.scss */
.ui-button:hover, .ui-button:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 35, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/dialog.scss */
.ui-dialog-titlebar-close {
  border-radius: 50%;
  height: 40px;
  overflow: hidden;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  width: 40px;
  background: url(/ap2/assets/active_material/icons/clear-724e5c08f3c81476319a3e83bae49fff8c747e984232af84541730941eb95c8e.svg) 50% 50% no-repeat;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/**
 * Dropdowns
 */
/* line 5, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/dropdown.scss */
.dropdown_menu {
  display: inline-block;
  outline: 0;
  position: relative;
  text-align: left;
}

/* line 9, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/dropdown.scss */
.dropdown_menu_button {
  position: relative;
}
/* line 12, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/dropdown.scss */
.dropdown_menu_button:after {
  border: 5px solid transparent;
  border-color: #0c52a0 transparent transparent;
  content: "";
  height: 0;
  margin-top: -2.5px;
  position: absolute;
  right: -15px;
  top: 50%;
  width: 0;
}
/* line 16, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/dropdown.scss */
.dropdown_menu_button.disabled {
  opacity: 0.4;
}

/* line 21, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/dropdown.scss */
.dropdown_menu_list {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24), 0 0 1.5px rgba(0, 0, 0, 0.12);
  filter: blur(1px);
  left: 0;
  list-style: none;
  margin: 0;
  min-width: 112px;
  padding: 8px 0;
  position: absolute;
  text-align: left;
  top: 32px;
  transform-origin: 0 0;
  transform: translate3d(0, -4px, 0) scaleY(0);
  transition: 0.2s all;
  width: auto;
  will-change: transform;
  z-index: 1000;
  filter: none;
  transition: 0.2s all;
  transform: translateZ(0) scale(1);
}
/* line 25, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/dropdown.scss */
.dropdown_menu_list li {
  display: block;
  margin: 0;
  transition: 0.2s all;
}
/* line 29, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/dropdown.scss */
.dropdown_menu_list li a {
  color: rgba(0, 0, 0, 0.54);
  text-decoration: none;
  display: block;
  font-size: 14px;
  opacity: 0;
  padding: 4px 16px;
  transition: 0.28s opacity, 0.28s color;
  white-space: nowrap;
  opacity: 1;
  transition: 0.2s opacity;
}
/* line 9, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/atoms/links.scss */
.dropdown_menu_list li a:hover, .dropdown_menu_list li a:focus {
  color: #cddc39;
}
/* line 19, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/atoms/links.scss */
.dropdown_menu_list li a:hover, .dropdown_menu_list li a:focus {
  text-decoration: none;
}
/* line 95, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/menu.scss */
.dropdown_menu_list li a:hover, .dropdown_menu_list li a:focus {
  color: #0c52a0;
}
@media screen and (min-width: 1300px) {
  /* line 29, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/dropdown.scss */
  .dropdown_menu_list li a {
    font-size: 13px;
  }
}

/* line 1, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/featured-blocks.scss */
.featured-blocks-message {
  display: block;
  padding: 0 16px 16px;
}

/* line 6, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/featured-blocks.scss */
.new-featured-block {
  background: #fefefe;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  display: block;
  padding: 16px;
}
/* line 9, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/featured-blocks.scss */
.new-featured-block .button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #0c52a0;
  color: white;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
  font-weight: 600;
  min-width: 88px;
}
/* line 43, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
.new-featured-block .button:focus, .new-featured-block .button:hover {
  color: white;
  background: #106acf;
  outline: none;
}
/* line 50, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
.new-featured-block .button:active {
  background: #0e5eb8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/**
 * Filters
 * Filters show up as sidebars on most index pages
 */
/* line 6, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/filter.scss */
.filter_form_field,
.select_and_search,
.filter_date_range {
  color: rgba(0, 0, 0, 0.7);
  margin: 8px 0;
  padding: 8px 16px;
  position: relative;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
/* line 12, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/filter.scss */
.filter_form_field label, .select_and_search label, .filter_date_range label {
  font-size: 13px;
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.54);
  display: block;
  line-height: 16px;
  font: 400 0.75rem/16px "RobotoDraft", sans-serif;
  margin-bottom: 8px;
  position: relative;
  transition: 0.28s all;
  width: 100%;
  width: 100%;
}
/* line 92, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/textfield.scss */
.has-focus .filter_form_field label,
.has-focus .select_and_search label,
.has-focus .filter_date_range label {
  color: #0c52a0;
}
/* line 17, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/filter.scss */
.filter_form_field > select:not([multiple]),
.select_and_search > select:not([multiple]),
.filter_date_range > select:not([multiple]) {
  font-size: 14px;
  font-size: 0.875rem;
  background: #fafafa url(/ap2/assets/active_material/icons/arrow-dropdown-93cdb34fae47555088422091da046ff9b252673967f30b017fa9ecd2b4ef7585.svg) no-repeat calc(100% - 4px) 50%;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  height: 42px;
  line-height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  letter-spacing: 0.01em;
  padding: 0 24px 0 10px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  flex-basis: 100px;
}
/* line 24, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/filter.scss */
.filter_form_field > select[multiple],
.select_and_search > select[multiple],
.filter_date_range > select[multiple] {
  flex-basis: 100%;
}
/* line 29, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/filter.scss */
.filter_form_field > select:last-child,
.select_and_search > select:last-child,
.filter_date_range > select:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 34, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/filter.scss */
.filter_form_field > select + input[type="text"],
.filter_form_field > select + input[type="number"],
.select_and_search > select + input[type="text"],
.select_and_search > select + input[type="number"],
.filter_date_range > select + input[type="text"],
.filter_date_range > select + input[type="number"] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left: 0;
}
/* line 42, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/filter.scss */
.filter_form_field > input.datepicker,
.select_and_search > input.datepicker,
.filter_date_range > input.datepicker {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 1px 1px 1px rgba(34, 34, 34, 0.08);
  display: block;
  font: normal 0.875rem/24px "RobotoDraft", sans-serif;
  line-height: 24px;
  margin: 0;
  padding: 8px;
  transition: 0.35s border-color, 0.35s box-shadow;
  width: 100%;
  flex: 1;
  width: auto;
  background: #fff url(/ap2/assets/active_material/icons/event-cdca0160ebdc4e778f5b63df0739b6c60592fa46ddb5f8af9dbe344dbcfed3f8.svg) 8px 50% no-repeat;
  padding-left: 40px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 48, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/textfield.scss */
.filter_form_field > input.datepicker:focus,
.select_and_search > input.datepicker:focus,
.filter_date_range > input.datepicker:focus {
  border-color: #0c52a0;
  outline: 0;
  transition: 0.15s border-color, 0.15s box-shadow;
}
/* line 50, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/filter.scss */
.filter_form_field > input[type="submit"],
.select_and_search > input[type="submit"],
.filter_date_range > input[type="submit"] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0;
}

/* line 57, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/filter.scss */
.filter_string input,
.filter_numeric input {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 1px 1px 1px rgba(34, 34, 34, 0.08);
  display: block;
  font: normal 0.875rem/24px "RobotoDraft", sans-serif;
  line-height: 24px;
  margin: 0;
  padding: 8px;
  transition: 0.35s border-color, 0.35s box-shadow;
  width: 100%;
  flex: 1;
  width: auto;
}
/* line 48, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/textfield.scss */
.filter_string input:focus,
.filter_numeric input:focus {
  border-color: #0c52a0;
  outline: 0;
  transition: 0.15s border-color, 0.15s box-shadow;
}

/**
 * Flash
 * Notifications that appear whenever a CRUD action or error
 * has surfaced
 */
/* line 7, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/flash.scss */
.flash {
  animation: 0.6s am-snackbar-fade, 0.6s am-snackbar-fade reverse 9s forwards;
  background: #323232;
  border-radius: 2px;
  bottom: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  color: white;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.25rem;
  margin: 16px;
  min-width: 288px;
  max-width: 576px;
  padding: 16px 24px 12px;
  position: fixed;
  text-shadow: 0 1px 1px #000;
  z-index: 1000;
}
/* line 10, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/flash.scss */
.flash.flash_alert {
  background-color: #a21309;
  text-shadow: 0 1px 1px black;
}

/* line 1, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/footer.scss */
.footer {
  padding: 16px;
  text-align: center;
}

/**
 * Forms
 */
/* line 5, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
fieldset.inputs {
  margin-bottom: 16px;
}
/* line 8, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
fieldset.inputs > ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 12, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
fieldset.inputs > legend {
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.54);
  font-weight: 500;
  padding: 16px;
  line-height: 16px;
  border: 0;
}

/* line 18, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
.input {
  color: rgba(0, 0, 0, 0.7);
  margin: 8px 0;
  padding: 8px 16px;
  position: relative;
}
/* line 21, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
.input > label, .input .label > label {
  font-size: 13px;
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.54);
  display: block;
  line-height: 16px;
  font: 400 0.75rem/16px "RobotoDraft", sans-serif;
  margin-bottom: 8px;
  position: relative;
  transition: 0.28s all;
  width: 100%;
}
/* line 92, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/textfield.scss */
.has-focus .input > label,
.has-focus .input .label > label {
  color: #0c52a0;
}
/* line 26, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
.input.string input, .input.stringish input, .input.numeric input {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 1px 1px 1px rgba(34, 34, 34, 0.08);
  display: block;
  font: normal 0.875rem/24px "RobotoDraft", sans-serif;
  line-height: 24px;
  margin: 0;
  padding: 8px;
  transition: 0.35s border-color, 0.35s box-shadow;
  width: 100%;
}
/* line 48, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/textfield.scss */
.input.string input:focus, .input.stringish input:focus, .input.numeric input:focus {
  border-color: #0c52a0;
  outline: 0;
  transition: 0.15s border-color, 0.15s box-shadow;
}
/* line 31, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
.input.string input[disabled="disabled"], .input.stringish input[disabled="disabled"], .input.numeric input[disabled="disabled"] {
  background-color: #eeeeee;
}
/* line 36, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
.input.email input {
  background: #fff url(/ap2/assets/active_material/icons/email-ff1c595ff9f72629c40d250e5eb8c37c52480ce67d02fd773f165c251046132f.svg) 8px 50% no-repeat;
  padding-left: 40px;
}
/* line 39, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
.input.email input[disabled="disabled"] {
  background-color: #eeeeee;
}
/* line 44, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
.input.password input {
  background: #fff url(/ap2/assets/active_material/icons/secret-4ac1e52d6ea197ec9e0432e44579067a2c265ece3af04e4852875a1d72fe1be5.svg) 8px 50% no-repeat;
  padding-left: 40px;
}
/* line 47, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
.input.password input[disabled="disabled"] {
  background-color: #eeeeee;
}
/* line 52, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
.input.datepicker input {
  background: #fff url(/ap2/assets/active_material/icons/event-cdca0160ebdc4e778f5b63df0739b6c60592fa46ddb5f8af9dbe344dbcfed3f8.svg) 8px 50% no-repeat;
  padding-left: 40px;
}
/* line 55, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
.input.datepicker input[disabled="disabled"] {
  background-color: #eeeeee;
}
/* line 60, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
.input.text textarea {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 1px 1px 1px rgba(34, 34, 34, 0.08);
  display: block;
  font: normal 0.875rem/24px "RobotoDraft", sans-serif;
  line-height: 24px;
  margin: 0;
  padding: 8px;
  transition: 0.35s border-color, 0.35s box-shadow;
  width: 100%;
  border-radius: 2px;
  height: 3.5rem;
  padding: 8px;
}
/* line 48, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/textfield.scss */
.input.text textarea:focus {
  border-color: #0c52a0;
  outline: 0;
  transition: 0.15s border-color, 0.15s box-shadow;
}
/* line 64, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
.input.text textarea[disabled="disabled"] {
  background-color: #eeeeee;
}
/* line 69, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
.input select + input {
  margin-top: 16px;
}

/* line 74, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
.field_with_errors input {
  border-color: #f44336;
  box-shadow: 0 1px 0 0 #f44336;
}

/* line 78, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
.inline-hints {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 0.75rem;
  color: rgba(0, 0, 0, 0.54);
  margin: 8px 0 0;
}

/* line 82, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
.inline-errors {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 0.75rem;
  color: rgba(0, 0, 0, 0.54);
  margin: 8px 0 0;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 0.75rem;
  color: #f44336;
  display: inline-block;
  margin: 4px 0 0;
  vertical-align: middle;
  transition: 0.3s all;
}
/* line 111, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/textfield.scss */
.inline-errors:first-letter {
  text-transform: uppercase;
}
/* line 86, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
.inline-errors + .inline-hints {
  display: none;
}

/* line 91, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
abbr[title="required"] {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 0.75rem;
  border: 0;
  color: #0c52a0;
  margin-left: 4px;
}

/* line 95, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
fieldset.actions,
.buttons {
  background: #fefefe;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  display: block;
  padding: 16px;
}
/* line 99, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
fieldset.actions > ol,
.buttons > ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 10, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/atoms/lists.scss */
fieldset.actions > ol li,
.buttons > ol li {
  display: inline-block;
}
/* line 104, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
fieldset.actions .cancel a,
.buttons .cancel a {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #0c52a0;
  color: white;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
  font-weight: 600;
  min-width: 88px;
}
/* line 43, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
fieldset.actions .cancel a:focus, fieldset.actions .cancel a:hover,
.buttons .cancel a:focus,
.buttons .cancel a:hover {
  color: white;
  background: #106acf;
  outline: none;
}
/* line 50, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
fieldset.actions .cancel a:active,
.buttons .cancel a:active {
  background: #0e5eb8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
/* line 108, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
fieldset.actions .cancel a,
.buttons .cancel a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.75rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  background: transparent;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s all;
  user-select: none;
  vertical-align: middle;
}
/* line 25, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
fieldset.actions .cancel a:focus,
.buttons .cancel a:focus {
  outline: none;
}
/* line 29, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
fieldset.actions .cancel a:hover,
.buttons .cancel a:hover {
  color: #0c52a0;
  text-decoration: none;
}

/**
 * Header
 * Encapsulates several elements related to navigation at
 * the top of the page.
 */
/* line 7, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/header.scss */
#header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  position: relative;
  background-color: #0c52a0;
  color: white;
  padding-right: 64px;
}

/* line 13, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/header.scss */
.site_title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 16px;
  padding: 16px;
  width: 100%;
  text-align: left;
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 600px) {
  /* line 13, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/header.scss */
  .site_title {
    width: auto;
  }
}

/* line 19, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/header.scss */
#tabs {
  flex-grow: 1;
}

/* line 23, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/header.scss */
.header-item {
  margin: 0 0 0 16px;
  padding: 0;
  text-align: left;
}

/* line 27, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/header.scss */
.header-item > li {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
  display: inline-block;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
/* line 19, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/atoms/links.scss */
.header-item > li:hover, .header-item > li:focus {
  text-decoration: none;
}
/* line 30, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/header.scss */
.header-item > li > a {
  text-decoration: none;
  color: white;
  display: block;
  line-height: 16px;
  padding: 16px 8px;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
/* line 19, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/atoms/links.scss */
.header-item > li > a:hover, .header-item > li > a:focus {
  text-decoration: none;
}
/* line 61, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/toolbar.scss */
.header-item > li > a:hover, .header-item > li > a:focus {
  color: #cddc39;
}
/* line 35, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/header.scss */
.header-item > li.current > a {
  color: #cddc39;
  font-weight: 600;
}

/* line 40, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/header.scss */
.has_nested {
  display: inline-block;
  outline: 0;
  position: relative;
  text-align: left;
}
/* line 43, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/header.scss */
.has_nested ul {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24), 0 0 1.5px rgba(0, 0, 0, 0.12);
  filter: blur(1px);
  left: 0;
  list-style: none;
  margin: 0;
  min-width: 112px;
  padding: 8px 0;
  position: absolute;
  text-align: left;
  top: 32px;
  transform-origin: 0 0;
  transform: translate3d(0, -4px, 0) scaleY(0);
  transition: 0.2s all;
  width: auto;
  will-change: transform;
  z-index: 1000;
}
/* line 46, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/header.scss */
.has_nested ul li {
  display: block;
  margin: 0;
  transition: 0.2s all;
}
/* line 50, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/header.scss */
.has_nested ul li a {
  color: rgba(0, 0, 0, 0.54);
  text-decoration: none;
  display: block;
  font-size: 14px;
  opacity: 0;
  padding: 4px 16px;
  transition: 0.28s opacity, 0.28s color;
  white-space: nowrap;
}
/* line 9, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/atoms/links.scss */
.has_nested ul li a:hover, .has_nested ul li a:focus {
  color: #cddc39;
}
/* line 19, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/atoms/links.scss */
.has_nested ul li a:hover, .has_nested ul li a:focus {
  text-decoration: none;
}
/* line 95, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/menu.scss */
.has_nested ul li a:hover, .has_nested ul li a:focus {
  color: #0c52a0;
}
@media screen and (min-width: 1300px) {
  /* line 50, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/header.scss */
  .has_nested ul li a {
    font-size: 13px;
  }
}
/* line 55, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/header.scss */
.has_nested:hover ul, .has_nested:focus ul {
  filter: none;
  transition: 0.2s all;
  transform: translateZ(0) scale(1);
}
/* line 59, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/header.scss */
.has_nested:hover ul li a, .has_nested:focus ul li a {
  opacity: 1;
  transition: 0.2s opacity;
}

/* line 1, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/hidden.scss */
.hidden {
  clip: rect(0, 0, 0, 0) !important;
  position: absolute !important;
}

/**
 * Login
 * This screen appears if no session is active
 */
/* line 6, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/login.scss */
#login {
  animation: 0.6s am-dialog-fade;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.23), 0 3px 3px rgba(0, 0, 0, 0.16);
  outline: none;
  z-index: 1000;
  margin: -32px auto 0;
  max-width: 400px;
}
/* line 11, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/login.scss */
#login h2 {
  clip: rect(0, 0, 0, 0) !important;
  position: absolute !important;
}
/* line 16, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/login.scss */
#login > a {
  background: #fefefe;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  display: block;
  padding: 16px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 23, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/login.scss */
#login > br {
  display: none;
}
/* line 27, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/login.scss */
#login .inputs {
  margin-bottom: 0;
}
/* line 33, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/login.scss */
#login .actions {
  background: transparent;
  box-shadow: none;
  padding-top: 0;
  box-shadow: none;
}
/* line 39, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/login.scss */
#login .actions .action,
#login .actions input[type='submit'] {
  margin: 0;
  width: 100%;
}

/* line 47, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/login.scss */
body.logged_out {
  background-color: #0D47A1;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/**
 * Overlay
 * Overlays appear below modal content that takes up the entire screen.
 */
/* line 6, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/overlay.scss */
.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.54);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

/**
 * Pagination
 * Typically appears on index pages, below tables
 */
/* line 6, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/pagination.scss */
.paginated_collection {
  *zoom: 1;
  clear: both;
}
/* line 5, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/atoms/clearfix.scss */
.paginated_collection:before, .paginated_collection:after {
  content: " ";
  display: table;
}
/* line 11, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/atoms/clearfix.scss */
.paginated_collection:after {
  clear: both;
}
/* line 10, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/pagination.scss */
.paginated_collection .pagination_information,
.paginated_collection .download_links,
.paginated_collection .pagination_per_page {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 0.75rem;
  padding: 16px;
}
/* line 17, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/pagination.scss */
.paginated_collection .pagination_information,
.paginated_collection .pagination_per_page {
  float: left;
}
/* line 22, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/pagination.scss */
.paginated_collection .pagination_information {
  clear: left;
}
/* line 26, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/pagination.scss */
.paginated_collection .download_links {
  line-height: 24px;
  float: right;
  text-align: right;
}
/* line 32, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/pagination.scss */
.paginated_collection .pagination_per_page {
  border-bottom: 1px solid #efefef;
  padding: 8px 16px;
}
/* line 36, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/pagination.scss */
.paginated_collection .pagination_per_page select {
  font-size: 14px;
  font-size: 0.875rem;
  background: #fafafa url(/ap2/assets/active_material/icons/arrow-dropdown-93cdb34fae47555088422091da046ff9b252673967f30b017fa9ecd2b4ef7585.svg) no-repeat calc(100% - 4px) 50%;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  height: 42px;
  line-height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  letter-spacing: 0.01em;
  padding: 0 24px 0 10px;
  height: 34px;
  line-height: 30px;
}

/* line 46, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/pagination.scss */
.pagination {
  background: #fff;
  border-bottom: 1px solid #efefef;
  display: flex;
  justify-content: flex-end;
  padding: 0 16px;
}
/* line 53, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/pagination.scss */
.pagination .page,
.pagination .first,
.pagination .prev,
.pagination .next,
.pagination .last {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.75rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  background: transparent;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s all;
  user-select: none;
  vertical-align: middle;
  min-width: 24px;
}
/* line 25, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
.pagination .page:focus,
.pagination .first:focus,
.pagination .prev:focus,
.pagination .next:focus,
.pagination .last:focus {
  outline: none;
}
/* line 29, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
.pagination .page:hover,
.pagination .first:hover,
.pagination .prev:hover,
.pagination .next:hover,
.pagination .last:hover {
  color: #0c52a0;
  text-decoration: none;
}

/**
 * Panels
 * Stand-alone segments of content, in Material Design
 * these could be considered Cards or pieces of paper.
 */
/* line 7, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/panels.scss */
.panel,
.has_many_container,
body.index #main_content,
body.edit #main_content > form,
body.new #main_content > form,
body.create #main_content > form,
body.update #main_content > form {
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.15);
}
/* line 16, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/panels.scss */
.panel > h3,
.has_many_container > h3,
body.index #main_content > h3,
body.edit #main_content > form > h3,
body.new #main_content > form > h3,
body.create #main_content > form > h3,
body.update #main_content > form > h3 {
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.54);
  font-weight: 500;
  padding: 16px;
  line-height: 16px;
}
/* line 20, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/panels.scss */
.panel .header_action,
.has_many_container .header_action,
body.index #main_content .header_action,
body.edit #main_content > form .header_action,
body.new #main_content > form .header_action,
body.create #main_content > form .header_action,
body.update #main_content > form .header_action {
  float: right;
}
/* line 24, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/panels.scss */
.panel .row th,
.has_many_container .row th,
body.index #main_content .row th,
body.edit #main_content > form .row th,
body.new #main_content > form .row th,
body.create #main_content > form .row th,
body.update #main_content > form .row th {
  width: 20%;
  padding-left: 16px;
}

/* line 30, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/panels.scss */
.admin_dashboard #wrapper #main_content {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}
/* line 34, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/panels.scss */
.admin_dashboard #wrapper #main_content .columns {
  display: flex;
}

/* line 40, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/panels.scss */
.panel + .panel {
  margin-top: 16px;
}

/* line 45, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/panels.scss */
.panel_well {
  padding: 0 16px 16px;
}

/**
 * PhotoSelects
 */
/* line 5, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/photo_select.scss */
.photo_select {
  display: inline-block;
}

/**
 * Scopes
 * Theses appear above tables, providing the ability to filter rows
 */
/* line 6, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/scopes.scss */
.scopes {
  list-style: none;
  margin: 0;
  padding: 0;
  flex-grow: 1;
  text-align: right;
}
/* line 10, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/atoms/lists.scss */
.scopes li {
  display: inline-block;
}

/* line 13, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/scopes.scss */
.scope {
  font-size: 13px;
  font-weight: 500;
  margin-left: 16px;
}
/* line 18, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/scopes.scss */
.scope a {
  color: rgba(0, 0, 0, 0.54);
}
/* line 9, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/atoms/links.scss */
.scope a:hover, .scope a:focus {
  color: #cddc39;
}
/* line 22, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/scopes.scss */
.scope.selected {
  font-weight: bold;
}
/* line 25, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/scopes.scss */
.scope.selected a {
  background-color: #0c52a0;
}

/**
 * Basic Selects
 */
/* line 9, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/select.scss */
.country select:not([multiple]),
.select select:not([multiple]),
.polymorphic_select select:not([multiple]) {
  font-size: 14px;
  font-size: 0.875rem;
  background: #fafafa url(/ap2/assets/active_material/icons/arrow-dropdown-93cdb34fae47555088422091da046ff9b252673967f30b017fa9ecd2b4ef7585.svg) no-repeat calc(100% - 4px) 50%;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  height: 42px;
  line-height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  letter-spacing: 0.01em;
  padding: 0 24px 0 10px;
}
/* line 13, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/select.scss */
.country select[disabled="disabled"],
.select select[disabled="disabled"],
.polymorphic_select select[disabled="disabled"] {
  background-color: #eeeeee;
}

/* line 18, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/select.scss */
select[multiple] {
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  min-width: 250px;
  max-width: 100%;
}
/* line 21, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/select.scss */
select[multiple] option {
  padding: 8px;
  border-top: 1px solid #efefef;
}
/* line 17, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/multiselect.scss */
select[multiple] option:first-child {
  border-top: 0;
}

/* line 15, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/sortable.scss */
.ui-sortable .reorder-handle-col {
  padding: 0 0 0 8px;
  width: 56px;
}
/* line 20, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/sortable.scss */
.ui-sortable .reorder-handle {
  background: transparent url(/ap2/assets/active_material/icons/reorder-9838b7dd05efc289655b100df8bc3da883697d726c92157dacbb71d3a14545a9.svg) 50% 50% no-repeat;
  color: transparent;
  cursor: move;
  display: block;
  height: 56px;
  margin: 0 auto;
  opacity: 0.40;
  transition: 0.2s all;
  width: 56px;
}
/* line 31, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/sortable.scss */
.ui-sortable .reorder-handle:hover {
  opacity: 1;
}

/**
 * Structure
 * Global structural elements
 */
/* line 6, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/structure.scss */
body {
  background-color: #eeeeee;
}

/* line 10, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/structure.scss */
#active_admin_content {
  padding: 24px;
}

/* line 14, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/structure.scss */
#sidebar {
  margin-left: 24px;
}

/* line 18, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/structure.scss */
.with_sidebar {
  display: flex;
  width: 100%;
}
/* line 22, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/structure.scss */
.with_sidebar #main_content_wrapper {
  flex-grow: 1;
}
/* line 26, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/structure.scss */
.with_sidebar #sidebar {
  max-width: 320px;
  width: 100%;
}

/**
 * Tables
 */
/* line 5, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tables.scss */
.table_tools {
  border-bottom: 1px solid #efefef;
  display: flex;
  padding: 16px;
}

/* line 9, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tables.scss */
.index_table, .panel_contents table {
  background: #fff;
  width: 100%;
  word-break: break-word;
}
/* line 13, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tables.scss */
.index_table th,
.panel_contents table th {
  color: rgba(0, 0, 0, 0.54);
  font-size: 13px;
  font-size: 0.8125rem;
  border-bottom: 1px solid #efefef;
  font-weight: 600;
  height: 48px;
  line-height: 16px;
  padding: 8px 16px;
  text-align: left;
  white-space: nowrap;
}
/* line 16, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tables.scss */
.index_table th a,
.panel_contents table th a {
  position: relative;
}
/* line 35, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/table.scss */
.index_table th a:after,
.panel_contents table th a:after {
  border: 5px solid transparent;
  margin-left: 4px;
  content: "";
  margin-top: -1.5px;
  position: absolute;
  top: 50%;
  right: -15px;
  width: 0;
  height: 0;
}
/* line 49, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/table.scss */
.index_table th.sorted-asc a:after,
.panel_contents table th.sorted-asc a:after {
  border-bottom-color: #0c52a0;
  margin-top: -7.5px;
}
/* line 56, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/table.scss */
.index_table th.sorted-desc a:after,
.panel_contents table th.sorted-desc a:after {
  border-top-color: #0c52a0;
}
/* line 29, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tables.scss */
.index_table tr,
.panel_contents table tr {
  height: 48px;
  transition: 0.12s background;
}
/* line 34, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tables.scss */
.index_table tbody tr:hover,
.panel_contents table tbody tr:hover {
  background: #eee;
}
/* line 69, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/table.scss */
.index_table tbody tr:hover td,
.index_table tbody tr:hover th,
.panel_contents table tbody tr:hover td,
.panel_contents table tbody tr:hover th {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #e2e2e2;
}
/* line 38, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tables.scss */
.index_table tbody tr.selected,
.panel_contents table tbody tr.selected {
  background: #e0e0e0;
}
/* line 79, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/table.scss */
.index_table tbody tr.selected td,
.index_table tbody tr.selected th,
.panel_contents table tbody tr.selected td,
.panel_contents table tbody tr.selected th {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #c9c9c9;
}
/* line 43, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tables.scss */
.index_table td,
.panel_contents table td {
  color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  font-size: 0.8125rem;
  border-bottom: 1px solid #efefef;
  font-weight: 400;
  padding: 8px 16px;
}
/* line 93, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/table.scss */
.index_table td img,
.panel_contents table td img {
  display: block;
  height: auto;
  max-width: 320px;
  width: 100%;
}
/* line 48, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tables.scss */
.index_table .col-selectable,
.panel_contents table .col-selectable {
  padding: 16px 24px 16px;
  width: 66px;
}
/* line 105, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/table.scss */
.index_table .col-selectable [type=checkbox],
.panel_contents table .col-selectable [type=checkbox] {
  display: inline-block;
  height: 18px;
  margin: 0;
  vertical-align: middle;
  width: 18px;
}
/* line 53, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tables.scss */
.index_table .col-selectable .resource_selection_cell,
.panel_contents table .col-selectable .resource_selection_cell {
  display: inline;
}
/* line 59, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tables.scss */
.index_table td.col-actions a,
.panel_contents table td.col-actions a {
  padding: 0 4px;
}
/* line 65, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tables.scss */
.am-js .index_table td.col-actions,
.am-js .panel_contents table td.col-actions {
  background: url(/ap2/assets/active_material/icons/more-50a9ac99058eaf05a7a8cef5e62c03a533668990fb1eb600f76e3eaf76f1d27a.svg) 25% 50% no-repeat;
  position: relative;
  width: 48px;
}
/* line 68, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tables.scss */
.am-js .index_table td.col-actions .table_actions,
.am-js .panel_contents table td.col-actions .table_actions {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24), 0 0 1.5px rgba(0, 0, 0, 0.12);
  filter: blur(1px);
  left: 0;
  list-style: none;
  margin: 0;
  min-width: 112px;
  padding: 8px 0;
  position: absolute;
  text-align: left;
  top: 32px;
  transform-origin: 0 0;
  transform: translate3d(0, -4px, 0) scaleY(0);
  transition: 0.2s all;
  width: auto;
  will-change: transform;
  z-index: 1000;
  left: auto;
  right: 0;
  top: 50%;
  margin-top: -16px;
  margin-right: 16px;
}
/* line 75, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tables.scss */
.am-js .index_table td.col-actions .table_actions a,
.am-js .panel_contents table td.col-actions .table_actions a {
  color: rgba(0, 0, 0, 0.54);
  text-decoration: none;
  display: block;
  font-size: 14px;
  opacity: 0;
  padding: 4px 16px;
  transition: 0.28s opacity, 0.28s color;
  white-space: nowrap;
}
/* line 9, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/atoms/links.scss */
.am-js .index_table td.col-actions .table_actions a:hover, .am-js .index_table td.col-actions .table_actions a:focus,
.am-js .panel_contents table td.col-actions .table_actions a:hover,
.am-js .panel_contents table td.col-actions .table_actions a:focus {
  color: #cddc39;
}
/* line 19, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/atoms/links.scss */
.am-js .index_table td.col-actions .table_actions a:hover, .am-js .index_table td.col-actions .table_actions a:focus,
.am-js .panel_contents table td.col-actions .table_actions a:hover,
.am-js .panel_contents table td.col-actions .table_actions a:focus {
  text-decoration: none;
}
/* line 95, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/menu.scss */
.am-js .index_table td.col-actions .table_actions a:hover, .am-js .index_table td.col-actions .table_actions a:focus,
.am-js .panel_contents table td.col-actions .table_actions a:hover,
.am-js .panel_contents table td.col-actions .table_actions a:focus {
  color: #0c52a0;
}
@media screen and (min-width: 1300px) {
  /* line 75, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tables.scss */
  .am-js .index_table td.col-actions .table_actions a,
  .am-js .panel_contents table td.col-actions .table_actions a {
    font-size: 13px;
  }
}
/* line 82, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tables.scss */
.am-js .index_table td.col-actions:hover .table_actions, .am-js .index_table td.col-actions.active .table_actions,
.am-js .panel_contents table td.col-actions:hover .table_actions,
.am-js .panel_contents table td.col-actions.active .table_actions {
  filter: none;
  transition: 0.2s all;
  transform: translateZ(0) scale(1);
}
/* line 85, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tables.scss */
.am-js .index_table td.col-actions:hover .table_actions a, .am-js .index_table td.col-actions.active .table_actions a,
.am-js .panel_contents table td.col-actions:hover .table_actions a,
.am-js .panel_contents table td.col-actions.active .table_actions a {
  opacity: 1;
  transition: 0.2s opacity;
}

/**
 * Tabs
 * Theses show up on complicated forms, such as the Exhibit edit page.
 */
/* line 6, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tabs.scss */
.nav-tabs {
  color: rgba(255, 255, 255, 0.6);
  background: #0c52a0;
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.15);
  line-height: 0;
  margin: 0;
  padding: 0 24px;
  list-style: none;
}
/* line 10, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tabs.scss */
.nav-tabs > li.ui-tabs-tab {
  display: inline-block;
  border-color: inherit;
}
/* line 14, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tabs.scss */
.nav-tabs > li.ui-tabs-tab > a {
  background: inherit;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  display: block;
  font: 400 14px/16px "RobotoDraft", sans-serif;
  letter-spacing: 0.08em;
  padding: 16px;
  position: relative;
  text-transform: uppercase;
  transition: 0.2s color;
  -moz-appearance: none;
  -webkit-appearance: none;
}
/* line 60, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/tabs.scss */
.nav-tabs > li.ui-tabs-tab > a:after {
  background-color: rgba(255, 255, 255, 0.54);
  bottom: 0;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transform: translateY(3px);
  transition: 0.2s background, 0.25s transform;
  width: 100%;
}
/* line 73, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/tabs.scss */
.nav-tabs > li.ui-tabs-tab > a:focus, .nav-tabs > li.ui-tabs-tab > a:hover {
  background: inherit;
  outline: none;
  text-decoration: none;
}
/* line 79, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/tabs.scss */
.nav-tabs > li.ui-tabs-tab > a:focus:after, .nav-tabs > li.ui-tabs-tab > a:hover:after {
  transform: none;
}
/* line 84, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/tabs.scss */
.nav-tabs > li.ui-tabs-tab > a:active {
  border: 0;
  box-shadow: none;
}
/* line 18, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tabs.scss */
.nav-tabs > li.ui-state-active > a {
  background: inherit;
  color: #fff;
}
/* line 94, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/tabs.scss */
.nav-tabs > li.ui-state-active > a:after {
  background-color: #cddc39;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.5);
  transform: none;
}
/* line 100, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/tabs.scss */
.nav-tabs > li.ui-state-active > a:focus, .nav-tabs > li.ui-state-active > a:hover {
  background: inherit;
}
/* line 22, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tabs.scss */
.nav-tabs > li.tab_with_errors > a {
  padding-right: 40px;
}
/* line 109, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/tabs.scss */
.nav-tabs > li.tab_with_errors > a:before {
  color: #FF695E;
  animation: 2s am-tabs-error-throb infinite alternate;
  content: '\026a0';
  font-size: 20px;
  line-height: 16px;
  margin-top: -6px;
  position: absolute;
  right: 8px;
  top: 50%;
}

/**
 * Tags
 * Tags show up as states within tables and other components
 */
/* line 6, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tag.scss */
.status_tag {
  background-color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 0.75rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.1em;
  line-height: 16px;
  padding: 4px 8px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
/* line 9, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tag.scss */
a .status_tag {
  transition: 0.2s all;
}
/* line 19, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/tag.scss */
a .status_tag:hover, a .status_tag:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
  text-shadow: none;
}
/* line 25, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/tag.scss */
a .status_tag:active {
  box-shadow: none;
}
/* line 13, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tag.scss */
.status_tag.yes {
  background-color: #0c52a0;
}

/* line 18, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tag.scss */
.empty {
  color: #ccc;
  font-size: 0.9em;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/**
 * Titlebar
 */
/* line 5, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/title_bar.scss */
.title_bar {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 16px;
  padding: 16px;
  width: 100%;
  text-align: left;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  align-items: center;
  display: flex;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  /* line 5, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/title_bar.scss */
  .title_bar {
    width: auto;
  }
}

/* line 15, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/title_bar.scss */
#titlebar_left {
  flex-grow: 1;
}

/* line 19, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/title_bar.scss */
#titlebar_right .action_item a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.75rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  background: transparent;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s all;
  user-select: none;
  vertical-align: middle;
}
/* line 25, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
#titlebar_right .action_item a:focus {
  outline: none;
}
/* line 29, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
#titlebar_right .action_item a:hover {
  color: #0c52a0;
  text-decoration: none;
}

/**
 * Utility Nav
 * Displays current user and logout information
 */
/* line 6, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/utility_nav.scss */
#utility_nav {
  background: url(/ap2/assets/active_material/icons/account_circle-75f753fccce1f1750a37068208ade1fc0e5489d9a98de57f99e2747d390001fb.svg) no-repeat;
  background-size: 40px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 16px;
}
/* line 18, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/utility_nav.scss */
#utility_nav:before {
  content: "";
  cursor: pointer;
  position: absolute;
  width: 90px;
  height: 50px;
  top: 0;
  right: -12px;
}
/* line 28, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/utility_nav.scss */
#utility_nav a {
  color: #333;
}
/* line 32, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/utility_nav.scss */
#utility_nav > li {
  border-top: 1px solid #d9d9d9;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
  width: 200px;
  float: right;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  background: #efefef;
  text-align: right;
  clip: rect(0, 0, 0, 0);
  opacity: 0;
  visibility: hidden;
  transition: 0.28s all;
  position: relative;
}
/* line 33, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/utility_nav.scss */
#utility_nav > li:first-child {
  margin-top: 45px;
}
/* line 36, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/utility_nav.scss */
#utility_nav > li:first-child:before {
  content: "";
  border: 7px solid transparent;
  border-bottom-color: #fff;
  top: -14px;
  right: 12px;
  position: absolute;
}
/* line 60, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/utility_nav.scss */
#utility_nav > li a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.75rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  background: transparent;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s all;
  user-select: none;
  vertical-align: middle;
}
/* line 25, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
#utility_nav > li a:focus {
  outline: none;
}
/* line 29, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
#utility_nav > li a:hover {
  color: #0c52a0;
  text-decoration: none;
}
/* line 65, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/utility_nav.scss */
#utility_nav #current_user {
  background: #fff;
  text-align: center;
}
/* line 71, /home/goodlogics/.rvm/gems/ruby-2.7.1/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/utility_nav.scss */
#utility_nav:hover > li {
  clip: initial;
  opacity: 1;
  visibility: visible;
}

@font-face {
  font-family: arty_signatureregular;
  src: url("/ap2/fonts/arty_signature-webfont.woff2") format("woff2"), url("/ap2/fonts/arty_signature-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  src: url("/ap2/fonts/FontAwesome.otf") format("embedded-opentype"), url("/ap2/fonts/fontawesome-webfont.woff2") format("woff2"), url("/ap2/fonts/fontawesome-webfont.woff") format("woff"), url("/ap2/fonts/fontawesome-webfont.ttf") format("truetype"), url("/ap2/fonts/fontawesome-webfont.svg") format("svg");
}
/* line 19, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.campaign_attachments img {
  display: inline !important;
}

/* line 22, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.owner_options {
  display: none;
}

/* line 25, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.main-warpper {
  margin: 60px auto 10px;
  width: 955px;
  display: block;
  position: relative;
}

/* line 31, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.main-heading {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

/* line 36, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.info-section p, .info-section p strong {
  font-size: 18px;
  line-height: 30px;
  margin: 0;
  margin-bottom: 20px;
  text-align: justify;
}

/* line 43, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.content-list.orderd li {
  margin-bottom: 15px;
}

/* line 46, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.content-list.orderd.bold ol {
  padding-left: 70px;
}

/* line 49, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.content-list.orderd.bold li {
  font-weight: bold;
}

/* line 52, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.content-list.unorderd ul {
  list-style-type: none;
  padding-left: 70px;
  margin-top: 35px;
  font-size: 21px;
}

/* line 58, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.content-list.unorderd ul li {
  margin-bottom: 25px;
}

/* line 62, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.text-center {
  text-align: center;
}

/* line 65, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.text-left {
  text-align: left;
}

/* line 68, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.text-right {
  text-align: right;
}

/* line 71, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.pull-right {
  float: right;
}

/* line 74, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.pull-left {
  float: left;
}

/* line 77, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.mt-0 {
  margin-top: 0px;
}

/* line 80, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.mb-5 {
  margin-bottom: 5px;
}

/* line 83, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.mt-10 {
  margin-top: 10px;
}

/* line 86, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.mt-20 {
  margin-top: 20px;
}

/* line 89, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.padding-lr {
  padding: 0  15px;
}

/* line 92, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.width-50 {
  width: 49.5%;
  min-height: 1px;
}

/* line 96, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.info-section {
  padding: 30px;
}

/* line 99, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
img#site_title_image {
  max-width: 190px !important;
  width: 170px;
}

/* line 103, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
h1#site_title {
  padding: 5px 0px 0px 0px !important;
}

/* line 106, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.extensions {
  width: 50%;
  padding: 5px;
}

/* line 110, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
div.extensions:nth-child(3n) {
  color: Green;
}

/* line 114, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.ex
.status_tag a {
  color: white !important;
}

/* line 118, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.status_tag {
  margin: 3px;
}

/* line 121, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.index_as_blog .resource_selection_toggle_panel {
  display: none;
}

/* line 124, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.rating {
  border: none;
  float: left;
  margin-left: 20px;
}

/* line 130, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.rating > input {
  display: none;
}

/* line 133, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.rating > label:before {
  margin: 0px 5px;
  font-size: 1em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

/* line 141, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.rating > .half:before {
  content: "\f089";
  position: absolute;
}

/* line 146, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.rating > label {
  color: #ddd;
  float: right;
  display: inline-block;
  max-width: 100%;
  margin-top: 2px;
  font-weight: bold;
}

/***** CSS Magic to Highlight Stars on Hover *****/
/* line 157, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #ffd700;
}

/* hover previous stars in list */
/* line 163, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.rating > input:checked + label:hover,
.rating
> input:checked
~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #ffed85;
}

/* line 173, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
#new_fax_file textarea {
  height: 100px;
}

/* line 176, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.instruction {
  margin-left: 16px;
}

/* line 179, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.instruction #add_fax_number {
  margin-right: 16px;
  top: auto;
}

/* line 183, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.testimonials .resource_selection_toggle_panel {
  display: none;
}

/* line 186, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.subscription_description {
  display: none;
}

/* line 191, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.indexes.table_tools_segmented_control {
  display: none;
}

/* line 194, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
#testimonial_subscriptions_input .chosen-choices {
  width: 290px !important;
}

/* line 197, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.subscription, .subscription_box, .testimonial {
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.15);
  padding: 30px;
  margin: 10px;
}

/* line 207, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.left {
  float: left;
}

/* line 210, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.right {
  float: right;
}

/* line 213, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.subscriptions .resource_selection_toggle_panel, .resource_selection_cell {
  display: none;
}

/* line 216, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.more {
  max-height: 30px;
  overflow: hidden;
  background: white;
}

/* line 221, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
#testimonials_edit, #testimonials_new {
  display: none;
}

/* line 224, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
#DeviceRate {
  display: none;
}

/* line 227, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.voip_package_fields {
  border-top: 1px solid #CFCFCF;
}

/* line 231, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.location_select select {
  font-size: 14px !important;
}

/* line 234, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.credit_card_errors {
  background: white;
  /*border:1px solid black;
  padding: 10px;*/
  margin-bottom: 10px;
}

/* line 241, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.credit_card_archived td {
  background-color: red;
  color: white !important;
}

/* line 245, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.credit_card_archived a {
  color: white;
}

/* line 248, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.continue a {
  color: white;
  display: block;
  text-align: center;
  margin: 15px;
  width: 15%;
}

/* line 255, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
#reset_charts {
  padding: 10px;
  margin: 10px;
}

/* line 259, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.account_typed {
  border: 2px solid #53a3d3;
  padding: 22px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #145394;
  text-transform: capitalize;
  text-align: center;
  font: normal 90px arty_signatureregular;
  background: white;
  width: 5.6em;
  height: 2.6em;
  overflow: hidden;
}

/* line 273, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.field {
  position: absolute;
  text-transform: capitalize;
  z-index: 100;
  bottom: 90px;
  padding: 5px;
}

/* line 280, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.panel_contents {
  padding: 16px;
}

/* line 283, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.show-prewiew {
  display: none;
}

/* line 286, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.columns {
  position: relative;
  margin-bottom: 10px;
}

/* line 290, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.column {
  float: left;
}

/* line 294, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.scopes {
  text-align: left;
}

/* line 298, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.scope a {
  padding: 7px;
}

/* line 301, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.scope a span {
  margin-right: 7px;
}

/* line 305, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.scope.selected a {
  color: white;
}

/* line 309, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.batch_actions_selector {
  margin-right: 10px;
}

/* line 312, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.index_table {
  word-break: normal;
}

/* line 315, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.order_summery {
  float: right;
}

/* line 318, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.project_steps_show .StepContent {
  margin: 10px 10px 0px 0px;
}

/* line 321, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.roadmap_steps_show .rStepContent {
  margin: 10px 10px 0px 0px;
}

/* line 324, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.subscription_signup .step {
  background: grey;
  color: #fff;
  cursor: default;
  display: block;
  width: 23%;
  margin: 0 .5em .5em;
  padding: 1em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
}

/* line 338, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.subscription_signup .active {
  padding-bottom: 20px;
  margin-bottom: 0px;
  border-radius: 5px 5px 0px 0px;
}

/* line 343, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.subscription_signup .active {
  background: #2184be !important;
}

/* line 346, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.subscription_signup .attempted {
  background: green !important;
}

/* line 349, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.subscription_signup .form {
  background: white;
  padding: 10px;
}

/* line 353, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.subscription_signup .form form {
  background: white;
  padding: 10px;
}

/* line 357, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.index_table th,
.panel_contents table th,
.index_table td,
.panel_contents table td {
  padding: 4px 8px;
  white-space: normal;
}

/* line 365, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.with_sidebar {
  overflow-x: scroll;
}

/* line 371, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.col-reg_date,
.col-available_date,
.col-payment_date,
.col-start_date {
  min-width: 100px;
}

/* line 378, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
#index_table_packages .col-title,
#index_table_packages .col-description {
  min-width: 200px;
}
/* line 382, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
#index_table_packages .col-mrc_commission {
  max-width: 70px;
}

/* line 388, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
fieldset.actions .cancel a:focus,
fieldset.actions .cancel a:hover,
.buttons .cancel a:focus,
.buttons .cancel a:hover {
  color: white;
}

/* line 395, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
fieldset.inputs > legend {
  /*color: rgba(0, 0, 0, 0.64);*/
  /*font-weight: 700;*/
}

/* line 400, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
body.edit.admin_users #main_content > form,
body.new.admin_users #main_content > form {
  background: none;
}

/* line 406, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
body.edit.admin_subscriptions #main_content > form,
body.new.admin_subscriptions #main_content > form {
  background: none;
}

/* line 412, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
body.edit.admin_leads #main_content > form,
body.new.admin_leads #main_content > form {
  background: none;
}

/* line 418, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.column {
  background: white;
}

/* line 422, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.nav-tabs {
  color: #000;
}

/* line 426, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.download_links {
  display: none;
}

/* line 430, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
#credit_card_expiry_date {
  width: 78%;
}

/*.index_as_table{
	max-width: 830px;
    overflow: scroll
}*/
/* line 437, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
#subscription_start_date {
  width: 9em;
}

/* line 440, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
#subscription_end_date {
  width: 5em;
}

/* line 443, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.sidebar_section label {
  text-transform: none !important;
}

/* line 446, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.cke_chrome {
  width: 79.5% !important;
  overflow: hidden;
}

/* line 450, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.panel_contents table th {
  text-transform: none !important;
}

/* line 453, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.signature_header {
  width: 600px;
  float: left;
  margin-right: 5px;
  margin-left: 10px;
}

/* line 459, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.signature_header input {
  float: none;
}

/* line 462, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.border_hide input {
  border: 1px solid #c9d0d6 !important;
  margin: 3px !important;
  background: white;
  font-size: 12px;
}

/* line 468, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.border_hide input[type="date"] {
  margin: 3px !important;
  background: white;
  font-size: 12px;
}

/* line 474, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.clr {
  clear: both;
}

/* line 477, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
#subscription_domain_attributes_status {
  border: none;
  background: none;
  color: red;
  text-align: center;
  box-shadow: none;
}

/* line 484, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
#customer_signature_date_signed {
  float: left;
}

/* line 487, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
#wrapper div.tabs > ul > li > a {
  margin-bottom: 0px;
  border-radius: 0px;
  margin-right: 0px;
}

/* line 492, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: none;
  background: transparent;
}

/* line 495, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  margin-right: 5px;
}

/* line 499, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.blank_slate {
  display: block;
}

/* line 503, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.blank_slate_container a {
  display: block !important;
}

/* line 507, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.site_title a:hover {
  background: none;
}

/* line 510, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.site_title img {
  max-width: 100px;
}

/* line 514, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.table_actions {
  display: flex;
  height: 25px;
}

/* line 518, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.pak_list {
  position: absolute;
  width: 200px;
  background: white;
  padding: 15px;
}

/*a:hover {
	background-color: transparent !important;
}*/
/* line 527, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.view_link, .view_link:hover {
  background-image: url(/ap2/images/view.png);
  color: transparent !important;
  width: 25px;
  background-repeat: no-repeat;
  background-color: transparent !important;
}

/* line 535, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.edit_link, .edit_link:hover {
  color: transparent !important;
  background-image: url(/ap2/images/edit.png);
  width: 25px;
  background-repeat: no-repeat;
  background-color: transparent !important;
}

/* line 543, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.delete_link, .delete_link:hover {
  color: transparent !important;
  background-image: url(/ap2/images/delete.png);
  width: 25px;
  background-repeat: no-repeat;
  background-color: transparent !important;
}

/* line 551, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.convert, .convert:hover {
  color: transparent !important;
  background-image: url(/ap2/images/convert.png);
  width: 25px;
  background-repeat: no-repeat;
  background-color: transparent !important;
}

/* line 559, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.duplicate, .duplicate:hover {
  color: transparent !important;
  background-image: url(/ap2/images/duplicate.png);
  width: 25px;
  background-repeat: no-repeat;
  background-color: transparent !important;
}

/* line 567, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.resend_csa, .resend_csa:hover {
  color: transparent !important;
  background-image: url(/ap2/images/resend.png);
  width: 25px;
  margin: 3px;
  background-repeat: no-repeat;
  background-color: transparent !important;
}

/* line 577, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.upgrade_subsciption, .upgrade_subsciption:hover {
  color: transparent !important;
  background-image: url(/ap2/images/upgrade_subsciption.png);
  width: 25px;
  background-position: -4px;
  background-repeat: no-repeat;
  background-color: transparent !important;
}

/* line 586, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.download, .download:hover {
  color: transparent !important;
  background-image: url(/ap2/images/download.png);
  width: 25px;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 4px;
  background-color: transparent !important;
}

/* line 598, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.change_user_password, .change_user_password:hover {
  color: transparent !important;
  background-image: url(/ap2/images/change_pas.png);
  width: 25px;
  background-repeat: no-repeat;
  background-color: transparent !important;
}

/* line 605, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.deactivate_link {
  color: transparent !important;
  background-image: url(/ap2/images/delete.png);
  width: 25px;
  background-repeat: no-repeat;
  background-color: transparent !important;
}

/* line 612, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.send_client_transfer_agreement, .send_client_transfer_agreement:hover {
  color: transparent !important;
  background-image: url(/ap2/images/cta_agreement.png);
  width: 25px;
  background-repeat: no-repeat;
  background-color: transparent !important;
}

/* line 619, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.card {
  display: inline-flex;
}

/* line 622, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.card_no {
  margin: 2px;
  padding: 3px;
}

/* line 626, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.box-left {
  float: left;
  width: 45%;
  /*height: 100px;*/
  margin: 1em 1em 1em 0px;
}

/* line 632, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.box-right {
  float: left;
  width: 45%;
  /*height: 100px;*/
  margin: 1em 0px 1em 1em;
}

/* line 638, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.text-right {
  float: right;
}

/* line 641, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.box {
  float: left;
  width: 45%;
  height: 100px;
  margin: 1em 0px 1em 1em;
}

/* line 647, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.table th {
  margin: 1em;
}

/* line 650, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.index_as_table .converted {
  background: green;
  border-radius: 0.5em;
  margin: -4px;
  color: white;
  padding: 4px;
  width: auto;
  text-align: center;
}

/* line 659, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.index_as_table .archived {
  background: black;
  border-radius: 0.5em;
  margin: -4px;
  color: white;
  padding: 4px 9px;
  width: auto;
  text-align: center;
}

/* line 668, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.index_as_table .hotlead {
  background: blue;
  border-radius: 0.5em;
  margin: -4px;
  color: white;
  padding: 4px 9px;
  width: auto;
  text-align: center;
}

/* line 677, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.index_as_table .warmlead {
  background: brown;
  border-radius: 0.5em;
  margin: -4px;
  color: white;
  padding: 4px 9px;
  width: auto;
  text-align: center;
}

/* line 686, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.index_as_table .coldlead {
  background: grey;
  border-radius: 0.5em;
  margin: -4px;
  color: white;
  padding: 4px 9px;
  width: auto;
  text-align: center;
}

/* line 695, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.index_as_table .donotcall {
  background: red;
  border-radius: 0.3em;
  margin: -6px;
  color: white;
  padding: 3px;
  width: auto;
  text-align: center;
}

/* line 704, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.agreement_text {
  /*max-height: 350px;*/
  overflow: auto;
  background: white;
  padding: 40px;
  /*border: 2px solid #53a3d3;*/
  /* border: 2px solid;
   border-image: url("http://s12.postimg.org/kebji5qfd/border.png") 1 stretch repeat;
   */
  margin: 10px;
}

/* line 714, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.csa_text {
  width: 1000px;
  margin: auto;
}

/* line 718, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.agrement-fields {
  width: 100%;
  margin-right: 10px;
  /*float: left;*/
  margin-bottom: 50px;
}

/* line 725, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.show-popup {
  background: #FFA52D;
  margin: 4px;
  border-radius: 1em;
  color: white !important;
  padding: 5px;
}

/* line 732, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.agrement-fields input[type=submit] {
  background: green !important;
  border-radius: 1em;
  /*float: left*/
}

/* line 737, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.pad {
  background: white;
}

/* line 740, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.close-btn {
  margin: 2px;
}

/* line 743, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.retake h3 {
  background: red;
  margin: 0px;
}

/* line 748, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.retake .panel_contents {
  background: bisque;
}

/* line 752, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.my_buttons a {
  cursor: pointer;
  border: 1px solid #333;
  padding: 12px;
  background: #a9e7f9;
  color: white !important;
  background: linear-gradient(to bottom, #a9e7f9 0%, #77d3ef 4%, #05abe0 100%);
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

/* line 762, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.my_buttons {
  margin: 10px;
}

/* line 765, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.payment {
  margin: auto;
  width: 50%;
  border: 3px solid green;
  padding: 10px;
  margin-bottom: 100px;
}

/* line 772, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
#utility_nav > #current_user {
  background: url(/assets/active_material/icons/account_circle-75f753fccce1f1750a37068208ade1fc0e5489d9a98de57f99e2747d390001fb.svg) no-repeat;
  background-size: 40px;
  background-color: aliceblue;
}

/* line 777, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.agreement_text_toggle {
  float: right;
}

/* line 780, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.index_as_table .active {
  background: green;
  border-radius: 0.5em;
  margin: -4px;
  color: white;
  padding: 4px;
  width: auto;
  text-align: center;
}

/* line 789, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.index_as_table .suspended {
  background: orange;
  border-radius: 0.5em;
  margin: -4px;
  color: white;
  padding: 4px;
  width: auto;
  text-align: center;
}

/* line 799, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.index_as_table .cancelled {
  background: purple;
  border-radius: 0.5em;
  margin: -4px;
  color: white;
  padding: 4px;
  width: auto;
  text-align: center;
}

/* line 809, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.index_as_table .closed {
  background: red;
  border-radius: 0.5em;
  margin: -4px;
  color: white;
  padding: 4px;
  width: auto;
  text-align: center;
}

/* line 819, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.form-label {
  float: left;
  width: 150px;
  font-weight: bold;
  margin-right: 10px;
  padding-top: 12px;
}

/* line 826, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.form-field {
  float: left;
  width: 400px;
}

/* line 831, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.time_condition_setting fieldset li {
  margin: 8px 0;
  padding: 8px 16px;
  position: relative;
  width: 160px;
  float: left;
}

/* line 840, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.edit_project_steps_table .has_many_fields li {
  color: rgba(0, 0, 0, 0.7);
  margin: 8px 0;
  padding: 8px 16px;
  position: relative;
  width: 160px;
  float: left;
}

/* line 850, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.has_many_container h3 {
  display: none;
}

/* line 854, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.headings_ul {
  background-color: #E1F5FE;
  padding-top: 3px;
  padding-bottom: 3px;
}

/* line 860, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.headings_ul li {
  display: inline-block;
  width: 155px;
  font-weight: bold;
  padding-left: -10px;
}

/* line 867, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
#index_table_projects thead {
  display: none;
}

/* line 871, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
#index_table_road_maps thead {
  display: none;
}

/* line 875, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.project_heading {
  display: inline;
  font-weight: bold;
  margin-left: 120px;
}

/* line 882, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.step_heading {
  display: inline;
  font-weight: bold;
  margin-left: 145px;
  padding-bottom: 0px;
}

/* line 889, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.rproject_heading {
  display: inline;
  font-weight: bold;
  margin-left: 20px;
}

/* line 896, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.rstep_heading {
  display: inline;
  font-weight: bold;
  margin-left: 210px;
  padding-bottom: 0px;
}

/* line 903, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.project_index_heading {
  background-color: #E1F5FE;
  height: 25px;
  margin-bottom: 4px;
}

/* line 913, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.StepContent {
  display: inline-block;
  border: solid 2px;
  border-radius: 10px;
  width: 250px;
  height: 162px;
}

/* line 922, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.rStepContent {
  display: inline-block;
  border-color: black;
  border: solid 2px;
  border-radius: 10px;
  width: 175px;
  height: 107px;
  margin-right: 10px;
}

/* line 934, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.step_table {
  display: inline-block;
}

/* line 938, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.StepContent .started {
  background-color: #F0E68C;
  font-weight: bold;
  color: white;
}

/* line 945, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.StepContent .blank {
  font-weight: bold;
  color: white;
}

/* line 952, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.StepContent .in_progress {
  background-color: #b19cd9;
  font-weight: bold;
  color: white;
}

/* line 960, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.StepContent .completed {
  background-color: #8BA870;
  font-weight: bold;
  color: white;
}

/* line 967, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.step_bar {
  border-radius: 0px 9px 9px 0px;
  float: right;
  display: inline-block;
  height: 100%;
  width: 30px;
}

/* line 977, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.stepheadings {
  display: inline-block;
}

/* line 982, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.projectcontent {
  display: inline-block;
  border-color: black;
  border: solid 2px;
  border-radius: 10px;
  width: 190px;
  height: 160px;
  margin-bottom: -6px;
  margin-right: 20px;
}

/* line 994, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.rprojectcontent {
  display: inline-block;
  border-color: black;
  border: solid 2px;
  border-radius: 10px;
  width: 175px;
  height: 65px;
  margin-bottom: 15px;
  margin-right: 115px;
}

/* line 1005, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.mytable {
  text-align: left;
  font-size: 50%;
  border-radius: 10px 0 0 0;
}

/* line 1012, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.status_td {
  float: left;
  font-weight: bold;
}

/* line 1018, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.comments_td {
  float: right;
}

/* line 1024, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.project_steps h3 {
  font-weight: bold;
  font-size: 150%;
}

/* line 1029, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.road_map_steps h3 {
  font-weight: bold;
  font-size: 150%;
}

/* line 1036, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.project_steps #message_area {
  width: 1000px;
  height: 80px;
}

/* line 1042, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.show.project_steps tr:hover {
  background-color: white;
}

/* line 1047, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.show.road_map_steps tr:hover {
  background-color: white;
}

/* line 1052, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.show.projects tr:hover {
  background-color: white;
}

/* line 1057, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.show.road_maps tr:hover {
  background-color: white;
}

/* line 1063, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.project_steps .comment_upload_button {
  margin-left: 0px;
  font-family: "RobotoDraft", sans-serif;
  content: 'Select some files';
  display: inline-block;
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}

/* line 1080, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
#index_table_projects tbody tr:hover {
  background: none;
}

/* line 1083, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
#index_table_road_maps tbody tr:hover {
  background: none;
}

/* line 1086, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.Allcontent a:link:hover {
  text-decoration: none;
}

/* line 1089, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.projects.show a:link:hover {
  text-decoration: none;
}

/* line 1092, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.project_steps.show a:link:hover {
  text-decoration: none;
}

/* line 1095, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.Allcontent {
  display: inline-block;
}

/* line 1098, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.td_scomment_desc {
  width: 80%;
}

/* line 1102, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.panel_contents .comment_desc_table td {
  width: 400px;
}

/* line 1106, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.project_steps .panel_contents table td img {
  display: inline-block;
  max-width: 320px;
}

/* line 1110, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.edit.projects .headings_ul, .update.projects .headings_ul {
  padding-left: 0px;
}

/* line 1114, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.edit.projects .headings_ul li, .update.projects .headings_ul li {
  text-align: center;
}

/* line 1117, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.edit.projects .headings_ul li, .update.projects .headings_ul li {
  width: 10% !important;
  min-width: 155px;
  margin: 0px 1%;
  float: left;
}

/* line 1125, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.clr {
  clear: both;
}

/* line 1128, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.edit.projects .headings_ul li:nth-child(1), .edit.projects .headings_ul li:nth-child(2) {
  width: 16% !important;
}

/* line 1131, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.upadte.projects .headings_ul li:nth-child(1), .update.projects .headings_ul li:nth-child(2) {
  width: 16% !important;
}

/* line 1134, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.edit.projects .edit_project_steps_table .has_many_fields li, .update.projects .edit_project_steps_table .has_many_fields li {
  width: 10% !important;
  min-width: 155px;
  float: left;
  vertical-align: middle;
  margin: 1%;
}

/* line 1141, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.edit.projects .edit_project_steps_table .has_many_fields li:nth-child(1),
.edit.projects .edit_project_steps_table .has_many_fields li:nth-child(2) {
  width: 16% !important;
}

/* line 1145, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.update.projects .edit_project_steps_table .has_many_fields li:nth-child(1),
.update.projects .edit_project_steps_table .has_many_fields li:nth-child(2) {
  width: 16% !important;
}

/* line 1149, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.edit.projects .boolean.input, .update.projects .boolean.input {
  text-align: center;
}

@media screen and (min-width: 1500px) {
  /* line 1153, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
  .edit.projects .headings_ul li:nth-child(1), .edit.projects .headings_ul li:nth-child(2) {
    width: 22% !important;
  }
}
@media screen and (min-width: 1500px) and (min-width: 1500px) {
  /* line 1158, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
  .update.projects .headings_ul li:nth-child(1), .update.projects .headings_ul li:nth-child(2) {
    width: 22% !important;
  }

  /* line 1162, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
  .edit.projects .edit_project_steps_table .has_many_fields li:nth-child(1),
  .edit.projects .edit_project_steps_table .has_many_fields li:nth-child(2) {
    width: 22% !important;
  }
}
@media screen and (min-width: 1500px) {
  /* line 1167, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
  .update.projects .edit_project_steps_table .has_many_fields li:nth-child(1),
  .update.projects .edit_project_steps_table .has_many_fields li:nth-child(2) {
    width: 22% !important;
  }
}
/* line 1177, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.new.projects .headings_ul {
  padding-left: 0px;
}

/* line 1181, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.new.projects .headings_ul li {
  text-align: center;
}

/* line 1184, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.new.projects .headings_ul li {
  width: 10% !important;
  min-width: 155px;
  margin: 0px 1%;
  float: left;
}

/* line 1192, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.clr {
  clear: both;
}

/* line 1195, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.new.projects .headings_ul li:nth-child(1), .new.projects .headings_ul li:nth-child(2) {
  width: 16% !important;
}

/* line 1198, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.new.projects .edit_project_steps_table .has_many_fields li {
  width: 10% !important;
  min-width: 155px;
  float: left;
  vertical-align: middle;
  margin: 1%;
}

/* line 1205, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.new.projects .edit_project_steps_table .has_many_fields li:nth-child(1),
.new.projects .edit_project_steps_table .has_many_fields li:nth-child(2) {
  width: 16% !important;
}

/* line 1209, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.new.projects .boolean.input {
  text-align: center;
}

@media screen and (min-width: 1500px) {
  /* line 1214, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
  .new.projects .headings_ul li:nth-child(1), .new.projects .headings_ul li:nth-child(2) {
    width: 22% !important;
  }

  /* line 1217, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
  .new.projects .edit_project_steps_table .has_many_fields li:nth-child(1),
  .new.projects .edit_project_steps_table .has_many_fields li:nth-child(2) {
    width: 22% !important;
  }
}
/* line 1223, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.comment_detail {
  padding: 20px;
}

/* line 1229, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.attachement_detail {
  text-align: right;
}

/* line 1233, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.attachement_top {
  float: right;
  display: inline;
}

/* line 1238, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.comment_time {
  display: inline-block;
  float: right;
}

/* line 1243, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.projects h3 {
  font-weight: bold;
  font-size: 150%;
}

/* line 1248, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.road_maps h3 {
  font-weight: bold;
  font-size: 150%;
}

/* line 1253, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.projects .panel_contents h3 {
  font-weight: bold;
  font-size: 100%;
}

/* line 1258, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.road_maps .panel_contents h3 {
  font-weight: bold;
  font-size: 100%;
}

/* line 1263, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.anchor-wrapper {
  display: inline-block;
}

/* line 1272, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.new_select_div {
  margin-left: 41%;
  margin-top: 50px;
  margin-bottom: 50px;
  border: 2px solid black;
  border-radius: 5px;
  width: 222px;
  padding: 20px;
  background: white;
}

/* line 1282, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.new_select.projects #category {
  width: 180px;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 34px;
  margin-bottom: 10px;
}

/* line 1293, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.new_select.projects #start_date {
  width: 180px;
  text-indent: 15px;
  margin-bottom: 10px;
}

/* line 1299, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.new_select.projects #submit {
  margin-left: 45px;
  margin-top: 18px;
}

/* line 1305, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.new.road_maps .headings_ul li, .edit.road_maps .headings_ul li, .update.road_maps .headings_ul li {
  display: inline-block;
  width: 24%;
  font-weight: bold;
  padding-left: 10px;
}

/* line 1312, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.new.road_maps .edit_project_steps_table .has_many_fields li, .edit.road_maps .edit_project_steps_table .has_many_fields li, .update.road_maps .edit_project_steps_table .has_many_fields li {
  width: 24%;
  float: left;
  vertical-align: middle;
}

/* line 1319, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.edit.projects legend, .new.projects legend, .update.projects legend {
  display: none;
}

/* line 1323, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.edit.road_maps legend, .new.road_maps legend, .update.road_maps legend {
  display: none;
}

/* line 1327, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.edit.projects h3, .new.projects h3, .update.projects h3 {
  font-weight: bold;
  font-size: 100%;
}

/* line 1332, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.edit.road_maps h3, .new.road_maps h3, .update.road_maps h3 {
  font-weight: bold;
  font-size: 100%;
}

/* line 1337, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
#main_contaner {
  max-width: 1000px;
}

/* line 1340, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.active_extentions_filed {
  top: -60px;
  position: relative;
}

/* line 1345, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 1358, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.permissions_check_boxes .check_boxes {
  float: left;
  width: 20%;
}

/* line 1362, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.permissions_check_boxes {
  padding: 10px;
}

/* line 1365, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.display-inline {
  display: inline;
}

/* line 1368, /rails_apps/ara-admin2/app/assets/stylesheets/custom_style.css */
.ticket_form #message_area {
  height: 100px;
  width: 100%;
}

@font-face {
  font-family: 'Journal';
  src: url("/ap2/fonts/journal.eot");
  src: url("/ap2/fonts/journal.eot?#iefix") format("embedded-opentype"), url("/ap2/fonts/journal.woff") format("woff"), url("/ap2/fonts/journal.ttf") format("truetype"), url("/ap2/fonts/journal.svg#JournalRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.signaturepad.css */
.sigPad {
  margin: 0;
  padding: 0;
  width: 200px;
  /*width: 100%*/
}

/* line 19, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.signaturepad.css */
.sigPad label {
  display: block;
  margin: 0 0 0.515em;
  padding: 0;
  color: #000;
  font: italic normal 1em/1.375 Georgia,Times,serif;
}

/* line 28, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.signaturepad.css */
.sigPad label.error {
  color: #f33;
}

/* line 32, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.signaturepad.css */
.sigPad input {
  margin: 0;
  padding: 0.2em 0;
  width: 198px;
  /*width:  100%;*/
  border: 1px solid #666;
  font-size: 1em;
}

/* line 42, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.signaturepad.css */
.sigPad input.error {
  border-color: #f33;
}

/* line 46, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.signaturepad.css */
.sigPad button {
  margin: 1em 0 0 0;
  padding: 0.6em 0.6em 0.7em;
  background-color: #ccc;
  border: 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  color: #555;
  font: bold 1em/1.375 sans-serif;
  text-align: left;
}

/* line 63, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.signaturepad.css */
.sigPad button:hover {
  background-color: #333;
  color: #fff;
}

/* line 69, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.signaturepad.css */
.sig {
  display: none;
}

/* line 73, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.signaturepad.css */
.sigNav {
  display: none;
  height: 2.25em;
  margin: 0;
  padding: 0;
  position: relative;
  list-style-type: none;
}

/* line 83, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.signaturepad.css */
.sigNav li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
}

/* line 90, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.signaturepad.css */
.sigNav a,
.sigNav a:link,
.sigNav a:visited {
  display: block;
  margin: 0;
  padding: 0 0.6em;
  border: 0;
  color: #333;
  font-weight: bold;
  line-height: 2.25em;
  text-decoration: underline;
}

/* line 105, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.signaturepad.css */
.sigNav a.current,
.sigNav a.current:link,
.sigNav a.current:visited {
  background-color: #666;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-radius: 8px 8px 0 0;
  color: #fff;
  text-decoration: none;
}

/* line 119, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.signaturepad.css */
.sigNav .typeIt a.current,
.sigNav .typeIt a.current:link,
.sigNav .typeIt a.current:visited {
  background-color: #ccc;
  color: #555;
}

/* line 127, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.signaturepad.css */
.sigNav .clearButton {
  bottom: 0.2em;
  display: none;
  position: absolute;
  right: 0;
  font-size: 0.75em;
  line-height: 1.375;
}

/* line 137, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.signaturepad.css */
.sigWrapper {
  clear: both;
  height: 55px;
  border: 1px solid #ccc;
}

/* line 144, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.signaturepad.css */
.sigWrapper.current {
  border-color: #666;
}

/* line 148, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.signaturepad.css */
.signed .sigWrapper {
  border: 0;
}

/* line 152, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.signaturepad.css */
.pad {
  position: relative;
  /**
   * For cross browser compatibility, this should be an absolute URL
   * In IE the cursor is relative to the HTML document
   * In all other browsers the cursor is relative to the CSS file
   *
   * http://www.useragentman.com/blog/2011/12/21/cross-browser-css-cursor-images-in-depth/
   */
  cursor: url("/ap2/images/pen.cur"), crosshair;
  /**
   * IE will ignore this line because of the hotspot position
   * Unfortunately we need this twice, because some browsers ignore the hotspot inside the .cur
   */
  cursor: url("/ap2/images/pen.cur") 16 16, crosshair;
  -ms-touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 177, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.signaturepad.css */
.typed {
  height: 55px;
  margin: 0;
  padding: 0 5px;
  position: absolute;
  z-index: 90;
  cursor: default;
  color: #145394;
  text-transform: capitalize;
  font: normal 9.875em/200px arty_signatureregular;
}

/* line 189, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.signaturepad.css */
.typeItDesc,
.drawItDesc {
  display: none;
  margin: 0.75em 0 0.515em;
  padding: 0.515em 0 0;
  border-top: 3px solid #ccc;
  color: #000;
  font: italic normal 1em/1.375 Georgia,Times,serif;
}

/* line 201, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.signaturepad.css */
p.error {
  display: block;
  margin: 0.5em 0;
  padding: 0.4em;
  text-align: center;
  background-color: #f33;
  color: #fff;
  font-weight: bold;
}

/* line 2, /rails_apps/ara-admin2/app/assets/stylesheets/overlaypopup.css */
.main-content {
  height: 800px;
  width: 1000px;
  margin: 0 auto;
}

/* line 8, /rails_apps/ara-admin2/app/assets/stylesheets/overlaypopup.css */
.overlay-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  z-index: 1000;
  /* high z-index */
  background: #000;
  /* fallback */
  background: rgba(0, 0, 0, 0.75);
}

/* line 20, /rails_apps/ara-admin2/app/assets/stylesheets/overlaypopup.css */
.overlay-content {
  display: none;
  background: #fff;
  padding: 1%;
  width: 40%;
  position: absolute;
  top: 30%;
  /*left: 50%;*/
  left: 21%;
  margin: 0 0 0 -20%;
  /* add negative left margin for half the width to center the div */
  cursor: default;
  z-index: 10001;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}

/* line 36, /rails_apps/ara-admin2/app/assets/stylesheets/overlaypopup.css */
.big-btn,
.close-btn {
  cursor: pointer;
  border: 1px solid #333;
  padding: 2% 5%;
  background: #a9e7f9;
  /* fallback */
  background: -moz-linear-gradient(top, #a9e7f9 0%, #77d3ef 4%, #05abe0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a9e7f9), color-stop(4%, #77d3ef), color-stop(100%, #05abe0));
  background: -webkit-linear-gradient(top, #a9e7f9 0%, #77d3ef 4%, #05abe0 100%);
  background: -o-linear-gradient(top, #a9e7f9 0%, #77d3ef 4%, #05abe0 100%);
  background: -ms-linear-gradient(top, #a9e7f9 0%, #77d3ef 4%, #05abe0 100%);
  background: linear-gradient(to bottom, #a9e7f9 0%, #77d3ef 4%, #05abe0 100%);
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

/* line 51, /rails_apps/ara-admin2/app/assets/stylesheets/overlaypopup.css */
.big-btn:hover,
.close-btn:hover {
  background: #05abe0;
}

/* media query for most mobile devices */
@media only screen and (min-width: 0px) and (max-width: 480px) {
  /* line 59, /rails_apps/ara-admin2/app/assets/stylesheets/overlaypopup.css */
  .overlay-content {
    width: 96%;
    margin: 0 2%;
    left: 0;
  }
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 2, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.fancybox.css */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 20, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.fancybox.css */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 27, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.fancybox.css */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 37, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.fancybox.css */
.fancybox-opened {
  z-index: 8030;
}

/* line 41, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.fancybox.css */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* line 47, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.fancybox.css */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 51, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.fancybox.css */
.fancybox-inner {
  overflow: hidden;
}

/* line 55, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.fancybox.css */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 59, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.fancybox.css */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 67, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.fancybox.css */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 73, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.fancybox.css */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 78, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.fancybox.css */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("fancybox_sprite.png");
}

/* line 82, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.fancybox.css */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

/* line 94, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.fancybox.css */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat;
}

/* line 100, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.fancybox.css */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

/* line 110, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.fancybox.css */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

/* line 122, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.fancybox.css */
.fancybox-prev {
  left: 0;
}

/* line 126, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.fancybox.css */
.fancybox-next {
  right: 0;
}

/* line 130, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.fancybox.css */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 141, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.fancybox.css */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 146, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.fancybox.css */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 151, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.fancybox.css */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 155, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.fancybox.css */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 167, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.fancybox.css */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

/* line 172, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.fancybox.css */
.fancybox-lock body {
  overflow: hidden !important;
}

/* line 176, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.fancybox.css */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 180, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.fancybox.css */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("fancybox_overlay.png");
}

/* line 190, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.fancybox.css */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 196, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.fancybox.css */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
/* line 203, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.fancybox.css */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

/* line 211, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.fancybox.css */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 215, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.fancybox.css */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

/* line 224, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.fancybox.css */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 240, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.fancybox.css */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 246, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.fancybox.css */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 250, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.fancybox.css */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 265, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.fancybox.css */
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  /* line 270, /rails_apps/ara-admin2/app/assets/stylesheets/jquery.fancybox.css */
  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* -------- resets ---------------*/
/* line 5, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder {
  font-size: 14px;
  color: black;
}
/* line 6, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder a {
  color: black;
}
/* line 7, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder input[type=button] {
  font: small/normal Arial,sans-serif;
  background: #F5F5F5;
  color: #444;
  border: 1px solid #ccc;
  font-size: 11px;
  font-weight: bold;
  height: 27px;
  line-height: 27px;
  outline: none;
  padding: 0 8px;
  text-align: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
  /* Chrome 10+, Saf5.1+ */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f5f5), to(#f1f1f1));
  /* Saf4+, Chrome */
  background-image: -moz-linear-gradient(top, #f5f5f5, #f1f1f1);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #f5f5f5, #f1f1f1);
  /* IE10 */
  background-image: -o-linear-gradient(top, #f5f5f5, #f1f1f1);
  /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5',EndColorStr='#f1f1f1');
}
/* line 16, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder input[type=button]:hover {
  border-color: #aaa;
  color: #222;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
/* line 17, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder input[type=button]:focus {
  border-color: #1E90FF;
}
/* line 18, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder input[type=button]:active {
  border-color: #1E90FF;
}

/*------- defaults ------------ */
/* line 23, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder {
  font-family: helvetica, arial, 'san-serif';
  color: #222;
  font-size: 12px;
}

/*------- specifics ------------ */
/* line 28, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
select option.bold {
  font-weight: bold;
  color: red;
}

/* line 31, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  padding-left: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 50;
}
/* line 32, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder .rs_dialog {
  background-color: #f6f6f6;
  border: 1px solid #acacac;
  -webkit-box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.25);
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  display: inline-block;
  min-width: 200px;
  margin-left: -125px;
  overflow: hidden;
  position: relative;
}
/* line 34, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content {
  padding: 10px;
}
/* line 35, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content h1 {
  font-size: 16px;
  padding: 0px;
  margin: 0 0 10px 0;
}
/* line 36, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content h1 a {
  float: right;
  display: inline-block;
  height: 16px;
  width: 16px;
  background-image: url(/ap2/assets/recurring_select/cancel-9bd65bf935897e779ac39efbecc48e16546b64316d60eccded14782a95451637.png);
  background-position: center;
  background-repeat: no-repeat;
}
/* line 39, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content p {
  padding: 5px 0;
  margin: 0;
  line-height: 14px;
}
/* line 40, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content p label {
  margin-right: 10px;
}
/* line 43, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content a {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 45, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section {
  display: none;
}
/* line 46, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section label {
  font-weight: bold;
}
/* line 47, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .rs_interval {
  width: 30px;
  text-align: center;
  display: inline-block;
}
/* line 49, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .day_holder {
  border-left: 1px solid #ccc;
  position: relative;
  margin-top: 5px;
  height: 26px;
}
/* line 50, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .day_holder a {
  display: block;
  padding: 5px 7px;
  font-size: 14px;
  border-style: solid;
  border-color: #ccc;
  border-width: 1px 1px 1px 0px;
  float: left;
  text-decoration: none;
  font-weight: bold;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
  -ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
  background-color: #fff;
}
/* line 51, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .day_holder a.selected {
  background-color: #89a;
  color: #fff;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
  -ms-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
  -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
  position: relative;
  background-image: -webkit-linear-gradient(top, #9ab, #789);
  /* Chrome 10+, Saf5.1+ */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9ab), to(#789));
  /* Saf4+, Chrome */
  background-image: -moz-linear-gradient(top, #9ab, #789);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #9ab, #789);
  /* IE10 */
  background-image: -o-linear-gradient(top, #9ab, #789);
  /* Opera 11.10+ */
}
/* line 52, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .day_holder a:hover {
  cursor: pointer;
  background-color: #dde;
}
/* line 56, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .rs_calendar_day, .rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .rs_calendar_week {
  width: 155px;
}
/* line 58, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .rs_calendar_day a, .rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .rs_calendar_week a {
  display: inline-block;
  text-align: center;
  width: 15px;
  padding: 5px 3px;
  font-size: 12px;
  border-style: solid;
  border-color: #ccc;
  border-width: 1px 1px 1px 1px;
  margin: -1px 0 0 -1px;
  line-height: 10px;
  background-color: #fff;
  font-weight: bold;
}
/* line 59, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .rs_calendar_day a.selected, .rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .rs_calendar_week a.selected {
  background-color: #89a;
  color: #fff;
  position: relative;
  background-image: -webkit-linear-gradient(top, #9ab, #789);
  /* Chrome 10+, Saf5.1+ */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9ab), to(#789));
  /* Saf4+, Chrome */
  background-image: -moz-linear-gradient(top, #9ab, #789);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #9ab, #789);
  /* IE10 */
  background-image: -o-linear-gradient(top, #9ab, #789);
  /* Opera 11.10+ */
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2) inset;
  -ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2) inset;
  -o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2) inset;
  text-shadow: 0 1px 1px #333;
}
/* line 60, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .rs_calendar_day a:hover, .rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .rs_calendar_week a:hover {
  cursor: pointer;
  background-color: #dde;
}
/* line 62, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .rs_calendar_day a.end_of_month, .rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .rs_calendar_week a.end_of_month {
  width: 81px;
}
/* line 64, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .rs_calendar_week {
  width: 191px;
}
/* line 66, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .rs_calendar_week span {
  display: inline-block;
  width: 35px;
}
/* line 73, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .monthly_rule_type span {
  margin-right: 15px;
}
/* line 80, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .rs_summary {
  padding: 0px;
  margin-top: 15px;
  border-top: 1px solid #ccc;
}
/* line 81, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .rs_summary span {
  font-weight: bold;
  border-top: 1px solid #fff;
  display: block;
  padding: 10px 0 5px 0;
}
/* line 82, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .rs_summary.fetching {
  color: #999;
}
/* line 83, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .rs_summary.fetching span {
  background-image: url(/ap2/assets/recurring_select/throbber_13x13-49e4e220162277d5957d78bc2e4bd858c3fec383e91e14fee3453147c129453c.gif);
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 13px;
  width: 13px;
  margin-top: -4px;
  padding-right: 5px;
}
/* line 85, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .rs_summary label {
  font-weight: normal;
}
/* line 88, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .controls {
  padding: 10px 0px 5px 0px;
  min-width: 170px;
  text-align: center;
}
/* line 89, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .controls input[type=button] {
  margin: 0px 5px;
  width: 70px;
}
/* line 90, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .controls input[type=button].rs_save {
  color: #333;
}
/* line 91, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .controls input[type=button].rs_cancel {
  color: #666;
}
/* line 92, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .controls input[type=button].disabled {
  color: #aaa;
}
/* line 98, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder .rs_dialog.animated .controls {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
/* line 99, /rails_apps/ara-admin2/app/assets/stylesheets/recurring_select.scss */
.rs_dialog_holder .rs_dialog.animated .rs_summary, .rs_dialog_holder .rs_dialog.animated .freq_option_section {
  display: none;
}

/* line 1, /rails_apps/ara-admin2/app/assets/stylesheets/autocomplete.css */
.ui-autocomplete {
  height: 250px;
  overflow-y: scroll;
  overflow-x: hidden;
  font-family: "Open Sans",open-sans,Arial,"Helvetica Neue",sans-serif;
}

/* line 8, /rails_apps/ara-admin2/app/assets/stylesheets/autocomplete.css */
.ui-autocomplete-match {
  color: #006CFC;
  font-family: "Open Sans",open-sans,Arial,"Helvetica Neue",sans-serif;
}

/* line 12, /rails_apps/ara-admin2/app/assets/stylesheets/autocomplete.css */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
  background: white;
  border: 1px solid #e2e2e2;
}

/* line 21, /rails_apps/ara-admin2/app/assets/stylesheets/autocomplete.css */
.ui-menu .ui-menu {
  margin-top: -3px;
}

/* line 24, /rails_apps/ara-admin2/app/assets/stylesheets/autocomplete.css */
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}

/* line 32, /rails_apps/ara-admin2/app/assets/stylesheets/autocomplete.css */
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1;
}

/* line 39, /rails_apps/ara-admin2/app/assets/stylesheets/autocomplete.css */
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

/* line 45, /rails_apps/ara-admin2/app/assets/stylesheets/autocomplete.css */
.ui-autocomplete .ui-menu-item:hover,
.ui-autocomplete .ui-menu-item.ui-state-focus {
  background-color: #ff9100 !important;
  background-image: none;
  color: #fff;
  border: none;
}

/* line 94, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.show.subscription_reports .action_items span:first-child {
  display: none;
}

/* line 100, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.dashboard table, .dashboard th, .dashboard tr, .dashboard td, .dashboard a {
  font-size: 13px !important;
}
/* line 103, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.dashboard .panel > h3 {
  background: lightblue;
}

/* line 107, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.with_sidebar #sidebar {
  max-width: 350px;
}

/* line 111, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
#sidebar {
  position: absolute;
  right: 0px;
  z-index: 10000;
  width: 350px;
}

/* line 118, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
#sidebar h3 {
  /*background: #24AFEF;*/
}

/* line 121, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
#sidebar.hide {
  overflow: hidden;
  max-width: 30px;
}

/* line 126, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
#sidebar .my-filter-icon {
  display: inline-block;
  vertical-align: top;
  background-color: #0c52a0;
  float: left;
  width: 30px;
  padding-top: 4px;
  padding-left: 2px;
  padding-right: 2px;
}

/* line 137, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
#sidebar .sidebar_section {
  display: inline-block;
  vertical-align: top;
  width: 320px;
  background: #E1F5FE;
}

/* line 144, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
#sidebar.hide .sidebar_section {
  display: none;
}

/* line 148, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
#sidebar .buttons {
  background: #E1F5FE;
}

/* line 152, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
#sidebar #search-status-_sidebar_section {
  margin-left: 30px;
}

/* line 156, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
#sidebar #search-status-_sidebar_section .panel_contents {
  padding: 20px;
}

/* line 160, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.pagination_per_page {
  display: inline-block;
}

/* line 163, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.pagination {
  display: inline-block;
}

/* line 166, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
#index_footer {
  text-align: right;
}

/* line 169, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
input.price_input {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='16px' width='85px'><text x='2' y='13' fill='gray' font-size='16' font-family='arial'>$</text></svg>") !important;
  padding-left: 16px !important;
  background-repeat: no-repeat !important;
  background-position: 2px 10px !important;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.6.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
/* line 14, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 23, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 28, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

/* line 39, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

/* line 42, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container a {
  cursor: pointer;
}

/* line 45, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

/* line 53, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
/* line 61, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

/* line 82, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container-single .chosen-default {
  color: #999;
}

/* line 85, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 92, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

/* line 95, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/ap2/images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

/* line 105, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 108, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 111, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

/* line 119, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/ap2/images/chosen-sprite.png") no-repeat 0px 2px;
}

/* line 125, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

/* line 132, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("/ap2/images/chosen-sprite.png") no-repeat 100% -20px;
  background: url("/ap2/images/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 146, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

/* line 151, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
/* line 158, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

/* line 168, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

/* line 177, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

/* line 181, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* line 186, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

/* line 195, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

/* line 200, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

/* line 205, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

/* line 208, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
/* line 215, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}

/* line 231, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

/* line 235, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 240, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 254, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

/* line 275, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

/* line 278, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/ap2/images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

/* line 288, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

/* line 291, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}

/* line 302, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

/* line 305, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

/* line 308, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

/* line 312, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
/* line 320, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 324, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

/* line 337, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

/* line 341, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

/* line 344, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 348, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
/* line 354, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

/* line 358, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-disabled .chosen-single {
  cursor: default;
}

/* line 361, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
/* line 367, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-rtl {
  text-align: right;
}

/* line 370, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

/* line 374, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

/* line 379, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

/* line 382, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

/* line 386, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

/* line 390, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-rtl .chosen-choices li {
  float: right;
}

/* line 393, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

/* line 396, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

/* line 400, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

/* line 404, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

/* line 408, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

/* line 412, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

/* line 416, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

/* line 419, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("/ap2/images/chosen-sprite.png") no-repeat -30px -20px;
  background: url("/ap2/images/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

/* line 425, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

/* line 428, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  /* line 435, /rails_apps/ara-admin2/app/assets/stylesheets/chosen.css */
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("/ap2/images/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/* line 183, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.waiting {
  background: orange;
}

/* line 193, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.cat {
  width: 50%;
  float: left;
  padding-left: 100px;
}

/* line 290, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
li#ticket_assinged_to_input {
  float: left;
}

/* line 294, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.panel_for {
  background: white !important;
}

/* line 297, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.panel_for_ticket_show.panel h3 {
  background: #cef3ed;
}

/* line 301, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.cat {
  width: 50%;
  float: left;
  padding-left: 100px;
}

/* line 306, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
table.open-ticket-table td {
  padding: 10px !important;
}

/* line 309, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
table.open-ticket-table td .left_div_comment {
  text-align: center;
  display: inline-block;
}

/* line 313, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.left_div_comment {
  margin-top: 1px !important;
  align-items: center;
  float: left;
  width: 10%;
  /* align-content: center; */
  text-align: center;
}

/* line 323, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.image {
  background-image: url(/ap2/images/icon/user.png);
  background-repeat: no-repeat;
  height: 48px;
  margin-left: 32px;
  margin-top: 5px;
}

/* line 332, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.right_div_comment {
  float: left;
  width: 78% !important;
}

/* line 336, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.right_div_comment1 {
  float: left;
  width: 75%;
  position: relative;
  margin-right: 15px;
}

/* line 342, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.panel_tic_heading .panel h3 {
  float: left;
  padding: 7px !important;
  width: 100%;
  position: relative;
}

/* line 348, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.panel_for_ticket_show .panel_contents {
  float: left;
  width: 100%;
}

/* line 352, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.ticket_show_line {
  float: left;
  padding-bottom: 20px;
  width: 100%;
}

/* line 357, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.panel_for_ticket_show h3 {
  float: right;
  width: 100%;
}

/* line 362, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.new_ticket li {
  width: 33%;
  float: left;
}

/* line 367, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.panel_for_ticket_new h3 {
  background: #24AFEF;
}

/* line 370, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.new_ticket {
  width: 100%;
}

/* line 374, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.panel li#staff_ticket_description_input {
  float: left;
  width: 100%;
}

/* line 379, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.panel li#staff_ticket_assinged_to_input {
  float: left;
  width: 100%;
}

/* line 384, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.panel div#cke_staff_ticket_description {
  width: 100% !important;
}

/* line 387, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.panel li.has_many_container.attachment_collections {
  float: left;
  width: 100% !important;
}

/* line 392, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.select_img {
  width: 20px !important;
}

/* line 397, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
li#ticket_status_input {
  float: left;
  width: 100%;
}

/* line 402, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.open_tic {
  width: 150px;
  color: white;
  text-align: center;
  background-color: #4fbbd9;
  border-radius: 8px;
}

/* line 411, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.wait_tic {
  width: 150px;
  color: white;
  text-align: center;
  background-color: #e8a425;
  border-radius: 8px;
}

/* line 418, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.resolved_tic {
  width: 150px;
  color: white;
  text-align: center;
  background-color: #5db653;
  border-radius: 8px;
}

/* line 425, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.in_process_tic {
  width: 150px;
  color: white;
  text-align: center;
  background-color: #545f65;
  border-radius: 8px;
}

/* line 432, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
a.color_col {
  color: #ae5664;
}

/* line 435, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
li.new_ticket.selected.overview_des {
  width: auto;
}

/* line 439, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
li.new_ticket {
  width: auto;
}

/* line 443, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.panel_for_ticket_new.panel {
  box-shadow: 0px 5px 24px -1px #ebebeb;
}

/* line 446, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.panel_for_ticket_new h3 {
  font-size: 13px;
  background: #cef3ed;
  padding: 10px;
  font-weight: 600;
}

/* line 452, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.panel_for_ticket_new legend {
  display: none;
}

/* line 455, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.new_ticket li#ticket_category_input {
  padding-left: 0px;
}

/* line 458, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.new_ticket li#ticket_subscription_input {
  padding-left: 0px;
}

/* line 462, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.new_ticket .select select:not([multiple]), .polymorphic_select select:not([multiple]) {
  width: 100%;
  font-size: 0.875rem;
  background: #fafafa url(/ap2/assets/active_material/icons/arrow-dropdown-93cdb34….svg) no-repeat calc(100% - 4px) 50%;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  height: 42px;
  line-height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  letter-spacing: 0.01em;
  padding: 0 24px 0 10px;
}

/* line 483, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.panel_for_ticket_new input[type="submit"] {
  padding: 9px;
  background: #49b49b;
  font-size: 16px !important;
  font-family: "calibri-bold";
  color: #fff !important;
  border-radius: 4px;
  min-width: 80px;
}

/* line 492, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.panel_for_ticket_new li.cancel a {
  padding: 9px;
  background-color: #667e8a;
  color: #f6f6f6 !important;
  font-size: 16px !important;
  font-family: "calibri-bold";
  border-radius: 4px;
  min-width: 80px;
}

/* line 501, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.form_btn_clr {
  border-radius: 5px !important;
  float: right;
  background-color: #49b39a !important;
  padding: 8px 9px !important;
}

/* line 508, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.panel_for_ticket_new input[type="submit"] {
  padding: 8px;
  background: #49b49b;
  border-radius: 15px;
  font-size: 11px;
}

/* line 514, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.panel_for_ticket_new li.cancel a:hover {
  padding: 8px;
  border-radius: 15px;
  font-size: 11px;
  transition: 211s;
  background-color: #667e8a;
  padding: 9px;
}

/* line 523, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
a.link_div {
  padding-left: 0px;
  font-weight: 100;
  padding-top: 8px;
  color: #a92727 !important;
  font-size: 16px !important;
}

/* line 532, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
a {
  text-decoration: none !important;
}

/* line 535, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
a.nolink {
  pointer-events: none;
  color: #a92727;
}

/* line 540, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.tickets a, .staff_tickets a {
  color: inherit;
}

/* line 543, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.nolink a {
  text-decoration: none;
  pointer-events: none;
}

/* line 547, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.panel_for_ticket_new li.cancel a {
  padding: 8px;
  border-radius: 15px;
  font-size: 11px;
  background-color: #667e8a;
  color: #f6f6f6 !important;
}

/* line 566, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.no_padding {
  padding: 0px !important;
}

/* line 570, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
a.left.open {
  color: white;
  padding: 0px !important;
}

/* line 575, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.panel_tic_heading .panel a.left.open {
  color: white;
  padding: 0px !important;
  margin-top: 0px !important;
}

/* line 580, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.open {
  margin-right: 15px;
  cursor: none;
  padding-top: 0px;
  width: 8%;
  text-align: center;
  background-color: #4fbbd9;
  border-radius: 4px;
  height: 18px;
  pointer-events: none;
}

/* line 591, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
a.left.resolved {
  color: white;
  padding: 0px !important;
}

/* line 596, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.resolved {
  margin-right: 15px;
  cursor: none;
  padding-top: 0px;
  width: 8%;
  text-align: center;
  background-color: #5db653;
  border-radius: 2px;
  height: 18px;
  pointer-events: none;
}

/* line 607, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
a.left.pending_client_review {
  color: white;
  padding: 0px !important;
}

/* line 612, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.pending_client_review {
  margin-right: 5px;
  cursor: none;
  padding-top: 0px;
  width: 14%;
  text-align: center;
  background-color: #e8a425;
  border-radius: 4px;
  height: 18px;
  pointer-events: none;
}

/* line 623, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
a.left.in_process {
  color: white;
  padding: 0px !important;
}

/* line 630, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.in_process {
  margin-right: 15px;
  cursor: none;
  padding-top: 0px;
  width: 8%;
  text-align: center;
  background-color: #545f65;
  border-radius: 4px;
  height: 18px;
  pointer-events: none;
}

/* line 641, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.tickets .panel_contents, .staff_tickets .panel_contents {
  padding: 0px !important;
}

/* line 645, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
a.left.panel_header_action {
  padding-left: 40px;
  font-weight: 600;
}

/* line 650, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
a#tic_stat_id {
  line-height: normal;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 2px 5px 1px !important;
  text-transform: capitalize;
  font-family: 'calibri-regular';
  position: absolute;
  right: 0;
  top: 4.5px;
}

/* line 666, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
table.open-ticket-table td {
  padding: 10px !important;
}

/* line 669, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
table.open-ticket-table tr:nth-child(even) td:first-child {
  background: whitesmoke;
}

/* line 672, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
table.open-ticket-table td .left_div_comment {
  text-align: center !important;
  display: inline-block !important;
}

/* line 676, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.left_div_comment {
  margin-top: 1px !important;
  align-items: center;
  float: left;
  width: 10%;
  text-align: center;
}

/* line 685, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.image {
  background-image: url(/ap/images/icon/user.png);
  background-repeat: no-repeat;
  height: 48px;
  margin-left: 32px;
  margin-top: 5px;
}

/* line 695, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.right_div_comment {
  float: left;
  width: 78% !important;
}

/* line 699, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.ticket_show_line {
  float: left;
  padding-bottom: 20px;
  width: 100%;
}

/* line 705, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.panel td.tic_show_pad {
  width: 13%;
  padding-left: 10% !important;
  font-family: "calibri-bold";
}

/* line 710, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.panel select#ticket_status {
  background: #f4f4f4;
  outline: none;
  border: none;
  padding: 4px 11px 4px;
  font-size: 16px;
  border-radius: 2px;
}

/* line 718, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.panel select#staff_ticket_status {
  background: #f4f4f4;
  outline: none;
  border: none;
  padding: 4px 11px 4px;
  font-size: 16px;
  border-radius: 2px;
}

/* line 727, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.panel td.left_td_comment {
  padding-top: 3% !important;
  vertical-align: top;
}

/* line 731, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.tr_with_bg {
  background: #f6f6f6 !important;
}

/* line 734, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
td.right_td_comment {
  padding-top: 3% !important;
}

/* line 737, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
td.parent_tbl {
  padding: 0px !important;
}

/* line 740, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.comment_btn {
  margin-bottom: 3%;
}

/* line 743, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
form#new_my_comment {
  width: 80%;
  margin-top: 5px;
}

/* line 747, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
td.parent_tbl {
  vertical-align: top;
}

/* line 750, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.parent_tbl td.left_td_comment {
  text-align: right;
  width: 12%;
}

/* line 755, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.open-ticket-table ul li {
  list-style: none;
}

/* line 759, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
tr.with_border td {
  border-bottom: 1px solid #f6f6f6 !important;
}

/* line 762, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.staff_tickets .panel h3, .tickets .panel h3 {
  font-family: "calibri-bold";
  text-transform: uppercase;
  background-color: #cef3ed;
  padding: 10px;
}

/* line 772, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
a.left.panel_header_action {
  padding-left: 40px;
  font-weight: 600;
}

/* line 776, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.left {
  padding-top: 2px;
  font-weight: 300;
  float: left;
  font-family: "calibri-bold";
}

/* line 782, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
a#tic_stat_id {
  line-height: normal;
  display: inline-block;
}

/* line 786, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.panel_tic_heading .panel h3 {
  float: left;
  padding: 7px !important;
  width: 100%;
}

/* line 791, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.panel_tic_heading .panel h3 a {
  text-decoration: none;
  pointer-events: none;
}

/* line 796, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.user_name_first {
  font-size: 14px !important;
  font-weight: 600px;
  text-align: center;
}

/* line 804, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.sub_acc_image {
  background-image: url(/ap2/images/icon/profile_yello.jpg);
  background-repeat: no-repeat;
  height: 65px;
  /* margin-left: 14px; */
  margin-top: 5px;
  background-position: center center;
}

/* line 813, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.support_img {
  background-image: url(/ap2/images/icon/profile_grey.jpg);
  background-repeat: no-repeat;
  height: 65px;
  /* margin-left: 14px; */
  margin-top: 5px;
  background-position: center center;
}

/* line 823, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.ticket_form {
  font-size: 16px !important;
  margin-top: 5px;
}

/* line 833, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.tic_btm_name1 {
  font-family: "calibri-bold";
  margin-top: 15px;
}

/* line 840, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.user_name_clr {
  font-family: "calibri-light";
  width: 100%;
  font-size: 15px !important;
  color: #feaf33;
  line-height: normal;
}

/* line 847, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.user_name_tim {
  font-family: "calibri-light";
  margin-top: 3px;
  text-align: center;
  color: #a0a0a0;
}

/* line 853, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.td_comment_user {
  width: 100%;
  padding-left: 10px;
}

/* line 857, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.right_div_comment1 p {
  margin: 0;
}

/* line 860, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.td_comment_user .attachement_detail {
  float: right;
}

/* line 863, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.panel_for_ticket_new .actions {
  box-shadow: none;
}

/* line 867, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.user_name_fir b {
  font-size: 16px !important;
  font-family: "calibri-bold";
  line-height: normal;
}

/* line 872, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.user_name_fir {
  width: 100%;
  font-size: 11px;
  text-align: center;
  margin-top: 5px;
  line-height: normal;
}

/* line 879, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.user_name_time {
  font-size: 10px;
  text-align: center;
  width: 100px;
}

/* line 903, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.resolved_all {
  background: #a7dca7;
}

/* line 906, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.attachement_detail {
  margin-top: 10px;
  float: right;
}

/* line 911, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.attachement_top {
  margin-left: 10px;
  float: left;
  margin-block-end: 8px;
}

/* line 916, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
div#cke_ticket_description {
  width: 99% !important;
}

/* line 926, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
li.scope.open {
  background: none !important;
}

/* line 930, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
li.scope.in_process {
  background: none !important;
}

/* line 933, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
li.scope.pending_client_review {
  background: none !important;
}

/* line 936, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
li.scope.resolve {
  background: none !important;
}

/* line 940, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.waiting {
  background: orange;
}

/* line 944, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.resolved_all {
  background: #a7dca7;
}

/* line 947, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.attachement_detail {
  float: right;
  margin-top: 10px;
}

/* line 951, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.panel_contents table td img {
  margin-right: 5px;
  max-width: 41px;
  height: 40px;
  float: right;
  margin-top: 10px;
}

/* line 959, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.img_plus {
  background-image: url(/ap2/images/pluse.png);
  background-repeat: no-repeat;
  margin-left: 5px;
  background-size: contain;
  display: inline-block;
  height: 18px;
  width: 18px;
  position: relative;
  top: 4px;
}

/* line 971, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.tic_shadow.panel h3 {
  display: none;
}

/* line 975, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.left.open {
  margin-right: 15px;
  cursor: none;
  padding-top: 0px;
  width: 8%;
  text-align: center;
  background-color: #4fbbd9;
  border-radius: 4px;
  height: 18px;
  pointer-events: none;
  margin-top: 4px;
}

/* line 987, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
li.scope.open {
  pointer-events: visible;
}

/* line 990, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.tic_shadow .panel_contents {
  padding: 0px !important;
}

/* line 993, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.table_tools_con {
  display: contents;
}

/* line 996, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.left {
  pointer-events: none;
}

/* line 1000, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
li#staff_ticket_parrent_id_input {
  float: left;
  width: 100%;
}

/* line 1009, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.attachement_detail_margin {
  margin-top: 0;
  width: 13%;
  float: right;
}

/* line 1015, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
tr.with_border td {
  border-bottom: 1px solid #f6f6f6 !important;
}

/* line 1018, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
td b {
  font-family: "calibri-bold";
  font-size: 16px !important;
}

/* line 1031, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.cke_chrome {
  width: 100% !important;
  overflow: hidden;
}

/* line 1035, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.comment_upload_button {
  margin-top: 20px;
}

/* line 1038, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.comment_submit_button {
  margin-top: 15px !important;
}

/* line 1061, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.blank_slate_container a {
  display: block !important;
}

/* line 1064, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.block {
  visibility: hidden !important;
}

/* line 1068, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.attachement_top {
  margin-left: 10px;
  float: left;
  margin-block-end: 8px;
}

/* line 1073, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
li.scope.in_process {
  pointer-events: visible;
  width: auto !important;
}

/* line 1077, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
li.scope.resolved {
  pointer-events: visible;
  width: auto !important;
}

/* line 1081, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
li.scope.pending_client_review {
  pointer-events: visible;
  width: auto !important;
}

/* line 1086, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
form#new_my_comment {
  margin-top: 5px;
}

/* line 1090, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
table.open-ticket-table tr:nth-child(even) td:first-child {
  background: whitesmoke;
}

/* line 1093, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.display_none {
  display: none !important;
}

/* line 1097, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
div#testimonial_11 {
  box-shadow: none !important;
}

/* line 1100, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.parrent_attach ol li {
  float: left;
  width: 100%;
}

/* line 1104, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.parrent_attach ol li label {
  margin-bottom: 10px;
}

/* line 1107, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.parrent_attach ol li select.selected_img {
  float: left;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}

/* line 1113, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.parrent_attach ol li img {
  float: left;
  margin-right: 10px;
}

/* line 1121, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.align_actions .table_actions a {
  display: inline-block;
  text-indent: -2000000px;
}

/* line 1127, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.align_actions .table_actions {
  width: 25px;
}

/* line 1135, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
span.status_tag.yes a {
  color: white;
}

/* line 1141, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.green {
  background: green;
  color: #fff;
  border-radius: 5px;
}

/* line 1149, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.blue {
  background: #5ccaef;
  color: #fff;
  border-radius: 5px;
}

/* line 1156, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.red {
  background: #de0707;
  color: #fff;
  border-radius: 5px;
}

/* line 1162, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.status_index {
  width: 100px;
  text-align: center;
}

/* line 1168, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.docs_file {
  background-size: contain;
  background-image: url(/ap2/images/icon/attachment-icon.png);
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 30px;
}

/* line 1180, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.panel_contents table td .attachement_detail_img {
  margin-right: 5px;
  width: 47px;
  height: 45px;
  float: right;
  margin-top: 10px;
}

/* line 1187, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.panel_contents table td .attachement_detail_img a.docs_file {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
}

/* line 1193, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.panel_contents table td .attachement_detail_img img {
  width: 100% !important;
  margin: 0;
  float: inherit;
  max-width: initial;
  height: 100%;
}

/* line 1201, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.tickets #search-status-_sidebar_section, .staff_tickets #search-status-_sidebar_section {
  display: none;
}

/* line 1206, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.columns .assign-ticket a {
  float: right;
  font-family: "calibri-bold";
  background-color: #ff9e06;
  padding: 3px;
  border-radius: 2px;
  font-size: 13px;
  color: white;
}

/* line 1220, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.open_tic {
  line-height: normal !important;
  letter-spacing: normal;
  display: initial !important;
  text-transform: capitalize !important;
  padding: 4px 5px 3px !important;
  border-radius: 3px;
  text-align: center;
  color: white;
  background-color: #4fbbd9;
}

/* line 1231, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.wait_tic {
  line-height: normal !important;
  letter-spacing: normal;
  display: initial !important;
  text-transform: capitalize !important;
  padding: 4px 5px 3px !important;
  border-radius: 3px;
  color: white;
  text-align: center;
  background-color: #e8a425;
}

/* line 1242, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.resolved_tic {
  line-height: normal !important;
  letter-spacing: normal;
  display: initial !important;
  text-transform: capitalize !important;
  padding: 4px 5px 3px !important;
  color: white;
  text-align: center;
  background-color: #5db653;
  border-radius: 3px;
}

/* line 1254, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.in_process_tic {
  line-height: normal !important;
  letter-spacing: normal;
  display: initial !important;
  text-transform: capitalize !important;
  padding: 4px 5px 3px !important;
  border-radius: 3px;
  /* width: 150px; */
  color: white;
  text-align: center;
  background-color: #545f65;
}

/* line 1267, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
a.left.open {
  color: white;
  padding: 0px !important;
}

/* line 1271, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.left.open {
  margin-right: 15px;
  cursor: none;
  padding-top: 0px;
  width: 8%;
  text-align: center;
  background-color: #4fbbd9;
  border-radius: 4px;
  height: 18px;
  pointer-events: none;
}

/* line 1283, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.open {
  margin-right: 15px;
  cursor: none;
  padding-top: 0px;
  width: 8%;
  text-align: center;
  background-color: #4fbbd9;
  border-radius: 3px;
  height: 18px;
  pointer-events: none;
}

/* line 1294, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
a.left.resolved {
  color: white;
  padding: 0px !important;
}

/* line 1298, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.resolved {
  margin-right: 15px;
  cursor: none;
  padding-top: 0px;
  width: 8%;
  text-align: center;
  background-color: #5db653;
  border-radius: 3px;
  height: 18px;
  pointer-events: none;
}

/* line 1309, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
a.left.pending_client_review {
  color: white;
  padding: 0px 2px !important;
}

/* line 1313, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.pending_client_review {
  margin-right: 5px;
  cursor: none;
  padding-top: 0px;
  width: 14%;
  text-align: center;
  background-color: #e8a425;
  border-radius: 3px;
  height: 18px;
  pointer-events: none;
}

/* line 1324, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
a.left.in_process {
  color: white;
  padding: 0px !important;
}

/* line 1330, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.in_process {
  margin-right: 15px;
  cursor: none;
  padding-top: 0px;
  width: 8%;
  text-align: center;
  background-color: #545f65;
  border-radius: 3px;
  height: 18px;
  pointer-events: none;
}

/* line 1343, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
td.col.col-status {
  white-space: nowrap;
}

/* line 1347, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
td.col-status div {
  font-size: 14px;
  padding: 5px !important;
}

/* line 1352, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
li#ticket_watcher_emails_input {
  padding-right: 3% !important;
}

/* line 1356, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
form#new_subscription_report {
  list-style: none;
}

/* line 1360, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.deactivate_link {
  color: transparent !important;
  background-image: url(/ap2/images/delete.png);
  width: 25px;
  background-repeat: no-repeat;
  background-color: transparent !important;
}

/* line 1369, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.material_options li, .rooms li, .material_types li, .option_types li, option_values li {
  list-style: none;
}

/* line 1374, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.buttons_for_rooms {
  background: #25afef;
  padding: 6px;
  margin: 3px;
  color: white !important;
}

/* line 1385, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
.rooms .multi-select-menuitems label, .material_types .multi-select-menuitems label {
  float: left;
  width: 100%;
}

/* line 1390, /rails_apps/ara-admin2/app/assets/stylesheets/active_admin.scss */
a.buttons_for_rooms {
  margin-left: 15px;
}
