/*
 * Toastr
 * Version 2.0.1
 * Copyright 2012 John Papa and Hans Fjallemark.  
 * All Rights Reserved.  
 * Use, reproduction, distribution, and modification of this code is subject to the terms and 
 * conditions of the MIT license, available at http://www.opensource.org/licenses/mit-license.php
 *
 * Author: John Papa and Hans Fjallemark
 * Project: https://github.com/CodeSeven/toastr
 */
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #ffffff;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-center {
  top: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-center {
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-center {
  top: 45%;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: auto;
  /*overrides*/

}
#toast-container.toast-center,
#toast-container.toast-top-center,
#toast-container.toast-bottom-center{
  width: 100%;
  pointer-events: none;
}
#toast-container.toast-center > div,
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div{
  margin: auto;
  pointer-events: auto;
}
#toast-container.toast-center > button,
#toast-container.toast-top-center > button,
#toast-container.toast-bottom-center > button{
  pointer-events: auto;
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-wait {
  background-image: url("data:image/gif;base64,R0lGODlhIAAgAIQAAAQCBISGhMzKzERCROTm5CQiJKyurHx+fPz+/ExOTOzu7Dw+PIyOjCwqLFRWVAwKDIyKjMzOzOzq7CQmJLy6vFRSVPTy9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAXACwAAAAAIAAgAAAF3eAljmRpnmh6VRSVqLDpIDTixOdUlFSNUDhSQUAT7ES9GnD0SFQAKWItMqr4bqKHVPDI+WiTkaOFFVlrFe83rDrT0qeIjwrT0iLdU0GOiBxhAA4VeSk6QYeIOAsQEAuJKgw+EI8nA18IA48JBAQvFxCXDI8SNAQikV+iiaQIpheWX5mJmxKeF6g0qpQmA4yOu8C7EwYWCgZswRcTFj4KyMAGlwYxDwcHhCXMXxYxBzQHKNo+3DDeCOAn0V/TddbYJA0K48gAEAFQicMWFsfwNA3JSgAIAAFfwIMIL4QAACH5BAkJABoALAAAAAAgACAAhAQCBIyKjERCRMzOzCQiJPTy9DQyNGRmZMTCxOTm5CwqLHx+fBQWFJyenNTW1Pz6/Dw6PGxubAwKDIyOjNTS1CQmJCwuLPz+/Dw+PHRydAAAAAAAAAAAAAAAAAAAAAAAAAXboCaOZGmeaKoxWcSosMkk15W8cZ7VdZaXkcEgQtrxfD9RhHchima1GwlCGUBSFCaFxMrgRtnLFhWujWHhs2nJc8KoVlWGQnEn7/i8XgOwWAB7JwoONQ4KgSQAZRcOgHgSCwsSIhZMNRZ5CzULIgaWF5h4mhecfIQ8jXmQkiODhYeIiRYGjrG2PxgBARi3IhNMAbcCnwI5BAQpAZ8TIwK6vCQVDwUVKL+WzAANTA210g/VJ8OWxQefByQE4dZMzBoInwh4zrtgn2p725YNthUFTNRuGYB3AYGBHCEAACH5BAkJAB0ALAAAAAAgACAAhAQCBISChFRWVMzKzCQiJOTm5GxqbCwuLJSWlPz6/NTW1AwODJSSlGRmZCwqLOzu7HR2dDQ2NAQGBISGhFxaXNTS1CQmJOzq7GxubDQyNKSmpPz+/Nza3AAAAAAAAAAAAAXfYCeOZGmeaKqurHBdAiuP17Zdc0lMAVHWt9yI8LA9fCPB4xEjARoNSWpis01kBpshFahurqzsZosiGpErScMAUO0maKF8Tq/bTQCIQgFp30cQXhB1BHEcXhx0FgkJFiOHVYlzi42AgoRxeRx8fn+en3UABwedKgsBAwMBCygOCjYKDisLFV4VrCUAtVUKpSZdXl8mB8EbByQWcQPFAyYZxccdB7sV0cvBzbmvvG0LBV4FrFTBYCWuNhyyHRTFFB20trh4BxmdYl4YIqepq0IRxRE+IfDCAFQHARo0NGERAgAh+QQJCQAgACwAAAAAIAAgAIUEAgSEgoRMTkzMyswcHhzk5uR0cnQUFhRcXlwsKiz09vQMCgyMiozU1tQkJiR8fnxkZmT8/vwEBgSEhoRcWlzU0tQkIiT08vR0dnQcGhxkYmQ0MjT8+vwMDgyMjozc2twAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG+UCQcEgsGo/IpHLJXDweC6Z0+IhEHlOjRGIMWLHZoUZx0RQlAajxkFFKFFYFl5m5KNpIySU+X2bIBEoQZBBZGQdMElFhjI2Oj5AgHQEDAw8dQxYeDBaNHRVWVhWYCXsRFwmMXqFWEyAerB6MA6xWA6+xs7URt6VWqIwTu64gDh4eDp6goaORQ5OVAZjO1EgEGhB4RwAYDQ0YAEwIcBEKFEgYrBhLBORxgUYfrB9LELuF8fNDAAaVBuEg7NXCVyRdqHVCGLBiIIQAB1Yc4BXh9uEbwAXuyi2iQI7DuSwHdiFqCEGDtizLRFUDsaGAlQIbVoJYIEDAIiZBAAAh+QQJCQAbACwAAAAAIAAgAIQEAgSMioxcWlz08vQcHhysqqwMDgx8enwsKiykoqRkZmT8+vzEwsQMCgyUlpQkJiS0srQEBgSMjoxcXlz09vQkIiSsrqwUEhQ0MjRsamz8/vwAAAAAAAAAAAAAAAAAAAAF7+AmjmRpnmiqruz2PG0sIssCj4CQJAIgj4/abRNJaI6agu9kCAQaphdJgEQKUIFjgGWsahJYLdf7RTWfLKr3+jsBClVlG5Xb9eb4fImgUBBKDVB4ExRHFGwbGRQLGXMEhUgUfw2QC4IyCmSNDQtHlm2ZXgoiGQsUjW0EnUgLfyKBeYSeiHojfH61uS0GBisVEgEVLRcWRxAXKAgDRwMILMVIECgSVRIrBmS9JtRI1iMVBweuGxerSNolyszOIhjLGs0jEFXSKA8SEkMbcEgWIxfzNBxrw6AKgxIGkM05UOWALhERHJhysOThBgAVWYQAACH5BAkJABkALAAAAAAgACAAhAQGBIyKjERCRMzOzCwuLGRiZPz6/OTm5AwODLSytFRSVNTW1Dw6PHx6fAwKDJSSlERGRNTS1DQyNGxqbPz+/BQSFLy6vFRWVNza3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAXqYCaO5FgFwxBUZeu61ULNFMa+eBvQdJD/owFvFhkBBAwHsBQZUooZyWF2YOQkBNJu6ANMaQeli0AxSEwymi0DcUJeEgPlbEJFAghRe/h+Eeg/Dl9UYks5DF9VhksOAgKFi5GSSwh5kzgVCXIJNxknD5aSCTwJIw8zD5MITpanFKmSCHI8NxUPoJejNKWXLZkznL0vCJ3CxsckDpA/ChYJFzkTBgYTSxc80C4OswbLLhY8Fi/bMwYAJVgl4DTiL9LUJADrFuci1zTZLwD1IwU8BSQuWLCQb1EDHg2QiSDALYvCDAISJLDy8FIIACH5BAkJAB4ALAAAAAAgACAAhAQGBISGhFRSVNTW1CQiJKyqrGRmZOzu7CwuLIyOjGxubPz6/BQSFGRiZOTi5CwqLLy6vDQ2NIyKjFRWVCQmJKyurGxqbPT29DQyNJSSlHRydPz+/BQWFOzq7AAAAAAAAAXhoCeOJElYClGubOs117YtjWuvxCLLi3qbhc6h4FPsdorfiNI5dige43GT9AAkHUcCwCpMNxVP7tgTJY4J1uF7EBl0M8Ooueuo2SOCIkVa11kVX2E2EmgsFH4yBz4uAAkdHVstBAUHQ4xKmZqbnJ2bAhAQAiURGJ4eE0cTIxgzpp0QRxCsrp6xO7MjpaepO6unKxOhv8DFxsfIJBwaChw2DAkZDEocDjIOzi0ZMhlKUjIaLtsb3T8aR+EtDBkJ0yQUBQVQI9XX2ZsDMgMlyxr3mzE2XEgmotCGAARFIHiQ0FMIACH5BAkJABgALAAAAAAgACAAhAQCBISGhDw+POTi5CwuLLS2tPTy9BQSFJyenGRiZDQ2NIyOjLy+vPz6/BweHIyKjFRSVOzq7DQyNLy6vBQWFHRydDw6PPz+/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXXICaOZHkcZaquIjVd10SxtFrAcFGrVhBYIwoON9uNAsOA6DCEFTEKBEKxEjQvAtELNxkpGrAGNfW4Plpb2QgxRKjKzfPoVGLj3CnLNUv7hscpSDhKOxJSgDwPP0ZGAACMjAQFDQYFBJA0BAZDBpeYGBQVFUU3TV2YFAMwAzNgTQ2PkBVDFRiuQ7CYszi1pUOnkKmrM5qcnqiiTwQTDQ2Wn9DR0tPUfRKQEBEREDQSFw3XRhEwEd3f4TvjF+XWKgJ8JNnb0QkwCdUlCzAL+CQODAwc9BtIMAQAOw==") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-wait {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
}
  }
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container  > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
}
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

 /*
  * AngularJS-Toaster
  * Version 0.3
 */
:not(.no-enter)#toast-container > div.ng-enter,
:not(.no-leave)#toast-container > div.ng-leave
{ 
    -webkit-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -moz-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -ms-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -o-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
} 

:not(.no-enter)#toast-container > div.ng-enter.ng-enter-active, 
:not(.no-leave)#toast-container > div.ng-leave {
    opacity: 0.8;
}

:not(.no-leave)#toast-container > div.ng-leave.ng-leave-active,
:not(.no-enter)#toast-container > div.ng-enter {
    opacity: 0;
}
.lightbox-nav {
  position: relative;
  margin-bottom: 12px; /* the font-size of .btn-xs */
  height: 22px;
  text-align: center;
  font-size: 0; /* prevent the otherwise inherited font-size and line-height from adding extra space to the bottom of this div */
}

.lightbox-nav .btn-group {
  vertical-align: top;
}

.lightbox-nav .close {
  /* absolutely position this in order to center the nav buttons */
  position: absolute;
  top: 0;
  right: 0;
}

.lightbox-image-container {
  position: relative;
  text-align: center; /* center the image */
}

/* the caption overlays the top left corner of the image */
.lightbox-image-caption {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0.5em 0.9em; /* the left and right margins are offset by 0.4em for the span box-shadow */
  color: #000;
  font-size: 1.5em;
  font-weight: bold;
  text-align: left;
  text-shadow: 0.1em 0.1em 0.2em rgba(255, 255, 255, 0.5);
}

.lightbox-image-caption span {
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  background-color: rgba(255, 255, 255, 0.75);
  /* pad the left and right of each line of text */
  box-shadow: 0.4em 0 0 rgba(255, 255, 255, 0.75),
    -0.4em 0 0 rgba(255, 255, 255, 0.75);
}

/*
 * angular-tooltips
 * 1.1.4
 * 
 * Angular.js tooltips module.
 * http://720kb.github.io/angular-tooltips
 * 
 * MIT license
 * Mon Jun 06 2016
 */
tooltip._bottom tip tip-arrow,tooltip._top tip tip-arrow{border-left:6px solid transparent;border-right:6px solid transparent;left:50%;margin-left:-6px}._exradicated-tooltip{display:block;opacity:1;position:absolute;z-index:999}tooltip{display:inline-block;position:relative}@-webkit-keyframes animate-tooltip{0%{opacity:0}50%{opacity:.5}60%{opacity:.8}70%{opacity:.9}90%{opacity:1}}@-moz-keyframes animate-tooltip{0%{opacity:0}50%{opacity:.5}60%{opacity:.8}70%{opacity:.9}90%{opacity:1}}@-ms-keyframes animate-tooltip{tooltip 0%{opacity:0}tooltip 50%{opacity:.5}tooltip 60%{opacity:.8}tooltip 70%{opacity:.9}tooltip 90%{opacity:1}}@keyframes animate-tooltip{0%{opacity:0}50%{opacity:.5}60%{opacity:.8}70%{opacity:.9}90%{opacity:1}}tooltip._multiline{display:block}tooltip._slow._ready tip{animation:animate-tooltip .65s}tooltip._fast._ready tip{animation:animate-tooltip .15s}tooltip._steady._ready tip{animation:animate-tooltip .35s}tooltip tip{border-radius:3px;background:rgba(0,0,0,.85);color:#fff;display:none;line-height:normal;max-width:500px;min-width:100px;opacity:0;padding:8px 16px;position:absolute;text-align:center;width:auto;will-change:top,left,bottom,right}tooltip tip._hidden{display:block;visibility:hidden}tooltip.active:not(._force-hidden) tip{display:block;opacity:1;z-index:999}tooltip tip-tip{font-size:.95em}tooltip tip-tip._large{font-size:1.1em}tooltip tip-tip._small{font-size:.8em}tooltip._top tip{left:50%;top:-9px;-webkit-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}tooltip._top tip tip-arrow{border-top:6px solid rgba(0,0,0,.85);content:'';height:0;position:absolute;top:100%;width:0}tooltip._bottom tip{right:50%;top:100%;-webkit-transform:translateX(50%) translateY(9px);transform:translateX(50%) translateY(9px)}tooltip._bottom tip tip-arrow{border-bottom:6px solid rgba(0,0,0,.85);bottom:100%;content:'';height:0;position:absolute;width:0}tooltip._left tip tip-arrow,tooltip._right tip tip-arrow{border-bottom:6px solid transparent;border-top:6px solid transparent;content:'';height:0;margin-top:-6px;position:absolute;top:50%;width:0}tooltip._right tip{left:100%;top:50%;-webkit-transform:translateX(9px) translateY(-50%);transform:translateX(9px) translateY(-50%)}tooltip._right tip tip-arrow{border-right:6px solid rgba(0,0,0,.85);right:100%}tooltip._left tip{left:-9px;top:50%;-webkit-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}tooltip._left tip tip-arrow{border-left:6px solid rgba(0,0,0,.85);left:100%}tip-tip #close-button{cursor:pointer;float:right;left:8%;margin-top:-7%;padding:3px;position:relative}
/*# sourceMappingURL=angular-tooltips.css.map */

.v-middle, .ui-carousel .carousel-btn {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }

@font-face {
  font-family: "ui-carousel";
  src: url("fonts/ui-carousel.eot");
  src: url("fonts/ui-carousel.eot?#iefix") format("embedded-opentype"), url("fonts/ui-carousel.woff") format("woff"), url("fonts/ui-carousel.ttf") format("truetype"), url("fonts/ui-carousel.svg#ui-carousel") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "ui-carousel" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="ui-icon-"]:before,
[class*=" ui-icon-"]:before {
  font-family: "ui-carousel" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ui-icon-prev:before {
  content: "\61"; }

.ui-icon-next:before {
  content: "\62"; }

.ui-icon-dot:before {
  content: "\63"; }

.ui-carousel {
  display: block;
  margin-bottom: 30px; }
  .ui-carousel .carousel-wrapper {
    position: relative; }
  .ui-carousel .track-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0; }
  .ui-carousel .track {
    position: relative;
    display: block;
    float: left; }
  .ui-carousel .slide {
    float: left;
    height: 100%;
    min-height: 1px; }
  .ui-carousel .carousel-btn {
    position: absolute;
    z-index: 10;
    background-color: transparent;
    outline: none;
    border: none;
    font-size: 20px;
    opacity: .75; }
    .ui-carousel .carousel-btn:hover {
      opacity: 1; }
  .ui-carousel .carousel-prev .carousel-btn {
    left: -25px; }
  .ui-carousel .carousel-next .carousel-btn {
    right: -25px; }
  .ui-carousel .carousel-disable {
    opacity: 0.5; }
    .ui-carousel .carousel-disable .carousel-btn:hover {
      opacity: .75; }

.carousel-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }
  .carousel-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .carousel-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 15px;
      height: 15px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent; }
      .carousel-dots li button:before {
        font-family: ui-carousel;
        font-size: 9px;
        line-height: 15px;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 15px;
        height: 15px;
        content: "\63";
        text-align: center;
        opacity: 0.25;
        color: black;
        -webkit-font-smoothing: antialiased; }
    .carousel-dots li.carousel-active button:before {
      opacity: .75; }

/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.7 - 2017-04-15T14:28:36.790Z
 * License: MIT
 */


/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold;
}

.ui-select-offscreen {
  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;
}


.ui-select-choices-row:hover {
  background-color: #f5f5f5;
}

/* Select2 theme */

/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
    border-color: #D44950;
}

.select2-result-single {
  padding-left: 0;
}

.select2-locked > .select2-search-choice-close{
  display:none;
}

.select-locked > .ui-select-match-close{
    display:none;
}

body > .select2-container.open {
  z-index: 9999; /* The z-index Select2 applies to the select2-drop */
}

/* Handle up direction Select2 */
.ui-select-container[theme="select2"].direction-up .ui-select-match,
.ui-select-container.select2.direction-up .ui-select-match {
    border-radius: 4px; /* FIXME hardcoded value :-/ */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown,
.ui-select-container.select2.direction-up .ui-select-dropdown {
    border-radius: 4px; /* FIXME hardcoded value :-/ */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    border-top-width: 1px;  /* FIXME hardcoded value :-/ */
    border-top-style: solid;

    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);

    margin-top: -4px; /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search,
.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search {
    margin-top: 4px; /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match,
.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match {
    border-bottom-color: #5897fb;
}

.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden,
.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden input{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
}

/* Selectize theme */

/* Helper class to show styles when focus */
.selectize-input.selectize-focus{
  border-color: #007FBB !important;
}

/* Fix input width for Selectize theme */
.selectize-control.single > .selectize-input > input {
  width: 100%;
}

/* Fix line break when there's at least one item selected with the Selectize theme */
.selectize-control.multi > .selectize-input > input {
  margin: 0 !important;
}

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%;
}

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
    border-color: #D44950;
}

/* Handle up direction Selectize */
.ui-select-container[theme="selectize"].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
    margin-top: -2px; /* FIXME hardcoded value :-/ */
}

.ui-select-container[theme="selectize"] input.ui-select-search-hidden{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
    width: 0;
}

/* Bootstrap theme */

/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}

.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ui-select-bootstrap .ui-select-search-hidden{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
}

.ui-select-bootstrap > .ui-select-match > .btn{
  /* Instead of center because of .btn */
  text-align: left !important;
}

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices ,.ui-select-bootstrap > .ui-select-no-choice {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}

body > .ui-select-bootstrap.open {
  z-index: 1000; /* Standard Bootstrap dropdown z-index */
}

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important; /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}

.ui-select-multiple .ui-select-match-item {
  position: relative;
}

.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
  pointer-events: none;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}

.ui-select-bootstrap .ui-select-choices-row>span {
    cursor: pointer;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row>span:hover, .ui-select-bootstrap .ui-select-choices-row>span:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.active>span {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.disabled>span,
.ui-select-bootstrap .ui-select-choices-row.active.disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
    display: none !important;
}

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
    border-color: #D44950;
}

/* Handle up direction Bootstrap */
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}

.ui-select-bootstrap .ui-select-match-text {
    width: 100%;
    padding-right: 1em;
}
.ui-select-bootstrap .ui-select-match-text span {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.ui-select-bootstrap .ui-select-toggle > a.btn {
  position: absolute;
  height: 10px;
  right: 10px;
  margin-top: -2px;
}

/* Spinner */
.ui-select-refreshing.glyphicon {
    position: absolute;
    right: 0;
    padding: 8px 27px;
 }

@-webkit-keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.ui-select-spin {
  -webkit-animation: ui-select-spin 2s infinite linear;
  animation: ui-select-spin 2s infinite linear;
}

.ui-select-refreshing.ng-animate {
  -webkit-animation: none 0s;
}

datepicker a, [datepicker] a, .datepicker a{
  color:inherit;
  text-decoration:none;
}
datepicker a:hover, [datepicker] a:hover, .datepicker a:hover{
  text-decoration:none;
}
datepicker select, datepicker select:focus, datepicker select:hover,
.datepicker select, .datepicker select:focus, .datepicker select:hover,
[datepicker] select, [datepicker] select:focus, [datepicker] select:hover{
  width:100%;
   overflow: hidden;
   background:none;
   color:#fff;
   background-color: #138EFA;
   border-radius:2px;
   border: 0;
   margin-top:5px;
}
datepicker, .datepicker, [datepicker],
._720kb-datepicker-calendar-header,
._720kb-datepicker-calendar-body,
._720kb-datepicker-calendar-days-header,
._720kb-datepicker-calendar-years-pagination-pages {
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 13.5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  float: left;
  clear: right;
  position: relative;
}
._720kb-datepicker-calendar {
  background: white;
  color: #333;
  position: absolute;
  z-index: 999;
  min-width: 220px;
  margin: 0 auto;
  width: 101%;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  visibility: hidden;
  overflow:hidden;
  margin-left:-0.5%;
  padding: 0 0 2% 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
._720kb-datepicker-calendar._720kb-datepicker-open,._720kb-datepicker-calendar._720kb-datepicker-forced-to-open {
  visibility: visible;
}
._720kb-datepicker-calendar-header {
  text-align: center;
  font-size: 15px;
  line-height: 40px;
}
._720kb-datepicker-calendar-header:nth-child(odd) {
  background: #138EFA;
}
._720kb-datepicker-calendar-header:nth-child(even) {
  background: #7BC6FC;
}
._720kb-datepicker-calendar-header-left,
._720kb-datepicker-calendar-header-middle,
._720kb-datepicker-calendar-header-right {
  width: 15%;
  float: left;
}
._720kb-datepicker-calendar-header-middle {
  width: 70%;
}

._720kb-datepicker-calendar-header-closed-pagination::after {
  content: " \25BE";
}

._720kb-datepicker-calendar-header-opened-pagination::after {
  content: " \25BE";
  margin-left: 4px;
  position: relative;
  bottom: -3px;
  display:inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
._720kb-datepicker-calendar-body {
  width: 96%;
  margin: 2%;
  text-align: center;
}
._720kb-datepicker-calendar-day {
  cursor: pointer;
  font-size: 12.5px;
  width: 12.2%;
  margin:5px 1%;
  padding: 1.5% 0;
  float: left;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
._720kb-datepicker-calendar-day:hover,
._720kb-datepicker-calendar-day._720kb-datepicker-active {
  background: rgba(0, 0, 0, 0.03);
}
._720kb-datepicker-calendar-header a, ._720kb-datepicker-calendar-header a:hover {
  text-decoration:none;
  padding:3% 9% 4% 9%;
  font-size: 13.5px;
  color:rgba(0, 0, 0, 0.55);
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
._720kb-datepicker-calendar-header a:hover {
  color:rgba(0, 0, 0, 0.9);
  background: rgba(255, 255, 255, 0.45);
}
._720kb-datepicker-calendar-month {
  color:#fff;
}
._720kb-datepicker-calendar-month span {
  font-size: 13px;
  color:rgba(0, 0, 0, 0.4);
}
._720kb-datepicker-calendar-month a span  i {
  font-style: normal;
  font-size:15px;
}
._720kb-datepicker-calendar-month a, ._720kb-datepicker-calendar-month a:hover {
  padding: 3px;
  margin-left:1%;
}
._720kb-datepicker-calendar-years-pagination{
  padding:2% 0 0 0;
  float:left;
  clear: right;
  width: 100%;
}
._720kb-datepicker-calendar-years-pagination a, ._720kb-datepicker-calendar-years-pagination a:hover {
  font-size:12px;
  padding:0 7px;
  font-weight: normal;
  margin:3px 1% 0 1%;
  line-height: 20px;
  display: inline-block;
}
._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-active {
  color:rgba(0, 0, 0, 0.9);
  font-weight: 500;
  background: rgba(255, 255, 255, 0.45);
}
._720kb-datepicker-calendar-years-pagination-pages a,._720kb-datepicker-calendar-years-pagination-pages a:hover{
  padding:5px 10px;
}
._720kb-datepicker-calendar-days-header{
  max-width: 100%;
  margin:0 auto;
  padding:0 2% 0 2%;
  background: rgba(19, 142, 250, 0.08);
  border-bottom:1px solid rgba(0,0,0,0.02);
}
._720kb-datepicker-calendar-days-header div{
  width: 14.18%;
  font-weight: 500;
  font-size: 11.5px;
  padding:10px 0;
  float:left;
  text-align: center;
  color:rgba(0,0,0,0.7);
}
._720kb-datepicker-calendar-days
._720kb-datepicker-default-button{
  font-size: 18.5px;
  position: relative;
  bottom:-0.5px;
}
._720kb-datepicker-default-button{
  padding:0 4.5px;
}
._720kb-datepicker-calendar-header-middle._720kb-datepicker-mobile-item{
  width:95%;
  float:none;
  margin:0 auto;
}
._720kb-datepicker-item-hidden{
  visibility:hidden;
}
._720kb-datepicker-calendar-day._720kb-datepicker-disabled,
._720kb-datepicker-calendar-day._720kb-datepicker-disabled:hover,
._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-disabled,
._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-disabled:hover,
._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-active._720kb-datepicker-disabled,
._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-active._720kb-datepicker-disabled:hover{
  color:rgba(0,0,0,0.2);
  background: rgba(25,2,0,0.02);
  cursor: default;
}

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}

/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */

/*!
 * froala_editor v3.2.7 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2021 Froala Labs
 */

.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-element,.fr-element:focus{outline:0 solid transparent}.fr-box.fr-basic{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-box.fr-basic .fr-element{font-family:sans-serif;color:#414141;font-size:14px;line-height:1.6;padding:20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow-x:auto;min-height:60px;text-align:left}.fr-box.fr-basic.fr-rtl .fr-element{text-align:right}.fr-element{background:transparent;position:relative;z-index:2;-webkit-user-select:auto}.fr-element a{user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto}.fr-element.fr-disabled{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-element [contenteditable="true"]{outline:0 solid transparent}.fr-box a.fr-floating-btn{-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);box-shadow:0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;height:40px;width:40px;text-align:center;background:#FFF;color:#333333;-webkit-transition:background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;-moz-transition:background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;-ms-transition:background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;-o-transition:background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;outline:none;left:0;top:0;line-height:40px;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);text-align:center;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:none}.fr-box a.fr-floating-btn svg{-webkit-transition:transform 0.2s ease 0s;-moz-transition:transform 0.2s ease 0s;-ms-transition:transform 0.2s ease 0s;-o-transition:transform 0.2s ease 0s;fill:#333333}.fr-box a.fr-floating-btn i,.fr-box a.fr-floating-btn svg{font-size:14px;line-height:40px}.fr-box a.fr-floating-btn.fr-btn+.fr-btn{margin-left:10px}.fr-box a.fr-floating-btn:hover{background:#ebebeb;cursor:pointer}.fr-box a.fr-floating-btn:hover svg{fill:#333333}.fr-box .fr-visible a.fr-floating-btn{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1)}iframe.fr-iframe{width:100%;border:none;position:relative;display:block;z-index:2;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-wrapper{position:relative;z-index:1}.fr-wrapper::after{clear:both;display:block;content:"";height:0}.fr-wrapper .fr-placeholder{position:absolute;font-size:14px;color:#AAA;font-family:sans-serif;z-index:1;display:none;top:0;left:0;right:0;overflow:hidden}.fr-wrapper.show-placeholder .fr-placeholder{display:block;white-space:nowrap;text-overflow:ellipsis}.fr-wrapper ::-moz-selection{background:#b5d6fd;color:#000}.fr-wrapper ::selection{background:#b5d6fd;color:#000}.fr-box.fr-basic .fr-wrapper{background:#FFF;border:1px solid #CCCCCC;border-bottom-color:#efefef;top:0;left:0}.fr-box.fr-basic.fr-top .fr-wrapper{border-top:0}.fr-box.fr-basic.fr-bottom .fr-wrapper{border-bottom:0;border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}@media (min-width: 992px){.fr-box.fr-document{min-width:21cm}.fr-box.fr-document .fr-wrapper{text-align:left;padding:30px;min-width:21cm;background:#efefef}.fr-box.fr-document .fr-wrapper .fr-element{text-align:left;background:#FFF;width:21cm;margin:auto;min-height:26cm !important;padding:1cm 2cm;overflow:visible;z-index:auto}.fr-box.fr-document .fr-wrapper .fr-element hr{margin-left:-2cm;margin-right:-2cm;background:#efefef;height:1cm;outline:none;border:none}.fr-box.fr-document .fr-wrapper .fr-element img{z-index:1}}.fr-tooltip{position:absolute;top:0;left:0;padding:0 8px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:#222222;color:#FFF;font-size:11px;line-height:22px;font-family:Arial, Helvetica, sans-serif;-webkit-transition:opacity 0.2s ease 0s;-moz-transition:opacity 0.2s ease 0s;-ms-transition:opacity 0.2s ease 0s;-o-transition:opacity 0.2s ease 0s;-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";left:-3000px;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;z-index:2147483647;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fr-tooltip.fr-visible{-webkit-opacity:1;-moz-opacity:1;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.fr-toolbar .fr-btn-wrap,.fr-popup .fr-btn-wrap,.fr-modal .fr-btn-wrap{float:left;white-space:nowrap;position:relative}.fr-toolbar .fr-btn-wrap.fr-hidden,.fr-popup .fr-btn-wrap.fr-hidden,.fr-modal .fr-btn-wrap.fr-hidden{display:none}.fr-toolbar .fr-command.fr-btn,.fr-popup .fr-command.fr-btn,.fr-modal .fr-command.fr-btn{background:transparent;color:#333333;-moz-outline:0;outline:none;border:0;line-height:1;cursor:pointer;text-align:left;margin:4px 2px;padding:0;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;z-index:2;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-decoration:none;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;float:left;height:40px}.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-options,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-options,.fr-modal .fr-command.fr-btn.fr-dropdown.fr-options{border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;-webkit-border-radius:0 4px 4px 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar .fr-command.fr-btn.fr-btn-hover,.fr-popup .fr-command.fr-btn.fr-btn-hover,.fr-modal .fr-command.fr-btn.fr-btn-hover{border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;-webkit-border-radius:4px 0 0 4px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar .fr-command.fr-btn::-moz-focus-inner,.fr-popup .fr-command.fr-btn::-moz-focus-inner,.fr-modal .fr-command.fr-btn::-moz-focus-inner{border:0;padding:0}.fr-toolbar .fr-command.fr-btn.fr-btn-text,.fr-popup .fr-command.fr-btn.fr-btn-text,.fr-modal .fr-command.fr-btn.fr-btn-text{width:auto}.fr-toolbar .fr-command.fr-btn i,.fr-toolbar .fr-command.fr-btn svg,.fr-popup .fr-command.fr-btn i,.fr-popup .fr-command.fr-btn svg,.fr-modal .fr-command.fr-btn i,.fr-modal .fr-command.fr-btn svg{display:block;text-align:center;float:none;margin:8px 7px;width:24px}.fr-toolbar .fr-command.fr-btn svg.fr-svg,.fr-popup .fr-command.fr-btn svg.fr-svg,.fr-modal .fr-command.fr-btn svg.fr-svg{height:24px}.fr-toolbar .fr-command.fr-btn svg path,.fr-popup .fr-command.fr-btn svg path,.fr-modal .fr-command.fr-btn svg path{-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;fill:#333333}.fr-toolbar .fr-command.fr-btn span.fr-sr-only,.fr-popup .fr-command.fr-btn span.fr-sr-only,.fr-modal .fr-command.fr-btn span.fr-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-toolbar .fr-command.fr-btn span,.fr-popup .fr-command.fr-btn span,.fr-modal .fr-command.fr-btn span{font-size:14px;display:block;line-height:17px;min-width:30px;float:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;height:17px;font-weight:bold;padding:0 4px}.fr-toolbar .fr-command.fr-btn img,.fr-popup .fr-command.fr-btn img,.fr-modal .fr-command.fr-btn img{margin:8px 7px;width:24px}.fr-toolbar .fr-command.fr-btn.fr-btn-active-popup,.fr-popup .fr-command.fr-btn.fr-btn-active-popup,.fr-modal .fr-command.fr-btn.fr-btn-active-popup{background:#d6d6d6}.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection span,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection span,.fr-modal .fr-command.fr-btn.fr-dropdown.fr-selection span{font-weight:normal}.fr-toolbar .fr-command.fr-btn.fr-dropdown i,.fr-toolbar .fr-command.fr-btn.fr-dropdown span,.fr-toolbar .fr-command.fr-btn.fr-dropdown img,.fr-toolbar .fr-command.fr-btn.fr-dropdown svg,.fr-popup .fr-command.fr-btn.fr-dropdown i,.fr-popup .fr-command.fr-btn.fr-dropdown span,.fr-popup .fr-command.fr-btn.fr-dropdown img,.fr-popup .fr-command.fr-btn.fr-dropdown svg,.fr-modal .fr-command.fr-btn.fr-dropdown i,.fr-modal .fr-command.fr-btn.fr-dropdown span,.fr-modal .fr-command.fr-btn.fr-dropdown img,.fr-modal .fr-command.fr-btn.fr-dropdown svg{margin-left:3px;margin-right:11px}.fr-toolbar .fr-command.fr-btn.fr-dropdown:after,.fr-popup .fr-command.fr-btn.fr-dropdown:after,.fr-modal .fr-command.fr-btn.fr-dropdown:after{position:absolute;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #333333;right:2px;top:18px;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;content:""}.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active,.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active{fill:#333333;background:#d6d6d6;-webkit-transition:0.5s ease;-moz-transition:0.5s ease;-ms-transition:0.5s ease;-o-transition:0.5s ease}.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover,.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:hover{background:#ebebeb;fill:#333333}.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:hover::after{border-top-color:#333333}.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:after,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:after,.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:after{border-top:0;border-bottom:4px solid #222222}.fr-toolbar .fr-command.fr-btn.fr-disabled,.fr-popup .fr-command.fr-btn.fr-disabled,.fr-modal .fr-command.fr-btn.fr-disabled{color:#bdbdbd;cursor:default;-webkit-opacity:0.3;-moz-opacity:0.3;opacity:0.3;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.fr-toolbar .fr-command.fr-btn.fr-disabled::after,.fr-popup .fr-command.fr-btn.fr-disabled::after,.fr-modal .fr-command.fr-btn.fr-disabled::after{border-top-color:#bdbdbd}.fr-toolbar .fr-command.fr-btn.fr-hidden,.fr-popup .fr-command.fr-btn.fr-hidden,.fr-modal .fr-command.fr-btn.fr-hidden{display:none}.fr-toolbar .fr-tabs .fr-command.fr-btn,.fr-popup .fr-tabs .fr-command.fr-btn,.fr-modal .fr-tabs .fr-command.fr-btn{margin:0;width:46px;height:40px;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active,.fr-toolbar .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab,.fr-popup .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active,.fr-popup .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab,.fr-modal .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active,.fr-modal .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab{background:#FFF}.fr-toolbar .fr-tabs .fr-command.fr-btn span,.fr-popup .fr-tabs .fr-command.fr-btn span,.fr-modal .fr-tabs .fr-command.fr-btn span{height:27px}.fr-toolbar .fr-tabs .fr-command.fr-btn img,.fr-toolbar .fr-tabs .fr-command.fr-btn svg,.fr-popup .fr-tabs .fr-command.fr-btn img,.fr-popup .fr-tabs .fr-command.fr-btn svg,.fr-modal .fr-tabs .fr-command.fr-btn img,.fr-modal .fr-tabs .fr-command.fr-btn svg{margin:8px 11px;width:24px;height:24px}.fr-toolbar .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.fr-toolbar .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.fr-toolbar .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.fr-popup .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.fr-popup .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.fr-popup .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.fr-modal .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.fr-modal .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.fr-modal .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path{fill:#0098f7}.fr-toolbar.fr-disabled .fr-btn,.fr-toolbar.fr-disabled .fr-btn.fr-active,.fr-popup.fr-disabled .fr-btn,.fr-popup.fr-disabled .fr-btn.fr-active,.fr-modal.fr-disabled .fr-btn,.fr-modal.fr-disabled .fr-btn.fr-active{color:#bdbdbd;-webkit-opacity:0.3;-moz-opacity:0.3;opacity:0.3;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after,.fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after,.fr-popup.fr-disabled .fr-btn.fr-dropdown::after,.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after,.fr-modal.fr-disabled .fr-btn.fr-dropdown::after,.fr-modal.fr-disabled .fr-btn.fr-active.fr-dropdown::after{border-top-color:#bdbdbd}.fr-toolbar.fr-rtl .fr-btn-grp.fr-float-left,.fr-popup.fr-rtl .fr-btn-grp.fr-float-left,.fr-modal.fr-rtl .fr-btn-grp.fr-float-left{float:right}.fr-toolbar.fr-rtl .fr-btn-grp.fr-float-right,.fr-popup.fr-rtl .fr-btn-grp.fr-float-right,.fr-modal.fr-rtl .fr-btn-grp.fr-float-right{float:left}.fr-toolbar.fr-rtl .fr-command.fr-btn,.fr-toolbar.fr-rtl .fr-btn-wrap,.fr-popup.fr-rtl .fr-command.fr-btn,.fr-popup.fr-rtl .fr-btn-wrap,.fr-modal.fr-rtl .fr-command.fr-btn,.fr-modal.fr-rtl .fr-btn-wrap{float:right}.fr-toolbar.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options,.fr-toolbar.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options,.fr-popup.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options,.fr-popup.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options,.fr-modal.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options,.fr-modal.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options{border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;-webkit-border-radius:4px 0 0 4px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar.fr-rtl .fr-command.fr-btn.fr-btn-hover,.fr-toolbar.fr-rtl .fr-btn-wrap.fr-btn-hover,.fr-popup.fr-rtl .fr-command.fr-btn.fr-btn-hover,.fr-popup.fr-rtl .fr-btn-wrap.fr-btn-hover,.fr-modal.fr-rtl .fr-command.fr-btn.fr-btn-hover,.fr-modal.fr-rtl .fr-btn-wrap.fr-btn-hover{border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;-webkit-border-radius:0 4px 4px 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar.fr-inline>.fr-command.fr-btn:not(.fr-hidden),.fr-toolbar.fr-inline>.fr-btn-wrap:not(.fr-hidden){display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;float:none}.fr-desktop .fr-command:hover,.fr-desktop .fr-command:focus,.fr-desktop .fr-command.fr-btn-hover,.fr-desktop .fr-command.fr-expanded{outline:0;color:#333333}.fr-desktop .fr-command:hover:not(.fr-table-cell),.fr-desktop .fr-command:focus:not(.fr-table-cell),.fr-desktop .fr-command.fr-btn-hover:not(.fr-table-cell),.fr-desktop .fr-command.fr-expanded:not(.fr-table-cell){background:#ebebeb}.fr-desktop .fr-command:hover::after,.fr-desktop .fr-command:focus::after,.fr-desktop .fr-command.fr-btn-hover::after,.fr-desktop .fr-command.fr-expanded::after{border-top-color:#333333}.fr-desktop .fr-command.fr-selected:not(.fr-table-cell),.fr-desktop .fr-command:active{color:#333333;background:#d6d6d6}.fr-desktop .fr-command.fr-active:hover,.fr-desktop .fr-command.fr-active:focus,.fr-desktop .fr-command.fr-active.fr-btn-hover,.fr-desktop .fr-command.fr-active.fr-expanded{background:#ebebeb}.fr-desktop .fr-command.fr-active:active{background:#d6d6d6}.fr-desktop .fr-command.fr-disabled:hover,.fr-desktop .fr-command.fr-disabled:focus,.fr-desktop .fr-command.fr-disabled.fr-selected{background:transparent}.fr-desktop.fr-disabled .fr-command:hover,.fr-desktop.fr-disabled .fr-command:focus,.fr-desktop.fr-disabled .fr-command.fr-selected{background:transparent}.fr-toolbar.fr-mobile .fr-command.fr-blink,.fr-popup.fr-mobile .fr-command.fr-blink{background:#d6d6d6}.fr-command.fr-btn.fr-options{width:16px;margin-left:-5px}.fr-command.fr-btn.fr-options.fr-btn-hover,.fr-command.fr-btn.fr-options:hover,.fr-command.fr-btn.fr-options:focus{border-left:solid 1px #FAFAFA;-webkit-transition:border-left 0s, background-color 0.5s;-moz-transition:border-left 0s, background-color 0.5s;-ms-transition:border-left 0s, background-color 0.5s;-o-transition:border-left 0s, background-color 0.5s}.fr-command.fr-btn+.fr-dropdown-menu{background:#FFF;display:inline-block;position:absolute;right:auto;bottom:auto;height:auto;z-index:4;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-overflow-scrolling:touch;overflow:hidden;zoom:1;-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);box-shadow:0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12)}.fr-command.fr-btn+.fr-dropdown-menu.test-height .fr-dropdown-wrapper{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;height:auto;max-height:275px}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper{padding:0;margin:auto;display:inline-block;text-align:left;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:height 0.3s;-moz-transition:height 0.3s;-ms-transition:height 0.3s;-o-transition:height 0.3s;margin-top:0;float:left;height:0;margin-top:0 !important}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content{position:relative}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list{list-style-type:none;margin:0;padding:8px 0;min-width:72px}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li{padding:0;margin:0;font-size:15px}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a{padding:0 20px;line-height:200%;display:flex;cursor:pointer;white-space:nowrap;color:inherit;text-decoration:none;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a svg{width:24px;height:24px;margin:3px 4px}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a svg path{fill:#333333}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active{background:#d6d6d6}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled{color:#bdbdbd;cursor:default}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a .fr-shortcut{margin-left:20px;font-weight:bold;-webkit-opacity:0.75;-moz-opacity:0.75;opacity:0.75}.fr-command.fr-btn.fr-active+.fr-dropdown-menu{display:inline-block;-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);box-shadow:0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12)}.fr-bottom>.fr-command.fr-btn+.fr-dropdown-menu{border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar.fr-rtl .fr-dropdown-wrapper,.fr-popup.fr-rtl .fr-dropdown-wrapper{text-align:right !important}body.fr-prevent-scroll{overflow:hidden}body.fr-prevent-scroll.fr-mobile{position:fixed;-webkit-overflow-scrolling:touch}.fr-modal{color:#222222;font-family:Arial, Helvetica, sans-serif;position:fixed;overflow-x:auto;overflow-y:scroll;top:0;left:0;bottom:0;right:0;width:100%;z-index:2147483640;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;line-height:1.2}.fr-modal.fr-middle .fr-modal-wrapper{margin-top:0;margin-bottom:0;margin-left:auto;margin-right:auto;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);position:absolute}.fr-modal .fr-modal-wrapper{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-clip:padding-box;margin:20px auto;display:inline-block;background:#FFF;min-width:300px;-webkit-box-shadow:0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);box-shadow:0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);border:0;overflow:hidden;width:90%;position:relative}@media (min-width: 768px) and (max-width: 991px){.fr-modal .fr-modal-wrapper{margin:30px auto;width:70%}}@media (min-width: 992px){.fr-modal .fr-modal-wrapper{margin:50px auto;width:960px}}.fr-modal .fr-modal-wrapper .fr-modal-head{background:#FFF;overflow:hidden;position:absolute;width:100%;min-height:42px;z-index:3;border-bottom:solid #efefef 1px;-webkit-transition:all 0.2s ease 0s;-moz-transition:all 0.2s ease 0s;-ms-transition:all 0.2s ease 0s;-o-transition:all 0.2s ease 0s}.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-head-line{height:56px;padding:0 10px}.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-close{margin:10px;position:absolute;top:0;right:0}.fr-modal .fr-modal-wrapper .fr-modal-head h4{font-size:20px;padding:19px 10px;margin:0;font-weight:400;line-height:18px;display:inline-block;float:left}.fr-modal .fr-modal-wrapper div.fr-modal-body{height:100%;min-height:150px;overflow-y:auto;padding-bottom:20px}.fr-modal .fr-modal-wrapper div.fr-modal-body:focus{outline:0}.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command{height:36px;line-height:1;color:#0098f7;padding:10px;cursor:pointer;text-decoration:none;border:none;background:none;font-size:16px;outline:none;-webkit-transition:background 0.2s ease 0s;-moz-transition:background 0.2s ease 0s;-ms-transition:background 0.2s ease 0s;-o-transition:background 0.2s ease 0s;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command+button{margin-left:24px}.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:hover,.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:focus{background:#ebebeb;color:#0098f7}.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:active{background:#d6d6d6;color:#0098f7}.fr-modal .fr-modal-wrapper div.fr-modal-body button::-moz-focus-inner{border:0}.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover{background:#ebebeb}.fr-overlay{position:fixed;top:0;bottom:0;left:0;right:0;background:#000;-webkit-opacity:0.5;-moz-opacity:0.5;opacity:0.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";z-index:2147483639}ol.decimal_type{counter-reset:item}ol.decimal_type>li{display:block}ol.decimal_type>li:before{content:counters(item,".") ". ";counter-increment:item}.fr-popup{position:absolute;display:none;color:#222222;background:#FFF;-webkit-box-shadow:0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);box-shadow:0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);font-family:Arial, Helvetica, sans-serif;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;margin-top:10px;z-index:2147483635;text-align:left;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.2}.fr-popup .fr-icon{text-align:center;vertical-align:middle;font-size:20px;line-height:1;cursor:pointer;font-weight:400;box-sizing:content-box;padding:6px}.fr-popup .fr-icon-container{padding:20px;max-height:200px;overflow:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@supports not (-ms-high-contrast: none){.fr-popup .fr-icon-container{grid-template-columns:repeat(auto-fill, minmax(36px, 36px));display:grid}}@media (min-width: 768px){.fr-popup .fr-icon-container{min-width:276px}}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.fr-popup .fr-icon-container{display:inline-flex;-ms-flex-flow:row wrap}}@media screen and (-ms-high-contrast: active) and (max-width: 768px), (-ms-high-contrast: none) and (max-width: 768px){.fr-popup .fr-icon-container{width:236px}}.fr-popup .fr-input-focus{background:whitesmoke}.fr-popup.fr-above{margin-top:-10px;border-top:0}.fr-popup.fr-active{display:block}.fr-popup.fr-hidden{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.fr-popup.fr-empty{display:none !important}.fr-popup .fr-hs{display:block !important}.fr-popup .fr-hs.fr-hidden{display:none !important}.fr-popup .fr-input-line{position:relative;padding:15px 0}.fr-popup .fr-input-line input[type="text"],.fr-popup .fr-input-line textarea{width:100%;margin-bottom:1px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border:solid 1px #999999;color:#222222;font-size:14px;background:#FFF;position:relative;z-index:2;padding:4px 12px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border 0.5s, padding 0.5s;-moz-transition:border 0.5s, padding 0.5s;-ms-transition:border 0.5s, padding 0.5s;-o-transition:border 0.5s, padding 0.5s}.fr-popup .fr-input-line input[type="text"]:hover,.fr-popup .fr-input-line textarea:hover{border:solid 1px #515151}.fr-popup .fr-input-line input[type="text"]:focus,.fr-popup .fr-input-line textarea:focus{border:solid 2px #0098f7;padding:3px 11px}.fr-popup .fr-input-line input[type="text"]{height:46px}.fr-popup .fr-input-line input+label,.fr-popup .fr-input-line textarea+label{position:absolute;top:29px;left:12px;font-size:14px;color:grey;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;z-index:3;display:block;background:#FFF;padding:0;cursor:text}.fr-popup .fr-input-line input.fr-not-empty+label,.fr-popup .fr-input-line textarea.fr-not-empty+label{color:gray;width:auto;left:4px;padding:0 4px;font-size:11px;top:9px}.fr-popup input,.fr-popup textarea{user-select:text;-o-user-select:text;-moz-user-select:text;-khtml-user-select:text;-webkit-user-select:text;-ms-user-select:text;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;outline:none}.fr-popup textarea{resize:none}.fr-popup .fr-buttons{white-space:nowrap;line-height:0}.fr-popup .fr-buttons .fr-btn{margin-left:4px;margin-right:4px;display:inline-block;float:none}.fr-popup .fr-buttons .fr-btn i{float:left}.fr-popup .fr-buttons .fr-separator{display:inline-block;float:none}.fr-popup .fr-buttons.fr-tabs{border-radius:6px 6px 0 0;-moz-border-radius:6px 6px 0 0;-webkit-border-radius:6px 6px 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#f5f5f5;overflow:hidden}@media (max-width: 768px){.fr-popup .fr-buttons.fr-tabs.fr-tabs-scroll{overflow:scroll;overflow-y:hidden;width:276px}}.fr-popup .fr-buttons:not(.fr-tabs){padding:5px}.fr-popup .fr-layer{border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;width:195px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:20px;display:none}@media (min-width: 768px){.fr-popup .fr-layer{width:260px}}.fr-popup .fr-layer.fr-active{display:inline-block}.fr-popup .fr-action-buttons{z-index:7;height:36px;text-align:right}.fr-popup .fr-action-buttons button.fr-command{height:36px;line-height:1;color:#0098f7;padding:10px;cursor:pointer;text-decoration:none;border:none;background:none;font-size:16px;outline:none;-webkit-transition:background 0.2s ease 0s;-moz-transition:background 0.2s ease 0s;-ms-transition:background 0.2s ease 0s;-o-transition:background 0.2s ease 0s;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-popup .fr-action-buttons button.fr-command+button{margin-left:24px}.fr-popup .fr-action-buttons button.fr-command:hover,.fr-popup .fr-action-buttons button.fr-command:focus{background:#ebebeb;color:#0098f7}.fr-popup .fr-action-buttons button.fr-command:active{background:#d6d6d6;color:#0098f7}.fr-popup .fr-action-buttons button::-moz-focus-inner{border:0}.fr-popup .fr-checkbox{position:relative;display:inline-block;width:18px;height:18px;padding:10px;border-radius:100%;line-height:1;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;vertical-align:middle}.fr-popup .fr-checkbox svg{margin-left:2px;margin-top:2px;display:none;width:10px;height:10px}.fr-popup .fr-checkbox span{border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;width:18px;height:18px;display:inline-block;position:relative;z-index:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:background 0.2s ease 0s, border-color 0.2s ease 0s;-moz-transition:background 0.2s ease 0s, border-color 0.2s ease 0s;-ms-transition:background 0.2s ease 0s, border-color 0.2s ease 0s;-o-transition:background 0.2s ease 0s, border-color 0.2s ease 0s}.fr-popup .fr-checkbox input{position:absolute;z-index:2;-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";border:0 none;cursor:pointer;height:18px;margin:0;padding:0;width:18px;top:7px;left:7px}.fr-popup .fr-checkbox input:not(:checked)+span{border:solid 2px #999999}.fr-popup .fr-checkbox input:not(:checked):active+span{background-color:#f5f5f5}.fr-popup .fr-checkbox input:not(:checked):focus+span,.fr-popup .fr-checkbox input:not(:checked):hover+span{border-color:#515151}.fr-popup .fr-checkbox input:checked+span{background:#0098f7;border:solid 2px #0098f7}.fr-popup .fr-checkbox input:checked+span svg{display:block}.fr-popup .fr-checkbox input:checked:active+span{background-color:#EcF5Ff}.fr-popup .fr-checkbox input:checked:focus+span,.fr-popup .fr-checkbox input:checked:hover+span{-webkit-opacity:0.8;-moz-opacity:0.8;opacity:0.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.fr-popup .fr-checkbox-line{font-size:14px;line-height:1.4px;margin-top:10px}.fr-popup .fr-checkbox-line label{cursor:pointer;margin:0 5px;vertical-align:middle}.fr-popup.fr-rtl{direction:rtl;text-align:right}.fr-popup.fr-rtl .fr-action-buttons{text-align:left}.fr-popup.fr-rtl .fr-input-line input+label,.fr-popup.fr-rtl .fr-input-line textarea+label{left:auto;right:0}.fr-popup.fr-rtl .fr-buttons .fr-separator.fr-vs{float:right}.fr-text-edit-layer{width:250px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block !important}.fr-toolbar{color:#222222;background:#FFF;position:relative;font-family:Arial, Helvetica, sans-serif;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;text-align:left;border:1px solid #CCCCCC;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.2;padding-bottom:0;-webkit-transition:padding-bottom 0.5s;-moz-transition:padding-bottom 0.5s;-ms-transition:padding-bottom 0.5s;-o-transition:padding-bottom 0.5s}.fr-toolbar::after{clear:both;display:block;content:"";height:0}.fr-toolbar::after{height:0}.fr-toolbar .fr-newline{clear:both;display:block;content:"";margin-left:9px;margin-right:9px;background:#efefef;height:1px;-webkit-transition:height 0.5s;-moz-transition:height 0.5s;-ms-transition:height 0.5s;-o-transition:height 0.5s}.fr-toolbar.fr-toolbar-open{padding-bottom:48px}.fr-toolbar.fr-toolbar-open .fr-newline{height:0}.fr-toolbar .fr-float-right{float:right}.fr-toolbar .fr-float-left{float:left}.fr-toolbar .fr-more-toolbar{float:left;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#f5f5f5;-webkit-transition:height 0.5s;-moz-transition:height 0.5s;-ms-transition:height 0.5s;-o-transition:height 0.5s;height:0;z-index:2;overflow:hidden;position:absolute;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%}.fr-toolbar .fr-more-toolbar.fr-expanded{height:48px}.fr-toolbar .fr-more-toolbar.fr-overflow-visible{overflow:visible}.fr-toolbar .fr-more-toolbar>.fr-command.fr-btn{margin-left:4px;margin-right:4px}.fr-toolbar .fr-btn-grp{display:inline-block;margin:0 17px 0 12px}@media (max-width: 768px){.fr-toolbar .fr-btn-grp{margin:0 7px 0 6px}}.fr-toolbar .fr-command.fr-btn.fr-open{margin-top:10px;margin-bottom:-1px;border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar .fr-command.fr-btn.fr-open:not(:hover):not(:focus):not(:active){background:#f5f5f5}.fr-toolbar.fr-rtl{text-align:right}.fr-toolbar.fr-inline{display:none;-webkit-box-shadow:0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);box-shadow:0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);border:0;white-space:nowrap;position:absolute;margin-top:5px;z-index:2147483630}.fr-toolbar.fr-inline.fr-above{margin-top:-10px;border-top:0}.fr-toolbar.fr-inline .fr-newline{height:0}.fr-toolbar.fr-top{top:0;border-bottom:0;border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar.fr-bottom{bottom:0;border-top:0;padding-bottom:0;border-radius:0 0 10px 10px;-moz-border-radius:0 0 10px 10px;-webkit-border-radius:0 0 10px 10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar.fr-bottom .fr-newline{padding-top:0;-webkit-transition:padding-top 0.5s;-moz-transition:padding-top 0.5s;-ms-transition:padding-top 0.5s;-o-transition:padding-top 0.5s}.fr-toolbar.fr-bottom.fr-toolbar-open .fr-newline{padding-top:48px;background:#FFF}.fr-toolbar.fr-bottom .fr-command.fr-btn.fr-open{margin-top:-1px;margin-bottom:10px;border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar.fr-sticky-on{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-separator{background:#ebebeb;display:block;vertical-align:top;float:left}.fr-separator+.fr-separator{display:none}.fr-separator.fr-vs{height:32px;width:1px;margin:8px 4px}.fr-separator.fr-hs{clear:both;width:calc(100% - (2 * 4px));margin:0 4px;height:1px}.fr-separator.fr-hidden{display:none !important}.fr-rtl .fr-separator{float:right}.fr-toolbar.fr-inline .fr-separator.fr-hs{float:none}.fr-toolbar.fr-inline .fr-separator.fr-vs{float:none;display:inline-block}.fr-second-toolbar{border:1px solid #CCCCCC;border-top:0;background:#FFF;line-height:1.4;border-radius:0 0 10px 10px;-moz-border-radius:0 0 10px 10px;-webkit-border-radius:0 0 10px 10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-second-toolbar::after{clear:both;display:block;content:"";height:0}.fr-second-toolbar:empty{min-height:calc(10px);position:relative;margin-top:calc(-1px);z-index:2}#fr-logo{float:left;outline:none}#fr-logo>span{display:inline-block;float:left;font-family:sans-serif;padding:11px 5px 10px 15px;font-size:12px;font-weight:500;color:#b1b2b7;-webkit-transition:color 0.3s;-moz-transition:color 0.3s;-ms-transition:color 0.3s;-o-transition:color 0.3s}#fr-logo>svg{height:20px;width:47px;margin:7px 0;cursor:pointer}#fr-logo>svg *{-webkit-transition:fill 0.3s;-moz-transition:fill 0.3s;-ms-transition:fill 0.3s;-o-transition:fill 0.3s}#fr-logo:hover>span,#fr-logo:focus>span{color:#0098f7}#fr-logo:hover>svg .fr-logo,#fr-logo:focus>svg .fr-logo{fill:#0098f7}.fr-visibility-helper{display:none;margin-left:0 !important}@media (min-width: 768px){.fr-visibility-helper{margin-left:1px !important}}@media (min-width: 992px){.fr-visibility-helper{margin-left:2px !important}}@media (min-width: 1200px){.fr-visibility-helper{margin-left:3px !important}}.fr-opacity-0{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.fr-box{position:relative}.fr-sticky{position:-webkit-sticky;position:-moz-sticky;position:-ms-sticky;position:-o-sticky;position:sticky}.fr-sticky-off{position:relative}.fr-sticky-on{position:fixed;z-index:10}.fr-sticky-on.fr-sticky-ios{position:absolute;left:0;right:0;width:auto !important}.fr-sticky-dummy{display:none}.fr-sticky-on+.fr-sticky-dummy,.fr-sticky-box>.fr-sticky-dummy{display:block}span.fr-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-bottom-extended{flex-wrap:wrap;display:flex;box-sizing:border-box}.position-relative{position:relative !important}

/*!
 * froala_editor v3.2.7 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2021 Froala Labs
 */

.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-element,.fr-element:focus{outline:0 solid transparent}.fr-box.fr-basic{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-box.fr-basic .fr-element{font-family:sans-serif;color:#414141;font-size:14px;line-height:1.6;padding:20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow-x:auto;min-height:60px;text-align:left}.fr-box.fr-basic.fr-rtl .fr-element{text-align:right}.fr-element{background:transparent;position:relative;z-index:2;-webkit-user-select:auto}.fr-element a{user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto}.fr-element.fr-disabled{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-element [contenteditable="true"]{outline:0 solid transparent}.fr-box a.fr-floating-btn{-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);box-shadow:0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;height:40px;width:40px;text-align:center;background:#FFF;color:#333333;-webkit-transition:background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;-moz-transition:background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;-ms-transition:background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;-o-transition:background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;outline:none;left:0;top:0;line-height:40px;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);text-align:center;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:none}.fr-box a.fr-floating-btn svg{-webkit-transition:transform 0.2s ease 0s;-moz-transition:transform 0.2s ease 0s;-ms-transition:transform 0.2s ease 0s;-o-transition:transform 0.2s ease 0s;fill:#333333}.fr-box a.fr-floating-btn i,.fr-box a.fr-floating-btn svg{font-size:14px;line-height:40px}.fr-box a.fr-floating-btn.fr-btn+.fr-btn{margin-left:10px}.fr-box a.fr-floating-btn:hover{background:#ebebeb;cursor:pointer}.fr-box a.fr-floating-btn:hover svg{fill:#333333}.fr-box .fr-visible a.fr-floating-btn{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1)}iframe.fr-iframe{width:100%;border:none;position:relative;display:block;z-index:2;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-wrapper{position:relative;z-index:1}.fr-wrapper::after{clear:both;display:block;content:"";height:0}.fr-wrapper .fr-placeholder{position:absolute;font-size:14px;color:#AAA;font-family:sans-serif;z-index:1;display:none;top:0;left:0;right:0;overflow:hidden}.fr-wrapper.show-placeholder .fr-placeholder{display:block;white-space:nowrap;text-overflow:ellipsis}.fr-wrapper ::-moz-selection{background:#b5d6fd;color:#000}.fr-wrapper ::selection{background:#b5d6fd;color:#000}.fr-box.fr-basic .fr-wrapper{background:#FFF;border:1px solid #CCCCCC;border-bottom-color:#efefef;top:0;left:0}.fr-box.fr-basic.fr-top .fr-wrapper{border-top:0}.fr-box.fr-basic.fr-bottom .fr-wrapper{border-bottom:0;border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}@media (min-width: 992px){.fr-box.fr-document{min-width:21cm}.fr-box.fr-document .fr-wrapper{text-align:left;padding:30px;min-width:21cm;background:#efefef}.fr-box.fr-document .fr-wrapper .fr-element{text-align:left;background:#FFF;width:21cm;margin:auto;min-height:26cm !important;padding:1cm 2cm;overflow:visible;z-index:auto}.fr-box.fr-document .fr-wrapper .fr-element hr{margin-left:-2cm;margin-right:-2cm;background:#efefef;height:1cm;outline:none;border:none}.fr-box.fr-document .fr-wrapper .fr-element img{z-index:1}}.fr-tooltip{position:absolute;top:0;left:0;padding:0 8px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:#222222;color:#FFF;font-size:11px;line-height:22px;font-family:Arial, Helvetica, sans-serif;-webkit-transition:opacity 0.2s ease 0s;-moz-transition:opacity 0.2s ease 0s;-ms-transition:opacity 0.2s ease 0s;-o-transition:opacity 0.2s ease 0s;-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";left:-3000px;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;z-index:2147483647;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fr-tooltip.fr-visible{-webkit-opacity:1;-moz-opacity:1;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.fr-toolbar .fr-btn-wrap,.fr-popup .fr-btn-wrap,.fr-modal .fr-btn-wrap{float:left;white-space:nowrap;position:relative}.fr-toolbar .fr-btn-wrap.fr-hidden,.fr-popup .fr-btn-wrap.fr-hidden,.fr-modal .fr-btn-wrap.fr-hidden{display:none}.fr-toolbar .fr-command.fr-btn,.fr-popup .fr-command.fr-btn,.fr-modal .fr-command.fr-btn{background:transparent;color:#333333;-moz-outline:0;outline:none;border:0;line-height:1;cursor:pointer;text-align:left;margin:4px 2px;padding:0;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;z-index:2;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-decoration:none;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;float:left;height:40px}.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-options,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-options,.fr-modal .fr-command.fr-btn.fr-dropdown.fr-options{border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;-webkit-border-radius:0 4px 4px 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar .fr-command.fr-btn.fr-btn-hover,.fr-popup .fr-command.fr-btn.fr-btn-hover,.fr-modal .fr-command.fr-btn.fr-btn-hover{border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;-webkit-border-radius:4px 0 0 4px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar .fr-command.fr-btn::-moz-focus-inner,.fr-popup .fr-command.fr-btn::-moz-focus-inner,.fr-modal .fr-command.fr-btn::-moz-focus-inner{border:0;padding:0}.fr-toolbar .fr-command.fr-btn.fr-btn-text,.fr-popup .fr-command.fr-btn.fr-btn-text,.fr-modal .fr-command.fr-btn.fr-btn-text{width:auto}.fr-toolbar .fr-command.fr-btn i,.fr-toolbar .fr-command.fr-btn svg,.fr-popup .fr-command.fr-btn i,.fr-popup .fr-command.fr-btn svg,.fr-modal .fr-command.fr-btn i,.fr-modal .fr-command.fr-btn svg{display:block;text-align:center;float:none;margin:8px 7px;width:24px}.fr-toolbar .fr-command.fr-btn svg.fr-svg,.fr-popup .fr-command.fr-btn svg.fr-svg,.fr-modal .fr-command.fr-btn svg.fr-svg{height:24px}.fr-toolbar .fr-command.fr-btn svg path,.fr-popup .fr-command.fr-btn svg path,.fr-modal .fr-command.fr-btn svg path{-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;fill:#333333}.fr-toolbar .fr-command.fr-btn span.fr-sr-only,.fr-popup .fr-command.fr-btn span.fr-sr-only,.fr-modal .fr-command.fr-btn span.fr-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-toolbar .fr-command.fr-btn span,.fr-popup .fr-command.fr-btn span,.fr-modal .fr-command.fr-btn span{font-size:14px;display:block;line-height:17px;min-width:30px;float:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;height:17px;font-weight:bold;padding:0 4px}.fr-toolbar .fr-command.fr-btn img,.fr-popup .fr-command.fr-btn img,.fr-modal .fr-command.fr-btn img{margin:8px 7px;width:24px}.fr-toolbar .fr-command.fr-btn.fr-btn-active-popup,.fr-popup .fr-command.fr-btn.fr-btn-active-popup,.fr-modal .fr-command.fr-btn.fr-btn-active-popup{background:#d6d6d6}.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection span,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection span,.fr-modal .fr-command.fr-btn.fr-dropdown.fr-selection span{font-weight:normal}.fr-toolbar .fr-command.fr-btn.fr-dropdown i,.fr-toolbar .fr-command.fr-btn.fr-dropdown span,.fr-toolbar .fr-command.fr-btn.fr-dropdown img,.fr-toolbar .fr-command.fr-btn.fr-dropdown svg,.fr-popup .fr-command.fr-btn.fr-dropdown i,.fr-popup .fr-command.fr-btn.fr-dropdown span,.fr-popup .fr-command.fr-btn.fr-dropdown img,.fr-popup .fr-command.fr-btn.fr-dropdown svg,.fr-modal .fr-command.fr-btn.fr-dropdown i,.fr-modal .fr-command.fr-btn.fr-dropdown span,.fr-modal .fr-command.fr-btn.fr-dropdown img,.fr-modal .fr-command.fr-btn.fr-dropdown svg{margin-left:3px;margin-right:11px}.fr-toolbar .fr-command.fr-btn.fr-dropdown:after,.fr-popup .fr-command.fr-btn.fr-dropdown:after,.fr-modal .fr-command.fr-btn.fr-dropdown:after{position:absolute;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #333333;right:2px;top:18px;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;content:""}.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active,.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active{fill:#333333;background:#d6d6d6;-webkit-transition:0.5s ease;-moz-transition:0.5s ease;-ms-transition:0.5s ease;-o-transition:0.5s ease}.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover,.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:hover{background:#ebebeb;fill:#333333}.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:hover::after{border-top-color:#333333}.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:after,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:after,.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:after{border-top:0;border-bottom:4px solid #222222}.fr-toolbar .fr-command.fr-btn.fr-disabled,.fr-popup .fr-command.fr-btn.fr-disabled,.fr-modal .fr-command.fr-btn.fr-disabled{color:#bdbdbd;cursor:default;-webkit-opacity:0.3;-moz-opacity:0.3;opacity:0.3;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.fr-toolbar .fr-command.fr-btn.fr-disabled::after,.fr-popup .fr-command.fr-btn.fr-disabled::after,.fr-modal .fr-command.fr-btn.fr-disabled::after{border-top-color:#bdbdbd}.fr-toolbar .fr-command.fr-btn.fr-hidden,.fr-popup .fr-command.fr-btn.fr-hidden,.fr-modal .fr-command.fr-btn.fr-hidden{display:none}.fr-toolbar .fr-tabs .fr-command.fr-btn,.fr-popup .fr-tabs .fr-command.fr-btn,.fr-modal .fr-tabs .fr-command.fr-btn{margin:0;width:46px;height:40px;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active,.fr-toolbar .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab,.fr-popup .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active,.fr-popup .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab,.fr-modal .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active,.fr-modal .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab{background:#FFF}.fr-toolbar .fr-tabs .fr-command.fr-btn span,.fr-popup .fr-tabs .fr-command.fr-btn span,.fr-modal .fr-tabs .fr-command.fr-btn span{height:27px}.fr-toolbar .fr-tabs .fr-command.fr-btn img,.fr-toolbar .fr-tabs .fr-command.fr-btn svg,.fr-popup .fr-tabs .fr-command.fr-btn img,.fr-popup .fr-tabs .fr-command.fr-btn svg,.fr-modal .fr-tabs .fr-command.fr-btn img,.fr-modal .fr-tabs .fr-command.fr-btn svg{margin:8px 11px;width:24px;height:24px}.fr-toolbar .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.fr-toolbar .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.fr-toolbar .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.fr-popup .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.fr-popup .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.fr-popup .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.fr-modal .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.fr-modal .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.fr-modal .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path{fill:#0098f7}.fr-toolbar.fr-disabled .fr-btn,.fr-toolbar.fr-disabled .fr-btn.fr-active,.fr-popup.fr-disabled .fr-btn,.fr-popup.fr-disabled .fr-btn.fr-active,.fr-modal.fr-disabled .fr-btn,.fr-modal.fr-disabled .fr-btn.fr-active{color:#bdbdbd;-webkit-opacity:0.3;-moz-opacity:0.3;opacity:0.3;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after,.fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after,.fr-popup.fr-disabled .fr-btn.fr-dropdown::after,.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after,.fr-modal.fr-disabled .fr-btn.fr-dropdown::after,.fr-modal.fr-disabled .fr-btn.fr-active.fr-dropdown::after{border-top-color:#bdbdbd}.fr-toolbar.fr-rtl .fr-btn-grp.fr-float-left,.fr-popup.fr-rtl .fr-btn-grp.fr-float-left,.fr-modal.fr-rtl .fr-btn-grp.fr-float-left{float:right}.fr-toolbar.fr-rtl .fr-btn-grp.fr-float-right,.fr-popup.fr-rtl .fr-btn-grp.fr-float-right,.fr-modal.fr-rtl .fr-btn-grp.fr-float-right{float:left}.fr-toolbar.fr-rtl .fr-command.fr-btn,.fr-toolbar.fr-rtl .fr-btn-wrap,.fr-popup.fr-rtl .fr-command.fr-btn,.fr-popup.fr-rtl .fr-btn-wrap,.fr-modal.fr-rtl .fr-command.fr-btn,.fr-modal.fr-rtl .fr-btn-wrap{float:right}.fr-toolbar.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options,.fr-toolbar.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options,.fr-popup.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options,.fr-popup.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options,.fr-modal.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options,.fr-modal.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options{border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;-webkit-border-radius:4px 0 0 4px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar.fr-rtl .fr-command.fr-btn.fr-btn-hover,.fr-toolbar.fr-rtl .fr-btn-wrap.fr-btn-hover,.fr-popup.fr-rtl .fr-command.fr-btn.fr-btn-hover,.fr-popup.fr-rtl .fr-btn-wrap.fr-btn-hover,.fr-modal.fr-rtl .fr-command.fr-btn.fr-btn-hover,.fr-modal.fr-rtl .fr-btn-wrap.fr-btn-hover{border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;-webkit-border-radius:0 4px 4px 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar.fr-inline>.fr-command.fr-btn:not(.fr-hidden),.fr-toolbar.fr-inline>.fr-btn-wrap:not(.fr-hidden){display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;float:none}.fr-desktop .fr-command:hover,.fr-desktop .fr-command:focus,.fr-desktop .fr-command.fr-btn-hover,.fr-desktop .fr-command.fr-expanded{outline:0;color:#333333}.fr-desktop .fr-command:hover:not(.fr-table-cell),.fr-desktop .fr-command:focus:not(.fr-table-cell),.fr-desktop .fr-command.fr-btn-hover:not(.fr-table-cell),.fr-desktop .fr-command.fr-expanded:not(.fr-table-cell){background:#ebebeb}.fr-desktop .fr-command:hover::after,.fr-desktop .fr-command:focus::after,.fr-desktop .fr-command.fr-btn-hover::after,.fr-desktop .fr-command.fr-expanded::after{border-top-color:#333333}.fr-desktop .fr-command.fr-selected:not(.fr-table-cell),.fr-desktop .fr-command:active{color:#333333;background:#d6d6d6}.fr-desktop .fr-command.fr-active:hover,.fr-desktop .fr-command.fr-active:focus,.fr-desktop .fr-command.fr-active.fr-btn-hover,.fr-desktop .fr-command.fr-active.fr-expanded{background:#ebebeb}.fr-desktop .fr-command.fr-active:active{background:#d6d6d6}.fr-desktop .fr-command.fr-disabled:hover,.fr-desktop .fr-command.fr-disabled:focus,.fr-desktop .fr-command.fr-disabled.fr-selected{background:transparent}.fr-desktop.fr-disabled .fr-command:hover,.fr-desktop.fr-disabled .fr-command:focus,.fr-desktop.fr-disabled .fr-command.fr-selected{background:transparent}.fr-toolbar.fr-mobile .fr-command.fr-blink,.fr-popup.fr-mobile .fr-command.fr-blink{background:#d6d6d6}.fr-command.fr-btn.fr-options{width:16px;margin-left:-5px}.fr-command.fr-btn.fr-options.fr-btn-hover,.fr-command.fr-btn.fr-options:hover,.fr-command.fr-btn.fr-options:focus{border-left:solid 1px #FAFAFA;-webkit-transition:border-left 0s, background-color 0.5s;-moz-transition:border-left 0s, background-color 0.5s;-ms-transition:border-left 0s, background-color 0.5s;-o-transition:border-left 0s, background-color 0.5s}.fr-command.fr-btn+.fr-dropdown-menu{background:#FFF;display:inline-block;position:absolute;right:auto;bottom:auto;height:auto;z-index:4;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-overflow-scrolling:touch;overflow:hidden;zoom:1;-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);box-shadow:0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12)}.fr-command.fr-btn+.fr-dropdown-menu.test-height .fr-dropdown-wrapper{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;height:auto;max-height:275px}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper{padding:0;margin:auto;display:inline-block;text-align:left;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:height 0.3s;-moz-transition:height 0.3s;-ms-transition:height 0.3s;-o-transition:height 0.3s;margin-top:0;float:left;height:0;margin-top:0 !important}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content{position:relative}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list{list-style-type:none;margin:0;padding:8px 0;min-width:72px}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li{padding:0;margin:0;font-size:15px}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a{padding:0 20px;line-height:200%;display:flex;cursor:pointer;white-space:nowrap;color:inherit;text-decoration:none;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a svg{width:24px;height:24px;margin:3px 4px}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a svg path{fill:#333333}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active{background:#d6d6d6}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled{color:#bdbdbd;cursor:default}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a .fr-shortcut{margin-left:20px;font-weight:bold;-webkit-opacity:0.75;-moz-opacity:0.75;opacity:0.75}.fr-command.fr-btn.fr-active+.fr-dropdown-menu{display:inline-block;-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);box-shadow:0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12)}.fr-bottom>.fr-command.fr-btn+.fr-dropdown-menu{border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar.fr-rtl .fr-dropdown-wrapper,.fr-popup.fr-rtl .fr-dropdown-wrapper{text-align:right !important}body.fr-prevent-scroll{overflow:hidden}body.fr-prevent-scroll.fr-mobile{position:fixed;-webkit-overflow-scrolling:touch}.fr-modal{color:#222222;font-family:Arial, Helvetica, sans-serif;position:fixed;overflow-x:auto;overflow-y:scroll;top:0;left:0;bottom:0;right:0;width:100%;z-index:2147483640;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;line-height:1.2}.fr-modal.fr-middle .fr-modal-wrapper{margin-top:0;margin-bottom:0;margin-left:auto;margin-right:auto;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);position:absolute}.fr-modal .fr-modal-wrapper{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-clip:padding-box;margin:20px auto;display:inline-block;background:#FFF;min-width:300px;-webkit-box-shadow:0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);box-shadow:0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);border:0;overflow:hidden;width:90%;position:relative}@media (min-width: 768px) and (max-width: 991px){.fr-modal .fr-modal-wrapper{margin:30px auto;width:70%}}@media (min-width: 992px){.fr-modal .fr-modal-wrapper{margin:50px auto;width:960px}}.fr-modal .fr-modal-wrapper .fr-modal-head{background:#FFF;overflow:hidden;position:absolute;width:100%;min-height:42px;z-index:3;border-bottom:solid #efefef 1px;-webkit-transition:all 0.2s ease 0s;-moz-transition:all 0.2s ease 0s;-ms-transition:all 0.2s ease 0s;-o-transition:all 0.2s ease 0s}.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-head-line{height:56px;padding:0 10px}.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-close{margin:10px;position:absolute;top:0;right:0}.fr-modal .fr-modal-wrapper .fr-modal-head h4{font-size:20px;padding:19px 10px;margin:0;font-weight:400;line-height:18px;display:inline-block;float:left}.fr-modal .fr-modal-wrapper div.fr-modal-body{height:100%;min-height:150px;overflow-y:auto;padding-bottom:20px}.fr-modal .fr-modal-wrapper div.fr-modal-body:focus{outline:0}.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command{height:36px;line-height:1;color:#0098f7;padding:10px;cursor:pointer;text-decoration:none;border:none;background:none;font-size:16px;outline:none;-webkit-transition:background 0.2s ease 0s;-moz-transition:background 0.2s ease 0s;-ms-transition:background 0.2s ease 0s;-o-transition:background 0.2s ease 0s;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command+button{margin-left:24px}.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:hover,.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:focus{background:#ebebeb;color:#0098f7}.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:active{background:#d6d6d6;color:#0098f7}.fr-modal .fr-modal-wrapper div.fr-modal-body button::-moz-focus-inner{border:0}.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover{background:#ebebeb}.fr-overlay{position:fixed;top:0;bottom:0;left:0;right:0;background:#000;-webkit-opacity:0.5;-moz-opacity:0.5;opacity:0.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";z-index:2147483639}ol.decimal_type{counter-reset:item}ol.decimal_type>li{display:block}ol.decimal_type>li:before{content:counters(item,".") ". ";counter-increment:item}.fr-popup{position:absolute;display:none;color:#222222;background:#FFF;-webkit-box-shadow:0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);box-shadow:0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);font-family:Arial, Helvetica, sans-serif;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;margin-top:10px;z-index:2147483635;text-align:left;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.2}.fr-popup .fr-icon{text-align:center;vertical-align:middle;font-size:20px;line-height:1;cursor:pointer;font-weight:400;box-sizing:content-box;padding:6px}.fr-popup .fr-icon-container{padding:20px;max-height:200px;overflow:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@supports not (-ms-high-contrast: none){.fr-popup .fr-icon-container{grid-template-columns:repeat(auto-fill, minmax(36px, 36px));display:grid}}@media (min-width: 768px){.fr-popup .fr-icon-container{min-width:276px}}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.fr-popup .fr-icon-container{display:inline-flex;-ms-flex-flow:row wrap}}@media screen and (-ms-high-contrast: active) and (max-width: 768px), (-ms-high-contrast: none) and (max-width: 768px){.fr-popup .fr-icon-container{width:236px}}.fr-popup .fr-input-focus{background:whitesmoke}.fr-popup.fr-above{margin-top:-10px;border-top:0}.fr-popup.fr-active{display:block}.fr-popup.fr-hidden{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.fr-popup.fr-empty{display:none !important}.fr-popup .fr-hs{display:block !important}.fr-popup .fr-hs.fr-hidden{display:none !important}.fr-popup .fr-input-line{position:relative;padding:15px 0}.fr-popup .fr-input-line input[type="text"],.fr-popup .fr-input-line textarea{width:100%;margin-bottom:1px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border:solid 1px #999999;color:#222222;font-size:14px;background:#FFF;position:relative;z-index:2;padding:4px 12px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border 0.5s, padding 0.5s;-moz-transition:border 0.5s, padding 0.5s;-ms-transition:border 0.5s, padding 0.5s;-o-transition:border 0.5s, padding 0.5s}.fr-popup .fr-input-line input[type="text"]:hover,.fr-popup .fr-input-line textarea:hover{border:solid 1px #515151}.fr-popup .fr-input-line input[type="text"]:focus,.fr-popup .fr-input-line textarea:focus{border:solid 2px #0098f7;padding:3px 11px}.fr-popup .fr-input-line input[type="text"]{height:46px}.fr-popup .fr-input-line input+label,.fr-popup .fr-input-line textarea+label{position:absolute;top:29px;left:12px;font-size:14px;color:grey;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;z-index:3;display:block;background:#FFF;padding:0;cursor:text}.fr-popup .fr-input-line input.fr-not-empty+label,.fr-popup .fr-input-line textarea.fr-not-empty+label{color:gray;width:auto;left:4px;padding:0 4px;font-size:11px;top:9px}.fr-popup input,.fr-popup textarea{user-select:text;-o-user-select:text;-moz-user-select:text;-khtml-user-select:text;-webkit-user-select:text;-ms-user-select:text;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;outline:none}.fr-popup textarea{resize:none}.fr-popup .fr-buttons{white-space:nowrap;line-height:0}.fr-popup .fr-buttons .fr-btn{margin-left:4px;margin-right:4px;display:inline-block;float:none}.fr-popup .fr-buttons .fr-btn i{float:left}.fr-popup .fr-buttons .fr-separator{display:inline-block;float:none}.fr-popup .fr-buttons.fr-tabs{border-radius:6px 6px 0 0;-moz-border-radius:6px 6px 0 0;-webkit-border-radius:6px 6px 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#f5f5f5;overflow:hidden}@media (max-width: 768px){.fr-popup .fr-buttons.fr-tabs.fr-tabs-scroll{overflow:scroll;overflow-y:hidden;width:276px}}.fr-popup .fr-buttons:not(.fr-tabs){padding:5px}.fr-popup .fr-layer{border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;width:195px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:20px;display:none}@media (min-width: 768px){.fr-popup .fr-layer{width:260px}}.fr-popup .fr-layer.fr-active{display:inline-block}.fr-popup .fr-action-buttons{z-index:7;height:36px;text-align:right}.fr-popup .fr-action-buttons button.fr-command{height:36px;line-height:1;color:#0098f7;padding:10px;cursor:pointer;text-decoration:none;border:none;background:none;font-size:16px;outline:none;-webkit-transition:background 0.2s ease 0s;-moz-transition:background 0.2s ease 0s;-ms-transition:background 0.2s ease 0s;-o-transition:background 0.2s ease 0s;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-popup .fr-action-buttons button.fr-command+button{margin-left:24px}.fr-popup .fr-action-buttons button.fr-command:hover,.fr-popup .fr-action-buttons button.fr-command:focus{background:#ebebeb;color:#0098f7}.fr-popup .fr-action-buttons button.fr-command:active{background:#d6d6d6;color:#0098f7}.fr-popup .fr-action-buttons button::-moz-focus-inner{border:0}.fr-popup .fr-checkbox{position:relative;display:inline-block;width:18px;height:18px;padding:10px;border-radius:100%;line-height:1;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;vertical-align:middle}.fr-popup .fr-checkbox svg{margin-left:2px;margin-top:2px;display:none;width:10px;height:10px}.fr-popup .fr-checkbox span{border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;width:18px;height:18px;display:inline-block;position:relative;z-index:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:background 0.2s ease 0s, border-color 0.2s ease 0s;-moz-transition:background 0.2s ease 0s, border-color 0.2s ease 0s;-ms-transition:background 0.2s ease 0s, border-color 0.2s ease 0s;-o-transition:background 0.2s ease 0s, border-color 0.2s ease 0s}.fr-popup .fr-checkbox input{position:absolute;z-index:2;-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";border:0 none;cursor:pointer;height:18px;margin:0;padding:0;width:18px;top:7px;left:7px}.fr-popup .fr-checkbox input:not(:checked)+span{border:solid 2px #999999}.fr-popup .fr-checkbox input:not(:checked):active+span{background-color:#f5f5f5}.fr-popup .fr-checkbox input:not(:checked):focus+span,.fr-popup .fr-checkbox input:not(:checked):hover+span{border-color:#515151}.fr-popup .fr-checkbox input:checked+span{background:#0098f7;border:solid 2px #0098f7}.fr-popup .fr-checkbox input:checked+span svg{display:block}.fr-popup .fr-checkbox input:checked:active+span{background-color:#EcF5Ff}.fr-popup .fr-checkbox input:checked:focus+span,.fr-popup .fr-checkbox input:checked:hover+span{-webkit-opacity:0.8;-moz-opacity:0.8;opacity:0.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.fr-popup .fr-checkbox-line{font-size:14px;line-height:1.4px;margin-top:10px}.fr-popup .fr-checkbox-line label{cursor:pointer;margin:0 5px;vertical-align:middle}.fr-popup.fr-rtl{direction:rtl;text-align:right}.fr-popup.fr-rtl .fr-action-buttons{text-align:left}.fr-popup.fr-rtl .fr-input-line input+label,.fr-popup.fr-rtl .fr-input-line textarea+label{left:auto;right:0}.fr-popup.fr-rtl .fr-buttons .fr-separator.fr-vs{float:right}.fr-text-edit-layer{width:250px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block !important}.fr-toolbar{color:#222222;background:#FFF;position:relative;font-family:Arial, Helvetica, sans-serif;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;text-align:left;border:1px solid #CCCCCC;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.2;padding-bottom:0;-webkit-transition:padding-bottom 0.5s;-moz-transition:padding-bottom 0.5s;-ms-transition:padding-bottom 0.5s;-o-transition:padding-bottom 0.5s}.fr-toolbar::after{clear:both;display:block;content:"";height:0}.fr-toolbar::after{height:0}.fr-toolbar .fr-newline{clear:both;display:block;content:"";margin-left:9px;margin-right:9px;background:#efefef;height:1px;-webkit-transition:height 0.5s;-moz-transition:height 0.5s;-ms-transition:height 0.5s;-o-transition:height 0.5s}.fr-toolbar.fr-toolbar-open{padding-bottom:48px}.fr-toolbar.fr-toolbar-open .fr-newline{height:0}.fr-toolbar .fr-float-right{float:right}.fr-toolbar .fr-float-left{float:left}.fr-toolbar .fr-more-toolbar{float:left;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#f5f5f5;-webkit-transition:height 0.5s;-moz-transition:height 0.5s;-ms-transition:height 0.5s;-o-transition:height 0.5s;height:0;z-index:2;overflow:hidden;position:absolute;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%}.fr-toolbar .fr-more-toolbar.fr-expanded{height:48px}.fr-toolbar .fr-more-toolbar.fr-overflow-visible{overflow:visible}.fr-toolbar .fr-more-toolbar>.fr-command.fr-btn{margin-left:4px;margin-right:4px}.fr-toolbar .fr-btn-grp{display:inline-block;margin:0 17px 0 12px}@media (max-width: 768px){.fr-toolbar .fr-btn-grp{margin:0 7px 0 6px}}.fr-toolbar .fr-command.fr-btn.fr-open{margin-top:10px;margin-bottom:-1px;border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar .fr-command.fr-btn.fr-open:not(:hover):not(:focus):not(:active){background:#f5f5f5}.fr-toolbar.fr-rtl{text-align:right}.fr-toolbar.fr-inline{display:none;-webkit-box-shadow:0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);box-shadow:0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);border:0;white-space:nowrap;position:absolute;margin-top:5px;z-index:2147483630}.fr-toolbar.fr-inline.fr-above{margin-top:-10px;border-top:0}.fr-toolbar.fr-inline .fr-newline{height:0}.fr-toolbar.fr-top{top:0;border-bottom:0;border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar.fr-bottom{bottom:0;border-top:0;padding-bottom:0;border-radius:0 0 10px 10px;-moz-border-radius:0 0 10px 10px;-webkit-border-radius:0 0 10px 10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar.fr-bottom .fr-newline{padding-top:0;-webkit-transition:padding-top 0.5s;-moz-transition:padding-top 0.5s;-ms-transition:padding-top 0.5s;-o-transition:padding-top 0.5s}.fr-toolbar.fr-bottom.fr-toolbar-open .fr-newline{padding-top:48px;background:#FFF}.fr-toolbar.fr-bottom .fr-command.fr-btn.fr-open{margin-top:-1px;margin-bottom:10px;border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar.fr-sticky-on{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-separator{background:#ebebeb;display:block;vertical-align:top;float:left}.fr-separator+.fr-separator{display:none}.fr-separator.fr-vs{height:32px;width:1px;margin:8px 4px}.fr-separator.fr-hs{clear:both;width:calc(100% - (2 * 4px));margin:0 4px;height:1px}.fr-separator.fr-hidden{display:none !important}.fr-rtl .fr-separator{float:right}.fr-toolbar.fr-inline .fr-separator.fr-hs{float:none}.fr-toolbar.fr-inline .fr-separator.fr-vs{float:none;display:inline-block}.fr-second-toolbar{border:1px solid #CCCCCC;border-top:0;background:#FFF;line-height:1.4;border-radius:0 0 10px 10px;-moz-border-radius:0 0 10px 10px;-webkit-border-radius:0 0 10px 10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-second-toolbar::after{clear:both;display:block;content:"";height:0}.fr-second-toolbar:empty{min-height:calc(10px);position:relative;margin-top:calc(-1px);z-index:2}#fr-logo{float:left;outline:none}#fr-logo>span{display:inline-block;float:left;font-family:sans-serif;padding:11px 5px 10px 15px;font-size:12px;font-weight:500;color:#b1b2b7;-webkit-transition:color 0.3s;-moz-transition:color 0.3s;-ms-transition:color 0.3s;-o-transition:color 0.3s}#fr-logo>svg{height:20px;width:47px;margin:7px 0;cursor:pointer}#fr-logo>svg *{-webkit-transition:fill 0.3s;-moz-transition:fill 0.3s;-ms-transition:fill 0.3s;-o-transition:fill 0.3s}#fr-logo:hover>span,#fr-logo:focus>span{color:#0098f7}#fr-logo:hover>svg .fr-logo,#fr-logo:focus>svg .fr-logo{fill:#0098f7}.fr-visibility-helper{display:none;margin-left:0 !important}@media (min-width: 768px){.fr-visibility-helper{margin-left:1px !important}}@media (min-width: 992px){.fr-visibility-helper{margin-left:2px !important}}@media (min-width: 1200px){.fr-visibility-helper{margin-left:3px !important}}.fr-opacity-0{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.fr-box{position:relative}.fr-sticky{position:-webkit-sticky;position:-moz-sticky;position:-ms-sticky;position:-o-sticky;position:sticky}.fr-sticky-off{position:relative}.fr-sticky-on{position:fixed;z-index:10}.fr-sticky-on.fr-sticky-ios{position:absolute;left:0;right:0;width:auto !important}.fr-sticky-dummy{display:none}.fr-sticky-on+.fr-sticky-dummy,.fr-sticky-box>.fr-sticky-dummy{display:block}span.fr-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-bottom-extended{flex-wrap:wrap;display:flex;box-sizing:border-box}.position-relative{position:relative !important}.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-box .fr-counter{padding:10px;float:right;color:#999999;content:attr(data-chars);font-size:14px;font-family:sans-serif;z-index:1;border-radius:2px 0 0 0;-moz-border-radius:2px 0 0 0;-webkit-border-radius:2px 0 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-box.fr-rtl .fr-counter{left:0;right:auto;border-left:none;border-radius:0 2px 0 0;-moz-border-radius:0 2px 0 0;-webkit-border-radius:0 2px 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-box.fr-code-view .fr-counter{display:none}.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}textarea.fr-code{display:none;width:100%;resize:none;-moz-resize:none;-webkit-resize:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:none;padding:10px;margin:0;font-family:"Courier New",monospace;font-size:14px;background:#FFF;color:#000;outline:none}.fr-box.fr-rtl textarea.fr-code{direction:rtl}.fr-box .CodeMirror{display:none}.fr-box.fr-code-view textarea.fr-code{display:block}.fr-box.fr-code-view .fr-element,.fr-box.fr-code-view .fr-placeholder,.fr-box.fr-code-view .fr-iframe{display:none}.fr-box.fr-code-view .CodeMirror{display:block}.fr-box.fr-inline.fr-code-view .fr-command.fr-btn.html-switch{display:block}.fr-box.fr-inline .fr-command.fr-btn.html-switch{display:none;position:absolute;top:0;right:0;display:none;background:#FFF;color:#333333;-moz-outline:0;outline:0;border:0;line-height:1;cursor:pointer;text-align:left;padding:8px 7px;-webkit-transition:background 0.2s ease 0s;-moz-transition:background 0.2s ease 0s;-ms-transition:background 0.2s ease 0s;-o-transition:background 0.2s ease 0s;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;z-index:2;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-decoration:none;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-box.fr-inline .fr-command.fr-btn.html-switch i{font-size:24px;width:24px;text-align:center}.fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover{background:#ebebeb}.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-popup .fr-layer.fr-color-hex-layer{margin:0;padding:20px;padding-top:0;float:left}.fr-popup .fr-layer.fr-color-hex-layer .fr-input-line{float:left;width:calc(100% - 50px);padding:15px 0 0}.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons{float:right;width:38px;height:40px;padding:17px 0 0;margin:0}.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons button.fr-command{border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;font-size:13px;height:40px;width:38px}.fr-popup .fr-separator+.fr-colors-tabs{margin-left:2px;margin-right:2px}.fr-popup .fr-color-set{line-height:0;display:none}.fr-popup .fr-color-set.fr-selected-set{display:block;padding:20px;padding-bottom:0}.fr-popup .fr-color-set>span{display:inline-block;width:32px;height:32px;position:relative;z-index:1}.fr-popup .fr-color-set>span>i,.fr-popup .fr-color-set>span>svg{text-align:center;line-height:32px;height:24px;width:24px;margin:4px;font-size:13px;position:absolute;bottom:0;cursor:default;left:0}.fr-popup .fr-color-set>span>i path,.fr-popup .fr-color-set>span>svg path{fill:#222222}.fr-popup .fr-color-set>span .fr-selected-color{color:#FFF;font-family:FontAwesome;font-size:13px;font-weight:400;line-height:32px;position:absolute;top:0;bottom:0;right:0;left:0;text-align:center;cursor:default}.fr-popup .fr-color-set>span:hover,.fr-popup .fr-color-set>span:focus{outline:1px solid #222222;z-index:2}.fr-rtl .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1="text"] ~ [data-param1="background"]::after{-webkit-transform:translate3d(100%, 0, 0);-moz-transform:translate3d(100%, 0, 0);-ms-transform:translate3d(100%, 0, 0);-o-transform:translate3d(100%, 0, 0)}.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-drag-helper{background:#0098f7;height:2px;margin-top:-1px;-webkit-opacity:0.2;-moz-opacity:0.2;opacity:0.2;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";position:absolute;z-index:2147483640;display:none}.fr-drag-helper.fr-visible{display:block}.fr-dragging{-webkit-opacity:0.4;-moz-opacity:0.4;opacity:0.4;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-popup .fr-emoticon{width:24px;height:24px;font-family:"Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols}.fr-popup .fr-emoticon img{height:24px;width:24px}.fr-popup .fr-command.fr-btn.fr-tabs-unicode{padding:0 0 0 14px}@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px){.fr-popup .fr-icon-container.fr-emoticon-container{width:368px}}.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-popup .fr-file-upload-layer{border:dashed 2px #bdbdbd;padding:25px 0;margin:20px;position:relative;font-size:14px;letter-spacing:1px;line-height:140%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center}.fr-popup .fr-file-upload-layer:hover{background:#ebebeb}.fr-popup .fr-file-upload-layer.fr-drop{background:#ebebeb;border-color:#0098f7}.fr-popup .fr-file-upload-layer .fr-form{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";position:absolute;top:0;bottom:0;left:0;right:0;z-index:2147483640;overflow:hidden;margin:0 !important;padding:0 !important;width:100% !important}.fr-popup .fr-file-upload-layer .fr-form input{cursor:pointer;position:absolute;right:0;top:0;bottom:0;width:500%;height:100%;margin:0;font-size:400px}.fr-popup .fr-file-progress-bar-layer{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-popup .fr-file-progress-bar-layer>h3{font-size:16px;margin:10px 0;font-weight:normal}.fr-popup .fr-file-progress-bar-layer>div.fr-action-buttons{display:none}.fr-popup .fr-file-progress-bar-layer>div.fr-loader{background:#b3e0fd;height:10px;width:100%;margin-top:20px;overflow:hidden;position:relative}.fr-popup .fr-file-progress-bar-layer>div.fr-loader span{display:block;height:100%;width:0%;background:#0098f7;-webkit-transition:width 0.2s ease 0s;-moz-transition:width 0.2s ease 0s;-ms-transition:width 0.2s ease 0s;-o-transition:width 0.2s ease 0s}.fr-popup .fr-file-progress-bar-layer>div.fr-loader.fr-indeterminate span{width:30% !important;position:absolute;top:0;-webkit-animation:loading 2s linear infinite;-moz-animation:loading 2s linear infinite;-o-animation:loading 2s linear infinite;animation:loading 2s linear infinite}.fr-popup .fr-file-progress-bar-layer.fr-error>div.fr-loader{display:none}.fr-popup .fr-file-progress-bar-layer.fr-error>div.fr-action-buttons{display:block}@keyframes loading{from{left:-25%}to{left:100%}}@-webkit-keyframes loading{from{left:-25%}to{left:100%}}@-moz-keyframes loading{from{left:-25%}to{left:100%}}@-o-keyframes loading{from{left:-25%}to{left:100%}}@keyframes loading{from{left:-25%}to{left:100%}}.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-element img{cursor:pointer;padding:0 1px}.fr-height-auto{height:auto !important}.fr-file-loader{border:4px solid #f3f3f3;border-radius:50%;border-top:4px solid #53777a;display:inline-block !important;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;width:20px;height:20px;display:block !important;align-items:center}.fr-trim-button{margin-top:5px;height:36px;line-height:1;color:#0098f7;padding:10px;cursor:pointer;text-decoration:none;border:none;background:none;font-size:16px;border-radius:5px;background-color:#eff5fa;outline:none}.fr-trim-button:hover{background:#ebebeb}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fr-image-resizer{position:absolute;border:solid 1px #0098f7;display:none;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fr-image-resizer.fr-active{display:block}.fr-image-resizer .fr-handler{display:block;position:absolute;background:#0098f7;border:solid 1px #FFF;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;z-index:4;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-image-resizer .fr-handler.fr-hnw{cursor:nw-resize}.fr-image-resizer .fr-handler.fr-hne{cursor:ne-resize}.fr-image-resizer .fr-handler.fr-hsw{cursor:sw-resize}.fr-image-resizer .fr-handler.fr-hse{cursor:se-resize}.fr-image-resizer .fr-handler{width:12px;height:12px}.fr-image-resizer .fr-handler.fr-hnw{left:-6px;top:-6px}.fr-image-resizer .fr-handler.fr-hne{right:-6px;top:-6px}.fr-image-resizer .fr-handler.fr-hsw{left:-6px;bottom:-6px}.fr-image-resizer .fr-handler.fr-hse{right:-6px;bottom:-6px}@media (min-width: 1200px){.fr-image-resizer .fr-handler{width:10px;height:10px}.fr-image-resizer .fr-handler.fr-hnw{left:-5px;top:-5px}.fr-image-resizer .fr-handler.fr-hne{right:-5px;top:-5px}.fr-image-resizer .fr-handler.fr-hsw{left:-5px;bottom:-5px}.fr-image-resizer .fr-handler.fr-hse{right:-5px;bottom:-5px}}.fr-image-overlay{position:fixed;top:0;left:0;bottom:0;right:0;z-index:2147483640;display:none}.fr-by-url-padding{padding:11.5px 0}.fr-popup .fr-upload-progress-layer{border-radius:0;box-sizing:border-box;padding-left:20px;padding-top:15px;margin:auto !important;max-height:100%;overflow-y:auto;overflow-x:hidden;width:100% !important;overscroll-behavior:contain}.fr-popup .fr-files-by-url-layer{width:calc(100% - 40px) !important}.fr-popup .fr-files-embed-layer{width:calc(100% - 40px) !important}.fr-popup .fr-files-upload-layer{border:dashed 2px #bdbdbd;margin:20px;position:relative;font-size:10px;letter-spacing:1px;line-height:140%;text-align:center;width:calc(100% - 40px) !important}.fr-popup .fr-files-upload-layer:hover{background:#ebebeb}.fr-popup .fr-files-upload-layer.fr-drop{background:#ebebeb;border-color:#0098f7}.fr-popup .fr-files-upload-layer .fr-form{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";position:absolute;top:0;bottom:0;left:0;right:0;z-index:2147483640;overflow:hidden;margin:0 !important;padding:0 !important;width:100% !important}.fr-popup .fr-files-upload-layer .fr-form input{cursor:pointer;position:absolute;right:0;top:0;bottom:0;width:500%;height:100%;margin:0;font-size:400px}.fr-popup .fr-files-progress-bar-layer{width:calc(100% - 40px);width:-moz-available;width:-webkit-stretch;width:stretch}.fr-popup .fr-files-progress-bar-layer>h3{font-size:16px;margin:10px 0;font-weight:normal}.fr-popup .fr-files-progress-bar-layer>div.fr-action-buttons{display:none}.fr-popup .fr-files-progress-bar-layer>div.fr-loader{background:#b3e0fd;height:10px;width:100%;margin-top:20px;overflow:hidden;position:relative}.fr-popup .fr-files-progress-bar-layer>div.fr-loader span{display:block;height:100%;width:0%;background:#0098f7;-webkit-transition:width 0.2s ease 0s;-moz-transition:width 0.2s ease 0s;-ms-transition:width 0.2s ease 0s;-o-transition:width 0.2s ease 0s}.fr-popup .fr-files-progress-bar-layer>div.fr-loader.fr-indeterminate span{width:30% !important;position:absolute;top:0;-webkit-animation:loading 2s linear infinite;-moz-animation:loading 2s linear infinite;-o-animation:loading 2s linear infinite;animation:loading 2s linear infinite}.fr-popup .fr-files-progress-bar-layer.fr-error>div.fr-loader{display:none}.fr-popup .fr-files-progress-bar-layer.fr-error>div.fr-action-buttons{display:block}.fr-image-size-layer .fr-image-group .fr-input-line{width:calc(50% - 5px);display:inline-block}.fr-image-size-layer .fr-image-group .fr-input-line+.fr-input-line{margin-left:10px}.fr-progress-bar-style{width:calc(100% - 40px)}.fr-progress-bar{position:relative;background-color:#4CAF50;height:8px;margin-bottom:8px;margin-left:20px;margin-right:20px;width:100%;width:-moz-available;width:-webkit-stretch;width:stretch}.fr-uploading{-webkit-opacity:0.4;-moz-opacity:0.4;opacity:0.4;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}@-webkit-keyframes loading{from{left:-25%}to{left:100%}}@-moz-keyframes loading{from{left:-25%}to{left:100%}}@-o-keyframes loading{from{left:-25%}to{left:100%}}@keyframes loading{from{left:-25%}to{left:100%}}.fr-pull-left{float:left}.fr-pull-right{float:right}.fr-icons{padding:10px 20px 0;display:inline}.fr-transform-135{transform:rotate(135deg)}.fr-icons i{margin:4px;padding:2px;cursor:pointer;color:#999588;font-size:20px}.fr-blue-decorator{background:#4a7fba;color:white;display:grid;padding:5px}.fr-upload-progress{padding:1px}.fr-upload-section{position:relative;width:100%;width:-moz-available;width:-webkit-stretch;width:stretch}@media screen and (max-width: 399px){.fr-upload-section{margin-left:7px;margin-right:7px}.fr-files-upload-layer{padding-top:7px;padding-bottom:7px}}@media screen and (min-width: 400px) and (max-width: 469px){.fr-upload-section{margin-left:7px;margin-right:7px}.fr-files-upload-layer{padding-top:7px;padding-bottom:7px}}@media screen and (min-width: 470px) and (max-width: 680px){.fr-upload-section{margin-left:7px;margin-right:7px}.fr-files-upload-layer{padding-top:7px;padding-bottom:7px}}@media screen and (min-width: 681px){.fr-upload-section{margin-left:35px;margin-right:35px}.fr-files-upload-layer{padding-top:20px;padding-bottom:20px}}.half-circle{width:60px;height:25px;background-color:white;border-top-left-radius:110px;border-top-right-radius:110px;transform:rotate(180deg);border-bottom:0;position:relative;left:50%;z-index:1;left:50%;margin-top:-1px;margin-left:-25px}.decorated{overflow:hidden;text-align:center}.decorated>span{position:relative;display:inline-block}.decorated>span:before,.decorated>span:after{content:'';position:absolute;top:50%;border-bottom:2px solid #ffffff;width:100%;margin:0 20px}.decorated>span:before{right:100%}.decorated>span:after{left:100%}.fr-align-right{float:right}.checkbox-container{display:inline-block;position:relative;padding-left:20px;margin-bottom:12px;cursor:pointer;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fr-files-checkbox-line{display:flex;align-items:center;font-size:10px}.fr-files-checkbox-line label{cursor:pointer;vertical-align:middle}.fr-insert-checkbox input{height:13px !important;width:13px !important}.fr-autoplay-checkbox input{height:13px !important;width:13px !important}button[data-cmd="insertFiles"]{padding-left:2px !important;padding-top:2.7px !important}button[data-cmd="autoplay"] svg{position:relative !important;top:3.2px !important}button[data-cmd="insertAll"]{padding-left:4px !important}button[data-cmd="insertAll"] svg{position:relative !important;top:3.2px !important}.checkbox-container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{position:absolute;top:0;left:0;height:15px;width:15px;background-color:#eee}.fr-file-list-item{display:flex;justify-content:space-between;align-items:center;padding-top:7px;flex-wrap:wrap;position:relative;top:-20px;border-bottom:1px solid #ddd;padding-bottom:7px}.fr-file-item-left{display:flex;flex-wrap:wrap}.fr-file-item-icon{display:flex;align-items:center;padding-left:7px}.fr-file-item-description{display:flex;flex-wrap:wrap;flex-direction:column;justify-content:center;max-width:400px;margin-left:5px}.fr-cloud-icon{height:30px;width:32px;background-color:white;border-radius:50%;display:flex;justify-content:center;position:relative;margin:0 auto;margin-top:-18px}.fr-files-checkbox{position:relative;display:inline-block;width:13px;height:13px;padding-right:5px;border-radius:100%;line-height:1;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;vertical-align:middle}.fr-files-checkbox svg{margin-left:0px;margin-top:0px;display:none;width:10px;height:10px}.fr-files-checkbox span{border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;width:15px;height:15px;display:inline-block;position:relative;z-index:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:background 0.2s ease 0s, border-color 0.2s ease 0s;-moz-transition:background 0.2s ease 0s, border-color 0.2s ease 0s;-ms-transition:background 0.2s ease 0s, border-color 0.2s ease 0s;-o-transition:background 0.2s ease 0s, border-color 0.2s ease 0s}.fr-files-checkbox input{position:absolute;z-index:2;-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";border:0 none;cursor:pointer;height:18px;margin:0;padding:0;width:18px}.fr-files-checkbox input:not(:checked)+span{border:solid 2px #999999}.fr-files-checkbox input:not(:checked):active+span{background-color:#f5f5f5}.fr-files-checkbox input:not(:checked):focus+span,.fr-files-checkbox input:not(:checked):hover+span{border-color:#515151}.fr-files-checkbox input:checked+span{background:#0098f7;border:solid 2px #0098f7}.fr-files-checkbox input:checked+span svg{display:block}.fr-files-checkbox input:checked:active+span{background-color:#EcF5Ff}.fr-files-checkbox input:checked:focus+span,.fr-files-checkbox input:checked:hover+span{-webkit-opacity:0.8;-moz-opacity:0.8;opacity:0.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.fr-checkbox-disabled{opacity:0.4;position:relative;display:inline-block;width:13px !important;height:13px !important;padding-right:5px;border-radius:100%;line-height:1;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;vertical-align:middle}.fr-checkbox-disabled svg{margin-left:2px;margin-top:2px;display:none;width:10px;height:10px}.fr-checkbox-disabled span{border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;width:15px;height:15px;display:inline-block;position:relative;z-index:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:background 0.2s ease 0s, border-color 0.2s ease 0s;-moz-transition:background 0.2s ease 0s, border-color 0.2s ease 0s;-ms-transition:background 0.2s ease 0s, border-color 0.2s ease 0s;-o-transition:background 0.2s ease 0s, border-color 0.2s ease 0s}.fr-checkbox-disabled input{position:absolute;z-index:2;-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";border:0 none;cursor:default;height:13px !important;margin:0;padding:0;width:13px !important;top:7px;left:7px}.fr-checkbox-disabled input:not(:checked)+span{border:solid 2px #999999}.fr-checkbox-disabled input:not(:checked):active+span{background-color:#f5f5f5}.fr-checkbox-disabled input:checked+span{background:#0098f7;border:solid 2px #0098f7}.fr-checkbox-disabled input:checked+span svg{display:block}.fr-checkbox-disabled input:checked:active+span{background-color:#EcF5Ff}.fr-file-view{position:absolute;max-width:60%;right:10%;z-index:2147483642}.file-item-thumbnail-hover{transition:transform .2s}.file-item-thumbnail-hover:hover{-ms-transform:scale(1.3);-webkit-transform:scale(1.3);transform:scale(1.3)}.fr-file-name{padding-top:5px;font-size:12px;font-weight:bold}.fr-margin-16{margin-bottom:16px}.fr-none{display:none}.fr-display-block{display:block}.fr-files-manager-tooltip{position:relative}.padding-top-15{padding-top:15px !important;padding-bottom:0px !important}.fr-files-manager-tooltip .tooltiptext{visibility:hidden;width:max-content;max-width:250px;word-break:break-word;word-wrap:break-word;background-color:black;color:#fff;text-align:left;padding:4px;border-radius:2px;font-weight:100;font-size:10px;position:absolute;top:80%;left:50%;z-index:2147483647}.fr-files-manager-tooltip:hover .tooltiptext{visibility:visible}.fr-file-details{display:flex;flex-wrap:wrap;font-size:10px}.fr-file-date{word-break:break-word;word-wrap:break-word;max-width:110px;color:#444;padding-top:2px;padding-bottom:2px}.fr-file-size{color:#444;padding-top:2px;padding-bottom:2px}.dot{width:20px;height:20px;background-image:radial-gradient(circle, grey 1px, transparent 2px);background-size:100% 33.33%;margin-left:2px;margin-right:2px}.fr-file-action-icons{margin-right:5px;margin-left:5px !important;color:#999;height:25px !important;padding:5px !important}@media screen and (max-width: 700px){.fr-files-manager-tooltip .tooltiptext{max-width:250px;visibility:hidden;word-break:break-word;word-wrap:break-word;top:90%;left:0%;font-size:8px}}@media screen and (max-width: 500px){.fr-files-manager-tooltip .tooltiptext{max-width:100px;visibility:hidden;word-break:break-word;word-wrap:break-word;top:90%;left:0%}.fr-file-item-description{width:130px}.fr-file-item-right{width:100%}.progress-circle{font-size:6px}}@media screen and (max-width: 320px){.fr-files-manager-tooltip .tooltiptext{max-width:100px;visibility:hidden;word-break:break-word;word-wrap:break-word;top:90%;left:-50%;font-size:8px}.dot{width:20px;margin-left:0px;margin-right:3px}.fr-file-item-description{width:80px}.fr-file-details{display:flex;flex-wrap:wrap;font-size:9px}.fr-file-name{font-size:10px}.fr-file-action-icons{padding:0px !important}}@media screen and (min-width: 501px){.progress-circle{font-size:9px}}.fr-file-view-modal{display:block;position:fixed;position:-ms-page;z-index:2147483641;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:black;background-color:rgba(0,0,0,0.7)}.fr-file-view-modal-content{display:inline-block;text-align:center}.fr-file-view-image{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;max-width:80%;max-height:70%}.fr-file-view-close{position:absolute;top:15px;right:35px;color:#f1f1f1;font-size:40px;font-weight:bold;transition:0.3s}.fr-file-view-close:hover,.fr-file-view-close:focus{color:#bbb;text-decoration:none;cursor:pointer}.fr-file-error{color:red;font-weight:200;font-size:12px;padding-bottom:5px}.fr-file-error-h5{margin:0}.fr-file-item-right{display:flex;align-items:center;justify-content:flex-end;margin-right:20px}.fr-file-item-action-buttons{display:flex;align-items:center;justify-content:space-around}.fr-file-item-autoplay-checkbox{align-items:center;margin:0px;padding:0px;margin-right:5px}.fr-autoplay-checkbox-label{margin:0;cursor:default !important}.checkbox-container:hover input ~ .checkmark{background-color:#ccc}.checkbox-container input:checked ~ .checkmark{background-color:#2196F3}.checkmark:after{content:"";position:absolute;display:none}.checkbox-container input:checked ~ .checkmark:after{display:block}.checkbox-container .checkmark:after{left:5px;top:2px;width:3px;height:7px;border:solid white;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.file-item-details .file-name{font-weight:bold;display:inline}.file-item-details .file-description{font-weight:300;font-size:11px;display:inline}.fr-width-10{width:10%;display:inline-block}.fr-width-20{width:20%;display:inline-block}.fr-width-30{width:30%;display:inline-block}.fr-width-40{width:40%;display:inline-block}.fr-width-50{width:50%;display:inline-block}.fr-width-60{width:60%;display:inline-block}.fr-width-100{width:100%;display:inline-block}.fr-width-80{width:80%;display:inline-block}.fr-width-90{width:90%;display:inline-block}.fr-width-85{width:85%;display:inline-block}.fr-width-5{width:5%;display:inline-block}.fr-width-7{width:7%;display:inline-block}.fr-img-icon{color:#aaaaaa;font-size:16px;padding:0px 4px}.fr-position-content{position:relative;top:10px}.file-error{color:red}#myprogressBar{width:10%;height:5px;background-color:#4CAF50;position:relative;top:-30px}.fr-files-manager{z-index:2147483641 !important}.progress-circle{margin:0px;margin-left:10px;position:relative;padding:0;width:5em;height:5.1em;background-color:#f2e9e1;border-radius:50%;line-height:5em}.progress-circle:after{border:none;position:absolute;top:0.35em;left:0.35em;text-align:center;display:block;border-radius:50%;width:4.3em;height:4.3em;background-color:white;content:" "}.progress-circle span{position:absolute;line-height:5em;width:5em;text-align:center;display:block;color:#53777a;z-index:2}.progress-circle.over50 .left-half-clipper{clip:rect(auto, auto, auto, auto)}.progress-circle.over50 .first50-bar{position:absolute;clip:rect(0, 5em, 5em, 2.5em);background-color:#53777a;border-radius:50%;width:5em;height:5em}.progress-circle:not(.over50) .first50-bar{display:none}.progress-circle.p0 .value-bar{display:none}.progress-circle.p1 .value-bar{transform:rotate(4deg)}.progress-circle.p2 .value-bar{transform:rotate(7deg)}.progress-circle.p3 .value-bar{transform:rotate(11deg)}.progress-circle.p4 .value-bar{transform:rotate(14deg)}.progress-circle.p5 .value-bar{transform:rotate(18deg)}.progress-circle.p6 .value-bar{transform:rotate(22deg)}.progress-circle.p7 .value-bar{transform:rotate(25deg)}.progress-circle.p8 .value-bar{transform:rotate(29deg)}.progress-circle.p9 .value-bar{transform:rotate(32deg)}.progress-circle.p10 .value-bar{transform:rotate(36deg)}.progress-circle.p11 .value-bar{transform:rotate(40deg)}.progress-circle.p12 .value-bar{transform:rotate(43deg)}.progress-circle.p13 .value-bar{transform:rotate(47deg)}.progress-circle.p14 .value-bar{transform:rotate(50deg)}.progress-circle.p15 .value-bar{transform:rotate(54deg)}.progress-circle.p16 .value-bar{transform:rotate(58deg)}.progress-circle.p17 .value-bar{transform:rotate(61deg)}.progress-circle.p18 .value-bar{transform:rotate(65deg)}.progress-circle.p19 .value-bar{transform:rotate(68deg)}.progress-circle.p20 .value-bar{transform:rotate(72deg)}.progress-circle.p21 .value-bar{transform:rotate(76deg)}.progress-circle.p22 .value-bar{transform:rotate(79deg)}.progress-circle.p23 .value-bar{transform:rotate(83deg)}.progress-circle.p24 .value-bar{transform:rotate(86deg)}.progress-circle.p25 .value-bar{transform:rotate(90deg)}.progress-circle.p26 .value-bar{transform:rotate(94deg)}.progress-circle.p27 .value-bar{transform:rotate(97deg)}.progress-circle.p28 .value-bar{transform:rotate(101deg)}.progress-circle.p29 .value-bar{transform:rotate(104deg)}.progress-circle.p30 .value-bar{transform:rotate(108deg)}.progress-circle.p31 .value-bar{transform:rotate(112deg)}.progress-circle.p32 .value-bar{transform:rotate(115deg)}.progress-circle.p33 .value-bar{transform:rotate(119deg)}.progress-circle.p34 .value-bar{transform:rotate(122deg)}.progress-circle.p35 .value-bar{transform:rotate(126deg)}.progress-circle.p36 .value-bar{transform:rotate(130deg)}.progress-circle.p37 .value-bar{transform:rotate(133deg)}.progress-circle.p38 .value-bar{transform:rotate(137deg)}.progress-circle.p39 .value-bar{transform:rotate(140deg)}.progress-circle.p40 .value-bar{transform:rotate(144deg)}.progress-circle.p41 .value-bar{transform:rotate(148deg)}.progress-circle.p42 .value-bar{transform:rotate(151deg)}.progress-circle.p43 .value-bar{transform:rotate(155deg)}.progress-circle.p44 .value-bar{transform:rotate(158deg)}.progress-circle.p45 .value-bar{transform:rotate(162deg)}.progress-circle.p46 .value-bar{transform:rotate(166deg)}.progress-circle.p47 .value-bar{transform:rotate(169deg)}.progress-circle.p48 .value-bar{transform:rotate(173deg)}.progress-circle.p49 .value-bar{transform:rotate(176deg)}.progress-circle.p50 .value-bar{transform:rotate(180deg)}.progress-circle.p51 .value-bar{transform:rotate(184deg)}.progress-circle.p52 .value-bar{transform:rotate(187deg)}.progress-circle.p53 .value-bar{transform:rotate(191deg)}.progress-circle.p54 .value-bar{transform:rotate(194deg)}.progress-circle.p55 .value-bar{transform:rotate(198deg)}.progress-circle.p56 .value-bar{transform:rotate(202deg)}.progress-circle.p57 .value-bar{transform:rotate(205deg)}.progress-circle.p58 .value-bar{transform:rotate(209deg)}.progress-circle.p59 .value-bar{transform:rotate(212deg)}.progress-circle.p60 .value-bar{transform:rotate(216deg)}.progress-circle.p61 .value-bar{transform:rotate(220deg)}.progress-circle.p62 .value-bar{transform:rotate(223deg)}.progress-circle.p63 .value-bar{transform:rotate(227deg)}.progress-circle.p64 .value-bar{transform:rotate(230deg)}.progress-circle.p65 .value-bar{transform:rotate(234deg)}.progress-circle.p66 .value-bar{transform:rotate(238deg)}.progress-circle.p67 .value-bar{transform:rotate(241deg)}.progress-circle.p68 .value-bar{transform:rotate(245deg)}.progress-circle.p69 .value-bar{transform:rotate(248deg)}.progress-circle.p70 .value-bar{transform:rotate(252deg)}.progress-circle.p71 .value-bar{transform:rotate(256deg)}.progress-circle.p72 .value-bar{transform:rotate(259deg)}.progress-circle.p73 .value-bar{transform:rotate(263deg)}.progress-circle.p74 .value-bar{transform:rotate(266deg)}.progress-circle.p75 .value-bar{transform:rotate(270deg)}.progress-circle.p76 .value-bar{transform:rotate(274deg)}.progress-circle.p77 .value-bar{transform:rotate(277deg)}.progress-circle.p78 .value-bar{transform:rotate(281deg)}.progress-circle.p79 .value-bar{transform:rotate(284deg)}.progress-circle.p80 .value-bar{transform:rotate(288deg)}.progress-circle.p81 .value-bar{transform:rotate(292deg)}.progress-circle.p82 .value-bar{transform:rotate(295deg)}.progress-circle.p83 .value-bar{transform:rotate(299deg)}.progress-circle.p84 .value-bar{transform:rotate(302deg)}.progress-circle.p85 .value-bar{transform:rotate(306deg)}.progress-circle.p86 .value-bar{transform:rotate(310deg)}.progress-circle.p87 .value-bar{transform:rotate(313deg)}.progress-circle.p88 .value-bar{transform:rotate(317deg)}.progress-circle.p89 .value-bar{transform:rotate(320deg)}.progress-circle.p90 .value-bar{transform:rotate(324deg)}.progress-circle.p91 .value-bar{transform:rotate(328deg)}.progress-circle.p92 .value-bar{transform:rotate(331deg)}.progress-circle.p93 .value-bar{transform:rotate(335deg)}.progress-circle.p94 .value-bar{transform:rotate(338deg)}.progress-circle.p95 .value-bar{transform:rotate(342deg)}.progress-circle.p96 .value-bar{transform:rotate(346deg)}.progress-circle.p97 .value-bar{transform:rotate(349deg)}.progress-circle.p98 .value-bar{transform:rotate(353deg)}.progress-circle.p99 .value-bar{transform:rotate(356deg)}.progress-circle.p100 .value-bar{transform:rotate(360deg)}.left-half-clipper{border-radius:50%;width:5em;height:5em;position:absolute;clip:rect(0, 5em, 5em, 2.5em)}.value-bar{position:absolute;clip:rect(0, 2.5em, 5em, 0);width:5em;height:5em;border-radius:50%;border:0.45em solid #53777a;box-sizing:border-box}.align-autoplay{align-items:flex-end;margin-right:7px}.fr-hovered-over-file{background-color:#F0F0F0}.thumbnail-padding{padding-right:4px}.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}body.fr-fullscreen{overflow:hidden;height:100%;width:100%;position:fixed}.fr-box.fr-fullscreen{margin:0 !important;position:fixed;top:0;left:0;bottom:0;right:0;z-index:2147483630 !important;width:auto !important}.fr-box.fr-fullscreen.fr-basic.fr-top .fr-wrapper{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-box.fr-fullscreen.fr-basic.fr-bottom .fr-wrapper{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-box.fr-fullscreen .fr-toolbar{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-box.fr-fullscreen .fr-toolbar.fr-top{top:0 !important}.fr-box.fr-fullscreen .fr-toolbar.fr-bottom{bottom:0 !important}.fr-box.fr-fullscreen .fr-second-toolbar{margin-top:0;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-fullscreen-wrapper{z-index:2147483640 !important;width:100% !important;margin:0 !important;padding:0 !important;overflow:visible !important}.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal{text-align:left;padding:20px 20px 10px}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table{border-collapse:collapse;font-size:14px;line-height:1.5;width:100%}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table+table{margin-top:20px}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tr{border:0}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table th{text-align:left}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table th,.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table td{padding:6px 0 4px}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody tr{border-bottom:solid 1px #ebebeb}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:first-child{width:60%;color:#646464}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:nth-child(n+2){letter-spacing:0.5px}.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-element img{cursor:pointer;padding:0 1px}.fr-image-resizer{position:absolute;border:solid 1px #0098f7;display:none;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fr-image-resizer.fr-active{display:block}.fr-image-resizer .fr-handler{display:block;position:absolute;background:#0098f7;border:solid 1px #FFF;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;z-index:4;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-image-resizer .fr-handler.fr-hnw{cursor:nw-resize}.fr-image-resizer .fr-handler.fr-hne{cursor:ne-resize}.fr-image-resizer .fr-handler.fr-hsw{cursor:sw-resize}.fr-image-resizer .fr-handler.fr-hse{cursor:se-resize}.fr-image-resizer .fr-handler{width:12px;height:12px}.fr-image-resizer .fr-handler.fr-hnw{left:-6px;top:-6px}.fr-image-resizer .fr-handler.fr-hne{right:-6px;top:-6px}.fr-image-resizer .fr-handler.fr-hsw{left:-6px;bottom:-6px}.fr-image-resizer .fr-handler.fr-hse{right:-6px;bottom:-6px}@media (min-width: 1200px){.fr-image-resizer .fr-handler{width:10px;height:10px}.fr-image-resizer .fr-handler.fr-hnw{left:-5px;top:-5px}.fr-image-resizer .fr-handler.fr-hne{right:-5px;top:-5px}.fr-image-resizer .fr-handler.fr-hsw{left:-5px;bottom:-5px}.fr-image-resizer .fr-handler.fr-hse{right:-5px;bottom:-5px}}.fr-image-overlay{position:fixed;top:0;left:0;bottom:0;right:0;z-index:2147483640;display:none}.fr-popup .fr-image-upload-layer{border:dashed 2px #bdbdbd;padding:25px 0;margin:20px;position:relative;font-size:14px;letter-spacing:1px;line-height:140%;text-align:center}.fr-popup .fr-image-upload-layer:hover{background:#ebebeb}.fr-popup .fr-image-upload-layer.fr-drop{background:#ebebeb;border-color:#0098f7}.fr-popup .fr-image-upload-layer .fr-form{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";position:absolute;top:0;bottom:0;left:0;right:0;z-index:2147483640;overflow:hidden;margin:0 !important;padding:0 !important;width:100% !important}.fr-popup .fr-image-upload-layer .fr-form input{cursor:pointer;position:absolute;right:0;top:0;bottom:0;width:500%;height:100%;margin:0;font-size:400px}.fr-popup .fr-image-progress-bar-layer>h3{font-size:16px;margin:10px 0;font-weight:normal}.fr-popup .fr-image-progress-bar-layer>div.fr-action-buttons{display:none}.fr-popup .fr-image-progress-bar-layer>div.fr-loader{background:#b3e0fd;height:10px;width:100%;margin-top:20px;overflow:hidden;position:relative}.fr-popup .fr-image-progress-bar-layer>div.fr-loader span{display:block;height:100%;width:0%;background:#0098f7;-webkit-transition:width 0.2s ease 0s;-moz-transition:width 0.2s ease 0s;-ms-transition:width 0.2s ease 0s;-o-transition:width 0.2s ease 0s}.fr-popup .fr-image-progress-bar-layer>div.fr-loader.fr-indeterminate span{width:30% !important;position:absolute;top:0;-webkit-animation:loading 2s linear infinite;-moz-animation:loading 2s linear infinite;-o-animation:loading 2s linear infinite;animation:loading 2s linear infinite}.fr-popup .fr-image-progress-bar-layer.fr-error>div.fr-loader{display:none}.fr-popup .fr-image-progress-bar-layer.fr-error>div.fr-action-buttons{display:block}.fr-image-size-layer .fr-image-group .fr-input-line{width:calc(50% - 5px);display:inline-block}.fr-image-size-layer .fr-image-group .fr-input-line+.fr-input-line{margin-left:10px}.fr-uploading{-webkit-opacity:0.4;-moz-opacity:0.4;opacity:0.4;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}@-webkit-keyframes loading{from{left:-25%}to{left:100%}}@-moz-keyframes loading{from{left:-25%}to{left:100%}}@-o-keyframes loading{from{left:-25%}to{left:100%}}@keyframes loading{from{left:-25%}to{left:100%}}.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-modal .fr-modal-head .fr-modal-head-line::after{clear:both;display:block;content:"";height:0}.fr-modal .fr-modal-head .fr-modal-head-line .fr-modal-more{margin-top:10px}.fr-modal .fr-modal-head .fr-modal-head-line .fr-modal-more.fr-not-available{opacity:0;width:0;padding:12px 0}.fr-modal .fr-modal-head .fr-modal-tags{padding:0 20px;display:none;text-align:left}.fr-modal .fr-modal-head .fr-modal-tags a{display:inline-block;opacity:0;padding:6px 12px;margin:8px 0 8px 8px;text-decoration:none;border-radius:32px;-moz-border-radius:32px;-webkit-border-radius:32px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-transition:opacity 0.2s ease 0s, background 0.2s ease 0s;-moz-transition:opacity 0.2s ease 0s, background 0.2s ease 0s;-ms-transition:opacity 0.2s ease 0s, background 0.2s ease 0s;-o-transition:opacity 0.2s ease 0s, background 0.2s ease 0s;cursor:pointer;background-color:#f5f5f5}.fr-modal .fr-modal-head .fr-modal-tags a:focus{outline:none;background-color:#ebebeb}.fr-modal .fr-modal-head .fr-modal-tags a:hover{background-color:#ebebeb}.fr-modal .fr-modal-head .fr-modal-tags a:active{background-color:#d6d6d6}.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag{background-color:#EcF5Ff;color:#0098f7}.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:focus{outline:none;background-color:#ebebeb}.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:hover{background-color:#ebebeb}.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:active{background-color:#d6d6d6}.fr-show-tags .fr-modal-more svg path{fill:#0098f7}div.fr-modal-body{-webkit-transition:background 0.2s ease 0s;-moz-transition:background 0.2s ease 0s;-ms-transition:background 0.2s ease 0s;-o-transition:background 0.2s ease 0s}div.fr-modal-body .fr-preloader{display:block;margin:50px auto}div.fr-modal-body div.fr-image-list{text-align:center;margin:0 20px;padding:0}div.fr-modal-body div.fr-image-list .fr-list-column{float:left;width:calc((100% - 20px) / 2)}@media (min-width: 768px) and (max-width: 1199px){div.fr-modal-body div.fr-image-list .fr-list-column{width:calc((100% - 40px) / 3)}}@media (min-width: 1200px){div.fr-modal-body div.fr-image-list .fr-list-column{width:calc((100% - 60px) / 4)}}div.fr-modal-body div.fr-image-list .fr-list-column+.fr-list-column{margin-left:20px}div.fr-modal-body div.fr-image-list div.fr-image-container{position:relative;width:100%;display:block;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;overflow:hidden}div.fr-modal-body div.fr-image-list div.fr-image-container:first-child{margin-top:20px}div.fr-modal-body div.fr-image-list div.fr-image-container+div{margin-top:20px}div.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::after{position:absolute;-webkit-opacity:0.5;-moz-opacity:0.5;opacity:0.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-transition:opacity 0.2s ease 0s;-moz-transition:opacity 0.2s ease 0s;-ms-transition:opacity 0.2s ease 0s;-o-transition:opacity 0.2s ease 0s;background:#000;content:"";top:0;left:0;bottom:0;right:0;z-index:2}div.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::before{content:attr(data-deleting);color:#FFF;top:0;left:0;bottom:0;right:0;margin:auto;position:absolute;z-index:3;font-size:15px;height:20px}div.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty{height:95px;background:#CCCCCC;z-index:1}div.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty::after{position:absolute;margin:auto;top:0;bottom:0;left:0;right:0;content:attr(data-loading);display:inline-block;height:20px}div.fr-modal-body div.fr-image-list div.fr-image-container img{width:100%;vertical-align:middle;position:relative;z-index:2;-webkit-opacity:1;-moz-opacity:1;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-transition:opacity 0.2s ease 0s, filter 0.2s ease 0s;-moz-transition:opacity 0.2s ease 0s, filter 0.2s ease 0s;-ms-transition:opacity 0.2s ease 0s, filter 0.2s ease 0s;-o-transition:opacity 0.2s ease 0s, filter 0.2s ease 0s;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0)}div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected img{-webkit-opacity:0.75;-moz-opacity:0.75;opacity:0.75;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-delete-img,div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-insert-img{display:inline-block}div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img,div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img{display:none;top:50%;border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-transition:background 0.2s ease 0s, color 0.2s ease 0s;-moz-transition:background 0.2s ease 0s, color 0.2s ease 0s;-ms-transition:background 0.2s ease 0s, color 0.2s ease 0s;-o-transition:background 0.2s ease 0s, color 0.2s ease 0s;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;cursor:pointer;margin:0;line-height:40px;text-decoration:none;z-index:3}div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img{background:#B8312F;fill:#FFF;padding:8px;left:50%;-webkit-transform:translateY(-50%) translateX(25%);-moz-transform:translateY(-50%) translateX(25%);-ms-transform:translateY(-50%) translateX(25%);-o-transform:translateY(-50%) translateX(25%)}div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img{background:#FFF;fill:#0098f7;padding:8px;left:50%;-webkit-transform:translateY(-50%) translateX(-125%);-moz-transform:translateY(-50%) translateX(-125%);-ms-transform:translateY(-50%) translateX(-125%);-o-transform:translateY(-50%) translateX(-125%)}.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover img{-webkit-opacity:0.75;-moz-opacity:0.75;opacity:0.75;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-delete-img,.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-insert-img{display:inline-block;width:40px;height:40px}.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img:hover{background:#bf4644;color:#FFF}.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img:hover{background:#ebebeb}.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-line-breaker{cursor:text;border-top:1px solid #0098f7;position:fixed;z-index:2;display:none}.fr-line-breaker.fr-visible{display:block}.fr-line-breaker a.fr-floating-btn{position:absolute;left:calc(50% - (40px / 2));top:-20px}.fr-line-breaker a.fr-floating-btn svg{margin:8px;height:24px;width:24px}.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-quick-insert{position:absolute;z-index:2147483639;white-space:nowrap;padding-right:10px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fr-quick-insert a.fr-floating-btn svg{margin:8px;width:24px;height:24px}.fr-quick-insert.fr-on a.fr-floating-btn svg{-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg)}.fr-quick-insert.fr-hidden{display:none}.fr-qi-helper{position:absolute;z-index:3;padding-left:20px;white-space:nowrap}.fr-qi-helper a.fr-btn.fr-floating-btn{text-align:center;padding:6px 10px 10px 10px;display:inline-block;color:#222222;background:#FFF;-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0)}.fr-qi-helper a.fr-btn.fr-floating-btn svg{fill:#222222}.fr-qi-helper a.fr-btn.fr-floating-btn.fr-size-1{-webkit-opacity:1;-moz-opacity:1;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1)}.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-popup .fr-buttons.fr-tabs .fr-special-character-category{padding:10px 15px}.fr-popup .fr-buttons.fr-tabs .fr-special-character-category span{font-weight:normal;font-size:16px}.fr-popup .fr-special-character{width:24px;height:24px}@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px){.fr-popup .fr-icon-container.fr-sc-container{width:368px}}.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-element table td.fr-selected-cell,.fr-element table th.fr-selected-cell{border:1px double #0098f7}.fr-element table tr{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-element table td,.fr-element table th{user-select:text;-o-user-select:text;-moz-user-select:text;-khtml-user-select:text;-webkit-user-select:text;-ms-user-select:text}.fr-element .fr-no-selection table td,.fr-element .fr-no-selection table th{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-table-resizer{cursor:col-resize;position:absolute;z-index:3;display:none}.fr-table-resizer.fr-moving{z-index:2}.fr-table-resizer div{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";border-right:1px solid #0098f7}.fr-no-selection{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-popup .fr-table-size{margin:20px}.fr-popup .fr-table-size .fr-table-size-info{text-align:center;font-size:14px}.fr-popup .fr-table-size .fr-select-table-size{line-height:0;padding:5px;white-space:nowrap}.fr-popup .fr-table-size .fr-select-table-size>span{display:inline-block;padding:0 4px 4px 0;background:transparent}.fr-popup .fr-table-size .fr-select-table-size>span>span{display:inline-block;width:18px;height:18px;border:1px solid #DDD}.fr-popup .fr-table-size .fr-select-table-size>span.hover{background:transparent}.fr-popup .fr-table-size .fr-select-table-size>span.hover>span{background:rgba(0,152,247,0.3);border:solid 1px #0098f7}.fr-popup .fr-table-size .fr-select-table-size .new-line::after{clear:both;display:block;content:"";height:0}.fr-popup.fr-above .fr-table-size .fr-select-table-size>span{display:inline-block !important}.fr-popup .fr-table-colors{display:block;padding:20px;padding-bottom:0}.fr-popup.fr-desktop .fr-table-size .fr-select-table-size>span>span{width:12px;height:12px}.fr-insert-helper{position:absolute;z-index:9999;white-space:nowrap}.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}#fr-form-container{margin:auto;position:relative;top:10%;background-color:#f5f5f5;width:60%;border-radius:5px;z-index:9002;overflow:auto;background-color:#fefefe}.fr-trim-video-name{font-family:Arial, Helvetica, sans-serif;padding-top:15px}.fr-file-loader{border:4px solid #f3f3f3;border-radius:50%;border-top:4px solid #53777a;display:inline-block !important;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;width:20px;height:20px;display:block !important;align-items:center}.fr-trim-button{margin-top:5px;height:36px;line-height:1;color:#0098f7;padding:10px;cursor:pointer;text-decoration:none;border:none;background:none;font-size:16px;border-radius:5px;background-color:#eff5fa;outline:none}.fr-trim-button:hover{background:#ebebeb}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fr-slidecontainer{width:100%}.fr-slider{-webkit-appearance:none;width:100%;height:15px;background:#d3d3d3}.fr-video-trim-buttons{text-align:right;padding-bottom:5px;padding-right:15px;margin-top:10px}.fr-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:15px;height:15px;border-radius:50%;cursor:pointer}.fr-slider::-moz-range-thumb{width:15px;height:15px;background:#3498db;border-radius:50%;cursor:pointer}.fr-range-value-start{position:absolute}.fr-range-value-start>span{width:60px;height:24px;line-height:24px;text-align:center;background:#03a9f4;color:#fff;font-size:12px;display:block;position:absolute;left:50%;transform:translate(-85%, 0);border-radius:6px}.fr-range-value-start>span:before{content:"";position:absolute;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;left:86%;margin-left:-5px;margin-top:-1px}.fr-range-value-end{position:absolute}.fr-range-value-end>span{width:60px;height:24px;line-height:24px;text-align:center;background:#03a9f4;color:#fff;font-size:12px;display:block;position:absolute;left:14%;transform:translate(-8%, 0);border-radius:6px}.fr-range-value-end>span:before{content:"";position:absolute;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;left:14%;margin-left:-5px;margin-top:-1px}#startTimeValue{top:-153% !important}#startTimeValue span:before{border-top:10px solid #03a9f4;top:100%}#endTimeValue{top:-153% !important}#endTimeValue span:before{border-top:10px solid #03a9f4;top:100%}.fr-range-slider{position:relative;width:80%;height:15px}.fr-range-slider>input{pointer-events:none;position:absolute;left:0;top:10px;width:100%;outline:none;height:6px;border-radius:10px}.fr-range-slider>input::-webkit-slider-thumb{pointer-events:all;position:relative;z-index:1;-webkit-appearance:none;appearance:none;width:15px;height:15px;background:#3498db;cursor:pointer;border-radius:7px;margin-top:-3.6px}.fr-range-slider>input::-moz-range-thumb{pointer-events:all;position:relative;z-index:10;-moz-appearance:none;width:9px;height:15px;border-radius:7px;margin-top:-3.6px}.fr-range-slider>input::-moz-range-track{position:relative;z-index:-1;background-color:black;border:0;height:15px;border-radius:50%;margin-top:-3.6px}.fr-range-slider>input:last-of-type::-moz-range-track{-moz-appearance:none;background:none transparent;border:0}.fr-range-slider>input[type="range"]::-moz-focus-outer{border:0}@media screen and (max-width: 430px){.range-value span{width:40px;font-size:10px}#fr-form-container{top:20%}}#fr-video-edit{width:80%;text-align:center;height:50%;margin-bottom:20px;padding-top:8px;padding-bottom:8px}.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-element .fr-video{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-element .fr-video::after{position:absolute;content:'';z-index:1;top:0;left:0;right:0;bottom:0;cursor:pointer;display:block;background:transparent}.fr-element .fr-video.fr-active>*{z-index:2;position:relative}.fr-element .fr-video>*{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;max-width:100%;border:none}.fr-box .fr-video-resizer{position:absolute;border:solid 1px #0098f7;display:none;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-box .fr-video-resizer.fr-active{display:block}.fr-box .fr-video-resizer .fr-handler{display:block;position:absolute;background:#0098f7;border:solid 1px #FFF;z-index:4;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-box .fr-video-resizer .fr-handler.fr-hnw{cursor:nw-resize}.fr-box .fr-video-resizer .fr-handler.fr-hne{cursor:ne-resize}.fr-box .fr-video-resizer .fr-handler.fr-hsw{cursor:sw-resize}.fr-box .fr-video-resizer .fr-handler.fr-hse{cursor:se-resize}.fr-box .fr-video-resizer .fr-handler{width:12px;height:12px}.fr-box .fr-video-resizer .fr-handler.fr-hnw{left:-6px;top:-6px}.fr-box .fr-video-resizer .fr-handler.fr-hne{right:-6px;top:-6px}.fr-box .fr-video-resizer .fr-handler.fr-hsw{left:-6px;bottom:-6px}.fr-box .fr-video-resizer .fr-handler.fr-hse{right:-6px;bottom:-6px}@media (min-width: 1200px){.fr-box .fr-video-resizer .fr-handler{width:10px;height:10px}.fr-box .fr-video-resizer .fr-handler.fr-hnw{left:-5px;top:-5px}.fr-box .fr-video-resizer .fr-handler.fr-hne{right:-5px;top:-5px}.fr-box .fr-video-resizer .fr-handler.fr-hsw{left:-5px;bottom:-5px}.fr-box .fr-video-resizer .fr-handler.fr-hse{right:-5px;bottom:-5px}}.fr-popup .fr-video-size-layer .fr-video-group .fr-input-line{width:calc(50% - 5px);display:inline-block}.fr-popup .fr-video-size-layer .fr-video-group .fr-input-line+.fr-input-line{margin-left:10px}.fr-popup .fr-video-upload-layer{border:dashed 2px #bdbdbd;padding:25px 0;margin:20px;position:relative;font-size:14px;letter-spacing:1px;line-height:140%;text-align:center}.fr-popup .fr-video-upload-layer:hover{background:#ebebeb}.fr-popup .fr-video-upload-layer.fr-drop{background:#ebebeb;border-color:#0098f7}.fr-popup .fr-video-upload-layer .fr-form{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";position:absolute;top:0;bottom:0;left:0;right:0;z-index:2147483640;overflow:hidden;margin:0 !important;padding:0 !important;width:100% !important}.fr-popup .fr-video-upload-layer .fr-form input{cursor:pointer;position:absolute;right:0;top:0;bottom:0;width:500%;height:100%;margin:0;font-size:400px}.fr-popup .fr-video-progress-bar-layer>h3{font-size:16px;margin:10px 0;font-weight:normal}.fr-popup .fr-video-progress-bar-layer>div.fr-action-buttons{display:none}.fr-popup .fr-video-progress-bar-layer>div.fr-loader{background:#b3e0fd;height:10px;width:100%;margin-top:20px;overflow:hidden;position:relative}.fr-popup .fr-video-progress-bar-layer>div.fr-loader span{display:block;height:100%;width:0%;background:#0098f7;-webkit-transition:width 0.2s ease 0s;-moz-transition:width 0.2s ease 0s;-ms-transition:width 0.2s ease 0s;-o-transition:width 0.2s ease 0s}.fr-popup .fr-video-progress-bar-layer>div.fr-loader.fr-indeterminate span{width:30% !important;position:absolute;top:0;-webkit-animation:loading 2s linear infinite;-moz-animation:loading 2s linear infinite;-o-animation:loading 2s linear infinite;animation:loading 2s linear infinite}.fr-popup .fr-video-progress-bar-layer.fr-error>div.fr-loader{display:none}.fr-popup .fr-video-progress-bar-layer.fr-error>div.fr-action-buttons{display:block}.fr-video-overlay{position:fixed;top:0;left:0;bottom:0;right:0;z-index:2147483640;display:none}.fr-autoplay-margin{margin-top:0px !important}.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-view img.fr-rounded,.fr-view .fr-img-caption.fr-rounded img{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-view img.fr-shadow,.fr-view .fr-img-caption.fr-shadow img{-webkit-box-shadow:10px 10px 5px 0px #cccccc;-moz-box-shadow:10px 10px 5px 0px #cccccc;box-shadow:10px 10px 5px 0px #cccccc}.fr-view img.fr-bordered,.fr-view .fr-img-caption.fr-bordered img{border:solid 5px #CCC}.fr-view img.fr-bordered{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fr-view .fr-img-caption.fr-bordered img{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-view{word-wrap:break-word}.fr-view span[style~="color:"] a{color:inherit}.fr-view strong{font-weight:700}.fr-view table{border:none;border-collapse:collapse;empty-cells:show;max-width:100%}.fr-view table td{min-width:5px}.fr-view table.fr-dashed-borders td,.fr-view table.fr-dashed-borders th{border-style:dashed}.fr-view table.fr-alternate-rows tbody tr:nth-child(2n){background:whitesmoke}.fr-view table td,.fr-view table th{border:1px solid #DDD}.fr-view table td:empty,.fr-view table th:empty{height:20px}.fr-view table td.fr-highlighted,.fr-view table th.fr-highlighted{border:1px double red}.fr-view table td.fr-thick,.fr-view table th.fr-thick{border-width:2px}.fr-view table th{background:#ececec}.fr-view hr{clear:both;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;break-after:always;page-break-after:always}.fr-view .fr-file{position:relative}.fr-view .fr-file::after{position:relative;content:"\1F4CE";font-weight:normal}.fr-view pre{white-space:pre-wrap;word-wrap:break-word;overflow:visible}.fr-view[dir="rtl"] blockquote{border-left:none;border-right:solid 2px #5E35B1;margin-right:0;padding-right:5px;padding-left:0}.fr-view[dir="rtl"] blockquote blockquote{border-color:#00BCD4}.fr-view[dir="rtl"] blockquote blockquote blockquote{border-color:#43A047}.fr-view blockquote{border-left:solid 2px #5E35B1;margin-left:0;padding-left:5px;color:#5E35B1}.fr-view blockquote blockquote{border-color:#00BCD4;color:#00BCD4}.fr-view blockquote blockquote blockquote{border-color:#43A047;color:#43A047}.fr-view span.fr-emoticon{font-weight:normal;font-family:"Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";display:inline;line-height:0}.fr-view span.fr-emoticon.fr-emoticon-img{background-repeat:no-repeat !important;font-size:inherit;height:1em;width:1em;min-height:20px;min-width:20px;display:inline-block;margin:-.1em .1em .1em;line-height:1;vertical-align:middle}.fr-view .fr-text-gray{color:#AAA !important}.fr-view .fr-text-bordered{border-top:solid 1px #222;border-bottom:solid 1px #222;padding:10px 0}.fr-view .fr-text-spaced{letter-spacing:1px}.fr-view .fr-text-uppercase{text-transform:uppercase}.fr-view .fr-class-highlighted{background-color:#ffff00}.fr-view .fr-class-code{border-color:#cccccc;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:#f5f5f5;padding:10px;font-family:"Courier New", Courier, monospace}.fr-view .fr-class-transparency{opacity:0.5}.fr-view img{position:relative;max-width:100%}.fr-view img.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}.fr-view img.fr-dib.fr-fil{margin-left:0;text-align:left}.fr-view img.fr-dib.fr-fir{margin-right:0;text-align:right}.fr-view img.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}.fr-view img.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}.fr-view img.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}.fr-view span.fr-img-caption{position:relative;max-width:100%}.fr-view span.fr-img-caption.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}.fr-view span.fr-img-caption.fr-dib.fr-fil{margin-left:0;text-align:left}.fr-view span.fr-img-caption.fr-dib.fr-fir{margin-right:0;text-align:right}.fr-view span.fr-img-caption.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}.fr-view span.fr-img-caption.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}.fr-view span.fr-img-caption.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}.fr-view .fr-video{text-align:center;position:relative}.fr-view .fr-video.fr-rv{padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.fr-view .fr-video.fr-rv>iframe,.fr-view .fr-video.fr-rv object,.fr-view .fr-video.fr-rv embed{position:absolute !important;top:0;left:0;width:100%;height:100%}.fr-view .fr-video>*{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;max-width:100%;border:none}.fr-view .fr-video.fr-dvb{display:block;clear:both}.fr-view .fr-video.fr-dvb.fr-fvl{text-align:left}.fr-view .fr-video.fr-dvb.fr-fvr{text-align:right}.fr-view .fr-video.fr-dvi{display:inline-block}.fr-view .fr-video.fr-dvi.fr-fvl{float:left}.fr-view .fr-video.fr-dvi.fr-fvr{float:right}.fr-view a.fr-strong{font-weight:700}.fr-view a.fr-green{color:green}.fr-view .fr-img-caption{text-align:center}.fr-view .fr-img-caption .fr-img-wrap{padding:0;margin:auto;text-align:center;width:100%}.fr-view .fr-img-caption .fr-img-wrap a{display:block}.fr-view .fr-img-caption .fr-img-wrap img{display:block;margin:auto;width:100%}.fr-view .fr-img-caption .fr-img-wrap>span{margin:auto;display:block;padding:5px 5px 10px;font-size:14px;font-weight:initial;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-opacity:0.9;-moz-opacity:0.9;opacity:0.9;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";width:100%;text-align:center}.fr-view button.fr-rounded,.fr-view input.fr-rounded,.fr-view textarea.fr-rounded{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-view button.fr-large,.fr-view input.fr-large,.fr-view textarea.fr-large{font-size:24px}a.fr-view.fr-strong{font-weight:700}a.fr-view.fr-green{color:green}img.fr-view{position:relative;max-width:100%}img.fr-view.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}img.fr-view.fr-dib.fr-fil{margin-left:0;text-align:left}img.fr-view.fr-dib.fr-fir{margin-right:0;text-align:right}img.fr-view.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}img.fr-view.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}img.fr-view.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}span.fr-img-caption.fr-view{position:relative;max-width:100%}span.fr-img-caption.fr-view.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}span.fr-img-caption.fr-view.fr-dib.fr-fil{margin-left:0;text-align:left}span.fr-img-caption.fr-view.fr-dib.fr-fir{margin-right:0;text-align:right}span.fr-img-caption.fr-view.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}span.fr-img-caption.fr-view.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}span.fr-img-caption.fr-view.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}

/*!
 * froala_editor v3.2.7 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2021 Froala Labs
 */

.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-view img.fr-rounded,.fr-view .fr-img-caption.fr-rounded img{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-view img.fr-shadow,.fr-view .fr-img-caption.fr-shadow img{-webkit-box-shadow:10px 10px 5px 0px #cccccc;-moz-box-shadow:10px 10px 5px 0px #cccccc;box-shadow:10px 10px 5px 0px #cccccc}.fr-view img.fr-bordered,.fr-view .fr-img-caption.fr-bordered img{border:solid 5px #CCC}.fr-view img.fr-bordered{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fr-view .fr-img-caption.fr-bordered img{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-view{word-wrap:break-word}.fr-view span[style~="color:"] a{color:inherit}.fr-view strong{font-weight:700}.fr-view table{border:none;border-collapse:collapse;empty-cells:show;max-width:100%}.fr-view table td{min-width:5px}.fr-view table.fr-dashed-borders td,.fr-view table.fr-dashed-borders th{border-style:dashed}.fr-view table.fr-alternate-rows tbody tr:nth-child(2n){background:whitesmoke}.fr-view table td,.fr-view table th{border:1px solid #DDD}.fr-view table td:empty,.fr-view table th:empty{height:20px}.fr-view table td.fr-highlighted,.fr-view table th.fr-highlighted{border:1px double red}.fr-view table td.fr-thick,.fr-view table th.fr-thick{border-width:2px}.fr-view table th{background:#ececec}.fr-view hr{clear:both;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;break-after:always;page-break-after:always}.fr-view .fr-file{position:relative}.fr-view .fr-file::after{position:relative;content:"\1F4CE";font-weight:normal}.fr-view pre{white-space:pre-wrap;word-wrap:break-word;overflow:visible}.fr-view[dir="rtl"] blockquote{border-left:none;border-right:solid 2px #5E35B1;margin-right:0;padding-right:5px;padding-left:0}.fr-view[dir="rtl"] blockquote blockquote{border-color:#00BCD4}.fr-view[dir="rtl"] blockquote blockquote blockquote{border-color:#43A047}.fr-view blockquote{border-left:solid 2px #5E35B1;margin-left:0;padding-left:5px;color:#5E35B1}.fr-view blockquote blockquote{border-color:#00BCD4;color:#00BCD4}.fr-view blockquote blockquote blockquote{border-color:#43A047;color:#43A047}.fr-view span.fr-emoticon{font-weight:normal;font-family:"Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";display:inline;line-height:0}.fr-view span.fr-emoticon.fr-emoticon-img{background-repeat:no-repeat !important;font-size:inherit;height:1em;width:1em;min-height:20px;min-width:20px;display:inline-block;margin:-.1em .1em .1em;line-height:1;vertical-align:middle}.fr-view .fr-text-gray{color:#AAA !important}.fr-view .fr-text-bordered{border-top:solid 1px #222;border-bottom:solid 1px #222;padding:10px 0}.fr-view .fr-text-spaced{letter-spacing:1px}.fr-view .fr-text-uppercase{text-transform:uppercase}.fr-view .fr-class-highlighted{background-color:#ffff00}.fr-view .fr-class-code{border-color:#cccccc;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:#f5f5f5;padding:10px;font-family:"Courier New", Courier, monospace}.fr-view .fr-class-transparency{opacity:0.5}.fr-view img{position:relative;max-width:100%}.fr-view img.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}.fr-view img.fr-dib.fr-fil{margin-left:0;text-align:left}.fr-view img.fr-dib.fr-fir{margin-right:0;text-align:right}.fr-view img.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}.fr-view img.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}.fr-view img.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}.fr-view span.fr-img-caption{position:relative;max-width:100%}.fr-view span.fr-img-caption.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}.fr-view span.fr-img-caption.fr-dib.fr-fil{margin-left:0;text-align:left}.fr-view span.fr-img-caption.fr-dib.fr-fir{margin-right:0;text-align:right}.fr-view span.fr-img-caption.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}.fr-view span.fr-img-caption.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}.fr-view span.fr-img-caption.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}.fr-view .fr-video{text-align:center;position:relative}.fr-view .fr-video.fr-rv{padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.fr-view .fr-video.fr-rv>iframe,.fr-view .fr-video.fr-rv object,.fr-view .fr-video.fr-rv embed{position:absolute !important;top:0;left:0;width:100%;height:100%}.fr-view .fr-video>*{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;max-width:100%;border:none}.fr-view .fr-video.fr-dvb{display:block;clear:both}.fr-view .fr-video.fr-dvb.fr-fvl{text-align:left}.fr-view .fr-video.fr-dvb.fr-fvr{text-align:right}.fr-view .fr-video.fr-dvi{display:inline-block}.fr-view .fr-video.fr-dvi.fr-fvl{float:left}.fr-view .fr-video.fr-dvi.fr-fvr{float:right}.fr-view a.fr-strong{font-weight:700}.fr-view a.fr-green{color:green}.fr-view .fr-img-caption{text-align:center}.fr-view .fr-img-caption .fr-img-wrap{padding:0;margin:auto;text-align:center;width:100%}.fr-view .fr-img-caption .fr-img-wrap a{display:block}.fr-view .fr-img-caption .fr-img-wrap img{display:block;margin:auto;width:100%}.fr-view .fr-img-caption .fr-img-wrap>span{margin:auto;display:block;padding:5px 5px 10px;font-size:14px;font-weight:initial;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-opacity:0.9;-moz-opacity:0.9;opacity:0.9;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";width:100%;text-align:center}.fr-view button.fr-rounded,.fr-view input.fr-rounded,.fr-view textarea.fr-rounded{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-view button.fr-large,.fr-view input.fr-large,.fr-view textarea.fr-large{font-size:24px}a.fr-view.fr-strong{font-weight:700}a.fr-view.fr-green{color:green}img.fr-view{position:relative;max-width:100%}img.fr-view.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}img.fr-view.fr-dib.fr-fil{margin-left:0;text-align:left}img.fr-view.fr-dib.fr-fir{margin-right:0;text-align:right}img.fr-view.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}img.fr-view.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}img.fr-view.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}span.fr-img-caption.fr-view{position:relative;max-width:100%}span.fr-img-caption.fr-view.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}span.fr-img-caption.fr-view.fr-dib.fr-fil{margin-left:0;text-align:left}span.fr-img-caption.fr-view.fr-dib.fr-fir{margin-right:0;text-align:right}span.fr-img-caption.fr-view.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}span.fr-img-caption.fr-view.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}span.fr-img-caption.fr-view.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}

/*!
 * froala_editor v3.2.7 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2021 Froala Labs
 */

.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-box .fr-counter{padding:10px;float:right;color:#999;content:attr(data-chars);font-size:14px;font-family:sans-serif;z-index:1;border-radius:2px 0 0 0;-moz-border-radius:2px 0 0 0;-webkit-border-radius:2px 0 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-box.fr-rtl .fr-counter{left:0;right:auto;border-left:none;border-radius:0 2px 0 0;-moz-border-radius:0 2px 0 0;-webkit-border-radius:0 2px 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-box.fr-code-view .fr-counter{display:none}

/*!
 * froala_editor v3.2.7 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2021 Froala Labs
 */

.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}textarea.fr-code{display:none;width:100%;resize:none;-moz-resize:none;-webkit-resize:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:none;padding:10px;margin:0;font-family:"Courier New",monospace;font-size:14px;background:#FFF;color:#000;outline:none}.fr-box.fr-rtl textarea.fr-code{direction:rtl}.fr-box .CodeMirror{display:none}.fr-box.fr-code-view textarea.fr-code{display:block}.fr-box.fr-code-view .fr-element,.fr-box.fr-code-view .fr-placeholder,.fr-box.fr-code-view .fr-iframe{display:none}.fr-box.fr-code-view .CodeMirror{display:block}.fr-box.fr-inline.fr-code-view .fr-command.fr-btn.html-switch{display:block}.fr-box.fr-inline .fr-command.fr-btn.html-switch{display:none;position:absolute;top:0;right:0;display:none;background:#FFF;color:#333;-moz-outline:0;outline:0;border:0;line-height:1;cursor:pointer;text-align:left;padding:8px 7px;-webkit-transition:background 0.2s ease 0s;-moz-transition:background 0.2s ease 0s;-ms-transition:background 0.2s ease 0s;-o-transition:background 0.2s ease 0s;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;z-index:2;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-decoration:none;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-box.fr-inline .fr-command.fr-btn.html-switch i{font-size:24px;width:24px;text-align:center}.fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover{background:#ebebeb}

/*!
 * froala_editor v3.2.7 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2021 Froala Labs
 */

.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-popup .fr-layer.fr-color-hex-layer{margin:0;padding:20px;padding-top:0;float:left}.fr-popup .fr-layer.fr-color-hex-layer .fr-input-line{float:left;width:calc(100% - 50px);padding:15px 0 0}.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons{float:right;width:38px;height:40px;padding:17px 0 0;margin:0}.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons button.fr-command{border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;font-size:13px;height:40px;width:38px}.fr-popup .fr-separator+.fr-colors-tabs{margin-left:2px;margin-right:2px}.fr-popup .fr-color-set{line-height:0;display:none}.fr-popup .fr-color-set.fr-selected-set{display:block;padding:20px;padding-bottom:0}.fr-popup .fr-color-set>span{display:inline-block;width:32px;height:32px;position:relative;z-index:1}.fr-popup .fr-color-set>span>i,.fr-popup .fr-color-set>span>svg{text-align:center;line-height:32px;height:24px;width:24px;margin:4px;font-size:13px;position:absolute;bottom:0;cursor:default;left:0}.fr-popup .fr-color-set>span>i path,.fr-popup .fr-color-set>span>svg path{fill:#222}.fr-popup .fr-color-set>span .fr-selected-color{color:#FFF;font-family:FontAwesome;font-size:13px;font-weight:400;line-height:32px;position:absolute;top:0;bottom:0;right:0;left:0;text-align:center;cursor:default}.fr-popup .fr-color-set>span:hover,.fr-popup .fr-color-set>span:focus{outline:1px solid #222;z-index:2}.fr-rtl .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1="text"] ~ [data-param1="background"]::after{-webkit-transform:translate3d(100%, 0, 0);-moz-transform:translate3d(100%, 0, 0);-ms-transform:translate3d(100%, 0, 0);-o-transform:translate3d(100%, 0, 0)}

/*!
 * froala_editor v3.2.7 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2021 Froala Labs
 */

.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-drag-helper{background:#0098f7;height:2px;margin-top:-1px;-webkit-opacity:.2;-moz-opacity:.2;opacity:.2;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";position:absolute;z-index:2147483640;display:none}.fr-drag-helper.fr-visible{display:block}.fr-dragging{-webkit-opacity:.4;-moz-opacity:.4;opacity:.4;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}

/*!
 * froala_editor v3.2.7 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2021 Froala Labs
 */

.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-popup .fr-emoticon{width:24px;height:24px;font-family:"Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols}.fr-popup .fr-emoticon img{height:24px;width:24px}.fr-popup .fr-command.fr-btn.fr-tabs-unicode{padding:0 0 0 14px}@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px){.fr-popup .fr-icon-container.fr-emoticon-container{width:368px}}

/*!
 * froala_editor v3.2.7 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2021 Froala Labs
 */

.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-popup .fr-file-upload-layer{border:dashed 2px #bdbdbd;padding:25px 0;margin:20px;position:relative;font-size:14px;letter-spacing:1px;line-height:140%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center}.fr-popup .fr-file-upload-layer:hover{background:#ebebeb}.fr-popup .fr-file-upload-layer.fr-drop{background:#ebebeb;border-color:#0098f7}.fr-popup .fr-file-upload-layer .fr-form{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";position:absolute;top:0;bottom:0;left:0;right:0;z-index:2147483640;overflow:hidden;margin:0 !important;padding:0 !important;width:100% !important}.fr-popup .fr-file-upload-layer .fr-form input{cursor:pointer;position:absolute;right:0;top:0;bottom:0;width:500%;height:100%;margin:0;font-size:400px}.fr-popup .fr-file-progress-bar-layer{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-popup .fr-file-progress-bar-layer>h3{font-size:16px;margin:10px 0;font-weight:normal}.fr-popup .fr-file-progress-bar-layer>div.fr-action-buttons{display:none}.fr-popup .fr-file-progress-bar-layer>div.fr-loader{background:#b3e0fd;height:10px;width:100%;margin-top:20px;overflow:hidden;position:relative}.fr-popup .fr-file-progress-bar-layer>div.fr-loader span{display:block;height:100%;width:0%;background:#0098f7;-webkit-transition:width 0.2s ease 0s;-moz-transition:width 0.2s ease 0s;-ms-transition:width 0.2s ease 0s;-o-transition:width 0.2s ease 0s}.fr-popup .fr-file-progress-bar-layer>div.fr-loader.fr-indeterminate span{width:30% !important;position:absolute;top:0;-webkit-animation:loading 2s linear infinite;-moz-animation:loading 2s linear infinite;-o-animation:loading 2s linear infinite;animation:loading 2s linear infinite}.fr-popup .fr-file-progress-bar-layer.fr-error>div.fr-loader{display:none}.fr-popup .fr-file-progress-bar-layer.fr-error>div.fr-action-buttons{display:block}@keyframes loading{from{left:-25%}to{left:100%}}@-webkit-keyframes loading{from{left:-25%}to{left:100%}}@-moz-keyframes loading{from{left:-25%}to{left:100%}}@-o-keyframes loading{from{left:-25%}to{left:100%}}@keyframes loading{from{left:-25%}to{left:100%}}

/*!
 * froala_editor v3.2.7 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2021 Froala Labs
 */

.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-element img{cursor:pointer;padding:0 1px}.fr-height-auto{height:auto !important}.fr-file-loader{border:4px solid #f3f3f3;border-radius:50%;border-top:4px solid #53777a;display:inline-block !important;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;width:20px;height:20px;display:block !important;align-items:center}.fr-trim-button{margin-top:5px;height:36px;line-height:1;color:#0098f7;padding:10px;cursor:pointer;text-decoration:none;border:none;background:none;font-size:16px;border-radius:5px;background-color:#eff5fa;outline:none}.fr-trim-button:hover{background:#ebebeb}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fr-image-resizer{position:absolute;border:solid 1px #0098f7;display:none;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fr-image-resizer.fr-active{display:block}.fr-image-resizer .fr-handler{display:block;position:absolute;background:#0098f7;border:solid 1px #FFF;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;z-index:4;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-image-resizer .fr-handler.fr-hnw{cursor:nw-resize}.fr-image-resizer .fr-handler.fr-hne{cursor:ne-resize}.fr-image-resizer .fr-handler.fr-hsw{cursor:sw-resize}.fr-image-resizer .fr-handler.fr-hse{cursor:se-resize}.fr-image-resizer .fr-handler{width:12px;height:12px}.fr-image-resizer .fr-handler.fr-hnw{left:-6px;top:-6px}.fr-image-resizer .fr-handler.fr-hne{right:-6px;top:-6px}.fr-image-resizer .fr-handler.fr-hsw{left:-6px;bottom:-6px}.fr-image-resizer .fr-handler.fr-hse{right:-6px;bottom:-6px}@media (min-width: 1200px){.fr-image-resizer .fr-handler{width:10px;height:10px}.fr-image-resizer .fr-handler.fr-hnw{left:-5px;top:-5px}.fr-image-resizer .fr-handler.fr-hne{right:-5px;top:-5px}.fr-image-resizer .fr-handler.fr-hsw{left:-5px;bottom:-5px}.fr-image-resizer .fr-handler.fr-hse{right:-5px;bottom:-5px}}.fr-image-overlay{position:fixed;top:0;left:0;bottom:0;right:0;z-index:2147483640;display:none}.fr-by-url-padding{padding:11.5px 0}.fr-popup .fr-upload-progress-layer{border-radius:0;box-sizing:border-box;padding-left:20px;padding-top:15px;margin:auto !important;max-height:100%;overflow-y:auto;overflow-x:hidden;width:100% !important;overscroll-behavior:contain}.fr-popup .fr-files-by-url-layer{width:calc(100% - 40px) !important}.fr-popup .fr-files-embed-layer{width:calc(100% - 40px) !important}.fr-popup .fr-files-upload-layer{border:dashed 2px #bdbdbd;margin:20px;position:relative;font-size:10px;letter-spacing:1px;line-height:140%;text-align:center;width:calc(100% - 40px) !important}.fr-popup .fr-files-upload-layer:hover{background:#ebebeb}.fr-popup .fr-files-upload-layer.fr-drop{background:#ebebeb;border-color:#0098f7}.fr-popup .fr-files-upload-layer .fr-form{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";position:absolute;top:0;bottom:0;left:0;right:0;z-index:2147483640;overflow:hidden;margin:0 !important;padding:0 !important;width:100% !important}.fr-popup .fr-files-upload-layer .fr-form input{cursor:pointer;position:absolute;right:0;top:0;bottom:0;width:500%;height:100%;margin:0;font-size:400px}.fr-popup .fr-files-progress-bar-layer{width:calc(100% - 40px);width:-moz-available;width:-webkit-stretch;width:stretch}.fr-popup .fr-files-progress-bar-layer>h3{font-size:16px;margin:10px 0;font-weight:normal}.fr-popup .fr-files-progress-bar-layer>div.fr-action-buttons{display:none}.fr-popup .fr-files-progress-bar-layer>div.fr-loader{background:#b3e0fd;height:10px;width:100%;margin-top:20px;overflow:hidden;position:relative}.fr-popup .fr-files-progress-bar-layer>div.fr-loader span{display:block;height:100%;width:0%;background:#0098f7;-webkit-transition:width 0.2s ease 0s;-moz-transition:width 0.2s ease 0s;-ms-transition:width 0.2s ease 0s;-o-transition:width 0.2s ease 0s}.fr-popup .fr-files-progress-bar-layer>div.fr-loader.fr-indeterminate span{width:30% !important;position:absolute;top:0;-webkit-animation:loading 2s linear infinite;-moz-animation:loading 2s linear infinite;-o-animation:loading 2s linear infinite;animation:loading 2s linear infinite}.fr-popup .fr-files-progress-bar-layer.fr-error>div.fr-loader{display:none}.fr-popup .fr-files-progress-bar-layer.fr-error>div.fr-action-buttons{display:block}.fr-image-size-layer .fr-image-group .fr-input-line{width:calc(50% - 5px);display:inline-block}.fr-image-size-layer .fr-image-group .fr-input-line+.fr-input-line{margin-left:10px}.fr-progress-bar-style{width:calc(100% - 40px)}.fr-progress-bar{position:relative;background-color:#4CAF50;height:8px;margin-bottom:8px;margin-left:20px;margin-right:20px;width:100%;width:-moz-available;width:-webkit-stretch;width:stretch}.fr-uploading{-webkit-opacity:.4;-moz-opacity:.4;opacity:.4;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}@-webkit-keyframes loading{from{left:-25%}to{left:100%}}@-moz-keyframes loading{from{left:-25%}to{left:100%}}@-o-keyframes loading{from{left:-25%}to{left:100%}}@keyframes loading{from{left:-25%}to{left:100%}}.fr-pull-left{float:left}.fr-pull-right{float:right}.fr-icons{padding:10px 20px 0;display:inline}.fr-transform-135{transform:rotate(135deg)}.fr-icons i{margin:4px;padding:2px;cursor:pointer;color:#999588;font-size:20px}.fr-blue-decorator{background:#4a7fba;color:white;display:grid;padding:5px}.fr-upload-progress{padding:1px}.fr-upload-section{position:relative;width:100%;width:-moz-available;width:-webkit-stretch;width:stretch}@media screen and (max-width: 399px){.fr-upload-section{margin-left:7px;margin-right:7px}.fr-files-upload-layer{padding-top:7px;padding-bottom:7px}}@media screen and (min-width: 400px) and (max-width: 469px){.fr-upload-section{margin-left:7px;margin-right:7px}.fr-files-upload-layer{padding-top:7px;padding-bottom:7px}}@media screen and (min-width: 470px) and (max-width: 680px){.fr-upload-section{margin-left:7px;margin-right:7px}.fr-files-upload-layer{padding-top:7px;padding-bottom:7px}}@media screen and (min-width: 681px){.fr-upload-section{margin-left:35px;margin-right:35px}.fr-files-upload-layer{padding-top:20px;padding-bottom:20px}}.half-circle{width:60px;height:25px;background-color:white;border-top-left-radius:110px;border-top-right-radius:110px;transform:rotate(180deg);border-bottom:0;position:relative;left:50%;z-index:1;left:50%;margin-top:-1px;margin-left:-25px}.decorated{overflow:hidden;text-align:center}.decorated>span{position:relative;display:inline-block}.decorated>span:before,.decorated>span:after{content:'';position:absolute;top:50%;border-bottom:2px solid #ffffff;width:100%;margin:0 20px}.decorated>span:before{right:100%}.decorated>span:after{left:100%}.fr-align-right{float:right}.checkbox-container{display:inline-block;position:relative;padding-left:20px;margin-bottom:12px;cursor:pointer;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fr-files-checkbox-line{display:flex;align-items:center;font-size:10px}.fr-files-checkbox-line label{cursor:pointer;vertical-align:middle}.fr-insert-checkbox input{height:13px !important;width:13px !important}.fr-autoplay-checkbox input{height:13px !important;width:13px !important}button[data-cmd="insertFiles"]{padding-left:2px !important;padding-top:2.7px !important}button[data-cmd="autoplay"] svg{position:relative !important;top:3.2px !important}button[data-cmd="insertAll"]{padding-left:4px !important}button[data-cmd="insertAll"] svg{position:relative !important;top:3.2px !important}.checkbox-container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{position:absolute;top:0;left:0;height:15px;width:15px;background-color:#eee}.fr-file-list-item{display:flex;justify-content:space-between;align-items:center;padding-top:7px;flex-wrap:wrap;position:relative;top:-20px;border-bottom:1px solid #ddd;padding-bottom:7px}.fr-file-item-left{display:flex;flex-wrap:wrap}.fr-file-item-icon{display:flex;align-items:center;padding-left:7px}.fr-file-item-description{display:flex;flex-wrap:wrap;flex-direction:column;justify-content:center;max-width:400px;margin-left:5px}.fr-cloud-icon{height:30px;width:32px;background-color:white;border-radius:50%;display:flex;justify-content:center;position:relative;margin:0 auto;margin-top:-18px}.fr-files-checkbox{position:relative;display:inline-block;width:13px;height:13px;padding-right:5px;border-radius:100%;line-height:1;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;vertical-align:middle}.fr-files-checkbox svg{margin-left:0px;margin-top:0px;display:none;width:10px;height:10px}.fr-files-checkbox span{border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;width:15px;height:15px;display:inline-block;position:relative;z-index:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:background 0.2s ease 0s,border-color 0.2s ease 0s;-moz-transition:background 0.2s ease 0s,border-color 0.2s ease 0s;-ms-transition:background 0.2s ease 0s,border-color 0.2s ease 0s;-o-transition:background 0.2s ease 0s,border-color 0.2s ease 0s}.fr-files-checkbox input{position:absolute;z-index:2;-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";border:0 none;cursor:pointer;height:18px;margin:0;padding:0;width:18px}.fr-files-checkbox input:not(:checked)+span{border:solid 2px #999}.fr-files-checkbox input:not(:checked):active+span{background-color:#f5f5f5}.fr-files-checkbox input:not(:checked):focus+span,.fr-files-checkbox input:not(:checked):hover+span{border-color:#515151}.fr-files-checkbox input:checked+span{background:#0098f7;border:solid 2px #0098f7}.fr-files-checkbox input:checked+span svg{display:block}.fr-files-checkbox input:checked:active+span{background-color:#EcF5Ff}.fr-files-checkbox input:checked:focus+span,.fr-files-checkbox input:checked:hover+span{-webkit-opacity:.8;-moz-opacity:.8;opacity:.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.fr-checkbox-disabled{opacity:0.4;position:relative;display:inline-block;width:13px !important;height:13px !important;padding-right:5px;border-radius:100%;line-height:1;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;vertical-align:middle}.fr-checkbox-disabled svg{margin-left:2px;margin-top:2px;display:none;width:10px;height:10px}.fr-checkbox-disabled span{border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;width:15px;height:15px;display:inline-block;position:relative;z-index:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:background 0.2s ease 0s,border-color 0.2s ease 0s;-moz-transition:background 0.2s ease 0s,border-color 0.2s ease 0s;-ms-transition:background 0.2s ease 0s,border-color 0.2s ease 0s;-o-transition:background 0.2s ease 0s,border-color 0.2s ease 0s}.fr-checkbox-disabled input{position:absolute;z-index:2;-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";border:0 none;cursor:default;height:13px !important;margin:0;padding:0;width:13px !important;top:7px;left:7px}.fr-checkbox-disabled input:not(:checked)+span{border:solid 2px #999}.fr-checkbox-disabled input:not(:checked):active+span{background-color:#f5f5f5}.fr-checkbox-disabled input:checked+span{background:#0098f7;border:solid 2px #0098f7}.fr-checkbox-disabled input:checked+span svg{display:block}.fr-checkbox-disabled input:checked:active+span{background-color:#EcF5Ff}.fr-file-view{position:absolute;max-width:60%;right:10%;z-index:2147483642}.file-item-thumbnail-hover{transition:transform .2s}.file-item-thumbnail-hover:hover{-ms-transform:scale(1.3);-webkit-transform:scale(1.3);transform:scale(1.3)}.fr-file-name{padding-top:5px;font-size:12px;font-weight:bold}.fr-margin-16{margin-bottom:16px}.fr-none{display:none}.fr-display-block{display:block}.fr-files-manager-tooltip{position:relative}.padding-top-15{padding-top:15px !important;padding-bottom:0px !important}.fr-files-manager-tooltip .tooltiptext{visibility:hidden;width:max-content;max-width:250px;word-break:break-word;word-wrap:break-word;background-color:black;color:#fff;text-align:left;padding:4px;border-radius:2px;font-weight:100;font-size:10px;position:absolute;top:80%;left:50%;z-index:2147483647}.fr-files-manager-tooltip:hover .tooltiptext{visibility:visible}.fr-file-details{display:flex;flex-wrap:wrap;font-size:10px}.fr-file-date{word-break:break-word;word-wrap:break-word;max-width:110px;color:#444;padding-top:2px;padding-bottom:2px}.fr-file-size{color:#444;padding-top:2px;padding-bottom:2px}.dot{width:20px;height:20px;background-image:radial-gradient(circle, grey 1px, transparent 2px);background-size:100% 33.33%;margin-left:2px;margin-right:2px}.fr-file-action-icons{margin-right:5px;margin-left:5px !important;color:#999;height:25px !important;padding:5px !important}@media screen and (max-width: 700px){.fr-files-manager-tooltip .tooltiptext{max-width:250px;visibility:hidden;word-break:break-word;word-wrap:break-word;top:90%;left:0%;font-size:8px}}@media screen and (max-width: 500px){.fr-files-manager-tooltip .tooltiptext{max-width:100px;visibility:hidden;word-break:break-word;word-wrap:break-word;top:90%;left:0%}.fr-file-item-description{width:130px}.fr-file-item-right{width:100%}.progress-circle{font-size:6px}}@media screen and (max-width: 320px){.fr-files-manager-tooltip .tooltiptext{max-width:100px;visibility:hidden;word-break:break-word;word-wrap:break-word;top:90%;left:-50%;font-size:8px}.dot{width:20px;margin-left:0px;margin-right:3px}.fr-file-item-description{width:80px}.fr-file-details{display:flex;flex-wrap:wrap;font-size:9px}.fr-file-name{font-size:10px}.fr-file-action-icons{padding:0px !important}}@media screen and (min-width: 501px){.progress-circle{font-size:9px}}.fr-file-view-modal{display:block;position:fixed;position:-ms-page;z-index:2147483641;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,0.7)}.fr-file-view-modal-content{display:inline-block;text-align:center}.fr-file-view-image{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;max-width:80%;max-height:70%}.fr-file-view-close{position:absolute;top:15px;right:35px;color:#f1f1f1;font-size:40px;font-weight:bold;transition:0.3s}.fr-file-view-close:hover,.fr-file-view-close:focus{color:#bbb;text-decoration:none;cursor:pointer}.fr-file-error{color:red;font-weight:200;font-size:12px;padding-bottom:5px}.fr-file-error-h5{margin:0}.fr-file-item-right{display:flex;align-items:center;justify-content:flex-end;margin-right:20px}.fr-file-item-action-buttons{display:flex;align-items:center;justify-content:space-around}.fr-file-item-autoplay-checkbox{align-items:center;margin:0px;padding:0px;margin-right:5px}.fr-autoplay-checkbox-label{margin:0;cursor:default !important}.checkbox-container:hover input ~ .checkmark{background-color:#ccc}.checkbox-container input:checked ~ .checkmark{background-color:#2196F3}.checkmark:after{content:"";position:absolute;display:none}.checkbox-container input:checked ~ .checkmark:after{display:block}.checkbox-container .checkmark:after{left:5px;top:2px;width:3px;height:7px;border:solid white;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.file-item-details .file-name{font-weight:bold;display:inline}.file-item-details .file-description{font-weight:300;font-size:11px;display:inline}.fr-width-10{width:10%;display:inline-block}.fr-width-20{width:20%;display:inline-block}.fr-width-30{width:30%;display:inline-block}.fr-width-40{width:40%;display:inline-block}.fr-width-50{width:50%;display:inline-block}.fr-width-60{width:60%;display:inline-block}.fr-width-100{width:100%;display:inline-block}.fr-width-80{width:80%;display:inline-block}.fr-width-90{width:90%;display:inline-block}.fr-width-85{width:85%;display:inline-block}.fr-width-5{width:5%;display:inline-block}.fr-width-7{width:7%;display:inline-block}.fr-img-icon{color:#aaaaaa;font-size:16px;padding:0px 4px}.fr-position-content{position:relative;top:10px}.file-error{color:red}#myprogressBar{width:10%;height:5px;background-color:#4CAF50;position:relative;top:-30px}.fr-files-manager{z-index:2147483641 !important}.progress-circle{margin:0px;margin-left:10px;position:relative;padding:0;width:5em;height:5.1em;background-color:#f2e9e1;border-radius:50%;line-height:5em}.progress-circle:after{border:none;position:absolute;top:0.35em;left:0.35em;text-align:center;display:block;border-radius:50%;width:4.3em;height:4.3em;background-color:white;content:" "}.progress-circle span{position:absolute;line-height:5em;width:5em;text-align:center;display:block;color:#53777a;z-index:2}.progress-circle.over50 .left-half-clipper{clip:rect(auto, auto, auto, auto)}.progress-circle.over50 .first50-bar{position:absolute;clip:rect(0, 5em, 5em, 2.5em);background-color:#53777a;border-radius:50%;width:5em;height:5em}.progress-circle:not(.over50) .first50-bar{display:none}.progress-circle.p0 .value-bar{display:none}.progress-circle.p1 .value-bar{transform:rotate(4deg)}.progress-circle.p2 .value-bar{transform:rotate(7deg)}.progress-circle.p3 .value-bar{transform:rotate(11deg)}.progress-circle.p4 .value-bar{transform:rotate(14deg)}.progress-circle.p5 .value-bar{transform:rotate(18deg)}.progress-circle.p6 .value-bar{transform:rotate(22deg)}.progress-circle.p7 .value-bar{transform:rotate(25deg)}.progress-circle.p8 .value-bar{transform:rotate(29deg)}.progress-circle.p9 .value-bar{transform:rotate(32deg)}.progress-circle.p10 .value-bar{transform:rotate(36deg)}.progress-circle.p11 .value-bar{transform:rotate(40deg)}.progress-circle.p12 .value-bar{transform:rotate(43deg)}.progress-circle.p13 .value-bar{transform:rotate(47deg)}.progress-circle.p14 .value-bar{transform:rotate(50deg)}.progress-circle.p15 .value-bar{transform:rotate(54deg)}.progress-circle.p16 .value-bar{transform:rotate(58deg)}.progress-circle.p17 .value-bar{transform:rotate(61deg)}.progress-circle.p18 .value-bar{transform:rotate(65deg)}.progress-circle.p19 .value-bar{transform:rotate(68deg)}.progress-circle.p20 .value-bar{transform:rotate(72deg)}.progress-circle.p21 .value-bar{transform:rotate(76deg)}.progress-circle.p22 .value-bar{transform:rotate(79deg)}.progress-circle.p23 .value-bar{transform:rotate(83deg)}.progress-circle.p24 .value-bar{transform:rotate(86deg)}.progress-circle.p25 .value-bar{transform:rotate(90deg)}.progress-circle.p26 .value-bar{transform:rotate(94deg)}.progress-circle.p27 .value-bar{transform:rotate(97deg)}.progress-circle.p28 .value-bar{transform:rotate(101deg)}.progress-circle.p29 .value-bar{transform:rotate(104deg)}.progress-circle.p30 .value-bar{transform:rotate(108deg)}.progress-circle.p31 .value-bar{transform:rotate(112deg)}.progress-circle.p32 .value-bar{transform:rotate(115deg)}.progress-circle.p33 .value-bar{transform:rotate(119deg)}.progress-circle.p34 .value-bar{transform:rotate(122deg)}.progress-circle.p35 .value-bar{transform:rotate(126deg)}.progress-circle.p36 .value-bar{transform:rotate(130deg)}.progress-circle.p37 .value-bar{transform:rotate(133deg)}.progress-circle.p38 .value-bar{transform:rotate(137deg)}.progress-circle.p39 .value-bar{transform:rotate(140deg)}.progress-circle.p40 .value-bar{transform:rotate(144deg)}.progress-circle.p41 .value-bar{transform:rotate(148deg)}.progress-circle.p42 .value-bar{transform:rotate(151deg)}.progress-circle.p43 .value-bar{transform:rotate(155deg)}.progress-circle.p44 .value-bar{transform:rotate(158deg)}.progress-circle.p45 .value-bar{transform:rotate(162deg)}.progress-circle.p46 .value-bar{transform:rotate(166deg)}.progress-circle.p47 .value-bar{transform:rotate(169deg)}.progress-circle.p48 .value-bar{transform:rotate(173deg)}.progress-circle.p49 .value-bar{transform:rotate(176deg)}.progress-circle.p50 .value-bar{transform:rotate(180deg)}.progress-circle.p51 .value-bar{transform:rotate(184deg)}.progress-circle.p52 .value-bar{transform:rotate(187deg)}.progress-circle.p53 .value-bar{transform:rotate(191deg)}.progress-circle.p54 .value-bar{transform:rotate(194deg)}.progress-circle.p55 .value-bar{transform:rotate(198deg)}.progress-circle.p56 .value-bar{transform:rotate(202deg)}.progress-circle.p57 .value-bar{transform:rotate(205deg)}.progress-circle.p58 .value-bar{transform:rotate(209deg)}.progress-circle.p59 .value-bar{transform:rotate(212deg)}.progress-circle.p60 .value-bar{transform:rotate(216deg)}.progress-circle.p61 .value-bar{transform:rotate(220deg)}.progress-circle.p62 .value-bar{transform:rotate(223deg)}.progress-circle.p63 .value-bar{transform:rotate(227deg)}.progress-circle.p64 .value-bar{transform:rotate(230deg)}.progress-circle.p65 .value-bar{transform:rotate(234deg)}.progress-circle.p66 .value-bar{transform:rotate(238deg)}.progress-circle.p67 .value-bar{transform:rotate(241deg)}.progress-circle.p68 .value-bar{transform:rotate(245deg)}.progress-circle.p69 .value-bar{transform:rotate(248deg)}.progress-circle.p70 .value-bar{transform:rotate(252deg)}.progress-circle.p71 .value-bar{transform:rotate(256deg)}.progress-circle.p72 .value-bar{transform:rotate(259deg)}.progress-circle.p73 .value-bar{transform:rotate(263deg)}.progress-circle.p74 .value-bar{transform:rotate(266deg)}.progress-circle.p75 .value-bar{transform:rotate(270deg)}.progress-circle.p76 .value-bar{transform:rotate(274deg)}.progress-circle.p77 .value-bar{transform:rotate(277deg)}.progress-circle.p78 .value-bar{transform:rotate(281deg)}.progress-circle.p79 .value-bar{transform:rotate(284deg)}.progress-circle.p80 .value-bar{transform:rotate(288deg)}.progress-circle.p81 .value-bar{transform:rotate(292deg)}.progress-circle.p82 .value-bar{transform:rotate(295deg)}.progress-circle.p83 .value-bar{transform:rotate(299deg)}.progress-circle.p84 .value-bar{transform:rotate(302deg)}.progress-circle.p85 .value-bar{transform:rotate(306deg)}.progress-circle.p86 .value-bar{transform:rotate(310deg)}.progress-circle.p87 .value-bar{transform:rotate(313deg)}.progress-circle.p88 .value-bar{transform:rotate(317deg)}.progress-circle.p89 .value-bar{transform:rotate(320deg)}.progress-circle.p90 .value-bar{transform:rotate(324deg)}.progress-circle.p91 .value-bar{transform:rotate(328deg)}.progress-circle.p92 .value-bar{transform:rotate(331deg)}.progress-circle.p93 .value-bar{transform:rotate(335deg)}.progress-circle.p94 .value-bar{transform:rotate(338deg)}.progress-circle.p95 .value-bar{transform:rotate(342deg)}.progress-circle.p96 .value-bar{transform:rotate(346deg)}.progress-circle.p97 .value-bar{transform:rotate(349deg)}.progress-circle.p98 .value-bar{transform:rotate(353deg)}.progress-circle.p99 .value-bar{transform:rotate(356deg)}.progress-circle.p100 .value-bar{transform:rotate(360deg)}.left-half-clipper{border-radius:50%;width:5em;height:5em;position:absolute;clip:rect(0, 5em, 5em, 2.5em)}.value-bar{position:absolute;clip:rect(0, 2.5em, 5em, 0);width:5em;height:5em;border-radius:50%;border:0.45em solid #53777a;box-sizing:border-box}.align-autoplay{align-items:flex-end;margin-right:7px}.fr-hovered-over-file{background-color:#F0F0F0}.thumbnail-padding{padding-right:4px}

/*!
 * froala_editor v3.2.7 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2021 Froala Labs
 */

.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}body.fr-fullscreen{overflow:hidden;height:100%;width:100%;position:fixed}.fr-box.fr-fullscreen{margin:0 !important;position:fixed;top:0;left:0;bottom:0;right:0;z-index:2147483630 !important;width:auto !important}.fr-box.fr-fullscreen.fr-basic.fr-top .fr-wrapper{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-box.fr-fullscreen.fr-basic.fr-bottom .fr-wrapper{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-box.fr-fullscreen .fr-toolbar{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-box.fr-fullscreen .fr-toolbar.fr-top{top:0 !important}.fr-box.fr-fullscreen .fr-toolbar.fr-bottom{bottom:0 !important}.fr-box.fr-fullscreen .fr-second-toolbar{margin-top:0;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-fullscreen-wrapper{z-index:2147483640 !important;width:100% !important;margin:0 !important;padding:0 !important;overflow:visible !important}

/*!
 * froala_editor v3.2.7 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2021 Froala Labs
 */

.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal{text-align:left;padding:20px 20px 10px}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table{border-collapse:collapse;font-size:14px;line-height:1.5;width:100%}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table+table{margin-top:20px}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tr{border:0}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table th{text-align:left}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table th,.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table td{padding:6px 0 4px}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody tr{border-bottom:solid 1px #ebebeb}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:first-child{width:60%;color:#646464}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:nth-child(n+2){letter-spacing:0.5px}

/*!
 * froala_editor v3.2.7 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2021 Froala Labs
 */

.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-modal .fr-modal-head .fr-modal-head-line::after{clear:both;display:block;content:"";height:0}.fr-modal .fr-modal-head .fr-modal-head-line .fr-modal-more{margin-top:10px}.fr-modal .fr-modal-head .fr-modal-head-line .fr-modal-more.fr-not-available{opacity:0;width:0;padding:12px 0}.fr-modal .fr-modal-head .fr-modal-tags{padding:0 20px;display:none;text-align:left}.fr-modal .fr-modal-head .fr-modal-tags a{display:inline-block;opacity:0;padding:6px 12px;margin:8px 0 8px 8px;text-decoration:none;border-radius:32px;-moz-border-radius:32px;-webkit-border-radius:32px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-transition:opacity 0.2s ease 0s,background 0.2s ease 0s;-moz-transition:opacity 0.2s ease 0s,background 0.2s ease 0s;-ms-transition:opacity 0.2s ease 0s,background 0.2s ease 0s;-o-transition:opacity 0.2s ease 0s,background 0.2s ease 0s;cursor:pointer;background-color:#f5f5f5}.fr-modal .fr-modal-head .fr-modal-tags a:focus{outline:none;background-color:#ebebeb}.fr-modal .fr-modal-head .fr-modal-tags a:hover{background-color:#ebebeb}.fr-modal .fr-modal-head .fr-modal-tags a:active{background-color:#d6d6d6}.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag{background-color:#EcF5Ff;color:#0098f7}.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:focus{outline:none;background-color:#ebebeb}.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:hover{background-color:#ebebeb}.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:active{background-color:#d6d6d6}.fr-show-tags .fr-modal-more svg path{fill:#0098f7}div.fr-modal-body{-webkit-transition:background 0.2s ease 0s;-moz-transition:background 0.2s ease 0s;-ms-transition:background 0.2s ease 0s;-o-transition:background 0.2s ease 0s}div.fr-modal-body .fr-preloader{display:block;margin:50px auto}div.fr-modal-body div.fr-image-list{text-align:center;margin:0 20px;padding:0}div.fr-modal-body div.fr-image-list .fr-list-column{float:left;width:calc((100% - 20px) / 2)}@media (min-width: 768px) and (max-width: 1199px){div.fr-modal-body div.fr-image-list .fr-list-column{width:calc((100% - 40px) / 3)}}@media (min-width: 1200px){div.fr-modal-body div.fr-image-list .fr-list-column{width:calc((100% - 60px) / 4)}}div.fr-modal-body div.fr-image-list .fr-list-column+.fr-list-column{margin-left:20px}div.fr-modal-body div.fr-image-list div.fr-image-container{position:relative;width:100%;display:block;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;overflow:hidden}div.fr-modal-body div.fr-image-list div.fr-image-container:first-child{margin-top:20px}div.fr-modal-body div.fr-image-list div.fr-image-container+div{margin-top:20px}div.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::after{position:absolute;-webkit-opacity:.5;-moz-opacity:.5;opacity:.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-transition:opacity 0.2s ease 0s;-moz-transition:opacity 0.2s ease 0s;-ms-transition:opacity 0.2s ease 0s;-o-transition:opacity 0.2s ease 0s;background:#000;content:"";top:0;left:0;bottom:0;right:0;z-index:2}div.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::before{content:attr(data-deleting);color:#FFF;top:0;left:0;bottom:0;right:0;margin:auto;position:absolute;z-index:3;font-size:15px;height:20px}div.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty{height:95px;background:#ccc;z-index:1}div.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty::after{position:absolute;margin:auto;top:0;bottom:0;left:0;right:0;content:attr(data-loading);display:inline-block;height:20px}div.fr-modal-body div.fr-image-list div.fr-image-container img{width:100%;vertical-align:middle;position:relative;z-index:2;-webkit-opacity:1;-moz-opacity:1;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-transition:opacity 0.2s ease 0s,filter 0.2s ease 0s;-moz-transition:opacity 0.2s ease 0s,filter 0.2s ease 0s;-ms-transition:opacity 0.2s ease 0s,filter 0.2s ease 0s;-o-transition:opacity 0.2s ease 0s,filter 0.2s ease 0s;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0)}div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected img{-webkit-opacity:.75;-moz-opacity:.75;opacity:.75;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-delete-img,div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-insert-img{display:inline-block}div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img,div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img{display:none;top:50%;border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-transition:background 0.2s ease 0s,color 0.2s ease 0s;-moz-transition:background 0.2s ease 0s,color 0.2s ease 0s;-ms-transition:background 0.2s ease 0s,color 0.2s ease 0s;-o-transition:background 0.2s ease 0s,color 0.2s ease 0s;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;cursor:pointer;margin:0;line-height:40px;text-decoration:none;z-index:3}div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img{background:#B8312F;fill:#FFF;padding:8px;left:50%;-webkit-transform:translateY(-50%) translateX(25%);-moz-transform:translateY(-50%) translateX(25%);-ms-transform:translateY(-50%) translateX(25%);-o-transform:translateY(-50%) translateX(25%)}div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img{background:#FFF;fill:#0098f7;padding:8px;left:50%;-webkit-transform:translateY(-50%) translateX(-125%);-moz-transform:translateY(-50%) translateX(-125%);-ms-transform:translateY(-50%) translateX(-125%);-o-transform:translateY(-50%) translateX(-125%)}.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover img{-webkit-opacity:.75;-moz-opacity:.75;opacity:.75;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-delete-img,.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-insert-img{display:inline-block;width:40px;height:40px}.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img:hover{background:#bf4644;color:#FFF}.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img:hover{background:#ebebeb}

/*!
 * froala_editor v3.2.7 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2021 Froala Labs
 */

.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-element img{cursor:pointer;padding:0 1px}.fr-image-resizer{position:absolute;border:solid 1px #0098f7;display:none;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fr-image-resizer.fr-active{display:block}.fr-image-resizer .fr-handler{display:block;position:absolute;background:#0098f7;border:solid 1px #FFF;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;z-index:4;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-image-resizer .fr-handler.fr-hnw{cursor:nw-resize}.fr-image-resizer .fr-handler.fr-hne{cursor:ne-resize}.fr-image-resizer .fr-handler.fr-hsw{cursor:sw-resize}.fr-image-resizer .fr-handler.fr-hse{cursor:se-resize}.fr-image-resizer .fr-handler{width:12px;height:12px}.fr-image-resizer .fr-handler.fr-hnw{left:-6px;top:-6px}.fr-image-resizer .fr-handler.fr-hne{right:-6px;top:-6px}.fr-image-resizer .fr-handler.fr-hsw{left:-6px;bottom:-6px}.fr-image-resizer .fr-handler.fr-hse{right:-6px;bottom:-6px}@media (min-width: 1200px){.fr-image-resizer .fr-handler{width:10px;height:10px}.fr-image-resizer .fr-handler.fr-hnw{left:-5px;top:-5px}.fr-image-resizer .fr-handler.fr-hne{right:-5px;top:-5px}.fr-image-resizer .fr-handler.fr-hsw{left:-5px;bottom:-5px}.fr-image-resizer .fr-handler.fr-hse{right:-5px;bottom:-5px}}.fr-image-overlay{position:fixed;top:0;left:0;bottom:0;right:0;z-index:2147483640;display:none}.fr-popup .fr-image-upload-layer{border:dashed 2px #bdbdbd;padding:25px 0;margin:20px;position:relative;font-size:14px;letter-spacing:1px;line-height:140%;text-align:center}.fr-popup .fr-image-upload-layer:hover{background:#ebebeb}.fr-popup .fr-image-upload-layer.fr-drop{background:#ebebeb;border-color:#0098f7}.fr-popup .fr-image-upload-layer .fr-form{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";position:absolute;top:0;bottom:0;left:0;right:0;z-index:2147483640;overflow:hidden;margin:0 !important;padding:0 !important;width:100% !important}.fr-popup .fr-image-upload-layer .fr-form input{cursor:pointer;position:absolute;right:0;top:0;bottom:0;width:500%;height:100%;margin:0;font-size:400px}.fr-popup .fr-image-progress-bar-layer>h3{font-size:16px;margin:10px 0;font-weight:normal}.fr-popup .fr-image-progress-bar-layer>div.fr-action-buttons{display:none}.fr-popup .fr-image-progress-bar-layer>div.fr-loader{background:#b3e0fd;height:10px;width:100%;margin-top:20px;overflow:hidden;position:relative}.fr-popup .fr-image-progress-bar-layer>div.fr-loader span{display:block;height:100%;width:0%;background:#0098f7;-webkit-transition:width 0.2s ease 0s;-moz-transition:width 0.2s ease 0s;-ms-transition:width 0.2s ease 0s;-o-transition:width 0.2s ease 0s}.fr-popup .fr-image-progress-bar-layer>div.fr-loader.fr-indeterminate span{width:30% !important;position:absolute;top:0;-webkit-animation:loading 2s linear infinite;-moz-animation:loading 2s linear infinite;-o-animation:loading 2s linear infinite;animation:loading 2s linear infinite}.fr-popup .fr-image-progress-bar-layer.fr-error>div.fr-loader{display:none}.fr-popup .fr-image-progress-bar-layer.fr-error>div.fr-action-buttons{display:block}.fr-image-size-layer .fr-image-group .fr-input-line{width:calc(50% - 5px);display:inline-block}.fr-image-size-layer .fr-image-group .fr-input-line+.fr-input-line{margin-left:10px}.fr-uploading{-webkit-opacity:.4;-moz-opacity:.4;opacity:.4;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}@-webkit-keyframes loading{from{left:-25%}to{left:100%}}@-moz-keyframes loading{from{left:-25%}to{left:100%}}@-o-keyframes loading{from{left:-25%}to{left:100%}}@keyframes loading{from{left:-25%}to{left:100%}}

/*!
 * froala_editor v3.2.7 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2021 Froala Labs
 */

.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-line-breaker{cursor:text;border-top:1px solid #0098f7;position:fixed;z-index:2;display:none}.fr-line-breaker.fr-visible{display:block}.fr-line-breaker a.fr-floating-btn{position:absolute;left:calc(50% - (40px / 2));top:-20px}.fr-line-breaker a.fr-floating-btn svg{margin:8px;height:24px;width:24px}

/*!
 * froala_editor v3.2.7 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2021 Froala Labs
 */

.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-quick-insert{position:absolute;z-index:2147483639;white-space:nowrap;padding-right:10px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fr-quick-insert a.fr-floating-btn svg{margin:8px;width:24px;height:24px}.fr-quick-insert.fr-on a.fr-floating-btn svg{-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg)}.fr-quick-insert.fr-hidden{display:none}.fr-qi-helper{position:absolute;z-index:3;padding-left:20px;white-space:nowrap}.fr-qi-helper a.fr-btn.fr-floating-btn{text-align:center;padding:6px 10px 10px 10px;display:inline-block;color:#222;background:#FFF;-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0)}.fr-qi-helper a.fr-btn.fr-floating-btn svg{fill:#222}.fr-qi-helper a.fr-btn.fr-floating-btn.fr-size-1{-webkit-opacity:1;-moz-opacity:1;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1)}

/*!
 * froala_editor v3.2.7 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2021 Froala Labs
 */

.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-popup .fr-buttons.fr-tabs .fr-special-character-category{padding:10px 15px}.fr-popup .fr-buttons.fr-tabs .fr-special-character-category span{font-weight:normal;font-size:16px}.fr-popup .fr-special-character{width:24px;height:24px}@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px){.fr-popup .fr-icon-container.fr-sc-container{width:368px}}

/*!
 * froala_editor v3.2.7 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2021 Froala Labs
 */

.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-element table td.fr-selected-cell,.fr-element table th.fr-selected-cell{border:1px double #0098f7}.fr-element table tr{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-element table td,.fr-element table th{user-select:text;-o-user-select:text;-moz-user-select:text;-khtml-user-select:text;-webkit-user-select:text;-ms-user-select:text}.fr-element .fr-no-selection table td,.fr-element .fr-no-selection table th{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-table-resizer{cursor:col-resize;position:absolute;z-index:3;display:none}.fr-table-resizer.fr-moving{z-index:2}.fr-table-resizer div{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";border-right:1px solid #0098f7}.fr-no-selection{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-popup .fr-table-size{margin:20px}.fr-popup .fr-table-size .fr-table-size-info{text-align:center;font-size:14px}.fr-popup .fr-table-size .fr-select-table-size{line-height:0;padding:5px;white-space:nowrap}.fr-popup .fr-table-size .fr-select-table-size>span{display:inline-block;padding:0 4px 4px 0;background:transparent}.fr-popup .fr-table-size .fr-select-table-size>span>span{display:inline-block;width:18px;height:18px;border:1px solid #DDD}.fr-popup .fr-table-size .fr-select-table-size>span.hover{background:transparent}.fr-popup .fr-table-size .fr-select-table-size>span.hover>span{background:rgba(0,152,247,0.3);border:solid 1px #0098f7}.fr-popup .fr-table-size .fr-select-table-size .new-line::after{clear:both;display:block;content:"";height:0}.fr-popup.fr-above .fr-table-size .fr-select-table-size>span{display:inline-block !important}.fr-popup .fr-table-colors{display:block;padding:20px;padding-bottom:0}.fr-popup.fr-desktop .fr-table-size .fr-select-table-size>span>span{width:12px;height:12px}.fr-insert-helper{position:absolute;z-index:9999;white-space:nowrap}

/*!
 * froala_editor v3.2.7 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2021 Froala Labs
 */

.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-element .fr-video{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-element .fr-video::after{position:absolute;content:'';z-index:1;top:0;left:0;right:0;bottom:0;cursor:pointer;display:block;background:transparent}.fr-element .fr-video.fr-active>*{z-index:2;position:relative}.fr-element .fr-video>*{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;max-width:100%;border:none}.fr-box .fr-video-resizer{position:absolute;border:solid 1px #0098f7;display:none;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-box .fr-video-resizer.fr-active{display:block}.fr-box .fr-video-resizer .fr-handler{display:block;position:absolute;background:#0098f7;border:solid 1px #FFF;z-index:4;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-box .fr-video-resizer .fr-handler.fr-hnw{cursor:nw-resize}.fr-box .fr-video-resizer .fr-handler.fr-hne{cursor:ne-resize}.fr-box .fr-video-resizer .fr-handler.fr-hsw{cursor:sw-resize}.fr-box .fr-video-resizer .fr-handler.fr-hse{cursor:se-resize}.fr-box .fr-video-resizer .fr-handler{width:12px;height:12px}.fr-box .fr-video-resizer .fr-handler.fr-hnw{left:-6px;top:-6px}.fr-box .fr-video-resizer .fr-handler.fr-hne{right:-6px;top:-6px}.fr-box .fr-video-resizer .fr-handler.fr-hsw{left:-6px;bottom:-6px}.fr-box .fr-video-resizer .fr-handler.fr-hse{right:-6px;bottom:-6px}@media (min-width: 1200px){.fr-box .fr-video-resizer .fr-handler{width:10px;height:10px}.fr-box .fr-video-resizer .fr-handler.fr-hnw{left:-5px;top:-5px}.fr-box .fr-video-resizer .fr-handler.fr-hne{right:-5px;top:-5px}.fr-box .fr-video-resizer .fr-handler.fr-hsw{left:-5px;bottom:-5px}.fr-box .fr-video-resizer .fr-handler.fr-hse{right:-5px;bottom:-5px}}.fr-popup .fr-video-size-layer .fr-video-group .fr-input-line{width:calc(50% - 5px);display:inline-block}.fr-popup .fr-video-size-layer .fr-video-group .fr-input-line+.fr-input-line{margin-left:10px}.fr-popup .fr-video-upload-layer{border:dashed 2px #bdbdbd;padding:25px 0;margin:20px;position:relative;font-size:14px;letter-spacing:1px;line-height:140%;text-align:center}.fr-popup .fr-video-upload-layer:hover{background:#ebebeb}.fr-popup .fr-video-upload-layer.fr-drop{background:#ebebeb;border-color:#0098f7}.fr-popup .fr-video-upload-layer .fr-form{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";position:absolute;top:0;bottom:0;left:0;right:0;z-index:2147483640;overflow:hidden;margin:0 !important;padding:0 !important;width:100% !important}.fr-popup .fr-video-upload-layer .fr-form input{cursor:pointer;position:absolute;right:0;top:0;bottom:0;width:500%;height:100%;margin:0;font-size:400px}.fr-popup .fr-video-progress-bar-layer>h3{font-size:16px;margin:10px 0;font-weight:normal}.fr-popup .fr-video-progress-bar-layer>div.fr-action-buttons{display:none}.fr-popup .fr-video-progress-bar-layer>div.fr-loader{background:#b3e0fd;height:10px;width:100%;margin-top:20px;overflow:hidden;position:relative}.fr-popup .fr-video-progress-bar-layer>div.fr-loader span{display:block;height:100%;width:0%;background:#0098f7;-webkit-transition:width 0.2s ease 0s;-moz-transition:width 0.2s ease 0s;-ms-transition:width 0.2s ease 0s;-o-transition:width 0.2s ease 0s}.fr-popup .fr-video-progress-bar-layer>div.fr-loader.fr-indeterminate span{width:30% !important;position:absolute;top:0;-webkit-animation:loading 2s linear infinite;-moz-animation:loading 2s linear infinite;-o-animation:loading 2s linear infinite;animation:loading 2s linear infinite}.fr-popup .fr-video-progress-bar-layer.fr-error>div.fr-loader{display:none}.fr-popup .fr-video-progress-bar-layer.fr-error>div.fr-action-buttons{display:block}.fr-video-overlay{position:fixed;top:0;left:0;bottom:0;right:0;z-index:2147483640;display:none}.fr-autoplay-margin{margin-top:0px !important}

/*!
 * froala_editor v3.2.7 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2021 Froala Labs
 */

.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-element .fr-embedly{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;position:relative}.fr-element .fr-embedly::after{position:absolute;z-index:1;top:0;left:0;right:0;bottom:0;cursor:pointer;display:block;background:transparent}.fr-element .fr-embedly>*{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;max-width:100%;border:none}.fr-box .fr-embedly-resizer{position:absolute;z-index:2;border:solid 1px #0098f7;display:none;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-box .fr-embedly-resizer.fr-active{display:block}

/*!
 * froala_editor v3.2.7 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2021 Froala Labs
 */

.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.examples-variante>a{font-size:14px;font-family:Arial,Helvetica,sans-serif}.sc-cm-holder>.sc-cm{border-top:5px solid #222 !important;padding:0 !important;line-height:200% !important}.sc-cm .sc-cm__item.examples-variante.sc-cm__item_active>a>i{display:none !important}.sc-cm .sc-cm__item.examples-variante>a>i{display:none !important}.sc-cm__item_dropdown .i-icon{display:none !important}.sc-cm__item_dropdown .i-icon::before{display:none !important}.sc-cm::before{display:none !important}div.sc-cm-holder.sc-cm_show>ul>li.sc-cm__item.sc-cm__item_dropdown.sc-cm__item_arrow>div>ul{border-style:none !important;padding:0 !important}.sc-cm__item_dropdown:hover>a,.sc-cm a:hover{background-color:#ebebeb !important}.sc-cm__item_active>a,.sc-cm__item_active>a:hover,.sc-cm a:active,.sc-cm a:focus{background-color:#d6d6d6 !important}.sc-cm__item>a{line-height:200% !important}.sc-cm-holder>.sc-cm:before{background-color:#ebebeb !important}.sc-cm-holder{display:none}

/**
 * ng-inline-edit v0.7.0 (http://tamerayd.in/ng-inline-edit)
 * Copyright 2015 Tamer Aydin (http://tamerayd.in)
 * Licensed under MIT
 */
.ng-inline-edit__input {
  border: 0;
  outline: 0;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none; }
.ng-inline-edit__inner-container {
  display: inline-block; }
.ng-inline-edit__button {
  cursor: pointer; }

/*
Version: 3.3.2 Timestamp: Mon Mar 25 12:14:18 PDT 2013
*/
.select2-container {
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input{
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
   -khtml-box-sizing: border-box; /* konqueror */
     -moz-box-sizing: border-box; /* firefox */
      -ms-box-sizing: border-box; /* ie */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;

    -webkit-background-clip: padding-box;
       -moz-background-clip: padding;
            background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
    background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
    background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
    background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 50%);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

    -webkit-border-radius:0 0 4px 4px;
       -moz-border-radius:0 0 4px 4px;
            border-radius:0 0 4px 4px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, white));
    background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 90%);
    background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 90%);
    background-image: -o-linear-gradient(bottom, #eeeeee 0%, white 90%);
    background-image: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
    background-image: linear-gradient(top, #eeeeee 0%,#ffffff 90%);
}

.select2-container .select2-choice span {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    -ms-text-overflow: ellipsis;
     -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 26px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}
.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9998;
    background-color: #fff;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* works in IE 8 */
        filter: "alpha(opacity=0)"; /* expected to work in IE 8 */
        filter: alpha(opacity=0); /* IE 4-7 */
}

.select2-drop {
    width: 100%;
    margin-top:-1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    -webkit-border-radius: 0 0 4px 4px;
       -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
       -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    -webkit-border-radius: 4px 4px 0 0;
       -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
       -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-container .select2-choice div {
    display: block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #aaa;
    -webkit-border-radius: 0 4px 4px 0;
       -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;

    -webkit-background-clip: padding-box;
       -moz-background-clip: padding;
            background-clip: padding-box;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
    background-image: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(top, #cccccc 0%, #eeeeee 60%);
}

.select2-container .select2-choice div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('select2.png') no-repeat 0 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search-hidden {
    display: block;
    position: absolute;
    left: -10000px;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;

    background: #fff url('select2.png') no-repeat 100% -22px;
    background: url('select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('select2.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url('select2.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url('select2.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('select2-spinner.gif') no-repeat 100%;
    background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('select2-spinner.gif') no-repeat 100%, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url('select2-spinner.gif') no-repeat 100%, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
       -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
            box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
       -moz-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;

    -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;

    -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
            border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
    background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
    background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
    background-image: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
    background-image: linear-gradient(top, #ffffff 0%,#eeeeee 50%);
}

.select2-dropdown-open .select2-choice div {
    background: transparent;
    border-left: none;
    filter: none;
}
.select2-dropdown-open .select2-choice div b {
    background-position: -18px 1px;
}

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

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

.select2-results ul.select2-result-sub > li .select2-result-label { padding-left: 20px }
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 40px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 60px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 80px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 100px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 110px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 120px }

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

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

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

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

.select2-results .select2-highlighted ul {
    background: white;
    color: #000;
}


.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

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

.select2-more-results.select2-active {
    background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
}

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

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice div {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
       -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
            box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
.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: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
       -moz-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
            box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);

    -webkit-background-clip: padding-box;
       -moz-background-clip: padding;
            background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0 );
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
}
.select2-container-multi .select2-choices .select2-search-choice span {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('select2.png') right top no-repeat;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices{
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

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


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

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

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi)  {
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice div b {
      background-image: url('select2x2.png') !important;
      background-repeat: no-repeat !important;
      background-size: 60px 40px !important;
  }
  .select2-search input {
      background-position: 100% -21px !important;
  }
}

/*! Select2 Bootstrap 3 CSS v1.4.6 | MIT License | github.com/t0m/select2-bootstrap-css */
/**
 * Reset Bootstrap 3 .form-control styles which - if applied to the
 * original <select>-element the Select2-plugin may be run against -
 * are copied to the .select2-container.
 *
 * 1. Overwrite .select2-container's original display:inline-block
 *    with Bootstrap 3's default for .form-control, display:block;
 *    courtesy of @juristr (@see https://github.com/fk/select2-bootstrap-css/pull/1)
 */
.select2-container.form-control {
  background: transparent;
  box-shadow: none;
  border: none;
  display: block;
  /* 1 */
  margin: 0;
  padding: 0;
}

/**
 * Adjust Select2 inputs to fit Bootstrap 3 default .form-control appearance.
 */
.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
  background: none;
  padding: 0;
  border-color: #cccccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.select2-search input {
  border-color: #cccccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.select2-container .select2-choices .select2-search-field input {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/**
 * Adjust Select2 input heights to match the Bootstrap default.
 */
.select2-container .select2-choice {
  height: 34px;
  line-height: 1.42857;
}

/**
 * Address Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-container.select2-container-multi.form-control {
  height: auto;
}

/**
 * Address Bootstrap 3 control sizing classes
 * @see http://getbootstrap.com/css/#forms-control-sizes
 */
.select2-container.input-sm .select2-choice,
.input-group-sm .select2-container .select2-choice {
  height: 30px;
  line-height: 1.5;
  border-radius: 3px;
}

.select2-container.input-lg .select2-choice,
.input-group-lg .select2-container .select2-choice {
  height: 46px;
  line-height: 1.33333;
  border-radius: 6px;
}

.select2-container-multi .select2-choices .select2-search-field input {
  height: 32px;
}

.select2-container-multi.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-container-multi .select2-choices .select2-search-field input {
  height: 28px;
}

.select2-container-multi.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-container-multi .select2-choices .select2-search-field input {
  height: 44px;
}

/**
 * Adjust height and line-height for .select2-search-field amd multi-select Select2 widgets.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 < 3.3.2.
 */
.select2-container-multi .select2-choices .select2-search-field input {
  margin: 0;
}

.select2-chosen,
.select2-choice > span:first-child,
.select2-container .select2-choices .select2-search-field input {
  padding: 6px 12px;
}

.input-sm .select2-chosen,
.input-group-sm .select2-chosen,
.input-sm .select2-choice > span:first-child,
.input-group-sm .select2-choice > span:first-child,
.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-choices .select2-search-field input {
  padding: 5px 10px;
}

.input-lg .select2-chosen,
.input-group-lg .select2-chosen,
.input-lg .select2-choice > span:first-child,
.input-group-lg .select2-choice > span:first-child,
.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-choices .select2-search-field input {
  padding: 10px 16px;
}

.select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 5px;
  margin-bottom: 3px;
}

.select2-container-multi.input-sm .select2-choices .select2-search-choice,
.input-group-sm .select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 3px;
  margin-bottom: 2px;
}

.select2-container-multi.input-lg .select2-choices .select2-search-choice,
.input-group-lg .select2-container-multi .select2-choices .select2-search-choice {
  line-height: 24px;
}

/**
 * Adjust the single Select2's dropdown arrow button appearance.
 *
 * 1. For Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div {
  border-left: none;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.select2-dropdown-open .select2-choice .select2-arrow,
.select2-dropdown-open .select2-choice div {
  border-left-color: transparent;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/**
 * Adjust the dropdown arrow button icon position for the single-select Select2 elements
 * to make it line up vertically now that we increased the height of .select2-container.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice div b {
  background-position: 0 3px;
}

.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open .select2-choice div b {
  background-position: -18px 3px;
}

.select2-container.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b,
.input-group-sm .select2-container .select2-choice div b {
  background-position: 0 1px;
}

.select2-dropdown-open.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b,
.input-group-sm .select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px;
}

.select2-container.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b,
.input-group-lg .select2-container .select2-choice div b {
  background-position: 0 9px;
}

.select2-dropdown-open.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b,
.input-group-lg .select2-dropdown-open .select2-choice div b {
  background-position: -18px 9px;
}

/**
 * Address Bootstrap's validation states and change Select2's border colors and focus states.
 * Apply .has-warning, .has-danger or .has-succes to #select2-drop to match Bootstraps' colors.
 */
.has-warning .select2-choice,
.has-warning .select2-choices {
  border-color: #8a6d3b;
}
.has-warning .select2-container-active .select2-choice,
.has-warning .select2-container-multi.select2-container-active .select2-choices {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning.select2-drop-active {
  border-color: #66512c;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}

.has-error .select2-choice,
.has-error .select2-choices {
  border-color: #a94442;
}
.has-error .select2-container-active .select2-choice,
.has-error .select2-container-multi.select2-container-active .select2-choices {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error.select2-drop-active {
  border-color: #843534;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}

.has-success .select2-choice,
.has-success .select2-choices {
  border-color: #3c763d;
}
.has-success .select2-container-active .select2-choice,
.has-success .select2-container-multi.select2-container-active .select2-choices {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success.select2-drop-active {
  border-color: #2b542c;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}

/**
 * Make Select2's active-styles - applied to .select2-container when the widget receives focus -
 * fit Bootstrap 3's .form-element:focus appearance.
 */
.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
  border-color: #66afe9;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.select2-drop-active {
  border-color: #66afe9;
}

.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
  border-top-color: #66afe9;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstrap 3's
 * "Input Group" component, we don't want specific edges of the Select2 container
 * to have a border-radius.
 *
 * In Bootstrap 2, input groups required a markup where these style adjustments
 * could be bound to a CSS-class identifying if the additional elements are appended,
 * prepended or both.
 *
 * Bootstrap 3 doesn't rely on these classes anymore, so we have to use our own.
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on a Bootstrap 3 .input-group
 * to let the contained Select2 widget know which edges should not be rounded as they are
 * directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.input-group.select2-bootstrap-prepend [class^="select2-choice"] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.input-group.select2-bootstrap-append [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.select2-dropdown-open [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  background: white;
  filter: none;
}
.input-group.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.input-group.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.input-group.input-group-sm.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-right-radius: 3px !important;
}
.input-group.input-group-lg.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-right-radius: 6px !important;
}
.input-group.input-group-sm.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-left-radius: 3px !important;
}
.input-group.input-group-lg.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-left-radius: 6px !important;
}

/**
 * Adjust Select2's choices hover and selected styles to match Bootstrap 3's default dropdown styles.
 */
.select2-results .select2-highlighted {
  color: white;
  background-color: #337ab7;
}

/**
 * Adjust alignment of Bootstrap 3 buttons in Bootstrap 3 Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-bootstrap-append .select2-container-multiple,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container-multiple,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}

/**
 * Make Multi Select2's choices match Bootstrap 3's default button styles.
 */
.select2-container-multi .select2-choices .select2-search-choice {
  color: #555555;
  background: white;
  border-color: #cccccc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #ebebeb;
  border-color: #adadad;
  color: #333333;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/**
 * Address Multi Select2's choice close-button vertical alignment.
 */
.select2-search-choice-close {
  margin-top: -7px;
  top: 50%;
}

/**
 * Adjust the single Select2's clear button position (used to reset the select box
 * back to the placeholder value and visible once a selection is made
 * activated by Select2's "allowClear" option).
 */
.select2-container .select2-choice abbr {
  top: 50%;
}

/**
 * Adjust "no results" and "selection limit" messages to make use
 * of Bootstrap 3's default "Alert" style.
 *
 * @see http://getbootstrap.com/components/#alerts-default
 */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background-color: #fcf8e3;
  color: #8a6d3b;
}

/**
 * Address disabled Select2 styles.
 *
 * 1. For Select2 v.3.3.2.
 * 2. Revert border-left:0 inherited from Select2's CSS to prevent the arrow
 *    from jumping when switching from disabled to enabled state and vice versa.
 */
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #cccccc;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow,
.select2-container.select2-container-disabled .select2-choice div,
.select2-container.select2-container-disabled .select2-choices .select2-arrow,
.select2-container.select2-container-disabled .select2-choices div {
  background-color: transparent;
  border-left: 1px solid transparent;
  /* 2 */
}

/**
 * Address Select2's loading indicator position - which should not stick
 * to the right edge of Select2's search input.
 *
 * 1. in .select2-search input
 * 2. in Multi Select2's .select2-search-field input
 * 3. in the status-message of infinite-scroll with remote data (@see http://ivaynberg.github.io/select2/#infinite)
 *
 * These styles alter Select2's default background-position of 100%
 * and supply the new background-position syntax to browsers which support it:
 *
 * 1. Android, Safari < 6/Mobile, IE<9: change to a relative background-position of 99%
 * 2. Chrome 25+, Firefox 13+, IE 9+, Opera 10.5+: use the new CSS3-background-position syntax
 *
 * @see http://www.w3.org/TR/css3-background/#background-position
 *
 * @todo Since both Select2 and Bootstrap 3 only support IE8 and above,
 * we could use the :after-pseudo-element to display the loading indicator.
 * Alternatively, we could supply an altered loading indicator image which already
 * contains an offset to the right.
 */
.select2-search input.select2-active,
.select2-container-multi .select2-choices .select2-search-field input.select2-active,
.select2-more-results.select2-active {
  background-position: 99%;
  /* 4 */
  background-position: right 4px center;
  /* 5 */
}

/**
 * To support Select2 pre v3.4.2 in combination with Bootstrap v3.2.0,
 * ensure that .select2-offscreen width, height and position can not be overwritten.
 *
 * This adresses changes in Bootstrap somewhere after the initial v3.0.0 which -
 * in combination with Select2's pre-v3.4.2 CSS missing the "!important" after
 * the following rules - allow Bootstrap to overwrite the latter, which results in
 * the original <select> element Select2 is replacing not be properly being hidden
 * when used in a "Bootstrap Input Group with Addon".
 **/
.select2-offscreen,
.select2-offscreen:focus {
  width: 1px !important;
  height: 1px !important;
  position: absolute !important;
}

@charset "UTF-8";
@font-face {
  font-family: "fontawesome-5-juicer";
  src: url("../fonts/Juicer/fontawesome-5-juicer.eot?33583011");
  src: url("../fonts/Juicer/fontawesome-5-juicer.eot?33583011#iefix") format("embedded-opentype"), url("../fonts/Juicer/fontawesome-5-juicer.woff2?33583011") format("woff2"), url("../fonts/Juicer/fontawesome-5-juicer.woff?33583011") format("woff"), url("../fonts/Juicer/fontawesome-5-juicer.ttf?33583011") format("truetype"), url("../fonts/Juicer/fontawesome-5-juicer.svg?33583011#fontawesome-5-juicer") format("svg");
  font-weight: normal;
  font-style: normal;
}
.j-overlay .j-close {
  text-indent: -9999px;
  display: block;
  background-repeat: no-repeat;
  background-image: url(//assets.juicer.io/embed-sa624fbec2c-e25f9ecc56fb89133b8ce7a03cfad8acb2fc3a6ab47ca9a3bfaacd51aa4a07ce.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 2) {
  .j-overlay .j-close {
    background-image: url(//assets.juicer.io/embed-retina-s1ef173355c-294ed2256c0ec9bb2a7d8c5130d53300d631c1a8f3f5cdc2b76ad5c4a22f9ee2.png);
  }
}
.j-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding-top: 50px;
  z-index: 99999999;
  outline: none;
}

.j-overlay .j-overlay-content {
  margin: 0 auto;
  background: white;
  position: relative;
  color: #3A3A3A;
  font-weight: normal;
  max-height: 90%;
  overflow-y: auto;
  outline: none;
  max-width: 980px;
}

.j-overlay .j-overlay-content h2 {
  margin-bottom: 1.5rem;
}

@media all and (max-width: 800px) {
  .j-overlay .j-overlay-content {
    width: 95% !important;
  }
}
.j-overlay .j-close {
  height: 12px;
  width: 12px;
  background-position: 100% -32px;
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 0;
  z-index: 3;
  text-align: right;
  padding: 15px;
}

.j-post-overlay.juicer-feed {
  overflow: hidden;
  *zoom: 1;
  margin: 0 !important;
}

.j-post-overlay.juicer-feed .image {
  float: left;
  max-width: 50%;
}

.j-post-overlay.juicer-feed .vine-wrapper,
.j-post-overlay.juicer-feed .instagram-wrapper,
.j-post-overlay.juicer-feed .twitter-wrapper,
.j-post-overlay.juicer-feed .video-wrapper {
  float: left;
  width: 50%;
  padding-bottom: 50%;
}

.j-post-overlay.juicer-feed .image img {
  margin-bottom: 0 !important;
  display: block;
  width: 100%;
}

.j-post-overlay.juicer-feed .j-overlay-text {
  overflow: hidden;
  padding: 25px;
}

.j-post-overlay.juicer-feed .j-overlay-text .j-message,
.j-post-overlay.juicer-feed .j-overlay-text .j-edit {
  margin-bottom: 25px;
  text-align: left;
}

.j-post-overlay.juicer-feed .j-overlay-text .j-message a,
.j-post-overlay.juicer-feed .j-overlay-text .j-edit a {
  font-weight: bold;
}

.j-post-overlay.juicer-feed .j-overlay-text .j-message p,
.j-post-overlay.juicer-feed .j-overlay-text .j-edit p {
  margin-bottom: 15px;
}

.j-post-overlay.juicer-feed .j-overlay-text.words .j-message {
  font-family: "Georgia", sans-serif;
  font-size: 24px;
}

.j-post-overlay.juicer-feed .j-bottom {
  overflow: hidden;
  *zoom: 1;
}

.j-post-overlay.juicer-feed .j-meta {
  margin: 15px 0 30px;
}

.j-post-overlay.juicer-feed .j-meta nav {
  display: none;
}

.j-post-overlay.juicer-feed a.juicer-button {
  float: left;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  border: 2px solid #000;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #000;
  text-align: center;
  padding: 12px 0 10px;
  cursor: pointer;
  background-color: transparent;
  padding: 12px 35px 14px;
}

.j-post-overlay.juicer-feed a.juicer-button:hover {
  background: #000;
  color: #fff;
}

.j-post-overlay.juicer-feed a.juicer-button:before {
  font-size: 1rem;
  position: relative;
  left: -10px;
  top: 1px;
  font-weight: normal;
}

@media all and (max-width: 1190px) {
  .j-post-overlay.juicer-feed a.juicer-button {
    margin-bottom: 10px;
  }
}
.j-post-overlay.juicer-feed a.juicer-button.j-youtube {
  border-color: #000;
  color: #000;
}

.j-post-overlay.juicer-feed a.juicer-button.j-youtube:hover {
  background: transparent;
  border-color: #FF0000;
  color: #FF0000;
}

.j-post-overlay.juicer-feed ul.j-share {
  float: right;
  margin-top: 10px;
}

.j-post-overlay.juicer-feed ul.j-share li {
  display: inline-block;
}

.j-post-overlay.juicer-feed ul.j-share a {
  font-size: 0;
  color: transparent;
  display: inline-block;
  width: 33px;
  padding: 5px;
  text-align: center;
}

.j-post-overlay.juicer-feed ul.j-share a:before {
  font-size: 16px;
  color: white;
  position: relative;
  top: 1px;
}

@media all and (max-width: 1190px) {
  .j-post-overlay.juicer-feed ul.j-share {
    float: none;
    display: block;
    clear: left;
  }
}
.j-post-overlay.juicer-feed .j-navigate {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.j-post-overlay.juicer-feed .j-navigate a.j-previous,
.j-post-overlay.juicer-feed .j-navigate a.j-next {
  cursor: pointer;
  color: #bababa;
}

.j-post-overlay.juicer-feed .j-navigate a.j-previous span,
.j-post-overlay.juicer-feed .j-navigate a.j-next span {
  display: none;
}

.j-post-overlay.juicer-feed .j-navigate a.j-previous:before,
.j-post-overlay.juicer-feed .j-navigate a.j-next:before {
  font-family: "fontawesome-5-juicer";
  font-size: 16px;
}

.j-post-overlay.juicer-feed .j-navigate a.j-previous {
  margin-right: 5px;
}

.j-post-overlay.juicer-feed .j-navigate a.j-previous:before {
  content: "\f053";
}

.j-post-overlay.juicer-feed .j-navigate a.j-next:before {
  content: "\f054";
}

@media all and (max-width: 800px) {
  .j-post-overlay.juicer-feed .image {
    float: none;
    display: block;
    max-width: 100%;
  }
  .j-post-overlay.juicer-feed .vine-wrapper,
  .j-post-overlay.juicer-feed .instagram-wrapper,
  .j-post-overlay.juicer-feed .twitter-wrapper,
  .j-post-overlay.juicer-feed .video-wrapper {
    float: none;
    display: block;
    width: 100%;
    padding-bottom: 100%;
  }
  .j-post-overlay.juicer-feed ul.j-share {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
  }
  .j-post-overlay.juicer-feed .j-navigate {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 15px;
  }
  .j-post-overlay.juicer-feed .j-navigate .j-next {
    float: right;
  }
}
.j-post-overlay.juicer-feed .j-gallery-nav {
  display: block;
}

.juicer-feed.image-grid .j-post-overlay .j-meta,
.juicer-feed.slider .j-post-overlay .j-meta {
  margin: 0 0 15px 0;
  padding: 0;
  position: relative;
}

.j-overlay .facebook-warning {
  color: #0b6e27;
  margin-bottom: 40px;
}

.j-overlay .facebook-warning strong {
  text-decoration: underline;
  font-style: italic;
}

.j-overlay .facebook-warning a {
  color: #0b6e27;
  text-decoration: underline;
}

.j-overlay .j-close:hover {
  background-position: 100% 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 2) {
  .j-overlay .j-close {
    background-position: 100% -64px;
    -moz-background-size: 18px auto;
    -o-background-size: 18px auto;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
    background-position: 100% -32px;
  }
  .j-overlay .j-close:hover {
    background-position: 100% 0;
  }
}
.j-overlay .j-close span {
  display: none;
}

.juicer-feed .j-meta a.comments:before {
  content: "\f086";
  font-family: "fontawesome-5-juicer";
}

.juicer-feed .j-meta a.likes:before {
  content: "\f164";
  font-family: "fontawesome-5-juicer";
}

.juicer-feed .j-linkedin::before {
  content: "\f0e1";
  font-family: "fontawesome-5-juicer";
}

.j-linkedin::before {
  content: "\f0e1";
  font-family: "fontawesome-5-juicer";
}

.juicer-feed .j-meta {
  margin-top: 25px;
}

.juicer-feed .j-meta a {
  color: #bababa;
}

.juicer-feed .j-meta a:hover {
  color: #353535;
}

.juicer-feed .j-meta a.j-social:hover {
  color: #bababa;
}

.juicer-feed .j-meta ul {
  display: inline-block;
  width: auto !important;
  padding: 0;
  margin: 0;
  font-size: 1em;
  line-height: 1em;
  float: none;
}

.juicer-feed .j-meta li {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  background-image: none;
  border: none;
  font-size: 1em;
  font-weight: normal;
  height: auto;
  width: auto;
}

.juicer-feed .j-meta li:last-of-type {
  margin-right: 0;
}

.juicer-feed .j-meta nav,
.juicer-feed .j-meta .j-twitter-date {
  display: inline-block;
  float: right;
}

.juicer-feed .j-meta nav {
  border: none;
  background: transparent;
  position: relative;
  width: auto;
  height: auto;
}

.juicer-feed .j-meta .j-twitter-date {
  font-weight: bold;
  color: #bababa;
  font-size: 12px;
  position: relative;
  top: 2px;
}

.juicer-feed .j-meta a {
  background: transparent;
  width: auto;
  height: auto;
  float: none;
}

.juicer-feed .j-meta a span {
  display: none;
}

.juicer-feed .j-meta a.j-social {
  font-size: 1.5em;
  line-height: 1;
  float: none;
  margin: 0;
}

.juicer-feed .j-meta a:before {
  margin-right: 5px;
}

.j-overlay .j-poster .j-date {
  float: none;
  color: #a0a0a0;
  width: 100%;
  display: block;
  text-align: right;
  margin-bottom: 20px;
}

@font-face {
  font-family: "fontawesome-5-juicer";
  src: url("https://static.juicer.io/fonts/fontawesome-5-juicer.eot?33583011");
  src: url("https://static.juicer.io/fonts/fontawesome-5-juicer.eot?33583011#iefix") format("embedded-opentype"), url("https://static.juicer.io/fonts/fontawesome-5-juicer.woff2?33583011") format("woff2"), url("https://static.juicer.io/fonts/fontawesome-5-juicer.woff?33583011") format("woff"), url("https://static.juicer.io/fonts/fontawesome-5-juicer.ttf?33583011") format("truetype"), url("https://static.juicer.io/fonts/fontawesome-5-juicer.svg?33583011#fontawesome-5-juicer") format("svg");
  font-weight: normal;
  font-style: normal;
}
.juicerVayonIndex [class^=juicer-fa-]:before,
.juicerVayonIndex [class*=" juicer-fa-"]:before {
  font-family: "fontawesome-5-juicer";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.juicerVayonIndex .juicer-fa-heart:before {
  content: "\f004";
}
.juicerVayonIndex .juicer-fa-times:before {
  content: "\f00d";
}
.juicerVayonIndex .juicer-fa-edit:before {
  content: "\f044";
}
.juicerVayonIndex .juicer-fa-play:before {
  content: "\f04b";
}
.juicerVayonIndex .juicer-fa-pause:before {
  content: "\f04c";
}
.juicerVayonIndex .juicer-fa-chevron-left:before {
  content: "\f053";
}
.juicerVayonIndex .juicer-fa-chevron-right:before {
  content: "\f054";
}
.juicerVayonIndex .juicer-fa-arrow-left:before {
  content: "\f060";
}
.juicerVayonIndex .juicer-fa-eye:before {
  content: "\f06e";
}
.juicerVayonIndex .juicer-fa-retweet:before {
  content: "\f079";
}
.juicerVayonIndex .juicer-fa-comments:before {
  content: "\f086";
}
.juicerVayonIndex .juicer-fa-thumbtack:before {
  content: "\f08d";
}
.juicerVayonIndex .juicer-fa-twitter:before {
  content: "\f099";
}
.juicerVayonIndex .juicer-fa-rss:before {
  content: "\f09e";
}
.juicerVayonIndex .juicer-fa-users:before {
  content: "\f0c0";
}
.juicerVayonIndex .juicer-fa-pinterest:before {
  content: "\f0d2";
}
.juicerVayonIndex .juicer-fa-caret-down:before {
  content: "\f0d7";
}
.juicerVayonIndex .juicer-fa-envelope:before {
  content: "\f0e0";
}
.juicerVayonIndex .juicer-fa-linkedin-in:before {
  content: "\f0e1";
}
.juicerVayonIndex .juicer-fa-angle-left:before {
  content: "\f104";
}
.juicerVayonIndex .juicer-fa-angle-right:before {
  content: "\f105";
}
.juicerVayonIndex .juicer-fa-angle-up:before {
  content: "\f106";
}
.juicerVayonIndex .juicer-fa-angle-down:before {
  content: "\f107";
}
.juicerVayonIndex .juicer-fa-thumbs-up:before {
  content: "\f164";
}
.juicerVayonIndex .juicer-fa-youtube:before {
  content: "\f167";
}
.juicerVayonIndex .juicer-fa-instagram:before {
  content: "\f16d";
}
.juicerVayonIndex .juicer-fa-flickr:before {
  content: "\f16e";
}
.juicerVayonIndex .juicer-fa-tumblr:before {
  content: "\f173";
}
.juicerVayonIndex .juicer-fa-vimeo-square:before {
  content: "\f194";
}
.juicerVayonIndex .juicer-fa-slack:before {
  content: "\f198";
}
.juicerVayonIndex .juicer-fa-spotify:before {
  content: "\f1bc";
}
.juicerVayonIndex .juicer-fa-deviantart:before {
  content: "\f1bd";
}
.juicerVayonIndex .juicer-fa-soundcloud:before {
  content: "\f1be";
}
.juicerVayonIndex .juicer-fa-vine:before {
  content: "\f1ca";
}
.juicerVayonIndex .juicer-fa-yelp:before {
  content: "\f1e9";
}
.juicerVayonIndex .juicer-fa-calculator:before {
  content: "\f1ec";
}
.juicerVayonIndex .juicer-fa-trash:before {
  content: "\f1f8";
}
.juicerVayonIndex .juicer-fa-hashtag:before {
  content: "\f292";
}
.juicerVayonIndex .juicer-fa-facebook-f:before {
  content: "\f39e";
}
.juicerVayonIndex .tc-background {
  color: #fff9f2;
}
.juicerVayonIndex .bg-background {
  background-color: #fff9f2;
}
.juicerVayonIndex .bd-background {
  border-color: #fff9f2;
}
.juicerVayonIndex .tc-black {
  color: #000;
}
.juicerVayonIndex .bg-black {
  background-color: #000;
}
.juicerVayonIndex .bd-black {
  border-color: #000;
}
.juicerVayonIndex .tc-blood {
  color: #c6524c;
}
.juicerVayonIndex .bg-blood {
  background-color: #c6524c;
}
.juicerVayonIndex .bd-blood {
  border-color: #c6524c;
}
.juicerVayonIndex .tc-border {
  color: #e6e0d8;
}
.juicerVayonIndex .bg-border {
  background-color: #e6e0d8;
}
.juicerVayonIndex .bd-border {
  border-color: #e6e0d8;
}
.juicerVayonIndex .tc-dark-gray {
  color: #222;
}
.juicerVayonIndex .bg-dark-gray {
  background-color: #222;
}
.juicerVayonIndex .bd-dark-gray {
  border-color: #222;
}
.juicerVayonIndex .tc-dark-maroon {
  color: #610000;
}
.juicerVayonIndex .bg-dark-maroon {
  background-color: #610000;
}
.juicerVayonIndex .bd-dark-maroon {
  border-color: #610000;
}
.juicerVayonIndex .tc-embed {
  color: #999;
}
.juicerVayonIndex .bg-embed {
  background-color: #999;
}
.juicerVayonIndex .bd-embed {
  border-color: #999;
}
.juicerVayonIndex .tc-footer-border {
  color: #353535;
}
.juicerVayonIndex .bg-footer-border {
  background-color: #353535;
}
.juicerVayonIndex .bd-footer-border {
  border-color: #353535;
}
.juicerVayonIndex .tc-footer {
  color: #1e1e1e;
}
.juicerVayonIndex .bg-footer {
  background-color: #1e1e1e;
}
.juicerVayonIndex .bd-footer {
  border-color: #1e1e1e;
}
.juicerVayonIndex .tc-form-border {
  color: #ccc;
}
.juicerVayonIndex .bg-form-border {
  background-color: #ccc;
}
.juicerVayonIndex .bd-form-border {
  border-color: #ccc;
}
.juicerVayonIndex .tc-grapefruit {
  color: #f25951;
}
.juicerVayonIndex .bg-grapefruit {
  background-color: #f25951;
}
.juicerVayonIndex .bd-grapefruit {
  border-color: #f25951;
}
.juicerVayonIndex .tc-gray {
  color: #888888;
}
.juicerVayonIndex .bg-gray {
  background-color: #888888;
}
.juicerVayonIndex .bd-gray {
  border-color: #888888;
}
.juicerVayonIndex .tc-green {
  color: #0b6e27;
}
.juicerVayonIndex .bg-green {
  background-color: #0b6e27;
}
.juicerVayonIndex .bd-green {
  border-color: #0b6e27;
}
.juicerVayonIndex .tc-input-color {
  color: #555;
}
.juicerVayonIndex .bg-input-color {
  background-color: #555;
}
.juicerVayonIndex .bd-input-color {
  border-color: #555;
}
.juicerVayonIndex .tc-light-gray {
  color: #aaa;
}
.juicerVayonIndex .bg-light-gray {
  background-color: #aaa;
}
.juicerVayonIndex .bd-light-gray {
  border-color: #aaa;
}
.juicerVayonIndex .tc-lighter-gray {
  color: #eee;
}
.juicerVayonIndex .bg-lighter-gray {
  background-color: #eee;
}
.juicerVayonIndex .bd-lighter-gray {
  border-color: #eee;
}
.juicerVayonIndex .tc-lightest-gray {
  color: #f3f3f3;
}
.juicerVayonIndex .bg-lightest-gray {
  background-color: #f3f3f3;
}
.juicerVayonIndex .bd-lightest-gray {
  border-color: #f3f3f3;
}
.juicerVayonIndex .tc-maroon {
  color: #813333;
}
.juicerVayonIndex .bg-maroon {
  background-color: #813333;
}
.juicerVayonIndex .bd-maroon {
  border-color: #813333;
}
.juicerVayonIndex .tc-medium-gray {
  color: #bbb;
}
.juicerVayonIndex .bg-medium-gray {
  background-color: #bbb;
}
.juicerVayonIndex .bd-medium-gray {
  border-color: #bbb;
}
.juicerVayonIndex .tc-nav-bg {
  color: #2e3034;
}
.juicerVayonIndex .bg-nav-bg {
  background-color: #2e3034;
}
.juicerVayonIndex .bd-nav-bg {
  border-color: #2e3034;
}
.juicerVayonIndex .tc-nav-header {
  color: #27292c;
}
.juicerVayonIndex .bg-nav-header {
  background-color: #27292c;
}
.juicerVayonIndex .bd-nav-header {
  border-color: #27292c;
}
.juicerVayonIndex .tc-nav-link-hover {
  color: #4a4d53;
}
.juicerVayonIndex .bg-nav-link-hover {
  background-color: #4a4d53;
}
.juicerVayonIndex .bd-nav-link-hover {
  border-color: #4a4d53;
}
.juicerVayonIndex .tc-off-white {
  color: #d2d2d2;
}
.juicerVayonIndex .bg-off-white {
  background-color: #d2d2d2;
}
.juicerVayonIndex .bd-off-white {
  border-color: #d2d2d2;
}
.juicerVayonIndex .tc-orange {
  color: #feb753;
}
.juicerVayonIndex .bg-orange {
  background-color: #feb753;
}
.juicerVayonIndex .bd-orange {
  border-color: #feb753;
}
.juicerVayonIndex .tc-salmon {
  color: #f57a74;
}
.juicerVayonIndex .bg-salmon {
  background-color: #f57a74;
}
.juicerVayonIndex .bd-salmon {
  border-color: #f57a74;
}
.juicerVayonIndex .tc-satan {
  color: #666;
}
.juicerVayonIndex .bg-satan {
  background-color: #666;
}
.juicerVayonIndex .bd-satan {
  border-color: #666;
}
.juicerVayonIndex .tc-sidebar-border {
  color: #3a3d43;
}
.juicerVayonIndex .bg-sidebar-border {
  background-color: #3a3d43;
}
.juicerVayonIndex .bd-sidebar-border {
  border-color: #3a3d43;
}
.juicerVayonIndex .tc-slevin {
  color: #777;
}
.juicerVayonIndex .bg-slevin {
  background-color: #777;
}
.juicerVayonIndex .bd-slevin {
  border-color: #777;
}
.juicerVayonIndex .tc-white-field {
  color: #f9f8f6;
}
.juicerVayonIndex .bg-white-field {
  background-color: #f9f8f6;
}
.juicerVayonIndex .bd-white-field {
  border-color: #f9f8f6;
}
.juicerVayonIndex .tc-white {
  color: #fff;
}
.juicerVayonIndex .bg-white {
  background-color: #fff;
}
.juicerVayonIndex .bd-white {
  border-color: #fff;
}
.juicerVayonIndex .bg-none {
  background: none !important;
}
.juicerVayonIndex .j-blog::before {
  content: "\f09e";
  font-family: "fontawesome-5-juicer";
}
.juicerVayonIndex .j-blog-bg {
  background-color: #FF6600;
}
.juicerVayonIndex .j-blog-border {
  border-color: #FF6600;
}
.juicerVayonIndex .j-blog-color {
  color: #FF6600;
}
.juicerVayonIndex .j-blog-text {
  color: #FF6600;
  background: transparent;
}
.juicerVayonIndex .j-blog-text:before {
  color: #FF6600;
}
.juicerVayonIndex .j-blog-text-hover:hover {
  color: #FF6600;
  background: transparent;
}
.juicerVayonIndex .j-blog-text-hover:hover:before {
  color: #FF6600;
}
.juicerVayonIndex .j-blog-hover.highlight,
.juicerVayonIndex .j-blog-hover:hover {
  background: #FF6600 !important;
  color: white;
  border-bottom: 1px solid #cc5200 !important;
}
.juicerVayonIndex .j-blog-hover.highlight:before,
.juicerVayonIndex .j-blog-hover:hover:before {
  color: white;
}
.juicerVayonIndex .j-deviantart::before {
  content: "\f1bd";
  font-family: "fontawesome-5-juicer";
}
.juicerVayonIndex .j-deviantart-bg {
  background-color: #05cc47;
}
.juicerVayonIndex .j-deviantart-border {
  border-color: #05cc47;
}
.juicerVayonIndex .j-deviantart-color {
  color: #05cc47;
}
.juicerVayonIndex .j-deviantart-text {
  color: #05cc47;
  background: transparent;
}
.juicerVayonIndex .j-deviantart-text:before {
  color: #05cc47;
}
.juicerVayonIndex .j-deviantart-text-hover:hover {
  color: #05cc47;
  background: transparent;
}
.juicerVayonIndex .j-deviantart-text-hover:hover:before {
  color: #05cc47;
}
.juicerVayonIndex .j-deviantart-hover.highlight,
.juicerVayonIndex .j-deviantart-hover:hover {
  background: #05cc47 !important;
  color: white;
  border-bottom: 1px solid #049a36 !important;
}
.juicerVayonIndex .j-deviantart-hover.highlight:before,
.juicerVayonIndex .j-deviantart-hover:hover:before {
  color: white;
}
.juicerVayonIndex .j-email::before {
  content: "\f0e0";
  font-family: "fontawesome-5-juicer";
}
.juicerVayonIndex .j-email-bg {
  background-color: #F17E6F;
}
.juicerVayonIndex .j-email-border {
  border-color: #F17E6F;
}
.juicerVayonIndex .j-email-color {
  color: #F17E6F;
}
.juicerVayonIndex .j-email-text {
  color: #F17E6F;
  background: transparent;
}
.juicerVayonIndex .j-email-text:before {
  color: #F17E6F;
}
.juicerVayonIndex .j-email-text-hover:hover {
  color: #F17E6F;
  background: transparent;
}
.juicerVayonIndex .j-email-text-hover:hover:before {
  color: #F17E6F;
}
.juicerVayonIndex .j-email-hover.highlight,
.juicerVayonIndex .j-email-hover:hover {
  background: #F17E6F !important;
  color: white;
  border-bottom: 1px solid #ec5441 !important;
}
.juicerVayonIndex .j-email-hover.highlight:before,
.juicerVayonIndex .j-email-hover:hover:before {
  color: white;
}
.juicerVayonIndex .j-facebook::before {
  content: "\f39e";
  font-family: "fontawesome-5-juicer";
}
.juicerVayonIndex .j-facebook-bg {
  background-color: #3B5998;
}
.juicerVayonIndex .j-facebook-border {
  border-color: #3B5998;
}
.juicerVayonIndex .j-facebook-color {
  color: #3B5998;
}
.juicerVayonIndex .j-facebook-text {
  color: #3B5998;
  background: transparent;
}
.juicerVayonIndex .j-facebook-text:before {
  color: #3B5998;
}
.juicerVayonIndex .j-facebook-text-hover:hover {
  color: #3B5998;
  background: transparent;
}
.juicerVayonIndex .j-facebook-text-hover:hover:before {
  color: #3B5998;
}
.juicerVayonIndex .j-facebook-hover.highlight,
.juicerVayonIndex .j-facebook-hover:hover {
  background: #3B5998 !important;
  color: white;
  border-bottom: 1px solid #2d4373 !important;
}
.juicerVayonIndex .j-facebook-hover.highlight:before,
.juicerVayonIndex .j-facebook-hover:hover:before {
  color: white;
}
.juicerVayonIndex .j-flickr::before {
  content: "\f16e";
  font-family: "fontawesome-5-juicer";
}
.juicerVayonIndex .j-flickr-bg {
  background-color: #ff0084;
}
.juicerVayonIndex .j-flickr-border {
  border-color: #ff0084;
}
.juicerVayonIndex .j-flickr-color {
  color: #ff0084;
}
.juicerVayonIndex .j-flickr-text {
  color: #ff0084;
  background: transparent;
}
.juicerVayonIndex .j-flickr-text:before {
  color: #ff0084;
}
.juicerVayonIndex .j-flickr-text-hover:hover {
  color: #ff0084;
  background: transparent;
}
.juicerVayonIndex .j-flickr-text-hover:hover:before {
  color: #ff0084;
}
.juicerVayonIndex .j-flickr-hover.highlight,
.juicerVayonIndex .j-flickr-hover:hover {
  background: #ff0084 !important;
  color: white;
  border-bottom: 1px solid #cc006a !important;
}
.juicerVayonIndex .j-flickr-hover.highlight:before,
.juicerVayonIndex .j-flickr-hover:hover:before {
  color: white;
}
.juicerVayonIndex .j-giphy-bg {
  background-color: #232830;
}
.juicerVayonIndex .j-giphy-border {
  border-color: #232830;
}
.juicerVayonIndex .j-giphy-color {
  color: #232830;
}
.juicerVayonIndex .j-giphy-text {
  color: #232830;
  background: transparent;
}
.juicerVayonIndex .j-giphy-text:before {
  color: #232830;
}
.juicerVayonIndex .j-giphy-text-hover:hover {
  color: #232830;
  background: transparent;
}
.juicerVayonIndex .j-giphy-text-hover:hover:before {
  color: #232830;
}
.juicerVayonIndex .j-giphy-hover.highlight,
.juicerVayonIndex .j-giphy-hover:hover {
  background: #232830 !important;
  color: white;
  border-bottom: 1px solid #0d0f13 !important;
}
.juicerVayonIndex .j-giphy-hover.highlight:before,
.juicerVayonIndex .j-giphy-hover:hover:before {
  color: white;
}
.juicerVayonIndex .j-hashtag::before {
  content: "\f292";
  font-family: "fontawesome-5-juicer";
}
.juicerVayonIndex .j-hashtag-bg {
  background-color: #F17E6F;
}
.juicerVayonIndex .j-hashtag-border {
  border-color: #F17E6F;
}
.juicerVayonIndex .j-hashtag-color {
  color: #F17E6F;
}
.juicerVayonIndex .j-hashtag-text {
  color: #F17E6F;
  background: transparent;
}
.juicerVayonIndex .j-hashtag-text:before {
  color: #F17E6F;
}
.juicerVayonIndex .j-hashtag-text-hover:hover {
  color: #F17E6F;
  background: transparent;
}
.juicerVayonIndex .j-hashtag-text-hover:hover:before {
  color: #F17E6F;
}
.juicerVayonIndex .j-hashtag-hover.highlight,
.juicerVayonIndex .j-hashtag-hover:hover {
  background: #F17E6F !important;
  color: white;
  border-bottom: 1px solid #ec5441 !important;
}
.juicerVayonIndex .j-hashtag-hover.highlight:before,
.juicerVayonIndex .j-hashtag-hover:hover:before {
  color: white;
}
.juicerVayonIndex .j-instagram::before {
  content: "\f16d";
  font-family: "fontawesome-5-juicer";
}
.juicerVayonIndex .j-instagram-bg {
  background-color: #3F729B;
}
.juicerVayonIndex .j-instagram-border {
  border-color: #3F729B;
}
.juicerVayonIndex .j-instagram-color {
  color: #3F729B;
}
.juicerVayonIndex .j-instagram-text {
  color: #3F729B;
  background: transparent;
}
.juicerVayonIndex .j-instagram-text:before {
  color: #3F729B;
}
.juicerVayonIndex .j-instagram-text-hover:hover {
  color: #3F729B;
  background: transparent;
}
.juicerVayonIndex .j-instagram-text-hover:hover:before {
  color: #3F729B;
}
.juicerVayonIndex .j-instagram-hover.highlight,
.juicerVayonIndex .j-instagram-hover:hover {
  background: #3F729B !important;
  color: white;
  border-bottom: 1px solid #305777 !important;
}
.juicerVayonIndex .j-instagram-hover.highlight:before,
.juicerVayonIndex .j-instagram-hover:hover:before {
  color: white;
}
.juicerVayonIndex .j-linkedin-bg {
  background-color: #007bb6;
}
.juicerVayonIndex .j-linkedin-border {
  border-color: #007bb6;
}
.juicerVayonIndex .j-linkedin-color {
  color: #007bb6;
}
.juicerVayonIndex .j-linkedin-text {
  color: #007bb6;
  background: transparent;
}
.juicerVayonIndex .j-linkedin-text:before {
  color: #007bb6;
}
.juicerVayonIndex .j-linkedin-text-hover:hover {
  color: #007bb6;
  background: transparent;
}
.juicerVayonIndex .j-linkedin-text-hover:hover:before {
  color: #007bb6;
}
.juicerVayonIndex .j-linkedin-hover.highlight,
.juicerVayonIndex .j-linkedin-hover:hover {
  background: #007bb6 !important;
  color: white;
  border-bottom: 1px solid #005983 !important;
}
.juicerVayonIndex .j-linkedin-hover.highlight:before,
.juicerVayonIndex .j-linkedin-hover:hover:before {
  color: white;
}
.juicerVayonIndex .j-pinterest::before {
  content: "\f0d2";
  font-family: "fontawesome-5-juicer";
}
.juicerVayonIndex .j-pinterest-bg {
  background-color: #CB2028;
}
.juicerVayonIndex .j-pinterest-border {
  border-color: #CB2028;
}
.juicerVayonIndex .j-pinterest-color {
  color: #CB2028;
}
.juicerVayonIndex .j-pinterest-text {
  color: #CB2028;
  background: transparent;
}
.juicerVayonIndex .j-pinterest-text:before {
  color: #CB2028;
}
.juicerVayonIndex .j-pinterest-text-hover:hover {
  color: #CB2028;
  background: transparent;
}
.juicerVayonIndex .j-pinterest-text-hover:hover:before {
  color: #CB2028;
}
.juicerVayonIndex .j-pinterest-hover.highlight,
.juicerVayonIndex .j-pinterest-hover:hover {
  background: #CB2028 !important;
  color: white;
  border-bottom: 1px solid #9f191f !important;
}
.juicerVayonIndex .j-pinterest-hover.highlight:before,
.juicerVayonIndex .j-pinterest-hover:hover:before {
  color: white;
}
.juicerVayonIndex .j-slack::before {
  content: "\f198";
  font-family: "fontawesome-5-juicer";
}
.juicerVayonIndex .j-slack-bg {
  background-color: #000;
}
.juicerVayonIndex .j-slack-border {
  border-color: #000;
}
.juicerVayonIndex .j-slack-color {
  color: #000;
}
.juicerVayonIndex .j-slack-text {
  color: #000;
  background: transparent;
}
.juicerVayonIndex .j-slack-text:before {
  color: #000;
}
.juicerVayonIndex .j-slack-text-hover:hover {
  color: #000;
  background: transparent;
}
.juicerVayonIndex .j-slack-text-hover:hover:before {
  color: #000;
}
.juicerVayonIndex .j-slack-hover.highlight,
.juicerVayonIndex .j-slack-hover:hover {
  background: #000 !important;
  color: white;
  border-bottom: 1px solid black !important;
}
.juicerVayonIndex .j-slack-hover.highlight:before,
.juicerVayonIndex .j-slack-hover:hover:before {
  color: white;
}
.juicerVayonIndex .j-soundcloud::before {
  content: "\f1be";
  font-family: "fontawesome-5-juicer";
}
.juicerVayonIndex .j-soundcloud-bg {
  background-color: #f30;
}
.juicerVayonIndex .j-soundcloud-border {
  border-color: #f30;
}
.juicerVayonIndex .j-soundcloud-color {
  color: #f30;
}
.juicerVayonIndex .j-soundcloud-text {
  color: #f30;
  background: transparent;
}
.juicerVayonIndex .j-soundcloud-text:before {
  color: #f30;
}
.juicerVayonIndex .j-soundcloud-text-hover:hover {
  color: #f30;
  background: transparent;
}
.juicerVayonIndex .j-soundcloud-text-hover:hover:before {
  color: #f30;
}
.juicerVayonIndex .j-soundcloud-hover.highlight,
.juicerVayonIndex .j-soundcloud-hover:hover {
  background: #f30 !important;
  color: white;
  border-bottom: 1px solid #cc2900 !important;
}
.juicerVayonIndex .j-soundcloud-hover.highlight:before,
.juicerVayonIndex .j-soundcloud-hover:hover:before {
  color: white;
}
.juicerVayonIndex .j-spotify::before {
  content: "\f1bc";
  font-family: "fontawesome-5-juicer";
}
.juicerVayonIndex .j-spotify-bg {
  background-color: #1ed760;
}
.juicerVayonIndex .j-spotify-border {
  border-color: #1ed760;
}
.juicerVayonIndex .j-spotify-color {
  color: #1ed760;
}
.juicerVayonIndex .j-spotify-text {
  color: #1ed760;
  background: transparent;
}
.juicerVayonIndex .j-spotify-text:before {
  color: #1ed760;
}
.juicerVayonIndex .j-spotify-text-hover:hover {
  color: #1ed760;
  background: transparent;
}
.juicerVayonIndex .j-spotify-text-hover:hover:before {
  color: #1ed760;
}
.juicerVayonIndex .j-spotify-hover.highlight,
.juicerVayonIndex .j-spotify-hover:hover {
  background: #1ed760 !important;
  color: white;
  border-bottom: 1px solid #18aa4c !important;
}
.juicerVayonIndex .j-spotify-hover.highlight:before,
.juicerVayonIndex .j-spotify-hover:hover:before {
  color: white;
}
.juicerVayonIndex .j-tumblr::before {
  content: "\f173";
  font-family: "fontawesome-5-juicer";
}
.juicerVayonIndex .j-tumblr-bg {
  background-color: #375471;
}
.juicerVayonIndex .j-tumblr-border {
  border-color: #375471;
}
.juicerVayonIndex .j-tumblr-color {
  color: #375471;
}
.juicerVayonIndex .j-tumblr-text {
  color: #375471;
  background: transparent;
}
.juicerVayonIndex .j-tumblr-text:before {
  color: #375471;
}
.juicerVayonIndex .j-tumblr-text-hover:hover {
  color: #375471;
  background: transparent;
}
.juicerVayonIndex .j-tumblr-text-hover:hover:before {
  color: #375471;
}
.juicerVayonIndex .j-tumblr-hover.highlight,
.juicerVayonIndex .j-tumblr-hover:hover {
  background: #375471 !important;
  color: white;
  border-bottom: 1px solid #263b4f !important;
}
.juicerVayonIndex .j-tumblr-hover.highlight:before,
.juicerVayonIndex .j-tumblr-hover:hover:before {
  color: white;
}
.juicerVayonIndex .j-twitter::before {
  content: "\f099";
  font-family: "fontawesome-5-juicer";
}
.juicerVayonIndex .j-twitter-bg {
  background-color: #55ACEE;
}
.juicerVayonIndex .j-twitter-border {
  border-color: #55ACEE;
}
.juicerVayonIndex .j-twitter-color {
  color: #55ACEE;
}
.juicerVayonIndex .j-twitter-text {
  color: #55ACEE;
  background: transparent;
}
.juicerVayonIndex .j-twitter-text:before {
  color: #55ACEE;
}
.juicerVayonIndex .j-twitter-text-hover:hover {
  color: #55ACEE;
  background: transparent;
}
.juicerVayonIndex .j-twitter-text-hover:hover:before {
  color: #55ACEE;
}
.juicerVayonIndex .j-twitter-hover.highlight,
.juicerVayonIndex .j-twitter-hover:hover {
  background: #55ACEE !important;
  color: white;
  border-bottom: 1px solid #2795e9 !important;
}
.juicerVayonIndex .j-twitter-hover.highlight:before,
.juicerVayonIndex .j-twitter-hover:hover:before {
  color: white;
}
.juicerVayonIndex .j-vimeo::before {
  content: "\f194";
  font-family: "fontawesome-5-juicer";
}
.juicerVayonIndex .j-vimeo-bg {
  background-color: #1AB7EA;
}
.juicerVayonIndex .j-vimeo-border {
  border-color: #1AB7EA;
}
.juicerVayonIndex .j-vimeo-color {
  color: #1AB7EA;
}
.juicerVayonIndex .j-vimeo-text {
  color: #1AB7EA;
  background: transparent;
}
.juicerVayonIndex .j-vimeo-text:before {
  color: #1AB7EA;
}
.juicerVayonIndex .j-vimeo-text-hover:hover {
  color: #1AB7EA;
  background: transparent;
}
.juicerVayonIndex .j-vimeo-text-hover:hover:before {
  color: #1AB7EA;
}
.juicerVayonIndex .j-vimeo-hover.highlight,
.juicerVayonIndex .j-vimeo-hover:hover {
  background: #1AB7EA !important;
  color: white;
  border-bottom: 1px solid #1295bf !important;
}
.juicerVayonIndex .j-vimeo-hover.highlight:before,
.juicerVayonIndex .j-vimeo-hover:hover:before {
  color: white;
}
.juicerVayonIndex .j-vine::before {
  content: "\f1ca";
  font-family: "fontawesome-5-juicer";
}
.juicerVayonIndex .j-vine-bg {
  background-color: #00BF8F;
}
.juicerVayonIndex .j-vine-border {
  border-color: #00BF8F;
}
.juicerVayonIndex .j-vine-color {
  color: #00BF8F;
}
.juicerVayonIndex .j-vine-text {
  color: #00BF8F;
  background: transparent;
}
.juicerVayonIndex .j-vine-text:before {
  color: #00BF8F;
}
.juicerVayonIndex .j-vine-text-hover:hover {
  color: #00BF8F;
  background: transparent;
}
.juicerVayonIndex .j-vine-text-hover:hover:before {
  color: #00BF8F;
}
.juicerVayonIndex .j-vine-hover.highlight,
.juicerVayonIndex .j-vine-hover:hover {
  background: #00BF8F !important;
  color: white;
  border-bottom: 1px solid #008c69 !important;
}
.juicerVayonIndex .j-vine-hover.highlight:before,
.juicerVayonIndex .j-vine-hover:hover:before {
  color: white;
}
.juicerVayonIndex .j-yelp::before {
  content: "\f1e9";
  font-family: "fontawesome-5-juicer";
}
.juicerVayonIndex .j-yelp-bg {
  background-color: #C41200;
}
.juicerVayonIndex .j-yelp-border {
  border-color: #C41200;
}
.juicerVayonIndex .j-yelp-color {
  color: #C41200;
}
.juicerVayonIndex .j-yelp-text {
  color: #C41200;
  background: transparent;
}
.juicerVayonIndex .j-yelp-text:before {
  color: #C41200;
}
.juicerVayonIndex .j-yelp-text-hover:hover {
  color: #C41200;
  background: transparent;
}
.juicerVayonIndex .j-yelp-text-hover:hover:before {
  color: #C41200;
}
.juicerVayonIndex .j-yelp-hover.highlight,
.juicerVayonIndex .j-yelp-hover:hover {
  background: #C41200 !important;
  color: white;
  border-bottom: 1px solid #910d00 !important;
}
.juicerVayonIndex .j-yelp-hover.highlight:before,
.juicerVayonIndex .j-yelp-hover:hover:before {
  color: white;
}
.juicerVayonIndex .j-youtube::before {
  content: "\f167";
  font-family: "fontawesome-5-juicer";
}
.juicerVayonIndex .j-youtube-bg {
  background-color: #FF0000;
}
.juicerVayonIndex .j-youtube-border {
  border-color: #FF0000;
}
.juicerVayonIndex .j-youtube-color {
  color: #FF0000;
}
.juicerVayonIndex .j-youtube-text {
  color: #FF0000;
  background: transparent;
}
.juicerVayonIndex .j-youtube-text:before {
  color: #FF0000;
}
.juicerVayonIndex .j-youtube-text-hover:hover {
  color: #FF0000;
  background: transparent;
}
.juicerVayonIndex .j-youtube-text-hover:hover:before {
  color: #FF0000;
}
.juicerVayonIndex .j-youtube-hover.highlight,
.juicerVayonIndex .j-youtube-hover:hover {
  background: #FF0000 !important;
  color: white;
  border-bottom: 1px solid #cc0000 !important;
}
.juicerVayonIndex .j-youtube-hover.highlight:before,
.juicerVayonIndex .j-youtube-hover:hover:before {
  color: white;
}
.juicerVayonIndex .j-soundcloud::before {
  position: relative;
  left: -4px;
}
.juicerVayonIndex .j-hashtag::before {
  position: relative;
  left: -2px;
}
.juicerVayonIndex .j-juicer::before {
  content: url(//assets.juicer.io/small-square-5c1396a2ebe4ff05db2926e880300420d3de4482b82fad44edb5956de50e5a9b.png);
}
.juicerVayonIndex .j-email::before {
  position: relative;
  top: -1px !important;
}
.juicerVayonIndex .j-giphy::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url("https://static.juicer.io/logos/giphy.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.juicerVayonIndex .j-stack > li.j-giphy {
  height: auto;
}
.juicerVayonIndex .j-stack > li.j-giphy::before {
  display: none;
}
.juicerVayonIndex .j-stack .j-meta .j-giphy::before {
  height: 25px;
  width: 25px;
}
.juicerVayonIndex .j-sprite,
.juicerVayonIndex .juicer-feed h1.referral a:after,
.juicerVayonIndex .juicer-feed li.feed-item.j-twitter .j-retweet:before,
.juicerVayonIndex .juicer-feed .j-meta .j-twitter-intents a,
.juicerVayonIndex .j-gallery .j-image:after,
.juicerVayonIndex .j-gallery-nav .j-gallery-arrow {
  text-indent: -9999px;
  display: block;
  background-repeat: no-repeat;
  background-image: url(//assets.juicer.io/embed-sa624fbec2c-e25f9ecc56fb89133b8ce7a03cfad8acb2fc3a6ab47ca9a3bfaacd51aa4a07ce.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 2) {
  .juicerVayonIndex .j-sprite,
  .juicerVayonIndex .juicer-feed h1.referral a:after,
  .juicerVayonIndex .juicer-feed li.feed-item.j-twitter .j-retweet:before,
  .juicerVayonIndex .juicer-feed .j-meta .j-twitter-intents a,
  .juicerVayonIndex .j-gallery .j-image:after,
  .juicerVayonIndex .j-gallery-nav .j-gallery-arrow {
    background-image: url(//assets.juicer.io/embed-retina-s1ef173355c-294ed2256c0ec9bb2a7d8c5130d53300d631c1a8f3f5cdc2b76ad5c4a22f9ee2.png);
  }
}
.juicerVayonIndex .j-loading-container {
  width: 100%;
  position: absolute;
  z-index: 99;
  height: 100%;
  background: rgba(242, 242, 242, 0.6);
  top: 0;
}
.juicerVayonIndex .j-loading-container .j-loading {
  position: fixed;
  left: 58.5%;
}
@media all and (max-width: 1000px) {
  .juicerVayonIndex .j-loading-container .j-loading {
    left: 50%;
  }
}
.juicerVayonIndex .source-form .j-loading {
  margin: 35px auto 0;
}
.juicerVayonIndex .j-loading {
  -moz-animation: loader 2s infinite ease;
  -webkit-animation: loader 2s infinite ease;
  animation: loader 2s infinite ease;
  width: 30px;
  height: 30px;
  border: 4px solid #0b6e27;
  margin: 0 auto;
  font-size: 0;
  color: transparent;
}
.juicerVayonIndex .j-loading:before {
  -moz-animation: loader-inner 2s infinite ease-in;
  -webkit-animation: loader-inner 2s infinite ease-in;
  animation: loader-inner 2s infinite ease-in;
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #0b6e27;
  content: "";
}
@-moz-keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@-webkit-keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
.juicerVayonIndex .juicer-feed {
  *zoom: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  position: relative;
  margin: 0 auto !important;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  line-height: 1.4;
}
.juicerVayonIndex .juicer-feed:after {
  content: "";
  display: table;
  clear: both;
}
.juicerVayonIndex .juicer-feed .j-stacker {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.juicerVayonIndex .juicer-feed .j-stacker > * {
  display: table-cell !important;
  vertical-align: top;
  float: none !important;
}
.juicerVayonIndex .juicer-feed * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.juicerVayonIndex .juicer-feed.loaded {
  visibility: visible;
  opacity: 1;
}
.juicerVayonIndex .juicer-feed .j-loading-wrapper,
.juicerVayonIndex .juicer-feed .j-paginate {
  margin: 50px auto;
}
.juicerVayonIndex .juicer-feed .j-paginate {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  border: 2px solid #0b6e27;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #0b6e27;
  text-align: center;
  padding: 12px 0 10px;
  cursor: pointer;
  background-color: transparent;
  width: 150px;
  display: block;
  text-transform: uppercase;
}
.juicerVayonIndex .juicer-feed .j-paginate:hover {
  background: #0b6e27;
  color: #F2F2F2;
}
.juicerVayonIndex .juicer-feed a {
  text-decoration: none !important;
  border-bottom: none;
}
.juicerVayonIndex .juicer-feed h1.referral {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto 30px;
  text-align: center;
  display: block;
  white-space: nowrap;
}
.juicerVayonIndex .juicer-feed h1.referral a {
  color: #f05a4b;
  display: inline-block;
}
.juicerVayonIndex .juicer-feed h1.referral a:after {
  height: 25px;
  width: 14px;
  background-position: 100% -168px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: -1px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 2) {
  .juicerVayonIndex .juicer-feed h1.referral a:after {
    background-position: 100% -336px;
    -moz-background-size: 18px auto;
    -o-background-size: 18px auto;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
    background-position: 100% -168px;
  }
}
.juicerVayonIndex .juicer-feed .bulk-moderate {
  color: white;
}
.juicerVayonIndex .juicer-feed .bulk-moderate:hover {
  color: white;
}
.juicerVayonIndex .juicer-feed .emoji {
  width: 1.5em !important;
  height: 1.5em !important;
  margin-bottom: 0 !important;
  margin-bottom: -0.25em !important;
  display: inline-block;
}
.juicerVayonIndex .juicer-feed.photos-only li.words {
  display: none;
}
.juicerVayonIndex .juicer-feed.white li.feed-item,
.juicerVayonIndex .juicer-feed.user li.feed-item,
.juicerVayonIndex .juicer-feed.image-grid li.feed-item,
.juicerVayonIndex .juicer-feed.hip li.feed-item,
.juicerVayonIndex .juicer-feed.gray li.feed-item,
.juicerVayonIndex .juicer-feed.modern li.feed-item,
.juicerVayonIndex .juicer-feed.polaroid li.feed-item {
  opacity: 0;
}
.juicerVayonIndex .juicer-feed li.feed-item.juicer-ad > a > img {
  background-color: white;
}
.juicerVayonIndex .juicer-feed.hover-images .feed-item.j-twitter .j-retweet:before {
  height: 13px;
  width: 18px;
  background-position: 0 -636px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 2) {
  .juicerVayonIndex .juicer-feed.hover-images .feed-item.j-twitter .j-retweet:before {
    background-position: 0 -1272px;
    -moz-background-size: 18px auto;
    -o-background-size: 18px auto;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
    background-position: 0 -636px;
  }
}
.juicerVayonIndex .juicer-feed.hover-images .feed-item.j-twitter .j-twitter-meta {
  color: white;
}
.juicerVayonIndex .juicer-feed.hover-images .feed-item.j-twitter .j-twitter-meta a {
  font-weight: normal;
}
.juicerVayonIndex .juicer-feed.hover-images .feed-item.j-twitter.image-post .j-image,
.juicerVayonIndex .juicer-feed.hover-images .feed-item.j-twitter.j-video .j-image,
.juicerVayonIndex .juicer-feed.hover-images .feed-item.j-twitter.slick-slide .j-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.juicerVayonIndex .juicer-feed.hover-images .feed-item.j-twitter.image-post .j-image img,
.juicerVayonIndex .juicer-feed.hover-images .feed-item.j-twitter.j-video .j-image img,
.juicerVayonIndex .juicer-feed.hover-images .feed-item.j-twitter.slick-slide .j-image img {
  height: 100% !important;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.juicerVayonIndex .juicer-feed.hover-images .feed-item.j-twitter.image-post .j-message,
.juicerVayonIndex .juicer-feed.hover-images .feed-item.j-twitter.j-video .j-message,
.juicerVayonIndex .juicer-feed.hover-images .feed-item.j-twitter.slick-slide .j-message {
  color: white;
}
.juicerVayonIndex .juicer-feed.hover-images .feed-item.j-twitter.j-video .j-image:before {
  content: "";
}
.juicerVayonIndex .juicer-feed.white .feed-item.j-twitter .j-image,
.juicerVayonIndex .juicer-feed.user .feed-item.j-twitter .j-image,
.juicerVayonIndex .juicer-feed.juicer-widget .feed-item.j-twitter .j-image,
.juicerVayonIndex .juicer-feed.colors .feed-item.j-twitter .j-image,
.juicerVayonIndex .juicer-feed.gray .feed-item.j-twitter .j-image {
  margin-top: 20px;
  display: block;
}
.juicerVayonIndex .juicer-feed.white li.feed-item,
.juicerVayonIndex .juicer-feed.user li.feed-item,
.juicerVayonIndex .juicer-feed.juicer-widget li.feed-item,
.juicerVayonIndex .juicer-feed.colors li.feed-item,
.juicerVayonIndex .juicer-feed.gray li.feed-item,
.juicerVayonIndex .juicer-feed.modern li.feed-item,
.juicerVayonIndex .juicer-feed.polaroid li.feed-item {
  padding: 10px;
  background: white;
  color: #3A3A3A;
  margin-bottom: 5%;
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 0 1px 1px 0;
  white-space: normal;
  float: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.juicerVayonIndex .juicer-feed.white li.feed-item.juicer,
.juicerVayonIndex .juicer-feed.user li.feed-item.juicer,
.juicerVayonIndex .juicer-feed.juicer-widget li.feed-item.juicer,
.juicerVayonIndex .juicer-feed.colors li.feed-item.juicer,
.juicerVayonIndex .juicer-feed.gray li.feed-item.juicer,
.juicerVayonIndex .juicer-feed.modern li.feed-item.juicer,
.juicerVayonIndex .juicer-feed.polaroid li.feed-item.juicer {
  background: #0b6e27;
  color: white;
}
.juicerVayonIndex .juicer-feed.white li.feed-item.juicer a,
.juicerVayonIndex .juicer-feed.user li.feed-item.juicer a,
.juicerVayonIndex .juicer-feed.juicer-widget li.feed-item.juicer a,
.juicerVayonIndex .juicer-feed.colors li.feed-item.juicer a,
.juicerVayonIndex .juicer-feed.gray li.feed-item.juicer a,
.juicerVayonIndex .juicer-feed.modern li.feed-item.juicer a,
.juicerVayonIndex .juicer-feed.polaroid li.feed-item.juicer a {
  color: white;
  text-decoration: underline !important;
}
.juicerVayonIndex .juicer-feed.white li.feed-item.juicer a:hover,
.juicerVayonIndex .juicer-feed.user li.feed-item.juicer a:hover,
.juicerVayonIndex .juicer-feed.juicer-widget li.feed-item.juicer a:hover,
.juicerVayonIndex .juicer-feed.colors li.feed-item.juicer a:hover,
.juicerVayonIndex .juicer-feed.gray li.feed-item.juicer a:hover,
.juicerVayonIndex .juicer-feed.modern li.feed-item.juicer a:hover,
.juicerVayonIndex .juicer-feed.polaroid li.feed-item.juicer a:hover {
  color: white;
}
.juicerVayonIndex .juicer-feed.white li.feed-item.j-twitter .j-text,
.juicerVayonIndex .juicer-feed.user li.feed-item.j-twitter .j-text,
.juicerVayonIndex .juicer-feed.juicer-widget li.feed-item.j-twitter .j-text,
.juicerVayonIndex .juicer-feed.colors li.feed-item.j-twitter .j-text,
.juicerVayonIndex .juicer-feed.gray li.feed-item.j-twitter .j-text,
.juicerVayonIndex .juicer-feed.modern li.feed-item.j-twitter .j-text,
.juicerVayonIndex .juicer-feed.polaroid li.feed-item.j-twitter .j-text {
  padding: 20px;
}
.juicerVayonIndex .juicer-feed.white li.feed-item.j-twitter .j-message,
.juicerVayonIndex .juicer-feed.user li.feed-item.j-twitter .j-message,
.juicerVayonIndex .juicer-feed.juicer-widget li.feed-item.j-twitter .j-message,
.juicerVayonIndex .juicer-feed.colors li.feed-item.j-twitter .j-message,
.juicerVayonIndex .juicer-feed.gray li.feed-item.j-twitter .j-message,
.juicerVayonIndex .juicer-feed.modern li.feed-item.j-twitter .j-message,
.juicerVayonIndex .juicer-feed.polaroid li.feed-item.j-twitter .j-message {
  color: #5c5c5c;
  font-weight: bold;
  font-size: 18px;
}
.juicerVayonIndex .juicer-feed.white li.feed-item .j-message a,
.juicerVayonIndex .juicer-feed.white li.feed-item .j-edit a,
.juicerVayonIndex .juicer-feed.user li.feed-item .j-message a,
.juicerVayonIndex .juicer-feed.user li.feed-item .j-edit a,
.juicerVayonIndex .juicer-feed.juicer-widget li.feed-item .j-message a,
.juicerVayonIndex .juicer-feed.juicer-widget li.feed-item .j-edit a,
.juicerVayonIndex .juicer-feed.colors li.feed-item .j-message a,
.juicerVayonIndex .juicer-feed.colors li.feed-item .j-edit a,
.juicerVayonIndex .juicer-feed.gray li.feed-item .j-message a,
.juicerVayonIndex .juicer-feed.gray li.feed-item .j-edit a,
.juicerVayonIndex .juicer-feed.modern li.feed-item .j-message a,
.juicerVayonIndex .juicer-feed.modern li.feed-item .j-edit a,
.juicerVayonIndex .juicer-feed.polaroid li.feed-item .j-message a,
.juicerVayonIndex .juicer-feed.polaroid li.feed-item .j-edit a {
  font-weight: bold;
}
.juicerVayonIndex .juicer-feed.white img,
.juicerVayonIndex .juicer-feed.white .video-wrapper,
.juicerVayonIndex .juicer-feed.white .vine-wrapper,
.juicerVayonIndex .juicer-feed.white .instagram-wrapper,
.juicerVayonIndex .juicer-feed.white .twitter-wrapper,
.juicerVayonIndex .juicer-feed.user img,
.juicerVayonIndex .juicer-feed.user .video-wrapper,
.juicerVayonIndex .juicer-feed.user .vine-wrapper,
.juicerVayonIndex .juicer-feed.user .instagram-wrapper,
.juicerVayonIndex .juicer-feed.user .twitter-wrapper,
.juicerVayonIndex .juicer-feed.juicer-widget img,
.juicerVayonIndex .juicer-feed.juicer-widget .video-wrapper,
.juicerVayonIndex .juicer-feed.juicer-widget .vine-wrapper,
.juicerVayonIndex .juicer-feed.juicer-widget .instagram-wrapper,
.juicerVayonIndex .juicer-feed.juicer-widget .twitter-wrapper,
.juicerVayonIndex .juicer-feed.colors img,
.juicerVayonIndex .juicer-feed.colors .video-wrapper,
.juicerVayonIndex .juicer-feed.colors .vine-wrapper,
.juicerVayonIndex .juicer-feed.colors .instagram-wrapper,
.juicerVayonIndex .juicer-feed.colors .twitter-wrapper,
.juicerVayonIndex .juicer-feed.gray img,
.juicerVayonIndex .juicer-feed.gray .video-wrapper,
.juicerVayonIndex .juicer-feed.gray .vine-wrapper,
.juicerVayonIndex .juicer-feed.gray .instagram-wrapper,
.juicerVayonIndex .juicer-feed.gray .twitter-wrapper,
.juicerVayonIndex .juicer-feed.modern img,
.juicerVayonIndex .juicer-feed.modern .video-wrapper,
.juicerVayonIndex .juicer-feed.modern .vine-wrapper,
.juicerVayonIndex .juicer-feed.modern .instagram-wrapper,
.juicerVayonIndex .juicer-feed.modern .twitter-wrapper,
.juicerVayonIndex .juicer-feed.polaroid img,
.juicerVayonIndex .juicer-feed.polaroid .video-wrapper,
.juicerVayonIndex .juicer-feed.polaroid .vine-wrapper,
.juicerVayonIndex .juicer-feed.polaroid .instagram-wrapper,
.juicerVayonIndex .juicer-feed.polaroid .twitter-wrapper {
  width: 100%;
  margin-bottom: 10px;
}
.juicerVayonIndex .juicer-feed.white img iframe,
.juicerVayonIndex .juicer-feed.white img video,
.juicerVayonIndex .juicer-feed.white img embed,
.juicerVayonIndex .juicer-feed.white .video-wrapper iframe,
.juicerVayonIndex .juicer-feed.white .video-wrapper video,
.juicerVayonIndex .juicer-feed.white .video-wrapper embed,
.juicerVayonIndex .juicer-feed.white .vine-wrapper iframe,
.juicerVayonIndex .juicer-feed.white .vine-wrapper video,
.juicerVayonIndex .juicer-feed.white .vine-wrapper embed,
.juicerVayonIndex .juicer-feed.white .instagram-wrapper iframe,
.juicerVayonIndex .juicer-feed.white .instagram-wrapper video,
.juicerVayonIndex .juicer-feed.white .instagram-wrapper embed,
.juicerVayonIndex .juicer-feed.white .twitter-wrapper iframe,
.juicerVayonIndex .juicer-feed.white .twitter-wrapper video,
.juicerVayonIndex .juicer-feed.white .twitter-wrapper embed,
.juicerVayonIndex .juicer-feed.user img iframe,
.juicerVayonIndex .juicer-feed.user img video,
.juicerVayonIndex .juicer-feed.user img embed,
.juicerVayonIndex .juicer-feed.user .video-wrapper iframe,
.juicerVayonIndex .juicer-feed.user .video-wrapper video,
.juicerVayonIndex .juicer-feed.user .video-wrapper embed,
.juicerVayonIndex .juicer-feed.user .vine-wrapper iframe,
.juicerVayonIndex .juicer-feed.user .vine-wrapper video,
.juicerVayonIndex .juicer-feed.user .vine-wrapper embed,
.juicerVayonIndex .juicer-feed.user .instagram-wrapper iframe,
.juicerVayonIndex .juicer-feed.user .instagram-wrapper video,
.juicerVayonIndex .juicer-feed.user .instagram-wrapper embed,
.juicerVayonIndex .juicer-feed.user .twitter-wrapper iframe,
.juicerVayonIndex .juicer-feed.user .twitter-wrapper video,
.juicerVayonIndex .juicer-feed.user .twitter-wrapper embed,
.juicerVayonIndex .juicer-feed.juicer-widget img iframe,
.juicerVayonIndex .juicer-feed.juicer-widget img video,
.juicerVayonIndex .juicer-feed.juicer-widget img embed,
.juicerVayonIndex .juicer-feed.juicer-widget .video-wrapper iframe,
.juicerVayonIndex .juicer-feed.juicer-widget .video-wrapper video,
.juicerVayonIndex .juicer-feed.juicer-widget .video-wrapper embed,
.juicerVayonIndex .juicer-feed.juicer-widget .vine-wrapper iframe,
.juicerVayonIndex .juicer-feed.juicer-widget .vine-wrapper video,
.juicerVayonIndex .juicer-feed.juicer-widget .vine-wrapper embed,
.juicerVayonIndex .juicer-feed.juicer-widget .instagram-wrapper iframe,
.juicerVayonIndex .juicer-feed.juicer-widget .instagram-wrapper video,
.juicerVayonIndex .juicer-feed.juicer-widget .instagram-wrapper embed,
.juicerVayonIndex .juicer-feed.juicer-widget .twitter-wrapper iframe,
.juicerVayonIndex .juicer-feed.juicer-widget .twitter-wrapper video,
.juicerVayonIndex .juicer-feed.juicer-widget .twitter-wrapper embed,
.juicerVayonIndex .juicer-feed.colors img iframe,
.juicerVayonIndex .juicer-feed.colors img video,
.juicerVayonIndex .juicer-feed.colors img embed,
.juicerVayonIndex .juicer-feed.colors .video-wrapper iframe,
.juicerVayonIndex .juicer-feed.colors .video-wrapper video,
.juicerVayonIndex .juicer-feed.colors .video-wrapper embed,
.juicerVayonIndex .juicer-feed.colors .vine-wrapper iframe,
.juicerVayonIndex .juicer-feed.colors .vine-wrapper video,
.juicerVayonIndex .juicer-feed.colors .vine-wrapper embed,
.juicerVayonIndex .juicer-feed.colors .instagram-wrapper iframe,
.juicerVayonIndex .juicer-feed.colors .instagram-wrapper video,
.juicerVayonIndex .juicer-feed.colors .instagram-wrapper embed,
.juicerVayonIndex .juicer-feed.colors .twitter-wrapper iframe,
.juicerVayonIndex .juicer-feed.colors .twitter-wrapper video,
.juicerVayonIndex .juicer-feed.colors .twitter-wrapper embed,
.juicerVayonIndex .juicer-feed.gray img iframe,
.juicerVayonIndex .juicer-feed.gray img video,
.juicerVayonIndex .juicer-feed.gray img embed,
.juicerVayonIndex .juicer-feed.gray .video-wrapper iframe,
.juicerVayonIndex .juicer-feed.gray .video-wrapper video,
.juicerVayonIndex .juicer-feed.gray .video-wrapper embed,
.juicerVayonIndex .juicer-feed.gray .vine-wrapper iframe,
.juicerVayonIndex .juicer-feed.gray .vine-wrapper video,
.juicerVayonIndex .juicer-feed.gray .vine-wrapper embed,
.juicerVayonIndex .juicer-feed.gray .instagram-wrapper iframe,
.juicerVayonIndex .juicer-feed.gray .instagram-wrapper video,
.juicerVayonIndex .juicer-feed.gray .instagram-wrapper embed,
.juicerVayonIndex .juicer-feed.gray .twitter-wrapper iframe,
.juicerVayonIndex .juicer-feed.gray .twitter-wrapper video,
.juicerVayonIndex .juicer-feed.gray .twitter-wrapper embed,
.juicerVayonIndex .juicer-feed.modern img iframe,
.juicerVayonIndex .juicer-feed.modern img video,
.juicerVayonIndex .juicer-feed.modern img embed,
.juicerVayonIndex .juicer-feed.modern .video-wrapper iframe,
.juicerVayonIndex .juicer-feed.modern .video-wrapper video,
.juicerVayonIndex .juicer-feed.modern .video-wrapper embed,
.juicerVayonIndex .juicer-feed.modern .vine-wrapper iframe,
.juicerVayonIndex .juicer-feed.modern .vine-wrapper video,
.juicerVayonIndex .juicer-feed.modern .vine-wrapper embed,
.juicerVayonIndex .juicer-feed.modern .instagram-wrapper iframe,
.juicerVayonIndex .juicer-feed.modern .instagram-wrapper video,
.juicerVayonIndex .juicer-feed.modern .instagram-wrapper embed,
.juicerVayonIndex .juicer-feed.modern .twitter-wrapper iframe,
.juicerVayonIndex .juicer-feed.modern .twitter-wrapper video,
.juicerVayonIndex .juicer-feed.modern .twitter-wrapper embed,
.juicerVayonIndex .juicer-feed.polaroid img iframe,
.juicerVayonIndex .juicer-feed.polaroid img video,
.juicerVayonIndex .juicer-feed.polaroid img embed,
.juicerVayonIndex .juicer-feed.polaroid .video-wrapper iframe,
.juicerVayonIndex .juicer-feed.polaroid .video-wrapper video,
.juicerVayonIndex .juicer-feed.polaroid .video-wrapper embed,
.juicerVayonIndex .juicer-feed.polaroid .vine-wrapper iframe,
.juicerVayonIndex .juicer-feed.polaroid .vine-wrapper video,
.juicerVayonIndex .juicer-feed.polaroid .vine-wrapper embed,
.juicerVayonIndex .juicer-feed.polaroid .instagram-wrapper iframe,
.juicerVayonIndex .juicer-feed.polaroid .instagram-wrapper video,
.juicerVayonIndex .juicer-feed.polaroid .instagram-wrapper embed,
.juicerVayonIndex .juicer-feed.polaroid .twitter-wrapper iframe,
.juicerVayonIndex .juicer-feed.polaroid .twitter-wrapper video,
.juicerVayonIndex .juicer-feed.polaroid .twitter-wrapper embed {
  height: 100% !important;
}
.juicerVayonIndex .juicer-feed.white .j-meta ul,
.juicerVayonIndex .juicer-feed.user .j-meta ul,
.juicerVayonIndex .juicer-feed.juicer-widget .j-meta ul,
.juicerVayonIndex .juicer-feed.colors .j-meta ul,
.juicerVayonIndex .juicer-feed.gray .j-meta ul,
.juicerVayonIndex .juicer-feed.modern .j-meta ul,
.juicerVayonIndex .juicer-feed.polaroid .j-meta ul {
  margin: 0;
  padding: 0;
}
.juicerVayonIndex .juicer-feed.colors .j-meta a.j-social.j-blog,
.juicerVayonIndex .juicer-feed.colored-icons .j-meta a.j-social.j-blog {
  color: #FF6600;
}
.juicerVayonIndex .juicer-feed.colors .j-meta a.j-social.j-deviantart,
.juicerVayonIndex .juicer-feed.colored-icons .j-meta a.j-social.j-deviantart {
  color: #05cc47;
}
.juicerVayonIndex .juicer-feed.colors .j-meta a.j-social.j-email,
.juicerVayonIndex .juicer-feed.colored-icons .j-meta a.j-social.j-email {
  color: #F17E6F;
}
.juicerVayonIndex .juicer-feed.colors .j-meta a.j-social.j-facebook,
.juicerVayonIndex .juicer-feed.colored-icons .j-meta a.j-social.j-facebook {
  color: #3B5998;
}
.juicerVayonIndex .juicer-feed.colors .j-meta a.j-social.j-flickr,
.juicerVayonIndex .juicer-feed.colored-icons .j-meta a.j-social.j-flickr {
  color: #ff0084;
}
.juicerVayonIndex .juicer-feed.colors .j-meta a.j-social.j-giphy,
.juicerVayonIndex .juicer-feed.colored-icons .j-meta a.j-social.j-giphy {
  color: #232830;
}
.juicerVayonIndex .juicer-feed.colors .j-meta a.j-social.j-hashtag,
.juicerVayonIndex .juicer-feed.colored-icons .j-meta a.j-social.j-hashtag {
  color: #F17E6F;
}
.juicerVayonIndex .juicer-feed.colors .j-meta a.j-social.j-instagram,
.juicerVayonIndex .juicer-feed.colored-icons .j-meta a.j-social.j-instagram {
  color: #3F729B;
}
.juicerVayonIndex .juicer-feed.colors .j-meta a.j-social.j-linkedin,
.juicerVayonIndex .juicer-feed.colored-icons .j-meta a.j-social.j-linkedin {
  color: #007bb6;
}
.juicerVayonIndex .juicer-feed.colors .j-meta a.j-social.j-pinterest,
.juicerVayonIndex .juicer-feed.colored-icons .j-meta a.j-social.j-pinterest {
  color: #CB2028;
}
.juicerVayonIndex .juicer-feed.colors .j-meta a.j-social.j-slack,
.juicerVayonIndex .juicer-feed.colored-icons .j-meta a.j-social.j-slack {
  color: #000;
}
.juicerVayonIndex .juicer-feed.colors .j-meta a.j-social.j-soundcloud,
.juicerVayonIndex .juicer-feed.colored-icons .j-meta a.j-social.j-soundcloud {
  color: #f30;
}
.juicerVayonIndex .juicer-feed.colors .j-meta a.j-social.j-spotify,
.juicerVayonIndex .juicer-feed.colored-icons .j-meta a.j-social.j-spotify {
  color: #1ed760;
}
.juicerVayonIndex .juicer-feed.colors .j-meta a.j-social.j-tumblr,
.juicerVayonIndex .juicer-feed.colored-icons .j-meta a.j-social.j-tumblr {
  color: #375471;
}
.juicerVayonIndex .juicer-feed.colors .j-meta a.j-social.j-twitter,
.juicerVayonIndex .juicer-feed.colored-icons .j-meta a.j-social.j-twitter {
  color: #55ACEE;
}
.juicerVayonIndex .juicer-feed.colors .j-meta a.j-social.j-vimeo,
.juicerVayonIndex .juicer-feed.colored-icons .j-meta a.j-social.j-vimeo {
  color: #1AB7EA;
}
.juicerVayonIndex .juicer-feed.colors .j-meta a.j-social.j-vine,
.juicerVayonIndex .juicer-feed.colored-icons .j-meta a.j-social.j-vine {
  color: #00BF8F;
}
.juicerVayonIndex .juicer-feed.colors .j-meta a.j-social.j-yelp,
.juicerVayonIndex .juicer-feed.colored-icons .j-meta a.j-social.j-yelp {
  color: #C41200;
}
.juicerVayonIndex .juicer-feed.colors .j-meta a.j-social.j-youtube,
.juicerVayonIndex .juicer-feed.colored-icons .j-meta a.j-social.j-youtube {
  color: #FF0000;
}
.juicerVayonIndex .juicer-feed li.feed-item {
  position: relative;
  width: 100%;
  text-align: left;
  margin: 0;
  list-style-type: none;
  display: block;
}
.juicerVayonIndex .juicer-feed li.feed-item:before {
  content: "";
}
.juicerVayonIndex .juicer-feed li.feed-item:hover ul.actions {
  visibility: visible;
  opacity: 1;
}
.juicerVayonIndex .juicer-feed li.feed-item.j-video a.j-image {
  position: relative;
  display: block;
}
.juicerVayonIndex .juicer-feed li.feed-item.j-video a.j-image:before {
  font-size: 2.5rem;
  font-family: "fontawesome-5-juicer";
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 0px 0px 4px #999;
  content: "\f04b";
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
}
.juicerVayonIndex .juicer-feed li.feed-item.j-video a.j-image.playing:before {
  opacity: 0;
  content: "\f04c";
}
.juicerVayonIndex .juicer-feed li.feed-item.j-video a.j-image.playing:hover:before {
  opacity: 1;
}
@media all and (max-width: 500px) {
  .juicerVayonIndex .juicer-feed li.feed-item.j-video a.j-image.playing:before {
    display: none;
  }
}
.juicerVayonIndex .juicer-feed li.feed-item.j-video.j-youtube a.j-image::before {
  content: "";
}
.juicerVayonIndex .juicer-feed li.feed-item.j-video.flickr .j-image.playing:before {
  display: none;
}
.juicerVayonIndex .juicer-feed li.feed-item.j-twitter .j-poster img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-color: white;
  margin: 0 11px 0 0;
  height: 30px;
}
.juicerVayonIndex .juicer-feed li.feed-item.j-twitter .j-twitter-meta {
  font-size: 12px;
  letter-spacing: 0;
  font-weight: normal;
  color: #bababa;
  margin-bottom: 5px;
}
.juicerVayonIndex .juicer-feed li.feed-item.j-twitter .j-twitter-meta a {
  font-weight: normal;
  color: #bababa;
}
.juicerVayonIndex .juicer-feed li.feed-item.j-twitter .j-retweet:before {
  height: 13px;
  width: 18px;
  background-position: 0 -510px;
  content: "";
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 2) {
  .juicerVayonIndex .juicer-feed li.feed-item.j-twitter .j-retweet:before {
    background-position: 0 -1020px;
    -moz-background-size: 18px auto;
    -o-background-size: 18px auto;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
    background-position: 0 -510px;
  }
}
.juicerVayonIndex .juicer-feed li.feed-item.j-twitter .j-twitter-quote {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #e6e0d8;
  padding: 12px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: normal;
  margin-top: 25px;
  letter-spacing: 0;
}
.juicerVayonIndex .juicer-feed li.feed-item.j-twitter .j-twitter-quote-display-name,
.juicerVayonIndex .juicer-feed li.feed-item.j-twitter .j-twitter-quote-screen-name {
  display: inline-block;
}
.juicerVayonIndex .juicer-feed li.feed-item.j-twitter .j-twitter-quote-screen-name {
  margin: 0 0 10px 10px;
  font-weight: normal;
  color: #999;
}
.juicerVayonIndex .juicer-feed ul.actions {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
  z-index: 4;
}
.juicerVayonIndex .juicer-feed ul.actions li {
  padding: 10px 15px;
  cursor: pointer;
  background: rgba(119, 124, 133, 0.7);
  color: white;
  display: inline-block;
  margin-left: 1px;
  font-size: 12px;
}
.juicerVayonIndex .juicer-feed ul.actions li:hover {
  background: #777c85;
}
.juicerVayonIndex .juicer-feed ul.actions li.primary {
  background: rgba(245, 122, 116, 0.7);
}
.juicerVayonIndex .juicer-feed ul.actions li.primary:hover {
  background: #f57a74;
}
.juicerVayonIndex .juicer-feed .empty {
  padding: 150px 0;
  text-align: center;
}
.juicerVayonIndex .juicer-feed .empty h2 {
  font-size: 1.5rem;
  font-weight: bold;
}
.juicerVayonIndex .juicer-feed .empty a {
  color: #0b6e27;
  text-decoration: underline !important;
}
.juicerVayonIndex .juicer-feed .empty a:hover {
  color: #095e21;
}
.juicerVayonIndex .juicer-feed .empty a.j-button {
  color: #fff;
  text-decoration: none !important;
}
.juicerVayonIndex .juicer-feed a {
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: #3A3A3A;
}
.juicerVayonIndex .juicer-feed a:hover {
  color: #0b6e27;
}
.juicerVayonIndex .juicer-feed hr {
  display: none;
}
.juicerVayonIndex .juicer-feed .j-title {
  font-weight: bold;
}
.juicerVayonIndex .juicer-feed.j-mobile li.feed-item.j-video a.j-image.playing:before {
  display: none;
}
.juicerVayonIndex .juicer-feed ul.j-filters {
  overflow: hidden;
  *zoom: 1;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  list-style-type: none;
  width: 100%;
  margin: 0 0 25px 0;
}
.juicerVayonIndex .juicer-feed ul.j-filters li {
  color: white;
  padding: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  text-align: left;
  list-style-type: none;
  margin: 0;
  width: 190px;
  display: inline-block;
}
.juicerVayonIndex .juicer-feed ul.j-filters li:before {
  font-size: 14px;
  font-family: "fontawesome-5-juicer";
  margin: 0 5px 0 0;
  font-weight: normal;
}
.juicerVayonIndex .juicer-feed ul.j-filters li:hover:after,
.juicerVayonIndex .juicer-feed ul.j-filters li.selected:after,
.juicerVayonIndex .juicer-feed ul.j-filters li.highlight:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: white;
  bottom: 0;
  left: 0;
  position: absolute;
  border-bottom: 1px solid #555;
}
.juicerVayonIndex .juicer-feed ul.j-filters li.all,
.juicerVayonIndex .juicer-feed ul.j-filters li.grouped,
.juicerVayonIndex .juicer-feed ul.j-filters li.moderate-filter {
  background: #232830;
}
.juicerVayonIndex .juicer-feed ul.j-filters li.all:before,
.juicerVayonIndex .juicer-feed ul.j-filters li.grouped:before,
.juicerVayonIndex .juicer-feed ul.j-filters li.moderate-filter:before {
  content: "\f0c0";
  font-family: "fontawesome-5-juicer";
}
.juicerVayonIndex .juicer-feed ul.j-filters li.grouped,
.juicerVayonIndex .juicer-feed ul.j-filters li.moderate-filter {
  border-right: 1px solid #e5e5e5;
}
.juicerVayonIndex .juicer-feed ul.j-filters li.grouped:before,
.juicerVayonIndex .juicer-feed ul.j-filters li.moderate-filter:before {
  content: "";
}
.juicerVayonIndex .juicer-feed ul.j-filters li.grouped:last-of-type,
.juicerVayonIndex .juicer-feed ul.j-filters li.moderate-filter:last-of-type {
  border: none;
}
.juicerVayonIndex .juicer-feed ul.j-filters li.moderate-filter {
  width: auto;
}
@media all and (max-width: 500px) {
  .juicerVayonIndex .juicer-feed ul.j-filters li {
    width: 33.333%;
  }
}
.juicerVayonIndex .juicer-feed .j-display-filters {
  text-align: center;
  margin: 15px 0 30px;
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  color: #777;
}
.juicerVayonIndex .juicer-feed .j-display-filters li {
  display: inline-block;
  margin: 0 20px 20px 0;
  cursor: pointer;
  background: white;
  padding: 7px 10px;
  border-bottom: 1px solid #e5e4e4;
}
.juicerVayonIndex .juicer-feed .j-display-filters li:first-of-type {
  margin: 0 20px 20px 20px;
}
.juicerVayonIndex .juicer-feed .j-display-filters li:last-of-type {
  margin: 0 0 20px 0;
}
.juicerVayonIndex .juicer-feed .j-display-filters li:before {
  margin-right: 8px;
  line-height: 11px;
  font-size: 14px;
  position: relative;
  top: 1px;
}
.juicerVayonIndex .juicer-feed .j-display-filters li.all {
  color: #f57a74;
}
.juicerVayonIndex .juicer-feed .j-display-filters li.all:before {
  content: "\f0c0";
  font-family: "fontawesome-5-juicer";
}
.juicerVayonIndex .juicer-feed .j-display-filters li.all.highlight,
.juicerVayonIndex .juicer-feed .j-display-filters li.all:hover {
  background: #f57a74 !important;
  color: white;
  border-bottom: 1px solid #f24c44 !important;
}
.juicerVayonIndex .juicer-feed .j-display-filters li.grouped,
.juicerVayonIndex .juicer-feed .j-display-filters li.moderate-filter {
  color: #3A3A3A;
}
.juicerVayonIndex .juicer-feed .j-display-filters li.grouped.highlight,
.juicerVayonIndex .juicer-feed .j-display-filters li.grouped:hover,
.juicerVayonIndex .juicer-feed .j-display-filters li.grouped.selected,
.juicerVayonIndex .juicer-feed .j-display-filters li.moderate-filter.highlight,
.juicerVayonIndex .juicer-feed .j-display-filters li.moderate-filter:hover,
.juicerVayonIndex .juicer-feed .j-display-filters li.moderate-filter.selected {
  background: #3A3A3A !important;
  color: white;
  border-bottom: 1px solid #212121 !important;
}
.juicerVayonIndex .juicer-feed .j-display-filters li.grouped:before,
.juicerVayonIndex .juicer-feed .j-display-filters li.moderate-filter:before {
  content: "";
  margin-right: 0;
}
.juicerVayonIndex .juicer-feed .j-meta a.retweets:before {
  content: "\f079";
  font-family: "fontawesome-5-juicer";
}
.juicerVayonIndex .juicer-feed .j-meta a.repins:before {
  content: "\f08d";
  font-family: "fontawesome-5-juicer";
}
.juicerVayonIndex .juicer-feed .j-meta a.views:before {
  content: "\f06e";
  font-family: "fontawesome-5-juicer";
}
.juicerVayonIndex .juicer-feed .j-meta a.heart:before {
  content: "\f004";
  font-family: "fontawesome-5-juicer";
}
.juicerVayonIndex .juicer-feed .j-meta .j-twitter-intents {
  position: relative;
  top: 1px;
}
.juicerVayonIndex .juicer-feed .j-meta .j-twitter-intents a.j-twitter-reply {
  height: 13px;
  width: 14px;
  background-position: 0 -378px;
}
.juicerVayonIndex .juicer-feed .j-meta .j-twitter-intents a.j-twitter-reply:hover {
  background-position: 0 -345px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 2) {
  .juicerVayonIndex .juicer-feed .j-meta .j-twitter-intents a.j-twitter-reply {
    background-position: 0 -756px;
    -moz-background-size: 18px auto;
    -o-background-size: 18px auto;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
    background-position: 0 -378px;
  }
  .juicerVayonIndex .juicer-feed .j-meta .j-twitter-intents a.j-twitter-reply:hover {
    background-position: 0 -690px;
    background-position: 0 -345px;
  }
}
.juicerVayonIndex .juicer-feed .j-meta .j-twitter-intents a.j-twitter-retweet {
  height: 13px;
  width: 18px;
  background-position: 0 -510px;
}
.juicerVayonIndex .juicer-feed .j-meta .j-twitter-intents a.j-twitter-retweet:hover {
  background-position: 0 -477px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 2) {
  .juicerVayonIndex .juicer-feed .j-meta .j-twitter-intents a.j-twitter-retweet {
    background-position: 0 -1020px;
    -moz-background-size: 18px auto;
    -o-background-size: 18px auto;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
    background-position: 0 -510px;
  }
  .juicerVayonIndex .juicer-feed .j-meta .j-twitter-intents a.j-twitter-retweet:hover {
    background-position: 0 -954px;
    background-position: 0 -477px;
  }
}
.juicerVayonIndex .juicer-feed .j-meta .j-twitter-intents a.j-twitter-like {
  height: 13px;
  width: 15px;
  background-position: 0 -246px;
}
.juicerVayonIndex .juicer-feed .j-meta .j-twitter-intents a.j-twitter-like:hover {
  background-position: 0 -213px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 2) {
  .juicerVayonIndex .juicer-feed .j-meta .j-twitter-intents a.j-twitter-like {
    background-position: 0 -492px;
    -moz-background-size: 18px auto;
    -o-background-size: 18px auto;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
    background-position: 0 -246px;
  }
  .juicerVayonIndex .juicer-feed .j-meta .j-twitter-intents a.j-twitter-like:hover {
    background-position: 0 -426px;
    background-position: 0 -213px;
  }
}
.juicerVayonIndex .juicer-feed .feed-item.j-twitter .j-meta {
  line-height: 1;
}
.juicerVayonIndex .juicer-feed .feed-item.j-youtube .j-meta .j-youtube {
  color: #FF0000;
  background-color: #fff;
}
.juicerVayonIndex .juicer-feed .video-wrapper,
.juicerVayonIndex .juicer-feed .vine-wrapper,
.juicerVayonIndex .juicer-feed .instagram-wrapper,
.juicerVayonIndex .juicer-feed .twitter-wrapper {
  position: relative;
}
.juicerVayonIndex .juicer-feed .video-wrapper iframe,
.juicerVayonIndex .juicer-feed .video-wrapper video,
.juicerVayonIndex .juicer-feed .video-wrapper embed,
.juicerVayonIndex .juicer-feed .vine-wrapper iframe,
.juicerVayonIndex .juicer-feed .vine-wrapper video,
.juicerVayonIndex .juicer-feed .vine-wrapper embed,
.juicerVayonIndex .juicer-feed .instagram-wrapper iframe,
.juicerVayonIndex .juicer-feed .instagram-wrapper video,
.juicerVayonIndex .juicer-feed .instagram-wrapper embed,
.juicerVayonIndex .juicer-feed .twitter-wrapper iframe,
.juicerVayonIndex .juicer-feed .twitter-wrapper video,
.juicerVayonIndex .juicer-feed .twitter-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.juicerVayonIndex .juicer-feed .video-wrapper {
  padding-bottom: 56.25%;
}
.juicerVayonIndex .juicer-feed .vine-wrapper,
.juicerVayonIndex .juicer-feed .instagram-wrapper,
.juicerVayonIndex .juicer-feed .twitter-wrapper {
  padding-bottom: 100%;
}
.juicerVayonIndex .juicer-feed video::-internal-media-controls-download-button {
  display: none;
}
.juicerVayonIndex .juicer-feed video::-webkit-media-controls-enclosure {
  overflow: hidden;
}
.juicerVayonIndex .juicer-feed video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}
.juicerVayonIndex .juicer-feed.juicer-widget.j-modern {
  overflow: visible;
  max-height: 100% !important;
}
.juicerVayonIndex .juicer-feed.juicer-widget.j-modern .flip-container {
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.juicerVayonIndex .juicer-feed.juicer-widget.j-modern .flip-container.flip .flipper {
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.juicerVayonIndex .juicer-feed.juicer-widget.j-modern .flipper {
  *zoom: 1;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: 0.6s;
  position: relative;
}
.juicerVayonIndex .juicer-feed.juicer-widget.j-modern .flipper:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.juicerVayonIndex .juicer-feed.juicer-widget.j-modern .front,
.juicerVayonIndex .juicer-feed.juicer-widget.j-modern .back {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.juicerVayonIndex .juicer-feed.juicer-widget.j-modern .front {
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  position: relative;
  z-index: 2;
}
.juicerVayonIndex .juicer-feed.juicer-widget.j-modern .back {
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  position: absolute;
  left: 0;
  top: 0;
}
.juicerVayonIndex .juicer-feed.juicer-widget.j-modern .flip .front {
  position: absolute;
  top: 0;
  left: 0;
}
.juicerVayonIndex .juicer-feed.juicer-widget.j-modern .flip .back {
  position: relative;
}
.juicerVayonIndex .juicer-feed.juicer-widget.j-ie {
  overflow: visible;
  max-height: 100% !important;
}
.juicerVayonIndex .juicer-feed.juicer-widget.j-ie .flip-container {
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.juicerVayonIndex .juicer-feed.juicer-widget.j-ie .flipper {
  *zoom: 1;
  position: relative;
}
.juicerVayonIndex .juicer-feed.juicer-widget.j-ie .flipper:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.juicerVayonIndex .juicer-feed.juicer-widget.j-ie .front,
.juicerVayonIndex .juicer-feed.juicer-widget.j-ie .back {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: 0s;
  -ms-backface-visibility: hidden;
  overflow: hidden;
}
.juicerVayonIndex .juicer-feed.juicer-widget.j-ie .front {
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  position: relative;
  z-index: 2;
}
.juicerVayonIndex .juicer-feed.juicer-widget.j-ie .back {
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  position: absolute;
  left: 0;
  top: 0;
}
.juicerVayonIndex .juicer-feed.juicer-widget.j-ie .flip .front {
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
  left: 0;
}
.juicerVayonIndex .juicer-feed.juicer-widget.j-ie .flip .back {
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  position: relative;
}
.juicerVayonIndex .juicer-feed.gray li.feed-item {
  background: #C6C8CA;
  color: #464648;
}
.juicerVayonIndex .juicer-feed.gray a {
  color: #55C1BD;
}
.juicerVayonIndex .juicer-feed.gray .j-meta a {
  color: #464648;
}
.juicerVayonIndex .juicer-feed.gray .j-meta a:hover {
  color: #55C1BD;
}
.juicerVayonIndex .juicer-feed.image-grid li.feed-item,
.juicerVayonIndex .juicer-feed.slider li.feed-item,
.juicerVayonIndex .juicer-feed.hip li.feed-item {
  padding: 0;
}
.juicerVayonIndex .juicer-feed.image-grid li.feed-item:hover .j-text,
.juicerVayonIndex .juicer-feed.slider li.feed-item:hover .j-text,
.juicerVayonIndex .juicer-feed.hip li.feed-item:hover .j-text {
  visibility: visible;
  opacity: 1;
}
.juicerVayonIndex .juicer-feed.image-grid li.feed-item.words,
.juicerVayonIndex .juicer-feed.slider li.feed-item.words,
.juicerVayonIndex .juicer-feed.hip li.feed-item.words {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}
.juicerVayonIndex .juicer-feed.image-grid li.feed-item.words .j-text,
.juicerVayonIndex .juicer-feed.slider li.feed-item.words .j-text,
.juicerVayonIndex .juicer-feed.hip li.feed-item.words .j-text {
  visibility: visible;
  opacity: 1;
  position: relative;
  color: white;
  background: transparent;
}
.juicerVayonIndex .juicer-feed.image-grid li.feed-item.words .j-text a,
.juicerVayonIndex .juicer-feed.slider li.feed-item.words .j-text a,
.juicerVayonIndex .juicer-feed.hip li.feed-item.words .j-text a {
  color: white;
  font-weight: bold;
}
.juicerVayonIndex .juicer-feed.image-grid li.feed-item.words .j-text a:hover,
.juicerVayonIndex .juicer-feed.slider li.feed-item.words .j-text a:hover,
.juicerVayonIndex .juicer-feed.hip li.feed-item.words .j-text a:hover {
  color: #0b6e27;
}
.juicerVayonIndex .juicer-feed.image-grid li.feed-item.words .j-text p,
.juicerVayonIndex .juicer-feed.slider li.feed-item.words .j-text p,
.juicerVayonIndex .juicer-feed.hip li.feed-item.words .j-text p {
  color: white;
}
.juicerVayonIndex .juicer-feed.image-grid li.feed-item.words .j-meta,
.juicerVayonIndex .juicer-feed.slider li.feed-item.words .j-meta,
.juicerVayonIndex .juicer-feed.hip li.feed-item.words .j-meta {
  position: relative;
  margin: 25px 0 0 0;
}
.juicerVayonIndex .juicer-feed.image-grid li.feed-item.words .j-meta a,
.juicerVayonIndex .juicer-feed.slider li.feed-item.words .j-meta a,
.juicerVayonIndex .juicer-feed.hip li.feed-item.words .j-meta a {
  color: white;
  font-weight: normal;
}
.juicerVayonIndex .juicer-feed.image-grid li.feed-item.words .j-poster h3,
.juicerVayonIndex .juicer-feed.image-grid li.feed-item.words .j-poster .j-date,
.juicerVayonIndex .juicer-feed.slider li.feed-item.words .j-poster h3,
.juicerVayonIndex .juicer-feed.slider li.feed-item.words .j-poster .j-date,
.juicerVayonIndex .juicer-feed.hip li.feed-item.words .j-poster h3,
.juicerVayonIndex .juicer-feed.hip li.feed-item.words .j-poster .j-date {
  color: white;
}
.juicerVayonIndex .juicer-feed.image-grid li.feed-item.j-video .j-text .j-message,
.juicerVayonIndex .juicer-feed.slider li.feed-item.j-video .j-text .j-message,
.juicerVayonIndex .juicer-feed.hip li.feed-item.j-video .j-text .j-message {
  vertical-align: top;
}
.juicerVayonIndex .juicer-feed.image-grid li.feed-item.j-twitter .j-twitter-post-icon:before,
.juicerVayonIndex .juicer-feed.slider li.feed-item.j-twitter .j-twitter-post-icon:before,
.juicerVayonIndex .juicer-feed.hip li.feed-item.j-twitter .j-twitter-post-icon:before {
  color: white;
}
.juicerVayonIndex .juicer-feed.image-grid li.feed-item.j-twitter .j-poster,
.juicerVayonIndex .juicer-feed.slider li.feed-item.j-twitter .j-poster,
.juicerVayonIndex .juicer-feed.hip li.feed-item.j-twitter .j-poster {
  position: relative;
  opacity: 1;
  visibility: visible;
  padding: 0;
  margin: 0;
}
.juicerVayonIndex .juicer-feed.image-grid li.feed-item.j-twitter .j-poster a,
.juicerVayonIndex .juicer-feed.slider li.feed-item.j-twitter .j-poster a,
.juicerVayonIndex .juicer-feed.hip li.feed-item.j-twitter .j-poster a {
  color: white;
}
.juicerVayonIndex .juicer-feed.image-grid li.feed-item.j-twitter .j-text,
.juicerVayonIndex .juicer-feed.slider li.feed-item.j-twitter .j-text,
.juicerVayonIndex .juicer-feed.hip li.feed-item.j-twitter .j-text {
  padding: 30px;
  font-weight: bold;
  text-align: left;
}
.juicerVayonIndex .juicer-feed.image-grid li.feed-item.j-twitter .j-text:before,
.juicerVayonIndex .juicer-feed.slider li.feed-item.j-twitter .j-text:before,
.juicerVayonIndex .juicer-feed.hip li.feed-item.j-twitter .j-text:before {
  content: "";
  display: none;
}
.juicerVayonIndex .juicer-feed.image-grid li.feed-item.j-twitter .j-message,
.juicerVayonIndex .juicer-feed.slider li.feed-item.j-twitter .j-message,
.juicerVayonIndex .juicer-feed.hip li.feed-item.j-twitter .j-message {
  margin: 30px 0 40px;
  font-size: 16px;
  line-height: 25px;
}
.juicerVayonIndex .juicer-feed.image-grid li.feed-item.j-twitter .j-message p,
.juicerVayonIndex .juicer-feed.image-grid li.feed-item.j-twitter .j-message a,
.juicerVayonIndex .juicer-feed.slider li.feed-item.j-twitter .j-message p,
.juicerVayonIndex .juicer-feed.slider li.feed-item.j-twitter .j-message a,
.juicerVayonIndex .juicer-feed.hip li.feed-item.j-twitter .j-message p,
.juicerVayonIndex .juicer-feed.hip li.feed-item.j-twitter .j-message a {
  color: white;
}
.juicerVayonIndex .juicer-feed.image-grid li.feed-item.j-twitter .j-meta,
.juicerVayonIndex .juicer-feed.slider li.feed-item.j-twitter .j-meta,
.juicerVayonIndex .juicer-feed.hip li.feed-item.j-twitter .j-meta {
  position: relative;
  padding: 0;
  margin: 0;
}
.juicerVayonIndex .juicer-feed.image-grid li.feed-item.j-twitter .j-meta .j-twitter-intents a.j-twitter-reply,
.juicerVayonIndex .juicer-feed.slider li.feed-item.j-twitter .j-meta .j-twitter-intents a.j-twitter-reply,
.juicerVayonIndex .juicer-feed.hip li.feed-item.j-twitter .j-meta .j-twitter-intents a.j-twitter-reply {
  height: 13px;
  width: 14px;
  background-position: 0 -444px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 2) {
  .juicerVayonIndex .juicer-feed.image-grid li.feed-item.j-twitter .j-meta .j-twitter-intents a.j-twitter-reply,
  .juicerVayonIndex .juicer-feed.slider li.feed-item.j-twitter .j-meta .j-twitter-intents a.j-twitter-reply,
  .juicerVayonIndex .juicer-feed.hip li.feed-item.j-twitter .j-meta .j-twitter-intents a.j-twitter-reply {
    background-position: 0 -888px;
    -moz-background-size: 18px auto;
    -o-background-size: 18px auto;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
    background-position: 0 -444px;
  }
}
.juicerVayonIndex .juicer-feed.image-grid li.feed-item.j-twitter .j-meta .j-twitter-intents a.j-twitter-retweet,
.juicerVayonIndex .juicer-feed.slider li.feed-item.j-twitter .j-meta .j-twitter-intents a.j-twitter-retweet,
.juicerVayonIndex .juicer-feed.hip li.feed-item.j-twitter .j-meta .j-twitter-intents a.j-twitter-retweet {
  height: 13px;
  width: 18px;
  background-position: 0 -636px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 2) {
  .juicerVayonIndex .juicer-feed.image-grid li.feed-item.j-twitter .j-meta .j-twitter-intents a.j-twitter-retweet,
  .juicerVayonIndex .juicer-feed.slider li.feed-item.j-twitter .j-meta .j-twitter-intents a.j-twitter-retweet,
  .juicerVayonIndex .juicer-feed.hip li.feed-item.j-twitter .j-meta .j-twitter-intents a.j-twitter-retweet {
    background-position: 0 -1272px;
    -moz-background-size: 18px auto;
    -o-background-size: 18px auto;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
    background-position: 0 -636px;
  }
}
.juicerVayonIndex .juicer-feed.image-grid li.feed-item.j-twitter .j-meta .j-twitter-intents a.j-twitter-like,
.juicerVayonIndex .juicer-feed.slider li.feed-item.j-twitter .j-meta .j-twitter-intents a.j-twitter-like,
.juicerVayonIndex .juicer-feed.hip li.feed-item.j-twitter .j-meta .j-twitter-intents a.j-twitter-like {
  height: 13px;
  width: 15px;
  background-position: 0 -312px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 2) {
  .juicerVayonIndex .juicer-feed.image-grid li.feed-item.j-twitter .j-meta .j-twitter-intents a.j-twitter-like,
  .juicerVayonIndex .juicer-feed.slider li.feed-item.j-twitter .j-meta .j-twitter-intents a.j-twitter-like,
  .juicerVayonIndex .juicer-feed.hip li.feed-item.j-twitter .j-meta .j-twitter-intents a.j-twitter-like {
    background-position: 0 -624px;
    -moz-background-size: 18px auto;
    -o-background-size: 18px auto;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
    background-position: 0 -312px;
  }
}
.juicerVayonIndex .juicer-feed.image-grid li.feed-item.j-twitter .j-meta .j-twitter-date,
.juicerVayonIndex .juicer-feed.slider li.feed-item.j-twitter .j-meta .j-twitter-date,
.juicerVayonIndex .juicer-feed.hip li.feed-item.j-twitter .j-meta .j-twitter-date {
  color: white;
}
.juicerVayonIndex .juicer-feed.image-grid li.feed-item.j-twitter .j-meta .j-twitter-quote-screen-name,
.juicerVayonIndex .juicer-feed.slider li.feed-item.j-twitter .j-meta .j-twitter-quote-screen-name,
.juicerVayonIndex .juicer-feed.hip li.feed-item.j-twitter .j-meta .j-twitter-quote-screen-name {
  color: white;
}
.juicerVayonIndex .juicer-feed.image-grid li.feed-item.j-twitter.image-post .j-text,
.juicerVayonIndex .juicer-feed.image-grid li.feed-item.j-twitter.j-video .j-text,
.juicerVayonIndex .juicer-feed.slider li.feed-item.j-twitter.image-post .j-text,
.juicerVayonIndex .juicer-feed.slider li.feed-item.j-twitter.j-video .j-text,
.juicerVayonIndex .juicer-feed.hip li.feed-item.j-twitter.image-post .j-text,
.juicerVayonIndex .juicer-feed.hip li.feed-item.j-twitter.j-video .j-text {
  visibility: visible;
  opacity: 1;
  background: rgba(83, 174, 232, 0.7);
  position: relative;
}
.juicerVayonIndex .juicer-feed.image-grid li.feed-item.j-youtube ul.actions,
.juicerVayonIndex .juicer-feed.slider li.feed-item.j-youtube ul.actions,
.juicerVayonIndex .juicer-feed.hip li.feed-item.j-youtube ul.actions {
  display: none;
}
.juicerVayonIndex .juicer-feed.image-grid li.feed-item.j-youtube .j-text,
.juicerVayonIndex .juicer-feed.slider li.feed-item.j-youtube .j-text,
.juicerVayonIndex .juicer-feed.hip li.feed-item.j-youtube .j-text {
  display: none;
}
.juicerVayonIndex .juicer-feed.image-grid li.feed-item.j-youtube .j-meta,
.juicerVayonIndex .juicer-feed.slider li.feed-item.j-youtube .j-meta,
.juicerVayonIndex .juicer-feed.hip li.feed-item.j-youtube .j-meta {
  display: none;
}
.juicerVayonIndex .juicer-feed.image-grid .j-text,
.juicerVayonIndex .juicer-feed.slider .j-text,
.juicerVayonIndex .juicer-feed.hip .j-text {
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  color: #bababa;
  background: rgba(58, 58, 58, 0.7);
  text-align: center;
  position: absolute;
  padding: 5%;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}
.juicerVayonIndex .juicer-feed.image-grid .j-text:before,
.juicerVayonIndex .juicer-feed.slider .j-text:before,
.juicerVayonIndex .juicer-feed.hip .j-text:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.juicerVayonIndex .juicer-feed.image-grid .j-text .j-message,
.juicerVayonIndex .juicer-feed.image-grid .j-text .j-edit,
.juicerVayonIndex .juicer-feed.slider .j-text .j-message,
.juicerVayonIndex .juicer-feed.slider .j-text .j-edit,
.juicerVayonIndex .juicer-feed.hip .j-text .j-message,
.juicerVayonIndex .juicer-feed.hip .j-text .j-edit {
  display: inline-block;
  vertical-align: middle;
  max-height: 90%;
  overflow: hidden;
  width: 100%;
}
.juicerVayonIndex .juicer-feed.image-grid .j-text .j-message a,
.juicerVayonIndex .juicer-feed.image-grid .j-text .j-edit a,
.juicerVayonIndex .juicer-feed.slider .j-text .j-message a,
.juicerVayonIndex .juicer-feed.slider .j-text .j-edit a,
.juicerVayonIndex .juicer-feed.hip .j-text .j-message a,
.juicerVayonIndex .juicer-feed.hip .j-text .j-edit a {
  color: #0b6e27;
}
.juicerVayonIndex .juicer-feed.image-grid .j-text .j-message p,
.juicerVayonIndex .juicer-feed.image-grid .j-text .j-edit p,
.juicerVayonIndex .juicer-feed.slider .j-text .j-message p,
.juicerVayonIndex .juicer-feed.slider .j-text .j-edit p,
.juicerVayonIndex .juicer-feed.hip .j-text .j-message p,
.juicerVayonIndex .juicer-feed.hip .j-text .j-edit p {
  word-break: break-word;
  color: #bababa;
}
.juicerVayonIndex .juicer-feed.image-grid .j-text .j-message p:last-of-type,
.juicerVayonIndex .juicer-feed.image-grid .j-text .j-edit p:last-of-type,
.juicerVayonIndex .juicer-feed.slider .j-text .j-message p:last-of-type,
.juicerVayonIndex .juicer-feed.slider .j-text .j-edit p:last-of-type,
.juicerVayonIndex .juicer-feed.hip .j-text .j-message p:last-of-type,
.juicerVayonIndex .juicer-feed.hip .j-text .j-edit p:last-of-type {
  margin: 0;
}
.juicerVayonIndex .juicer-feed.image-grid .j-image.playing + .j-text,
.juicerVayonIndex .juicer-feed.slider .j-image.playing + .j-text,
.juicerVayonIndex .juicer-feed.hip .j-image.playing + .j-text {
  visibility: hidden !important;
  opacity: 0 !important;
}
.juicerVayonIndex .juicer-feed.image-grid .j-meta,
.juicerVayonIndex .juicer-feed.slider .j-meta,
.juicerVayonIndex .juicer-feed.hip .j-meta {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px 7px;
  margin: 25px -5% 0;
  text-align: left;
}
.juicerVayonIndex .juicer-feed.image-grid .j-poster,
.juicerVayonIndex .juicer-feed.slider .j-poster,
.juicerVayonIndex .juicer-feed.hip .j-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.juicerVayonIndex .juicer-feed.image-grid .j-poster h3,
.juicerVayonIndex .juicer-feed.image-grid .j-poster .j-date,
.juicerVayonIndex .juicer-feed.slider .j-poster h3,
.juicerVayonIndex .juicer-feed.slider .j-poster .j-date,
.juicerVayonIndex .juicer-feed.hip .j-poster h3,
.juicerVayonIndex .juicer-feed.hip .j-poster .j-date {
  color: #bababa;
}
.juicerVayonIndex .juicer-feed.slider {
  position: relative;
}
.juicerVayonIndex .juicer-feed.slider li.feed-item {
  display: block;
}
.juicerVayonIndex .juicer-feed.slider li.feed-item a.j-image {
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}
.juicerVayonIndex .juicer-feed.slider li.feed-item a.j-image img {
  width: 100%;
}
.juicerVayonIndex .juicer-feed.slider li.feed-item.words {
  border-right: none;
}
.juicerVayonIndex .juicer-feed.slider li.feed-item.words:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: white;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
}
.juicerVayonIndex .juicer-feed.slider li.feed-item.j-twitter .j-message {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: 0;
  padding: 0 25px;
  max-height: calc(100% - 133px);
  overflow-y: auto;
}
.juicerVayonIndex .juicer-feed.slider li.feed-item.j-twitter .j-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;
}
.juicerVayonIndex .juicer-feed.slider .slick-track {
  overflow: hidden;
}
.juicerVayonIndex .juicer-feed.slider .slick-prev,
.juicerVayonIndex .juicer-feed.slider .slick-next {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 0;
  color: transparent;
  outline: none;
  background: rgba(58, 58, 58, 0.7);
  margin: auto 0;
  height: 90px;
  width: auto;
  top: 0;
  bottom: 0;
  line-height: 1;
  z-index: 99;
}
.juicerVayonIndex .juicer-feed.slider .slick-prev:before,
.juicerVayonIndex .juicer-feed.slider .slick-next:before {
  font-size: 4rem;
  font-family: "fontawesome-5-juicer";
  line-height: 43px;
  color: white;
}
.juicerVayonIndex .juicer-feed.slider .slick-prev:hover:before,
.juicerVayonIndex .juicer-feed.slider .slick-next:hover:before {
  color: #000;
}
@media all and (max-width: 500px) {
  .juicerVayonIndex .juicer-feed.slider .slick-prev,
  .juicerVayonIndex .juicer-feed.slider .slick-next {
    height: 65px;
  }
  .juicerVayonIndex .juicer-feed.slider .slick-prev:before,
  .juicerVayonIndex .juicer-feed.slider .slick-next:before {
    font-size: 2rem;
  }
}
.juicerVayonIndex .juicer-feed.slider .slick-prev {
  left: 0;
  padding: 10px 15px 15px 10px;
}
.juicerVayonIndex .juicer-feed.slider .slick-prev:before {
  content: "\f104";
}
@media all and (max-width: 500px) {
  .juicerVayonIndex .juicer-feed.slider .slick-prev {
    padding: 5px 7px 7px 5px;
  }
}
.juicerVayonIndex .juicer-feed.slider .slick-next {
  right: 0;
  padding: 10px 10px 15px 15px;
}
.juicerVayonIndex .juicer-feed.slider .slick-next:before {
  content: "\f105";
}
@media all and (max-width: 500px) {
  .juicerVayonIndex .juicer-feed.slider .slick-next {
    padding: 5px 5px 7px 7px;
  }
}
.juicerVayonIndex .juicer-feed.slider.j-ie li.feed-item.image-post {
  background: transparent;
}
.juicerVayonIndex .juicer-feed.slider.j-modern li.feed-item a.j-image img {
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  object-fit: cover;
}
.juicerVayonIndex .juicer-feed.slider.j-ie li.feed-item a.j-image {
  background-size: cover;
}
.juicerVayonIndex .juicer-feed.slider.j-ie li.feed-item a.j-image img {
  visibility: hidden;
}
.juicerVayonIndex .juicer-feed.hip {
  font-family: Courier, monospace;
}
.juicerVayonIndex .juicer-feed.hip li.feed-item {
  font-size: 14px;
}
.juicerVayonIndex .juicer-feed.hip li.feed-item.words {
  background: #232323;
  border-color: #333;
}
.juicerVayonIndex .juicer-feed.hip li.feed-item.words .j-meta a {
  color: #aaa;
}
.juicerVayonIndex .juicer-feed.hip li.feed-item.j-twitter {
  font-family: "Helvetica Neue", Helvetica;
}
.juicerVayonIndex .juicer-feed.hip li.feed-item:hover:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #0b6e27;
  display: block;
  position: absolute;
  bottom: 0;
}
.juicerVayonIndex .juicer-feed.hip .j-meta {
  padding: 10px 15px;
}
.juicerVayonIndex .juicer-feed.hip .j-meta nav {
  display: none;
}
.juicerVayonIndex .juicer-feed.classic li.feed-item {
  background: white;
  min-height: 100px;
  overflow: hidden;
}
.juicerVayonIndex .juicer-feed.classic li.feed-item img,
.juicerVayonIndex .juicer-feed.classic li.feed-item .j-meta {
  position: absolute;
  top: 0;
  width: 100px;
}
.juicerVayonIndex .juicer-feed.classic li.feed-item .j-meta {
  left: 0;
  margin: 0;
  height: 100%;
  text-align: center;
  padding: 30px 0 0 0;
}
.juicerVayonIndex .juicer-feed.classic li.feed-item .j-meta a {
  color: white;
}
.juicerVayonIndex .juicer-feed.classic li.feed-item .j-meta:before {
  content: "";
}
.juicerVayonIndex .juicer-feed.classic li.feed-item .j-meta nav {
  float: none;
  display: block;
  display: block;
  font-size: 1.5em;
}
.juicerVayonIndex .juicer-feed.classic li.feed-item .j-meta ul {
  font-size: 0.75em;
}
.juicerVayonIndex .juicer-feed.classic li.feed-item .j-meta li {
  margin: 0 10px 10px 0;
  width: auto;
}
.juicerVayonIndex .juicer-feed.classic li.feed-item .j-meta li:last-of-type {
  margin: 0 0 10px 0;
}
.juicerVayonIndex .juicer-feed.classic li.feed-item img {
  right: 0;
}
@media all and (max-width: 500px) {
  .juicerVayonIndex .juicer-feed.classic li.feed-item img {
    position: relative;
    top: 6px;
  }
}
.juicerVayonIndex .juicer-feed.classic li.feed-item .j-text {
  font-family: Georgia, serif;
  font-size: 1.25em;
  margin: 0 100px;
  padding: 10px 25px;
  min-height: 100px;
}
.juicerVayonIndex .juicer-feed.classic li.feed-item .j-message {
  height: 80px;
  display: table-cell;
  vertical-align: middle;
}
.juicerVayonIndex .juicer-feed.classic li.feed-item .j-message a {
  color: #0b6e27;
}
.juicerVayonIndex .juicer-feed.classic li.feed-item .info {
  font-size: 0.85rem;
  color: #878787;
}
.juicerVayonIndex .juicer-feed.classic li.feed-item .info a {
  color: #878787;
  border-bottom: 1px solid;
}
.juicerVayonIndex .juicer-feed.classic li.feed-item .info a:hover {
  color: #0b6e27;
}
.juicerVayonIndex .juicer-feed.living-wall {
  overflow: hidden;
}
.juicerVayonIndex .juicer-feed.living-wall li.feed-item {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 0;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  z-index: 2;
}
.juicerVayonIndex .juicer-feed.living-wall li.feed-item.j-video .j-image {
  position: absolute;
}
.juicerVayonIndex .juicer-feed.living-wall li.feed-item.j-video .j-image:before {
  content: "";
}
.juicerVayonIndex .juicer-feed.living-wall li.feed-item.j-giphy::before {
  display: none;
}
.juicerVayonIndex .juicer-feed.living-wall .j-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.juicerVayonIndex .juicer-feed.living-wall img {
  max-width: 100%;
  height: auto;
  width: auto;
  min-width: 100%;
}
.juicerVayonIndex .juicer-feed.living-wall img.landscape {
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  position: relative;
  max-width: none;
  max-height: 100%;
  height: 100%;
}
.juicerVayonIndex .juicer-feed.living-wall ul.actions {
  font-size: 16px;
}
.juicerVayonIndex .juicer-feed.living-wall .j-youtube ul.actions {
  display: none;
}
.juicerVayonIndex .juicer-feed.living-wall .j-youtube .j-living-wall-hover {
  display: none;
}
.juicerVayonIndex .juicer-feed.living-wall .j-text {
  color: white;
  font-size: 14px;
  border: 1px solid white;
  text-align: center;
  padding-top: 45%;
  height: 100%;
}
.juicerVayonIndex .juicer-feed.living-wall .j-text a {
  color: white;
  font-weight: bold;
}
.juicerVayonIndex .juicer-feed.living-wall .j-text a:hover {
  color: #0b6e27;
}
.juicerVayonIndex .juicer-feed.living-wall .j-living-wall-hover {
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  background: rgba(58, 58, 58, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  overflow: hidden;
  text-align: center;
}
.juicerVayonIndex .juicer-feed.living-wall .j-living-wall-hover:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "+";
  color: white;
  border: 3px solid white;
  width: 50px;
  height: 50px;
  font-size: 42px;
  line-height: 42px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
}
.juicerVayonIndex .juicer-feed.living-wall li.feed-item:hover .j-image:before {
  display: none;
}
.juicerVayonIndex .juicer-feed.living-wall li.feed-item:hover .j-living-wall-hover {
  visibility: visible;
  opacity: 1;
}
.juicerVayonIndex .juicer-feed.living-wall h1.referral {
  position: relative;
  z-index: 3;
  background: rgba(58, 58, 58, 0.7);
  padding: 15px;
  display: inline-block;
  float: right;
}
.juicerVayonIndex .juicer-feed.living-wall h1.referral a {
  color: white;
}
.juicerVayonIndex .juicer-feed.modern li.feed-item {
  padding: 0;
}
.juicerVayonIndex .juicer-feed.modern li.feed-item.words .j-message {
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 10px;
}
.juicerVayonIndex .juicer-feed.modern li.feed-item.juicer .j-poster .j-date,
.juicerVayonIndex .juicer-feed.modern li.feed-item.juicer .j-poster h3 {
  color: white;
}
.juicerVayonIndex .juicer-feed.modern li.feed-item.juicer .j-message {
  color: white;
}
.juicerVayonIndex .juicer-feed.modern li.feed-item.j-twitter .j-image {
  margin: 20px -20px 0 -20px;
  display: block;
}
.juicerVayonIndex .juicer-feed.modern .j-poster {
  padding: 14px 10px 12px;
  height: auto;
  margin: 0;
  height: 56px;
}
.juicerVayonIndex .juicer-feed.modern .j-poster img,
.juicerVayonIndex .juicer-feed.modern .j-poster h3 {
  margin-bottom: 0;
}
.juicerVayonIndex .juicer-feed.modern .j-poster img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-color: white;
  margin: 0 11px 0 0;
  height: 30px;
}
.juicerVayonIndex .juicer-feed.modern .j-poster h3 {
  margin: 6px 0 0 0;
}
.juicerVayonIndex .juicer-feed.modern .j-poster h3,
.juicerVayonIndex .juicer-feed.modern .j-poster .j-date {
  font-size: 12px;
}
.juicerVayonIndex .juicer-feed.modern .j-poster .j-date {
  margin-top: 7px;
}
.juicerVayonIndex .juicer-feed.modern .j-image img {
  margin-bottom: 0;
}
.juicerVayonIndex .juicer-feed.modern .j-text {
  font-size: 14px;
  padding: 20px 15px 20px 20px;
}
.juicerVayonIndex .juicer-feed.modern .j-message {
  color: #666;
  line-height: 25px;
}
.juicerVayonIndex .juicer-feed.polaroid li.feed-item {
  padding: 12px;
  text-align: center;
}
.juicerVayonIndex .juicer-feed.polaroid li.feed-item.words .j-post-container {
  top: 0;
  margin-bottom: 0;
}
.juicerVayonIndex .juicer-feed.polaroid li.feed-item.words .j-message {
  font-size: 16px;
  line-height: 25px;
  font-family: Georgia, serif;
}
.juicerVayonIndex .juicer-feed.polaroid li.feed-item.juicer .j-message {
  color: white;
}
.juicerVayonIndex .juicer-feed.polaroid li.feed-item.j-twitter {
  text-align: left;
}
.juicerVayonIndex .juicer-feed.polaroid li.feed-item.j-twitter .j-post-container {
  top: 0;
  margin-bottom: 0;
}
.juicerVayonIndex .juicer-feed.polaroid li.feed-item.j-twitter .j-poster img {
  float: left;
  width: 30px !important;
  border: none;
}
.juicerVayonIndex .juicer-feed.polaroid li.feed-item.j-twitter .j-image {
  margin-top: 30px;
  display: block;
}
.juicerVayonIndex .juicer-feed.polaroid li.feed-item.j-twitter .j-text {
  padding: 10px;
}
.juicerVayonIndex .juicer-feed.polaroid li.feed-item.j-twitter .j-message {
  font-family: "Helvetica Neue", Helvetica;
  font-size: 18px;
  line-height: 1.5;
}
.juicerVayonIndex .juicer-feed.polaroid li.feed-item.j-youtube ul.actions {
  top: auto;
  bottom: 0;
}
.juicerVayonIndex .juicer-feed.polaroid li.feed-item.j-youtube .j-post-container {
  top: 0;
  margin-bottom: 0;
}
.juicerVayonIndex .juicer-feed.polaroid .j-image img {
  margin-bottom: 0;
}
.juicerVayonIndex .juicer-feed.polaroid .j-post-container {
  position: relative;
  top: -32px;
  margin-bottom: -32px;
}
.juicerVayonIndex .juicer-feed.polaroid .j-post-container.no-poster {
  top: 0;
  margin-bottom: 0;
  margin-top: 25px;
}
.juicerVayonIndex .juicer-feed.polaroid .j-poster {
  text-align: center;
  height: auto;
  margin: 0;
}
.juicerVayonIndex .juicer-feed.polaroid .j-poster img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: none;
  width: 64px !important;
  height: 64px;
  border: 7px solid white;
  background-color: white;
}
.juicerVayonIndex .juicer-feed.polaroid .j-poster h3,
.juicerVayonIndex .juicer-feed.polaroid .j-poster .j-date {
  display: none;
}
.juicerVayonIndex .juicer-feed.polaroid .j-poster-meta {
  font-size: 12px;
  color: #5c5c5c;
}
.juicerVayonIndex .juicer-feed.polaroid .j-poster-meta a {
  font-weight: bold;
}
.juicerVayonIndex .juicer-feed.polaroid .j-poster-meta a:hover {
  text-decoration: underline !important;
  color: #3A3A3A;
}
.juicerVayonIndex .juicer-feed.polaroid .j-text {
  margin-top: 17px;
}
.juicerVayonIndex .juicer-feed.polaroid .j-message {
  font-size: 13px;
  color: #5c5c5c;
  line-height: 22px;
}
.juicerVayonIndex .juicer-feed.polaroid .j-meta ul a {
  font-size: 14px;
}
.juicerVayonIndex .juicer-feed.polaroid .j-meta nav {
  display: none;
}
.juicerVayonIndex .juicer-feed.night li.feed-item {
  background-color: #1f1f1f;
  color: #ccc;
  overflow: hidden;
}
.juicerVayonIndex .juicer-feed.night li.feed-item a {
  color: #ccc;
}
.juicerVayonIndex .juicer-feed.night li.feed-item .j-meta a {
  color: #a1a1a1;
}
.juicerVayonIndex .juicer-feed.night li.feed-item.words .j-text,
.juicerVayonIndex .juicer-feed.night li.feed-item.j-twitter .j-text {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.juicerVayonIndex .juicer-feed.night li.feed-item.words .j-message,
.juicerVayonIndex .juicer-feed.night li.feed-item.j-twitter .j-message {
  font-size: 16px;
  line-height: 25px;
  margin: 25px 0 30px;
}
.juicerVayonIndex .juicer-feed.night li.feed-item.words .j-meta a:before,
.juicerVayonIndex .juicer-feed.night li.feed-item.j-twitter .j-meta a:before {
  font-size: 16px;
}
.juicerVayonIndex .juicer-feed.night li.feed-item:hover .j-text {
  opacity: 1;
  visibility: visible;
}
.juicerVayonIndex .juicer-feed.night li.feed-item.j-twitter .j-twitter-post-icon:before {
  color: white;
}
.juicerVayonIndex .juicer-feed.night li.feed-item.j-twitter .j-message {
  font-weight: bold;
}
.juicerVayonIndex .juicer-feed.night li.feed-item.j-twitter.image-post .j-text,
.juicerVayonIndex .juicer-feed.night li.feed-item.j-twitter.j-video .j-text {
  background: rgba(31, 31, 31, 0.7);
}
.juicerVayonIndex .juicer-feed.night li.feed-item.j-youtube ul.actions {
  top: auto;
  bottom: 0;
}
.juicerVayonIndex .juicer-feed.night li.feed-item.j-youtube .j-text {
  display: none;
}
.juicerVayonIndex .juicer-feed.night .j-text-container {
  position: relative;
}
.juicerVayonIndex .juicer-feed.night .j-text {
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 31, 31, 0.9);
  overflow: hidden;
  padding: 25px;
  opacity: 0;
  visibility: hidden;
}
.juicerVayonIndex .juicer-feed.night .j-message {
  font-size: 13px;
  color: #ccc;
  line-height: 20px;
}
.juicerVayonIndex .juicer-feed.night .j-message a {
  font-weight: bold;
}
.juicerVayonIndex .juicer-feed.night .j-gallery-nav {
  z-index: 2;
}
.juicerVayonIndex .juicer-feed.night .j-meta {
  font-size: 11px;
  margin-top: 15px;
}
.juicerVayonIndex .juicer-feed.night .j-poster-meta {
  font-size: 10px;
  text-transform: uppercase;
  padding: 10px 18px 15px 18px;
}
.juicerVayonIndex .juicer-feed.night .j-poster-meta .j-social-icon {
  background: transparent;
  font-size: 22px;
  position: relative;
  top: 5px;
  margin-right: 10px;
}
.juicerVayonIndex .j-poster {
  overflow: hidden;
  *zoom: 1;
  margin: 0 0 10px 0;
  height: 30px;
}
.juicerVayonIndex .j-poster img {
  float: left;
  width: 30px !important;
  margin: 0 7px 0 0;
  padding: 0;
}
.juicerVayonIndex .j-poster a {
  color: #3A3A3A;
}
.juicerVayonIndex .j-poster a:hover {
  color: #0b6e27;
}
.juicerVayonIndex .j-poster h3,
.juicerVayonIndex .j-poster .twitter-poster {
  float: left;
  margin: 4px 0 0 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  max-width: 67%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  clear: none;
  color: #3A3A3A;
  line-height: 20px;
}
.juicerVayonIndex .j-poster .j-date {
  float: right;
  font-size: 14px;
  margin-top: 4px;
  color: #a0a0a0;
  width: auto;
  display: inherit;
  text-align: inherit;
  margin-bottom: auto;
}
.juicerVayonIndex .j-poster .j-twitter-poster {
  float: left;
  font-size: 12px;
  line-height: 1.3;
  margin: 1px 0 0 0;
  text-align: left;
}
.juicerVayonIndex .j-poster .j-twitter-poster .j-twitter-display-name {
  font-weight: bold;
}
.juicerVayonIndex .j-poster .j-twitter-post-icon {
  float: right;
  line-height: 1;
  font-size: 0;
}
.juicerVayonIndex .j-poster .j-twitter-post-icon:before {
  font-family: "fontawesome-5-juicer";
  font-size: 30px;
}
.juicerVayonIndex .j-gallery .j-image {
  position: relative;
  display: block;
}
.juicerVayonIndex .j-gallery .j-image:after {
  height: 14px;
  width: 14px;
  background-position: 0 -134px;
  -webkit-filter: drop-shadow(0px 0px 3px #a9a9a9);
  filter: drop-shadow(0px 0px 3px #a9a9a9);
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 2) {
  .juicerVayonIndex .j-gallery .j-image:after {
    background-position: 0 -268px;
    -moz-background-size: 18px auto;
    -o-background-size: 18px auto;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
    background-position: 0 -134px;
  }
}
.juicerVayonIndex .j-gallery:hover .j-gallery-nav {
  display: block;
}
.juicerVayonIndex .j-gallery-nav {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  *zoom: 1;
  position: absolute;
  width: 100%;
  display: none;
}
.juicerVayonIndex .j-gallery-nav:after {
  content: "";
  display: table;
  clear: both;
}
.juicerVayonIndex .j-gallery-nav .j-gallery-arrow {
  -webkit-filter: drop-shadow(0px 0px 2px grey);
  filter: drop-shadow(0px 0px 2px grey);
}
.juicerVayonIndex .j-gallery-nav .j-gallery-previous {
  height: 15px;
  width: 10px;
  background-position: 0 -64px;
  float: left;
  margin-left: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 2) {
  .juicerVayonIndex .j-gallery-nav .j-gallery-previous {
    background-position: 0 -128px;
    -moz-background-size: 18px auto;
    -o-background-size: 18px auto;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
    background-position: 0 -64px;
  }
}
.juicerVayonIndex .j-gallery-nav .j-gallery-next {
  height: 15px;
  width: 10px;
  background-position: 0 -99px;
  float: right;
  margin-right: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 2) {
  .juicerVayonIndex .j-gallery-nav .j-gallery-next {
    background-position: 0 -198px;
    -moz-background-size: 18px auto;
    -o-background-size: 18px auto;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
    background-position: 0 -99px;
  }
}
.juicerVayonIndex .j-gallery-nav .j-gallery-previous:after,
.juicerVayonIndex .j-gallery-nav .j-gallery-next:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 120px;
  top: calc(50% - 60px);
}
.juicerVayonIndex .j-gallery-nav .j-gallery-next:after {
  right: -10px;
}
.juicerVayonIndex .j-gallery-nav .j-gallery-previous:after {
  left: -10px;
}
.juicerVayonIndex .juicer-feed.image-grid .j-gallery-nav,
.juicerVayonIndex .juicer-feed.hip .j-gallery-nav {
  z-index: 3;
}
.juicerVayonIndex .j-edit span {
  display: block;
  font-size: 0.85rem;
  color: #a0a0a0;
}
.juicerVayonIndex .juicer-feed .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.juicerVayonIndex .juicer-feed .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.juicerVayonIndex .juicer-feed .slick-list:focus {
  outline: none;
}
.juicerVayonIndex .juicer-feed .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.juicerVayonIndex .juicer-feed .slick-slider .slick-track,
.juicerVayonIndex .juicer-feed .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.juicerVayonIndex .juicer-feed .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.juicerVayonIndex .juicer-feed .slick-track:before,
.juicerVayonIndex .juicer-feed .slick-track:after {
  content: "";
  display: table;
}
.juicerVayonIndex .juicer-feed .slick-track:after {
  clear: both;
}
.juicerVayonIndex .slick-loading .juicer-feed .slick-track {
  visibility: hidden;
}
.juicerVayonIndex .juicer-feed .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.juicerVayonIndex [dir=rtl] .juicer-feed .slick-slide {
  float: right;
}
.juicerVayonIndex .juicer-feed .slick-slide img {
  display: block;
}
.juicerVayonIndex .juicer-feed .slick-slide.slick-loading img {
  display: none;
}
.juicerVayonIndex .juicer-feed .slick-slide.dragging img {
  pointer-events: none;
}
.juicerVayonIndex .slick-initialized .juicer-feed .slick-slide {
  display: block;
}
.juicerVayonIndex .slick-loading .juicer-feed .slick-slide {
  visibility: hidden;
}
.juicerVayonIndex .slick-vertical .juicer-feed .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.juicerVayonIndex .juicer-feed .j-blog::before {
  content: "\f09e";
  font-family: "fontawesome-5-juicer";
}
.juicerVayonIndex .juicer-feed .j-blog-bg {
  background-color: #FF6600;
}
.juicerVayonIndex .juicer-feed .j-blog-border {
  border-color: #FF6600;
}
.juicerVayonIndex .juicer-feed .j-blog-color {
  color: #FF6600;
}
.juicerVayonIndex .juicer-feed .j-blog-text {
  color: #FF6600;
  background: transparent;
}
.juicerVayonIndex .juicer-feed .j-blog-text:before {
  color: #FF6600;
}
.juicerVayonIndex .juicer-feed .j-blog-text-hover:hover {
  color: #FF6600;
  background: transparent;
}
.juicerVayonIndex .juicer-feed .j-blog-text-hover:hover:before {
  color: #FF6600;
}
.juicerVayonIndex .juicer-feed .j-blog-hover.highlight,
.juicerVayonIndex .juicer-feed .j-blog-hover:hover {
  background: #FF6600 !important;
  color: white;
  border-bottom: 1px solid #cc5200 !important;
}
.juicerVayonIndex .juicer-feed .j-blog-hover.highlight:before,
.juicerVayonIndex .juicer-feed .j-blog-hover:hover:before {
  color: white;
}
.juicerVayonIndex .juicer-feed .j-deviantart::before {
  content: "\f1bd";
  font-family: "fontawesome-5-juicer";
}
.juicerVayonIndex .juicer-feed .j-deviantart-bg {
  background-color: #05cc47;
}
.juicerVayonIndex .juicer-feed .j-deviantart-border {
  border-color: #05cc47;
}
.juicerVayonIndex .juicer-feed .j-deviantart-color {
  color: #05cc47;
}
.juicerVayonIndex .juicer-feed .j-deviantart-text {
  color: #05cc47;
  background: transparent;
}
.juicerVayonIndex .juicer-feed .j-deviantart-text:before {
  color: #05cc47;
}
.juicerVayonIndex .juicer-feed .j-deviantart-text-hover:hover {
  color: #05cc47;
  background: transparent;
}
.juicerVayonIndex .juicer-feed .j-deviantart-text-hover:hover:before {
  color: #05cc47;
}
.juicerVayonIndex .juicer-feed .j-deviantart-hover.highlight,
.juicerVayonIndex .juicer-feed .j-deviantart-hover:hover {
  background: #05cc47 !important;
  color: white;
  border-bottom: 1px solid #049a36 !important;
}
.juicerVayonIndex .juicer-feed .j-deviantart-hover.highlight:before,
.juicerVayonIndex .juicer-feed .j-deviantart-hover:hover:before {
  color: white;
}
.juicerVayonIndex .juicer-feed .j-email::before {
  content: "\f0e0";
  font-family: "fontawesome-5-juicer";
}
.juicerVayonIndex .juicer-feed .j-email-bg {
  background-color: #F17E6F;
}
.juicerVayonIndex .juicer-feed .j-email-border {
  border-color: #F17E6F;
}
.juicerVayonIndex .juicer-feed .j-email-color {
  color: #F17E6F;
}
.juicerVayonIndex .juicer-feed .j-email-text {
  color: #F17E6F;
  background: transparent;
}
.juicerVayonIndex .juicer-feed .j-email-text:before {
  color: #F17E6F;
}
.juicerVayonIndex .juicer-feed .j-email-text-hover:hover {
  color: #F17E6F;
  background: transparent;
}
.juicerVayonIndex .juicer-feed .j-email-text-hover:hover:before {
  color: #F17E6F;
}
.juicerVayonIndex .juicer-feed .j-email-hover.highlight,
.juicerVayonIndex .juicer-feed .j-email-hover:hover {
  background: #F17E6F !important;
  color: white;
  border-bottom: 1px solid #ec5441 !important;
}
.juicerVayonIndex .juicer-feed .j-email-hover.highlight:before,
.juicerVayonIndex .juicer-feed .j-email-hover:hover:before {
  color: white;
}
.juicerVayonIndex .juicer-feed .j-facebook::before {
  content: "\f39e";
  font-family: "fontawesome-5-juicer";
}
.juicerVayonIndex .juicer-feed .j-facebook-bg {
  background-color: #3B5998;
}
.juicerVayonIndex .juicer-feed .j-facebook-border {
  border-color: #3B5998;
}
.juicerVayonIndex .juicer-feed .j-facebook-color {
  color: #3B5998;
}
.juicerVayonIndex .juicer-feed .j-facebook-text {
  color: #3B5998;
  background: transparent;
}
.juicerVayonIndex .juicer-feed .j-facebook-text:before {
  color: #3B5998;
}
.juicerVayonIndex .juicer-feed .j-facebook-text-hover:hover {
  color: #3B5998;
  background: transparent;
}
.juicerVayonIndex .juicer-feed .j-facebook-text-hover:hover:before {
  color: #3B5998;
}
.juicerVayonIndex .juicer-feed .j-facebook-hover.highlight,
.juicerVayonIndex .juicer-feed .j-facebook-hover:hover {
  background: #3B5998 !important;
  color: white;
  border-bottom: 1px solid #2d4373 !important;
}
.juicerVayonIndex .juicer-feed .j-facebook-hover.highlight:before,
.juicerVayonIndex .juicer-feed .j-facebook-hover:hover:before {
  color: white;
}
.juicerVayonIndex .juicer-feed .j-flickr::before {
  content: "\f16e";
  font-family: "fontawesome-5-juicer";
}
.juicerVayonIndex .juicer-feed .j-flickr-bg {
  background-color: #ff0084;
}
.juicerVayonIndex .juicer-feed .j-flickr-border {
  border-color: #ff0084;
}
.juicerVayonIndex .juicer-feed .j-flickr-color {
  color: #ff0084;
}
.juicerVayonIndex .juicer-feed .j-flickr-text {
  color: #ff0084;
  background: transparent;
}
.juicerVayonIndex .juicer-feed .j-flickr-text:before {
  color: #ff0084;
}
.juicerVayonIndex .juicer-feed .j-flickr-text-hover:hover {
  color: #ff0084;
  background: transparent;
}
.juicerVayonIndex .juicer-feed .j-flickr-text-hover:hover:before {
  color: #ff0084;
}
.juicerVayonIndex .juicer-feed .j-flickr-hover.highlight,
.juicerVayonIndex .juicer-feed .j-flickr-hover:hover {
  background: #ff0084 !important;
  color: white;
  border-bottom: 1px solid #cc006a !important;
}
.juicerVayonIndex .juicer-feed .j-flickr-hover.highlight:before,
.juicerVayonIndex .juicer-feed .j-flickr-hover:hover:before {
  color: white;
}
.juicerVayonIndex .juicer-feed .j-giphy-bg {
  background-color: #232830;
}
.juicerVayonIndex .juicer-feed .j-giphy-border {
  border-color: #232830;
}
.juicerVayonIndex .juicer-feed .j-giphy-color {
  color: #232830;
}
.juicerVayonIndex .juicer-feed .j-giphy-text {
  color: #232830;
  background: transparent;
}
.juicerVayonIndex .juicer-feed .j-giphy-text:before {
  color: #232830;
}
.juicerVayonIndex .juicer-feed .j-giphy-text-hover:hover {
  color: #232830;
  background: transparent;
}
.juicerVayonIndex .juicer-feed .j-giphy-text-hover:hover:before {
  color: #232830;
}
.juicerVayonIndex .juicer-feed .j-giphy-hover.highlight,
.juicerVayonIndex .juicer-feed .j-giphy-hover:hover {
  background: #232830 !important;
  color: white;
  border-bottom: 1px solid #0d0f13 !important;
}
.juicerVayonIndex .juicer-feed .j-giphy-hover.highlight:before,
.juicerVayonIndex .juicer-feed .j-giphy-hover:hover:before {
  color: white;
}
.juicerVayonIndex .juicer-feed .j-hashtag::before {
  content: "\f292";
  font-family: "fontawesome-5-juicer";
}
.juicerVayonIndex .juicer-feed .j-hashtag-bg {
  background-color: #F17E6F;
}
.juicerVayonIndex .juicer-feed .j-hashtag-border {
  border-color: #F17E6F;
}
.juicerVayonIndex .juicer-feed .j-hashtag-color {
  color: #F17E6F;
}
.juicerVayonIndex .juicer-feed .j-hashtag-text {
  color: #F17E6F;
  background: transparent;
}
.juicerVayonIndex .juicer-feed .j-hashtag-text:before {
  color: #F17E6F;
}
.juicerVayonIndex .juicer-feed .j-hashtag-text-hover:hover {
  color: #F17E6F;
  background: transparent;
}
.juicerVayonIndex .juicer-feed .j-hashtag-text-hover:hover:before {
  color: #F17E6F;
}
.juicerVayonIndex .juicer-feed .j-hashtag-hover.highlight,
.juicerVayonIndex .juicer-feed .j-hashtag-hover:hover {
  background: #F17E6F !important;
  color: white;
  border-bottom: 1px solid #ec5441 !important;
}
.juicerVayonIndex .juicer-feed .j-hashtag-hover.highlight:before,
.juicerVayonIndex .juicer-feed .j-hashtag-hover:hover:before {
  color: white;
}
.juicerVayonIndex .juicer-feed .j-instagram::before {
  content: "\f16d";
  font-family: "fontawesome-5-juicer";
}
.juicerVayonIndex .juicer-feed .j-instagram-bg {
  background-color: #3F729B;
}
.juicerVayonIndex .juicer-feed .j-instagram-border {
  border-color: #3F729B;
}
.juicerVayonIndex .juicer-feed .j-instagram-color {
  color: #3F729B;
}
.juicerVayonIndex .juicer-feed .j-instagram-text {
  color: #3F729B;
  background: transparent;
}
.juicerVayonIndex .juicer-feed .j-instagram-text:before {
  color: #3F729B;
}
.juicerVayonIndex .juicer-feed .j-instagram-text-hover:hover {
  color: #3F729B;
  background: transparent;
}
.juicerVayonIndex .juicer-feed .j-instagram-text-hover:hover:before {
  color: #3F729B;
}
.juicerVayonIndex .juicer-feed .j-instagram-hover.highlight,
.juicerVayonIndex .juicer-feed .j-instagram-hover:hover {
  background: #3F729B !important;
  color: white;
  border-bottom: 1px solid #305777 !important;
}
.juicerVayonIndex .juicer-feed .j-instagram-hover.highlight:before,
.juicerVayonIndex .juicer-feed .j-instagram-hover:hover:before {
  color: white;
}
.juicerVayonIndex .juicer-feed .j-linkedin-bg {
  background-color: #007bb6;
}
.juicerVayonIndex .juicer-feed .j-linkedin-border {
  border-color: #007bb6;
}
.juicerVayonIndex .juicer-feed .j-linkedin-color {
  color: #007bb6;
}
.juicerVayonIndex .juicer-feed .j-linkedin-text {
  color: #007bb6;
  background: transparent;
}
.juicerVayonIndex .juicer-feed .j-linkedin-text:before {
  color: #007bb6;
}
.juicerVayonIndex .juicer-feed .j-linkedin-text-hover:hover {
  color: #007bb6;
  background: transparent;
}
.juicerVayonIndex .juicer-feed .j-linkedin-text-hover:hover:before {
  color: #007bb6;
}
.juicerVayonIndex .juicer-feed .j-linkedin-hover.highlight,
.juicerVayonIndex .juicer-feed .j-linkedin-hover:hover {
  background: #007bb6 !important;
  color: white;
  border-bottom: 1px solid #005983 !important;
}
.juicerVayonIndex .juicer-feed .j-linkedin-hover.highlight:before,
.juicerVayonIndex .juicer-feed .j-linkedin-hover:hover:before {
  color: white;
}
.juicerVayonIndex .juicer-feed .j-pinterest::before {
  content: "\f0d2";
  font-family: "fontawesome-5-juicer";
}
.juicerVayonIndex .juicer-feed .j-pinterest-bg {
  background-color: #CB2028;
}
.juicerVayonIndex .juicer-feed .j-pinterest-border {
  border-color: #CB2028;
}
.juicerVayonIndex .juicer-feed .j-pinterest-color {
  color: #CB2028;
}
.juicerVayonIndex .juicer-feed .j-pinterest-text {
  color: #CB2028;
  background: transparent;
}
.juicerVayonIndex .juicer-feed .j-pinterest-text:before {
  color: #CB2028;
}
.juicerVayonIndex .juicer-feed .j-pinterest-text-hover:hover {
  color: #CB2028;
  background: transparent;
}
.juicerVayonIndex .juicer-feed .j-pinterest-text-hover:hover:before {
  color: #CB2028;
}
.juicerVayonIndex .juicer-feed .j-pinterest-hover.highlight,
.juicerVayonIndex .juicer-feed .j-pinterest-hover:hover {
  background: #CB2028 !important;
  color: white;
  border-bottom: 1px solid #9f191f !important;
}
.juicerVayonIndex .juicer-feed .j-pinterest-hover.highlight:before,
.juicerVayonIndex .juicer-feed .j-pinterest-hover:hover:before {
  color: white;
}
.juicerVayonIndex .juicer-feed .j-slack::before {
  content: "\f198";
  font-family: "fontawesome-5-juicer";
}
.juicerVayonIndex .juicer-feed .j-slack-bg {
  background-color: #000;
}
.juicerVayonIndex .juicer-feed .j-slack-border {
  border-color: #000;
}
.juicerVayonIndex .juicer-feed .j-slack-color {
  color: #000;
}
.juicerVayonIndex .juicer-feed .j-slack-text {
  color: #000;
  background: transparent;
}
.juicerVayonIndex .juicer-feed .j-slack-text:before {
  color: #000;
}
.juicerVayonIndex .juicer-feed .j-slack-text-hover:hover {
  color: #000;
  background: transparent;
}
.juicerVayonIndex .juicer-feed .j-slack-text-hover:hover:before {
  color: #000;
}
.juicerVayonIndex .juicer-feed .j-slack-hover.highlight,
.juicerVayonIndex .juicer-feed .j-slack-hover:hover {
  background: #000 !important;
  color: white;
  border-bottom: 1px solid black !important;
}
.juicerVayonIndex .juicer-feed .j-slack-hover.highlight:before,
.juicerVayonIndex .juicer-feed .j-slack-hover:hover:before {
  color: white;
}
.juicerVayonIndex .juicer-feed .j-soundcloud::before {
  content: "\f1be";
  font-family: "fontawesome-5-juicer";
}
.juicerVayonIndex .juicer-feed .j-soundcloud-bg {
  background-color: #f30;
}
.juicerVayonIndex .juicer-feed .j-soundcloud-border {
  border-color: #f30;
}
.juicerVayonIndex .juicer-feed .j-soundcloud-color {
  color: #f30;
}
.juicerVayonIndex .juicer-feed .j-soundcloud-text {
  color: #f30;
  background: transparent;
}
.juicerVayonIndex .juicer-feed .j-soundcloud-text:before {
  color: #f30;
}
.juicerVayonIndex .juicer-feed .j-soundcloud-text-hover:hover {
  color: #f30;
  background: transparent;
}
.juicerVayonIndex .juicer-feed .j-soundcloud-text-hover:hover:before {
  color: #f30;
}
.juicerVayonIndex .juicer-feed .j-soundcloud-hover.highlight,
.juicerVayonIndex .juicer-feed .j-soundcloud-hover:hover {
  background: #f30 !important;
  color: white;
  border-bottom: 1px solid #cc2900 !important;
}
.juicerVayonIndex .juicer-feed .j-soundcloud-hover.highlight:before,
.juicerVayonIndex .juicer-feed .j-soundcloud-hover:hover:before {
  color: white;
}
.juicerVayonIndex .juicer-feed .j-spotify::before {
  content: "\f1bc";
  font-family: "fontawesome-5-juicer";
}
.juicerVayonIndex .juicer-feed .j-spotify-bg {
  background-color: #1ed760;
}
.juicerVayonIndex .juicer-feed .j-spotify-border {
  border-color: #1ed760;
}
.juicerVayonIndex .juicer-feed .j-spotify-color {
  color: #1ed760;
}
.juicerVayonIndex .juicer-feed .j-spotify-text {
  color: #1ed760;
  background: transparent;
}
.juicerVayonIndex .juicer-feed .j-spotify-text:before {
  color: #1ed760;
}
.juicerVayonIndex .juicer-feed .j-spotify-text-hover:hover {
  color: #1ed760;
  background: transparent;
}
.juicerVayonIndex .juicer-feed .j-spotify-text-hover:hover:before {
  color: #1ed760;
}
.juicerVayonIndex .juicer-feed .j-spotify-hover.highlight,
.juicerVayonIndex .juicer-feed .j-spotify-hover:hover {
  background: #1ed760 !important;
  color: white;
  border-bottom: 1px solid #18aa4c !important;
}
.juicerVayonIndex .juicer-feed .j-spotify-hover.highlight:before,
.juicerVayonIndex .juicer-feed .j-spotify-hover:hover:before {
  color: white;
}
.juicerVayonIndex .juicer-feed .j-tumblr::before {
  content: "\f173";
  font-family: "fontawesome-5-juicer";
}
.juicerVayonIndex .juicer-feed .j-tumblr-bg {
  background-color: #375471;
}
.juicerVayonIndex .juicer-feed .j-tumblr-border {
  border-color: #375471;
}
.juicerVayonIndex .juicer-feed .j-tumblr-color {
  color: #375471;
}
.juicerVayonIndex .juicer-feed .j-tumblr-text {
  color: #375471;
  background: transparent;
}
.juicerVayonIndex .juicer-feed .j-tumblr-text:before {
  color: #375471;
}
.juicerVayonIndex .juicer-feed .j-tumblr-text-hover:hover {
  color: #375471;
  background: transparent;
}
.juicerVayonIndex .juicer-feed .j-tumblr-text-hover:hover:before {
  color: #375471;
}
.juicerVayonIndex .juicer-feed .j-tumblr-hover.highlight,
.juicerVayonIndex .juicer-feed .j-tumblr-hover:hover {
  background: #375471 !important;
  color: white;
  border-bottom: 1px solid #263b4f !important;
}
.juicerVayonIndex .juicer-feed .j-tumblr-hover.highlight:before,
.juicerVayonIndex .juicer-feed .j-tumblr-hover:hover:before {
  color: white;
}
.juicerVayonIndex .juicer-feed .j-twitter::before {
  content: "\f099";
  font-family: "fontawesome-5-juicer";
}
.juicerVayonIndex .juicer-feed .j-twitter-bg {
  background-color: #55ACEE;
}
.juicerVayonIndex .juicer-feed .j-twitter-border {
  border-color: #55ACEE;
}
.juicerVayonIndex .juicer-feed .j-twitter-color {
  color: #55ACEE;
}
.juicerVayonIndex .juicer-feed .j-twitter-text {
  color: #55ACEE;
  background: transparent;
}
.juicerVayonIndex .juicer-feed .j-twitter-text:before {
  color: #55ACEE;
}
.juicerVayonIndex .juicer-feed .j-twitter-text-hover:hover {
  color: #55ACEE;
  background: transparent;
}
.juicerVayonIndex .juicer-feed .j-twitter-text-hover:hover:before {
  color: #55ACEE;
}
.juicerVayonIndex .juicer-feed .j-twitter-hover.highlight,
.juicerVayonIndex .juicer-feed .j-twitter-hover:hover {
  background: #55ACEE !important;
  color: white;
  border-bottom: 1px solid #2795e9 !important;
}
.juicerVayonIndex .juicer-feed .j-twitter-hover.highlight:before,
.juicerVayonIndex .juicer-feed .j-twitter-hover:hover:before {
  color: white;
}
.juicerVayonIndex .juicer-feed .j-vimeo::before {
  content: "\f194";
  font-family: "fontawesome-5-juicer";
}
.juicerVayonIndex .juicer-feed .j-vimeo-bg {
  background-color: #1AB7EA;
}
.juicerVayonIndex .juicer-feed .j-vimeo-border {
  border-color: #1AB7EA;
}
.juicerVayonIndex .juicer-feed .j-vimeo-color {
  color: #1AB7EA;
}
.juicerVayonIndex .juicer-feed .j-vimeo-text {
  color: #1AB7EA;
  background: transparent;
}
.juicerVayonIndex .juicer-feed .j-vimeo-text:before {
  color: #1AB7EA;
}
.juicerVayonIndex .juicer-feed .j-vimeo-text-hover:hover {
  color: #1AB7EA;
  background: transparent;
}
.juicerVayonIndex .juicer-feed .j-vimeo-text-hover:hover:before {
  color: #1AB7EA;
}
.juicerVayonIndex .juicer-feed .j-vimeo-hover.highlight,
.juicerVayonIndex .juicer-feed .j-vimeo-hover:hover {
  background: #1AB7EA !important;
  color: white;
  border-bottom: 1px solid #1295bf !important;
}
.juicerVayonIndex .juicer-feed .j-vimeo-hover.highlight:before,
.juicerVayonIndex .juicer-feed .j-vimeo-hover:hover:before {
  color: white;
}
.juicerVayonIndex .juicer-feed .j-vine::before {
  content: "\f1ca";
  font-family: "fontawesome-5-juicer";
}
.juicerVayonIndex .juicer-feed .j-vine-bg {
  background-color: #00BF8F;
}
.juicerVayonIndex .juicer-feed .j-vine-border {
  border-color: #00BF8F;
}
.juicerVayonIndex .juicer-feed .j-vine-color {
  color: #00BF8F;
}
.juicerVayonIndex .juicer-feed .j-vine-text {
  color: #00BF8F;
  background: transparent;
}
.juicerVayonIndex .juicer-feed .j-vine-text:before {
  color: #00BF8F;
}
.juicerVayonIndex .juicer-feed .j-vine-text-hover:hover {
  color: #00BF8F;
  background: transparent;
}
.juicerVayonIndex .juicer-feed .j-vine-text-hover:hover:before {
  color: #00BF8F;
}
.juicerVayonIndex .juicer-feed .j-vine-hover.highlight,
.juicerVayonIndex .juicer-feed .j-vine-hover:hover {
  background: #00BF8F !important;
  color: white;
  border-bottom: 1px solid #008c69 !important;
}
.juicerVayonIndex .juicer-feed .j-vine-hover.highlight:before,
.juicerVayonIndex .juicer-feed .j-vine-hover:hover:before {
  color: white;
}
.juicerVayonIndex .juicer-feed .j-yelp::before {
  content: "\f1e9";
  font-family: "fontawesome-5-juicer";
}
.juicerVayonIndex .juicer-feed .j-yelp-bg {
  background-color: #C41200;
}
.juicerVayonIndex .juicer-feed .j-yelp-border {
  border-color: #C41200;
}
.juicerVayonIndex .juicer-feed .j-yelp-color {
  color: #C41200;
}
.juicerVayonIndex .juicer-feed .j-yelp-text {
  color: #C41200;
  background: transparent;
}
.juicerVayonIndex .juicer-feed .j-yelp-text:before {
  color: #C41200;
}
.juicerVayonIndex .juicer-feed .j-yelp-text-hover:hover {
  color: #C41200;
  background: transparent;
}
.juicerVayonIndex .juicer-feed .j-yelp-text-hover:hover:before {
  color: #C41200;
}
.juicerVayonIndex .juicer-feed .j-yelp-hover.highlight,
.juicerVayonIndex .juicer-feed .j-yelp-hover:hover {
  background: #C41200 !important;
  color: white;
  border-bottom: 1px solid #910d00 !important;
}
.juicerVayonIndex .juicer-feed .j-yelp-hover.highlight:before,
.juicerVayonIndex .juicer-feed .j-yelp-hover:hover:before {
  color: white;
}
.juicerVayonIndex .juicer-feed .j-youtube::before {
  content: "\f167";
  font-family: "fontawesome-5-juicer";
}
.juicerVayonIndex .juicer-feed .j-youtube-bg {
  background-color: #FF0000;
}
.juicerVayonIndex .juicer-feed .j-youtube-border {
  border-color: #FF0000;
}
.juicerVayonIndex .juicer-feed .j-youtube-color {
  color: #FF0000;
}
.juicerVayonIndex .juicer-feed .j-youtube-text {
  color: #FF0000;
  background: transparent;
}
.juicerVayonIndex .juicer-feed .j-youtube-text:before {
  color: #FF0000;
}
.juicerVayonIndex .juicer-feed .j-youtube-text-hover:hover {
  color: #FF0000;
  background: transparent;
}
.juicerVayonIndex .juicer-feed .j-youtube-text-hover:hover:before {
  color: #FF0000;
}
.juicerVayonIndex .juicer-feed .j-youtube-hover.highlight,
.juicerVayonIndex .juicer-feed .j-youtube-hover:hover {
  background: #FF0000 !important;
  color: white;
  border-bottom: 1px solid #cc0000 !important;
}
.juicerVayonIndex .juicer-feed .j-youtube-hover.highlight:before,
.juicerVayonIndex .juicer-feed .j-youtube-hover:hover:before {
  color: white;
}
.juicerVayonIndex .juicer-feed .j-soundcloud::before {
  position: relative;
  left: -4px;
}
.juicerVayonIndex .juicer-feed .j-hashtag::before {
  position: relative;
  left: -2px;
}
.juicerVayonIndex .juicer-feed .j-juicer::before {
  content: url(//assets.juicer.io/small-square-5c1396a2ebe4ff05db2926e880300420d3de4482b82fad44edb5956de50e5a9b.png);
}
.juicerVayonIndex .juicer-feed .j-email::before {
  position: relative;
  top: -1px !important;
}
.juicerVayonIndex .juicer-feed .j-giphy::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url("https://static.juicer.io/logos/giphy.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.juicerVayonIndex .juicer-feed .j-stack > li.j-giphy {
  height: auto;
}
.juicerVayonIndex .juicer-feed .j-stack > li.j-giphy::before {
  display: none;
}
.juicerVayonIndex .juicer-feed .j-stack .j-meta .j-giphy::before {
  height: 25px;
  width: 25px;
}

/***************************
******* PALETA STARR *******
***************************/
/***************************
******* /PALETA STARR ******
***************************/
/****************************
******* PALETA ANTIGA *******
****************************/
/****************************
******* /PALETA ANTIGA *******
****************************/
/* margins */
.m-top {
  margin-top: 40px !important;
}

.m-top-b {
  margin-top: 60px;
}

.m-top-m {
  margin-top: 30px !important;
}

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

.m-top-s {
  margin-top: 10px;
}

.m-top-mega {
  margin-top: 80px;
}

.m-top-btn-filtro {
  margin-top: 27px;
}

.m-bottom {
  margin-bottom: 40px !important;
}

.m-bottom-b {
  margin-bottom: 60px !important;
}

.m-bottom-m {
  margin-bottom: 30px !important;
}

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

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

.m-left-z {
  margin-left: 0;
}

.m-left {
  margin-left: 40px;
}

.m-left-b {
  margin-left: 60px;
}

.m-left-m {
  margin-left: 30px;
}

.m-left-d {
  margin-left: 15px;
}

.m-left-s {
  margin-left: 10px;
}

.m-right-z {
  margin-right: 0;
}

.m-right {
  margin-right: 40px;
}

.m-right-b {
  margin-right: 60px;
}

.m-right-m {
  margin-right: 30px;
}

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

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

.m-all {
  margin: 40px;
}

.m-all-b {
  margin: 60px;
}

.m-all-m {
  margin: 30px;
}

.m-all-s {
  margin: 10px;
}

.m-center {
  margin: 0 auto;
}

.m-remove-all {
  margin: 0 !important;
}

.m-bottom-remove {
  margin-bottom: 0 !important;
}

.m-top-remove {
  margin-top: 0 !important;
}

.m-right-remove {
  margin-right: 0 !important;
}

.m-left-remove {
  margin-left: 0 !important;
}

/* paddings */
.p-top {
  padding-top: 40px;
}

.p-top-b {
  padding-top: 60px;
}

.p-top-m {
  padding-top: 30px;
}

.p-top-s {
  padding-top: 10px;
}

.p-top-d {
  padding-top: 15px;
}

.p-top-mega {
  padding-top: 80px;
}

.p-bottom {
  padding-bottom: 40px;
}

.p-bottom-b {
  padding-bottom: 60px;
}

.p-bottom-m {
  padding-bottom: 30px;
}

.p-bottom-s {
  padding-bottom: 10px;
}

.p-bottom-d {
  padding-bottom: 15px;
}

.p-bottom-mega {
  padding-bottom: 80px;
}

.p-left-z {
  padding-left: 0;
}

.p-left {
  padding-left: 40px;
}

.p-left-b {
  padding-left: 60px;
}

.p-left-m {
  padding-left: 30px;
}

.p-left-s {
  padding-left: 10px;
}

.p-right-z {
  padding-right: 0;
}

.p-right {
  padding-right: 40px;
}

.p-right-b {
  padding-right: 60px;
}

.p-right-m {
  padding-right: 30px;
}

.p-right-d {
  padding-right: 15px;
}

.p-right-s {
  padding-right: 10px;
}

.p-all {
  padding: 40px;
}

.p-all-b {
  padding: 60px;
}

.p-all-m {
  padding: 30px;
}

.p-all-s {
  padding: 10px;
}

.p-remove-all {
  padding: 0 !important;
}

.p-bottom-remove {
  padding-bottom: 0 !important;
}

.p-top-remove {
  padding-top: 0 !important;
}

.p-right-remove {
  padding-right: 0 !important;
}

.p-left-remove {
  padding-left: 0 !important;
}

@media (max-width: 767px) {
  .p-left-xs {
    padding-left: 15px !important;
  }
  .p-left-xs-no {
    padding-left: 0 !important;
  }
  .p-right-xs-no {
    padding-right: 0 !important;
  }
  .m-bottom-m-xs {
    margin-bottom: 30px !important;
  }
  .m-right-m-no {
    margin-right: 0 !important;
  }
  .float-left-xs {
    float: left !important;
  }
}
img {
  width: 100%;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.radius {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.rounded {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.rounded-edge {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

.white-box {
  background-color: #fff;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.break-word {
  word-wrap: break-word;
}

.border-gray {
  border: 1px solid #D6D6D6;
}

.box-shadow {
  -webkit-box-shadow: 5px 8px 15px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 5px 8px 15px 3px rgba(0, 0, 0, 0.07);
  box-shadow: 5px 8px 15px 3px rgba(0, 0, 0, 0.07);
}

.full-width {
  width: 100%;
}

.color-white {
  color: #ffffff !important;
}

.color-burnt-sienna {
  color: #0E2D52 !important;
}

.color-green {
  color: #5cce5c !important;
}

.color-yellow {
  color: #ffda03 !important;
}

.color-red {
  color: #d9534f !important;
}

.color-mine-shaft {
  color: #333333 !important;
}

.position-relative {
  position: relative !important;
}

.text-upper {
  text-transform: uppercase;
}

.table-responsive {
  padding-bottom: 0;
}
.table-responsive::-webkit-scrollbar {
  width: 6.5px;
  height: 6.5px;
}
.table-responsive::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}
.table-responsive::-webkit-scrollbar-thumb {
  background-color: rgb(153, 153, 153);
  border-radius: 4px;
}
.table-responsive::-webkit-scrollbar-thumb:window-inactive {
  background-color: rgba(153, 153, 153, 0.5);
}

/** tooltip **/
.tooltip.tooltipLight.bottom {
  margin-top: 1px;
}
.tooltip.tooltipLight .tooltip-inner {
  width: max-content;
  font-size: 11px;
  padding: 10px;
  background-color: #0E2D52;
  color: #fff;
}
.tooltip.tooltipLight p {
  color: #0E2D52;
}
.tooltip.tooltipLight.top .tooltip-arrow, .tooltip.tooltipLight.top-left .tooltip-arrow, .tooltip.tooltipLight.top-right .tooltip-arrow {
  border-top-color: #0E2D52;
}
.tooltip.tooltipLight.right .tooltip-arrow {
  border-right-color: #0E2D52;
}
.tooltip.tooltipLight.left .tooltip-arrow {
  border-left-color: #0E2D52;
}
.tooltip.tooltipLight.bottom .tooltip-arrow, .tooltip.tooltipLight.bottom-left .tooltip-arrow, .tooltip.tooltipLight.bottom-right .tooltip-arrow {
  border-bottom-color: #0E2D52;
}

.href-click {
  cursor: pointer;
}

.processing-msg {
  display: inline-block;
  width: 100%;
  padding: 80px 0;
}
.processing-msg h3 {
  font-size: 3em;
  font-weight: normal;
}

.center-elem {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.center-elem-v {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .pull-left-md {
    float: left;
  }
  .pull-right-md {
    float: right;
  }
  .text-right-md {
    text-align: right;
  }
  .m-remove-all-md {
    margin: 0 !important;
  }
  .m-bottom-remove-md {
    margin-bottom: 0 !important;
  }
  .m-top-remove-md {
    margin-top: 0 !important;
  }
  .m-right-remove-md {
    margin-right: 0 !important;
  }
  .m-left-remove-md {
    margin-left: 0 !important;
  }
  .p-remove-all-md {
    padding: 0 !important;
  }
  .p-bottom-remove-md {
    padding-bottom: 0 !important;
  }
  .p-top-remove-md {
    padding-top: 0 !important;
  }
  .p-right-remove-md {
    padding-right: 0 !important;
  }
  .p-left-remove-md {
    padding-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .float-right-sm {
    float: right;
  }
  .float-left-sm {
    float: left;
  }
  .m-remove-all-sm {
    margin: 0 !important;
  }
  .m-bottom-remove-sm {
    margin-bottom: 0 !important;
  }
  .m-top-remove-sm {
    margin-top: 0 !important;
  }
  .m-right-remove-sm {
    margin-right: 0 !important;
  }
  .m-left-remove-sm {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .float-right-xs {
    float: right;
  }
  .float-left-xs {
    float: left;
  }
  .col-full-xs {
    width: 100%;
  }
  .p-remove-all-xs {
    padding: 0 !important;
  }
  .p-bottom-remove-xs {
    padding-bottom: 0 !important;
  }
  .p-top-remove-xs {
    padding-top: 0 !important;
  }
  .p-right-remove-xs {
    padding-right: 0 !important;
  }
  .p-left-remove-xs {
    padding-left: 0 !important;
  }
  .table-responsive {
    padding-bottom: 20px;
  }
  .m-top-xs {
    margin-top: 40px !important;
  }
  .m-top-b-xs {
    margin-top: 60px;
  }
  .m-top-m-xs {
    margin-top: 30px !important;
  }
  .m-top-s-xs {
    margin-top: 10px;
  }
  .m-bottom-xs {
    margin-bottom: 40px !important;
  }
  .m-bottom-b-xs {
    margin-bottom: 60px;
  }
  .m-bottom-m-xs {
    margin-bottom: 30px !important;
  }
  .m-bottom-d-xs {
    margin-bottom: 15px !important;
  }
  .m-bottom-s-xs {
    margin-bottom: 10px;
  }
}
/** painel com scroll **/
.panel-scroll {
  height: 400px;
  overflow: auto;
}
.panel-scroll::-webkit-scrollbar {
  width: 15px;
}
.panel-scroll.scroll-blue::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}
.panel-scroll.scroll-blue::-webkit-scrollbar-thumb {
  background-color: rgb(14, 45, 82);
}
.panel-scroll.scroll-blue::-webkit-scrollbar-thumb:window-inactive {
  background-color: rgba(14, 45, 82, 0.8);
}
.panel-scroll.scroll-white::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}
.panel-scroll.scroll-white::-webkit-scrollbar-thumb {
  background-color: rgb(255, 255, 255);
}
.panel-scroll.scroll-white::-webkit-scrollbar-thumb:window-inactive {
  background-color: rgba(255, 255, 255, 0.8);
}
.panel-scroll.scroll-black::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}
.panel-scroll.scroll-black::-webkit-scrollbar-thumb {
  background-color: rgb(51, 51, 51);
}
.panel-scroll.scroll-black::-webkit-scrollbar-thumb:window-inactive {
  background-color: rgba(51, 51, 51, 0.8);
}

@media (max-width: 767px) {
  .panel-scroll {
    height: auto !important;
    max-height: 400px;
  }
}
/** /painel com scroll **/
.tabela-manual {
  display: inline-block;
  width: 100%;
}
.tabela-manual .topo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  background-color: #F5F5F5;
  border: 1px solid #cccccc;
}
.tabela-manual .topo h3 {
  font-size: 18px;
}
.tabela-manual .linha {
  display: flex;
  width: 100%;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.tabela-manual .linha .coluna {
  padding: 0;
  border-right: 1px solid #cccccc;
}
.tabela-manual .linha .coluna:last-child {
  border-right: 0;
}
.tabela-manual .linha .coluna p, .tabela-manual .linha .coluna ul {
  margin-bottom: 0;
}
.tabela-manual .linha .coluna p, .tabela-manual .linha .coluna li {
  font-size: 12px;
}
.tabela-manual .linha .coluna p {
  padding: 8px;
}
.tabela-manual .linha .coluna p.titulo {
  font-weight: bold;
}
.tabela-manual .linha .coluna p.status {
  padding: 1px 8px;
  color: #ffffff;
  font-weight: bold;
}
.tabela-manual .linha .coluna p.status.falso {
  background-color: #ec4d33;
}
.tabela-manual .linha .coluna p.status.verdadeiro {
  background-color: #5cce5c;
}
.tabela-manual .linha .coluna ul {
  padding-inline-start: 0;
  list-style-position: inside;
}
.tabela-manual .linha .coluna ul li {
  padding: 5px 8px;
}
.tabela-manual .linha .coluna .panel-scroll {
  height: auto !important;
  max-height: 200px;
}

@media (max-width: 991px) {
  .tabela-manual .linha .coluna p, .tabela-manual .linha .coluna li {
    font-size: 10px;
  }
  .tabela-manual .linha .coluna ul {
    list-style: none;
  }
}
@media (max-width: 767px) {
  .tabela-manual .topo {
    padding: 10px 8px;
  }
  .tabela-manual .linha {
    display: inline-block;
    border-top: 0;
    border-bottom: 0;
  }
  .tabela-manual .linha .coluna {
    border-right: 0;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
  }
  .tabela-manual .linha .coluna p, .tabela-manual .linha .coluna li {
    font-size: 12px;
  }
  .tabela-manual .linha .coluna p.titulo {
    background-color: #F5F5F5;
  }
  .tabela-manual .linha .coluna ul {
    list-style-position: inside !important;
  }
}
.btn-space {
  min-width: 25px;
  text-align: center;
}
.btn-space .btn-expand {
  background-color: #0E2D52;
  width: 20px;
  height: 20px;
  color: #ffffff;
  font-weight: bold;
  padding: 0;
  border: 0;
  border-radius: 50%;
}
.btn-space .btn-expand::before {
  content: "-";
}
.btn-space .btn-expand.open::before {
  content: "+";
}
.btn-space .btn-expand:hover {
  background-color: #0E2D52;
}
.btn-space .btn-expand:focus {
  outline: none;
}

.transition-effect {
  max-height: 760px;
  transition: max-height 0.25s ease-in;
  overflow: hidden;
}
.transition-effect.close {
  max-height: 0;
  transition: max-height 0.25s ease-out;
}

.label {
  border-radius: 0;
}

.no-label {
  margin-top: 25px;
}

.informative {
  color: #31708f;
  background-color: #d9edf7;
  border: 1px solid #a6daf5;
  text-align: center;
  padding: 15px 20px;
}

html, body {
  font-family: "Source Sans Pro", sans-serif;
  color: #333333;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 14px;
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5 {
  font-family: "Ropa Sans", sans-serif;
  color: #0E2D52;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
}

.h1, h1 {
  font-size: 1.9em;
}

.h2, h2 {
  font-size: 1.5em;
}

.h3, h3 {
  font-size: 1.4em;
}

.h3.small, h3.small, .small {
  font-size: 0.875em;
}

.h4, h4 {
  font-size: 1.2em;
}

.h5, h5 {
  font-size: 1em;
}

p {
  font-size: 1em;
  color: #333333;
}
p.big {
  font-size: 1.2em;
}
p small, p.small {
  font-size: 0.875em;
}

a {
  color: #0E2D52;
  text-decoration: none;
}
a:hover:not(.button):not(.dropdown-toggle):not(.link-white), a:focus:not(.button):not(.dropdown-toggle):not(.link-white) {
  color: #F1B235 !important;
}
a.link-white {
  color: #fff;
}
a.link-white:hover, a.link-white:focus {
  color: #0E2D52;
}

::-webkit-input-placeholder {
  color: #D6D6D6;
}

:-ms-input-placeholder {
  color: #D6D6D6;
}

::placeholder {
  color: #D6D6D6;
}

.titulo-padrao {
  font-size: 2.3em;
  font-weight: normal;
}

/* GENERIC   */
.btn-radio {
  font-weight: 700;
  text-transform: uppercase;
  color: #0E2D52;
  border: 1px solid #0E2D52;
  transition: 0.5s;
}
.btn-radio:first-child {
  border-radius: 5px 0 0 5px;
}
.btn-radio:last-child {
  border-radius: 0 5px 5px 0;
}
.btn-radio.active {
  background-color: #0E2D52;
}
.btn-radio.active * {
  color: #fff;
}

.bb-buttons-container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  padding: 50px 0;
}

.bb-button-wrapper {
  flex: 0 0 200px;
  margin: 0 15px;
}

.bb-button-wrapper pre {
  display: block;
  margin-bottom: 10px;
}

.bb-buttons-container a {
  margin-bottom: 30px;
}

/* / GENERIC  */
/* OLD BUTTONS  */
.btn-lg, .btn {
  border-radius: 0;
}

/* /OLD BUTTONS  */
/* ***** */
/* BUTTON */
/* ***** */
.button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 15px;
  min-height: 30px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  cursor: pointer;
  outline: none;
  border-style: solid;
  user-select: none;
  border-radius: 0;
}

.button:last-child {
  margin-right: 0;
}

.button.full {
  width: 100%;
}

.button.round {
  border-radius: 50px;
}

.button.long {
  padding-left: 30px;
  padding-right: 30px;
}

.button.blue {
  background-color: #0E2D52;
  border: 0;
  color: #fff;
}

.button.orange {
  background-color: #e87b06;
  border: 0;
  color: #fff;
}

.button.red {
  background-color: #9A2525;
  border: 0;
  color: #fff;
}

.button.green {
  background-color: #5cce5c !important;
  border: 0;
  color: #fff !important;
}

.button.green:disabled,
.button.green[disabled] {
  background-color: #D6D6D6 !important;
}

.button.white {
  background-color: #fff;
  border-color: #0E2D52;
  color: #0E2D52;
}

.button.ghost {
  background-color: transparent;
  border-color: #0E2D52;
  color: #0E2D52;
  -webkit-transition: border-color 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: border-color 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: border-color 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.button.ghost-white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.ghost-blue {
  background-color: transparent;
  border-color: #0E2D52;
  color: #0E2D52;
}

.button.ghost-yellow {
  background-color: transparent;
  border-color: #F1B235;
  color: #F1B235;
}

.button.yellow {
  background-color: #F1B235 !important;
  border-color: #F1B235;
  color: #fff !important;
}

.button.large {
  height: 40px;
  border-width: 2px;
  font-size: 1em;
}

.button.medium {
  height: 30px;
  border-width: 2px;
  font-size: 0.9em;
}

.button.small {
  height: 30px;
  border-width: 1px;
  font-size: 0.8em;
}

.button.fluid {
  width: 100%;
}

@media (max-width: 767px) {
  button.full-xs {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .button.large {
    height: 50px;
  }
  .button.medium {
    height: 39px;
  }
  .button.small {
    height: 30px;
  }
}
/* animations  */
.button:after {
  position: absolute;
  content: "";
  z-index: 0;
  -webkit-transition: height 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: height 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: height 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.button:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* specific case on blue button  */
.button.blue:before {
  content: "";
  position: absolute;
  z-index: 0;
  background: #F1B235;
  bottom: 0;
  left: 0;
  right: 0;
}

.button.blue:after {
  background-color: #F1B235;
}

.button.green:before,
.button.red:before,
.button.orange:before {
  content: "";
  position: absolute;
  z-index: 0;
  background: #F1B235;
  bottom: 0;
  left: 0;
  right: 0;
}

.button.green:after,
.button.red:after,
.button.orange:after {
  background-color: #F1B235;
}

.button.white:after {
  background-color: #0E2D52;
}

.button.ghost:after {
  background-color: transparent;
}

.button.ghost-white:after {
  background-color: #fff;
}

.button.ghost-blue:after {
  background-color: #0E2D52;
}

.button.ghost-yellow:after {
  background-color: #F1B235;
}

.button.yellow:after {
  background-color: #0E2D52;
}

.button:disabled,
.button[disabled] {
  border: 1px solid #D6D6D6;
  background-color: #D6D6D6;
  color: #9A9A9A;
}
.button:disabled:active.green span, .button:disabled:hover.green span, .button:disabled:active.blue span, .button:disabled:hover.blue span, .button:disabled:active.white span, .button:disabled:hover.white span,
.button[disabled]:active.green span,
.button[disabled]:hover.green span,
.button[disabled]:active.blue span,
.button[disabled]:hover.blue span,
.button[disabled]:active.white span,
.button[disabled]:hover.white span {
  color: #9A9A9A;
}
.button:disabled:active.ghost, .button:disabled:hover.ghost, .button:disabled:active.ghost-white, .button:disabled:hover.ghost-white, .button:disabled:active.ghost-blue, .button:disabled:hover.ghost-blue, .button:disabled:active.ghost-yellow, .button:disabled:hover.ghost-yellow, .button:disabled:active.yellow, .button:disabled:hover.yellow,
.button[disabled]:active.ghost,
.button[disabled]:hover.ghost,
.button[disabled]:active.ghost-white,
.button[disabled]:hover.ghost-white,
.button[disabled]:active.ghost-blue,
.button[disabled]:hover.ghost-blue,
.button[disabled]:active.ghost-yellow,
.button[disabled]:hover.ghost-yellow,
.button[disabled]:active.yellow,
.button[disabled]:hover.yellow {
  color: #9A9A9A;
}
.button:disabled:hover, .button:disabled:active,
.button[disabled]:hover,
.button[disabled]:active {
  background-color: #D6D6D6;
  color: #9A9A9A;
}
.button:disabled::before, .button:disabled::after,
.button[disabled]::before,
.button[disabled]::after {
  content: none;
}

.button.large:active:after,
.button.large:hover:after {
  height: 800%;
}

.button.medium:active:after,
.button.medium:hover:after {
  height: 620%;
}

.button.small:active:after,
.button.small:hover:after {
  height: 880%;
}

.button span {
  z-index: 20;
  -webkit-transition: color 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: color 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.button:active.blue span,
.button:hover.blue span {
  color: #fff;
}

.button:active.white span,
.button:hover.white span {
  color: #fff;
}

.button:active.ghost,
.button:hover.ghost {
  color: #F1B235;
  border-color: #F1B235;
}

.button:active.ghost-white,
.button:hover.ghost-white {
  color: #0E2D52;
}

.button:active.ghost-blue,
.button:hover.ghost-blue {
  color: #fff;
}

.button:active.ghost-yellow,
.button:hover.ghost-yellow {
  color: #fff;
}

.button:active.yellow,
.button:hover.yellow {
  color: #fff !important;
  border-color: #0E2D52;
}

/* ***** */
/* / BUTTON */
/* ***** */
/* ***** */
/* / BUTTON PICTO */
/* ***** */
.button.picto .icon {
  position: relative;
  width: 16px;
  height: 16px;
}

.button.picto .icon.right {
  margin-left: 10px;
}

.button.picto .icon.left {
  margin-right: 10px;
}

@media (min-width: 768px) {
  .button.picto .icon {
    margin-top: 2px;
  }
  .button.picto .icon.right {
    margin-left: 15px;
  }
  .button.picto .icon.left {
    margin-right: 15px;
  }
}
.button.picto svg path {
  -webkit-transition: fill 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: fill 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: fill 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.button.picto.blue svg {
  fill: #fff;
}

.button.picto.white svg {
  fill: #0E2D52;
}

.button.picto.white:active svg,
.button.picto.white:hover svg {
  fill: #fff;
}

.button.picto.ghost svg {
  fill: #0E2D52;
}

.button.picto.ghost:active svg,
.button.picto.ghost:hover svg {
  fill: #F1B235;
}

.button.picto.ghost-white svg {
  fill: #fff;
}

.button.picto.ghost-white:active svg,
.button.picto.ghost-white:hover svg {
  fill: #0E2D52;
}

.button.picto.ghost-blue svg {
  fill: #0E2D52;
}

.button.picto.ghost-blue:active svg,
.button.picto.ghost-blue:hover svg {
  fill: #fff;
}

/* ***** */
/* BUTTON ARROW */
/* ***** */
.button.arrow .icon {
  position: relative;
  width: 16px;
  height: 16px;
  margin-left: 15px;
  margin-top: 2px;
}

.button.arrow svg {
  position: absolute;
  left: 0;
  top: 0;
}

.button.arrow.blue svg {
  fill: #fff;
}

.button.arrow.blue svg:nth-child(2) {
  fill: #fff;
  opacity: 0;
}

.button.arrow.white svg {
  fill: #0E2D52;
}

.button.arrow.white svg:nth-child(2) {
  fill: #fff;
  opacity: 0;
}

.button.arrow.ghost svg {
  fill: #0E2D52;
}

.button.arrow.ghost svg:nth-child(2) {
  fill: #F1B235;
  opacity: 0;
}

.button.arrow.ghost-white svg {
  fill: #fff;
}

.button.arrow.ghost-white svg:nth-child(2) {
  fill: #0E2D52;
  opacity: 0;
}

.button.arrow.ghost-blue svg {
  fill: #0E2D52;
}

.button.arrow.ghost-blue svg:nth-child(2) {
  fill: #fff;
  opacity: 0;
}

/* ***** */
/* / BUTTON ARROW  */
/* ***** */
/* ***** */
/* CUSTOM ICON BUTTON  */
/* ***** */
.button.custom-icon {
  padding-right: 0;
}

.button.custom-icon span:first-child {
  padding: 0 15px;
}

.button.custom-icon .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.button.custom-icon.large .icon {
  width: 49px;
  flex-basis: 49px;
  flex-shrink: 0;
}

.button.custom-icon.medium .icon {
  width: 39px;
  flex-basis: 39px;
  flex-shrink: 0;
}

.button.custom-icon.small .icon {
  width: 29px;
  flex-basis: 29px;
  flex-shrink: 0;
}

.button.custom-icon svg path {
  -webkit-transition: fill 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: fill 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: fill 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/* no svg fill hover  */
.button.custom-icon.blue svg {
  position: relative;
  fill: #fff;
}

/* white  */
.button.custom-icon.white .icon {
  border-color: rgba(0, 0, 0, 0.1);
}

.button.custom-icon.white svg {
  position: relative;
  fill: #0E2D52;
}

.button.custom-icon.white:active .icon,
.button.custom-icon.white:hover .icon {
  border-color: rgba(255, 255, 255, 0.2);
}

.button.custom-icon.white:active svg,
.button.custom-icon.white:hover svg {
  fill: #fff;
}

/* ghost  */
.button.custom-icon.ghost .icon {
  border-color: rgba(0, 0, 0, 0.05);
}

.button.custom-icon.ghost svg {
  fill: #0E2D52;
}

.button.custom-icon.ghost:active .icon,
.button.custom-icon.ghost:hover .icon {
  border-color: rgba(0, 0, 0, 0.1);
}

.button.custom-icon.ghost:active svg,
.button.custom-icon.ghost:hover svg {
  fill: #F1B235;
}

/* ghost-white  */
.button.custom-icon.ghost-white svg {
  fill: #fff;
}

.button.custom-icon.ghost-white:active .icon,
.button.custom-icon.ghost-white:hover .icon {
  border-color: rgba(0, 0, 0, 0.05);
}

.button.custom-icon.ghost-white:active svg,
.button.custom-icon.ghost-white:hover svg {
  fill: #0E2D52;
}

.button.custom-icon.ghost-white:active .icon,
.button.custom-icon.ghost-white:hover .icon {
  border-color: rgba(0, 0, 0, 0.05);
}

/* ghost-blue  */
.button.custom-icon.ghost-blue .icon {
  border-color: rgba(0, 0, 143, 0.1);
}

.button.custom-icon.ghost-blue:active .icon,
.button.custom-icon.ghost-blue:hover .icon {
  border-color: rgba(255, 255, 255, 0.2);
}

.button.custom-icon.ghost-blue svg {
  fill: #0E2D52;
}

.button.custom-icon.ghost-blue:active svg,
.button.custom-icon.ghost-blue:hover svg {
  fill: #fff;
}

/* ghost-yellow  */
.button.custom-icon.ghost-yellow .icon {
  border-color: rgba(0, 0, 143, 0.1);
}

.button.custom-icon.ghost-yellow:active .icon,
.button.custom-icon.ghost-yellow:hover .icon {
  border-color: rgba(255, 255, 255, 0.2);
}

.button.custom-icon.ghost-yellow svg {
  fill: #F1B235;
}

.button.custom-icon.ghost-yellow:active svg,
.button.custom-icon.ghost-yellow:hover svg {
  fill: #fff;
}

.button.custom-icon.large:active:after,
.button.custom-icon.large:hover:after {
  height: 630%;
}

.button.custom-icon.medium:active:after,
.button.custom-icon.medium:hover:after {
  height: 710%;
}

.button.custom-icon.small:active:after,
.button.custom-icon.small:hover:after {
  height: 880%;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

/* ***** */
/* / CUSTOM ICON BUTTON  */
/* ***** */
/*******************/
/** BOTÃO AWESOME **/
/*******************/
a.fa-awesome i {
  font-size: 1.5em;
}
a.fa-awesome:hover {
  opacity: 0.7;
}

/********************/
/** /BOTÃO AWESOME **/
/********************/
/* ===============================*/
/* =======    LinkStyle   ========*/
/* ===============================*/
.link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  color: #0E2D52;
  fill: #0E2D52;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.25s ease;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.08em;
}

.link.red {
  color: #0E2D52;
  fill: #0E2D52;
}

.link.white {
  color: #fff;
  fill: #fff;
}

.link:hover, .link:active {
  color: #00005b;
  fill: #00005b;
}

.link.red:hover, .link.red:active {
  color: #ec4d33;
  fill: #ec4d33;
}

.link.white:hover, .link.white:active {
  color: #fff;
  fill: #fff;
  opacity: 0.6;
}

.link .icon {
  height: 11px;
  width: 17px;
  padding-left: 0;
  padding-right: 0;
}

.link .icon.right {
  padding-left: 5px;
}

.link .icon.left {
  padding-right: 5px;
}

@media (min-width: 768px) {
  .link {
    font-size: 14px;
    line-height: 17px;
  }
  .link .icon {
    width: 23px;
    height: 13px;
  }
  .link .icon.right {
    padding-left: 10px;
  }
  .link .icon.left {
    padding-right: 10px;
  }
}
html, body {
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: #000;
  height: 100%;
  width: 100% !important;
  min-width: 320px;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
html:not(.modal-open), body:not(.modal-open) {
  padding-right: 0px !important;
}

.altura_filtro_apolices {
  margin-top: 27px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.test-cod {
  z-index: 1000;
  position: absolute;
  left: 20px;
  bottom: 20px;
  background-color: purple;
  color: white;
  font-size: 12px;
  padding: 20px 10px;
  width: 600px;
  max-height: 400px;
  overflow: auto;
}

/* BOOTSTRAP ADD-ONS */
/* Bootstrap centered columns styles */
.row-centered {
  text-align: center;
}

.tooltip-pep > div > .tooltip-inner {
  padding: 10px !important;
  margin-left: 3px !important;
  position: absolute !important;
  top: -37px !important;
  left: -10px !important;
  content: none;
}

.tooltip-pep > div > .tooltip-arrow {
  position: absolute !important;
  left: -12px !important;
  top: -17px !important;
  content: none;
}

.page-canvas.no-margin-top {
  margin-top: 0;
}

.form-divide {
  margin-bottom: 15px;
  color: #000;
  /*font-weight: bold;*/
  background: #EBEBEB;
  /*background: #E9F1FB;*/
  padding: 15px;
  border: 1px solid transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.mini-form {
  padding: 15px;
  border: 1px solid transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ddd;
}

.pgtoActive {
  background-color: #EEE;
}

th {
  font-weight: bold;
}

/* assim, sem jquery */
.div-scroll {
  overflow: auto;
  height: 350px;
}

.home img {
  vertical-align: top;
}

.wpp {
  margin-top: 23px;
  margin-left: 10px;
}

.home {
  width: 100%;
}

.home img {
  max-width: 100%;
}

.home span.welcome {
  color: #535353;
  font-size: 20px;
}

.home .dashboard-wrapper {
  display: block;
  margin-top: 36px;
  width: 100%;
}

.home .dashboard-wrapper .dashboard-group {
  /*float: left;
  width: 48%;*/
  position: relative;
  padding-left: 0;
}

.home .dashboard-wrapper .dashboard-group .banner-home {
  position: absolute;
  top: 44.7%;
  background: rgba(0, 154, 229, 0.5);
  width: 430px;
}

.home .dashboard-wrapper .dashboard-group .banner-home-mobile {
  display: none;
  text-align: center;
  color: #525252;
}

.home .dashboard-wrapper .dashboard-group .banner-home-mobile h2 {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.home .dashboard-wrapper .dashboard-group .banner-home:hover,
.home .dashboard-wrapper .dashboard-group .banner-home-mobile:hover {
  text-decoration: none;
}

.home .dashboard-wrapper .dashboard-group .banner-home h2 {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: bold;
  padding: 14px 0px 26px 30px;
  width: 90%;
}

.home .dashboard-wrapper .m-right {
  margin-right: 2%;
}

.home .dashboard-wrapper .dashboard-group .contact-wrapper {
  text-align: center;
  margin-top: 20px;
}

.home .dashboard-wrapper .dashboard-group .contact-wrapper .contact-whats {
  background: url("/dist/img/icon-whatsapp.png") no-repeat center 16px;
}

.home .dashboard-wrapper .dashboard-group .contact-wrapper .contact-mail {
  background: url("/dist/img/icon-mail.png") no-repeat center 16px;
  margin-left: 5%;
  margin-right: 5%;
  cursor: pointer;
}

.home .dashboard-wrapper .dashboard-group .contact-wrapper .contact-phone {
  background: url("/dist/img/icon-phone.png") no-repeat center 16px;
}

.home .dashboard-wrapper .dashboard-group .contact {
  border-top: 1px solid #FF1821;
  margin-top: 64px;
}

.home .dashboard-wrapper .dashboard-group .contact h2 {
  color: #525252;
  font-size: 27px;
  margin-top: 40px;
}

.home .dashboard-wrapper .dashboard-group .contact-group {
  border-radius: 2px;
  float: left;
  width: 30%;
  border: 1px solid #D6D6D6;
  min-height: 98px;
  padding-top: 10px;
}

.home .dashboard-wrapper .dashboard-group .contact-group::after {
  content: "";
  display: block;
  width: 97%;
  border: 1px solid #D6D6D6;
  position: relative;
  top: 4px;
  left: 3px;
  height: 4px;
  border-top: none;
  border-radius: 2px;
}

.home .dashboard-wrapper .dashboard-group .contact-group p {
  color: #858594;
  font-size: 16px;
  margin-top: 50px;
}

/** carousel */
.carousel {
  background-color: #efefef;
  width: 100%;
  height: auto;
  max-height: 250px;
  margin-bottom: 60px;
}
.carousel .carousel-inner {
  height: 100%;
}
.carousel .carousel-inner a {
  cursor: pointer;
}
.carousel .carousel-inner a.carousel-control {
  width: 5%;
}
.carousel .carousel-indicators {
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  margin: 0;
  padding-top: 15px;
}
.carousel .carousel-indicators li {
  margin: 0 4px;
}

@media (max-width: 768px) {
  .carousel {
    display: none;
  }
}
/** /carousel */
.home .dashboard-wrapper .messages {
  border: 1px solid #D6D6D6;
  padding: 0;
}

.home .dashboard-group .messages-title {
  background: #FFF;
  border-bottom: 1px dotted #DDD;
  box-shadow: -1px 6px 5px 0px #DDD;
  padding: 20px;
  position: absolute;
  width: 100%;
}

.home .dashboard-group .messages-wrapper {
  padding-top: 70px;
  height: 643px;
  padding: 120px 20px 0 20px;
  overflow: auto;
}

.home .dashboard-group .messages-wrapper p.no-comments {
  background: url("/dist/img/underline.png") no-repeat center 34px;
  color: #868686;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  margin-top: 165px;
  text-align: center;
}

.home .dashboard-group .messages-wrapper dl dt {
  background: url("/dist/img/arrow_right.png") no-repeat 30px 35px;
  border: 1px solid #D6D6D6;
  border-radius: 3px;
  color: #0D2D85;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  padding: 30px 24px 30px 50px;
}

.home .dashboard-group .messages-wrapper dl dt a {
  text-decoration: none;
}

.home .dashboard-group .messages-wrapper dl dd {
  color: #525252;
  border-radius: 3px;
  font-size: 15px;
  margin-bottom: 30px;
  padding: 0 30px 30px;
  border-top: none;
  border: 1px solid #D6D6D6;
  border-top-color: #FFF;
  margin-top: -1px;
}

.home .dashboard-group .messages-wrapper dl dt span.date {
  color: #858585;
  float: left;
  height: 30px;
  margin-right: 20px;
}

.home .dashboard-wrapper .messages h2 {
  background: url("/dist/img/icon-messages.gif") no-repeat;
  color: #525252;
  font-size: 27px;
  height: 50px;
  margin: 0;
  padding-left: 66px;
  padding-top: 10px;
}

.ng-submitted input.ng-invalid {
  border: 1px solid #FF0000;
}

.ng-invalid div table tbody tr td input.ng-invalid {
  border: 1px solid #FF0000;
}

.ng-invalid div table tbody tr td textarea.ng-invalid {
  border: 1px solid #FF0000;
}

.ng-submitted select.ng-invalid,
.ng-submitted input.ng-invalid,
.ng-submitted textarea.ng-invalid {
  border: 1px solid #FF0000 !important;
}

p.helptext-invalid {
  display: none;
  margin-top: 8px;
  font-weight: bold;
  color: #ff3a3a;
  font-size: 0.8em;
  width: 100%;
}

.ng-submitted .ng-invalid + p.helptext-invalid {
  display: block;
}

.ng-submitted select.ng-invalid {
  border: 1px solid #FF0000;
}

.ng-submitted textarea.ng-invalid {
  border: 1px solid #FF0000;
}

.ccexp-error {
  border: 1px solid #FF0000;
}

.text-small {
  font-size: 75%;
}

.text-gray {
  color: #777;
}

.text-italic {
  font-style: italic;
}

.padding-top-small {
  padding-top: 15px;
}

/* NGANIMATE */
/* ANIMATIONS */
.spinner {
  animation: spin 1s infinite;
  -webkit-animation: spin 1s infinite;
  -moz-animation: spin 1s infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
/* para centralizar o spinner */
.inner {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

/* para manter o rodapé em uma posicção relativa ao contéudo da página */
/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -215px;
  /* Pad bottom by footer height */
  padding: 0 0 215px;
}

#footer {
  height: 60px;
  background-color: #fff;
  border: 1px solid;
  border-color: #ddd;
  padding: 20px;
}

/*
para a página de login
*/
.page-canvas {
  background-color: #fff;
  box-shadow: 0 0 225px rgba(255, 255, 255, 0.55);
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 50px;
  margin-top: 70px;
}

/* ajustes modal */
/*
body {
    background-color: #eee;
    /*background-color: #E9F1FB;
}


a {
    outline: 0!important;
}
p {
    color: #979898;
}
*/
/* ------------------------------------------------------------------ */
/* centered columns styles */
.row-centered {
  text-align: center;
}

.text-centered {
  text-align: center;
}

.row-right {
  text-align: right;
}

.text-green {
  color: #68b828;
}

.text-large {
  font-size: 35px;
}

.text-medium {
  font-size: 12px;
}

.text-medium-title {
  font-size: 16px;
}

.text-big {
  font-size: 20px;
}

.text-bold {
  font-weight: 700;
}

.text-bold.h1, .text-bold.h2, .text-bold.h3, .text-bold.h4, .text-bold.h5, .text-bold.h6 {
  font-weight: 700;
}

.text-upper {
  text-transform: uppercase;
}

.super-large {
  font-size: 66px;
}

.centralizar {
  text-align: center;
  vertical-align: middle;
  line-height: 340px;
}

/* FOOTER */
.footer {
  margin: 40px 0 0 0;
}

.footer .footer-content {
  border-top: 4px solid #425aa0;
}

.footer .footer-content {
  margin-bottom: 20px;
}

.footer .footer-content div {
  padding-top: 10px;
}

.footer ul li {
  list-style: none;
}

.footer .title {
  margin-bottom: 13px;
  font-size: 18px;
  color: #0f2e86;
  text-align: left;
}

.footer .irb-e-voce ul {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
}

.footer .irb-e-voce ul li {
  padding: 0 0 0 10px;
  /*font-size: 16px;*/
  font-size: 13px;
  line-height: 24px;
  background: url("/dist/img/list-icon-arrow.png") no-repeat scroll left center transparent;
  text-align: left;
}

.footer .irb-e-voce ul li a {
  color: #0f2e86;
}

.footer .irb-no-mundo .title {
  text-align: center;
}

.footer .irb-no-mundo a img {
  display: block;
  margin: 0 auto;
  width: 72px;
}

.footer-signature {
  background: #D6D6D6;
  padding: 9px 10%;
  margin: 0;
}

.footer-signature span {
  text-transform: uppercase;
  color: #79838d;
  font-weight: 200;
  font-size: 10px;
  float: right;
}

/* SINISTRO */
.help-steps article {
  padding: 0 0 20px 20px;
}

.help-steps article h3 {
  /*color: $blue;*/
  font-size: 22px;
  margin-bottom: 8px;
}

.help-steps article p {
  font-size: 14px;
  margin-bottom: 15px;
}

.help-steps article p.sinister {
  font-size: 17px;
  padding-top: 35px;
}

.help-steps article ul {
  padding: 10px 0;
  border-top: 1px dotted #CCCCCC;
}

.help-steps article ul li {
  list-style: none;
}

.help-steps article ul li.bullet {
  padding-top: 10px;
}

.help-steps article ul li.bullet:before {
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #0f2e86;
  border-radius: 2px;
  content: "";
  display: inline-block;
  height: 0;
  margin: 0 10px 0 0;
  vertical-align: middle;
  width: 0;
}

.franquia-editavel {
  display: inline-block;
  width: 80px;
}

.msg-sob-consulta {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0px;
  z-index: 999;
}

.badge-notificacao {
  background-color: #d9534f;
}

.titulo-posicao-areia {
  display: block;
  font-size: 20px;
  color: #191970;
}

.tbl-ranking-areia {
  margin-top: 100px;
  background: white;
  border-radius: 3px;
  border-collapse: collapse;
  margin: auto;
  padding: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}

.titulo-ranking-areia {
  color: #ffffff;
  background: #191970;
  border-bottom: 4px solid #9ea7af;
  font-size: 20px;
  font-weight: 100;
  padding: 24px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.tbl-row-ranking-areia {
  border-top: 1px solid #C1C3D1;
  border-bottom: 1px solid #C1C3D1;
  color: #666B85;
  font-size: 16px;
  font-weight: normal;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
  border-right: 1px solid #666B85 !important;
}

.tbl-row-ranking-areia:nth-child(odd) td {
  background: #EBEBEB;
}

.tbl-inf-ranking-areia {
  background: #FFFFFF;
  padding: 20px;
  text-align: left;
  vertical-align: middle;
  font-weight: 300;
  font-size: 15px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
  border: 1px solid #C1C3D1;
}

.text-left {
  text-align: left;
}

.img-camp-pe-areia {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 240px;
}

.titulo-msg-areia {
  font-size: 20px;
  padding-bottom: 150px;
}

.img-camp-pe-areia-cad {
  float: left;
  width: 46%;
  margin-left: 100px;
}

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

.lbl-trofeu-ranking {
  margin-top: 50px;
}

.paragrafo-pe-areia {
  padding: 5px;
  font-style: italic;
  color: #191970;
  font-size: 17px;
}

.p-obs-pe-areia {
  font-size: 10px;
}

.home-pe-na-areia {
  width: 100%;
  text-align: center;
}

.ver-mais {
  border: 1px solid #C1C3D1 !important;
}

.tbl-inf-ranking-areia-ver-mais {
  font-size: 14px;
  cursor: pointer;
}

.conteudo-mensagem {
  text-align: justify;
}

.text-justify {
  text-align: justify;
}

.table-cobertura-vida > tbody > tr:last-child {
  font-weight: bold;
}

div.forma-pagto-vida .div-scroll {
  overflow: auto;
  height: 140px;
}

.home-pe-na-areia {
  width: 100%;
  text-align: center;
}

.ver-mais {
  border: 1px solid #C1C3D1 !important;
}

.tbl-inf-ranking-areia-ver-mais {
  font-size: 14px;
  cursor: pointer;
}

.conteudo-mensagem {
  text-align: justify;
}

@media screen and (max-width: 1200px) {
  .home .dashboard-wrapper .dashboard-group {
    padding: 0;
  }
  .home .dashboard-wrapper .messages {
    margin-top: 50px;
  }
  .home .dashboard-group .messages-wrapper dl dd {
    padding-top: 10px;
  }
}
@media screen and (max-width: 699px) {
  .home .dashboard-wrapper .dashboard-group .banner-home {
    display: none;
  }
  .home .dashboard-wrapper .dashboard-group .banner-home-mobile {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .home .dashboard-wrapper .dashboard-group .contact-group {
    width: 100%;
    margin-bottom: 30px;
  }
  .home .dashboard-wrapper .dashboard-group .contact {
    margin-top: 40px;
  }
  .home .dashboard-wrapper .dashboard-group .contact-wrapper .contact-mail {
    margin-right: 0;
    margin-left: 0;
  }
  .home .dashboard-wrapper .messages h2 {
    font-size: 20px;
    padding-top: 0;
  }
  .home .dashboard-group .messages-wrapper dl dt span.date {
    height: 6px;
  }
}
div.checkbox.ck-mult-franquia {
  display: inline-block;
  margin: 0px;
  font-size: 12px;
  margin-left: 10px;
}

.ck-mult-franquia label::before {
  width: 15px;
  height: 15px;
  margin-left: -19px;
}

.ck-mult-franquia label {
  padding-left: 1px;
}

.somente-leitura input {
  background-color: #F9F9F9 !important;
  cursor: not-allowed !important;
}

.loader-container {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: transparent;
  color: white;
  font-weight: bold;
  text-align: center;
  z-index: 9999;
}

.loader-inner {
  margin: 0px auto;
  width: 150px;
  height: 150px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 20px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.loader-msg {
  position: relative;
  bottom: 60px;
}

.loader-msg-parameter {
  position: relative;
  bottom: 70px;
}

.loader-container-part {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  font-weight: bold;
  text-align: center;
  z-index: 9999;
  display: grid;
  grid-template-columns: 1fr;
}

.loader-icon-part {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  justify-self: center;
  align-self: center;
}

.loader-icon {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  margin-top: 15px;
}

.loader-icon > div,
.loader-icon-part > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.loader-icon .rect2,
.loader-icon-part .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.loader-icon .rect3,
.loader-icon-part .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.loader-icon .rect4,
.loader-icon-part .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.loader-icon .rect5,
.loader-icon-part .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.texto-centralizado {
  text-align: center;
}

.linha-selecionavel {
  cursor: pointer;
}

.ng-inline-edit__text:hover {
  background: #ff0;
  border-radius: 4px;
}

.ng-inline-edit__text {
  padding: 2px 3px;
  border-bottom: 1px dashed #091e58;
  cursor: pointer;
}

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

.linha-success {
  background-color: #5cb85c;
  color: white;
}

#chat-icon {
  font-size: 24px;
  padding-top: 5px;
  color: white;
  background-color: #091e58;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 1000;
  cursor: pointer;
}

#chat-icon > .badge {
  background-color: #d9534f;
  position: absolute;
  top: -8px;
  right: -2px;
}

#chat-container .chat {
  list-style: none;
  margin: 0;
  padding: 0;
}

#chat-container .chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
}

#chat-container .chat li.left .chat-body {
  margin-left: 60px;
}

#chat-container .chat li.right .chat-body {
  margin-right: 60px;
}

#chat-container .chat li .chat-body p {
  margin: 0;
  color: #777777;
}

#chat-container .panel .slidedown .glyphicon, #chat-container .chat .glyphicon {
  margin-right: 5px;
}

#chat-container .panel-body {
  overflow-y: auto;
  height: 250px;
}

#chat-container ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

#chat-container ::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

#chat-container ::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

.badge-msg-chat {
  background-color: #d9534f;
  font-size: 14px;
  position: relative;
  top: 2px;
}

h4.contato {
  font-size: 14px;
  line-height: 30px;
  margin-left: 50px;
}

.conteudo-msg-chat {
  background-color: #0e2e86;
  color: white !important;
  padding: 5px;
  border-radius: 10px;
  text-align: right;
  display: inline-block;
  max-width: 210px;
  word-wrap: break-word;
}

.conteudo-msg-chat-participante {
  background-color: #f1f0f0;
  padding: 5px;
  border-radius: 10px;
  text-align: left;
  display: inline-block;
  max-width: 210px;
  word-wrap: break-word;
}

._5ugf {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  color: #4b4f56;
  padding: 2px 5px;
}

._51lp {
  background-clip: padding-box;
  display: inline-block;
  font-size: 14px;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 1.3;
  min-height: 13px;
}

.div-box-sombra {
  box-shadow: inset 1px 0px 4px -39px #ABABAB, 1px 1px 5px 1px #DDD;
  box-shadow: inset 1px 0px 4px -39px #ABABAB, 1px 1px 5px 1px #DDD;
  -moz-box-shadow: inset 1px 0px 4px -39px #ABABAB, 1px 1px 5px 1px #DDD;
  -o-box-shadow: inset 1px 0px 4px -39px #ABABAB, 1px 1px 5px 1px #DDD;
}

.card-contato {
  background: white;
  float: left;
  width: 30%;
  text-align: center;
  margin: 5px;
  margin-left: 12px;
  padding: 10px;
  text-transform: capitalize;
  cursor: pointer;
}

.card-contato-ausente {
  background: white;
  float: left;
  width: 30%;
  text-align: center;
  margin: 5px;
  margin-left: 12px;
  padding: 10px;
  text-transform: capitalize;
  cursor: not-allowed;
  opacity: 0.3;
  line-height: 0.9;
}

.drop-box {
  border: 2px dashed #0087F7;
  border-radius: 5px;
  background: white;
  width: 100%;
  max-width: 250px;
  height: 150px;
  display: block;
  text-align: center;
  line-height: 140px;
  cursor: pointer;
}

.dragover {
  border-style: solid;
}

.cobertura-valor-asc {
  border: 1px solid #FF0000;
}

.chat-imagem {
  border: 5px solid #f1f0f0;
  border-radius: 10px;
  padding: 5px;
  display: inline-block;
}

.chat-imagem-usuario {
  border: 5px solid #0e2e86;
  border-radius: 10px;
  padding: 5px;
  display: inline-block;
}

#timeline {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #758D96;
}

#timeline .li {
  transition: all 200ms ease-in;
}

#timeline .timestamp {
  margin-bottom: 20px;
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#timeline .status {
  padding: 10px 40px;
  display: flex;
  justify-content: center;
  border-top: 2px solid #D6DCE0;
  position: relative;
  transition: all 200ms ease-in;
}

#timeline .status h4 {
  font-weight: 600;
  position: relative;
  right: 5px;
}

#timeline .status:before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 25px;
  border: 1px solid #D6D6D6;
  position: absolute;
  top: -15px;
  left: 42%;
  transition: all 200ms ease-in;
}

#timeline .li.complete .status {
  border-top: 2px solid #66DC71;
}

#timeline .li.complete .status:before {
  background-color: #66DC71;
  border: none;
  transition: all 200ms ease-in;
}

#timeline .li.complete .status h4 {
  color: #66DC71;
}

#timeline span.label {
  position: relative;
  top: 2px;
  padding: 4px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.label.list {
  display: inline-block;
  width: 65px;
}

#timeline .impressao {
  text-align: center;
  margin: 0px;
  padding: 0px;
  position: relative;
  bottom: 27px;
  height: 40px;
}

.box-info {
  margin-top: 30px;
  border: 1px solid #E2E9ED;
  border-top: 2px solid #e7eaec;
  height: 120px;
  width: 190px;
  margin-left: 33px;
}

.infos {
  background-color: gray;
}

.titulos-infos {
  font-weight: bolder;
  color: grey;
}

.graphics {
  margin-top: 200px;
}

.logo-top {
  margin-bottom: 30px;
  height: 100px;
  border-bottom: 3px solid midnightblue;
}

.img-conteudo {
  height: 410px;
}

.titulo-produto {
  font-size: 30px;
  color: midnightblue;
  font-weight: bolder;
  position: relative;
  line-height: 100px;
}

.links {
  margin-top: 50px;
}

.links h3 {
  margin-bottom: 30px;
}

.box-tab {
  font-weight: bolder;
  color: blue;
  margin: 0px 5px 5px 0px;
}

.tab-pane {
  overflow-y: scroll;
  max-height: 370px;
}

.tab-content ::-webkit-scrollbar {
  width: 0.15em;
  height: 0.15em;
}

.tab-content ::-webkit-scrollbar-thumb {
  background: slategray;
}

.tab-content ::-webkit-scrollbar-track {
  background: #b8c0c8;
}

.conteudo-tab ul li {
  list-style: none;
}

.conteudo-tab ul {
  margin-top: 30px;
}

.conteudo-tab h4 {
  margin-bottom: 30px;
}

.tab-pane {
  background-color: #f5f5f0;
  width: 100%;
  padding: 5px 40px 20px 40px;
  border-right: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  border-left: 1px solid #D6D6D6;
  color: grey;
  line-height: 25px;
  min-height: 370px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background-color: #f5f5f0;
}

i.info-setas-cotacoes {
  font-size: 20px;
  margin-left: 88px;
}

i.info-setas-apolices {
  font-size: 20px;
  margin-left: 93px;
}

i.info-setas-propostas {
  font-size: 20px;
  margin-left: 84px;
}

i.info-setas-parcelas {
  font-size: 20px;
  margin-left: 29px;
}

i.info-setas-parcelas-2 {
  font-size: 20px;
  margin-left: 11px;
}

.botao-nova-cotacao {
  margin-top: 25px;
  margin-left: 90px;
}

.botao-link:hover {
  cursor: pointer;
  text-decoration: underline;
}

#legendas-grafico ul li {
  list-style: none;
}

#legenda-propostas {
  color: #196be6;
}

#legenda-cotacoes {
  color: #99ccff;
}

#legendas-grafico ul li spam {
  font-weight: bolder;
  font-size: 12px;
  color: grey;
  margin-left: 5px;
}

.btn.btn-primary.enviar {
  margin-top: 18px;
  margin-left: 15px;
  width: 170px;
}

.price_table_container {
  text-align: center;
  color: #666;
  margin-top: 35px;
}

.price_table_heading {
  font-size: 21px;
  padding: 10px;
  background: #EEE;
}

.price_table_row {
  padding: 15px;
  background: #FFF;
  font-size: 12px;
}

.price_table_row_selected {
  border-left: 2px solid #0E2D52;
  border-right: 2px solid #0E2D52;
}

.cost {
  padding: 15px;
  font-size: 20px;
}

.cost span {
  font-size: 15px;
}

.price_table_row:nth-of-type(even) {
  background: #F8F8F8;
}

.price_table_container .btn {
  border-radius: 0px;
}

.recommended {
  /*USER DEFINED COLOUR*/
  background: #FF3A3A;
  color: #FFF;
  /*USER DEFINED COLOUR*/
  padding: 3px 0 3px 0;
  margin-top: 10px;
  text-align: center;
  margin-bottom: -35px;
}

.spacer {
  width: 100%;
  height: 50px;
}

/*Already Defined Colours*/
/*Background*/
.primary-bg {
  background: #0E2D52 !important;
  color: #FFF;
}

.success-bg {
  background: #5CB85C;
  color: #FFF;
}

.info-bg {
  background: #5BC0DE;
  color: #FFF;
}

.warning-bg {
  background: #F0AD4E;
  color: #FFF;
}

.danger-bg {
  background: #D9534F;
  color: #FFF;
}

.dark-bg {
  background: #444;
  color: #FFF;
}

.royal-bg {
  background: #8E74E2;
  color: #FFF;
}

.static-bg {
  background: #2BB0A6;
  color: #FFF;
}

/*Only Text Colours*/
.primary-text {
  background: #FFF;
  color: #0E2D52;
}

.success-text {
  background: #FFF;
  color: #5CB85C;
}

.info-text {
  background: #FFF;
  color: #5BC0DE;
}

.warning-text {
  background: #FFF;
  color: #F0AD4E;
}

.danger-text {
  background: #FFF;
  color: #D9534F;
}

.dark-text {
  background: #FFF;
  color: #444;
}

.royal-text {
  background: #FFF;
  color: #8E74E2;
}

.static-text {
  background: #FFF;
  color: #2BB0A6;
}

/*Additional Button styles*/
/*BTN-DARK*/
.btn-dark {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus,
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  color: #fff;
  background-color: #222;
  border-color: #222;
}

.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  background-image: none;
}

/*BTN-ROYAL---------*/
.btn-royal {
  color: #fff;
  background-color: #8E74E2;
  border-color: #8E74E2;
}

.btn-royal:hover,
.btn-royal:focus,
.btn-royal.focus,
.btn-royal:active,
.btn-royal.active,
.open > .dropdown-toggle.btn-royal {
  color: #fff;
  background-color: #7451E8;
  border-color: #7451E8;
}

.btn-royal:active,
.btn-royal.active,
.open > .dropdown-toggle.btn-royal {
  background-image: none;
}

/*BTN-STATIC---------*/
.btn-static {
  color: #fff;
  background-color: #2BB0A6;
  border-color: #2BB0A6;
}

.btn-static:hover,
.btn-static:focus,
.btn-static.focus,
.btn-static:active,
.btn-static.active,
.open > .dropdown-toggle.btn-static {
  color: #fff;
  background-color: #07A094;
  border-color: #07A094;
}

.btn-static:active,
.btn-static.active,
.open > .dropdown-toggle.btn-static {
  background-image: none;
}

input[type=range] {
  padding: 0;
  cursor: pointer;
}

.tbl-ranking-geral-areia {
  background: white;
  border-radius: 3px;
  border-collapse: collapse;
  padding: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}

.tbl-row-ranking-geral-areia {
  border-top: 1px solid #C1C3D1;
  border-bottom: 1px solid #C1C3D1;
  color: #666B85;
  font-size: 5px;
  /*font-weight:normal;*/
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
  border-right: 1px solid #666B85 !important;
}

.titulo-row-ranking-geral-areia {
  color: #ffffff;
  background: #191970;
  border-bottom: 1px solid #9ea7af;
  font-size: 20px;
  font-weight: 100;
  padding: 10px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.tbl-row-info-ranking-geral-areia {
  color: #ffffff;
  background: #191970;
  font-size: 14px;
  padding: 5px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.tbl-inf-ranking-geral-areia {
  background: #FFFFFF;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  font-weight: 100;
  font-size: 15px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
  border: 1px solid #C1C3D1;
}

.tbl-row-info-titulo {
  border-right: 1px solid #C1C3D1;
}

.separaTables {
  border-right: 1px solid #C1C3D1;
}

.escondido {
  visibility: hidden;
}

/* -==== PROFILE DROP-DOWN ==== */
.main-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-nav__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-style: normal;
  padding: 0 1rem;
}

.main-nav__inner-nav {
  position: relative;
}

.main-nav__inner-nav > a:not(.profile-dropdown-trigger):not(.dropdown-trigger--mobile) {
  padding: 0 0.5rem;
  margin: 0 0.25rem;
  color: #7b7de5;
  font-weight: 500;
}

@media (max-width: 1000px) {
  .main-nav__inner-nav > a:not(.profile-dropdown-trigger):not(.dropdown-trigger--mobile) {
    display: none;
  }
}
.profile-dropdown-trigger {
  margin: 0 0.25rem;
}

.dropdown-trigger--mobile {
  position: relative;
  top: 0.75rem;
  margin-right: 0.75rem;
}

@media (min-width: 1000px) {
  .dropdown-trigger--mobile {
    display: none;
  }
}
.dropdown-trigger--mobile i {
  font-size: 2rem;
  color: #7b7de5;
}

.profile-dropdown-trigger:after {
  font-family: "Material Icons";
  content: "\e5c5";
  top: 50%;
  color: #777;
}

.profile-dropdown-trigger img {
  border: 3px solid #eee;
  padding: 0.1rem;
  height: 5.5rem;
  width: 5.5rem;
  border-radius: 50%;
  margin-top: 15px;
}

.sidebar-badge {
  color: white;
  background-color: #42adf4;
  display: inline-block;
  height: 19px;
  line-height: 19px;
  padding: 1px;
  font-size: 12px;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 30%;
}

.sidebar-badge-empty {
  color: black;
  background-color: #F9F9F9;
  display: inline-block;
  height: 19px;
  line-height: 19px;
  padding: 1px;
  font-size: 12px;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 30%;
}

.profile-dropdown img {
  width: 100px;
  height: 100px;
}

.profile-dropdown .profile-header {
  padding: 0px;
  z-index: 1;
  line-height: 1.5em;
}

.main-nav__dropdown {
  position: absolute;
  background: #fff;
  width: 300px;
  top: 8rem;
  right: 7.7%;
  min-width: 20rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 14px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  z-index: -1;
  opacity: 0;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  pointer-events: none;
}

.main-nav__dropdown.active {
  opacity: 1;
  z-index: 50;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.dropdown__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 13px;
}

.dropdown__header a {
  width: 100%;
  text-align: left;
  color: #333;
}

.triangle-up {
  width: 10px;
  position: absolute;
  left: 87.5%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid midnightblue;
  bottom: 0;
}

.dropdown__header img {
  height: 3rem;
  width: auto;
  border-radius: 50%;
}

.dropdown__name {
  color: #555;
  margin: 0.5rem 0 0.25rem;
  font-size: 18px;
}

.dropdown__title {
  font-size: 0.85rem;
  color: #999;
  font-size: 15px;
}

.dropdown__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #D6D6D6;
}

.dropdown__nav a {
  padding: 0.5rem 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dropdown__nav a span:not(.material-icons) {
  margin-left: 0.35rem;
}

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

.dados-profile-dropdown {
  text-align: center;
  margin-bottom: 5px;
}

.profile-dropdown {
  border-top: 5px solid midnightblue;
}

.input-group.dropup .dropdown-menu, .dropdown-toggle .dropdown-menu, #navbar .dropdown-menu, #dropdown-prod-cot {
  border-top: 5px solid midnightblue;
  border-radius: 0;
}

.menu-profile {
  float: right;
}

@media screen and (max-width: 767px) {
  .menu-profile {
    float: none;
  }
  .triangle-up {
    display: none;
  }
}
.profile-submenus {
  list-style: none;
  padding: 0;
  margin: 0;
}

.alert-dados-profile:hover {
  cursor: pointer;
  text-decoration: underline;
}

.alert-dados-profile {
  font-size: 12px;
}

.processando-dados-home span {
  font-size: 40px;
  margin-left: 60px;
  margin-top: 10px;
}

.processando-dados-home p {
  font-size: 15px;
  text-align: center;
}

/* ========================= emails */
* {
  box-sizing: border-box;
}

.opcoes-email {
  list-style-type: none;
}

.modal-body-msg {
  background: #FFF;
  font-weight: 400;
  line-height: 1.5em;
  color: #888;
}

.modal-body-msg h1 {
  font-size: 50px;
  line-height: 40px;
  font-weight: 100;
}

.modal-body-msg p {
  margin-bottom: 1em;
}

.modal-body-msg a {
  color: #61c7b3;
  text-decoration: none;
  transition-duration: 0.3s;
}

.modal-body-msg a:hover {
  color: #338f7d;
  transition-duration: 0.05s;
  text-decoration: none;
}

.circle-icon {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  border: 2px solid #B4BBC1;
  border-radius: 100px;
  font-size: 14px;
  color: #B4BBC1;
  cursor: pointer;
  display: block;
  float: left;
}

.circle-icon.small {
  height: 25px;
  width: 25px;
  line-height: 23px;
  font-size: 11px;
}

.circle-icon:hover {
  color: #57636C;
  border-color: #57636C;
}

.circle-icon.red {
  color: #d23b3d;
  border-color: #d23b3d;
}

.circle-icon.gray {
  color: gray;
  border-color: gray;
  pointer-events: none;
  cursor: not-allowed !important;
}

.circle-icon.red:hover {
  color: #791C1E;
  border-color: #791C1E;
}

.checkbox-wrapper {
  cursor: pointer;
  height: 20px;
  width: 20px;
  position: relative;
  display: inline-block;
  box-shadow: inset 0 0 0 1px #A3ADB2;
  border-radius: 1px;
}

.checkbox-wrapper input {
  opacity: 0;
  cursor: pointer;
}

.checkbox-wrapper input:checked ~ label {
  opacity: 1;
}

.checkbox-wrapper label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background: #A3ADB2;
  opacity: 0;
  transition-duration: 0.05s;
}

.checkbox-wrapper label:hover {
  background: #95a1a6;
  opacity: 0.5;
}

.checkbox-wrapper label:active {
  background: #87949b;
}

.modal-body-msg .header {
  padding: 20px 60px;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
}

.modal-body-msg .header .page-title {
  display: block;
}

.modal-body-msg .header .page-title .sidebar-toggle-btn {
  width: 0;
  margin-top: 1px;
  padding: 11px 0 0 0;
  float: left;
  position: relative;
  display: block;
  cursor: pointer;
  transition-duration: 0.3s;
  transition-delay: 0.5s;
  opacity: 0;
  margin-right: 0;
}

.show-sidebar .modal-body-msg .header .page-title .sidebar-toggle-btn {
  transition-delay: 0s;
}

.modal-body-msg .header .page-title .sidebar-toggle-btn .line {
  height: 3px;
  display: block;
  background: #888888;
  margin-bottom: 4px;
  transition-duration: 0.5s;
  transition-delay: 0.5s;
}

.show-sidebar .modal-body-msg .header .page-title .sidebar-toggle-btn .line-angle1 {
  transform: rotate(-120deg);
}

.show-sidebar .modal-body-msg .header .page-title .sidebar-toggle-btn .line-angle2 {
  transform: rotate(120deg);
}

.modal-body-msg .header .page-title .sidebar-toggle-btn .line-angle1 {
  width: 8px;
  margin: 0;
  position: absolute;
  top: 15px;
  left: -11px;
  transform: rotate(-60deg);
}

.modal-body-msg .header .page-title .sidebar-toggle-btn .line-angle2 {
  width: 8px;
  margin: 0;
  position: absolute;
  top: 21px;
  left: -11px;
  transform: rotate(60deg);
}

.modal-body-msg .header .page-title .icon {
  font-size: 15px;
  margin-left: 20px;
  position: relative;
  top: -5px;
  cursor: pointer;
}

.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background: #87CEFA;
  border-radius: 50%;
  margin-right: 8px;
}
.circle .icon-apresentacao {
  width: 15px;
  color: #00A8FF;
  filter: invert(17%) sepia(96%) saturate(5085%) hue-rotate(229deg) brightness(96%) contrast(95%);
}

/* ajustes modal */
.modal {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal .modal-dialog {
  overflow-y: auto;
}
.modal .modal-dialog .modal-header .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
}
.modal .modal-dialog .modal-image {
  width: 100%;
  height: 130px;
  margin-top: -1px;
}
.modal .modal-dialog .modal-image .aeronautico {
  background-image: url("img/produtosApresentacao/01-aeronauticos.jpg");
}
.modal .modal-dialog .modal-image .rcg {
  background-image: url("img/produtosApresentacao/02-Civil-Geral-e-Riscos-Ambientais-Danos-por-COndições-de-Poluição.jpg");
}
.modal .modal-dialog .modal-image .eo {
  background-image: url("img/produtosApresentacao/03-E&O.jpg");
}
.modal .modal-dialog .modal-image .do {
  background-image: url("img/produtosApresentacao/04-D&O.jpg");
}
.modal .modal-dialog .modal-image .transporte {
  background-image: url("img/produtosApresentacao/05-Transportes.jpg");
}
.modal .modal-dialog .modal-image .operacional {
  background-image: url("img/produtosApresentacao/06-Riscos-Nomeados-e-Operacionais.jpg");
}
.modal .modal-dialog .modal-image .engenharia {
  background-image: url("img/produtosApresentacao/07-Riscos-de-Engenharia.jpg");
}
.modal .modal-dialog .modal-image .petroleo {
  background-image: url("img/produtosApresentacao/08-Riscos-de-Petroleo.jpg");
}
.modal .modal-dialog .modal-image .afinidades {
  background-image: url("img/produtosApresentacao/09-Afinidades.jpg");
}
.modal .modal-dialog .modal-image .travel {
  background-image: url("img/produtosApresentacao/10-Travel.jpg");
}
.modal .modal-dialog .modal-image .vida {
  background-image: url("img/produtosApresentacao/11-Vida-em-grupo-e-acidentes-pessoais-coletivos.jpg");
}
.modal .modal-dialog .emails-modal {
  margin-top: 20px;
}
.modal .modal-dialog .emails-modal .display {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.modal .modal-dialog .emails-modal .display .text {
  font-size: 12px;
}
.modal .modal-dialog .description-modal {
  background-color: #F6F3ED;
  padding: 5px 18px 5px 18px;
}
.modal .modal-dialog .title-first-modal {
  margin-bottom: 6px;
}
.modal .modal-dialog .title-modal {
  margin-top: 20px;
  margin-bottom: 6px;
}
.modal .modal-dialog .modal-body .header .search-box {
  position: relative;
  float: right;
  width: 150px;
  height: 40px;
}
.modal .modal-dialog .modal-body .header .search-box input, .modal .modal-dialog .modal-body .header .search-box .icon {
  transition-duration: 0.3s;
}
.modal .modal-dialog .modal-body .header .search-box input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  text-indent: 15px;
  height: 40px;
  z-index: 2;
  outline: none;
  color: #999;
  background: transparent;
  border: 2px solid #efefef;
  border-radius: 5px;
  transition-timing-function: cubic-bezier(0.3, 1.5, 0.6, 1);
}
.modal .modal-dialog .modal-body .header .search-box input:focus {
  color: #333;
  border-color: #d6d6d6;
  width: 150%;
}
.modal .modal-dialog .modal-body .header .search-box input:focus ~ .icon {
  opacity: 1;
  z-index: 3;
  color: #61c7b3;
}
.modal .modal-dialog .modal-body .header .search-box .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  text-align: center;
  line-height: 40px;
  z-index: 1;
  cursor: pointer;
  opacity: 0.5;
}
.modal .modal-dialog .modal-large .modal-header {
  padding: 20px 30px;
}
.modal .modal-dialog .modal-large .modal-body {
  padding: 60px 30px;
}

@media only screen and (max-width: 768px) {
  .modal-body-msg .header .search-box {
    float: none;
    width: 100%;
  }
  .modal-body-msg .header .search-box input,
  .modal-body-msg .header .search-box input:focus {
    width: 100%;
  }
}
.modal-body-msg .action-bar {
  padding: 20px 30px;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
}

.modal-body-msg .action-bar li {
  float: left;
  margin-right: 10px;
}

.modal-body-msg .modal-body-msg-nano-wrapper {
  position: absolute;
  top: 126px;
  bottom: 0;
  height: auto;
  left: 0;
}

.modal-body-msg .message-list {
  display: block;
  padding-left: 0px;
  margin-left: 20px;
}

.modal-body-msg .message-list li {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  cursor: default;
  transition-duration: 0.3s;
}

.modal-body-msg .message-list li:hover,
.modal-body-msg .message-list li.active,
.modal-body-msg .message-list li.selected {
  background: #efefef;
  transition-duration: 0.05s;
}

.modal-body-msg .message-list li.active,
.modal-body-msg .message-list li.active:hover {
  box-shadow: inset 5px 0 0 #61c7b3;
}

.modal-body-msg .message-list li.unread {
  font-weight: 600;
  color: #555;
}

.modal-body-msg .message-list li .col {
  float: left;
  position: relative;
}

.modal-body-msg .message-list li.blue-dot .col-1 .dot {
  border-color: #1bc3e1;
}

.modal-body-msg .message-list li.orange-dot .col-1 .dot {
  border-color: #e2a917;
}

.modal-body-msg .message-list li.green-dot .col-1 .dot {
  border-color: #9ae14f;
}

.modal-body-msg .message-list li .col-1 {
  width: 400px;
}

.modal-body-msg .message-list li .col-1 .star-toggle,
.modal-body-msg .message-list li .col-1 .checkbox-wrapper,
.modal-body-msg .message-list li .col-1 .dot {
  display: block;
  float: left;
}

.modal-body-msg .message-list li .col-1 .dot {
  border: 4px solid transparent;
  border-radius: 100px;
  margin: 22px 26px 0;
  height: 0;
  width: 0;
  line-height: 0;
  font-size: 0;
}

.modal-body-msg .message-list li .col-1 .checkbox-wrapper {
  margin-top: 15px;
  margin-right: 10px;
}

.modal-body-msg .message-list li .col-1 .star-toggle {
  margin-top: 15px;
}

.modal-body-msg .message-list li .col-1 .title {
  position: absolute;
  left: 120px;
  right: 0;
  margin-top: 17px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.modal-body-msg .message-list li .col-2 {
  position: absolute;
  top: 0;
  left: 400px;
  right: 0;
  bottom: 0;
}

.modal-body-msg .message-list li .col-2 .subject,
.modal-body-msg .message-list li .col-2 .date {
  position: absolute;
  top: 0;
}

.modal-body-msg .message-list li .col-2 .subject {
  left: 0;
  right: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.modal-body-msg .message-list li .col-2 .date {
  right: 0;
  width: 280px;
  padding-left: 80px;
  text-align: center;
}

.modal-body-msg .message-list li .col-3 {
  position: absolute;
  top: 0;
  left: 750px;
  right: 0;
  bottom: 0;
}

.modal-body-msg .message-list li .col-3 .attach {
  position: absolute;
  top: 0;
}

.modal-body-msg .message-list li .col-3 .attach {
  right: 20px;
  text-align: center;
}

.modal-body-msg .load-more-link {
  display: block;
  text-align: center;
  margin: 30px 0 100px 0;
}

#message {
  background: #efefef;
  margin-left: 20px;
  padding: 0 20px 0 20px;
}

#message .header {
  margin-left: 25px;
  padding: 0;
}

#message .header .page-title {
  display: block;
  float: none;
  margin-bottom: 20px;
}

#message .header .page-title .icon {
  margin-top: 4px;
  margin-right: 10px;
}

#message .header .grey {
  margin-left: 10px;
  color: #999;
}

#message #message-nano-wrapper {
  position: relative;
  top: 1px;
  /* bottom: 50px; */
  /*height: 27em;*/
  /* left: 0; */
  /* right: 0; */
  /* width: auto; */
}

#message .message-container {
  padding: 0 30px;
  list-style-type: none;
}

#message .message-container li {
  padding: 25px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #FFF;
  margin: 0 0 30px 0;
  position: relative;
}

#message .message-container li:hover .details .left .arrow {
  background: #61c7b3;
  border: 0px solid #61c7b3;
}

#message .message-container li:hover .details .left .arrow.orange {
  background: #e2a917;
  border: 0px solid #e2a917;
}

#message .message-container li .details {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  overflow: hidden;
}

#message .message-container li .details .left {
  float: left;
  font-weight: 600;
  color: #888888;
  transition-duration: 0.3s;
}

#message .message-container li .details .left .arrow {
  display: inline-block;
  position: relative;
  height: 2px;
  width: 20px;
  background: rgba(0, 0, 0, 0.15);
  vertical-align: top;
  margin-top: 12px;
  margin: 12px 20px 0 15px;
  border: 0px solid rgba(0, 0, 0, 0.15);
  transition-duration: 0.3s;
}

#message .message-container li .details .left .arrow:after {
  position: absolute;
  top: -4px;
  left: 100%;
  height: 0;
  width: 0;
  border: inherit;
  border-width: 7px;
  border-style: solid;
  content: "";
  border-right: 0;
  border-top-color: transparent;
  border-color: transparent;
  border-top-width: 5px;
  border-width: 5px;
}

#message .message-container li .details .right {
  float: right;
  color: #999;
}

#message .message-container li .message {
  margin-bottom: 40px;
}

#message .message-container li .message p:last-child {
  margin-bottom: 0;
}

#message .message-container li:hover .tool-box .red-hover {
  color: #d23b3d;
  border-color: #d23b3d;
}

#message .message-container li:hover .tool-box .red-hover:hover {
  color: #791C1E;
  border-color: #791C1E;
}

#message .message-container li .tool-box {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 8px 10px;
  transition-duration: 0.3s;
  cursor: pointer;
}

#message .message-container li .tool-box a {
  margin-right: 10px;
}

#message .message-container li .tool-box a:last-child {
  margin-right: 0;
}

#message .message-container li:hover .download-attach .red-hover {
  color: #d23b3d;
  border-color: #d23b3d;
}

#message .message-container li:hover .download-attach .red-hover:hover {
  color: #791C1E;
  border-color: #791C1E;
}

#message .message-container li .download-attach {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px 10px;
  transition-duration: 0.3s;
  cursor: pointer;
}

#message .message-container li .download-attach a {
  margin-right: 10px;
}

#message .message-container li .download-attach a:last-child {
  margin-right: 0;
}

.show-message #message {
  transform: none;
}

.show-message .modal-body-msg {
  margin-right: 40%;
}

@media only screen and (min-width: 1499px) {
  .modal-body-msg .overlay {
    display: none;
  }
}
@media only screen and (max-width: 1500px) {
  .show-message .modal-body-msg {
    margin-right: 0;
  }
  .show-message #message {
    left: 50%;
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  #sidebar {
    transform: translateX(-100%);
  }
  .modal-body-msg {
    left: 0;
    box-shadow: none;
  }
  .modal-body-msg .header .page-title .sidebar-toggle-btn {
    margin-right: 20px;
    opacity: 1;
    width: 20px;
  }
  .show-sidebar #sidebar {
    transform: none;
  }
  .show-sidebar .modal-body-msg {
    transform: translateX(300px);
  }
  .show-message .modal-body-msg {
    margin-right: 0;
  }
  .show-message #message {
    left: 20%;
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  /*
  .modal-body-msg .header .search-box {
     float: none;
     width: 100%;
     margin-bottom: -110px;
     margin-top: 70px;
   }
   .modal-body-msg .header .search-box input,
   .modal-body-msg .header .search-box input:focus {
     width: 100%;
   }
   */
  .modal-body-msg .header .page-title {
    margin-bottom: 50px;
  }
  .modal-body-msg .modal-body-msg-nano-wrapper {
    position: absolute;
    top: 260px;
    bottom: 0;
    height: auto;
  }
  .modal-body-msg .message-list li .col-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 120px;
    width: auto;
  }
  .modal-body-msg .message-list li .col-2 {
    right: 0;
    left: auto;
    width: 120px;
  }
  .modal-body-msg .message-list li .col-2 .date {
    padding-left: 0;
    position: static;
  }
  .modal-body-msg .message-list li .col-2 .subject {
    display: none;
  }
}
.header p {
  margin-top: 20px;
  margin-left: 40px;
}

.input-email-inbox, .input-email-inbox:focus {
  box-shadow: 0 0 0 0;
  border: 0 none;
  outline: 0;
  border-radius: 0;
  transition: none;
}

.botao-email-inbox {
  vertical-align: middle;
  padding-left: 5px;
}

.input-mensagens-checkbox {
  position: relative;
  bottom: 11px;
  height: 30px !important;
  width: 20px;
  margin-top: 0px;
  -webkit-appearance: checkbox !important;
}

.input-autoriza-checkbox {
  position: relative !important;
  top: 11px !important;
  height: 19px !important;
  width: 20px !important;
  margin-top: 0px !important;
  left: 8px;
}

.msg-rascunho {
  color: #eaeaea;
  font-style: italic;
  margin-left: 40px;
}

.dropdown-inbox {
  display: none;
}

.icone-cabecalho-comum {
  font-size: 20px;
  color: midnightblue;
}

.icon-rounded {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0E2D52;
  width: 50px;
  height: 50px;
  min-width: 50px;
  padding: 8px 7px 8px 9px;
  line-height: 0 !important;
  border-radius: 50%;
  border: 1.8px solid #F1B235;
}
.icon-rounded i {
  margin-top: 0 !important;
  padding-left: 0px !important;
  padding-right: 0 !important;
  font-size: 25px !important;
}

section.bubble footer {
  padding: 10px 10px 10px 10px;
  background-color: #f4f5f6;
  color: #424956;
  text-transform: uppercase;
  font-weight: normal;
}

section.bubble:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #424956;
  border-width: 15px;
  margin-left: -15px;
}

.ride-info {
  cursor: pointer;
}

.ride-info:hover {
  text-decoration: underline;
}

.gray-triangle {
  width: 8px;
  height: 5px;
  padding: 3px 7px;
  background: #777;
  position: relative;
  display: inline;
  color: white;
}

.timedout-triangle {
  width: 8px;
  height: 5px;
  padding: 3px 7px;
  background: #fdc708;
  position: relative;
  display: inline;
  color: white;
}

.notconfirmed-triangle {
  width: 8px;
  height: 5px;
  padding: 3px 7px;
  background: #6bd486;
  position: relative;
  display: inline;
  color: white;
}

.notaccepted-triangle {
  width: 8px;
  height: 5px;
  padding: 3px 7px;
  background: #de4b39;
  position: relative;
  display: inline;
  color: white;
}

.completed-triangle {
  width: 8px;
  height: 5px;
  padding: 3px 7px;
  background: #5dcad8;
  position: relative;
  display: inline;
  color: white;
}

/* END OF HEADER TRIANGLES */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.row-eq-height > [class*=col-] {
  display: flex;
  flex-direction: column;
}

.slider {
  width: 100%;
  margin: 50% auto;
}

input[type=range] {
  -webkit-appearance: none !important;
  width: 100%;
  height: 10px;
  background-color: #EBEBEB;
  border: 1px solid whitesmoke;
  border-radius: 10px;
  margin: auto;
  transition: all 0.3s ease;
}

input[type=range]:hover {
  background-color: #DDD;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  width: 15px;
  height: 15px;
  background-color: #d9edf7;
  border-radius: 30px;
  box-shadow: 0px 0px 3px #22527b;
  transition: all 0.5s ease;
}

input[type=range]::-webkit-slider-thumb:hover {
  background-color: #0E2D52;
}

input[type=range]::-webkit-slider-thumb:active {
  box-shadow: 0px 0px 1px #0E2D52;
}

#rangevalue {
  text-align: center;
  font-size: 18px;
  display: block;
  margin: auto;
  padding: 10px 0px;
  width: 100%;
  color: #0E2D52;
}

/** paginação */
.pagination,
.pagination-sm {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 10px 0 !important;
  border-radius: unset;
}
.pagination li a,
.pagination-sm li a {
  float: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  padding: 0;
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 50%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.pagination li:first-child > a,
.pagination li:first-child > span, .pagination li:last-child > a,
.pagination li:last-child > span,
.pagination-sm li:first-child > a,
.pagination-sm li:first-child > span,
.pagination-sm li:last-child > a,
.pagination-sm li:last-child > span {
  border-radius: 50%;
}
.pagination > .active > a,
.pagination-sm > .active > a {
  background-color: #0E2D52;
  border-color: #0E2D52;
}
.pagination > .active > a:hover,
.pagination-sm > .active > a:hover {
  background-color: #0E2D52;
  border-color: #0E2D52;
}

/** /paginação */
.link-google-maps {
  margin: 5px;
  margin-left: 10px;
}

.thumb-foto-street-view {
  width: 119px;
  height: 80px;
}

.galeria-fotos-inline {
  list-style: none;
  float: left;
  cursor: pointer;
  margin-right: 3px;
}

.galeria-fotos-inline .icon-remover-foto {
  position: relative;
  bottom: 30px;
  right: 14px;
  width: 6px;
}

.galeria-fotos-proxima, .galeria-fotos-proxima:hover, .galeria-fotos-proxima:focus {
  font-size: 34px;
  position: relative;
  bottom: 175px;
  color: white;
  opacity: 0.6;
  right: 5px;
}

.galeria-fotos-anterior, .galeria-fotos-anterior:hover, .galeria-fotos-anterior:focus {
  font-size: 34px;
  position: relative;
  bottom: 175px;
  color: white;
  opacity: 0.6;
  left: 5px;
}

/** grid - table plans */
.table-plans {
  border-collapse: separate !important;
  border-spacing: 10px 0 !important;
  color: #666;
}
.table-plans tbody > tr:first-child td {
  font-weight: bold;
  font-size: 16px;
}
.table-plans tfoot > tr > td {
  padding: 8px 0;
}
.table-plans td, .table-plans td {
  border-top: none !important;
}

/*
.table-plans {
  border-collapse: separate !important;
  border-spacing: 20px 0 !important;
  color:#666;
  font-size: 16px;
}

.table-plans td, .table-plans th { border-top: none !important; }

.table-plans td.coberturas-planos { font-size: 14px; }
*/
/** /grid - table plans */
.btn-contratacao {
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
  cursor: pointer;
}

/* hack: remove o delay em ng-repeats que utilizam animações */
.galeria-fotos-inline.ng-animate,
.dados-cotacao-do.ng-animate,
.graphics.animated.fadeIn.ng-animate,
.panel.panel-info.animated.fadeIn,
.spinner.ng-animate,
.input-group-addon.ng-animate {
  -webkit-animation: none 0s;
  -moz-animation: none 0s;
  -o-animation: none 0s;
  animation: none 0s;
}

.inactive-link {
  color: #666;
  cursor: default;
  pointer-events: none;
  font-style: italic;
}

.plano-contratado {
  border: 1px solid #0E2D52;
}

.plano-contratado-td {
  border-left: 1px solid #0E2D52;
  border-right: 1px solid #0E2D52;
}

.profile-administrador {
  margin-left: 70px;
}

.profile-dropdown-administrador {
  width: 270px;
}

#botao-todos-boletos {
  float: left;
  margin-right: 5px;
}

#botao-todos-boletos:focus {
  z-index: 2;
  color: #fff;
  background-color: #0e2e86;
  border-color: #0e2e86;
  cursor: default;
}

.botoes-item-cotacao .btn {
  height: 40px;
  line-height: 30px;
  font-size: 16px;
}

.botao-impressao-desable, .botao-impressao-desable:hover {
  cursor: default;
  color: gainsboro;
  margin-left: 15px;
}

.botao-impressao {
  cursor: pointer;
  margin-left: 15px;
}

.corpo-modal-repique {
  height: 230px;
}

.disabled {
  cursor: not-allowed;
}
.disabled.button {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.disabled.button:hover, .disabled.button::before, .disabled.button::after {
  background-color: #cccccc !important;
}

form.ng-invalid.ng-submitted .checkbox label::before {
  border: 1px solid #eaeaea;
}

form.ng-valid.ng-submitted .checkbox label::before {
  border: 1px solid #D6D6D6;
}

form.ng-submitted div.ng-invalid.ng-invalid-required a {
  border: 1px solid #eaeaea;
}

.form-control:focus.invalid-cep {
  border-color: #ff008f;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ff0091;
}

.invalid-cep {
  border: 1px solid #eaeaea;
}

.timeline-item {
  background: #fff;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-radius: 3px;
  padding: 12px;
}

.contentLoader {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.contentLoader-item {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 12px;
  margin: 0 auto;
  max-width: 100%;
  min-height: 200px;
}

.line {
  background: #D8D8D8;
  margin-bottom: 11px;
  min-height: 11px;
}

.line.full {
  max-width: 100%;
}

.line.half {
  max-width: 50%;
}

.line.light {
  background: #EBEBEB;
}

.line.separator {
  min-height: 1px;
  margin: 15px 0 25px;
  background: #E9E9E9;
}

.animated-background {
  position: absolute;
  top: 0;
  left: -50px;
  width: 50px;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 41%, rgba(255, 255, 255, 0.39) 67%, rgba(255, 255, 255, 0.39) 91%);
  animation: horizontalMovement 1s ease-in-out infinite;
  z-index: 1;
}

@keyframes horizontalMovement {
  0% {
    left: -5%;
  }
  100% {
    left: 101%;
  }
}
.linha-tabela-par {
  background-color: #f9f9f9;
}

.invisivel {
  display: none;
}

.large-screen .card-list-table tbody tr {
  background: transparent;
  box-shadow: none;
  margin: 0;
}

.large-screen .card-list-table tbody tr:nth-of-type(even) {
  background: #dfdfdf;
}

.large-screen .card-list-table thead {
  display: table-header-group;
}

.large-screen .card-list-table thead th:last-child {
  box-shadow: none;
}

.large-screen .card-list-table thead th {
  padding: 12px 10px;
}

.large-screen .card-list-table tbody tr {
  display: table-row;
  padding-bottom: 0;
  line-height: 1.5px;
}

.large-screen .card-list-table tbody tr:nth-of-type(even) {
  background: #fff;
}

.large-screen .card-list-table tbody td {
  border-bottom: 2px solid #dfdfdf;
  display: table-cell;
  padding: 20px 10px;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none !important;
  text-align: left !important;
}

.large-screen .card-list-table tbody td:after {
  display: none;
}

.large-screen .card-list-table tbody td:before {
  display: none;
}

.large-screen .card-list-table tbody tr:hover td {
  background: #f1f1f1;
}

.table-wrapper {
  padding: 15px 25px;
  margin: 0 auto 0;
  max-height: 500px;
  overflow-y: scroll;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #0E2D52;
}
.table-wrapper td .label {
  display: inline-block;
  width: 100%;
  padding: 4px;
}

@media (min-width: 768px) {
  .table-wrapper {
    background: white;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  }
}
.card-list-table {
  table-layout: fixed;
  background: transparent;
  margin-bottom: 0;
  width: 100%;
}

.card-list-table thead {
  display: none;
}

.card-list-table tbody tr {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-bottom: 1px solid #dfdfdf;
  display: block;
  padding: 15px 10px;
  margin: 0 0 10px 0;
}

.card-list-table tbody td {
  border: 0;
  display: block;
  padding: 10px 10px 20px 40%;
  position: relative;
}

.card-list-table tbody td:first-of-type::after {
  visibility: hidden;
}

.card-list-table tbody td:after {
  content: "";
  width: calc(100% - 30px);
  display: block;
  margin: 0 auto;
  height: 1px;
  background: #dfdfdf;
  position: absolute;
  left: 0;
  right: 0;
  top: -6px;
}

.card-list-table tbody td:before {
  color: rgba(0, 0, 0, 0.85);
  text-transform: uppercase;
  font-size: 0.85em;
  content: attr(data-title);
  display: table-cell;
  font-weight: 500;
  height: 100%;
  left: 15px;
  margin: auto;
  position: absolute;
  vertical-align: middle;
  white-space: nowrap;
  width: 10%;
}

.card-list-table thead th {
  text-transform: uppercase;
  font-size: 0.85em;
  color: rgba(0, 0, 0, 0.85);
  letter-spacing: 0.5pt;
}

.large-screen ::-webkit-scrollbar {
  width: 0.15em;
  height: 0.15em;
}

.large-screen ::-webkit-scrollbar-thumb {
  background: slategray;
}

.large-screen ::-webkit-scrollbar-track {
  background: #b8c0c8;
}

.status-default, .status-warning, .status-success, .status-danger {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.status-warning {
  background-color: #fdc708;
}

.status-success {
  background-color: #6bd486;
}

.status-default {
  background-color: #777;
}

.status-danger {
  background-color: #de4b39;
}

.card-list-table tbody .fa {
  font-size: 17px;
}

.opacity-text {
  opacity: 0.65;
}

.btn-frq-equip-able {
  cursor: pointer;
  color: #0C2C85;
}

.btn-frq-equip-disable {
  color: #0C2C85;
  opacity: 0.3;
}

/*-=-=-=-=-=-=-=-=-=-=-=- */
/* Column Grids */
/*-=-=-=-=-=-=-=-=-=-=-=- */
.col_fourth {
  position: relative;
  display: inline-block;
  margin-right: 100px;
  margin-bottom: 20px;
}

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

/* Column Grids End */
.count-title {
  font-size: 25px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.count-text {
  font-size: 13px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #4ad1e5;
}

.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: "alpha(opacity=0)";
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}

.franquiaStyle {
  opacity: 0.65;
}

.form-divide-table {
  margin-bottom: 5px;
  background: #EBEBEB;
  padding: 5px;
  text-align: left;
  color: black;
  border: 1px solid transparent;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.cupom-valido {
  border-color: #97f497;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(18, 247, 88, 0.6);
}

.label-offline {
  display: inline-block;
  color: darkslategray;
  margin-top: 7px;
  margin-left: 10px;
  font-weight: bold;
  font-size: smaller;
}

.label-offline.b {
  display: inline-block;
  color: darkslategray;
  margin-top: 7px;
  margin-left: 0px;
  font-weight: bold;
  font-size: smaller;
}

.label-sub-status {
  margin-top: 0.2em;
  display: block;
  width: 6.1em;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 0.25em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slides {
  display: none;
}

.mensagens-cotacao {
  margin-top: 0%;
  background-color: #2425aa !important;
  font-weight: bold;
}

.mensagens-cotacao::before {
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: bold;
  text-decoration: inherit;
  color: rgb(255, 255, 255);
  font-size: 30px;
  position: absolute;
  top: 15px;
  right: 29px;
}

.mensagens-cotacao.changed::before {
  content: "\f106";
}

/** animação */
@keyframes vira {
  100% {
    transform: rotate(180deg);
  }
}
.item-lista-arquivos {
  position: relative;
  margin-bottom: 5px;
  background-color: beige;
  padding: 5px 10px;
  border: 1px solid #aaaaaa;
}

.item-lista-arquivos a + span {
  display: inline-block;
  margin: 0 3%;
  color: #aaaaaa;
  top: 24%;
  position: absolute;
}

.item-lista-arquivos span + span {
  display: inline-block;
  position: absolute;
  top: 25%;
  right: 6.5%;
}

.item-lista-arquivos a {
  display: inline-block;
  width: 6.1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.comentarioInterno {
  background-color: #fffbcf;
}

.help-text {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #0E2D52;
  text-align: center;
  border-radius: 50%;
  color: white;
  font-weight: 900;
  font-size: 14px;
  margin-left: 5px;
}

.msg-vlr-online {
  position: absolute;
  font-size: 13px;
  top: -5px;
  color: white;
  right: 15px;
  font-weight: 600;
  background-color: #0E2D52;
  border: 1px solid #0E2D52;
  padding: 3px;
  border-radius: 5px;
}

.solInfoOpeSub {
  margin-top: -45px;
  border-top: none;
}

/** tooltip */
.tooltip .tooltip-inner {
  background-color: #0E2D52;
  max-width: 420px;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.tooltip .tooltip-inner p {
  color: #fff;
}
.tooltip .tooltip-arrow {
  width: 0 !important;
}
.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
  border-top-color: #0E2D52;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #0E2D52;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #0E2D52;
}
.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
  border-color: #0E2D52;
}

@media (max-width: 1199px) {
  .eye-open {
    display: none;
  }
}
/** /tooltip */
/*
.tooltip.customClass .tooltip-inner {
color: #fff;
background-color: #0e2e85;
box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.tooltip.customClass .tooltip-arrow {
display: none;
}

.tooltip.customClassCts .tooltip-inner {
color: #fff;
background-color: #0e2e85;
box-shadow: 0 6px 12px rgba(0,0,0,.175);
max-width: 500px;
}

.tooltip.tooltipClassCober .tooltip-inner {
color: #FFF;
background-color: $dark-blue ;
font-size: 15px;
max-width: 900px;
}

.tooltip.tooltipClassCober .tooltip-arrow {
border-top-color: $dark-blue ;
background-color: $dark-blue ;
}

td .tooltip {
position: absolute;
}
.tooltip.tooltipClassGrid .tooltip-inner {
color: #FFF;
background-color: #0e2e86;
font-size: 13px;
max-width: 500px;
}

.tooltip.tooltipClassGrid .tooltip-arrow {
border-top-color: #0e2e86;
}
*/
/** /tooltip */
/************************/
/** classes auxiliares **/
/************************/
.color-internal {
  background-color: #fffbcf;
}

.ellipsisText {
  display: table-cell;
  overflow: hidden;
  text-overflow: ellipsis;
}

.itemProduto {
  margin-bottom: 7px;
  font-size: 1.1em;
  position: relative;
}

.bgBlue {
  background-color: #2425aa;
  padding: 20px 40px;
  min-height: 250px;
}
.bgBlue * {
  color: white;
}
.bgBlue a:hover {
  color: white;
  font-weight: 600;
}

.buttonGhostActive {
  background-color: white !important;
  color: #0E2D52 !important;
}

.bg-brown {
  background-color: #914146;
}
.bg-brown.completed-triangle::before {
  border-left-color: #914146;
}

.bg-light-blue {
  background-color: #00adc6;
}
.bg-light-blue.completed-triangle::before {
  border-left-color: #00adc6;
}

.bg-green {
  background-color: #027180;
}
.bg-green.completed-triangle::before {
  border-left-color: #027180;
}

.bg-blue {
  background-color: #00005b;
}
.bg-blue.completed-triangle::before {
  border-left-color: #00005b;
}

.bg-purple {
  background-color: #695288;
}
.bg-purple.completed-triangle::before {
  border-left-color: #695288;
}

.pointer {
  cursor: pointer;
}

.footer-anexos {
  max-width: 400px;
  text-align: left;
}

.msg-ret {
  font-size: 12px;
  width: 196px;
  display: inline-block;
}

.msg-ret-anexos {
  font-size: 12px;
  width: 196px;
  display: inline-flex;
  position: absolute;
  align-items: center;
}
.msg-ret-anexos span {
  padding-left: 8px;
}

.aviso-anexo {
  font-size: 12px;
  display: inline-block;
  width: 200px;
  margin-top: 10px;
}

.juicer-feed {
  height: 500px;
}

.referral {
  display: none !important;
}

.box-comunicados {
  width: 49%;
  margin-right: 1%;
}

.pagination.abasendosso > .active > a, .pagination-sm > .active > a {
  border-color: #f4f4f4 !important;
}

.disable-element {
  pointer-events: none;
}

.box-linkedin {
  width: 49%;
  margin-left: 1%;
}

._720kb-datepicker-calendar {
  position: absolute !important;
}

.margin ._720kb-datepicker-open {
  margin-top: 25%;
}

.datepicker-margin-top ._720kb-datepicker-open {
  margin-top: 25%;
}

.datepicker-margin-top ._720kb-datepicker-open {
  margin-top: 25%;
}

.data-table__pagination-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.data-table__pagination-bar > .pagination {
  width: auto !important;
}
.data-table__items-count {
  font-size: 14px;
}

.red-font {
  color: #eaeaea;
}

/**
* datepicker - padrão
* padrão de cores Starr com posição default
*/
._720kb-datepicker-calendar {
  position: absolute !important;
}
._720kb-datepicker-calendar div:after {
  display: none;
}
._720kb-datepicker-calendar ._720kb-datepicker-calendar-header {
  background-color: #0E2D52;
  padding-bottom: 6px;
}
._720kb-datepicker-calendar ._720kb-datepicker-calendar-header a,
._720kb-datepicker-calendar ._720kb-datepicker-calendar-header a:hover,
._720kb-datepicker-calendar ._720kb-datepicker-calendar-header ._720kb-datepicker-calendar-month span {
  color: #fff;
}
._720kb-datepicker-calendar ._720kb-datepicker-calendar-header ._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-disabled {
  color: rgba(0, 0, 0, 0.4) !important;
}
._720kb-datepicker-calendar ._720kb-datepicker-calendar-day:hover,
._720kb-datepicker-calendar ._720kb-datepicker-calendar-day._720kb-datepicker-active {
  background-color: #0E2D52;
  color: #fff;
}

.filtro-produto ul {
  padding: 6px 12px !important;
  border-radius: 0 !important;
}
.filtro-produto ul input::placeholder {
  color: gray !important;
}

/* ngIf animation */
.animationIf.ng-enter,
.animationIf.ng-leave {
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}

.animationIf.ng-enter,
.animationIf.ng-leave.ng-leave-active {
  opacity: 0;
}

.animationIf.ng-leave,
.animationIf.ng-enter.ng-enter-active {
  opacity: 1;
}

.header-font-big {
  font-weight: bold;
  font-size: 28px;
  padding: 15px;
}

.input-form, .section-form, .select-form {
  margin-bottom: 4%;
}

.txt-area-form {
  width: 80%;
  margin-top: 3%;
  resize: none;
  height: 100%;
  max-width: 100%;
  padding-top: 15px;
}

.div-arquivos {
  margin-top: 0;
  margin-left: 0;
}

.label-anexo {
  margin-bottom: 10px;
  margin-top: 0;
}

.itens-anexo {
  margin-right: 8px;
  font-style: italic;
  font-size: 0.7em;
  font-weight: bolder;
}

.pos-anexo {
  position: absolute;
  left: 155px;
  padding: 0;
}

.modal-p {
  font-size: 1em;
  padding-left: 10%;
}

.title-p {
  font-size: 1.2em;
}

.button-form {
  margin-left: 10px;
}

.img-modal {
  width: 80px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  left: 35%;
}

.lista-modal {
  padding-left: 10%;
  margin-top: 3%;
  margin-bottom: 5px;
}

#selecaoProduto {
  height: 28px !important;
}

.filtro-produto ul {
  padding: 6px 12px !important;
  border-radius: 0 !important;
}
.filtro-produto ul input::placeholder {
  color: gray !important;
}

.p-anexo {
  font-size: 14px;
  font-weight: normal;
  width: 100%;
}

.passo-cinza {
  font-size: 18px;
  font-weight: bold;
  color: #838383;
  text-align: center;
}

.passo-verde {
  font-size: 18px;
  font-weight: bold;
  color: #80dab4;
  text-align: center;
}

.passo-div {
  margin-bottom: 2em;
}

.col-19-p {
  width: 19%;
}

.col-22-p {
  width: 22%;
}

.flags-status {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 10px;
}

.status-pag-cadastro section {
  margin-top: 20px;
  font-size: 1.1em;
  padding: 5px 0px;
  text-align: center;
  border-radius: 5px;
  width: auto;
  font-weight: 750;
  width: 90%;
  float: right;
}
.status-pag-cadastro.CPB section {
  background-color: #777;
}
.status-pag-cadastro.CRE section {
  background-color: #d9534f;
}
.status-pag-cadastro.CAC section {
  background-color: #5cb85c;
}
.status-pag-cadastro.CEA section, .status-pag-cadastro.CCO section, .status-pag-cadastro.CDE section, .status-pag-cadastro.PCN section, .status-pag-cadastro.PBA section {
  background-color: #f0ad4e;
}

.relative {
  position: relative !important;
}

.logPlanilha {
  display: grid;
  position: relative;
  text-align: center;
  background-color: #2425aa;
  border-radius: 7px;
  padding: 2px;
  grid-gap: 2px;
  grid-template-columns: 1fr 1fr 1fr;
}
.logPlanilha span {
  padding: 9px 0px;
}
.logPlanilha span:first-child {
  background-color: #5dcad8;
  color: white;
  border-radius: 5px 0 0 5px;
}
.logPlanilha span:nth-child(2) {
  background-color: #5cb85c;
  color: white;
  cursor: pointer;
}
.logPlanilha span:last-child {
  background-color: #de4b39;
  color: white;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

.iconsGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: none;
}

.separate {
  border-bottom: 1px solid lightgray;
  width: 96%;
  margin-left: 2%;
  margin-bottom: 15px;
}

.container-busca-corretor {
  max-height: 390px;
  overflow: auto;
}

.container-busca-corretor::-webkit-scrollbar-track {
  background-color: #F4F4F4;
}

.container-busca-corretor::-webkit-scrollbar {
  width: 6px;
  background: #2425aa;
}

.container-busca-corretor::-webkit-scrollbar-thumb {
  background: #2425aa;
}

.separate {
  border-bottom: 1px solid lightgray;
  width: 96%;
  margin-left: 2%;
  margin-bottom: 15px;
}

.container-busca-corretor {
  max-height: 390px;
  overflow: auto;
}

.container-busca-corretor::-webkit-scrollbar-track {
  background-color: #F4F4F4;
}

.container-busca-corretor::-webkit-scrollbar {
  width: 6px;
  background: #2425aa;
}

.container-busca-corretor::-webkit-scrollbar-thumb {
  background: #2425aa;
}

.tableToolTipCt td {
  font-size: 12px;
  padding: 0px;
}

.form-simple ul {
  list-style: none;
}
.form-simple .title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}

.planilhaErro {
  background-color: rgb(220, 10, 10);
  color: white;
  font-weight: 700;
}

.planilhaPre {
  background: linear-gradient(60deg, #757575 25%, rgb(14, 182, 50) 25%);
  color: white;
  font-weight: 700;
}

.planilhaEA {
  background: linear-gradient(60deg, #f0ad4e 25%, rgb(14, 182, 50) 25%);
  color: white;
  font-weight: 700;
}

.planilhaApr {
  background: linear-gradient(60deg, #2425aa 25%, rgb(14, 182, 50) 25%);
  color: white;
  font-weight: 700;
}

.planilhaRec {
  background: linear-gradient(60deg, #2425aa 25%, rgb(220, 10, 10) 25%);
  color: white;
  font-weight: 700;
}

.separate {
  border-bottom: 1px solid lightgray;
  width: 96%;
  margin-left: 2%;
  margin-bottom: 15px;
}

.container-busca-corretor {
  max-height: 390px;
  overflow: auto;
}
.container-busca-corretor::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}
.container-busca-corretor::-webkit-scrollbar {
  width: 6px;
  background: #2425aa;
}
.container-busca-corretor::-webkit-scrollbar-thumb {
  background: #2425aa;
}

.content-infi {
  max-height: 300px;
  overflow: auto;
}

.hr, .hr-blue {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #eee;
}

.hr {
  border-top: 1px solid #eee;
}

.hr-blue {
  border-top: 1px solid #2425aa;
}

.dropdow-m {
  position: relative;
  left: 1%;
  width: 98%;
  border: 1px solid #D6D6D6 !important;
}
.dropdow-m .panel-heading-edit {
  background-color: #eee;
  text-transform: uppercase;
  border: 0;
  padding: 10px !important;
  margin: 0;
}
.dropdow-m .panel-footer-edit {
  outline: none;
  color: #666666 !important;
  padding: 0px 0px 10px 10px;
}

.fr-wrapper {
  max-height: 500px;
  overflow: auto;
}

.fr-wrapper::-webkit-scrollbar-track,
.content-infi::-webkit-scrollbar-track {
  background-color: #F4F4F4;
}

.fr-wrapper::-webkit-scrollbar,
.content-infi::-webkit-scrollbar {
  width: 6px;
  border-radius: 7px;
  background: #2425aa;
}

.fr-wrapper::-webkit-scrollbar-thumb,
.content-infi::-webkit-scrollbar-thumb {
  background: #2425aa;
  border-radius: 7px;
}

.ellipsisText2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.modal-scroll {
  max-height: 60vh;
  overflow-y: auto;
}

.colunasArquivosAnexos {
  text-align: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin: 0;
}
.colunasArquivosAnexos .listaArquivosCarregados {
  display: grid;
  grid-template-rows: 1fr;
  grid-row-gap: 5px;
}
.colunasArquivosAnexos .listaArquivosCarregados section {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.colunasArquivosAnexos .listaArquivosCarregados section a {
  padding: 2px 10px;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid #D6D6D6;
  align-self: center;
}
.colunasArquivosAnexos .listaArquivosCarregados section button {
  height: auto;
}
.colunasArquivosAnexos .listaArquivosCarregados section a, .colunasArquivosAnexos .listaArquivosCarregados section button {
  padding: 11px;
}

.labelRepique {
  border-radius: 40px;
  padding: 7px 5px 7px 5px;
  text-align: center;
  background-color: #695288;
  font-weight: bolder;
  color: white;
}

.labelEndosso {
  border-radius: 40px;
  padding: 5px;
  text-align: center;
  background-color: #2425aa;
  font-weight: bolder;
  color: white;
}

.iframe-externo {
  height: 300px;
  width: 100%;
  position: relative;
}

@keyframes iframeLoader {
  to {
    transform: rotate(360deg);
  }
}
.insideLoader {
  height: 300px;
  width: 94%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
}

.insideLoader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 3px solid #ccc;
  border-top-color: rgb(14, 45, 82);
  animation: iframeLoader 0.6s linear infinite;
}

.icon-circle {
  font-size: 12px !important;
}
.icon-circle.gray {
  color: gray;
  border-color: gray;
}
.icon-circle.green {
  color: #388a26;
  border-color: #388a26;
}
.icon-circle.red {
  color: #FF0000;
  border-color: #FF0000;
}

.btn-required {
  border: solid 3px #FF0000 !important;
}

/** Grupo corretores apolices **/
.lista-corretores-dados .grupo-corretores {
  padding: 10px 15px;
  cursor: pointer;
  margin-top: 5px;
  border-bottom: 1px solid #e2e2e2;
}
.lista-corretores-dados .grupo-corretores section {
  display: inline-block;
  color: #2425aa;
  font: normal 600 15px/15px "Source Sans Pro";
}
.lista-corretores-dados .grupo-corretores section > div {
  display: flex;
}
.lista-corretores-dados .grupo-corretores section > div i.ativo {
  transform: rotate(180deg);
  display: flex;
  flex-direction: column-reverse;
  margin-top: 2px;
}
.lista-corretores-dados .grupo-corretores section > div i.fa {
  font-size: 12px;
  margin-right: 10px;
}
.lista-corretores-dados .grupo-corretores section > div > span {
  display: inline-block;
}
.lista-corretores-dados .table-wrapper {
  padding: 1px 0;
}
.lista-corretores-dados .table-wrapper::-webkit-scrollbar:vertical {
  width: 0.1px;
}
.lista-corretores-dados .table-wrapper::-webkit-scrollbar-track:vertical, .lista-corretores-dados .table-wrapper::-webkit-scrollbar-thumb:vertical, .lista-corretores-dados .table-wrapper::-webkit-scrollbar-thumb:vertical:window-inactive {
  background-color: transparent;
}
.lista-corretores-dados .table-wrapper > .tb-apolice-endosso th.but {
  width: 80px !important;
}

@media (max-width: 768px) {
  .lista-corretores-dados .grupo-corretores section {
    font-size: 12px;
  }
  .lista-corretores-dados .table-wrapper {
    font-size: 12px;
  }
}
/** /Grupo corretores apolices **/
/** HOME - BANNER **/
.banner-carousel .ui-carousel {
  margin-bottom: 0;
}
.banner-carousel .carousel-item {
  position: relative;
  height: 350px;
}
.banner-carousel .carousel-item img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
.banner-carousel .carousel-item .texto {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 460px;
  max-width: 100%;
  height: 100%;
  padding-left: 40px;
  text-align: left;
}
.banner-carousel .carousel-item .texto h3 {
  color: #fff;
  font-size: 3.3em;
  font-weight: normal;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  margin-bottom: 15px;
}
.banner-carousel .carousel-item .texto p {
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}
.banner-carousel .carousel-dots {
  bottom: 5px;
}
.banner-carousel .carousel-dots li, .banner-carousel .carousel-dots .carousel-active {
  background-color: #D6D6D6;
  border: 0;
  width: 30px;
  height: 4px;
  border-radius: initial;
}
.banner-carousel .carousel-dots li:hover, .banner-carousel .carousel-dots .carousel-active:hover {
  background-color: #ff1721;
}
.banner-carousel .carousel-dots li button, .banner-carousel .carousel-dots .carousel-active button {
  display: none;
}
.banner-carousel .carousel-dots .carousel-active {
  background-color: #ff1721;
}

@media (max-width: 767px) {
  .banner-carousel .carousel-item .texto {
    width: 100%;
    background-image: none;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
  }
}
@media (max-width: 440px) {
  .banner-carousel .carousel-item .texto {
    padding: 40px 20px;
  }
  .banner-carousel .carousel-item .texto h3 {
    font-size: 1.5em;
    margin-bottom: 15px;
  }
  .banner-carousel .carousel-item .texto p {
    font-size: 1em;
  }
}
/** /HOME - BANNER **/
.div-arquivos img {
  width: 15% !important;
}

.cadastro-externo input, .cadastro-externo input.form-control, .cadastro-externo select, .cadastro-externo select.form-control, .cadastro-externo .select2-container .select2-choice {
  height: 40px;
}
.cadastro-externo input[type=radio] {
  height: 14px;
}
.cadastro-externo .aviso-analise {
  margin-top: 10px;
  padding: 10px 15px;
  background-color: #F5F5F5;
  text-align: center;
  font-size: 1.1em;
}
.cadastro-externo .produtos .button.small {
  height: 40px !important;
}
.cadastro-externo #progress {
  padding: 0;
  list-style-type: none;
  font-family: arial;
  font-size: 12px;
  clear: both;
  line-height: 3em;
  margin: 0 -1px;
  text-align: center;
}
.cadastro-externo #progress li {
  float: left;
  padding: 10px 0px 10px 0px;
  background: lightgray;
  color: #fff;
  position: relative;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  min-width: 19.4%;
  margin: 0 1px;
  font-size: 17px;
}
.cadastro-externo #progress li:before {
  content: "";
  border-left: 22px solid #fff;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.cadastro-externo #progress li:after {
  content: "";
  border-left: 22px solid lightgray;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 20;
}
.cadastro-externo #progress li.active {
  background: #F1B235;
  cursor: pointer;
}
.cadastro-externo #progress li.active:after {
  border-left-color: #F1B235;
}
.cadastro-externo #progress li.done {
  background: #0E2D52;
  cursor: pointer;
}
.cadastro-externo #progress li.done:after {
  border-left-color: #0E2D52;
}
.cadastro-externo .delete-anexo-mobile {
  position: absolute;
  float: right;
  font-size: 20px;
  margin-left: 5px;
  margin-top: 4px;
  visibility: hidden;
}

@media (max-width: 768px) {
  .container-progress {
    overflow: auto;
  }
  #progress {
    width: 750px;
  }
  #progress li {
    min-width: 19%;
  }
}
.ta-md {
  height: 400px;
}
.ta-md .content-m-cod {
  position: relative;
  top: 54%;
  transform: translateY(-60%);
}
.ta-md .input-modal-cod-cadastro {
  border-radius: 10px;
  height: 60px;
  font-size: 25px;
  text-align: center;
  color: darkgray;
  text-transform: uppercase;
  padding: 5px;
}
.ta-md .cod-cad-prosseguir button {
  width: 94%;
  border-radius: 10px;
  height: 60px;
}
.ta-md .row {
  margin-top: 25px;
}

.header-cod-cadastro i {
  font-size: 30px !important;
}

@media (max-width: 768px) {
  .cadastro-primeiro-passo {
    margin-left: -45px !important;
  }
  .delete-anexo-mobile {
    visibility: visible !important;
  }
  .delete-anexo-desktop {
    visibility: hidden !important;
  }
  .b-anexar {
    position: relative;
    float: left;
  }
  .enviar-para-analise {
    margin-top: 20px;
  }
}
#editProfile .delete-anexo-mobile {
  visibility: hidden;
}

.right {
  float: right;
}

#msgCloseSession {
  visibility: hidden;
}

.enviar-para-analise {
  margin-top: 20px;
}

/** HOME - MEUS NEGÓCIOS **/
.meus-negocios {
  display: inline-block;
  margin-top: 60px;
}
.meus-negocios hr {
  margin-top: 10px;
  margin-bottom: 0;
}
.meus-negocios .graphics-fake img {
  max-width: 100%;
}
.meus-negocios .graphics {
  margin-top: 40px;
}
.meus-negocios .grafico-dev {
  position: relative;
  padding-right: 0;
}
.meus-negocios .grafico-dev h3 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: normal;
}
.meus-negocios .grafico-dev img {
  display: none;
}
.meus-negocios .comunicados {
  background-color: #0E2D52;
}
.meus-negocios .comunicados h3.titulo {
  color: #fff;
  font-size: 2.8em;
  font-weight: normal;
}
.meus-negocios .comunicados .nenhum-item {
  color: #fff;
}
.meus-negocios .comunicados .mensagens {
  padding-right: 15px;
}
.meus-negocios .comunicados .mensagens.panel-scroll {
  height: auto;
  max-height: 400px;
}
.meus-negocios .comunicados .mensagens .item {
  position: relative;
  padding: 10px 0 0 0;
  margin: 0;
  border-bottom: 1px solid #fff;
}
.meus-negocios .comunicados .mensagens .item h6, .meus-negocios .comunicados .mensagens .item h4, .meus-negocios .comunicados .mensagens .item .texto-mensagem {
  color: #fff;
}
.meus-negocios .comunicados .mensagens .item h6 {
  margin: 0;
}
.meus-negocios .comunicados .mensagens .item h4 {
  margin-bottom: 10px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 1.4em;
}
.meus-negocios .comunicados .mensagens .item .texto-mensagem {
  background-color: #082342;
  padding: 10px 20px;
  margin-bottom: 10px;
}
.meus-negocios .comunicados .mensagens .item .texto-mensagem * {
  background-color: #082342 !important;
  color: #fff !important;
}
.meus-negocios .comunicados .mensagens .item a i.arrow-toggle {
  position: absolute;
  top: 25px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  border-top: 0;
}
.meus-negocios .comunicados .mensagens .item a.collapsed i.arrow-toggle {
  border-bottom: 0;
  border-top: 5px solid #fff;
}

.estatisticas.border-r {
  border-right: 1px solid #eaeaea;
}
.estatisticas.border-l {
  border-left: 1px solid #eaeaea;
}
.estatisticas ul {
  list-style-type: none;
  padding-inline-start: 0;
}
.estatisticas ul li {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 22px 0;
  border-bottom: 1px solid #eaeaea;
  justify-content: space-between;
}
.estatisticas ul li .two-box {
  display: flex;
  align-items: center;
  width: 100%;
}
.estatisticas ul li .two-box:last-child {
  justify-content: flex-end;
  width: 60%;
}
.estatisticas ul li .two-box i {
  font-size: 32px;
  padding-right: 10px;
}
.estatisticas ul li .two-box i:last-child {
  font-size: 18px;
  padding-left: 10px;
  padding-right: 0;
  margin-top: 3px;
}
.estatisticas ul li .two-box h3 {
  margin-left: 15px;
  font-size: 1.4em;
  font-weight: normal;
}
.estatisticas ul li .two-box .number {
  font-family: "Ropa Sans", sans-serif;
  font-size: 3em;
  font-weight: normal;
  color: #0E2D52;
}

@media (max-width: 767px) {
  .meus-negocios {
    margin-top: 0;
  }
  .meus-negocios .grafico-dev {
    padding-right: 15px;
  }
  .meus-negocios .grafico-dev .grafico-chart {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
  }
  .meus-negocios .grafico-dev img {
    display: block;
    width: 100%;
    opacity: 0;
    margin-bottom: 60px;
  }
  .estatisticas.border-r {
    border-right: 0;
  }
  .estatisticas.border-l {
    border-left: 0;
  }
}
@media (max-width: 992px) {
  .estatisticas li {
    justify-content: space-between;
  }
}
@media (max-width: 1200px) {
  .meus-negocios {
    padding-top: 60px;
  }
  .two-box .link-red .number {
    font-size: 26px !important;
  }
  .two-box .link-red i {
    display: none !important;
  }
}
/** /HOME - MEUS NEGÓCIOS **/
#maintenance-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  font-size: 24px;
  text-align: center;
  padding-top: 20%;
  z-index: 9999;
}

.no-padding {
  padding: 0;
}

.no-padding-v {
  padding-top: 0;
  padding-bottom: 0;
}

.no-padding-h {
  padding-left: 0;
  padding-right: 0;
}

.no-border {
  border: 0;
}

.vertical-align {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* para centralizar colunas do bootstap no centro da tela */
.col-centered {
  /* remove o float que o bootstap inclui nas colunas */
  float: none !important;
  margin: 0 auto;
}

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

section.bubble:after {
  content: none;
}

.product-top {
  display: block;
  width: 100%;
  background-color: #0E2D52;
}
.product-top .product-nav {
  color: #fff;
  padding: 20px 0;
}
.product-top .product-nav h1, .product-top .product-nav h2, .product-top .product-nav h3, .product-top .product-nav h4, .product-top .product-nav h5 {
  color: #fff;
}
.product-top .product-nav h1small, .product-top .product-nav h2small, .product-top .product-nav h3small, .product-top .product-nav h4small, .product-top .product-nav h5small {
  color: #fff;
}
.product-top .product-nav i.icon-product {
  margin-right: 20px;
}
.product-top .product-nav .new-quote {
  margin-left: auto;
}
.product-top .product-nav .product-title {
  display: flex;
  align-items: center;
}

.favoritar {
  position: relative;
}
.favoritar .acesso-rapido > a {
  position: absolute;
  right: 0;
  top: -35px;
}
.favoritar .acesso-rapido > a i {
  font-size: 25px;
  opacity: 0.4;
}
.favoritar .acesso-rapido > a i.ativo {
  opacity: 1;
}

@media (max-width: 767px) {
  .facelift {
    position: relative;
  }
  .facelift .favoritar {
    position: static;
  }
  .facelift .favoritar .acesso-rapido > a {
    top: 24px;
    right: 25px;
  }
}
.panel.panel-default {
  border: 0;
  box-shadow: 5px 8px 15px 3px rgba(0, 0, 0, 0.07);
}
.panel.panel-default > .panel-heading {
  background-color: #0E2D52;
  color: #fff;
  border: 0;
  padding: 20px;
  margin: 0;
}
.panel.panel-default > .panel-heading > h2 {
  font-size: 2em;
}
.panel.panel-default > .panel-heading h3 {
  display: inline-block;
  font-size: 1.9em;
  font-weight: normal;
}
.panel.panel-default > .panel-heading .favoritar i {
  color: #fff;
}
.panel.panel-default > .panel-heading .box-align-content {
  display: flex;
  align-items: center;
}
.panel.panel-default > .panel-heading .box-align-content i {
  margin-right: 30px;
}
.panel.panel-default > .panel-heading h1, .panel.panel-default > .panel-heading h2, .panel.panel-default > .panel-heading h3, .panel.panel-default > .panel-heading h4, .panel.panel-default > .panel-heading h5 {
  color: #fff;
}
.panel.panel-default > .panel-heading h1.small, .panel.panel-default > .panel-heading h2.small, .panel.panel-default > .panel-heading h3.small, .panel.panel-default > .panel-heading h4.small, .panel.panel-default > .panel-heading h5.small {
  font-size: 22px;
}
.panel.panel-default > .panel-heading h1 small, .panel.panel-default > .panel-heading h2 small, .panel.panel-default > .panel-heading h3 small, .panel.panel-default > .panel-heading h4 small, .panel.panel-default > .panel-heading h5 small {
  color: #fff;
}
.panel.panel-default > .panel-heading.about-product {
  padding: 0;
}
.panel.panel-default > .panel-heading.about-product > .submenu-aba {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.panel.panel-default > .panel-heading.about-product > .submenu-aba > h3 {
  display: inline-block;
  margin: 20px;
}
.panel.panel-default > .panel-heading.about-product > .submenu-aba > .navbar {
  display: inline-block;
  width: auto !important;
  min-height: auto;
  margin-bottom: 0;
}
.panel.panel-default > .panel-heading.about-product > .submenu-aba > .navbar .navbar-nav {
  margin: 0;
}
.panel.panel-default > .panel-heading.about-product > .submenu-aba > .navbar .navbar-nav > li {
  float: left;
  padding: 0;
}
.panel.panel-default > .panel-heading.about-product > .submenu-aba > .navbar .navbar-nav > li > a {
  text-transform: uppercase;
  color: #fff;
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom: 3px solid transparent;
}
.panel.panel-default > .panel-heading.about-product > .submenu-aba > .navbar .navbar-nav > li > a:hover, .panel.panel-default > .panel-heading.about-product > .submenu-aba > .navbar .navbar-nav > li > a.active, .panel.panel-default > .panel-heading.about-product > .submenu-aba > .navbar .navbar-nav > li > a:focus {
  background-color: transparent;
  border-color: #ec4d33;
}
.panel > .panel-body {
  padding: 20px;
}

.modal-header {
  background-color: #0E2D52;
  color: #fff;
}
.modal-header h1, .modal-header h2, .modal-header h3, .modal-header h4, .modal-header h5 {
  color: #fff;
}

.sobre-o-produto .institutional {
  padding: 40px 15px;
}
.sobre-o-produto .institutional .content-produto {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sobre-o-produto .institutional .content-produto .content-produto-bg {
  background-image: url(../img/produto-empresarial.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.sobre-o-produto .institutional .content-produto .box-institutional {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 450px;
  overflow: auto;
}
.sobre-o-produto .institutional .content-produto .box-institutional::-webkit-scrollbar {
  width: 6.5px;
}
.sobre-o-produto .institutional .content-produto .box-institutional::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}
.sobre-o-produto .institutional .content-produto .box-institutional::-webkit-scrollbar-thumb {
  background-color: rgb(153, 153, 153);
  border-radius: 4px;
}
.sobre-o-produto .institutional .content-produto .box-institutional::-webkit-scrollbar-thumb:window-inactive {
  background-color: rgba(153, 153, 153, 0.5);
}
.sobre-o-produto .institutional .content-produto .box-institutional img {
  width: 100%;
}
.sobre-o-produto .institutional .content-produto .box-institutional .fa-ul > li {
  margin-bottom: 10px;
}
.sobre-o-produto .institutional .content-produto .box-institutional .fa-ul > li i {
  color: #0E2D52;
}

.box {
  color: #fff;
  margin-top: 20px;
}
.box .box-border {
  padding: 30px 10px;
}
.box .box-border.brown {
  background-color: #914146;
}
.box .box-border.light-blue {
  background-color: #00adc6;
}
.box .box-border.green {
  background-color: #027180;
}
.box .box-border.blue {
  background-color: #00005b;
}
.box .box-border.purple {
  background-color: #695288;
}
.box .box-border .content-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  min-height: 170px;
}
.box .box-border .content-box .title {
  display: flex;
  align-items: center;
}
.box .box-border .content-box .title i.icon-box {
  font-size: 1.7em;
  margin-right: 15px;
}
.box .box-border .content-box .title h1, .box .box-border .content-box .title h2, .box .box-border .content-box .title h3, .box .box-border .content-box .title h4, .box .box-border .content-box .title h5 {
  font-size: 1.5em;
  color: #fff;
  margin: 0;
}
.box .box-border .content-box .content.center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.box .box-border .content-box .content i.progress-icon {
  margin-left: 30px;
}
.box .box-border .content-box .content h1, .box .box-border .content-box .content h2, .box .box-border .content-box .content h3, .box .box-border .content-box .content h4, .box .box-border .content-box .content h5 {
  color: #fff;
}
.box .box-border .content-box .footer-box a {
  cursor: pointer;
}
.box .box-border .content-box .footer-box a.new-item {
  float: right;
}

.fa-2x {
  margin: 0;
  color: #fff;
}

.home {
  width: auto;
}
.home .ajuda {
  background-color: #0E2D52;
}
.home .ajuda .content-ajuda {
  padding: 40px 0;
  text-align: center;
  color: #fff;
}
.home .ajuda .content-ajuda .item-ajuda {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home .ajuda .content-ajuda .item-ajuda .item-ajuda-texto {
  font-size: 20px;
  line-height: 1.65rem;
  font-weight: bold;
}
.home .ajuda .content-ajuda .item-ajuda i {
  padding-bottom: 30px;
}
.home .ajuda .content-ajuda h2 {
  color: #fff;
}

/****************/
/** veja tambem */
/****************/
.artigos-veja-tambem .mais-artigos {
  background-color: #fff;
  padding: 0;
}
.artigos-veja-tambem .mais-artigos > h3 {
  background-color: #0E2D52;
  color: #fff;
  padding: 20px;
  margin-bottom: 0;
  font-size: 1.6em;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.artigos-veja-tambem .mais-artigos > .messages-wrapper {
  max-height: 400px;
  overflow: auto;
}
.artigos-veja-tambem .mais-artigos > .messages-wrapper::-webkit-scrollbar {
  width: 6.5px;
}
.artigos-veja-tambem .mais-artigos > .messages-wrapper::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}
.artigos-veja-tambem .mais-artigos > .messages-wrapper::-webkit-scrollbar-thumb {
  background-color: rgb(153, 153, 153);
  border-radius: 4px;
}
.artigos-veja-tambem .mais-artigos > .messages-wrapper::-webkit-scrollbar-thumb:window-inactive {
  background-color: rgba(153, 153, 153, 0.5);
}
.artigos-veja-tambem .mais-artigos > .messages-wrapper > .item {
  width: auto;
  margin: 0;
  border-bottom: 1px solid #F5F5F5;
}
.artigos-veja-tambem .mais-artigos > .messages-wrapper > .item a {
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 20px;
}
.artigos-veja-tambem .mais-artigos > .messages-wrapper > .item a > .categoria-data {
  text-transform: uppercase;
  color: #cccccc;
  margin: 0 0 5px 0;
}
.artigos-veja-tambem .mais-artigos > .messages-wrapper > .item a > i.arrow-toggle {
  position: absolute;
  top: 25px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
  border-top: 0;
}
.artigos-veja-tambem .mais-artigos > .messages-wrapper > .item a.collapsed > i.arrow-toggle {
  border-top: 5px solid black;
  border-bottom: 0;
}
.artigos-veja-tambem .mais-artigos > .messages-wrapper > .item > .conteudo-mensagem {
  padding: 20px;
}

/*****************/
/** /veja tambem */
/*****************/
.container-nenhuma-cotacao {
  padding: 30px;
  text-align: center;
  border: 1px solid #D6D6D6;
}
.container-nenhuma-cotacao h3 {
  opacity: 0.7;
}

.menu-link-irb-website .fa {
  margin-right: 5px;
}

/**************/
/** consultas */
/**************/
.consulta .panel.panel-default > .panel-heading {
  background-color: transparent;
  padding: 0;
  color: #0E2D52;
}
.consulta .cabecalho {
  display: flex;
  justify-content: space-between;
  background-color: #0E2D52;
  padding: 20px;
  color: #fff;
}
.consulta .cabecalho > .titulo {
  margin-bottom: 30px;
}
.consulta .cabecalho > .resumo-corretor {
  display: inline-block;
  width: 60%;
}
.consulta .cabecalho > .resumo-corretor > .box-resumo {
  display: inline-block;
  padding: 6px 0;
}
.consulta .cabecalho > .resumo-corretor > .box-resumo > .completed-triangle,
.consulta .cabecalho > .resumo-corretor > .box-resumo > .timedout-triangle,
.consulta .cabecalho > .resumo-corretor > .box-resumo > .gray-triangle,
.consulta .cabecalho > .resumo-corretor > .box-resumo > .notconfirmed-triangle,
.consulta .cabecalho > .resumo-corretor > .box-resumo > .notaccepted-triangle {
  margin-right: 5px;
}
.consulta .cabecalho > .btn-topo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
}
.consulta .cabecalho > .btn-topo input.form-control {
  height: 40px !important;
  padding: 0 10px !important;
}
.consulta .cabecalho > .btn-topo > .box-btn {
  position: relative;
}
.consulta .cabecalho > .btn-topo > .box-btn:last-child {
  margin-right: 0;
}
.consulta .cabecalho > .btn-topo.comissao {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.consulta .cabecalho > .btn-topo.comissao input.form-control {
  height: 40px !important;
  padding: 0 10px !important;
}
.consulta .cabecalho > .btn-topo.comissao > .box-btn {
  position: relative;
}
.consulta .cabecalho > .btn-topo.comissao > .box-btn:last-child {
  margin-right: 0;
}
.consulta .filtro {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  background-color: #eaeaea;
}
.consulta .filtro .label-default {
  background-color: #F1B235;
  color: #0E2D52;
}
.consulta .filtro input.form-control,
.consulta .filtro select.form-control {
  height: 40px;
  padding: 0 10px;
}
.consulta .filtro form {
  width: 100%;
}
.consulta .filtro .input-corretor {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.consulta .filtro .filtros-gerais {
  display: inline-block;
  width: 100%;
  background-color: #eaeaea;
}
.consulta .filtro .select2-choice {
  height: 40px !important;
  padding-top: 3px !important;
}
.consulta .filtro .select2-choice .select2-arrow {
  top: 4px !important;
}
.consulta .filtro .checkbox label {
  padding-left: 10px;
}
.consulta .filtro .checkbox label.font-small {
  font-size: 12px;
}
@media (min-width: 970px) {
  .consulta .filtro .m-top-btn-md {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .consulta .data-table__pagination-bar {
    flex-wrap: wrap;
    text-align: center;
  }
  .consulta .data-table__pagination-bar .data-table__items-count {
    text-align: right;
  }
}
.consulta .box-btn-new {
  display: flex;
  justify-content: flex-end;
}
.consulta .box-btn-new .btn-filtro .button {
  margin-right: 10px;
  position: relative;
}
.consulta .box-btn-new .btn-combo {
  position: relative;
}
.consulta .box-btn-new .btn-combo .button {
  margin-right: 10px;
}
.consulta .box-btn-new .btn-combo .dropdown-menu {
  margin-top: 0 !important;
  border: 0;
}
.consulta .box-btn-new .btn-combo .dropdown-menu li {
  cursor: pointer;
}
.consulta .box-btn-new .btn-combo .dropdown-menu#dropdown-prod-cot {
  border-top: 0 !important;
}
@media (max-width: 767px) {
  .consulta .box-btn-new {
    justify-content: flex-start;
  }
}
@media (max-width: 479px) {
  .consulta .box-btn-new {
    display: inline-block;
    width: 100%;
  }
  .consulta .box-btn-new .btn-mobile {
    margin-bottom: 10px;
  }
}
.consulta .table-wrapper {
  overflow: auto;
  box-shadow: none;
}
.consulta .table-wrapper table th {
  text-transform: uppercase;
  font-size: 1.05em;
  font-weight: 600;
  border-bottom: 0;
}
.consulta .table-wrapper table td {
  padding-top: 20px;
  padding-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.consulta .table-wrapper table td a {
  cursor: pointer;
  margin-right: 10px;
}
.consulta .table-wrapper table td a:last-child {
  margin-right: 0;
}
.consulta .table-wrapper table td a > i {
  font-size: 1.5em;
}
.consulta .table-wrapper table td.no-white-space {
  white-space: normal;
}
.consulta .table-wrapper table.tb-apolice-endosso th.prod {
  width: 130px;
}
.consulta .table-wrapper table.tb-apolice-endosso th.vig {
  width: 140px;
}
.consulta .table-wrapper table.tb-apolice-endosso th.apo {
  width: 235px;
}
.consulta .table-wrapper table.tb-apolice-endosso th.est {
  width: 290px;
}
.consulta .table-wrapper table.tb-apolice-endosso th.val {
  width: 90px;
}
.consulta .table-wrapper table.tb-apolice-endosso th.but {
  width: 70px;
}
.consulta .table-wrapper table.tb-parcelas th.venc {
  width: 150px;
}
.consulta .table-wrapper table.tb-parcelas th.apo {
  width: 50px;
}
.consulta .table-wrapper table.tb-parcelas th.est {
  width: 50px;
}
.consulta .table-wrapper table.tb-parcelas th.far {
  width: 50px;
}
.consulta .table-wrapper table.tb-parcelas th.parc {
  width: 70px;
}
.consulta .table-wrapper table.tb-parcelas th.eye {
  width: 40px;
}
.consulta .table-wrapper table.tb-parcelas th.val {
  width: 150px;
}
.consulta .table-wrapper table.tb-parcelas th.but {
  width: 120px;
}
.consulta .table-wrapper table.tb-parcelas td.eye-open {
  pointer-events: all;
  cursor: pointer;
  opacity: 1;
  font-size: 1.5em;
}
.consulta .table-wrapper table.tb-cinco th:nth-child(1), .consulta .table-wrapper table.tb-cinco td:nth-child(1) {
  width: 130px;
}
.consulta .table-wrapper table.tb-cinco th:nth-child(2), .consulta .table-wrapper table.tb-cinco td:nth-child(2) {
  width: 140px;
}
.consulta .table-wrapper table.tb-cinco th:nth-child(3), .consulta .table-wrapper table.tb-cinco td:nth-child(3) {
  max-width: 545;
}
.consulta .table-wrapper table.tb-cinco th:nth-child(4), .consulta .table-wrapper table.tb-cinco td:nth-child(4) {
  width: 130px;
}
.consulta .table-wrapper table.tb-cinco th:nth-child(5), .consulta .table-wrapper table.tb-cinco td:nth-child(5) {
  width: 130px;
}
.consulta .table-wrapper table.tb-seis th:nth-child(1), .consulta .table-wrapper table.tb-seis td:nth-child(1) {
  width: 130px;
}
.consulta .table-wrapper table.tb-seis th:nth-child(2), .consulta .table-wrapper table.tb-seis td:nth-child(2) {
  width: 140px;
}
.consulta .table-wrapper table.tb-seis th:nth-child(3), .consulta .table-wrapper table.tb-seis td:nth-child(3) {
  max-width: 271;
}
.consulta .table-wrapper table.tb-seis th:nth-child(4), .consulta .table-wrapper table.tb-seis td:nth-child(4) {
  max-width: 271px;
}
.consulta .table-wrapper table.tb-seis th:nth-child(5), .consulta .table-wrapper table.tb-seis td:nth-child(5) {
  width: 130px;
}
.consulta .table-wrapper table.tb-seis th:nth-child(6), .consulta .table-wrapper table.tb-seis td:nth-child(6) {
  width: 132px;
}
.consulta .table-wrapper table.tb-sete th:nth-child(1), .consulta .table-wrapper table.tb-sete td:nth-child(1) {
  width: 130px;
}
.consulta .table-wrapper table.tb-sete th:nth-child(2), .consulta .table-wrapper table.tb-sete td:nth-child(2) {
  width: 140px;
}
.consulta .table-wrapper table.tb-sete th:nth-child(3), .consulta .table-wrapper table.tb-sete td:nth-child(3) {
  width: 170px;
}
.consulta .table-wrapper table.tb-sete th:nth-child(4), .consulta .table-wrapper table.tb-sete td:nth-child(4) {
  max-width: 297px;
}
.consulta .table-wrapper table.tb-sete th:nth-child(5), .consulta .table-wrapper table.tb-sete td:nth-child(5) {
  width: 115px;
}
.consulta .table-wrapper table.tb-sete th:nth-child(6), .consulta .table-wrapper table.tb-sete td:nth-child(6) {
  width: 80px;
}
.consulta .table-wrapper table.tb-sete th:nth-child(7), .consulta .table-wrapper table.tb-sete td:nth-child(7) {
  width: 140px;
}
.consulta .table-wrapper table.tb-comissionamento th.sts, .consulta .table-wrapper table.tb-comissionamento td.sts {
  width: 130px;
  align-items: center;
}
.consulta .table-wrapper table.tb-comissionamento th.apo, .consulta .table-wrapper table.tb-comissionamento td.apo {
  max-width: 297px;
  align-items: center;
}
.consulta .table-wrapper table.tb-comissionamento th.dt_cred, .consulta .table-wrapper table.tb-comissionamento td.dt_cred {
  width: 140px;
  align-items: center;
}
.consulta .table-wrapper table.tb-comissionamento th.com_liqd, .consulta .table-wrapper table.tb-comissionamento td.com_liqd {
  width: 170px;
  align-items: center;
}
.consulta .table-wrapper table.tb-comissionamento th.com, .consulta .table-wrapper table.tb-comissionamento td.com {
  width: 115px;
  align-items: center;
}
.consulta .table-wrapper table.tb-comissionamento th.com_bta, .consulta .table-wrapper table.tb-comissionamento td.com_bta {
  width: 80px;
  align-items: center;
}
.consulta .table-wrapper table.tb-comissionamento th.impts, .consulta .table-wrapper table.tb-comissionamento td.impts {
  width: 140px;
  align-items: center;
}
.consulta .table-wrapper table.tb-quinze-div th:nth-child(1) div, .consulta .table-wrapper table.tb-quinze-div td:nth-child(1) div {
  width: 110px;
}
.consulta .table-wrapper table.tb-quinze-div th:nth-child(2) div, .consulta .table-wrapper table.tb-quinze-div td:nth-child(2) div {
  width: 110px;
}
.consulta .table-wrapper table.tb-quinze-div th:nth-child(3) div, .consulta .table-wrapper table.tb-quinze-div td:nth-child(3) div {
  width: 210px;
}
.consulta .table-wrapper table.tb-quinze-div th:nth-child(4) div, .consulta .table-wrapper table.tb-quinze-div td:nth-child(4) div {
  width: 210px;
}
.consulta .table-wrapper table.tb-quinze-div th:nth-child(5) div, .consulta .table-wrapper table.tb-quinze-div td:nth-child(5) div {
  width: 230px;
}
.consulta .table-wrapper table.tb-quinze-div th:nth-child(6) div, .consulta .table-wrapper table.tb-quinze-div td:nth-child(6) div {
  width: 180px;
}
.consulta .table-wrapper table.tb-quinze-div th:nth-child(7) div, .consulta .table-wrapper table.tb-quinze-div td:nth-child(7) div {
  width: 230px;
}
.consulta .table-wrapper table.tb-quinze-div th:nth-child(8) div, .consulta .table-wrapper table.tb-quinze-div td:nth-child(8) div {
  width: 210px;
}
.consulta .table-wrapper table.tb-quinze-div th:nth-child(9) div, .consulta .table-wrapper table.tb-quinze-div td:nth-child(9) div {
  width: 120px;
}
.consulta .table-wrapper table.tb-quinze-div th:nth-child(10) div, .consulta .table-wrapper table.tb-quinze-div td:nth-child(10) div {
  width: 130px;
}
.consulta .table-wrapper table.tb-quinze-div th:nth-child(11) div, .consulta .table-wrapper table.tb-quinze-div td:nth-child(11) div {
  width: 170px;
}
.consulta .table-wrapper table.tb-quinze-div th:nth-child(12) div, .consulta .table-wrapper table.tb-quinze-div td:nth-child(12) div {
  width: 150px;
}
.consulta .table-wrapper table.tb-quinze-div th:nth-child(13) div, .consulta .table-wrapper table.tb-quinze-div td:nth-child(13) div {
  width: 90px;
}
.consulta .table-wrapper table.tb-quinze-div th:nth-child(14) div, .consulta .table-wrapper table.tb-quinze-div td:nth-child(14) div {
  width: 120px;
}
.consulta .table-wrapper table.tb-quinze-div th:nth-child(15) div, .consulta .table-wrapper table.tb-quinze-div td:nth-child(15) div {
  width: 90px;
}
.consulta .table-wrapper table.tb-quinze-div th:nth-child(16) div, .consulta .table-wrapper table.tb-quinze-div td:nth-child(16) div {
  width: 90px;
}
.consulta .table-wrapper table.tb-nove-div th:nth-child(1) div, .consulta .table-wrapper table.tb-nove-div td:nth-child(1) div {
  width: 110px;
}
.consulta .table-wrapper table.tb-nove-div th:nth-child(2) div, .consulta .table-wrapper table.tb-nove-div td:nth-child(2) div {
  width: 180px;
}
.consulta .table-wrapper table.tb-nove-div th:nth-child(3) div, .consulta .table-wrapper table.tb-nove-div td:nth-child(3) div {
  width: 150px;
}
.consulta .table-wrapper table.tb-nove-div th:nth-child(4) div, .consulta .table-wrapper table.tb-nove-div td:nth-child(4) div {
  width: 100px;
}
.consulta .table-wrapper table.tb-nove-div th:nth-child(5) div, .consulta .table-wrapper table.tb-nove-div td:nth-child(5) div {
  width: 100px;
}
.consulta .table-wrapper table.tb-nove-div th:nth-child(6) div, .consulta .table-wrapper table.tb-nove-div td:nth-child(6) div {
  width: 180px;
}
.consulta .table-wrapper table.tb-nove-div th:nth-child(7) div, .consulta .table-wrapper table.tb-nove-div td:nth-child(7) div {
  width: 100px;
}
.consulta .table-wrapper table.tb-nove-div th:nth-child(8) div, .consulta .table-wrapper table.tb-nove-div td:nth-child(8) div {
  width: 140px;
}
.consulta .table-wrapper table.tb-nove-div th:nth-child(9) div, .consulta .table-wrapper table.tb-nove-div td:nth-child(9) div {
  width: 180px;
}
.consulta .table-wrapper table.tb-comissoes th.sts {
  width: 110px;
}
.consulta .table-wrapper table.tb-comissoes th.cor {
  width: 140px;
}
.consulta .table-wrapper table.tb-comissoes th.apo {
  width: 210px;
}
.consulta .table-wrapper table.tb-comissoes th.end {
  width: 210px;
}
.consulta .table-wrapper table.tb-comissoes th.cre {
  width: 150px;
}
.consulta .table-wrapper table.tb-comissoes th.cms-bru {
  width: 140px;
}
.consulta .table-wrapper table.tb-comissoes th.imp {
  width: 90px;
}
.consulta .table-wrapper table.tb-comissoes th.cms-liq {
  width: 150px;
}
.consulta .table-wrapper table.tb-comissoes th.cms {
  width: 110px;
}

@media (max-width: 1199px) {
  .consulta .table-wrapper table.tb-apolice-endosso th.val {
    width: 140px;
  }
  .consulta .table-wrapper table.tb-apolice-endosso th.but {
    width: 100px;
  }
}
@media (max-width: 991px) {
  .consulta .table-wrapper table.tb-apolice-endosso .no-white-space {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .consulta .table-wrapper table.tb-apolice-endosso .no-white-space {
    white-space: nowrap;
  }
}
@media (max-width: 1199px) {
  .consulta .table-wrapper table.tb-parcelas th.venc {
    width: 90px;
  }
  .consulta .table-wrapper table.tb-parcelas th.eye {
    display: none;
  }
}
@media (max-width: 991px) {
  .consulta .table-wrapper table.tb-parcelas th.val {
    width: 30px;
  }
  .consulta .table-wrapper table.tb-parcelas th.val {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .consulta .table-wrapper table.tb-parcelas th.venc {
    width: 70px;
  }
  .consulta .table-wrapper table.tb-parcelas th.far {
    width: 30px;
  }
  .consulta .table-wrapper table.tb-parcelas th.parc {
    width: 30px;
  }
  .consulta .table-wrapper table.tb-parcelas th.val {
    width: 90px;
  }
}
/***************/
/** /consultas */
/***************/
/*****************/
/** sub produtos */
/*****************/
.sub-product h4 {
  font-size: 18px;
}
.sub-product .button.custom-icon span:first-child {
  padding: 0 7px;
}
.sub-product a {
  color: #ff1721;
}
.sub-product div:nth-child(n+4) .box-img {
  margin-top: 30px;
}
.sub-product .box-img {
  position: relative;
  background-color: #000;
}
.sub-product .box-img a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  border-top: 2px solid #0E2D52;
  border-left: 2px solid #0E2D52;
  border-right: 2px solid #0E2D52;
}
.sub-product .box-img a img {
  width: 100%;
  opacity: 0.5;
}
.sub-product .box-img a h4 {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 15px;
  text-transform: uppercase;
  text-align: center;
  line-height: normal;
  color: #fff;
}

/******************/
/** /sub produtos */
/******************/
@media (max-width: 1199px) {
  .consulta .table-wrapper {
    padding: 15px 0;
  }
}
@media (max-width: 992px) {
  .sobre-o-produto .institutional .content-produto .box-institutional {
    height: auto;
    overflow: hidden;
  }
  .sobre-o-produto .institutional .content-produto .box-institutional .row {
    margin: 0;
  }
  .box .box-border .content-box {
    min-height: auto;
  }
  .box .box-border .content-box .content.center {
    padding: 20px 0;
  }
  .consulta .cabecalho {
    display: inline-block;
    width: 100%;
  }
  .consulta .cabecalho > .titulo {
    margin-bottom: 30px;
  }
  .consulta .cabecalho > .resumo-corretor {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .consulta .cabecalho > .resumo-corretor .box-resumo {
    margin-right: 20px;
  }
  .consulta .cabecalho > .resumo-corretor .box-resumo:last-child {
    margin-right: 0;
  }
  .consulta .cabecalho > .btn-topo {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 20px;
  }
  .consulta .cabecalho .form-control {
    margin-bottom: 15px;
  }
  .consulta .filtro .filtros-gerais .checkbox.checkbox-produto {
    float: left;
    width: 50%;
  }
  .consulta .filtro .filtros-gerais .checkbox.checkbox-produto label {
    padding-right: 20px;
  }
}
@media (max-width: 550px) {
  .consulta .cabecalho > .resumo-corretor {
    display: inline-block;
  }
  .consulta .cabecalho > .resumo-corretor .box-resumo {
    width: 49.5%;
    margin: 0;
    padding: 10px 0;
  }
  .consulta .cabecalho > .btn-topo {
    justify-content: flex-start;
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .product-top .navbar {
    display: none;
  }
  .product-top .product-title {
    display: inline-block !important;
    width: 100%;
  }
  .product-top .product-title > h3 {
    display: inline-block;
  }
  .product-top .product-title > .button {
    justify-content: space-between;
    margin-top: 20px;
    width: 100%;
    max-width: 180px;
  }
  .product-top .product-title > .button.new-quote {
    margin-left: 0;
  }
  .panel.panel-default > .panel-heading.about-product > .submenu-aba > .navbar > .navbar-nav {
    display: inline-block;
    width: 100%;
  }
  .panel.panel-default > .panel-heading.about-product > .submenu-aba > .navbar > .navbar-nav > li {
    width: 50%;
  }
  .panel.panel-default > .panel-heading.about-product > .submenu-aba > .navbar > .navbar-nav > li > a {
    width: 100%;
    text-align: center;
  }
  .panel.panel-default > .panel-heading.about-product > .submenu-aba > .navbar > .navbar-nav > li > a:hover, .panel.panel-default > .panel-heading.about-product > .submenu-aba > .navbar > .navbar-nav > li > a.active, .panel.panel-default > .panel-heading.about-product > .submenu-aba > .navbar > .navbar-nav > li > a:focus {
    background-color: #3032c1;
    border-color: transparent;
  }
  .consulta .filtro .filtros-gerais .checkbox label {
    padding: 0 10px;
  }
  .consulta .filtro .filtros-gerais .checkbox.checkbox-produto {
    height: 38px;
  }
}
@media (max-width: 390px) {
  .consulta .cabecalho > .resumo-corretor .box-resumo {
    width: 49.3%;
  }
  .consulta .cabecalho > .btn-topo {
    display: inline-block;
    width: 100%;
  }
  .consulta .cabecalho > .btn-topo > .box-btn {
    width: 100%;
    margin: 0;
  }
  .consulta .cabecalho > .btn-topo > .box-btn:last-child {
    margin-top: 20px;
  }
  .consulta .cabecalho > .btn-topo > .box-btn > a {
    width: 100%;
    padding: 20px 0;
    font-size: 1em;
    justify-content: space-between;
  }
}
input:disabled {
  background-color: rgb(235, 235, 228) !important;
}

.list-group-item {
  display: inline-block;
  width: 100%;
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: -5px;
}

/***********************************
******** NOVA HOME/PRODUTOS ********
***********************************/
/** default ************************************/
/** auxiliares **/
.btn-click {
  cursor: pointer;
}

.two-box-space {
  width: 46%;
}

.sessao-sem-informacao {
  background-color: #F5F5F5;
  color: #666;
  text-align: center;
  padding: 20px 10px;
}

/** facelift ************************************/
.facelift {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  word-wrap: break-word;
  /** geral ***********************************/
  /** basicos **/
  /** mega clique **/
  /** /mega clique **/
  /** listagem basica **/
  /** social media **/
  /** sobre **/
  /** /sobre **/
  /** faça uma cotação **/
}
.facelift a {
  cursor: pointer;
}
.facelift a.link-red {
  color: #0E2D52;
}
.facelift .text-red {
  color: #0E2D52;
}
.facelift .fnd-white {
  background-color: #fff;
}
.facelift h2.titulo-principal {
  font-size: 2.8em;
  font-weight: normal;
}
.facelift h2.titulo-principal.menor {
  font-size: 1.4em;
}
@media (max-width: 767px) {
  .facelift h2.titulo-principal {
    font-size: 1.2em;
    margin-bottom: 20px !important;
  }
  .facelift h2.titulo-principal.menor {
    font-size: 1.1em;
  }
  .facelift h3.titulo {
    line-height: normal;
  }
}
.facelift h3.titulo {
  font-size: 1.4em;
  color: #0E2D52;
}
.facelift .mega-clique {
  position: relative;
  overflow: hidden;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0E2D52;
}
.facelift .mega-clique img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.3;
}
.facelift .mega-clique .texto {
  position: absolute;
  width: 80%;
  text-align: center;
}
.facelift .mega-clique .texto h3, .facelift .mega-clique .texto p {
  color: #fff;
}
.facelift .mega-clique .texto h3 {
  font-size: 3.5em;
  font-weight: normal;
}
.facelift .mega-clique .texto p {
  margin-bottom: 40px;
  font-size: 1.4em;
  font-weight: 600;
}
.facelift .mega-clique .texto a {
  color: #fff;
}
@media (max-width: 767px) {
  .facelift .mega-clique img {
    width: auto;
    max-width: 767px;
    max-height: 100%;
  }
}
.facelift ul.basic-list {
  height: auto;
  max-height: 300px !important;
  padding: 0 20px 0 0;
  list-style-type: none;
  color: #0E2D52;
}
.facelift ul.basic-list li {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D6D6D6;
}
.facelift .social-media {
  background-color: #fff;
}
.facelift .social-media .juicer-feed {
  padding: 0 20px 0 0;
  border: 0;
}
.facelift .social-media .juicer-feed .j-stacker > * {
  display: inline-block !important;
  width: 100% !important;
}
.facelift .social-media .juicer-feed.modern li.feed-item {
  margin-bottom: 40px !important;
  border: 1px solid #cccccc !important;
}
.facelift .sobre .panel {
  box-shadow: none !important;
  margin-bottom: 0;
  background-color: transparent;
}
.facelift .sobre .panel .panel-heading {
  background-color: transparent;
  color: inherit;
  padding: 0 0 20px 0;
  margin: 0;
}
.facelift .sobre .panel .panel-heading .navbar {
  min-height: auto;
  margin-bottom: 0;
}
.facelift .sobre .panel .panel-heading ul.navbar-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.facelift .sobre .panel .panel-heading ul.navbar-nav > li {
  width: 100%;
}
.facelift .sobre .panel .panel-heading ul.navbar-nav > li > a {
  width: 100%;
  padding: 15px;
  font-size: 1.2em;
  text-align: center;
  color: #0E2D52;
}
.facelift .sobre .panel .panel-heading ul.navbar-nav > li > a:hover, .facelift .sobre .panel .panel-heading ul.navbar-nav > li > a.active {
  background-color: transparent;
  color: #0E2D52 !important;
  border-bottom: 3px solid #F1B235;
}
.facelift .sobre .panel .panel-body {
  height: 465px;
}
.facelift .sobre .panel .panel-body .content-produto h2 {
  font-size: 2.5em;
  margin-bottom: 40px;
  line-height: normal;
  display: inline-block;
}
.facelift .sobre .panel .panel-body .content-produto h4 {
  margin-bottom: 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.3em;
}
@media (max-width: 991px) {
  .facelift .sobre ul.navbar-nav > li > a {
    padding: 15px 10px !important;
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  .facelift .sobre {
    padding: 0 !important;
    margin-bottom: 60px;
  }
  .facelift .sobre .panel-heading .navbar-nav {
    display: contents !important;
  }
  .facelift .sobre .panel-heading .navbar-nav > li > a {
    border-bottom: 3px solid #fff;
  }
  .facelift .sobre ul.navbar-nav > li > a {
    color: #0E2D52 !important;
  }
  .facelift .sobre ul.navbar-nav > li > a:hover, .facelift .sobre ul.navbar-nav > li > a.active {
    background-color: #0E2D52 !important;
    color: #fff !important;
    border-bottom: 3px solid #0E2D52 !important;
  }
}
.facelift .faca-cotacao {
  padding: 0;
}
.facelift .faca-cotacao:first-of-type {
  padding-right: 30px;
}
.facelift .faca-cotacao:last-of-type {
  padding-left: 30px;
}
.facelift .faca-cotacao .box-shadow {
  height: 430px;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .facelift .faca-cotacao:first-of-type, .facelift .faca-cotacao:last-of-type {
    padding: 0;
  }
  .facelift .faca-cotacao:first-of-type {
    margin-bottom: 40px;
  }
  .facelift .faca-cotacao .box-shadow {
    height: auto;
  }
}

/** correções gerais **/
@media (max-width: 767px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
/** /facelift **/
/**************************
******** NOVO MENU ********
***************************/
.facelift-menu {
  position: relative;
  background-color: #ffffff;
  text-transform: uppercase;
  height: 71px;
  border-radius: 0;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #eaeaea;
}
.facelift-menu .notification {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 3px;
  bottom: 30px;
  background-color: #ec4d33;
  color: #ffffff;
  font-size: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  opacity: 0.9;
}
.facelift-menu .notification.badge-sub {
  position: static;
  display: inline-flex;
}
.facelift-menu.navbar {
  margin-bottom: 0;
}
.facelift-menu.navbar .navbar-options {
  display: flex;
  justify-content: flex-start;
}
.facelift-menu.navbar .navbar-options .navbar-header {
  position: relative;
}
.facelift-menu.navbar .navbar-options .navbar-header .navbar-brand {
  float: none;
  display: inline-block;
  width: 115px;
  height: auto;
  font-size: inherit;
  line-height: normal;
  padding: 0;
  margin: 10px 30px 10px 0;
}
.facelift-menu.navbar .navbar-options .navbar-header .navbar-brand img {
  max-width: 100%;
}
.facelift-menu.navbar .navbar-options .navbar-collapse {
  width: 100%;
}
.facelift-menu.navbar .navbar-options .navbar-collapse .nav > li {
  position: static;
}
.facelift-menu.navbar .navbar-options .navbar-collapse .nav > li:not(.btn-option) > a {
  display: flex;
  align-items: center;
  background-color: transparent !important;
  padding: 25px 20px 22px 20px;
  color: #0E2D52;
}
.facelift-menu.navbar .navbar-options .navbar-collapse .nav > li:not(.btn-option) > a:hover, .facelift-menu.navbar .navbar-options .navbar-collapse .nav > li:not(.btn-option) > a:active {
  border-color: #F1B235;
}
.facelift-menu.navbar .navbar-options .navbar-collapse .nav > li.btn-option {
  padding: 0 20px;
}
.facelift-menu.navbar .navbar-options .navbar-collapse .nav > li.btn-option:last-child {
  padding-right: 0;
}
.facelift-menu.navbar .navbar-options .navbar-collapse .nav > li.btn-option > a {
  display: flex;
  margin-top: 15px;
}
.facelift-menu.navbar .navbar-options .navbar-collapse .nav > li.btn-option > a:hover span {
  color: #ffffff;
}
.facelift-menu.navbar .navbar-options .navbar-collapse .nav > li.btn-link {
  text-decoration: none;
}
.facelift-menu.navbar .navbar-options .navbar-collapse .nav > li.btn-link > a {
  border-bottom: 3px solid #ffffff;
}
.facelift-menu.navbar .navbar-options .navbar-collapse .nav > li.icone-btn {
  padding: 18px 20px 0 0;
}
.facelift-menu.navbar .navbar-options .navbar-collapse .nav > li.icone-btn:last-child {
  padding-right: 0;
}
.facelift-menu.navbar .navbar-options .navbar-collapse .nav > li.icone-btn .icone-titulo {
  margin-left: 10px;
}
.facelift-menu.navbar .navbar-options .navbar-collapse .nav > li.icone-btn .icone-redondo {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0E2D52;
  font-size: 20px;
  width: 35px;
  height: 35px;
  padding: 6px;
  border-radius: 50%;
  border: 1.8px solid #F1B235;
}
.facelift-menu.navbar .navbar-options .navbar-collapse .nav > li.icone-btn > a {
  padding: 0;
}
.facelift-menu.navbar .navbar-options .navbar-collapse .nav > li.icone-btn > a:hover, .facelift-menu.navbar .navbar-options .navbar-collapse .nav > li.icone-btn > a:hover .icone-redondo {
  border-color: #0E2D52;
}
.facelift-menu.navbar .navbar-options .navbar-collapse .nav > li.icone-btn .notification {
  right: -10px;
  bottom: -5px;
}
.facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown {
  position: unset;
}
.facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown .dropdown-menu {
  position: absolute;
  left: 0;
  padding: 0;
  margin-top: 1px;
  border-radius: 0;
  box-shadow: 0 18px 20px rgba(0, 0, 0, 0.05);
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #eaeaea;
}
.facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown .dropdown-menu .dropdown-option {
  padding: 40px 20px;
  border-left: 1px solid #eaeaea;
}
.facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown .dropdown-menu .dropdown-option:last-child {
  border-right: 1px solid #eaeaea;
}
.facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown .dropdown-menu .dropdown-option .sub-titulo {
  display: inline-block;
  color: #0E2D52;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}
.facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown .dropdown-menu .dropdown-option ul {
  list-style: none;
  padding: 0;
}
.facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown .dropdown-menu .dropdown-option ul li {
  padding: 7px 0;
}
.facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown .dropdown-menu .dropdown-option ul li.two-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown .dropdown-menu .dropdown-option ul li a {
  font-size: 16px;
  text-transform: none;
  color: #0E2D52;
}
.facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown .dropdown-menu .dropdown-option ul li a:hover {
  color: #F1B235 !important;
}
.facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown .dropdown-menu .dropdown-option.dados-usuario .info-pessoa {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown .dropdown-menu .dropdown-option.dados-usuario .info-pessoa img {
  width: 25%;
  height: auto;
}
.facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown .dropdown-menu .dropdown-option.dados-usuario .info-pessoa .identificacao {
  width: 100%;
  text-align: left;
  padding-left: 20px;
  word-break: break-word;
}
.facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown .dropdown-menu .dropdown-option.dados-usuario .info-pessoa .identificacao h4 {
  text-transform: initial;
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: normal;
}
.facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown .dropdown-menu .dropdown-option.dados-usuario .info-pessoa .identificacao span {
  text-transform: lowercase;
  color: #0E2D52;
}
.facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown .dropdown-menu .dropdown-option.dados-usuario .info-dash li {
  display: flex;
  justify-content: space-between;
  text-transform: initial;
  font-weight: normal;
}
.facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown .dropdown-menu .dropdown-option.dados-usuario .info-dash li .qtdade {
  background-color: #0E2D52;
  width: 32px;
  color: #ffffff;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  padding: 5px;
}
.facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.manual-opening.btn-link > a,
.facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.manual-opening .icone-titulo,
.facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.manual-opening .icone-redondo, .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.open.btn-link > a,
.facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.open .icone-titulo,
.facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.open .icone-redondo {
  color: #0E2D52;
  border-color: #0E2D52;
}
.facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.manual-opening .dropdown-menu, .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.open .dropdown-menu {
  display: flex;
  justify-content: center;
  width: 100%;
  font-family: "Ropa Sans", sans-serif;
}
.facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.manual-opening .dropdown-menu.small-option, .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.open .dropdown-menu.small-option {
  top: 71px;
  display: inline-block;
  width: 612px;
  padding: 20px 0;
}
.facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.manual-opening .dropdown-menu.small-option .form-inline, .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.open .dropdown-menu.small-option .form-inline {
  display: flex;
  justify-content: space-between;
}
.facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.manual-opening .dropdown-menu.small-option .form-inline .form-group, .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.open .dropdown-menu.small-option .form-inline .form-group {
  padding: 0 15px;
}
.facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.manual-opening .dropdown-menu.small-option .form-inline .form-group > p, .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.open .dropdown-menu.small-option .form-inline .form-group > p {
  font-size: 12px;
}
.facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.manual-opening .dropdown-menu.small-option .form-inline .form-group select,
.facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.manual-opening .dropdown-menu.small-option .form-inline .form-group input, .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.open .dropdown-menu.small-option .form-inline .form-group select,
.facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.open .dropdown-menu.small-option .form-inline .form-group input {
  width: auto;
  height: 40px;
}

@media (max-width: 767px) {
  .facelift-menu {
    border-color: #ffffff;
  }
  .facelift-menu.navbar .navbar-options .navbar-header {
    position: relative;
    width: 100%;
    height: 72px;
  }
  .facelift-menu.navbar .navbar-options .navbar-header .navbar-toggle {
    margin-top: 16px;
    border-color: transparent;
  }
  .facelift-menu.navbar .navbar-options .navbar-header .navbar-toggle:hover, .facelift-menu.navbar .navbar-options .navbar-header .navbar-toggle:focus {
    background-color: #ffffff;
  }
  .facelift-menu.navbar .navbar-options .navbar-header .navbar-toggle:not(.collapsed) {
    background-color: #F5F5F5;
  }
  .facelift-menu.navbar .navbar-options .navbar-header .navbar-toggle .icon-bar {
    background-color: #0E2D52;
    width: 24px;
    height: 4px;
    border-radius: 3px;
  }
  .facelift-menu.navbar .navbar-options .navbar-collapse {
    background-color: #ffffff;
    position: fixed;
    top: 72px;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 0px;
    overflow: auto;
    border: 0;
    z-index: 999;
  }
  .facelift-menu.navbar .navbar-options .navbar-collapse.in {
    padding-bottom: 100px;
    height: 100%;
  }
  .facelift-menu.navbar .navbar-options .navbar-collapse .nav {
    display: flex;
    flex-direction: column;
  }
  .facelift-menu.navbar .navbar-options .navbar-collapse .nav > li {
    border-bottom: 1px solid #eaeaea;
  }
  .facelift-menu.navbar .navbar-options .navbar-collapse .nav > li > a:hover, .facelift-menu.navbar .navbar-options .navbar-collapse .nav > li > a:active {
    border: 0 !important;
  }
  .facelift-menu.navbar .navbar-options .navbar-collapse .nav > li.btn-option {
    order: 1;
  }
  .facelift-menu.navbar .navbar-options .navbar-collapse .nav > li.btn-option > a {
    padding: 20px 0;
    margin: 0 5% 15px 5%;
  }
  .facelift-menu.navbar .navbar-options .navbar-collapse .nav > li.btn-link {
    order: 2;
    position: relative;
  }
  .facelift-menu.navbar .navbar-options .navbar-collapse .nav > li.btn-link > a {
    padding: 15px 40px;
  }
  .facelift-menu.navbar .navbar-options .navbar-collapse .nav > li.icone-btn {
    order: 3;
    padding: 0;
  }
  .facelift-menu.navbar .navbar-options .navbar-collapse .nav > li.icone-btn > a {
    padding: 10px 40px;
  }
  .facelift-menu.navbar .navbar-options .navbar-collapse .nav > li.btn-link > a, .facelift-menu.navbar .navbar-options .navbar-collapse .nav > li.icone-btn > a {
    font-weight: bold;
  }
  .facelift-menu.navbar .navbar-options .navbar-collapse .nav > li.btn-link > a.dropdown-toggle::after, .facelift-menu.navbar .navbar-options .navbar-collapse .nav > li.icone-btn > a.dropdown-toggle::after {
    content: "";
    position: absolute;
    display: inline-block;
    right: 40px;
    top: 15px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #0E2D52;
    transition: top 0.04s linear;
  }
  .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown {
    position: relative;
  }
  .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.manual-opening > a, .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.open > a {
    background-color: #F5F5F5 !important;
    color: #338BA9;
  }
  .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.manual-opening > a::after, .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.open > a::after {
    top: 7px !important;
    border-top-color: transparent !important;
    border-bottom: 8px solid #0E2D52;
    transition: top 0.04s linear;
  }
  .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.manual-opening .dropdown-menu, .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.open .dropdown-menu {
    position: static;
    flex-direction: column;
    width: 100%;
    box-shadow: none;
    border-bottom: 0;
  }
  .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.manual-opening .dropdown-menu .dropdown-option, .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.open .dropdown-menu .dropdown-option {
    padding: 20px 0 0 0;
    border-left: 0;
    border-bottom: 1px solid #eaeaea;
  }
  .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.manual-opening .dropdown-menu .dropdown-option:last-child, .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.open .dropdown-menu .dropdown-option:last-child {
    border-bottom: 0;
  }
  .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.manual-opening .dropdown-menu .dropdown-option .sub-titulo, .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.open .dropdown-menu .dropdown-option .sub-titulo {
    font-size: 12px;
    margin: 0 0 10px 40px;
  }
  .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.manual-opening .dropdown-menu .dropdown-option li, .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.open .dropdown-menu .dropdown-option li {
    padding: 0;
    border-bottom: 1px solid #eaeaea;
  }
  .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.manual-opening .dropdown-menu .dropdown-option li:last-child, .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.open .dropdown-menu .dropdown-option li:last-child {
    border-bottom: 0;
  }
  .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.manual-opening .dropdown-menu .dropdown-option li a, .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.open .dropdown-menu .dropdown-option li a {
    display: inline-block;
    font-size: 14px;
    padding: 10px 0 10px 40px;
  }
  .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.manual-opening .dropdown-menu.small-option, .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.open .dropdown-menu.small-option {
    top: auto;
    width: 100%;
    padding: 20px 40px;
  }
  .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.manual-opening .dropdown-menu.small-option .form-inline, .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.open .dropdown-menu.small-option .form-inline {
    display: inline-block;
    width: 100%;
  }
  .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.manual-opening .dropdown-menu.small-option .form-inline .form-group, .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.open .dropdown-menu.small-option .form-inline .form-group {
    padding: 0 0 15px 0;
  }
  .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.manual-opening .dropdown-menu.small-option .form-inline .form-group select,
  .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.manual-opening .dropdown-menu.small-option .form-inline .form-group input, .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.open .dropdown-menu.small-option .form-inline .form-group select,
  .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.open .dropdown-menu.small-option .form-inline .form-group input {
    width: 100%;
  }
  .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.manual-opening.icone-btn.dropdown .dropdown-menu .info-pessoa, .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.open.icone-btn.dropdown .dropdown-menu .info-pessoa {
    justify-content: center;
  }
  .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.manual-opening.icone-btn.dropdown .dropdown-menu .info-pessoa img, .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.open.icone-btn.dropdown .dropdown-menu .info-pessoa img {
    width: 60px;
  }
  .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.manual-opening.icone-btn.dropdown .dropdown-menu .info-pessoa .identificacao, .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.open.icone-btn.dropdown .dropdown-menu .info-pessoa .identificacao {
    width: auto;
  }
  .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.manual-opening.icone-btn.dropdown .dropdown-menu .dropdown-option, .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.open.icone-btn.dropdown .dropdown-menu .dropdown-option {
    border: 0;
  }
  .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.manual-opening.icone-btn.dropdown .dropdown-menu .dropdown-option li, .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.open.icone-btn.dropdown .dropdown-menu .dropdown-option li {
    padding-left: 40px;
    padding-right: 40px;
  }
  .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.manual-opening.icone-btn.dropdown .dropdown-menu .dropdown-option li > a, .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.open.icone-btn.dropdown .dropdown-menu .dropdown-option li > a {
    padding-left: 0;
    padding-right: 0;
  }
  .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.manual-opening.icone-btn.dropdown .dropdown-menu .dropdown-option .sub-titulo, .facelift-menu.navbar .navbar-options .navbar-collapse .nav .dropdown.open.icone-btn.dropdown .dropdown-menu .dropdown-option .sub-titulo {
    margin: 0 0 10px 40px;
  }
}
.footer {
  position: relative;
  background: #0E2D52;
  color: #fff;
  margin-top: 160px;
  padding-top: 30px;
}
.footer > ::before {
  position: absolute;
  top: -96px;
  left: 0;
  background-image: url("../img/background/gradient-pattern.png");
  background-repeat: repeat-x;
  background-size: auto;
  background-position: center;
  width: 100%;
  height: 100px;
}
.footer h5 {
  font-size: 1.2em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
}
.footer a {
  color: #fff;
}
.footer a :hover {
  color: #F1B235;
}
.footer .box {
  margin: 0;
  padding: 30px 0 0 0;
}
.footer .box ul {
  padding: 0;
  margin: 15px 0 0 0;
}
.footer .company {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  text-align: left;
  font-size: 0.75em;
  font-weight: bold;
  margin-top: 30px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid #174074;
}

.nacecode-select {
  width: 100%;
}

input,
input.form-control,
select,
select.form-control,
textarea,
textarea.form-control,
.select2-container .select2-choice {
  padding: 0 18px;
  width: 100%;
  height: 48px;
  border: 1px solid #9A9A9A;
  color: #333333;
  font-size: 1em;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input:hover,
input.form-control:hover,
select:hover,
select.form-control:hover,
textarea:hover,
textarea.form-control:hover,
.select2-container .select2-choice:hover {
  border: 1px solid #338BA9;
}
input:focus,
input.form-control:focus,
select:focus,
select.form-control:focus,
textarea:focus,
textarea.form-control:focus,
.select2-container .select2-choice:focus {
  border-color: #338BA9;
}

textarea,
textarea.form-control {
  height: auto;
  min-height: 48px;
}

select,
select.form-control {
  -webkit-appearance: menulist;
  cursor: pointer;
}

.form-control.small {
  height: 30px !important;
}

.form-control.medium {
  height: 39px !important;
  font-size: 0.8em;
}

input[type=radio] {
  -webkit-appearance: radio;
}

input[type=checkbox] {
  height: auto;
}

.radio-inline {
  width: auto;
  margin-right: 10px;
}

.radio-inline > span {
  margin-left: 5px;
}

.radio-inline input[type=radio] {
  width: 17px;
  height: 17px;
  margin-top: 0;
}

/** click checkbox **/
.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  top: -3px;
  left: 0;
  margin-left: 0 !important;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

/** /click checkbox **/
.error input,
.error select,
.error .select2-choice,
.error textarea {
  border-color: #F13453;
  color: #F13453;
}

label {
  font-weight: normal;
  width: 100%;
}

.form-divide {
  background: #cccccc;
  color: #fff;
  border-radius: 0;
  border: 0;
}

.confirmacao-notificacao__etapa-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.confirmacao-notificacao__stroke {
  width: 100%;
  height: 1px;
  margin-left: 15px;
  background: #cccccc;
}

.confirmacao-notificacao__stroke-20 {
  width: 20%;
  margin-right: 15px;
  margin-left: 0;
}

.confirmacao-notificacao__stroke-2 {
  width: 2%;
  margin-right: 15px;
  margin-left: 0;
}

.confirmacao-notificacao__etapa-titulo {
  white-space: nowrap;
}

span.btn.btn-default.form-control.ui-select-toggle {
  height: 46px;
  line-height: 2.48;
}

span.ui-select-match-text.pull-left {
  overflow: hidden;
  text-overflow: ellipsis;
}

.buttons-container .buttons {
  display: flex;
}
.buttons-container .buttons > div {
  margin-right: 10px;
}
.buttons-container .buttons > div:last-child {
  margin-right: 0;
}

.farol-amarelo {
  background-color: yellow !important;
  color: black;
}

.farol-verde {
  background-color: green !important;
  color: white;
}

.farol-verde-claro {
  background-color: #92d050 !important;
  color: black;
}

.farol-vermelho {
  background-color: red !important;
  color: white;
}

.farol-vermelho-escuro {
  background-color: #980000 !important;
  color: white;
}

.atvDesabilitada {
  color: #a3a3a3;
}

/*********************** 
** formulário enviado **
***********************/
.ng-submitted .form-control.ng-invalid .select2-choices,
.ng-submitted .form-control.ng-invalid .select2-choice {
  border-color: #FF0000 !important;
}

/************************ 
** /formulário enviado **
************************/
.valorRequerido {
  border: 1px solid red !important;
}

.dados-comissao-comum .botoes {
  margin-top: 22px;
}
.dados-comissao-comum .botoes .d-inline-block button {
  padding: 0 1.25rem;
  height: 48px;
}

.dados-cossegurados-comum .botoes {
  margin-top: 22px;
}
.dados-cossegurados-comum .botoes .d-inline-block button {
  padding: 0 1.25rem;
  height: 48px;
}

.nacecode-select-modal {
  width: 100% !important;
}

.atividadeLoaicRisco {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 400px;
}

.colunaIcones {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
}

.colunaTresIcones {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
}

.icone-medio {
  font-size: 16px !important;
}

.grupo-cobertura {
  background-color: #2425aa;
  color: white;
  padding: 10px 15px;
  cursor: pointer;
  margin-bottom: 5px;
}
.grupo-cobertura section {
  color: white;
  font-size: 15.5px;
  font-weight: 700;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.grupo-cobertura section div:last-child {
  text-align: right;
}
.grupo-cobertura section i {
  font-size: 13px;
  margin-right: 5px;
  transition: 0.3s;
}
.grupo-cobertura section i.ativo {
  transform: rotate(180deg);
}

.title-button {
  margin-top: 17px;
  font-size: 22px;
  font-weight: 700;
  padding: 15px 0;
  display: grid;
  grid-template-columns: 0.12fr 1fr 3.5fr;
  cursor: pointer;
}
.title-button i {
  font-size: 17px;
  margin-right: 15px;
}
.title-button .linha {
  height: 1px;
  margin-top: 10px;
  background: #cccccc;
}

.green-excel {
  background-color: white;
  color: rgb(36, 136, 71);
  border: 1px solid rgb(36, 136, 71);
  transition: 0.3s background-color;
  font-weight: 700;
}
.green-excel:hover {
  background-color: rgb(36, 136, 71);
  color: white;
  border: 1px solid black;
}

.hover-corretor tbody tr:hover {
  background-color: #e6e6e6;
  cursor: pointer;
}

.botao-grande {
  height: 48px !important;
  margin-top: 21px;
  padding: 0px 58px;
}

.faixa-azul {
  margin-top: 15px;
}
.faixa-azul .panel-heading {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  padding: 20px 10px;
}
.faixa-azul .panel-heading span:first-child {
  font-weight: 700;
}

/*************** 
** form-group **
***************/
.form-group {
  /****** campos obrigatórios gerais ******/
  /****** classe do input *****/
}
.form-group.required label {
  position: relative;
}
.form-group.required label:after {
  position: absolute;
  content: "*";
}
.form-group .form-control.select2-container .select2-choices,
.form-group .form-control.select2-container .select2-choice {
  border-radius: 0;
  padding: 7px 0px;
}
.form-group .form-control.select2-container .select2-choices .select2-arrow,
.form-group .form-control.select2-container .select2-choice .select2-arrow {
  top: 7px;
}

/**************** 
** /form-group **
****************/
/*********************** 
** formulário enviado **
***********************/
.ng-submitted .form-control.ng-invalid .select2-choices,
.ng-submitted .form-control.ng-invalid .select2-choice {
  border-color: #FF0000 !important;
}

/************************ 
** /formulário enviado **
************************/
/**************
**  garantia **
**************/
.texto-garantia {
  padding-top: 5px;
  resize: vertical;
}

.tabela {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px 15px;
}
.tabela .modalidade-label {
  position: relative;
  left: 67.5%;
}
.tabela .modalidade-label .label-hidden {
  visibility: hidden;
}
.tabela .modalidade-label .label-visible {
  visibility: visible;
}
.tabela .modalidade-label b {
  font-weight: 530;
  position: relative;
  font-size: 13px;
}
.tabela .modalidade-label b:nth-child(2) {
  left: 5%;
}
.tabela .modalidade-label b:nth-child(3) {
  left: 6%;
}
.tabela .modalidade {
  display: grid;
  grid-template-columns: 6fr 1fr;
  height: 46px;
}
.tabela .modalidade label {
  font-weight: 600;
  box-sizing: border-box;
  padding: 14px;
  margin: 0px;
  height: 100%;
  font-size: 1.1rem;
  background-color: #2425aa;
  color: white;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.tabela .modalidade section {
  display: flex;
}
.tabela .modalidade section label {
  background-color: transparent;
}
.tabela .modalidade section input {
  padding: 13px;
  height: 100%;
  min-width: 70px;
  margin-left: 2px;
  box-sizing: border-box;
}

.upload-file-modal {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 5px;
}
.upload-file-modal .form-group {
  position: relative;
}
.upload-file-modal .form-group input {
  width: 100%;
  visibility: hidden;
}
.upload-file-modal .form-group label {
  display: block;
  color: #2425aa;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 14px;
  box-sizing: border-box;
  font-weight: 600;
  cursor: pointer;
}
.upload-file-modal .form-group label i {
  margin-right: 3px;
}
.upload-file-modal button {
  height: 100% !important;
}

.msg-recusa {
  background-color: rgb(255, 210, 210);
}

@media (max-width: 768px) {
  .tabela {
    width: 100%;
    display: contents;
    grid-template-columns: 1fr 1fr;
    grid-gap: 19px 15px;
  }
  .tabela .modalidade-label {
    display: none;
  }
  .tabela .modalidade {
    display: contents;
    position: relative;
    grid-template-columns: 1fr;
    height: 46px;
    max-width: 100%;
  }
  .tabela .modalidade section {
    margin-bottom: 10px;
  }
}
.gridAnexosGarantia {
  display: grid !important;
  grid-template-rows: 1fr 1fr;
}
.gridAnexosGarantia label {
  height: auto !important;
  border-bottom: 0px;
}

a.anexarlink {
  text-align: center;
  align-self: center;
  font-weight: 600;
  cursor: pointer;
}

.inputLinkAnexo {
  display: grid;
  grid-template-columns: 0.15fr 0.85fr;
  align-self: center;
}
.inputLinkAnexo label {
  text-align: center;
  align-self: center;
}

/**************
** /garantia **
**************/
.marginTopNoLabel {
  margin-top: 23px;
}

.centerCheckBox {
  margin-top: 35px;
}

.referencia-versao {
  font-size: 13pt;
  font-weight: bolder;
  color: #fff;
}

.referencia-carousel ui-carousel {
  margin-bottom: 0px;
}
.referencia-carousel .row {
  margin-left: 0px;
}
.referencia-carousel .referencia-nome {
  font-size: 11pt;
  text-align: right;
  float: right;
  font-weight: bold;
}
.referencia-carousel .referencia-print {
  margin-top: 10px;
}
.referencia-carousel .referencia-data {
  font-size: 11pt;
}
.referencia-carousel .referencia-data-span {
  float: right;
  font-weight: bold;
}
.referencia-carousel .carousel-prev .carousel-btn i {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f053";
  color: black;
  font-family: "FontAwesome" !important;
}
.referencia-carousel .carousel-prev .carousel-btn i:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f053";
  color: black;
  font-family: "FontAwesome" !important;
}
.referencia-carousel .carousel-next .carousel-btn i {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f054";
  color: black;
  font-family: "FontAwesome" !important;
}
.referencia-carousel .carousel-next .carousel-btn i:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f054";
  color: black;
  font-family: "FontAwesome" !important;
}

.termos-antecipacao-comissao {
  border: 1px solid #D6D6D6;
  border-radius: 3px;
  padding: 5px 15px;
}
.termos-antecipacao-comissao .aceiteButtons {
  display: grid;
  grid-template-columns: 1fr 1fr 6fr;
}
.termos-antecipacao-comissao .aceiteButtons div {
  display: grid;
  grid-template-columns: 1fr 4fr;
}
.termos-antecipacao-comissao .aceiteButtons input[type=radio] {
  width: auto;
  height: auto;
  display: inline-block;
}

.login {
  background-image: url(../img/background/man-working.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
}
.login .box-login {
  position: absolute;
  right: 0;
  background-color: #ffffff;
  width: 420px;
  height: 100vh;
  padding: 30px;
  opacity: 0.9;
}
.login .box-login img {
  width: 150px;
}

@media (max-width: 767px) {
  .login .box-login {
    width: 100%;
    opacity: 0.95;
  }
}