/* All styles created for demo purposes only, you may not need this for your project */
.demo-button button {
  margin-bottom: 5px;
}

.demo-icons li {
  margin-bottom: 50px;
  text-align: center;
}

.demo-icons .lnr,
.demo-icons .fa {
  font-size: 28px;
}

.demo-icons .cssclass {
  display: block;
  margin-top: 5px;
  margin-left: 5px;
}

#wrapper .map {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  left: 0;
  top: 0;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  position: fixed;
  background-color: #f5f5fa;
}


#mapid {
  height: calc(100% - 1px);
  /**width: 100%; */
  width: 100%;
  position: absolute !important;
  outline: none;
  touch-action: none;
  background-color: #445a71;
  position: relative;
}

#mapid2 {
  height: 400px;
  width: 100%;
  outline: none;
  touch-action: none;
  background-color: #445a71;
}


/* ------------------------------------------------------------------------------
*
*  # Select2 selects
*
*  Styles for select2.js - custom select plugin
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */
/* # Single select
-------------------------------------------------- */
.select2-container {
  width: 100%;
  outline: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #333333;
  text-align: left;
  border-radius: 3px;
}

.select2-container[class*=border-] .select2-choice,
.select2-container[class*=border-].select2-dropdown-open.select2-drop-above .select2-choice,
.select2-container[class*=border-].select2-dropdown-open.select2-drop-above .select2-choices {
  border-color: inherit;
}

.select2-container.border-lg .select2-choice,
.select2-container.border-lg .select2-choices {
  border-width: 2px;
}

.select2-container[class*=bg-] .select2-choice {
  background-color: inherit;
  border-color: inherit;
  color: #fff;
}

.select2-container[class*=bg-] .select2-choice:hover,
.select2-container[class*=bg-].select2-dropdown-open .select2-choice {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
}

.select2-container[class*=bg-].select2-container-disabled .select2-choice {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container.select2-container-disabled .select2-choice {
  cursor: not-allowed;
  background-color: #fafafa;
  color: #999999;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container.select2-container-disabled .select2-choice abbr {
  cursor: not-allowed;
}

.select2-container.select2-container-disabled[class*=bg-] {
  border-color: rgba(255, 255, 255, 0.4);
}

.select2-container.select2-container-disabled[class*=bg-] .select2-choice {
  background-color: rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.8);
}

.select2-choice {
  display: block;
  background-color: #fff;
  height: 36px;
  padding: 7px 12px;
  padding-left: 11px;
  padding-right: 0;
  line-height: 1.5384616;
  position: relative;
  border: 1px solid #dddddd;
  white-space: nowrap;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-choice,
.select2-choice:hover,
.select2-choice:focus {
  color: #333333;
}

.select2-choice:hover {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
}

.select2-dropdown-open .select2-choice {
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
}

.select2-drop-above .select2-choice {
  border-radius: 0 0 3px 3px;
}

.select2-choice .select2-chosen {
  margin-right: 28px;
  padding-left: 1px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}

.select2-choice .select2-chosen>i {
  margin-right: 10px;
}

.select2-choice .select2-chosen>i.icon-undefined {
  margin-right: 0;
}

.select2-choice abbr {
  display: none;
  position: absolute;
  right: 9px;
  top: 50%;
  margin-top: -8px;
  border: 0;
  cursor: pointer;
  outline: 0;
  border-radius: 3px;
  line-height: 1;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.select2-choice abbr:hover {
  opacity: 1;
}

.select2-choice abbr:after {
  content: '\ed6b';
  font-family: 'icomoon';
  display: inline-block;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.select2-container[class*=bg-] .select2-choice abbr,
.select2-container[class*=bg-] .select2-choice abbr:hover {
  color: #fff;
}

.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

.select2-choice .select2-arrow:after {
  content: '\e9c5';
  font-family: 'Icomoon';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 16px;
  text-align: right;
  margin-top: -8px;
  font-size: 16px;
  line-height: 1;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.select2-dropdown-open .select2-choice .select2-arrow:after {
  content: '\e9c6';
}

.select2-allowclear .select2-choice .select2-arrow:after {
  content: none;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  z-index: 9998;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}

.select2-drop {
  width: 100%;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background-color: #fff;
  color: #333333;
  border: 1px solid #dddddd;
  border-top-width: 0;
  border-radius: 0 0 3px 3px;
}

.select2-drop-above {
  border-top-width: 1px;
  border-bottom-width: 0;
  border-radius: 3px 3px 0 0;
}

.select2-drop-active {
  border-radius: 0 0 3px 3px;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-radius: 3px 3px 0 0;
}

.select2-drop-auto-width {
  width: auto;
}

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.select2-search {
  display: block;
  width: 100%;
  margin: 0;
  padding: 12px;
  padding-bottom: 7px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

.select2-search:after {
  content: '\e98e';
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  left: 24px;
  color: inherit;
  display: block;
  font-size: 12px;
  margin-top: -4px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.select2-search input {
  width: 100%;
  height: 36px;
  padding: 7px 12px;
  padding-left: 36px;
  border-radius: 3px;
  border: 1px solid #dddddd;
  outline: 0;
}

.select2-drop[class*=bg-] .select2-search input {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: transparent;
  color: #fff;
}

.select2-results {
  max-height: 250px;
  margin: 0;
  padding: 5px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results .select2-result-sub {
  margin: 0;
  padding-left: 0;
}

.select2-results li {
  list-style: none;
  display: list-item;
}

.select2-results li em {
  font-style: normal;
}

.select2-results li.select2-result-with-children>.select2-result-label {
  font-size: 11px;
  line-height: 1.82;
  text-transform: uppercase;
  cursor: default;
  font-weight: 500;
  margin-top: 2px;
  margin-bottom: 2px;
}

.select2-results li.select2-result-with-children:first-child>.select2-result-label {
  margin-top: 0;
}

.select2-results li.select2-result-with-children .select2-result>.select2-result-label {
  padding-left: 24px;
  padding-right: 24px;
}

.select2-results .select2-more-results {
  background: #f8f8f8;
  display: list-item;
}

.select2-results .select2-result-label {
  padding: 7px 12px;
  margin: 0;
  position: relative;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-results .select2-result-label>i {
  margin-right: 10px;
}

.select2-results .select2-result-label>i.icon-undefined {
  display: none;
}

.select2-results .select2-result-label>span {
  left: 10px;
}

.select2-results .select2-highlighted {
  background-color: #f5f5f5;
}

.select2-results .select2-highlighted ul {
  background-color: #fff;
  color: #333333;
}

.select2-results .select2-highlighted em {
  background-color: transparent;
}

.select2-drop[class*=bg-] .select2-results .select2-highlighted {
  background-color: rgba(0, 0, 0, 0.1);
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background-color: #f8f8f8;
  padding: 7px 12px;
  color: #999999;
  border-top: 1px solid #dddddd;
  margin-bottom: -5px;
  border-radius: 0;
}

.select2-drop[class*=bg-] .select2-results .select2-no-results,
.select2-drop[class*=bg-] .select2-results .select2-searching,
.select2-drop[class*=bg-] .select2-results .select2-selection-limit {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.select2-results .select2-disabled {
  color: #999999;
  display: list-item;
}

.select2-results .select2-disabled .select2-result-label {
  cursor: not-allowed;
}

.select2-drop[class*=bg-] .select2-results .select2-disabled {
  color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.select2-results .select2-selected {
  display: none;
}

.select2-results ul ul>li .select2-result-label {
  padding-left: 24px;
}

.select2-results ul ul ul>li .select2-result-label {
  padding-left: 36px;
}

.select2-results ul ul ul ul>li .select2-result-label {
  padding-left: 48px;
}

.select2-results ul ul ul ul ul>li .select2-result-label {
  padding-left: 60px;
}

.select2-results ul ul ul ul ul ul>li .select2-result-label {
  padding-left: 72px;
}

.select2-results ul ul ul ul ul ul ul>li .select2-result-label {
  padding-left: 84px;
}

/* # Multiple select
-------------------------------------------------- */
.select2-container-multi .select2-choices {
  margin: 0;
  border-radius: 3px;
  padding: 0 0 3px 0;
  position: relative;
  outline: 0;
  border: 1px solid #dddddd;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
}

.select2-container-multi .select2-choices:after {
  content: '';
  display: table;
  clear: both;
}

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

.select2-container-multi .select2-choices.ui-sortable>li {
  cursor: move;
}

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

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 7px 12px;
  margin-top: 3px;
  color: #333333;
  outline: 0;
  border: 0;
  background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 0 0 3px;
  position: relative;
  cursor: default;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin-left: 0;
  margin-right: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice>div {
  border-radius: 3px;
  color: #fff;
  padding: 7px 12px;
  padding-right: 30px;
  background-color: #455a64;
}

.select2-container-multi .select2-choices .select2-search-choice>div>i {
  margin-right: 10px;
}

.select2-container-multi .select2-choices .select2-search-choice.select2-locked>div {
  padding: 7px 12px;
}

.select2-container-multi .select2-choices .select2-search-choice[class*=bg-]>div {
  background-color: inherit;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-close {
  position: absolute;
  right: 9px;
  top: 50%;
  margin-top: -8px;
  line-height: 1;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.select2-container-multi .select2-choices .select2-search-choice-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice-close {
  right: auto;
  left: 6px;
}

.select2-container-multi .select2-choices .select2-search-choice-close:after {
  content: '\ed6b';
  font-family: 'icomoon';
  display: block;
  font-size: 16px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.select2-container-multi[class*=bg-] .select2-choices {
  background-color: inherit;
  border-color: inherit;
}

.select2-container-multi[class*=bg-] .select2-choices .select2-search-choice>div {
  background-color: rgba(0, 0, 0, 0.3);
}

.select2-container-multi[class*=border-] .select2-choices {
  border-color: inherit;
}

.select2-container-multi.select2-dropdown-open .select2-choices {
  border-radius: 3px 3px 0 0;
}

.select2-container-multi.select2-dropdown-open.select2-drop-above .select2-choices {
  border-radius: 0 0 3px 3px;
}

.select2-container-multi .select2-default,
.select2-container-multi .select2-default:hover,
.select2-container-multi .select2-default:focus {
  color: #999;
}

.select2-container-multi .select2-default .select2-arrow,
.select2-container-multi .select2-default:hover .select2-arrow,
.select2-container-multi .select2-default:focus .select2-arrow {
  color: #333333;
}

.select2-container-multi.select2-container-disabled .select2-choices {
  cursor: default;
  background-color: #f8f8f8;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  color: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice>div {
  padding-right: 12px;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
}

/* # Additional sizing
-------------------------------------------------- */
.select-lg .select2-choice {
  height: 40px;
  padding: 9px 15px;
  padding-right: 0;
  font-size: 14px;
}

.select-lg .select2-choice abbr,
.select-lg .select2-choice .select2-arrow:after {
  right: 15px;
}

.select-lg.select2-container-multi .select2-choices .select2-search-choice>div {
  padding: 9px 15px;
  padding-right: 37.5px;
  font-size: 14px;
}

.select-lg.select2-container-multi .select2-choices .select2-search-choice-close {
  right: 12px;
}

html[dir="rtl"] .select-lg.select2-container-multi .select2-choices .select2-search-choice-close {
  right: auto;
  left: 12px;
}

.select-lg.select2-container-multi .select2-choices .select2-search-field input {
  padding: 9px 15px;
}

.select-sm .select2-choice {
  height: 34px;
  padding: 6px 11px;
  padding-right: 0;
}

.select-sm .select2-choice abbr,
.select-sm .select2-choice .select2-arrow:after {
  right: 11px;
}

.select-sm.select2-container-multi .select2-choices .select2-search-choice>div {
  padding: 6px 11px;
  padding-right: 27.5px;
}

.select-sm.select2-container-multi .select2-choices .select2-search-choice-close {
  right: 8px;
}

html[dir="rtl"] .select-sm.select2-container-multi .select2-choices .select2-search-choice-close {
  right: auto;
  left: 8px;
}

.select-sm.select2-container-multi .select2-choices .select2-search-field input {
  padding: 6px 11px;
}

.select-xs .select2-choice {
  height: 32px;
  padding: 5px 10px;
  padding-right: 0;
  font-size: 12px;
  line-height: 1.6666667;
}

.select-xs .select2-choice abbr,
.select-xs .select2-choice .select2-arrow:after {
  right: 10px;
}

.select-xs.select2-container-multi .select2-choices .select2-search-choice>div {
  padding: 5px 10px;
  padding-right: 25px;
  font-size: 12px;
}

.select-xs.select2-container-multi .select2-choices .select2-search-choice-close {
  right: 7px;
}

html[dir="rtl"] .select-xs.select2-container-multi .select2-choices .select2-search-choice-close {
  right: auto;
  left: 7px;
}

.select-xs.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px 10px;
  font-size: 12px;
}

/* # Other Select2 styles
-------------------------------------------------- */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

.movie-title {
  font-size: 15px;
  font-weight: 500;
}

.movie-image img {
  margin-right: 12px;
}

/* ------------------------------------------------------------------------------
*
*  # Bootstrap multiselect
*
*  Styles for multiselect.js - custom multiple select plugin
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */
.multiselect {
  width: 100%;
  min-width: 100%;
  text-align: left;
  padding-left: 12px;
  padding-right: 29px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.multiselect.btn-default,
.multiselect.btn-default.disabled {
  background-color: #ffffff;
  border-color: #dddddd;
}

.multiselect.btn-default:active,
.btn-group.open .multiselect.btn-default {
  border-color: #dddddd;
}

.multiselect .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -8px;
  width: 16px;
  text-align: right;
}

.multiselect.btn-lg {
  padding-left: 15px;
  padding-right: 30px;
}

.multiselect.btn-lg .caret {
  right: 15px;
}

.multiselect.btn-sm {
  padding-left: 11px;
  padding-right: 22px;
}

.multiselect.btn-sm .caret {
  right: 11px;
}

.multiselect.btn-xs {
  padding-left: 10px;
  padding-right: 20px;
}

.multiselect.btn-xs .caret {
  right: 10px;
}

.multiselect-container {
  min-width: 180px;
  max-height: 250px;
  overflow-y: auto;
}

.multiselect-container>li {
  padding: 0;
}

.multiselect-container>li>a {
  padding: 0;
}

.multiselect-container>li>a>label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  padding: 8px 12px;
  padding-left: 40px;
}

.multiselect-container>li>a .checker,
.multiselect-container>li>a .choice {
  top: 50%;
  margin-top: -9px;
  left: 12px;
}

.multiselect-container>li>a.multiselect-all label {
  font-weight: 500;
}

.multiselect-container>li.disabled>a {
  background-color: transparent;
}

.multiselect-container>li.disabled>a>label {
  cursor: not-allowed;
}

.multiselect-container>li.multiselect-group>label,
.multiselect-container>li.multiselect-group.active>label {
  margin: 0;
  padding: 8px 15px;
  font-size: 11px;
  line-height: 1.82;
  color: #999999;
  text-transform: uppercase;
  margin-top: 10px;
  background-color: transparent;
  cursor: default;
}

.multiselect-container>li.multiselect-group.disabled {
  color: #999999;
}

.multiselect-container>li.multiselect-group:first-child>label,
.multiselect-container>li.multiselect-group:first-child.active>label {
  margin-top: 5px;
}

.multiselect-container>li.multiselect-group.multiselect-group-clickable>label {
  cursor: pointer;
}

.multiselect-container>li.multiselect-group.disabled label,
.multiselect-container>li.multiselect-group.disabled:hover label,
.multiselect-container>li.multiselect-group.disabled:focus label {
  background-color: transparent;
  cursor: not-allowed;
}

.multi-select-full>.btn-group {
  width: 100%;
}

.multi-select-full>.btn-group .multiselect-container {
  width: inherit;
}

.multi-select-fixed>.btn-group>.btn {
  width: 250px;
}

.multi-select-auto>.btn-group>.btn {
  width: auto;
}

div[class*=border-]>.btn-group {
  border-color: inherit;
}

div[class*=border-]>.btn-group>.multiselect {
  border-color: inherit;
}

li.multiselect-filter {
  position: relative;
  padding: 12px;
  padding-top: 7px;
  margin-bottom: 0;
}

li.multiselect-filter i {
  font-size: 13px;
  position: absolute;
  left: 24px;
  top: 50%;
  margin-top: -9px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

li.multiselect-filter .form-control {
  padding-left: 36px;
}

.input-group-btn+.multi-select-full .multiselect:first-child,
.input-group-addon+.multi-select-full .multiselect:first-child,
.input-group-btn+.multi-select-auto .multiselect:first-child,
.input-group-addon+.multi-select-auto .multiselect:first-child,
.input-group-btn+.multi-select-fixed .multiselect:first-child,
.input-group-addon+.multi-select-fixed .multiselect:first-child,
.input-group-btn+.btn-group .multiselect:first-child,
.input-group-addon+.btn-group .multiselect:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-multiselect {
  width: 100%;
}

.btn-group-multiselect .btn {
  float: none;
}

.btn-group-multiselect .multiselect {
  min-width: 0;
}

.btn-group>.btn-group:nth-child(2)>.multiselect.btn {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}


/* ------------------------------------------------------------------------------
 *
 *  # Datatables library
 *
 *  Add advanced interaction controls to any HTML table
 *
 *  Version: 1.0
 *  Latest update: May 25, 2015
 *
 * ---------------------------------------------------------------------------- */
.dataTable {
  margin: 0;
  max-width: none;
}

.dataTable thead th,
.dataTable thead td {
  outline: 0;
  position: relative;
}

.dataTable thead .sorting_asc,
.dataTable thead .sorting_desc,
.dataTable thead .sorting {
  cursor: pointer;
}

.dataTable thead .sorting,
.dataTable thead .sorting_asc,
.dataTable thead .sorting_desc,
.dataTable thead .sorting_asc_disabled,
.dataTable thead .sorting_desc_disabled {
  padding-right: 40px;
}

.dataTable thead .sorting:before,
.dataTable thead .sorting:after,
.dataTable thead .sorting_asc:after,
.dataTable thead .sorting_desc:after,
.dataTable thead .sorting_asc_disabled:after,
.dataTable thead .sorting_desc_disabled:after {
  content: '';
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 12px;
  margin-top: -6px;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dataTable thead .sorting:before {
  content: '\e9c1';
  margin-top: -2px;
  color: #999999;
}

.dataTable thead .sorting:after {
  content: '\e9c2';
  margin-top: -10px;
  color: #999999;
}

.dataTable thead .sorting_asc:after {
  content: '\e9c2';
}

.dataTable thead .sorting_desc:after {
  content: '\e9c1';
}

.dataTable thead .sorting_asc_disabled:after {
  content: '\e9c2';
  color: #ccc;
}

.dataTable thead .sorting_desc_disabled:after {
  content: '\e9c1';
  color: #ccc;
}

.dataTable .dataTables_empty {
  text-align: center;
}

.dataTables_wrapper {
  position: relative;
  clear: both;
}

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

.dataTables_wrapper .table-bordered {
  border-top: 0;
}

.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

.datatable-header,
.datatable-footer {
  padding-top: 20px;
}

.datatable-header:after,
.datatable-footer:after {
  content: "";
  display: table;
  clear: both;
}

.datatable-header>div:first-child,
.datatable-footer>div:first-child {
  margin-left: 0;
}

.panel>.dataTables_wrapper .datatable-header,
.panel>.dataTables_wrapper .datatable-footer {
  padding-left: 20px;
  padding-right: 20px;
}

.datatable-header {
  border-bottom: 1px solid #dddddd;
}

.datatable-footer {
  border-top: 1px solid #bbbbbb;
}

.dataTables_length {
  float: right;
  display: inline-block;
  margin: 0 0 20px 20px;
}

.dataTables_length>label {
  margin-bottom: 0;
}

.dataTables_length>label>span {
  float: left;
  margin: 8px 15px;
  margin-left: 0;
}

.length-left .dataTables_length {
  float: left;
}

.dataTables_length .select2-container {
  width: auto;
}

.dataTables_length .select2-choice {
  min-width: 60px;
}

.dataTables_filter {
  position: relative;
  display: block;
  float: left;
  margin: 0 0 20px 20px;
}

.dataTables_filter>label {
  margin-bottom: 0;
  position: relative;
}

.dataTables_filter>label:after {
  content: "\e98e";
  font-family: 'icomoon';
  font-size: 12px;
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 12px;
  color: #999999;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dataTables_filter>label>span {
  float: left;
  margin: 8px 15px;
  margin-left: 0;
}

.dataTables_filter input {
  outline: 0;
  width: 200px;
  height: 36px;
  padding: 7px 12px;
  padding-right: 34px;
  font-size: 13px;
  line-height: 1.5384616;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
}

.filter-right .dataTables_filter {
  float: right;
}

.dataTables_info {
  float: left;
  padding: 8px 0;
  margin-bottom: 20px;
}

.info-right .dataTables_info {
  float: right;
}

.dataTables_paginate {
  float: right;
  text-align: right;
  margin: 0 0 20px 20px;
}

.dataTables_paginate .paginate_button {
  display: inline-block;
  padding: 7px 12px;
  min-width: 36px;
  margin-left: 2px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #333333;
  border: 1px solid transparent;
  border-radius: 3px;
}

.dataTables_paginate .paginate_button:first-child {
  margin-left: 0;
}

.dataTables_paginate .paginate_button:hover,
.dataTables_paginate .paginate_button:focus {
  background-color: #f5f5f5;
}

.dataTables_paginate .paginate_button.current,
.dataTables_paginate .paginate_button.current:hover,
.dataTables_paginate .paginate_button.current:focus {
  color: #fff;
  background-color: #455a64;
}

.dataTables_paginate .paginate_button.disabled,
.dataTables_paginate .paginate_button.disabled:hover,
.dataTables_paginate .paginate_button.disabled:focus {
  cursor: default;
  background-color: transparent;
  color: #bbbbbb;
}

.paginate-left .dataTables_paginate {
  float: left;
}

.paging_simple .paginate_button:hover,
.paging_simple .paginate_button:focus {
  color: #fff;
  background-color: #455a64;
}

.dataTables_scroll {
  clear: both;
}

.dataTables_scroll .dataTables_scrollHead table {
  border-bottom: 0;
}

.dataTables_scroll .dataTables_scrollHead th,
.dataTables_scroll .dataTables_scrollHead td {
  white-space: nowrap;
}

.dataTables_scroll .dataTables_scrollBody {
  -webkit-overflow-scrolling: touch;
}

.dataTables_scroll .dataTables_scrollBody table {
  border-bottom: 0;
}

.dataTables_scroll .dataTables_scrollBody table thead th[class*=sorting]:before,
.dataTables_scroll .dataTables_scrollBody table thead th[class*=sorting]:after {
  content: none;
}

.dataTables_scroll .dataTables_scrollBody table tbody tr:first-child>td {
  border-top: 0;
}

.dataTables_scroll .dataTables_scrollBody th,
.dataTables_scroll .dataTables_scrollBody td {
  white-space: nowrap;
}

.dataTables_scroll .dataTables_scrollBody th>.dataTables_sizing,
.dataTables_scroll .dataTables_scrollBody td>.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.panel-body+.dataTables_wrapper {
  border-top: 1px solid #dddddd;
}

.panel-body>.dataTables_wrapper .datatable-footer .dataTables_length,
.panel-body>.dataTables_wrapper .datatable-footer .dataTables_filter,
.panel-body>.dataTables_wrapper .datatable-footer .dataTables_info,
.panel-body>.dataTables_wrapper .datatable-footer .dataTables_paginate {
  margin-bottom: 0;
}

.panel-flat>.panel-heading+.dataTables_wrapper {
  border-top: 1px solid #dddddd;
}

.panel>.dataTables_wrapper .table-bordered {
  border: 0;
}

.panel>.dataTables_wrapper .table-bordered>thead>tr>td:first-child,
.panel>.dataTables_wrapper .table-bordered>tbody>tr>td:first-child,
.panel>.dataTables_wrapper .table-bordered>tfoot>tr>td:first-child,
.panel>.dataTables_wrapper .table-bordered>thead>tr>th:first-child,
.panel>.dataTables_wrapper .table-bordered>tbody>tr>th:first-child,
.panel>.dataTables_wrapper .table-bordered>tfoot>tr>th:first-child {
  border-left: 0;
}

.panel>.dataTables_wrapper .table-bordered>thead>tr>td:last-child,
.panel>.dataTables_wrapper .table-bordered>tbody>tr>td:last-child,
.panel>.dataTables_wrapper .table-bordered>tfoot>tr>td:last-child,
.panel>.dataTables_wrapper .table-bordered>thead>tr>th:last-child,
.panel>.dataTables_wrapper .table-bordered>tbody>tr>th:last-child,
.panel>.dataTables_wrapper .table-bordered>tfoot>tr>th:last-child {
  border-right: 0;
}

.panel>.dataTables_wrapper .table-bordered>tbody>tr:last-child>th,
.panel>.dataTables_wrapper .table-bordered>tbody>tr:last-child>td {
  border-bottom: 0;
}

.datatable-scroll-lg,
.datatable-scroll,
.datatable-scroll-sm {
  min-height: .01%;
}

.datatable-scroll-wrap {
  max-width: 100%;
  overflow-x: auto;
}

@media (max-width: 768px) {
  .datatable-scroll-sm {
    max-width: 100%;
    overflow-x: auto;
  }

  .datatable-scroll-sm th,
  .datatable-scroll-sm td {
    white-space: nowrap;
  }
}

@media (max-width: 1024px) {
  .datatable-scroll {
    max-width: 100%;
    overflow-x: auto;
  }

  .datatable-scroll th,
  .datatable-scroll td {
    white-space: nowrap;
  }
}

@media (max-width: 1199px) {
  .datatable-scroll-lg {
    max-width: 100%;
    overflow-x: auto;
  }

  .datatable-scroll-lg th,
  .datatable-scroll-lg td {
    white-space: nowrap;
  }
}

@media (max-width: 768px) {

  .dataTables_info,
  .dataTables_paginate,
  .dataTables_length,
  .dataTables_filter,
  .DTTT_container,
  .ColVis {
    float: none !important;
    text-align: center;
    margin-left: 0;
  }

  .dataTables_info,
  .dataTables_paginate {
    margin-top: 0;
  }

  .datatable-header {
    text-align: center;
  }
}

/* ------------------------------------------------------------------------------
*
*  # Columns reorder
*
*  Easily modify the column order of a table through drop-and-drag of column headers
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */
.DTCR_clonedTable {
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 202;
  cursor: move;
}

.DTCR_clonedTable th,
.DTCR_clonedTable td {
  border: 1px solid #dddddd !important;
}

.DTCR_pointer {
  width: 1px;
  background-color: #2196f3;
  z-index: 201;
}

/* ------------------------------------------------------------------------------
*
*  # Fixed columns
*
*  Extension that "freezes" in place the left most columns in a scrolling DataTable
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */
.DTFC_Cloned {
  background-color: #fff;
  border-bottom: 0;
}

.DTFC_Cloned.table {
  width: 100%;
}

.DTFC_LeftWrapper .DTFC_Cloned.table {
  border-right: 1px solid #dddddd;
}

.DTFC_RightWrapper .DTFC_Cloned.table {
  border-left: 1px solid #dddddd;
}

.DTFC_LeftBodyWrapper .DTFC_Cloned thead th:before,
.DTFC_RightBodyWrapper .DTFC_Cloned thead th:before,
.DTFC_LeftBodyWrapper .DTFC_Cloned thead th:after,
.DTFC_RightBodyWrapper .DTFC_Cloned thead th:after {
  content: none;
}

.DTFC_LeftBodyWrapper .DTFC_Cloned tbody>tr:first-child>td,
.DTFC_RightBodyWrapper .DTFC_Cloned tbody>tr:first-child>td,
.DTFC_LeftBodyWrapper .DTFC_Cloned tbody>tr:first-child>th,
.DTFC_RightBodyWrapper .DTFC_Cloned tbody>tr:first-child>th {
  border-top: 0;
}

.DTFC_Blocker {
  background-color: white;
}

@media (max-width: 768px) {

  .DTFC_LeftWrapper,
  .DTFC_RightWrapper {
    display: none;
  }
}

/* ------------------------------------------------------------------------------
*
*  # Columns visibility
*
*  Extensions allows the end user to enable or disable table column visibility
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */
.ColVis {
  float: right;
  margin: 0 0 20px 20px;
}

.colvis-left .ColVis {
  float: left;
}

.ColVis_catcher {
  position: absolute;
  z-index: 1101;
}

.ColVis_Button {
  position: relative;
  outline: 0;
}

.ColVis_collectionBackground {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #333;
  z-index: 1100;
}

.ColVis_collection {
  list-style: none;
  min-width: 180px;
  padding: 5px 0;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  overflow: hidden;
  z-index: 2002;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.ColVis_collection li {
  position: relative;
  padding: 8px 15px;
  display: block;
  cursor: pointer;
}

.ColVis_collection li:hover {
  color: #333333;
  background-color: #f5f5f5;
}

.ColVis_collection li>label {
  padding-left: 28px;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}

.ColVis_collection :not(.ColVis_Special)+.ColVis_Special {
  margin-top: 10px;
}

.ColVis_collection :not(.ColVis_Special)+.ColVis_Special:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  display: inline-block;
  width: 100%;
  background-color: #e5e5e5;
  margin-top: -5px;
}

.ColVis_collection .checker,
.ColVis_collection .choice {
  position: absolute;
  left: 0;
  top: 1px;
}

@media (max-width: 768px) {
  .ColVis_collection {
    width: 100%;
    border-radius: 0;
    left: 0 !important;
  }
}

/* ------------------------------------------------------------------------------
 *
 *  # Sweet alerts
 *
 *  Styles for sweet_alert.min.js - A beautiful replacement for JavaScript's "Alert"
 *
 *  Version: 1.0
 *  Latest update: May 25, 2015
 *
 * ---------------------------------------------------------------------------- */
/* # Core
-------------------------------------------------- */
.sweet-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 1050;
}

.sweet-alert {
  background-color: #fff;
  width: 470px;
  padding: 20px;
  border-radius: 3px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -235px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 1060;
}

.sweet-alert h2 {
  text-align: center;
  display: block;
  position: relative;
}

.sweet-alert p {
  text-align: center;
  position: relative;
}

.sweet-alert button {
  background-color: #2196f3;
  color: #fff;
  border: 0;
  border-radius: 3px;
  padding: 7px 12px;
  margin: 10px 5px 0 5px;
  box-shadow: none !important;
}

.sweet-alert button:hover {
  background-color: #1e88e5;
}

.sweet-alert button:focus {
  outline: 0;
}

.sweet-alert button:active {
  background-color: #42a5f5;
}

.sweet-alert button.cancel {
  background-color: transparent;
  color: #333333;
}

.sweet-alert .icon {
  width: 80px;
  height: 80px;
  border: 4px solid #ddd;
  border-radius: 50%;
  margin: 10px auto 20px auto;
  padding: 0;
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.sweet-alert .icon.error {
  border-color: #f44336;
}

.sweet-alert .icon.error .x-mark {
  position: relative;
  display: block;
}

.sweet-alert .icon.error .line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #f44336;
  display: block;
  top: 37px;
  border-radius: 2px;
}

.sweet-alert .icon.error .line.left {
  left: 17px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .icon.error .line.right {
  right: 16px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .icon.success {
  border-color: #4caf50;
}

.sweet-alert .icon.success:before,
.sweet-alert .icon.success:after {
  content: '';
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .icon.success:before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  -moz-transform-origin: 60px 60px;
  -ms-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

.sweet-alert .icon.success:after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
  -moz-transform-origin: 0 60px;
  -ms-transform-origin: 0 60px;
  transform-origin: 0 60px;
}

.sweet-alert .icon.success .placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(76, 175, 80, 0.2);
  border-radius: 50%;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.sweet-alert .icon.success .fix {
  width: 5px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .icon.success .line {
  height: 5px;
  background-color: #4caf50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.sweet-alert .icon.success .line.tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .icon.success .line.long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .icon.warning {
  border-color: #ff5722;
}

.sweet-alert .icon.warning .body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #ff5722;
}

.sweet-alert .icon.warning .dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #ff5722;
}

.sweet-alert .icon.info {
  border-color: #2196f3;
}

.sweet-alert .icon.info:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #2196f3;
}

.sweet-alert .icon.info:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #2196f3;
}

.sweet-alert .icon.custom {
  background-size: contain;
  border-radius: 0;
  border: 0;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 480px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 20px;
    right: 20px;
  }
}

/* # Animations
-------------------------------------------------- */
@-webkit-keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }

  45% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }

  80% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }

  45% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }

  80% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }

  45% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }

  80% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.showSweetAlert {
  -webkit-animation: showSweetAlert 0.3s;
  -moz-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}

@-webkit-keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@-moz-keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
}

.hideSweetAlert {
  -webkit-animation: hideSweetAlert 0.2s;
  -moz-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }

  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }

  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@-moz-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }

  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }

  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }

  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }

  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  -moz-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }

  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@-moz-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }

  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }

  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  -moz-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}

@-webkit-keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  5% {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  12% {
    -webkit-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }

  100% {
    -webkit-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}

@-moz-keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  5% {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  12% {
    -webkit-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }

  100% {
    -webkit-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}

@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  5% {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  12% {
    -webkit-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }

  100% {
    -webkit-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}

.icon.success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  -moz-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
  0% {
    -webkit-transform: rotateX(100deg);
    -ms-transform: rotateX(100deg);
    -o-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
    filter: alpha(opacity=0);
  }

  100% {
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@-moz-keyframes animateErrorIcon {
  0% {
    -webkit-transform: rotateX(100deg);
    -ms-transform: rotateX(100deg);
    -o-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
    filter: alpha(opacity=0);
  }

  100% {
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@keyframes animateErrorIcon {
  0% {
    -webkit-transform: rotateX(100deg);
    -ms-transform: rotateX(100deg);
    -o-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
    filter: alpha(opacity=0);
  }

  100% {
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  -moz-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}

@-webkit-keyframes animateXMark {
  0% {
    margin-top: 26px;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
    filter: alpha(opacity=0);
  }

  50% {
    margin-top: 26px;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
    filter: alpha(opacity=0);
  }

  80% {
    margin-top: -6px;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    opacity: 1;
    filter: alpha(opacity=100);
  }

  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@-moz-keyframes animateXMark {
  0% {
    margin-top: 26px;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
    filter: alpha(opacity=0);
  }

  50% {
    margin-top: 26px;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
    filter: alpha(opacity=0);
  }

  80% {
    margin-top: -6px;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    opacity: 1;
    filter: alpha(opacity=100);
  }

  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@keyframes animateXMark {
  0% {
    margin-top: 26px;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
    filter: alpha(opacity=0);
  }

  50% {
    margin-top: 26px;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
    filter: alpha(opacity=0);
  }

  80% {
    margin-top: -6px;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    opacity: 1;
    filter: alpha(opacity=100);
  }

  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  -moz-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}


/* ------------------------------------------------------------------------------
*
*  # Heading elmeents
*
*  Display default and custom components in page header and panel heading
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */
.heading-elements-toggle,
.breadcrumb-elements-toggle {
  cursor: pointer;
  display: block;
  line-height: 1;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.heading-elements-toggle,
.breadcrumb-elements-toggle,
.heading-elements-toggle:hover,
.breadcrumb-elements-toggle:hover,
.heading-elements-toggle:focus,
.breadcrumb-elements-toggle:focus {
  color: inherit;
}

.heading-elements-toggle>i,
.breadcrumb-elements-toggle>i {
  top: 0;
}

@media (min-width: 769px) {

  .heading-elements-toggle,
  .breadcrumb-elements-toggle {
    display: none;
  }
}

.heading-elements-toggle {
  right: 20px;
}

.breadcrumb-elements-toggle {
  right: 15px;
}

.breadcrumb-line-wide .breadcrumb-elements-toggle {
  right: 20px;
}

.heading-elements {
  background-color: inherit;
  position: absolute;
  top: 50%;
  right: 20px;
  height: 36px;
  margin-top: -18px;
}

.panel-body>.heading-elements {
  top: 0;
  margin-top: 14px;
  z-index: 10;
}

@media (max-width: 768px) {
  .panel-body>.heading-elements-toggle {
    top: 20px;
    margin-top: 0;
  }

  .panel-body>.heading-elements.visible {
    top: 56px;
    background-color: #ffffff;
  }
}

.heading-elements .heading-btn+.heading-btn,
.page-header .heading-elements .icons-list>li+li,
.thumbnail-heading .heading-elements .icons-list>li+li {
  margin-left: 10px;
}

.heading-elements .pagination,
.heading-elements .pager {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-elements .breadcrumb {
  padding-top: 8px;
  padding-bottom: 8px;
}

.heading-elements.panel-tabs .nav>li>a,
.heading-elements.panel-pills .nav>li>a {
  text-align: left;
}

.heading-elements .btn-float.btn-link {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-elements .daterange-custom {
  margin-top: 4px;
}

.heading-elements .heading-btn-group {
  font-size: 0;
}

.heading-elements .heading-btn-group>.btn+.btn:not(.btn-link) {
  margin-left: 10px;
}

@media (max-width: 768px) {
  .heading-elements {
    text-align: center;
  }

  .heading-elements .heading-text,
  .heading-elements .heading-btn,
  .heading-elements .heading-btn-group>.btn,
  .heading-elements .ui-slider,
  .heading-elements .noui-slider,
  .heading-elements .nav-tabs,
  .heading-elements .nav-pills,
  .heading-elements .pagination,
  .heading-elements .progress,
  .heading-elements .icons-list,
  .heading-elements .pager,
  .heading-elements .breadcrumb,
  .heading-elements .daterange-custom,
  .heading-elements .heading-form .form-group,
  .heading-elements>.btn-group {
    margin-bottom: 20px;
  }

  .heading-elements .heading-text:not(.label):not(.badge) {
    display: block;
  }

  .heading-elements .select2-container,
  .heading-elements .selectboxit-container,
  .heading-elements .selectboxit-options,
  .heading-elements .multiselect+.btn-group,
  .heading-elements .bootstrap-select {
    width: 100% !important;
  }

  .heading-elements .input-group,
  .heading-elements .input-group-btn,
  .heading-elements .btn-group,
  .heading-elements .dropdown,
  .heading-elements .dropup {
    position: static;
  }

  .heading-elements .dropdown-menu {
    left: -1px;
    right: -1px;
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}

@media (min-width: 769px) {

  .heading-elements .heading-text,
  .heading-elements .heading-btn,
  .heading-elements .ui-slider,
  .heading-elements .noui-slider,
  .heading-elements .nav-tabs,
  .heading-elements .nav-pills,
  .heading-elements .pagination,
  .heading-elements .progress,
  .heading-elements .icons-list,
  .heading-elements .breadcrumb,
  .heading-elements .pager,
  .heading-elements .heading-form,
  .heading-elements .daterange-custom,
  .heading-elements>.btn-group {
    float: left;
    margin-left: 20px;
  }

  .heading-elements .heading-text {
    display: inline-block;
  }

  .heading-elements .heading-text+.heading-text {
    margin-left: 20px;
  }

  .heading-elements .selectbox-fixed+.selectboxit-container,
  .heading-elements .selectbox-fixed+.selectboxit-options,
  .heading-elements .progress,
  .heading-elements .ui-slider,
  .heading-elements .noui-slider,
  .heading-elements .uploader,
  .heading-elements .input-group,
  .heading-elements .selectboxit-container .selectboxit-options,
  .heading-elements .heading-form .form-control {
    width: 220px;
  }

  .heading-elements .select-sm,
  .heading-elements .input-sm,
  .heading-elements .input-group-sm,
  .heading-elements .uploader-sm,
  .heading-elements .pagination-sm,
  .heading-elements .pager-sm,
  .heading-elements .selectbox-sm+.selectboxit-container,
  .heading-elements .btn-sm,
  .heading-elements .btn-group-sm>.btn {
    margin-top: 1px;
  }

  .heading-elements .select-xs,
  .heading-elements .input-xs,
  .heading-elements .input-group-xs,
  .heading-elements .uploader-xs,
  .heading-elements .pagination-xs,
  .heading-elements .pager-xs,
  .heading-elements .selectbox-xs+.selectboxit-container,
  .heading-elements .btn-xs,
  .heading-elements .btn-group-xs>.btn {
    margin-top: 2px;
  }

  .heading-elements .btn-float {
    margin-top: -6px;
  }

  .heading-elements .btn-float.has-text {
    margin-top: -17.5px;
  }

  .heading-elements .btn-float.btn-link {
    margin-top: -3.5px;
  }

  .heading-elements .ui-slider,
  .heading-elements .noui-slider {
    margin-top: 15px;
  }

  .heading-elements .ui-slider-lg,
  .heading-elements .noui-slider-lg {
    margin-top: 14px;
  }

  .heading-elements .ui-slider-sm,
  .heading-elements .noui-slider-sm {
    margin-top: 16px;
  }

  .heading-elements .ui-slider-xs,
  .heading-elements .noui-slider-xs {
    margin-top: 17px;
  }

  .heading-elements .progress {
    margin-top: 9px;
  }

  .heading-elements .progress-lg {
    margin-top: 7px;
  }

  .heading-elements .progress-sm {
    margin-top: 11px;
  }

  .heading-elements .progress-xs {
    margin-top: 13px;
  }

  .heading-elements .progress-xxs {
    margin-top: 15px;
  }

  .heading-elements .progress-micro {
    margin-top: 17px;
  }

  .heading-elements .icons-list {
    margin-top: 9px;
  }

  .heading-elements .heading-text {
    margin-top: 8px;
  }

  .heading-elements.panel-tabs {
    bottom: 0;
    top: auto;
    height: auto;
    margin-top: 0;
  }

  .heading-elements.panel-tabs>.nav-tabs {
    border-bottom: 0;
    margin-bottom: 0;
  }

  .heading-elements.panel-tabs>.nav-tabs>li>a {
    padding: 15px 20px;
  }

  .panel-flat .heading-elements.panel-tabs {
    bottom: auto;
    top: 0;
  }

  .panel-flat .heading-elements.panel-tabs>.nav-tabs>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-elements.panel-pills>.nav-pills {
    margin-bottom: 0;
    margin-top: -1px;
  }

  .heading-elements.panel-pills .nav-sm {
    margin-top: 1px;
  }

  .heading-elements.panel-pills .nav-xs {
    margin-top: 3px;
  }
}

.heading-form .form-group {
  margin-bottom: 0;
}

.heading-form .checkbox-switchery,
.heading-form .checkbox-switchery[class*="switchery-"] {
  margin-bottom: 0;
}

.heading-form .input-group .form-control {
  width: 100%;
  margin-top: 0;
}

.heading-form .input-group.input-group-sm .btn,
.heading-form .input-group.input-group-xs .btn {
  margin-top: 0;
}

@media (min-width: 769px) {
  .heading-form .form-group {
    display: inline-block;
  }

  .heading-form .form-group+.form-group {
    margin-left: 15px;
  }

  .heading-form .checkbox-inline,
  .heading-form .radio-inline {
    margin-top: 8px;
  }

  .heading-form .checkbox-switch {
    margin-top: 2px;
  }

  .heading-form .checkbox-switch-sm {
    margin-top: 3px;
  }

  .heading-form .checkbox-switch-xs {
    margin-top: 4px;
  }
}

@media (max-width: 768px) {

  .heading-elements,
  .breadcrumb-elements {
    display: none;
  }

  .heading-elements.visible,
  .breadcrumb-elements.visible {
    display: block;
    margin-top: 0;
    top: 100%;
    height: auto;
    left: -1px;
    right: -1px;
    padding: 20px;
    padding-bottom: 0;
    border: 1px solid #dddddd;
    z-index: 997;
  }

  .panel[class*=bg-] .heading-elements.visible,
  .panel-heading[class*=bg-] .heading-elements.visible {
    border-width: 1px 0;
    border-color: rgba(255, 255, 255, 0.5);
    left: 0;
    right: 0;
    background-color: inherit;
  }

  .page-header .heading-elements {
    background-color: #fcfcfc;
  }

  .page-header .heading-elements.visible {
    border-width: 1px 0;
    left: 0;
    right: 0;
    z-index: 999;
  }

  .breadcrumb-elements.visible {
    padding: 0;
    z-index: 9;
  }
}

/* ------------------------------------------------------------------------------
*
*  # Helper classes
*
*  Custom helper classes
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */
.no-edge-top {
  top: 0;
}

.no-edge-bottom {
  bottom: 0;
}

.no-edge-left {
  left: 0;
}

.no-edge-right {
  right: 0;
}

@media (min-width: 1200px) {
  .pull-right-lg {
    float: right;
  }
}

@media (min-width: 1025px) {
  .pull-right-md {
    float: right;
  }
}

@media (min-width: 769px) {
  .pull-right-sm {
    float: right;
  }
}

@media (min-width: 480px) {
  .pull-right-xs {
    float: right;
  }
}

.valign-top {
  vertical-align: top;
}

.valign-middle {
  vertical-align: middle;
}

.valign-bottom {
  vertical-align: bottom;
}

.valign-baseline {
  vertical-align: baseline;
}

.valign-text-top {
  vertical-align: top;
}

.valign-text-bottom {
  vertical-align: text-bottom;
}

.position-relative {
  position: relative;
}

.position-static {
  position: static;
}

.display-block,
label.display-block {
  display: block;
}

.display-inline-block {
  display: inline-block;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-move {
  cursor: move;
}

.cursor-default {
  cursor: default;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-auto {
  overflow: auto;
}

.content-group-xs {
  margin-bottom: 10px !important;
}

.content-group-sm {
  margin-bottom: 15px !important;
}

.content-group {
  margin-bottom: 20px !important;
}

.content-group-lg {
  margin-bottom: 30px !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.no-border {
  border: 0 !important;
}

.no-border-top {
  border-top: 0 !important;
}

.no-border-bottom {
  border-bottom: 0 !important;
}

.no-border-left {
  border-left: 0 !important;
}

.no-border-right {
  border-right: 0 !important;
}

.no-border-radius {
  border-radius: 0;
}

.no-border-radius-top {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.no-border-radius-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.no-border-radius-left {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.no-border-radius-right {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.border-top {
  border-top: 1px solid;
}

.border-bottom {
  border-bottom: 1px solid;
}

.border-left {
  border-left: 1px solid;
}

.border-right {
  border-right: 1px solid;
}

.border-lg {
  border-width: 2px;
}

.border-top-lg {
  border-top: 2px solid;
}

.border-bottom-lg {
  border-bottom: 2px solid;
}

.border-left-lg {
  border-left: 2px solid;
}

.border-right-lg {
  border-right: 2px solid;
}

.border-xlg {
  border-width: 3px;
}

.border-top-xlg {
  border-top: 3px solid;
}

.border-bottom-xlg {
  border-bottom: 3px solid;
}

.border-left-xlg {
  border-left: 3px solid;
}

.border-right-xlg {
  border-right: 3px solid;
}

.full-width {
  width: 100%;
}

@media (min-width: 769px) {
  .width-200 {
    min-width: 200px;
  }

  .width-250 {
    min-width: 250px;
  }

  .width-300 {
    min-width: 300px;
  }

  .width-350 {
    min-width: 350px;
  }

  .width-400 {
    min-width: 400px;
  }

  .width-450 {
    min-width: 450px;
  }

  .width-500 {
    min-width: 500px;
  }

  .width-550 {
    min-width: 550px;
  }

  .width-600 {
    min-width: 600px;
  }

  .width-650 {
    min-width: 650px;
  }
}

.img-lg {
  width: 44px !important;
  height: 44px !important;
}

.img-sm {
  width: 36px !important;
  height: 36px !important;
}

.img-xs {
  width: 32px !important;
  height: 32px !important;
}

/* ------------------------------------------------------------------------------
*
*  # Bootstrap multiselect
*
*  Styles for multiselect.js - custom multiple select plugin
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */
.multiselect {
  width: 100%;
  min-width: 100%;
  text-align: left;
  padding-left: 12px;
  padding-right: 29px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.multiselect.btn-default,
.multiselect.btn-default.disabled {
  background-color: #ffffff;
  border-color: #dddddd;
}

.multiselect.btn-default:active,
.btn-group.open .multiselect.btn-default {
  border-color: #dddddd;
}

.multiselect .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -8px;
  width: 16px;
  text-align: right;
}

.multiselect.btn-lg {
  padding-left: 15px;
  padding-right: 30px;
}

.multiselect.btn-lg .caret {
  right: 15px;
}

.multiselect.btn-sm {
  padding-left: 11px;
  padding-right: 22px;
}

.multiselect.btn-sm .caret {
  right: 11px;
}

.multiselect.btn-xs {
  padding-left: 10px;
  padding-right: 20px;
}

.multiselect.btn-xs .caret {
  right: 10px;
}

.multiselect-container {
  min-width: 180px;
  max-height: 250px;
  overflow-y: auto;
}

.multiselect-container>li {
  padding: 0;
}

.multiselect-container>li>a {
  padding: 0;
}

.multiselect-container>li>a>label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  padding: 8px 12px;
  padding-left: 40px;
}

.multiselect-container>li>a .checker,
.multiselect-container>li>a .choice {
  top: 50%;
  margin-top: -9px;
  left: 12px;
}

.multiselect-container>li>a.multiselect-all label {
  font-weight: 500;
}

.multiselect-container>li.disabled>a {
  background-color: transparent;
}

.multiselect-container>li.disabled>a>label {
  cursor: not-allowed;
}

.multiselect-container>li.multiselect-group>label,
.multiselect-container>li.multiselect-group.active>label {
  margin: 0;
  padding: 8px 15px;
  font-size: 11px;
  line-height: 1.82;
  color: #999999;
  text-transform: uppercase;
  margin-top: 10px;
  background-color: transparent;
  cursor: default;
}

.multiselect-container>li.multiselect-group.disabled {
  color: #999999;
}

.multiselect-container>li.multiselect-group:first-child>label,
.multiselect-container>li.multiselect-group:first-child.active>label {
  margin-top: 5px;
}

.multiselect-container>li.multiselect-group.multiselect-group-clickable>label {
  cursor: pointer;
}

.multiselect-container>li.multiselect-group.disabled label,
.multiselect-container>li.multiselect-group.disabled:hover label,
.multiselect-container>li.multiselect-group.disabled:focus label {
  background-color: transparent;
  cursor: not-allowed;
}

.multi-select-full>.btn-group {
  width: 100%;
}

.multi-select-full>.btn-group .multiselect-container {
  width: inherit;
}

.multi-select-fixed>.btn-group>.btn {
  width: 250px;
}

.multi-select-auto>.btn-group>.btn {
  width: auto;
}

div[class*=border-]>.btn-group {
  border-color: inherit;
}

div[class*=border-]>.btn-group>.multiselect {
  border-color: inherit;
}

li.multiselect-filter {
  position: relative;
  padding: 12px;
  padding-top: 7px;
  margin-bottom: 0;
}

li.multiselect-filter i {
  font-size: 13px;
  position: absolute;
  left: 24px;
  top: 50%;
  margin-top: -9px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

li.multiselect-filter .form-control {
  padding-left: 36px;
}

.input-group-btn+.multi-select-full .multiselect:first-child,
.input-group-addon+.multi-select-full .multiselect:first-child,
.input-group-btn+.multi-select-auto .multiselect:first-child,
.input-group-addon+.multi-select-auto .multiselect:first-child,
.input-group-btn+.multi-select-fixed .multiselect:first-child,
.input-group-addon+.multi-select-fixed .multiselect:first-child,
.input-group-btn+.btn-group .multiselect:first-child,
.input-group-addon+.btn-group .multiselect:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-multiselect {
  width: 100%;
}

.btn-group-multiselect .btn {
  float: none;
}

.btn-group-multiselect .multiselect {
  min-width: 0;
}

.btn-group>.btn-group:nth-child(2)>.multiselect.btn {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

/* ------------------------------------------------------------------------------
*
*  # Switchery toggles
*
*  Styles for switchery.min.js - toggle switches
*
*  Version: 1.0
*  Latest update: Mar 25, 2015
*
* ---------------------------------------------------------------------------- */
.switchery {
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 100px;
  cursor: pointer;
  display: inline-block;
  width: 44px;
  height: 22px;
  vertical-align: middle;
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.checkbox-switchery .switchery {
  position: absolute;
  left: 0;
  margin-top: -2px;
}

.switchery>small {
  background-color: #fff;
  border-radius: 100px;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.checkbox.checkbox-switchery {
  margin-bottom: 14px;
  padding-left: 0;
}

.checkbox.checkbox-switchery.disabled .switchery {
  cursor: not-allowed;
}

.checkbox[class*=switchery-],
.checkbox-inline[class*=switchery-] {
  padding-left: 0;
  padding-right: 0;
}

.switchery-lg.checkbox-switchery {
  margin-bottom: 18px;
}

.switchery-lg.checkbox-switchery .switchery {
  margin-top: -4px;
}

label.switchery-lg {
  margin-bottom: 0;
}

.switchery-lg .switchery {
  height: 26px;
  width: 52px;
}

.switchery-lg .switchery>small {
  height: 26px;
  width: 26px;
}

.switchery-sm.checkbox-switchery {
  margin-bottom: 10px;
}

.switchery-sm.checkbox-switchery .switchery {
  margin-top: 0px;
}

label.switchery-sm {
  margin-bottom: 0;
}

.switchery-sm .switchery {
  height: 18px;
  width: 36px;
}

.switchery-sm .switchery>small {
  height: 18px;
  width: 18px;
}

.switchery-xs.checkbox-switchery {
  margin-bottom: 6px;
}

.switchery-xs.checkbox-switchery .switchery {
  margin-top: 2px;
}

label.switchery-xs {
  margin-bottom: 0;
}

.switchery-xs .switchery {
  height: 14px;
  width: 28px;
}

.switchery-xs .switchery>small {
  height: 14px;
  width: 14px;
}

.checkbox-switchery label,
label.checkbox-switchery {
  position: relative;
  padding-left: 56px;
  margin: 0;
  cursor: pointer;
}

.checkbox-switchery.switchery-lg label,
label.checkbox-switchery.switchery-lg {
  padding-left: 64px;
}

.checkbox-switchery.switchery-sm label,
label.checkbox-switchery.switchery-sm {
  padding-left: 48px;
}

.checkbox-switchery.switchery-xs label,
label.checkbox-switchery.switchery-xs {
  padding-left: 40px;
}

.checkbox-switchery.checkbox-inline {
  margin-bottom: 0;
}

.checkbox-switchery.checkbox-right .switchery {
  left: auto;
  right: 0;
}

.checkbox-switchery.checkbox-right label,
label.checkbox-switchery.checkbox-right {
  padding-left: 0;
  padding-right: 56px;
}

.checkbox-switchery.checkbox-right.switchery-lg label,
label.checkbox-switchery.checkbox-right.switchery-lg {
  padding-left: 0;
  padding-right: 64px;
}

.checkbox-switchery.checkbox-right.switchery-sm label,
label.checkbox-switchery.checkbox-right.switchery-sm {
  padding-left: 0;
  padding-right: 48px;
}

.checkbox-switchery.checkbox-right.switchery-xs label,
label.checkbox-switchery.checkbox-right.switchery-xs {
  padding-left: 0;
  padding-right: 40px;
}

.switchery-double .switchery {
  position: relative;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: -7px;
  margin-bottom: -5px;
}

.switchery-double.checkbox-switchery label,
label.switchery-double.checkbox-switchery {
  padding: 0;
}

.switchery-double.switchery-lg .switchery {
  margin-top: -8px;
  margin-bottom: -6px;
}

.switchery-double.switchery-sm .switchery {
  margin-top: -6px;
  margin-bottom: -4px;
}

.switchery-double.switchery-xs .switchery {
  margin-top: -5px;
  margin-bottom: -3px;
}

/* ------------------------------------------------------------------------------
*
*  # Bootstrap switches
*
*  Styles for switch.min.js - checkbox/radio toggle switches
*
*  Version: 1.0
*  Latest update: MaY 25, 2015
*
* ---------------------------------------------------------------------------- */
.bootstrap-switch {
  display: inline-block;
  cursor: pointer;
  margin-top: -2px;
  margin-right: 7px;
  border-radius: 3px;
  border: 1px solid transparent;
  position: relative;
  text-align: left;
  overflow: hidden;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all ease-in-out 0.05s;
  -o-transition: all ease-in-out 0.05s;
  transition: all ease-in-out 0.05s;
}

.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  border-radius: 3px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.bootstrap-switch.bootstrap-switch-focused {
  outline: 0;
}

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding: 7px 12px;
}

.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

.bootstrap-switch input[type='radio'].form-control,
.bootstrap-switch input[type='checkbox'].form-control {
  height: auto;
}

.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default !important;
}

.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  cursor: default !important;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left 0.2s;
  -o-transition: margin-left 0.2s;
  transition: margin-left 0.2s;
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.bootstrap-switch-handle-on,
.bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
}

.bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #333333;
  background-color: #eeeeee;
}

.bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background-color: #2196f3;
}

.bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background-color: #f44336;
}

.bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background-color: #4caf50;
}

.bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch-handle-off.bootstrap-switch-warning {
  color: #fff;
  background-color: #ff5722;
}

.bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background-color: #00bcd4;
}

.bootstrap-switch-handle-on {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.bootstrap-switch-handle-off {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.bootstrap-switch-label {
  text-align: center;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  z-index: 100;
  color: #333333;
  background-color: #fff;
  position: relative;
}

.bootstrap-switch-label:hover {
  background-color: #fcfcfc;
}

.bootstrap-switch-label:active {
  background-color: #fafafa;
}

.bootstrap-switch-label:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 10px;
  margin-top: -5px;
  margin-left: -1px;
  display: inline-block;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch-large .bootstrap-switch-label {
  padding: 9px 15px;
}

.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 5px 10px;
}

.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch-small .bootstrap-switch-label {
  padding: 6px 11px;
}

.checkbox-switch>label,
label.checkbox-switch.checkbox-inline {
  padding: 0;
}

.checkbox-switch.checkbox-right .bootstrap-switch {
  margin-right: 0;
  margin-left: 7px;
}

ul.list-justify>li div {
  float: left;
}


.award-item .hexagon_on {
  margin: 35px 0;
}

.hexagon_on {
  width: 100px;
  height: 55px;
  background: #53D76A;
  position: relative;
}

.hexagon_on:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 25px solid #53D76A;
}

.hexagon_on:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 25px solid #53D76A;
}


/* tabs */

@media screen and (max-width: 479px) {

  .nav-tabs-responsive>li {
    display: none;
    width: 23%;
  }

  .nav-tabs-responsive>li>a {
    max-width: 25%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: 25%;
    text-align: center;
    vertical-align: top;
  }

  .nav-tabs-responsive>li.active {
    width: 54%;
  }

  .nav-tabs-responsive>li.active:first-child {
    margin-left: 23%;
  }

  .nav-tabs-responsive>li.active,
  .nav-tabs-responsive>li.prev,
  .nav-tabs-responsive>li.next {
    display: block;
  }

  .nav-tabs-responsive>li.prev,
  .nav-tabs-responsive>li.next {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  .nav-tabs-responsive>li.next>a,
  .nav-tabs-responsive>li.prev>a {
    -webkit-transition: none;
    transition: none;
  }

  .nav-tabs-responsive>li.next>a .text,
  .nav-tabs-responsive>li.prev>a .text {
    display: none;
  }

  .nav-tabs-responsive>li.next>a:after,
  .nav-tabs-responsive>li.next>a:after,
  .nav-tabs-responsive>li.prev>a:after,
  .nav-tabs-responsive>li.prev>a:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .nav-tabs-responsive>li.prev>a:after {
    content: "\f053";
  }

  .nav-tabs-responsive>li.next>a:after {
    content: "\f054";
  }
}

.footer_info {
  width: 100%;
}

.footer_info tr {
  line-height: 22px;
  height: 22px;
  border-bottom-style: solid;
  border-width: 1px;
}

.footer_info td {
  line-height: 22px;
  height: 22px;
  border-bottom-style: solid;
  border-width: 1px;
  width: 25%;
  font-size: 12px;
  margin-left: 2px;
}

.street-view:after {
  content: "";
  background: #90EE90;
  display: block;
  position: absolute;
  padding-top: 300%;
  padding-left: 350%;
  margin-left: -20px !important;
  margin-top: -120%;
  opacity: 0;
  transition: all 0.8s
}

.street-view:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s
}

.circle_common {
  top: 0px;
  width: 32px;
  height: 32px;
  border-radius: 10%;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  text-align: center;
background: rgba(255, 255, 244, 0.5);
/*  background: #FFFFF4;*/
  z-index: 9999;
  font-weight: bold;
  float: right;
  cursor: pointer;
  margin-bottom: 5px;
  background-size: 20px 20px;
  resize: both;
  background-position: center;
  background-repeat: no-repeat;
border: 2px solid rgba(0, 0, 0, 0.2);
}

.circle_offline {
  top: 0px;
  width: 32px;
  height: 32px;
  border-radius: 10%;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background: #5f5f5fe0;
  z-index: 9999;
  font-weight: bold;
  float: right;
  cursor: pointer;
  margin-bottom: 5px;
  background-size: 22px 22px;
  resize: both;
  background-position: center;
  background-repeat: no-repeat;
}

.circle_online {
  top: 0px;
  width: 32px;
  height: 32px;
  border-radius: 10%;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background: #336442;
  z-index: 9999;
  font-weight: bold;
  float: right;
  cursor: pointer;
  margin-bottom: 5px;
  background-size: 22px 22px;
  resize: both;
  background-position: center;
  background-repeat: no-repeat;
}

.circle_total {
  top: 0px;
  width: 32px;
  height: 32px;
  border-radius: 10%;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background: #0f0101d3;
  z-index: 9999;
  font-weight: bold;
  float: right;
  cursor: pointer;
  margin-bottom: 5px;
  background-size: 22px 22px;
  resize: both;
  background-position: center;
  background-repeat: no-repeat;
}

.circle_moving {
  top: 0px;
  width: 32px;
  height: 32px;
  border-radius: 10%;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background: #0016B0;
  z-index: 9999;
  font-weight: bold;
  float: right;
  cursor: pointer;
  margin-bottom: 5px;
  background-size: 22px 22px;
  resize: both;
  background-position: center;
  background-repeat: no-repeat;
}

.circle_container {
  position: absolute;
  right: 12px;
  top: 96px;
  width: 32px;
  height: 350px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  display: inline-block;
  vertical-align: middle;
  border-radius: 10%;
/*border: 4px solid rgba(0, 0, 0, 0.2);*/
  z-index: 1039 !important;
}

.modal-backdrop {
  z-index: 1040 !important;
}

.modal-dialog {
  margin: 2px auto;
  z-index: 1100 !important;
}

.container_footer {
  display: none;
  position: absolute;
  bottom: 0px;
  width: 370px;
  height: 160px;
  font-size: 10px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
  background: #FFFFF4;
  z-index: 99999;
  left: -5px;
  border-radius: 5%;
  white-space: nowrap;
}

button[name="btnRegister"] {
  display: none;
}

.container_list {
  position: absolute;
  top: 100px;
  width: 250px;
  height: 350px;
  font-size: 10px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
  background: #f7f7f7;
  z-index: 99999;
  right: 55px;
  border-radius: 5%;
  display: none;
}

#list_table tbody {
  display: block;
  overflow: auto;
  height: 253px;
  width: 100%;
}

#list_table thead tr {
  display: block;
}

.circle_common img {
  -webkit-filter: grayscale(0%);
  transition: -webkit-filter .3s linear;
}

.circle_common img:hover {
  -webkit-filter: grayscale(75%);
}

.apple-store {
  bottom: 0px;
  display: none;
}

.play-store {
  margin-left: 10px;
  bottom: 0px;
  display: none;
}

#btnCloseFooter {
  cursor: pointer;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  /**border: 2px solid rgb(255, 89, 0) !important;*/
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 40px;
  height: 40px;
}

.leaflet-control-layers {
  border-radius: 5px !important;
}

.leaflet-top {
  z-index: 1049;
}

#pano {
  bottom: 160px;
  width: 350px;
  height: 160px;
  right: 45px;
  position: absolute;
  z-index: 9999;
  display: none;
}

#field_photo {
  display: none;
  height: 125px;
  width: 200px;
  float: right;
  cursor: pointer
}

.iconStatus {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
