MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 8.0.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/www/imenso.co/dev/mps-pay/style.css
/*!
Project Name: Wine Dine 99
URL: 
Author: Jay Pariha
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Fonts
# Variables
# Common
# Header
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Work+Sans:400,600,700,800");
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
@font-face {
  font-family: 'AvenirLTStd';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/AvenirLTStd-Book.otf); }
@font-face {
  font-family: 'AvenirLTStd';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/AvenirLTStd-Medium.otf); }
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
  font-size: 16px;
  font-family: "AvenirLTStd";
  background: #34a090 linear-gradient(-135deg, #34a090, #1b74a0) repeat scroll 0 0; }

@media (min-width: 1200px) {
  .container {
    max-width: 1020px; } }
a {
  color: #0a68ac; }

a:hover, a:focus {
  text-decoration: none;
  outline: none; }

strong, h1, h2, h3, h4, h5 {
  font-weight: 600; }

.light-bg {
  background-color: #FFFFFF; }

form label {
  font-weight: 500;
  font-size: 0.8em; }

.form-control {
  padding: 0.575rem 0.85rem;
  border-radius: 2px; }

.form-control:focus {
  box-shadow: none;
  background: #F5F5F5;
  border-color: #DDD; }

.btn-primary {
  background: linear-gradient(-135deg, #34a090, #1b74a0);
  background-color: #34a090;
  border: none;
  padding: 0.575rem 1.85rem;
  border-radius: 40px;
  font-weight: 500;
  transition: 0.3s all;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font-size: 1em;
  color: #FFF !important; }

.btn-primary:hover {
  background: #34a090; }

.btn-secondary {
  background: transparent;
  border: 1px solid #333;
  padding: 0.475rem 1.85rem;
  border-radius: 40px;
  font-weight: 500;
  transition: 0.3s all;
  color: #333;
  font-size: 0.9em; }

.burger {
  padding: 50px 0; }

.gutter {
  padding: 0 100px; }

.gutter-sm {
  padding: 0 50px; }

.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
  box-shadow: none; }

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
  box-shadow: none !important; }

.check-big {
  height: 80px;
  width: 80px;
  line-height: 70px;
  display: inline-block;
  border: 6px solid green;
  border-radius: 100%;
  color: green;
  font-size: 40px; }

.main-menu a {
  color: #333;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 600;
  opacity: 0.6; }
  .main-menu a:hover {
    opacity: 1; }

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0 1rem;
  color: #333; }

.navbar-brand {
  width: 150px;
  padding: 0;
  padding-right: 15px; }

.nav-link.active {
  opacity: 1; }

.dropdown-menu::before {
  border-bottom: 10px solid rgba(190, 190, 190, 0.4);
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  bottom: 100%;
  content: " ";
  height: 0;
  left: 80%;
  margin-left: -33%;
  pointer-events: none;
  position: absolute;
  width: 0; }

.dropdown-menu::after {
  border-bottom: 9px solid #fff;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  bottom: 100%;
  content: " ";
  height: 0;
  left: 80%;
  margin-left: -33%;
  pointer-events: none;
  position: absolute;
  width: 0; }

.dropdown-menu {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  border-radius: 2px !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50px;
  z-index: 501; }

.offset-top {
  margin-top: 68px; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# App
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/
.inverse-body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat; }
  .inverse-body .login-box {
    width: 380px;
    position: fixed;
    left: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #FFFFFF;
    border-radius: 4px; }
  .inverse-body header img {
    width: 150px; }

.form-heading {
  font-size: 1.2em;
  margin-bottom: 30px; }

.sidebar {
  bottom: 0;
  left: 0;
  position: fixed;
  top: 0;
  width: 15%; }
  .sidebar ul {
    padding: 0;
    margin-top: 60px; }
    .sidebar ul li {
      list-style: none; }
      .sidebar ul li a {
        color: #333;
        font-size: 0.9rem;
        padding: 8px 8px 8px 30px;
        display: block;
        border-radius: 0 30px 30px 0;
        margin: 5px 0; }
        .sidebar ul li a:hover {
          background: rgba(239, 245, 245, 0.5); }
        .sidebar ul li a.active {
          background: #EFF5F5; }

.mainbar {
  margin-top: 10%;
  padding: 0 50px; }

.navbar {
  background: transparent; }

.top-search input {
  background-image: url("../images/search_icon.png");
  background-position: 14px 13px;
  background-repeat: no-repeat;
  border-color: #ccc;
  border-radius: 25px;
  padding: 0.375rem 0.85rem 0.375rem 3rem; }

.action-header {
  padding: 30px 0; }
  .action-header h1 {
    font-size: 18px; }

.search_result {
  border: 1px solid #DDD; }
  .search_result .col-td {
    padding: 15px;
    border-bottom: 1px solid #EEE; }
  .search_result .on-hover {
    opacity: 0; }
  .search_result .row:hover {
    box-shadow: 0 1px 2px #EEE;
    cursor: pointer; }
  .search_result .row:hover .on-hover {
    opacity: 1; }

.row-head {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9em;
  box-shadow: 0 2px 4px #EEE; }

.loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  text-align: center;
  background: rgba(255, 255, 255, 0.7); }
  .loading img {
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%); }

.copy-text {
  text-transform: uppercase;
  font-size: 0.6em; }

.fix-actions {
  position: fixed;
  bottom: 20px;
  right: 50px;
  z-index: 99; }
  .fix-actions .btn-action {
    background: #FF411A;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 1.3rem;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2); }

.page-header {
  padding: 30px 0 20px; }
  .page-header h1 {
    font-size: 1.4em;
    font-weight: bold; }

#myTab .nav-item {
  margin-right: 20px; }

#myTab .nav-link {
  color: #000;
  opacity: 0.5;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 500;
  border-radius: 0 !important;
  letter-spacing: 0.5px;
  padding: 0;
  padding-bottom: 10px; }

#myTab .nav-link.active {
  color: #0A68AC !important;
  opacity: 1 !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #0A68AC !important;
  font-weight: bold; }

.white-box {
  background: #FFF;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin-bottom: 30px; }
  .white-box h2 {
    font-size: 1.2em; }
  .white-box h3 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 1em; }

.sml-lable {
  font-size: 0.6em;
  letter-spacing: 0.7px;
  opacity: 0.7;
  text-transform: uppercase; }

.sml-caps {
  text-transform: lowercase; }

.links a {
  color: #003966;
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-weight: 500;
  opacity: 0.8; }

.links i {
  border: 1px solid;
  border-radius: 50px;
  height: 25px;
  line-height: 23px;
  margin-right: 5px;
  text-align: center;
  width: 25px; }

.links a:hover {
  opacity: 1; }

.help-links {
  position: fixed;
  top: 40%;
  right: 0; }
  .help-links li {
    list-style: none;
    padding: 8px;
    margin-bottom: 10px;
    border-radius: 20px 0 0 20px; }
  .help-links a {
    color: #FFF;
    padding-left: 20px;
    font-size: 0.9em; }

.blue-bg {
  background: #3B86BD; }

.green-bg {
  background: #ABCB61; }

.grey-bg {
  background: #6D6B6C; }

.sideinfo {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 500px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  right: 0;
  background: #FFF;
  z-index: 9999; }

/* -- Floating Action Buttons*/
.fab {
  bottom: 2em;
  position: fixed;
  right: 1em; }

.buttons {
  box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  display: block;
  width: auto;
  margin: 20px auto 0;
  position: relative;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  padding: 14px 28px;
  padding-left: 50px;
  color: #FFF;
  font-weight: 500; }

.buttons:active,
.buttons:focus,
.buttons:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  color: #FFF; }

.buttons:not(:last-child) {
  margin: 20px auto 0;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px); }

.fab:hover .buttons:not(:last-child) {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin: 15px auto 0; }

/* Unessential styling for sliding up buttons at differnt speeds */
.buttons:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
  transition-delay: 25ms;
  background-image: url("../images/information.png");
  background-position: 13px center;
  background-repeat: no-repeat;
  background-color: #79A538; }

.buttons:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: 75ms;
  transition-delay: 40ms;
  background-image: url("../images/information.png");
  background-position: 13px center;
  background-repeat: no-repeat;
  background-color: #ff411a; }

.buttons:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 100ms;
  transition-delay: 60ms;
  background-image: url("../images/information.png");
  background-position: 13px center;
  background-repeat: no-repeat;
  background-color: #96be3a; }

[tooltip]:before {
  top: -70%;
  font-weight: 600;
  border-radius: 4px;
  background: #585858;
  color: #fff;
  content: attr(tooltip);
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
  padding: 5px 7px;
  margin-right: 12px;
  position: absolute;
  right: -28%;
  white-space: nowrap;
  line-height: 20px; }

[tooltip]:hover:before,
[tooltip]:hover:after {
  visibility: visible;
  opacity: 1; }

.pay-me {
  background: #E4EDED;
  margin: -30px; }

.navbar h1 {
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666;
  margin-bottom: 0; }

.sub-nav {
  background: #FFF;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }

.pattern1 {
  background-image: url("../images/Plants.png");
  background-position: left bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  width: 200px;
  height: 400px;
  bottom: 0;
  opacity: 0.2; }

.pattern2 {
  background-image: url("../images/Cube.png");
  background-position: right top;
  background-size: 80%;
  background-repeat: no-repeat;
  position: fixed;
  width: 200px;
  height: 200px;
  bottom: 0;
  opacity: 0.2;
  right: 0; }

.user-img {
  background: rgba(57, 183, 198, 0.6) none repeat scroll 0 0;
  border-radius: 100%;
  color: #fff;
  font-weight: bold;
  height: 40px;
  line-height: 42px;
  margin-right: 10px;
  text-align: center;
  width: 40px;
  display: inline-block; }

.content {
  min-height: 600px; }

.copy {
  font-size: 0.8em;
  color: #777; }

.highlighted {
  background: #34a090 linear-gradient(-135deg, #34a090, #1b74a0) repeat scroll 0 0;
  color: #fff;
  border-radius: 4px 0 0 4px; }

.dt-3 {
  width: 25%;
  padding: 30px; }

.dt-6 {
  width: 50%;
  padding: 30px; }

.d-table-cell {
  vertical-align: middle; }

.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #EEEEEE; }

.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  border-top: 1px solid #DDD; }

.panel-title {
  font-size: 14px; }

.panel-title > a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
  color: #333;
  font-weight: 500; }

.panel-body {
  font-size: 0.9em;
  opacity: 0.8;
  padding-bottom: 30px; }

.more-less {
  float: right;
  color: #212121; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #EEEEEE; }

.opaq {
  opacity: 0.7; }

.dropdown-item {
  font-size: 0.7em;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.5rem 1.5rem; }

.dropdown-menu {
  padding: 1rem 0; }

#msform {
  width: 500px;
  margin: 50px auto;
  text-align: center;
  position: relative; }

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  padding: 50px;
  box-sizing: border-box;
  width: 80%;
  margin: 0 10%;
  /*stacking fieldsets above each other*/
  position: relative; }

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none; }

/*inputs*/
#msform input, #msform textarea {
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  color: #2C3E50;
  font-size: 13px; }

/*buttons*/
#msform .action-button {
  width: 100px;
  background: #27AE60;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px; }

#msform .action-button:hover, #msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60; }

/*headings*/
.fs-title {
  text-transform: uppercase;
  color: #2C3E50;
  margin-bottom: 10px; }

.fs-subtitle {
  font-weight: normal;
  font-size: 12px;
  color: #666;
  letter-spacing: 1px;
  text-transform: uppercase; }

/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
  padding: 0; }

#progressbar li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  width: 33.33%;
  float: left;
  position: relative;
  letter-spacing: 1px; }

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 40px;
  line-height: 40px;
  display: block;
  color: #333;
  background: white;
  border-radius: 50px;
  margin: 0 auto 5px auto;
  height: 40px;
  border: 2px solid #FFF; }

/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  left: -50%;
  top: 19px;
  z-index: -1;
  /*put it behind the numbers*/ }

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none; }

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
  background: #27AE60;
  color: white; }

.white-text {
  color: #FFF; }

.card-input {
  padding-left: 45px !important;
  background: url(../images/card-icon.png);
  background-repeat: no-repeat;
  background-position: 6px center;
  background-size: 10%; }

.or-text {
  color: #000;
  font-weight: 600;
  opacity: 0.8;
  position: relative;
  text-align: center; }

.or-text span::after {
  background: #e4eded none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: -1; }

.or-text span {
  background-color: #e4eded;
  border-radius: 100%;
  display: inline-block;
  font-size: 0.9em;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px; }

@media (max-width: 468px) {
  #msform {
    width: 100%;
    margin: 0 auto; }
    #msform fieldset {
      margin: 0 auto;
      padding: 25px;
      width: 100%; }

  .navbar-brand {
    width: 100px;
    padding: 0; }

  .m-sml {
    font-size: 0.9em; }

  #progressbar {
    margin-top: 20px; }

  #progressbar li::before {
    height: 30px;
    width: 30px;
    line-height: 30px; }

  #progressbar li::after {
    top: 15px; }

  .fs-subtitle {
    margin-top: 20px; }

  .card-input {
    padding-left: 40px !important; } }
/*--------------------------------------------------------------
# Chosen Select
--------------------------------------------------------------*/
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.7.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2017 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 */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.chosen-container * {
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  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);
  clip: rect(0, 0, 0, 0); }

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto; }

.chosen-container a {
  cursor: pointer; }

.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; }

.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 */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0.575rem 0.85rem;
  border: 1px solid #ced4da;
  border-radius: 2px !important;
  background-color: none;
  box-shadow: none;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
  color: #474747;
  font-weight: 400;
  font-size: 15px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 16px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/chosen-sprite.png") no-repeat 0px 9px;
  margin-left: -8px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.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: url("../images/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -3px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

/* @end */
/* @group Results */
.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; }

.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; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #D02A79;
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.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: linear-gradient(#eee 1%, #fff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.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;
  width: 25px; }

.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: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.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("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  box-shadow: none; }

.chosen-container-active.chosen-with-drop .chosen-single {
  background-image: none;
  box-shadow: none; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
  background: #E8E8E8; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  /*background-position: 6px 2px;*/ }

.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) {
  .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("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }
/* @end */

/*# sourceMappingURL=style.css.map */