/*
default_css.css
*/

@import url(https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,500,600,700,900);

.border-rounded {
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
     overflow-wrap: break-word;
     word-wrap: break-word;
     background: #fff
}

.border-solid {
     border: 1px solid #ddd
}

.text-bold {
     font-weight: 700
}

.width-service-name {
     width: 250px
}

.forced-pull-right-search {
     float: right;
     padding: 10px;
     width: 250px
}

.nav-forced-centered {
     width: 100%;
     text-align: center;
     margin-top: 10px
}

.order-url {
     word-wrap: break-word;
     max-width: 40vw
}

.payment_authorized {
     background-color: green;
     color: #fff
}

.panel_icon_class {
     margin-top: -16px
}

.div_hide_class {
     display: none
}


/*
icon dropdown css, it can be overwrite in style.css
*/
.index.authorized form .dropdown-menu.open {
     max-width: 100%;
     position: inherit
}

.fa-tiktok:before {
     content: "\e07b"
}

.index.authorized form .fab.fa-instagram {
     color: #fff;
     background: -moz-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
     background: -webkit-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
     background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
     background-clip: text;
     font-size: 14px;
     padding: 2.4px;
     border-radius: 5px;
     display: inline-block !important;
     font-weight: lighter;
     margin-right: 5px
}

.index.authorized form .fab.fa-facebook-square {
     color: #207eff;
     background-clip: text;
     -webkit-background-clip: text;
     font-size: 17px;
     font-weight: 700;
     border-radius: 5px;
     margin-right: 5px
}

.index.authorized form .fab.fa-facebook {
     color: #207eff;
     background-clip: text;
     -webkit-background-clip: text;
     font-size: 17px;
     font-weight: 700;
     border-radius: 5px;
     margin-right: 5px
}

.index.authorized form .fab.fa-twitter {
     color: #1da1f2;
     background-clip: text;
     -webkit-background-clip: text;
     font-size: 17px;
     font-weight: 700;
     margin-right: 5px
}

.index.authorized form .fab.fa-spotify {
     color: #62ffa2;
     background-clip: text;
     -webkit-background-clip: text;
     font-size: 17px;
     font-weight: 700;
     margin-right: 5px
}

.index.authorized form .fab.fa-soundcloud {
     color: #ff5836;
     background-clip: text;
     -webkit-background-clip: text;
     font-size: 17px;
     font-weight: 700;
     margin-right: 5px
}

.index.authorized form .fab.fa-pinterest-square {
     color: #ff5858;
     background-clip: text;
     -webkit-background-clip: text;
     font-size: 17px;
     font-weight: 700;
     margin-right: 5px
}

.index.authorized form .fab.fa-google-play {
     color: #ffd400;
     background-clip: text;
     -webkit-background-clip: text;
     font-size: 17px;
     font-weight: 700;
     margin-right: 5px
}

.index.authorized form .fab.fa-periscope {
     color: #3aa4c6;
     background-clip: text;
     -webkit-background-clip: text;
     font-size: 17px;
     font-weight: 700;
     margin-right: 5px
}

.index.authorized form .fab.fa-twitch {
     color: #e600ff;
     background-clip: text;
     -webkit-background-clip: text;
     font-size: 17px;
     font-weight: 700;
     margin-right: 5px
}

.index.authorized form .fab.fa-youtube {
     color: #ff0042;
     background-clip: text;
     -webkit-background-clip: text;
     font-size: 17px;
     font-weight: 700;
     margin-right: 5px
}

.index.authorized form .fas.fa-heart {
     color: red;
     background-clip: text;
     -webkit-background-clip: text;
     font-size: 17px;
     font-weight: 700;
     margin-right: 5px
}

.index.authorized form .fas.fa-clock {
     color: green;
     background-clip: text;
     -webkit-background-clip: text;
     font-size: 17px;
     font-weight: 700;
     margin-right: 5px
}

.index.authorized form .fas.fa-comment {
     color: #666;
     background-clip: text;
     -webkit-background-clip: text;
     font-size: 17px;
     font-weight: 700;
     margin-right: 5px
}

.index.authorized form .fas.fa-thumbs-up {
     color: #00f;
     background-clip: text;
     -webkit-background-clip: text;
     font-size: 17px;
     font-weight: 700;
     margin-right: 5px
}

.index.authorized form .fab.fa-telegram-plane {
     color: #2793e6;
     background-clip: text;
     -webkit-background-clip: text;
     font-size: 17px;
     font-weight: 700;
     margin-right: 5px
}

.index.authorized form .btn-default {
     color: #000;
     background-color: #fff;
     border-color: #25aae1;
     padding: 12px 12px
}



/*
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-sweetalert/1.0.1/sweetalert.css
Sweetalert 1.0.1
*/
.sweet-alert, .sweet-overlay {
     position: fixed;
     display: none
}

.sweet-alert, .sweet-alert .form-group, .sweet-alert .form-group .sa-input-error {
     display: none
}

@keyframes showSweetAlert {
     0% {
          transform: scale(.7)
     }

     45% {
          transform: scale(1.05)
     }

     80% {
          transform: scale(.95)
     }

     100% {
          transform: scale(1)
     }
}

@keyframes hideSweetAlert {
     0% {
          transform: scale(1)
     }

     100% {
          transform: scale(.5)
     }
}

@keyframes slideFromTop {
     0% {
          top: 0
     }

     100% {
          top: 50%
     }
}

@keyframes slideToTop {
     0% {
          top: 50%
     }

     100% {
          top: 0
     }
}

@keyframes slideFromBottom {
     0% {
          top: 70%
     }

     100% {
          top: 50%
     }
}

@keyframes slideToBottom {
     0% {
          top: 50%
     }

     100% {
          top: 70%
     }
}

.showSweetAlert {
     animation: showSweetAlert .3s
}

.showSweetAlert[data-animation=none] {
     animation: none
}

.showSweetAlert[data-animation=slide-from-top] {
     animation: slideFromTop .3s
}

.showSweetAlert[data-animation=slide-from-bottom] {
     animation: slideFromBottom .3s
}

.hideSweetAlert {
     animation: hideSweetAlert .3s
}

.hideSweetAlert[data-animation=none] {
     animation: none
}

.hideSweetAlert[data-animation=slide-from-top] {
     animation: slideToTop .3s
}

.hideSweetAlert[data-animation=slide-from-bottom] {
     animation: slideToBottom .3s
}

@keyframes animateSuccessTip {
     0%, 54% {
          width: 0;
          left: 1px;
          top: 19px
     }

     70% {
          width: 50px;
          left: -8px;
          top: 37px
     }

     84% {
          width: 17px;
          left: 21px;
          top: 48px
     }

     100% {
          width: 25px;
          left: 14px;
          top: 45px
     }
}

@keyframes animateSuccessLong {
     0%, 65% {
          width: 0;
          right: 46px;
          top: 54px
     }

     84% {
          width: 55px;
          right: 0;
          top: 35px
     }

     100% {
          width: 47px;
          right: 8px;
          top: 38px
     }
}

@keyframes rotatePlaceholder {
     0%, 5% {
          transform: rotate(-45deg)
     }

     100%, 12% {
          transform: rotate(-405deg)
     }
}

.animateSuccessTip {
     animation: animateSuccessTip .75s
}

.animateSuccessLong {
     animation: animateSuccessLong .75s
}

.sa-icon.sa-success.animate::after {
     animation: rotatePlaceholder 4.25s ease-in
}

@keyframes animateErrorIcon {
     0% {
          transform: rotateX(100deg);
          opacity: 0
     }

     100% {
          transform: rotateX(0);
          opacity: 1
     }
}

.animateErrorIcon {
     animation: animateErrorIcon .5s
}

@keyframes animateXMark {
     0%, 50% {
          transform: scale(.4);
          margin-top: 26px;
          opacity: 0
     }

     80% {
          transform: scale(1.15);
          margin-top: -6px
     }

     100% {
          transform: scale(1);
          margin-top: 0;
          opacity: 1
     }
}

.animateXMark {
     animation: animateXMark .5s
}

@keyframes pulseWarning {
     0% {
          border-color: #F8D486
     }

     100% {
          border-color: #F8BB86
     }
}

.pulseWarning {
     animation: pulseWarning .75s infinite alternate
}

@keyframes pulseWarningIns {
     0% {
          background-color: #F8D486
     }

     100% {
          background-color: #F8BB86
     }
}

.pulseWarningIns {
     animation: pulseWarningIns .75s infinite alternate
}

@keyframes rotate-loading {
     0% {
          transform: rotate(0)
     }

     100% {
          transform: rotate(360deg)
     }
}

body.stop-scrolling {
     height: 100%;
     overflow: hidden
}

.sweet-overlay {
     background-color: rgba(0, 0, 0, .4);
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     z-index: 1040
}

.sweet-alert {
     background-color: #fff;
     width: 478px;
     padding: 17px;
     border-radius: 5px;
     text-align: center;
     left: 50%;
     top: 50%;
     margin-left: -256px;
     margin-top: -200px;
     overflow: hidden;
     z-index: 2000
}

@media all and (max-width:767px) {
     .sweet-alert {
          width: auto;
          margin-left: 0;
          margin-right: 0;
          left: 15px;
          right: 15px
     }
}

.sweet-alert.show-input .form-group {
     display: block
}

.sweet-alert .sa-confirm-button-container {
     display: inline-block;
     position: relative
}

.sweet-alert .la-ball-fall {
     position: absolute;
     left: 50%;
     top: 50%;
     margin-left: -27px;
     margin-top: -9px;
     opacity: 0;
     visibility: hidden
}

.sweet-alert button[disabled] {
     opacity: .6;
     cursor: default
}

.sweet-alert button.confirm[disabled] {
     color: transparent
}

.sweet-alert button.confirm[disabled]~.la-ball-fall {
     opacity: 1;
     visibility: visible;
     transition-delay: 0s
}

.sweet-alert .sa-icon {
     width: 80px;
     height: 80px;
     border: 4px solid gray;
     border-radius: 50%;
     margin: 20px auto;
     position: relative;
     box-sizing: content-box
}

.sweet-alert .sa-icon.sa-error {
     border-color: #d43f3a
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
     position: relative;
     display: block
}

.sweet-alert .sa-icon.sa-error .sa-line {
     position: absolute;
     height: 5px;
     width: 47px;
     background-color: #d9534f;
     display: block;
     top: 37px;
     border-radius: 2px
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
     transform: rotate(45deg);
     left: 17px
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
     transform: rotate(-45deg);
     right: 16px
}

.sweet-alert .sa-icon.sa-warning {
     border-color: #eea236
}

.sweet-alert .sa-icon.sa-warning .sa-body {
     position: absolute;
     width: 5px;
     height: 47px;
     left: 50%;
     top: 10px;
     border-radius: 2px;
     margin-left: -2px;
     background-color: #f0ad4e
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
     position: absolute;
     width: 7px;
     height: 7px;
     border-radius: 50%;
     margin-left: -3px;
     left: 50%;
     bottom: 10px;
     background-color: #f0ad4e
}

.sweet-alert .sa-icon.sa-info::after, .sweet-alert .sa-icon.sa-info::before {
     content: "";
     background-color: #5bc0de;
     position: absolute
}

.sweet-alert .sa-icon.sa-info {
     border-color: #46b8da
}

.sweet-alert .sa-icon.sa-info::before {
     width: 5px;
     height: 29px;
     left: 50%;
     bottom: 17px;
     border-radius: 2px;
     margin-left: -2px
}

.sweet-alert .sa-icon.sa-info::after {
     width: 7px;
     height: 7px;
     border-radius: 50%;
     margin-left: -3px;
     top: 19px
}

.sweet-alert .sa-icon.sa-success {
     border-color: #4cae4c
}

.sweet-alert .sa-icon.sa-success::after, .sweet-alert .sa-icon.sa-success::before {
     content: '';
     position: absolute;
     width: 60px;
     height: 120px;
     background: #fff
}

.sweet-alert .sa-icon.sa-success::before {
     border-radius: 120px 0 0 120px;
     top: -7px;
     left: -33px;
     transform: rotate(-45deg);
     transform-origin: 60px 60px
}

.sweet-alert .sa-icon.sa-success::after {
     border-radius: 0 120px 120px 0;
     top: -11px;
     left: 30px;
     transform: rotate(-45deg);
     transform-origin: 0 60px
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
     width: 80px;
     height: 80px;
     border: 4px solid rgba(92, 184, 92, .2);
     border-radius: 50%;
     box-sizing: content-box;
     position: absolute;
     left: -4px;
     top: -4px;
     z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-fix {
     width: 5px;
     height: 90px;
     background-color: #fff;
     position: absolute;
     left: 28px;
     top: 8px;
     z-index: 1;
     transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line {
     height: 5px;
     background-color: #5cb85c;
     display: block;
     border-radius: 2px;
     position: absolute;
     z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
     width: 25px;
     left: 14px;
     top: 46px;
     transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
     width: 47px;
     right: 8px;
     top: 38px;
     transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-custom {
     background-size: contain;
     border-radius: 0;
     border: none;
     background-position: center center;
     background-repeat: no-repeat
}

.sweet-alert .btn-default:focus {
     border-color: #ccc;
     outline: 0;
     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(204, 204, 204, .6);
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(204, 204, 204, .6)
}

.sweet-alert .btn-success:focus {
     border-color: #4cae4c;
     outline: 0;
     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(76, 174, 76, .6);
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(76, 174, 76, .6)
}

.sweet-alert .btn-info:focus {
     border-color: #46b8da;
     outline: 0;
     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(70, 184, 218, .6);
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(70, 184, 218, .6)
}

.sweet-alert .btn-danger:focus {
     border-color: #d43f3a;
     outline: 0;
     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(212, 63, 58, .6);
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(212, 63, 58, .6)
}

.sweet-alert .btn-warning:focus {
     border-color: #eea236;
     outline: 0;
     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(238, 162, 54, .6);
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(238, 162, 54, .6)
}

.sweet-alert button::-moz-focus-inner {
     border: 0
}

.la-ball-fall, .la-ball-fall>div {
     position: relative;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box
}

.la-ball-fall {
     display: block;
     font-size: 0;
     color: #fff;
     width: 54px;
     height: 18px
}

.la-ball-fall.la-dark {
     color: #333
}

.la-ball-fall>div {
     display: inline-block;
     float: none;
     background-color: currentColor;
     border: 0 solid currentColor;
     width: 10px;
     height: 10px;
     margin: 4px;
     border-radius: 100%;
     opacity: 0;
     -webkit-animation: ball-fall 1s ease-in-out infinite;
     -moz-animation: ball-fall 1s ease-in-out infinite;
     -o-animation: ball-fall 1s ease-in-out infinite;
     animation: ball-fall 1s ease-in-out infinite
}

.la-ball-fall>div:nth-child(1) {
     -webkit-animation-delay: -.2s;
     -moz-animation-delay: -.2s;
     -o-animation-delay: -.2s;
     animation-delay: -.2s
}

.la-ball-fall>div:nth-child(2) {
     -webkit-animation-delay: -.1s;
     -moz-animation-delay: -.1s;
     -o-animation-delay: -.1s;
     animation-delay: -.1s
}

.la-ball-fall>div:nth-child(3) {
     -webkit-animation-delay: 0s;
     -moz-animation-delay: 0s;
     -o-animation-delay: 0s;
     animation-delay: 0s
}

.la-ball-fall.la-sm {
     width: 26px;
     height: 8px
}

.la-ball-fall.la-sm>div {
     width: 4px;
     height: 4px;
     margin: 2px
}

.la-ball-fall.la-2x {
     width: 108px;
     height: 36px
}

.la-ball-fall.la-2x>div {
     width: 20px;
     height: 20px;
     margin: 8px
}

.la-ball-fall.la-3x {
     width: 162px;
     height: 54px
}

.la-ball-fall.la-3x>div {
     width: 30px;
     height: 30px;
     margin: 12px
}

@-webkit-keyframes ball-fall {
     0% {
          opacity: 0;
          -webkit-transform: translateY(-145%);
          transform: translateY(-145%)
     }

     10%, 90% {
          opacity: .5
     }

     20%, 80% {
          opacity: 1;
          -webkit-transform: translateY(0);
          transform: translateY(0)
     }

     100% {
          opacity: 0;
          -webkit-transform: translateY(145%);
          transform: translateY(145%)
     }
}

@-moz-keyframes ball-fall {
     0% {
          opacity: 0;
          -moz-transform: translateY(-145%);
          transform: translateY(-145%)
     }

     10%, 90% {
          opacity: .5
     }

     20%, 80% {
          opacity: 1;
          -moz-transform: translateY(0);
          transform: translateY(0)
     }

     100% {
          opacity: 0;
          -moz-transform: translateY(145%);
          transform: translateY(145%)
     }
}

@-o-keyframes ball-fall {
     0% {
          opacity: 0;
          -o-transform: translateY(-145%);
          transform: translateY(-145%)
     }

     10%, 90% {
          opacity: .5
     }

     20%, 80% {
          opacity: 1;
          -o-transform: translateY(0);
          transform: translateY(0)
     }

     100% {
          opacity: 0;
          -o-transform: translateY(145%);
          transform: translateY(145%)
     }
}

@keyframes ball-fall {
     0% {
          opacity: 0;
          -webkit-transform: translateY(-145%);
          -moz-transform: translateY(-145%);
          -o-transform: translateY(-145%);
          transform: translateY(-145%)
     }

     10%, 90% {
          opacity: .5
     }

     20%, 80% {
          opacity: 1;
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0)
     }

     100% {
          opacity: 0;
          -webkit-transform: translateY(145%);
          -moz-transform: translateY(145%);
          -o-transform: translateY(145%);
          transform: translateY(145%)
     }
}

/*# sourceMappingURL=sweetalert.min.css.map */


/*!
 * Bootstrap-select v1.13.14 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
@-webkit-keyframes bs-notify-fadeOut {
     0% {
          opacity: .9
     }

     100% {
          opacity: 0
     }
}

@-o-keyframes bs-notify-fadeOut {
     0% {
          opacity: .9
     }

     100% {
          opacity: 0
     }
}

@keyframes bs-notify-fadeOut {
     0% {
          opacity: .9
     }

     100% {
          opacity: 0
     }
}

.bootstrap-select>select.bs-select-hidden, select.bs-select-hidden, select.selectpicker {
     display: none !important
}

.bootstrap-select {
     width: 220px\0;
     vertical-align: middle
}

.bootstrap-select>.dropdown-toggle {
     position: relative;
     width: 100%;
     text-align: right;
     white-space: nowrap;
     display: -webkit-inline-box;
     display: -webkit-inline-flex;
     display: -ms-inline-flexbox;
     display: inline-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
}

.bootstrap-select>.dropdown-toggle:after {
     margin-top: -1px
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
     color: #999
}

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover {
     color: rgba(255, 255, 255, .5)
}

.bootstrap-select>select {
     position: absolute !important;
     bottom: 0;
     left: 50%;
     display: block !important;
     width: .5px !important;
     height: 100% !important;
     padding: 0 !important;
     opacity: 0 !important;
     border: none;
     z-index: 0 !important
}

.bootstrap-select>select.mobile-device {
     top: 0;
     left: 0;
     display: block !important;
     width: 100% !important;
     z-index: 2 !important
}

.bootstrap-select.is-invalid .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle, .was-validated .bootstrap-select select:invalid+.dropdown-toggle {
     border-color: #b94a48
}

.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid+.dropdown-toggle {
     border-color: #28a745
}

.bootstrap-select.fit-width {
     width: auto !important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
     width: 220px
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
     outline: thin dotted #333 !important;
     outline: 5px auto -webkit-focus-ring-color !important;
     outline-offset: -2px
}

.bootstrap-select.form-control {
     margin-bottom: 0;
     padding: 0;
     border: none;
     height: auto
}

:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
     width: 100%
}

.bootstrap-select.form-control.input-group-btn {
     float: none;
     z-index: auto
}

.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*=col-]) {
     width: auto
}

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
     float: none;
     display: inline-block;
     margin-left: 0
}

.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
     float: right
}

.form-group .bootstrap-select, .form-horizontal .bootstrap-select, .form-inline .bootstrap-select {
     margin-bottom: 0
}

.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
     padding: 0
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
     height: 100%;
     font-size: inherit;
     line-height: inherit;
     border-radius: inherit
}

.bootstrap-select.form-control-lg .dropdown-toggle, .bootstrap-select.form-control-sm .dropdown-toggle {
     font-size: inherit;
     line-height: inherit;
     border-radius: inherit
}

.bootstrap-select.form-control-sm .dropdown-toggle {
     padding: .25rem .5rem
}

.bootstrap-select.form-control-lg .dropdown-toggle {
     padding: .5rem 1rem
}

.form-inline .bootstrap-select .form-control {
     width: 100%
}

.bootstrap-select.disabled, .bootstrap-select>.disabled {
     cursor: not-allowed
}

.bootstrap-select.disabled:focus, .bootstrap-select>.disabled:focus {
     outline: 0 !important
}

.bootstrap-select.bs-container {
     position: absolute;
     top: 0;
     left: 0;
     height: 0 !important;
     padding: 0 !important
}

.bootstrap-select.bs-container .dropdown-menu {
     z-index: 1060
}

.bootstrap-select .dropdown-toggle .filter-option {
     position: static;
     top: 0;
     left: 0;
     float: left;
     height: 100%;
     width: 100%;
     text-align: left;
     overflow: hidden;
     -webkit-box-flex: 0;
     -webkit-flex: 0 1 auto;
     -ms-flex: 0 1 auto;
     flex: 0 1 auto
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
     padding-right: inherit
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
     position: absolute;
     padding-top: inherit;
     padding-bottom: inherit;
     padding-left: inherit;
     float: none
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
     padding-right: inherit
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
     overflow: hidden
}

.bootstrap-select .dropdown-toggle .filter-expand {
     width: 0 !important;
     float: left;
     opacity: 0 !important;
     overflow: hidden
}

.bootstrap-select .dropdown-toggle .caret {
     position: absolute;
     top: 50%;
     right: 12px;
     margin-top: -2px;
     vertical-align: middle
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
     border-radius: inherit
}

.bootstrap-select[class*=col-] .dropdown-toggle {
     width: 100%
}

.bootstrap-select .dropdown-menu {
     min-width: 100%;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box
}

.bootstrap-select .dropdown-menu>.inner:focus {
     outline: 0 !important
}

.bootstrap-select .dropdown-menu.inner {
     position: static;
     float: none;
     border: 0;
     padding: 0;
     margin: 0;
     border-radius: 0;
     -webkit-box-shadow: none;
     box-shadow: none
}

.bootstrap-select .dropdown-menu li {
     position: relative
}

.bootstrap-select .dropdown-menu li.active small {
     color: rgba(255, 255, 255, .5) !important
}

.bootstrap-select .dropdown-menu li.disabled a {
     cursor: not-allowed
}

.bootstrap-select .dropdown-menu li a {
     cursor: pointer;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none
}

.bootstrap-select .dropdown-menu li a.opt {
     position: relative;
     padding-left: 2.25em
}

.bootstrap-select .dropdown-menu li a span.check-mark {
     display: none
}

.bootstrap-select .dropdown-menu li a span.text {
     display: inline-block
}

.bootstrap-select .dropdown-menu li small {
     padding-left: .5em
}

.bootstrap-select .dropdown-menu .notify {
     position: absolute;
     bottom: 5px;
     width: 96%;
     margin: 0 2%;
     min-height: 26px;
     padding: 3px 5px;
     background: #f5f5f5;
     border: 1px solid #e3e3e3;
     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
     pointer-events: none;
     opacity: .9;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
     -webkit-animation: .3s linear 750ms forwards bs-notify-fadeOut;
     -o-animation: .3s linear 750ms forwards bs-notify-fadeOut;
     animation: .3s linear 750ms forwards bs-notify-fadeOut
}

.bootstrap-select .no-results {
     padding: 3px;
     background: #f5f5f5;
     margin: 0 5px;
     white-space: nowrap
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
     position: static;
     display: inline;
     padding: 0
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
     display: inline
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
     content: '\00a0'
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
     position: static;
     top: auto;
     margin-top: -1px
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
     position: absolute;
     display: inline-block;
     right: 15px;
     top: 5px
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
     margin-right: 34px
}

.bootstrap-select .bs-ok-default:after {
     content: '';
     display: block;
     width: .5em;
     height: 1em;
     border-style: solid;
     border-width: 0 .26em .26em 0;
     -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     -o-transform: rotate(45deg);
     transform: rotate(45deg)
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle, .bootstrap-select.show-menu-arrow.show>.dropdown-toggle {
     z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
     content: '';
     border-left: 7px solid transparent;
     border-right: 7px solid transparent;
     border-bottom: 7px solid rgba(204, 204, 204, .2);
     position: absolute;
     bottom: -4px;
     left: 9px;
     display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
     content: '';
     border-left: 6px solid transparent;
     border-right: 6px solid transparent;
     border-bottom: 6px solid #fff;
     position: absolute;
     bottom: -4px;
     left: 10px;
     display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
     bottom: auto;
     top: -4px;
     border-top: 7px solid rgba(204, 204, 204, .2);
     border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
     bottom: auto;
     top: -4px;
     border-top: 6px solid #fff;
     border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
     right: 12px;
     left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
     right: 13px;
     left: auto
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before {
     display: block
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
     padding: 4px 8px
}

.bs-actionsbox {
     width: 100%;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box
}

.bs-actionsbox .btn-group button {
     width: 50%
}

.bs-donebutton {
     float: left;
     width: 100%;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box
}

.bs-donebutton .btn-group button {
     width: 100%
}

.bs-searchbox+.bs-actionsbox {
     padding: 0 8px 4px
}

.bs-searchbox .form-control {
     margin-bottom: 0;
     width: 100%;
     float: none
}

/**/
.bootstrap-select .dropdown-menu li a span.text {
     word-wrap: break-word;
     white-space: break-spaces;
}

.authorized .bootstrap-select .dropdown-menu.inner {
     max-height: 400px;
}