@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);
.triple-spinner {
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top: 4px solid #FF5722;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.triple-spinner::before,
.triple-spinner::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 4px solid transparent;
}

.triple-spinner::before {
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-top-color: #FF9800;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3.5s linear infinite;
}

.triple-spinner::after {
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-top-color: #FFC107;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.75s linear infinite;
}
     
@-webkit-keyframes spin {
    from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
@keyframes spin {
    from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

.e-grid .e-refresh::before,
.e-grid-menu .e-refresh::before {
  content: '\E837';
}


/*******************************************************************************************************************/
/* Ausblenden der Abtrennungslinie unterhalb der Tab-Control-Header
/*******************************************************************************************************************/
.nav-tabs {
  border-bottom: 0px!important;
}

/*******************************************************************************************************************/
/* Style für die Picture-Items im Media-Item-Edit-Dialog                                                           */
/*******************************************************************************************************************/

/*******************************************************************************************************************/
/* Style für den Font                                                                                              */
/*******************************************************************************************************************/
.font-family-monserat {
  font-family: "Montserrat", sans-serif;
}

/*******************************************************************************************************************/
/* Style für Media-Listen (Kommentare)                                                                             */
/*******************************************************************************************************************/
.commenttimeline {
  position: relative;
  padding-left: 40px;
  margin-right: 10px;
  border-left: 1px solid rgba(120, 130, 140, 0.13);
  margin-left: 30px; 
}

.commenttimeline .sl-left {
    float: left;
    margin-left: -60px;
    z-index: 1;
    margin-right: 15px; 
}
    
.commenttimeline .sl-left img {
      max-width: 40px; 
}

.commenttimeline .sl-item {
  margin-top: 8px;
  margin-bottom: 30px; 
}

.commenttimeline .sl-date {
  font-size: 12px;
  color: #99abb4; 
}

.commenttimeline .time-item {
  border-color: rgba(120, 130, 140, 0.13);
  padding-bottom: 1px;
  position: relative; 
}

.commenttimeline .time-item:before {
    content: " ";
    display: table; 
}

.commenttimeline .time-item:after {
    background-color: #ffffff;
    border-color: rgba(120, 130, 140, 0.13);
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    bottom: 0;
    content: '';
    height: 14px;
    left: 0;
    margin-left: -8px;
    position: absolute;
    top: 5px;
    width: 14px; 
}

.commenttimeline .time-item-item:after {
  content: " ";
  display: table; 
}

.commenttimeline .item-info {
  margin-bottom: 15px;
  margin-left: 15px; 
}

.commenttimeline .item-info p {
    margin-bottom: 10px !important; 
}


.media {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin-bottom: 10px;
  padding: 15px; }

/*******************************************************************************************************************/
/* Zusätzliche Styles für die Größe von Material-Icons                                                             */
/*******************************************************************************************************************/
.mdi-64px.mdi-set,.mdi-64px.mdi:before {
  font-size:64px
}
.mdi-72px.mdi-set,.mdi-72px.mdi:before {
  font-size:72px
}

/*******************************************************************************************************************/
/* Klasse für die Sticky-Controls                                                                                  */
/*******************************************************************************************************************/
.sticky.is-sticky {
  background-color: darkred;
  position: fixed;
  top: 72.5px;
  margin-top: 0px!important;
  z-index: 40;
}

/*******************************************************************************************************************/
/* Die Aurelia-Dialoge mit einem 50% Overlay versehen                                                              */
/*******************************************************************************************************************/
ux-dialog-overlay.active {
  background-color: black;
  opacity: .5 !important;
}

/*******************************************************************************************************************/
/* Allgemeine Styles                                                                                               */
/*******************************************************************************************************************/
.with-ellipsis {
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow : hidden;
  white-space: nowrap;
}

/*******************************************************************************************************************/
/* Styles für Buttons am rechten unteren Bildschirmrand                                                            */
/*******************************************************************************************************************/
.right-side-button {
  position: relative; 
}

.btn-circle.right-side-button {
  position: fixed !important;
  bottom: 20px;
  right: 20px !important;
  padding: 25px !important;
  z-index: 10 !important; 
}

.right-side-button:hover i {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 0.5s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 0.5s;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

.right-side-button i {
  position: absolute;
  top: 18px;
  left: 18px; }

.btn-circle.right-side-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 25px;
    z-index: 10; 
}

/*******************************************************************************************************************/
/* Style für die Thumbnail-Vorschau für den Video-Player                                                                               */
/*******************************************************************************************************************/
.video-js.vjs-vtt-thumbnails{display:block}.video-js .vjs-vtt-thumbnail-display{position:absolute;transition:transform .1s, opacity .2s;bottom:85%;pointer-events:none;box-shadow:0 0 7px rgba(0,0,0,0.6)}

/*******************************************************************************************************************/
/* Styles für das NPROGRESS-Control hier reingenommen, da spezielle Anpassungen für die Website durchgeführt wurde */
/*******************************************************************************************************************/
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: red;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px red, 0 0 5px red;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: red;
  border-left-color: red;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*******************************************************************************************************************/
/* Styles für das Syncfusion-Grid-Control welche im Upload-Control für den Progressbar benötigt werden            **/
/*******************************************************************************************************************/
#progressUpload { 
  position: relative; 
  height: 18px; 
  width: 10em; 
  text-align: left; 
  background-color: white; 
} 

#progressBarUpload { 
  position: absolute; 
  width: 10%; 
  height: 100%; 
  background-color: dodgerblue; 
} 

#progressBarUpload.upload-success { 
  background-color: #00b300;
}

#progressBarUpload.upload-error { 
  background-color: #df2222; 
}

#labelProgressBarUpload { 
  position: relative; 
  left: 10px; 
  line-height: 18px; 
  font-size: 10px; 
  color: white; 
}    


/*******************************************************************************************************************/
/* Styles für das Spinner Control beim PictureControl                                                             **/
/*******************************************************************************************************************/

.ejtab-set-adminpro-defaults {
  font-family: "Montserrat", sans-serif !important;
  color: #67757c !important;
  font-size: 1rem !important;
}


/*******************************************************************************************************************/
/* Styles für SELECT2 Material Design                                                                             **/
/*******************************************************************************************************************/
/**
 * Multiple Select2
 */
 .select2-container--material {
  width: 100% !important;
  /**
   * Textbox
   */
  /**
   * Dropdown
   */
  /**
   * Options
   */
  /**
   * Focused textbox
   */
  /**
   * Disabled textbox
   */
}

.select2-container--material ::-webkit-input-placeholder {
  color: inherit;
}

.select2-container--material :-ms-input-placeholder {
  color: inherit;
}

.select2-container--material ::-ms-input-placeholder {
  color: inherit;
}

.select2-container--material ::placeholder {
  color: inherit;
}

.select2-container--material .select2-selection {
  /* @extend input */
  overflow: visible;
  font: inherit;
  touch-action: manipulation;
  margin: 0;
  line-height: inherit;
  border-radius: 0;
  box-sizing: inherit;
  /* @extend .form-control */
  display: block;
  width: 100%;
  color: #55595c;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: .5rem 0 .6rem;
  font-size: 1rem;
  line-height: 1.5;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  margin-top: .2rem;
  margin-bottom: 1rem;
  /* @extend input[type=text] */
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  outline: 0;
  width: 100%;
  font-size: 1rem;
  box-shadow: none;
  transition: all .3s;
  min-height: 2.1rem;
}

.select2-container--material .select2-selection .select2-selection__rendered {
  padding-left: 0;
}

.select2-container--material .select2-selection--single .select2-selection__rendered {
  float: left;
}

.select2-container--material .select2-selection--single .select2-selection__arrow {
  float: right;
}

.select2-container--material .select2-selection--multiple {
  /**
   * Multiple selected options
   */
  /**
   * Multiple selected option clear button
   */
}

.select2-container--material .select2-selection--multiple .select2-selection__rendered {
  width: 100%;
}

.select2-container--material .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice {
  /* @extend .mdl-chip */
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  border: 0;
  border-radius: 16px;
  background-color: #dedede;
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
  margin: 2px 0;
  font-size: 0;
  white-space: nowrap;
  /* @extend .mdl-chip__text */
  font-size: 13px;
  vertical-align: middle;
  display: inline-block;
  float: left;
  margin-right: 8px;
  margin-bottom: 4px;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice__remove {
  /* Hide default content */
  font-size: 0;
  opacity: 0.38;
  cursor: pointer;
  float: right;
  margin-top: 4px;
  margin-right: -6px;
  margin-left: 6px;
  transition: opacity;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice__remove::before {
  content: "cancel";
  /* @extend .material-icons */
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  color: #000;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice__remove:hover {
  opacity: 0.54;
}

.select2-container--material .select2-search--inline .select2-search__field {
  width: 100%;
  margin-top: 0;
  /* Match input[type=text] */
  height: 34px;
  line-height: 1;
}

.select2-container--material .select2-dropdown {
  border: 0;
}

.select2-container--material .select2-dropdown .select2-search__field {
  min-height: 2.1rem;
  margin-bottom: 16px;
  border: 0;
  border-bottom: 1px solid #ccc;
  transition: all .3s;
}

.select2-container--material .select2-dropdown .select2-search__field:focus {
  border-bottom: 1px solid #4285f4;
  box-shadow: 0 1px 0 0 #4585f4;
}

.select2-container--material .select2-results__options {
  /* @extend .zf-shadow-depth* */
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  /* @extend .dropdown-content */
  background-color: #fff;
  margin: 0;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  z-index: 999;
  will-change: width,height;
  /* @extend .dropdown-content inline styles */
}

.select2-container--material .select2-results__option {
  /* @extend .dropdown-content li */
  cursor: pointer;
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.5rem;
  text-align: left;
  text-transform: none;
  /* @extend .dropdown-content li>a, .dropdown-content li>span */
  font-size: 1.2rem;
  display: block;
  padding: 1rem;
  /**
   * Disabled options
   */
  /**
   * Selected option
   */
  /**
   * Active/hovered option
   */
}

.select2-container--material .select2-results__option[aria-disabled=true] {
  /* @extend .select-dropdown li.disabled */
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent !important;
  cursor: context-menu;
  /* @extend .disabled */
  cursor: not-allowed;
}

.select2-container--material .select2-results__option[aria-selected=true] {
  /* @extend .dropdown-content li:active, .dropdow-content li:hover */
  color: #4285f4;
  background-color: #eee;
}

.select2-container--material .select2-results__option--highlighted[aria-selected] {
  background-color: #ddd;
}

.select2-container--material.select2-container--focus .select2-selection {
  /* @extend input[type=text]:focus */
  border-bottom: 1px solid #4285f4;
  box-shadow: 0 1px 0 0 #4585f4;
}

.select2-container--material.select2-container--disabled .select2-selection {
  /* @extend .select-wrapper input.select-dropdown:disabled */
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.select2-container--material.select2-container--disabled.select2-container--focus .select2-selection {
  box-shadow: none;
}

/*****************************************/
/**** Das Einblenden der Views animieren */
/*****************************************/
section.au-left {
  opacity: 0!important;
}

section.au-enter-active {
  -webkit-animation: fadeInView 0.5s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadeInView 0.5s; /* Firefox < 16 */
   -ms-animation: fadeInView 0.5s; /* Internet Explorer */
    -o-animation: fadeInView 0.5s; /* Opera < 12.1 */
       animation: fadeInView 0.5s;
}


/*****************************************/
/**** Das Ausblenden der Views animieren */
/*****************************************/
section.au-leave-active {
  -webkit-animation: fadeOutView 0.5s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadeOutView 0.5s; /* Firefox < 16 */
   -ms-animation: fadeOutView 0.5s; /* Internet Explorer */
    -o-animation: fadeOutView 0.5s; /* Opera < 12.1 */
       animation: fadeOutView 0.5s;
}


/****************************************************/
/**** Das Einblenden der Picture-Controls animieren */
/****************************************************/
.picture-item-container.au-enter {
  opacity: 0 !important;
}
.picture-item-container.au-enter-active {
  animation: fadeIn 100ms;
}
.picture-item-container-normal.au-enter {
  opacity: 0 !important;
}
.picture-item-container-normal.au-enter-active {
  animation: fadeIn 100ms;
}
.picture-container-flex.au-stagger-enter {
  animation-delay: 50ms;
}

/****************************************************/
/**** Das Einblenden der Video-Controls animieren */
/****************************************************/
.video-item-container.au-enter {
  opacity: 0 !important;
}
.video-item-container.au-enter-active {
  animation: fadeIn 100ms;
}

/****************************************************/
/**** Das Einblenden der Picture-Controls animieren */
/****************************************************/
.row.au-stagger-enter {
  animation-delay: 50ms;
}
.video-container-flex.au-stagger-enter {
  animation-delay: 50ms;
}
.picture-container-flex.au-stagger {
  animation-delay: 50ms;
}

/******************************************************/
/**** Animationsdefinitionen für die Picture-Controls */
/******************************************************/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/******************************************************/
/**** Animationsdefinitionen für die View-Animationen */
/******************************************************/
@keyframes fadeInView {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadeInView {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeInView {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadeInView {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadeInView {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes fadeOutView {
  from { opacity: 1; }
  to   { opacity: 0; }
}

/* Firefox < 16 */
@-moz-keyframes fadeOutView {
  from { opacity: 1; }
  to   { opacity: 0; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeOutView {
  from { opacity: 1; }
  to   { opacity: 0; }
}

/* Internet Explorer */
@-ms-keyframes fadeOutView {
  from { opacity: 1; }
  to   { opacity: 0; }
}

/* Opera < 12.1 */
@-o-keyframes fadeOutView {
  from { opacity: 1; }
  to   { opacity: 0; }
}

.anil_nepal{width:100%; display:block;}
.switch {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 30px;
    padding: 3px;
    margin: 0 10px 10px 0;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    box-sizing: content-box;
}
label {
    font-weight: inherit;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;

    line-height: normal;
      -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}


.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: content-box;
}
.switch-left-right .switch-input:checked ~ .switch-label {
    background: inherit;
}
.switch-input:checked ~ .switch-label {
    background: #E1B42B;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-left-right .switch-label {
    overflow: hidden;
}
.switch-label, .switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}
.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #eceeef;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    box-sizing: content-box;
}
.switch-left-right .switch-input:checked ~ .switch-label:before {
    opacity: 1;
    left: 100px;
}
.switch-input:checked ~ .switch-label:before {
    opacity: 0;
}
.switch-left-right .switch-label:before {
    background: #eceeef;
    text-align: left;
    padding-left: 80px!important;
}
.switch-left-right .switch-label:before, .switch-left-right .switch-label:after {
    width: 20px;
    height: 20px;
    top: 4px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 11px 0 0 0;
    text-indent: -12px;
    border-radius: 20px;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.1);
}
.switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #aaaaaa;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

span.switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    position: absolute;
  
}

.switch-label:before, .switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    box-sizing: content-box;
}

.switch-left-right .switch-input:checked ~ .switch-label:after {
    left: 0!important;
    opacity: 1;
    padding-left: 20px;
}


.switch-input:checked ~ .switch-label:after {
    opacity: 1;
}


.switch-left-right .switch-label:after {
    text-align: left;
    text-indent: 9px;
    background: dodgerblue!important;
    left: -100px!important;
    opacity: 1;
    width: 100%!important;
 
}
.switch-left-right .switch-label:before, .switch-left-right .switch-label:after {
    width: 20px;
    height: 20px;
    top: 4px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 11px 0 0 0;
    text-indent: -12px;
    border-radius: 20px;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.1);
}
.switch-input:checked ~ .switch-handle {
    left: 74px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-label, .switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

.switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 28px;
    height: 28px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    border-radius: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-handle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}

/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */

.irs {
    position: relative; display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
    .irs-line {
        position: relative; display: block;
        overflow: hidden;
        outline: none !important;
    }
        .irs-line-left, .irs-line-mid, .irs-line-right {
            position: absolute; display: block;
            top: 0;
        }
        .irs-line-left {
            left: 0; width: 11%;
        }
        .irs-line-mid {
            left: 9%; width: 82%;
        }
        .irs-line-right {
            right: 0; width: 11%;
        }

    .irs-bar {
        position: absolute; display: block;
        left: 0; width: 0;
    }
        .irs-bar-edge {
            position: absolute; display: block;
            top: 0; left: 0;
        }

    .irs-shadow {
        position: absolute; display: none;
        left: 0; width: 0;
    }

    .irs-slider {
        position: absolute; display: block;
        cursor: default;
        z-index: 1;
    }
        .irs-slider.single {

        }
        .irs-slider.from {

        }
        .irs-slider.to {

        }
        .irs-slider.type_last {
            z-index: 2;
        }

    .irs-min {
        position: absolute; display: block;
        left: 0;
        cursor: default;
    }
    .irs-max {
        position: absolute; display: block;
        right: 0;
        cursor: default;
    }

    .irs-from, .irs-to, .irs-single {
        position: absolute; display: block;
        top: 0; left: 0;
        cursor: default;
        white-space: nowrap;
    }

.irs-grid {
    position: absolute; display: none;
    bottom: 0; left: 0;
    width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
    .irs-grid-pol {
        position: absolute;
        top: 0; left: 0;
        width: 1px; height: 8px;
        background: #000;
    }
    .irs-grid-pol.small {
        height: 4px;
    }
    .irs-grid-text {
        position: absolute;
        bottom: 0; left: 0;
        white-space: nowrap;
        text-align: center;
        font-size: 9px; line-height: 9px;
        padding: 0 3px;
        color: #000;
    }

.irs-disable-mask {
    position: absolute; display: block;
    top: 0; left: -1%;
    width: 102%; height: 100%;
    cursor: default;
    background: rgba(0,0,0,0.0);
    z-index: 2;
}
.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}

.irs-disabled {
    opacity: 0.4;
}


.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

/* Ion.RangeSlider, Flat UI Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQQAAAC0CAYAAABytVLLAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjEuMWMqnEsAAAJySURBVHhe7dwxSiRBAIXhuYRg1KGht9jYO3iiAa+xE5vuVQQNDCc0aqvcmucgFWpZ2t8HP0ojGNVj0O7ePTw+r5JUMwiSkkGQlAyCpGQQJCWDICkZBEnJIEhKBkFSMgiSkkGQlAyCpLQDAAAAAAAAAAAAAAAAAAAAAAD4GZ7u/109PD4fSsfz1ylJ+vXVM3+oG3A+BoZA2nbHt1Eo39RPBr0fkLStDnUQfDqQVDt6DbukZBAkJYMgKRkESckfFSWdevujon87Sqod3Jgkqfb/xqSzuxXduixtr3rm329dBgAAAAAAAAAAAAAAAAAAAACY1rJf/0hSrQ7CKkk1gyApGQRJySBISgZBUjIIkpJBkJQMgqRkECQlgyApGQRJySBISnUQug85SNpe7ZlHAAAAAAAAAAAAAAAAAAAAgLks+/Xi44sSBnTRfj0wi3owr+9e/pav3VcqfWHezgKz+aYxqBkEmE3noI7KIMBsOgd1VAYBZtM5qKMyCDCbzkEdlUGA2XQO6qgMAsymc1BHZRBgNp2DOiqDALPpHNRRGQSYjRuTgCgH063LwLtyOD3cBAAAAAAAAAAAAAAAAAAAAAD8HMt+vSzdtC7bZWCL2hCcXnd20y4DW2QQgDAIQBgEIAwCEAYBCIMAhEEAwiAAYRCAMAhAGAQgDAIQBgEIgwCEQQDCIABhEIAoI+AVagAAAAAAAAAAAADAV1v261K6bS3tMrBFbQhODzfdtsvAFhkEIAwCEAYBCIMAhEEAwiAAYRCAMAhAGAQgDAIQBgEIgwCEQQDCIABhEIAwCEAYBCDKCHiFGgAAAAAAAAAAAAAA8Ll2u1fAUMO2/+rhvQAAAABJRU5ErkJggg==) repeat-x;
}

.irs {
    height: 40px;
}
.irs-with-grid {
    height: 60px;
}
.irs-line {
    height: 12px; top: 25px;
}
    .irs-line-left {
        height: 12px;
        background-position: 0 -30px;
    }
    .irs-line-mid {
        height: 12px;
        background-position: 0 0;
    }
    .irs-line-right {
        height: 12px;
        background-position: 100% -30px;
    }

.irs-bar {
    height: 12px; top: 25px;
    background-position: 0 -60px;
}
    .irs-bar-edge {
        top: 25px;
        height: 12px; width: 9px;
        background-position: 0 -90px;
    }

.irs-shadow {
    height: 3px; top: 34px;
    background: #000;
    opacity: 0.25;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=25);
}

.irs-slider {
    width: 16px; height: 18px;
    top: 22px;
    background-position: 0 -120px;
}
.irs-slider.state_hover, .irs-slider:hover {
    background-position: 0 -150px;
}

.irs-min, .irs-max {
    color: #999;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    top: 0; padding: 1px 3px;
    background: #e1e4e9;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: dodgerblue;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.irs-from:after, .irs-to:after, .irs-single:after {
    position: absolute; display: block; content: "";
    bottom: -6px; left: 50%;
    width: 0; height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: dodgerblue;
}


.irs-grid-pol {
    background: #e1e4e9;
}
.irs-grid-text {
    color: #999;
}

.irs-disabled {
}

.c404_c{
  text-align: center;
  display: block;
  position: relative;
  width:80%;
  margin:100px auto;
}

.c404_404{
  font-size: 220px;
  position: relative;
  display: inline-block;
  z-index: 2;
  height: 250px;
  letter-spacing: 15px;
}

.c404_1{
  text-align:center;
  display:block;
  position:relative;
  letter-spacing: 12px;
  font-size: 4em;
  line-height: 80%;
}

.c404_2{
  text-align:center;
  display:block;
  position: relative;
  font-size: 20px;
}

.c404_text{
  font-size: 70px;
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 19px 0px 0px 0px;
  /* top: 256.301px; */
  z-index: 3;
  width: 100%;
  line-height: 1.2em;
  display: inline-block;
}
           
.c404_right{
  float:right;
  width:60%;
}
            
c404_hr{
  padding: 0;
  border: none;
  border-top: 5px solid #fff;
  color: #fff;
  text-align: center;
  margin: 0px auto;
  width: 420px;
  height:10px;
  z-index: -10;
}
            
c404_hr:after {
  content: "\2022";
  display: inline-block;
  position: relative;
  top: -0.75em;
  font-size: 2em;
  padding: 0 0.2em;
  background: #33cc99;
}
           

/*# sourceMappingURL=../app~e2e1d8f5.921a1ac3eed9a8f2d942.bundle.map*/